/* 11 — BORTOLO — Vintage/Warm/Artisan */
*{margin:0;padding:0;box-sizing:border-box}
:root{--black:#000;--black-soft:#1F1810;--g900:#3A2E22;--g800:#3A2E22;--g700:#333;--g600:#555;--g500:#777;--g400:#999;--g300:#bbb;--g200:#ddd;--g100:#F3EBE0;--g50:#FAF5EF;--white:#fff;--primary:#8B6B4A;--primary-dark:#6E5438;--primary-light:#F5EDE3;--accent:#D4829C;--accent-light:#FCE4EC}
html{scroll-behavior:smooth}
body{font-family:'Rubik',sans-serif;color:var(--g700);line-height:1.6;background:var(--white);font-size:16px;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:'Rubik',sans-serif;color:var(--g900);font-weight:700;line-height:1.15}
img{display:block;max-width:100%}
.container{max-width:1200px;margin:0 auto;padding:0 2rem}
.eyebrow{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--g500);margin-bottom:.75rem}
.section-header{text-align:center;max-width:640px;margin:0 auto 3.5rem}
.section-header h2{font-size:2.25rem;margin-bottom:1rem;letter-spacing:-.5px}
.section-header p{color:var(--g500);line-height:1.7}

/* Header — Warm Dark Mode */
header{position:fixed;top:0;left:0;right:0;background:#3A2E22;z-index:1000;box-shadow:0 1px 10px rgba(58,46,34,.3);transition:background .3s,box-shadow .3s}
header.scrolled{background:#1F1810;box-shadow:0 1px 10px rgba(31,24,16,.3)}
.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}
.logo{display:flex;align-items:center;text-decoration:none}
.logo-text{font-size:1rem;font-weight:700;color:var(--white);letter-spacing:-.3px}
nav{display:flex;gap:1.75rem;align-items:center}
nav a{text-decoration:none;color:rgba(255,255,255,0.6);font-weight:500;font-size:.85rem;transition:color .2s}
nav a:hover{color:var(--white)}
.btn-header{background:#D4829C;color:var(--white)!important;padding:.6rem 1.2rem;border-radius:6px;font-size:.85rem;font-weight:600;transition:background .2s}
.btn-header:hover{background:#C06E88}
.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}
.menu-toggle span{width:22px;height:2px;background:var(--white)}
.btn-w{display:inline-flex;padding:1rem 2rem;background:var(--white);color:var(--black);font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s;font-size:.95rem}
.btn-w:hover{background:var(--g100);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.1)}
.btn-w-outline{display:inline-flex;padding:1rem 2rem;background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.3);font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s;font-size:.95rem}
.btn-w-outline:hover{border-color:rgba(255,255,255,.7);background:rgba(255,255,255,.05)}

