@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root{
    --green:#315c43;
    --green-dark:#214431;
    --green-soft:#e7efe9;
    --cream:#f7f0e4;
    --cream-light:#fffaf3;
    --sand:#e7dcc9;
    --ink:#27352d;
    --muted:#6f7b73;
    --white:#fff;
    --shadow:0 22px 60px rgba(39,53,45,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:'DM Sans',Arial,sans-serif;
    color:var(--ink);
    background:var(--cream-light);
}
img{display:block;max-width:100%}
a{color:inherit}
button{font:inherit}
.section{padding:100px max(6vw,24px)}
.eyebrow{
    margin:0 0 12px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.2em;
    color:var(--green);
}
h1,h2,h3{font-family:'Playfair Display',Georgia,serif}
h2{
    margin:0;
    font-size:clamp(36px,5vw,64px);
    line-height:1.02;
    color:var(--green-dark);
}
.section-heading{
    max-width:1200px;
    margin:0 auto 42px;
    display:flex;
    justify-content:space-between;
    align-items:end;
    gap:36px;
}
.section-heading.centered{
    display:block;
    text-align:center;
    max-width:760px;
}
.section-heading.centered p:last-child{
    color:var(--muted);
    font-size:18px;
}
.site-header{
    position:fixed;
    inset:0 0 auto;
    z-index:50;
    background:rgba(255,250,243,.86);
    backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(49,92,67,.08);
}
.nav-wrap{
    min-height:78px;
    max-width:1320px;
    margin:auto;
    padding:10px 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.brand-link img{
    width:150px;
    height:58px;
    object-fit:contain;
    object-position:left center;
}
.main-nav{
    display:flex;
    align-items:center;
    gap:28px;
}
.main-nav a{
    text-decoration:none;
    font-size:14px;
    font-weight:600;
}
.nav-instagram{
    padding:11px 17px;
    border:1px solid var(--green);
    border-radius:999px;
    color:var(--green);
}
.menu-toggle{
    display:none;
    border:0;
    background:transparent;
    padding:10px;
}
.menu-toggle span{
    display:block;
    width:24px;
    height:2px;
    margin:5px 0;
    background:var(--green-dark);
}
.hero{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    overflow:hidden;
}
.hero-image,.hero-overlay{
    position:absolute;
    inset:0;
}
.hero-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    transform:scale(1.02);
}
.hero-overlay{
    background:linear-gradient(90deg,rgba(25,48,34,.80) 0%,rgba(25,48,34,.52) 45%,rgba(25,48,34,.10) 100%);
}
.hero-content{
    position:relative;
    z-index:2;
    width:min(760px,88vw);
    margin-left:max(7vw,28px);
    padding-top:80px;
    color:#fff;
}
.hero-content .eyebrow{color:#dce9df}
.hero h1{
    margin:0 0 24px;
    font-size:clamp(56px,7.2vw,108px);
    line-height:.94;
    letter-spacing:-.035em;
}
.hero-copy{
    max-width:620px;
    font-size:clamp(17px,2vw,21px);
    line-height:1.55;
    color:rgba(255,255,255,.88);
}
.hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:34px;
}
.btn{
    min-height:52px;
    padding:0 24px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    text-decoration:none;
    font-weight:700;
    transition:.2s ease;
}
.btn-primary{background:var(--green);color:#fff}
.hero .btn-primary{background:#fff;color:var(--green-dark)}
.btn-light{
    border:1px solid rgba(255,255,255,.7);
    color:#fff;
}
.btn:hover{transform:translateY(-2px)}
.hero-scroll{
    position:absolute;
    z-index:3;
    bottom:28px;
    left:50%;
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,255,255,.5);
    border-radius:50%;
    color:#fff;
    text-decoration:none;
}
.intro{background:var(--cream-light)}
.feature-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1.2fr .8fr .8fr;
    gap:18px;
}
.feature-card{
    min-height:470px;
    border-radius:30px;
    overflow:hidden;
    position:relative;
    box-shadow:var(--shadow);
}
.feature-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.feature-photo.compact img{object-position:center}
.feature-overlay{
    position:absolute;
    inset:auto 0 0;
    padding:30px;
    color:#fff;
    background:linear-gradient(transparent,rgba(18,36,25,.72));
}
.feature-overlay span{
    font-size:12px;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.feature-overlay h3{
    margin:8px 0 0;
    font-size:32px;
}
.quote-card{
    background:var(--green);
    color:#fff;
    display:flex;
    align-items:center;
    padding:38px;
}
.quote-card h3{
    font-size:42px;
    margin:0 0 20px;
    line-height:1.05;
}
.quote-card p{
    color:rgba(255,255,255,.75);
    line-height:1.6;
}
.quote-mark{
    font-family:Georgia,serif;
    font-size:80px;
    line-height:.6;
    opacity:.35;
}
.menu-section{background:#fff}
.menu-note{color:var(--muted);max-width:340px;text-align:right}
.category-tabs{
    max-width:1200px;
    margin:0 auto 30px;
    display:flex;
    gap:10px;
    overflow-x:auto;
    padding-bottom:6px;
    scrollbar-width:none;
}
.category-tabs::-webkit-scrollbar{display:none}
.category-tab{
    flex:0 0 auto;
    border:1px solid #d8e0da;
    background:#fff;
    color:var(--green-dark);
    border-radius:999px;
    padding:12px 18px;
    font-weight:700;
    cursor:pointer;
}
.category-tab.active{
    background:var(--green);
    color:#fff;
    border-color:var(--green);
}
.menu-panels{max-width:1200px;margin:auto}
.menu-panel{display:none}
.menu-panel.active{display:block}
.menu-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 42px;
}
.menu-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:22px 0;
    border-bottom:1px solid #edf0ed;
}
.menu-item h3{
    margin:0 0 5px;
    font-family:'DM Sans',Arial,sans-serif;
    font-size:18px;
    color:var(--ink);
}
.menu-item p{
    margin:0;
    min-height:18px;
    color:var(--muted);
    font-size:13px;
}
.menu-item strong{
    flex:0 0 auto;
    color:var(--green);
    font-size:18px;
}
.menu-message{
    max-width:900px;
    margin:auto;
    padding:26px;
    border-radius:20px;
    background:var(--green-soft);
    color:var(--green-dark);
}
.split-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:720px;
    background:var(--cream);
}
.split-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.split-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:80px max(7vw,42px);
}
.split-copy p:not(.eyebrow){
    color:var(--muted);
    font-size:18px;
    line-height:1.7;
}
.text-link{
    margin-top:18px;
    color:var(--green);
    font-weight:700;
    text-decoration:none;
}
.gallery-section{background:var(--cream-light)}
.gallery-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1.3fr 1fr 1fr;
    grid-template-rows:280px 280px;
    gap:14px;
}
.gallery-grid figure{
    margin:0;
    border-radius:24px;
    overflow:hidden;
}
.gallery-grid figure img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.gallery-main{grid-row:1/3}
.gallery-grid figure:last-child{grid-column:2/4}
.instagram-section{
    padding:72px max(7vw,28px);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    background:var(--green-dark);
    color:#fff;
}
.instagram-section .eyebrow{color:#b9d0c0}
.instagram-section h2{
    color:#fff;
    font-size:clamp(40px,6vw,72px);
}
.instagram-section p:last-child{color:rgba(255,255,255,.72)}
.contact-section{background:#fff}
.contact-card{
    max-width:1200px;
    margin:auto;
    padding:52px;
    border-radius:32px;
    background:var(--cream);
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:50px;
}
.contact-card>div>p:last-child{
    color:var(--muted);
    line-height:1.6;
}
.contact-details{
    display:grid;
    gap:18px;
}
.contact-details div{
    padding:18px 0;
    border-bottom:1px solid rgba(49,92,67,.15);
}
.contact-details span{
    display:block;
    color:var(--muted);
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:5px;
}
.contact-details a{
    color:var(--green);
    font-weight:700;
}
.site-footer{
    padding:52px max(6vw,24px) 30px;
    background:#182b20;
    color:#fff;
}
.footer-brand img{
    width:170px;
    background:#fff;
    border-radius:14px;
    padding:5px 10px;
}
.footer-brand p{color:rgba(255,255,255,.65)}
.footer-links{
    display:flex;
    flex-wrap:wrap;
    gap:24px;
    margin:30px 0;
}
.footer-links a{
    text-decoration:none;
    color:rgba(255,255,255,.86);
}
.copyright{
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.12);
    color:rgba(255,255,255,.5);
    font-size:13px;
}

@media(max-width:900px){
    .main-nav{
        position:absolute;
        top:78px;
        left:16px;
        right:16px;
        display:none;
        flex-direction:column;
        align-items:stretch;
        padding:18px;
        border-radius:20px;
        background:#fff;
        box-shadow:var(--shadow);
    }
    .main-nav.open{display:flex}
    .main-nav a{padding:10px 4px}
    .menu-toggle{display:block}
    .hero-image img{object-position:58% center}
    .hero-overlay{background:linear-gradient(90deg,rgba(25,48,34,.82),rgba(25,48,34,.35))}
    .feature-grid{grid-template-columns:1fr 1fr}
    .feature-card:first-child{grid-column:1/3}
    .split-section{grid-template-columns:1fr}
    .split-photo{height:520px}
    .gallery-grid{
        grid-template-columns:1fr 1fr;
        grid-template-rows:360px 240px 240px;
    }
    .gallery-main{grid-column:1/3;grid-row:auto}
    .gallery-grid figure:last-child{grid-column:auto}
    .contact-card{grid-template-columns:1fr}
}

@media(max-width:640px){
    .section{padding:76px 20px}
    .hero{min-height:92vh}
    .hero-content{margin-left:22px;width:calc(100% - 44px)}
    .hero h1{font-size:54px}
    .hero-copy{font-size:16px}
    .hero-actions{flex-direction:column;align-items:flex-start}
    .section-heading{
        display:block;
        margin-bottom:28px;
    }
    .menu-note{text-align:left;margin-top:12px}
    .feature-grid{grid-template-columns:1fr}
    .feature-card,.feature-card:first-child{
        grid-column:auto;
        min-height:420px;
    }
    .menu-grid{grid-template-columns:1fr}
    .split-photo{height:420px}
    .split-copy{padding:64px 24px}
    .gallery-grid{
        display:grid;
        grid-template-columns:1fr 1fr;
        grid-template-rows:350px 190px 190px;
    }
    .gallery-main{grid-column:1/3}
    .gallery-grid figure:last-child{grid-column:1/3}
    .instagram-section{
        align-items:flex-start;
        flex-direction:column;
        padding:56px 24px;
    }
    .contact-card{padding:30px 24px}
}

/* V6.7 */
.nav-system{padding:11px 17px!important;border-radius:999px;background:var(--green);color:#fff!important}
.services-section{background:#f4ede1}
.services-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.service-card{position:relative;min-height:360px;padding:34px;border-radius:28px;background:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column}
.service-number{position:absolute;top:24px;right:28px;font-size:12px;letter-spacing:.12em;color:#9aa69e;font-weight:700}
.service-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:var(--green-soft);font-size:26px;margin-bottom:28px}
.service-card h3{margin:0 0 14px;font-size:30px;color:var(--green-dark)}
.service-card p{color:var(--muted);line-height:1.65;margin:0 0 28px}
.service-card a{margin-top:auto;color:var(--green);text-decoration:none;font-weight:700}
.reviews-section{background:#fff}
.reviews-placeholder{max-width:900px;margin:auto;padding:42px;border-radius:28px;background:var(--green-soft);text-align:center}
.reviews-placeholder .stars{font-size:28px;letter-spacing:4px;color:#b58a32;margin-bottom:14px}
.reviews-placeholder h3{margin:0 0 10px;font-size:30px;color:var(--green-dark)}
.reviews-placeholder p{max-width:680px;margin:auto;color:var(--muted);line-height:1.6}
.map-link{display:block;margin-top:8px;color:var(--green);font-weight:700;text-decoration:none}
@media(max-width:900px){.services-grid{grid-template-columns:1fr}.service-card{min-height:auto}}


/* V6.8 - Actualización fotográfica */
.hero-image img{
    object-position:center 52%;
}
.service-card.service-with-photo{
    padding:0;
    overflow:hidden;
}
.service-photo{
    width:100%;
    height:220px;
    object-fit:cover;
}
.service-card-body{
    position:relative;
    padding:30px 34px 34px;
    display:flex;
    flex-direction:column;
    flex:1;
}
.service-card-body .service-number{
    top:28px;
    right:30px;
}
.gallery-grid{
    grid-template-columns:1.2fr .8fr .8fr;
    grid-template-rows:260px 260px;
}
.gallery-grid figure:nth-child(4),
.gallery-grid figure:nth-child(5),
.gallery-grid figure:nth-child(6){
    min-height:0;
}
.gallery-grid figure:nth-child(4){grid-column:2}
.gallery-grid figure:nth-child(5){grid-column:3}
.gallery-grid figure:nth-child(6){display:none}
@media(max-width:900px){
    .service-photo{height:300px}
    .gallery-grid{
        grid-template-columns:1fr 1fr;
        grid-template-rows:340px 220px 220px;
    }
    .gallery-grid figure:nth-child(4),
    .gallery-grid figure:nth-child(5){
        grid-column:auto;
    }
}
@media(max-width:640px){
    .service-photo{height:250px}
    .gallery-grid{
        grid-template-columns:1fr 1fr;
        grid-template-rows:330px 190px 190px 190px;
    }
    .gallery-grid figure:nth-child(6){
        display:block;
        grid-column:1/3;
    }
}


/* V6.9 - Google Maps y opiniones */
.reviews-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:18px;
}
.google-review-card,
.review-cta-card{
    border-radius:28px;
    padding:38px;
}
.google-review-card{
    background:var(--green-soft);
    display:flex;
    align-items:flex-start;
    gap:22px;
}
.google-review-brand{
    width:54px;
    height:54px;
    flex:0 0 54px;
    border-radius:50%;
    background:#fff;
    display:grid;
    place-items:center;
    font-weight:800;
    font-size:25px;
    color:var(--green-dark);
    box-shadow:0 8px 25px rgba(39,53,45,.10);
}
.google-review-card .stars{
    color:#b58a32;
    letter-spacing:3px;
    font-size:24px;
    margin-bottom:10px;
}
.google-review-card h3,
.review-cta-card h3{
    margin:0 0 10px;
    font-size:31px;
    color:var(--green-dark);
}
.google-review-card p,
.review-cta-card p:not(.eyebrow){
    margin:0;
    color:var(--muted);
    line-height:1.65;
}
.review-cta-card{
    background:var(--cream);
}
.review-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:24px;
}
.btn-outline-green{
    border:1px solid var(--green);
    color:var(--green);
    background:transparent;
}
.location-actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:9px;
}
.location-actions .map-link{
    margin-top:0;
}
.location-actions .secondary{
    color:var(--muted);
}
@media(max-width:800px){
    .reviews-grid{
        grid-template-columns:1fr;
    }
}