/* HERO: Full-bleed dark */
.hero-fullbleed{background:linear-gradient(135deg, #3A2E22 0%, #1F1810 100%);color:var(--white);min-height:100vh;display:flex;align-items:center;padding:6rem 2rem}
.hero-fullbleed-inner{max-width:900px;margin:0 auto;text-align:center}
.hero-fullbleed h1{font-size:clamp(2.5rem,7vw,5.5rem);color:var(--white);letter-spacing:-2px;margin-bottom:1.5rem;line-height:1}
.hero-fullbleed p{font-size:1.15rem;color:rgba(255,255,255,.7);max-width:550px;margin:0 auto 2.5rem;line-height:1.7}
.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* ABOUT: Offset */
.about-offset{display:grid;grid-template-columns:1fr 1fr;min-height:500px}
.about-offset-dark{background:#8B6B4A;color:var(--white);padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center}
.about-offset-dark h2{color:var(--white);font-size:2rem;margin-bottom:1.25rem}
.about-offset-dark p{color:rgba(255,255,255,.75);line-height:1.8;font-size:1rem}
.about-offset-img img{width:100%;height:100%;object-fit:cover}

/* MVV: Strip */
.mvv-strip{background:#FAF5EF;padding:5rem 2rem;border-bottom:1px solid var(--g200)}
.mvv-strip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.mvv-strip-item{padding:2.5rem;border-right:1px solid var(--g200);transition:background .3s}
.mvv-strip-item:last-child{border-right:none}
.mvv-strip-item:hover{background:var(--white)}
.mvv-strip-label{font-size:.65rem;text-transform:uppercase;letter-spacing:3px;color:#D4829C;display:block;margin-bottom:1rem}
.mvv-strip-item h3{font-size:1.15rem;margin-bottom:.5rem}
.mvv-strip-item p{color:var(--g600);font-size:.9rem;line-height:1.65}

/* BENEFICIOS: Checklist */
.benef-check{padding:6rem 2rem;background:var(--white);border-bottom:1px solid var(--g200)}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:0 auto}
.check-item{display:flex;gap:1.25rem;padding:1.5rem;border:1px solid var(--g200);border-radius:4px;transition:box-shadow .3s,transform .3s}
.check-item:hover{box-shadow:0 8px 25px rgba(0,0,0,.06);transform:translateY(-3px)}
.check-mark{width:36px;height:36px;background:#8B6B4A;color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;flex-shrink:0}
.check-item h3{font-size:1rem;margin-bottom:.35rem}
.check-item p{font-size:.88rem;color:var(--g600);line-height:1.6}

/* SERVICIOS: Steps */
.serv-steps{padding:6rem 2rem;background:#F3EBE0}
.steps-list{display:flex;flex-direction:column;gap:4rem}
.step-item{display:grid;grid-template-columns:60px 1fr 1fr;gap:2.5rem;align-items:center}
.step-item:nth-child(even){grid-template-columns:60px 1fr 1fr;direction:rtl}
.step-item:nth-child(even)>*{direction:ltr}
.step-num{font-size:3rem;font-weight:800;color:var(--g200);line-height:1}
.step-item:hover .step-num{color:#8B6B4A;transition:color .3s}
.step-img{overflow:hidden;border-radius:6px}
.step-img img{width:100%;height:300px;object-fit:cover;transition:transform .6s}
.step-item:hover .step-img img{transform:scale(1.04)}
.step-text h3{font-size:1.35rem;margin-bottom:.75rem}
.step-text p{color:var(--g600);line-height:1.7}

/* SECTORES: Pills */
.sect-pills{padding:6rem 2rem;background:var(--white);border-bottom:1px solid var(--g200)}
.pills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.pill-card{background:var(--g50);border-radius:8px;padding:2.5rem 2rem;text-align:center;border:1px solid var(--g200);transition:all .3s}
.pill-card:hover{background:#8B6B4A;color:var(--white);border-color:#8B6B4A}
.pill-card:hover h3{color:var(--white)}
.pill-card:hover p{color:rgba(255,255,255,.75)}
.pill-emoji{font-size:2.5rem;display:block;margin-bottom:1.25rem}
.pill-card h3{font-size:1.1rem;margin-bottom:.5rem;transition:color .3s}
.pill-card p{font-size:.9rem;color:var(--g600);line-height:1.6;transition:color .3s}

/* CIFRAS: Big centered */
.cifras-big{background:linear-gradient(135deg, #3A2E22 0%, #1F1810 100%);padding:5rem 2rem}
.cifras-big-row{display:flex;justify-content:center;gap:6rem;flex-wrap:wrap}
.cifra-big{text-align:center}
.cifra-big-n{display:block;font-size:4.5rem;font-weight:800;color:var(--white);line-height:1;margin-bottom:.5rem}
.cifra-big-l{font-size:.8rem;color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:1px}

/* CTA: Strip */
.cta-strip{background:linear-gradient(135deg, #8B6B4A 0%, #6E5438 100%);padding:3.5rem 2rem}
.cta-strip-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}
.cta-strip h2{color:var(--white);font-size:1.75rem;letter-spacing:-.3px}

/* CONTACTO: Split duo */
.contact-split-duo{display:grid;grid-template-columns:1fr 1fr}
.csd-left{background:linear-gradient(135deg, #3A2E22 0%, #1F1810 100%);color:var(--white);padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center}
.csd-left h2{color:var(--white);font-size:2.25rem;margin-bottom:1rem}
.csd-left p{color:rgba(255,255,255,.7);line-height:1.7;max-width:400px}
.csd-right{padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center;gap:2rem;background:var(--g50)}
.csd-item strong{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:2px;color:var(--g500);margin-bottom:.35rem}
.csd-item p,.csd-item a{color:var(--g700);font-size:1rem;line-height:1.5;text-decoration:none}
.csd-item a:hover{color:var(--black)}

/* FOOTER: Minimal */
.footer-min{background:linear-gradient(180deg, #3A2E22 0%, #1F1810 100%);padding:2rem;color:var(--white)}
.footer-min-inner{display:flex;justify-content:space-between;align-items:center}
.footer-min-inner .logo-text{color:var(--white);font-size:1rem}
.footer-min-inner p{color:var(--g500);font-size:.85rem;margin:0}

/* Responsive */
@media(max-width:1024px){
    .hero-fullbleed h1{font-size:3rem}
    .about-offset{grid-template-columns:1fr}
    .about-offset-img img{height:350px}
    .mvv-strip-grid{grid-template-columns:1fr}
    .mvv-strip-item{border-right:none;border-bottom:1px solid var(--g200)}
    .check-grid{grid-template-columns:1fr}
    .step-item,.step-item:nth-child(even){grid-template-columns:1fr;direction:ltr}
    .step-num{display:none}
    .pills-grid{grid-template-columns:1fr}
    .cifras-big-row{gap:3rem}
    .contact-split-duo{grid-template-columns:1fr}
    .cta-strip-inner{justify-content:center;text-align:center;flex-direction:column}
}
@media(max-width:768px){
    .menu-toggle{display:flex}
    nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem;border-top:1px solid var(--g200);box-shadow:0 10px 30px rgba(0,0,0,.1)}
    nav.active{display:flex}
    nav a{padding:.875rem 0;border-bottom:1px solid var(--g100)}
    .btn-header{width:100%;justify-content:center;margin-top:.5rem;text-align:center}
    .about-offset-dark,.csd-left,.csd-right{padding:3rem 2rem}
    .hero-actions{flex-direction:column}
    .btn-w,.btn-w-outline{width:100%;justify-content:center;text-align:center}
    .footer-min-inner{flex-direction:column;gap:1rem;text-align:center}
}

/* 11 — BORTOLO — Vintage/Warm/Artisan (override section) */
*{margin:0;padding:0;box-sizing:border-box}
:root{--black:#000;--black-soft:#1F1810;--g900:#3A2E22;--g800:#3A2E22;--g700:#333;--g600:#555;--g500:#777;--g400:#999;--g300:#bbb;--g200:#e0e0e0;--g100:#F3EBE0;--g50:#FAF5EF;--white:#fff;--primary:#8B6B4A;--primary-dark:#6E5438;--primary-light:#F5EDE3;--accent:#D4829C;--accent-light:#FCE4EC}
html{scroll-behavior:smooth}
body{font-family:'Rubik',sans-serif;color:var(--g700);line-height:1.6;background:var(--white);font-size:16px;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:'Rubik',sans-serif;color:var(--g900);font-weight:700;line-height:1.15}
img{display:block;max-width:100%}
.container{max-width:1100px;margin:0 auto;padding:0 2rem}
.eyebrow{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#8B6B4A;margin-bottom:.75rem}
.section-header{text-align:center;max-width:600px;margin:0 auto 3.5rem}
.section-header h2{font-size:2.15rem;margin-bottom:1rem;letter-spacing:-.5px}
.section-header p{color:var(--g500);line-height:1.7}

/* Header */
header{position:fixed;top:0;left:0;right:0;background:rgba(250,245,239,.95);backdrop-filter:blur(16px);z-index:1000;border-bottom:1px solid rgba(139,107,74,.1);transition:box-shadow .3s}
header.scrolled{box-shadow:0 2px 16px rgba(139,107,74,.08)}
.header-container{max-width:1100px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}
.logo{text-decoration:none}.logo-text{font-size:1.2rem;font-weight:800;color:var(--g900)}
nav{display:flex;gap:1.75rem;align-items:center}
nav a{text-decoration:none;color:var(--g500);font-weight:500;font-size:.85rem;transition:color .2s}
nav a:hover{color:var(--black)}
.btn-header{background:#8B6B4A;color:var(--white)!important;padding:.6rem 1.2rem;border-radius:50px;font-size:.85rem;font-weight:600;transition:background .2s}
.btn-header:hover{background:#6E5438}
.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}
.menu-toggle span{width:22px;height:2px;background:var(--g800)}

/* HERO: Light minimal */
.hero-light{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8rem 2rem 6rem;background:linear-gradient(135deg, #3A2E22 0%, #1F1810 100%);color:var(--white)}
.hero-light h1{font-size:clamp(2.5rem,6vw,4.5rem);letter-spacing:-1.5px;margin-bottom:1.5rem;max-width:700px;color:var(--white)}
.hero-light p{font-size:1.1rem;color:rgba(255,255,255,.7);max-width:500px;margin-bottom:2.5rem;line-height:1.7}
.btn-pill{display:inline-flex;padding:.85rem 2rem;background:#D4829C;color:var(--white);font-weight:600;border-radius:50px;text-decoration:none;font-size:.95rem;transition:all .3s}
.btn-pill:hover{background:#C06E88;transform:translateY(-2px);box-shadow:0 8px 20px rgba(212,130,156,.25)}

/* ABOUT: Accent border */
.about-accent{padding:6rem 2rem;border-bottom:1px solid var(--g200);background:#FAF5EF}
.about-accent-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}
.about-accent-img img{width:100%;height:550px;object-fit:cover;border-radius:20px}
.about-accent-text h2{font-size:2.25rem;margin-bottom:.75rem}
.accent-bar{width:50px;height:3px;background:#D4829C;margin-bottom:1.5rem}
.about-accent-text p{color:var(--g600);line-height:1.8;margin-bottom:2rem;font-size:1rem}
.stat-row{display:flex;gap:1rem}
.stat-pill{background:var(--g50);border:1px solid var(--g200);border-radius:50px;padding:.6rem 1.25rem;font-size:.85rem;color:var(--g600)}
.stat-pill strong{color:var(--black);margin-right:.25rem}

/* MVV: Accordion blocks */
.mvv-accordion{padding:6rem 2rem;background:var(--white)}
.acc-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}
.acc-item{display:flex;gap:1.5rem;padding:2rem;background:#FAF5EF;border-radius:6px;transition:background .3s}
.acc-item:hover{background:#F3EBE0}
.acc-bar{width:4px;background:#8B6B4A;border-radius:4px;flex-shrink:0}
.acc-content h3{font-size:1.1rem;margin-bottom:.5rem}
.acc-content p{font-size:.9rem;color:var(--g600);line-height:1.65}

/* BENEFICIOS: Large numbers */
.benef-nums{padding:6rem 2rem;background:#F3EBE0;border-bottom:1px solid var(--g200)}
.nums-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:800px;margin:0 auto}
.num-item{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:var(--white);border-radius:6px;border:1px solid var(--g200);transition:box-shadow .3s}
.num-item:hover{box-shadow:0 8px 24px rgba(0,0,0,.05)}
.num-big{font-size:2.5rem;font-weight:800;color:var(--g200);line-height:1;min-width:55px;transition:color .3s}
.num-item:hover .num-big{color:#8B6B4A}
.num-item h3{font-size:1rem;margin-bottom:.35rem}
.num-item p{font-size:.88rem;color:var(--g600);line-height:1.6}

/* SERVICIOS: Cards with top bar */
.serv-bar{padding:6rem 2rem;background:var(--white);border-bottom:1px solid var(--g200)}
.bar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.bar-card{border-radius:8px;overflow:hidden;border:1px solid var(--g200);transition:transform .3s,box-shadow .3s}
.bar-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.07)}
.bar-top{height:4px;background:var(--black)}
.bar-body{padding:0}
.bar-body img{width:100%;height:180px;object-fit:cover}
.bar-body h3{font-size:1.05rem;padding:1.25rem 1.25rem .25rem}
.bar-body p{font-size:.88rem;color:var(--g600);padding:0 1.25rem 1.25rem;line-height:1.6}

/* SECTORES: Horizontal rows */
.sect-horiz{padding:6rem 2rem;background:var(--g50)}
.horiz-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}
.horiz-item{display:flex;gap:2rem;align-items:center;padding:1.5rem;background:var(--white);border-radius:6px;border:1px solid var(--g200);transition:transform .3s}
.horiz-item:hover{transform:translateX(8px)}
.horiz-item img{width:80px;height:80px;border-radius:6px;object-fit:cover;flex-shrink:0}
.horiz-item h3{font-size:1.05rem;margin-bottom:.25rem}
.horiz-item p{font-size:.88rem;color:var(--g600);line-height:1.5}

/* CIFRAS: Pills */
.cifras-pills{padding:5rem 2rem;background:var(--white);border-bottom:1px solid var(--g200)}
.cpill-row{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}
.cpill{background:var(--g50);border:1px solid var(--g200);border-radius:50px;padding:1.25rem 2rem;text-align:center;min-width:140px;transition:all .3s}
.cpill:hover{background:var(--black);color:var(--white);border-color:var(--black)}
.cpill:hover strong{color:var(--white)}
.cpill:hover span{color:var(--g400)}
.cpill strong{display:block;font-size:1.75rem;font-weight:800;color:var(--black);line-height:1;margin-bottom:.25rem;transition:color .3s}
.cpill span{font-size:.75rem;color:var(--g500);text-transform:uppercase;letter-spacing:.5px;transition:color .3s}

/* CTA: Rounded card */
.cta-card-sec{padding:4rem 2rem;background:var(--g50)}
.cta-rounded{background:var(--black);border-radius:24px;padding:4rem 3rem;text-align:center;color:var(--white)}
.cta-rounded h2{color:var(--white);font-size:2rem;margin-bottom:.75rem}
.cta-rounded p{color:rgba(255,255,255,.75);margin-bottom:2rem;font-size:1.05rem}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.btn-dark-pill{display:inline-flex;padding:.9rem 2rem;background:var(--white);color:var(--black);font-weight:600;border-radius:50px;text-decoration:none;font-size:.95rem;transition:all .3s}
.btn-dark-pill:hover{background:var(--g100);transform:translateY(-2px)}
.btn-outline-pill{display:inline-flex;padding:.9rem 2rem;border:2px solid rgba(255,255,255,.3);color:var(--white);font-weight:600;border-radius:50px;text-decoration:none;font-size:.95rem;transition:all .3s}
.btn-outline-pill:hover{border-color:var(--white)}

/* CONTACTO: Centered */
.contact-center{padding:6rem 2rem;background:var(--white)}
.cc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:900px;margin:0 auto}
.cc-card{text-align:center;padding:2.5rem 1.5rem;border:1px solid var(--g200);border-radius:8px;transition:transform .3s,box-shadow .3s}
.cc-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.05)}
.cc-card span{font-size:2rem;display:block;margin-bottom:1rem}
.cc-card h3{font-size:.95rem;margin-bottom:.5rem}
.cc-card p,.cc-card a{font-size:.9rem;color:var(--g600);line-height:1.5;text-decoration:none}

/* FOOTER: Light columns */
.footer-light-cols{background:var(--g50);padding:3rem 2rem 1.5rem;border-top:1px solid var(--g200)}
.footer-cols-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:2rem}
.footer-desc-sm{color:var(--g500);font-size:.88rem;margin-top:.5rem;line-height:1.5}
.footer-nav-col h4{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:var(--g900);margin-bottom:1rem}
.footer-nav-col a,.footer-nav-col p{display:block;color:var(--g500);font-size:.88rem;text-decoration:none;margin-bottom:.4rem;line-height:1.5}
.footer-nav-col a:hover{color:var(--black)}
.footer-line-bot{border-top:1px solid var(--g200);padding-top:1.5rem}
.footer-line-bot p{font-size:.8rem;color:var(--g400);margin:0}

/* Responsive */
@media(max-width:1024px){
    .about-accent-grid{grid-template-columns:1fr;gap:2rem}
    .about-accent-img img{height:350px}
    .nums-grid{grid-template-columns:1fr}
    .bar-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}
    .cc-grid{grid-template-columns:1fr;max-width:380px;margin:0 auto}
    .footer-cols-inner{grid-template-columns:1fr}
}
@media(max-width:768px){
    .menu-toggle{display:flex}
    nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem;border-top:1px solid var(--g200);box-shadow:0 10px 30px rgba(0,0,0,.1)}
    nav.active{display:flex}
    nav a{padding:.875rem 0;border-bottom:1px solid var(--g100)}
    .btn-header{width:100%;text-align:center;margin-top:.5rem}
    .hero-light{min-height:60vh;padding:6rem 1.5rem 4rem}
    .hero-light h1{font-size:2.5rem}
    .stat-row{flex-direction:column}
    .horiz-item{flex-direction:column;text-align:center}
    .cpill-row{flex-direction:column;align-items:center}
    .cta-btns{flex-direction:column}
    .btn-dark-pill,.btn-outline-pill{width:100%;justify-content:center;text-align:center}
    .cta-rounded{padding:3rem 1.5rem}
    .footer-cols-inner{text-align:center}
}

/* 11 — BORTOLO — Vintage/Warm/Artisan (third override section) */
*{margin:0;padding:0;box-sizing:border-box}
:root{--black:#000;--black-soft:#1F1810;--g900:#3A2E22;--g800:#3A2E22;--g700:#333;--g600:#555;--g500:#777;--g400:#999;--g300:#bbb;--g200:#e0e0e0;--g100:#F3EBE0;--g50:#FAF5EF;--white:#fff;
--primary:#8B6B4A;--primary-dark:#6E5438;--primary-light:#F5EDE3;--accent:#D4829C;--accent-light:#FCE4EC;
--brand:#8B6B4A;--brand-dark:#6E5438;--brand-mid:#D4829C;--brand-light:#F5EDE3;
--cream:#FAF5EF;--cream-50:#F3EBE0;--cream-100:#E8DDD0;--cream-200:#D4BCA4;
--mint:#A8CFB8;--blush:#D4829C;--sky:#AEC8DD;
--warm-dark:#3A2E22;--warm-text:#1F1810}
html{scroll-behavior:smooth}
body{font-family:'Rubik',sans-serif;color:var(--g700);line-height:1.6;background:var(--white);font-size:16px;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:'Rubik',sans-serif;color:var(--g900);font-weight:700;line-height:1.15}
img{display:block;max-width:100%}
.container{max-width:1200px;margin:0 auto;padding:0 2rem}
.eyebrow{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--g400);margin-bottom:.75rem}
.section-header{text-align:center;max-width:640px;margin:0 auto 3.5rem}
.section-header h2{font-size:2.25rem;margin-bottom:1rem;letter-spacing:-.5px}
.section-header p{color:var(--g500);line-height:1.7}
header{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.92);backdrop-filter:blur(20px);z-index:1000;border-bottom:1px solid rgba(0,0,0,.06);transition:box-shadow .3s}
header.scrolled{box-shadow:0 1px 20px rgba(0,0,0,.08)}
.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}
.logo{text-decoration:none}.logo-text{font-size:1.1rem;font-weight:700;color:var(--g900)}
nav{display:flex;gap:1.75rem;align-items:center}
nav a{text-decoration:none;color:var(--g600);font-weight:500;font-size:.85rem;transition:color .2s}
nav a:hover{color:var(--black)}
.btn-header{background:var(--black);color:var(--white)!important;padding:.6rem 1.2rem;border-radius:6px;font-size:.85rem;font-weight:600}
.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}
.menu-toggle span{width:22px;height:2px;background:var(--g800)}
.btn-black{display:inline-flex;padding:1rem 2rem;background:var(--black);color:var(--white);font-weight:600;border-radius:6px;text-decoration:none;font-size:.95rem;transition:all .3s}
.btn-black:hover{background:var(--g800);transform:translateY(-2px)}
.btn-w-sm{display:inline-flex;padding:.9rem 2rem;background:var(--white);color:var(--black);font-weight:600;border-radius:6px;text-decoration:none;transition:all .3s}
.btn-w-sm:hover{background:var(--g100);transform:translateY(-2px)}

/* HERO: Split reverse */
.hero-split-rev{display:flex;min-height:100vh}
.hsr-img{flex:1;position:relative;overflow:hidden}
.hsr-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hsr-text{flex:1;display:flex;flex-direction:column;justify-content:center;padding:6rem 4rem;background:#FAF5EF}
.hsr-text h1{font-size:3rem;letter-spacing:-1px;margin-bottom:1.25rem;max-width:500px}
.hsr-text p{color:var(--g600);margin-bottom:2rem;max-width:440px;line-height:1.7}

/* ABOUT: Banner */
.about-banner{border-bottom:1px solid var(--g200)}
.about-banner-img{width:100%;height:350px;object-fit:cover}
.about-banner-text{padding:4rem 0 5rem;max-width:700px}
.about-banner-text h2{font-size:2rem;margin-bottom:1rem}
.about-banner-text p{color:var(--g600);line-height:1.8;margin-bottom:2rem}
.inline-stats{display:flex;gap:2rem}
.inline-stats div{font-size:.9rem;color:var(--g600)}
.inline-stats strong{color:var(--black);font-size:1.5rem;display:block;margin-bottom:.15rem}

/* MVV: Side cards */
.mvv-side{padding:6rem 2rem;background:var(--white)}
.mvv-side-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.mvv-side-card{padding:2.5rem;border:1px solid var(--g200);transition:background .3s}
.mvv-side-card:hover{background:var(--g50)}
.mvv-side-card h3{font-size:1.15rem;margin-bottom:.75rem}
.mvv-side-card p{color:var(--g600);font-size:.9rem;line-height:1.65}

/* BENEFICIOS: Fill cards */
.benef-fill{padding:6rem 2rem;background:#FAF5EF;border-bottom:1px solid var(--g200)}
.fill-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.fill-card{padding:2rem;border:2px solid var(--g200);border-radius:8px;text-align:center;transition:all .3s}
.fill-card:hover{background:#8B6B4A;color:var(--white);border-color:#8B6B4A}
.fill-card:hover h3{color:var(--white)}
.fill-card:hover p{color:rgba(255,255,255,.75)}
.fill-card h3{font-size:1rem;margin-bottom:.5rem;transition:color .3s}
.fill-card p{font-size:.88rem;color:var(--g600);line-height:1.6;transition:color .3s}

/* SERVICIOS: Overlay grid */
.serv-overlay{padding:6rem 2rem;background:var(--white)}
.overlay-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.ov-card{position:relative;border-radius:6px;overflow:hidden;height:350px}
.ov-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.ov-card:hover img{transform:scale(1.05)}
.ov-text{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(transparent,rgba(0,0,0,.8))}
.ov-text h3{color:var(--white);font-size:1.1rem;margin-bottom:.25rem}
.ov-text p{color:var(--g300);font-size:.88rem}

/* SECTORES: Two-col */
.sect-twocol{padding:6rem 2rem;background:#F3EBE0;border-bottom:1px solid var(--g200)}
.twocol-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:0 auto}
.twocol-item{padding:2rem;border-bottom:2px solid var(--g200);transition:border-color .3s}
.twocol-item:hover{border-color:#8B6B4A}
.twocol-item span{font-size:2rem;font-weight:800;color:var(--g200);display:block;margin-bottom:.5rem}
.twocol-item h3{font-size:1.1rem;margin-bottom:.5rem}
.twocol-item p{font-size:.9rem;color:var(--g600);line-height:1.65}

/* CIFRAS: Left-aligned */
.cifras-left{padding:5rem 2rem;background:var(--white);border-bottom:1px solid var(--g200)}
.cl-grid{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center}
.cl-nums{display:flex;gap:3rem}
.cl-item{text-align:center}
.cl-item strong{display:block;font-size:3rem;font-weight:800;color:#8B6B4A;line-height:1;margin-bottom:.35rem}
.cl-item span{font-size:.78rem;color:var(--g500);text-transform:uppercase;letter-spacing:.5px}

/* CTA */
.cta-dark-full{background:linear-gradient(135deg, #8B6B4A 0%, #6E5438 100%);padding:5rem 2rem}

/* CONTACTO: Bar */
.contact-bar{padding:5rem 2rem;background:#FAF5EF;border-bottom:1px solid var(--g200)}
.cb-inner{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}
.cb-details{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.cb-details strong{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:2px;color:var(--g400);margin-bottom:.35rem}
.cb-details p,.cb-details a{font-size:.95rem;color:var(--g700);line-height:1.5;text-decoration:none}

/* FOOTER */
.footer-dark-simple{background:linear-gradient(180deg, #3A2E22 0%, #1F1810 100%);padding:0 2rem}

@media(max-width:1024px){
    .hero-split-rev{flex-direction:column}
    .hsr-img{min-height:400px;position:relative}
    .hsr-text{padding:4rem 2rem}
    .hsr-text h1{font-size:2.25rem}
    .mvv-side-grid{grid-template-columns:1fr}
    .fill-grid{grid-template-columns:1fr 1fr}
    .overlay-grid{grid-template-columns:1fr;max-width:450px;margin:0 auto}
    .twocol-grid{grid-template-columns:1fr}
    .cl-grid{grid-template-columns:1fr}
    .cl-nums{justify-content:center}
    .cb-inner{grid-template-columns:1fr}
    .cb-details{grid-template-columns:1fr}
}
@media(max-width:768px){
    .menu-toggle{display:flex}
    nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem;border-top:1px solid var(--g200);box-shadow:0 10px 30px rgba(0,0,0,.1)}
    nav.active{display:flex}nav a{padding:.875rem 0;border-bottom:1px solid var(--g100)}
    .btn-header{width:100%;text-align:center;margin-top:.5rem}
    .about-banner-img{height:220px}
    .inline-stats{flex-direction:column;gap:1rem}
    .fill-grid{grid-template-columns:1fr}
    .cl-nums{flex-direction:column;gap:1.5rem}
    .footer-dark-simple .container{flex-direction:column;gap:1rem;text-align:center}
}

/* ===================================================
   BORTOLO — Identidad de Marca
   Paleta: terracota · menta · rosa · azul suave · crema
   =================================================== */

/* Base cálida */
body{background:var(--cream)}

/* Logo images */
.logo-img{height:52px;width:auto;display:block}
.hero-logo-img{height:170px;width:auto;margin:0 auto 2rem;display:block;filter:drop-shadow(0 6px 24px rgba(0,0,0,.18));border-radius:6px}
.footer-logo-img{height:52px;width:auto;display:block}

/* Fondos cálidos por sección */
.hero-light{background:linear-gradient(135deg, #3A2E22 0%, #1F1810 100%)!important;color:var(--white)!important}
.hero-light h1{color:var(--white)!important}
.hero-light p{color:rgba(255,255,255,.7)!important}
.hero-light .eyebrow{color:rgba(255,255,255,.6)!important}
.mvv-accordion{background:#F3EBE0!important}
.acc-item{background:var(--cream-50)!important}
.acc-item:hover{background:var(--cream-100)!important}
.benef-fill{background:var(--cream-50)!important}
.serv-steps{background:var(--cream)!important}
.sect-twocol{background:var(--cream-50)!important}
.cifras-pills{background:var(--cream)!important}
.cta-card-sec{background:var(--cream-100)!important}
.contact-bar{background:var(--cream-50)!important}
.footer-light-cols{background:linear-gradient(180deg, #3A2E22 0%, #1F1810 100%)!important;border-top:none!important}
.footer-light-cols .footer-nav-col h4{color:var(--white)!important}
.footer-light-cols .footer-nav-col a,.footer-light-cols .footer-nav-col p{color:rgba(255,255,255,.6)!important}
.footer-light-cols .footer-desc-sm{color:rgba(255,255,255,.5)!important}
.footer-light-cols .footer-line-bot{border-top-color:rgba(255,255,255,.1)!important}
.footer-light-cols .footer-line-bot p{color:rgba(255,255,255,.4)!important}

/* About panel izquierdo — cálido oscuro */
.about-offset-dark{background:var(--warm-dark)!important}

/* Botones principales */
.btn-pill{background:#D4829C!important;color:var(--white)!important}
.btn-pill:hover{background:#C06E88!important;box-shadow:0 8px 24px rgba(212,130,156,.3)!important}
.btn-header{background:var(--brand)!important;color:var(--white)!important}
.btn-header:hover{background:var(--brand-dark)!important}
.btn-dark-pill{background:var(--white)!important;color:var(--brand)!important}
.btn-dark-pill:hover{background:var(--cream-50)!important;color:var(--brand-dark)!important}
.btn-outline-pill{border-color:rgba(255,255,255,.45)!important}

/* Barra lateral acento */
.acc-bar{background:var(--brand)!important}
.check-mark{background:var(--brand)!important}
.accent-bar{background:var(--brand)!important}
.bar-top{background:var(--brand)!important}

/* Hover relleno terracota */
.fill-card:hover{background:var(--brand)!important;border-color:var(--brand)!important}
.cpill:hover{background:var(--brand)!important;border-color:var(--brand)!important}
.cpill:hover strong,.cpill:hover span{color:var(--white)!important}
.pill-card:hover{background:var(--brand)!important;border-color:var(--brand)!important}
.twocol-item:hover{border-color:var(--brand)!important}
.step-item:hover .step-num{color:var(--brand)!important}
.num-item:hover .num-big{color:var(--brand)!important}

/* Cifras */
.cpill strong{color:var(--brand)!important}

/* CTA card */
.cta-rounded{background:linear-gradient(135deg, #8B6B4A 0%, #6E5438 100%)!important}

/* Eyebrows */
.eyebrow{color:var(--brand)!important;opacity:.9}
.about-offset-dark .eyebrow{color:var(--cream-100)!important;opacity:1}

/* Nav links hover */
nav a:hover{color:var(--brand)!important}
.footer-nav-col a:hover{color:var(--white)!important}
.cb-details a:hover{color:var(--brand)!important}

/* Números decorativos */
.twocol-item span{color:var(--cream-200)!important}
.twocol-item:hover span{color:var(--brand-light)!important}
.cb-details strong{color:var(--brand)!important;opacity:.75}

/* Toggle hamburger */
.menu-toggle span{background:var(--brand)!important}

/* Hero split layout */
.hero-split{background:var(--cream-50)!important;padding:7rem 2rem 5rem!important;align-items:stretch!important;justify-content:flex-start!important;text-align:left!important}
.hero-split-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1100px;margin:0 auto;width:100%}
.hero-split-text{display:flex;flex-direction:column;align-items:flex-start}
.hero-split-text h1{font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-1.5px;margin-bottom:1.25rem}
.hero-split-text p{max-width:420px;margin-bottom:2rem}
.hero-split-photo img{width:100%;height:460px;object-fit:cover;border-radius:20px;box-shadow:0 24px 60px rgba(58,46,34,.18)}

/* Móvil overrides */
@media(max-width:768px){
    .logo-img{height:34px}
    .hero-logo-img{height:130px}
    .footer-logo-img{height:30px}
    .hero-split{padding:6rem 1.5rem 4rem!important}
    .hero-split-inner{grid-template-columns:1fr;gap:2.5rem}
    .hero-split-text{align-items:center;text-align:center}
    .hero-split-text p{max-width:100%}
    .hero-split-photo img{height:280px}
}