
:root{--ink:#073645;--ink2:#0b4d5e;--turq:#27b5aa;--orange:#f49b2e;--cream:#fff8ec;--muted:#5e6d73;--line:#dfe8e7;--white:#fff;--shadow:0 18px 60px rgba(7,54,69,.18)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--cream);color:var(--ink)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.topbar{position:fixed;z-index:50;top:0;left:0;right:0;height:78px;display:flex;align-items:center;justify-content:space-between;padding:12px clamp(18px,4vw,58px);background:rgba(255,248,236,.9);backdrop-filter:blur(12px);border-bottom:1px solid rgba(7,54,69,.1)}.brand img{height:54px;width:auto}.nav{display:flex;gap:26px;font-weight:700;font-size:.94rem}.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:3px;background:var(--orange);transition:.25s}.nav a:hover:after{right:0}.menuBtn{display:none;border:0;background:var(--ink);color:white;border-radius:12px;padding:8px 12px;font-size:1.4rem}.hero{min-height:100vh;display:grid;align-items:center;padding:130px clamp(18px,5vw,80px) 70px;position:relative;overflow:hidden}.hero__bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,54,69,.93),rgba(7,54,69,.68),rgba(7,54,69,.08)),url('../img/hero-rack.jpg') center/cover no-repeat;transform:scale(1.02)}.hero:after{content:"";position:absolute;right:-220px;top:-220px;width:520px;height:520px;border:70px solid rgba(244,155,46,.38);border-radius:50%;filter:blur(.2px)}.hero__content{position:relative;z-index:2;max-width:760px;color:white}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:900;color:var(--orange)}.hero h1,.section h2{font-size:clamp(2.4rem,6vw,5.8rem);line-height:.95;margin:16px 0 18px;letter-spacing:-.06em}.hero p{font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.6;color:rgba(255,255,255,.86);max-width:680px}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 24px;font-weight:900;box-shadow:var(--shadow)}.btn--primary{background:linear-gradient(135deg,var(--orange),#ffb347);color:#1d2528}.btn--ghost{border:1px solid rgba(255,255,255,.4);color:white;background:rgba(255,255,255,.08);box-shadow:none}.hero__card{position:absolute;z-index:3;right:clamp(18px,5vw,80px);bottom:70px;background:rgba(255,248,236,.92);padding:22px 26px;border-radius:24px;max-width:320px;box-shadow:var(--shadow);border-left:6px solid var(--turq)}.hero__card strong{display:block;font-size:1.1rem;margin-bottom:8px}.hero__card span{color:var(--muted)}.strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--ink);color:white}.strip div{padding:28px clamp(18px,4vw,50px);border-right:1px solid rgba(255,255,255,.12)}.strip strong{display:block;font-size:1.2rem;color:var(--orange)}.strip span{color:rgba(255,255,255,.72)}.section{padding:90px clamp(18px,5vw,80px)}.section__head{max-width:850px;margin-bottom:38px}.section h2{font-size:clamp(2rem,4vw,4.2rem);color:var(--ink)}.section__head p{font-size:1.1rem;color:var(--muted);line-height:1.65}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:white;border:1px solid var(--line);border-radius:28px;padding:30px 26px;box-shadow:0 12px 38px rgba(7,54,69,.08);transition:.25s}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.card span{font-size:2rem}.card h3{font-size:1.25rem;margin:18px 0 10px}.card p{color:var(--muted);line-height:1.55}.work{background:#eef7f5}.featured{display:grid;grid-template-columns:1.25fr .75fr;gap:28px;align-items:stretch;background:var(--ink);color:white;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);margin-bottom:30px}.featured img{height:100%;min-height:420px;width:100%;object-fit:cover}.featured div{padding:42px}.tag{display:inline-flex;background:rgba(39,181,170,.15);color:#70fff1;border:1px solid rgba(39,181,170,.35);padding:8px 12px;border-radius:999px;font-weight:900;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}.featured h3{font-size:2.1rem;margin:18px 0 12px}.featured p,.featured li{color:rgba(255,255,255,.78);line-height:1.6}.gallery{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:240px;gap:16px}.shot{position:relative;overflow:hidden;border-radius:24px;background:#ddd;box-shadow:0 12px 34px rgba(7,54,69,.12)}.shot img{width:100%;height:100%;object-fit:cover;transition:.35s}.shot:hover img{transform:scale(1.06)}.shot.tall{grid-row:span 2}.shot.wide{grid-column:span 2}.process{background:var(--ink);color:white}.process h2{color:white}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{padding:34px;border:1px solid rgba(255,255,255,.13);border-radius:28px;background:rgba(255,255,255,.06)}.step b{color:var(--orange);font-size:2.3rem}.step h3{font-size:1.5rem}.step p{color:rgba(255,255,255,.76);line-height:1.6}.cta{background:linear-gradient(135deg,#fff8ec,#e8fbf8)}.cta__box{display:grid;grid-template-columns:330px 1fr;gap:36px;align-items:center;background:white;border-radius:36px;padding:34px;box-shadow:var(--shadow)}.cta__box img{background:#fff8ec;border-radius:28px;padding:20px}.contactLinks{display:grid;gap:12px;margin-top:20px}.contactLinks a,.contactLinks span{padding:14px 18px;border-radius:16px;background:#f2faf8;font-weight:800}.footer{background:#062f3c;color:white;display:flex;justify-content:space-between;gap:20px;padding:28px clamp(18px,5vw,80px)}.wa{position:fixed;right:22px;bottom:22px;z-index:80;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:white;font-size:1.8rem;box-shadow:var(--shadow)}.lightbox{position:fixed;inset:0;z-index:100;background:rgba(1,14,18,.88);display:none;align-items:center;justify-content:center;padding:28px}.lightbox.open{display:flex}.lightbox img{max-height:88vh;max-width:92vw;border-radius:18px}.lightbox button{position:absolute;right:26px;top:20px;background:white;border:0;border-radius:50%;width:46px;height:46px;font-size:2rem}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.reveal.in{opacity:1;transform:none}@media(max-width:900px){.menuBtn{display:block}.nav{position:absolute;top:78px;left:16px;right:16px;display:none;flex-direction:column;background:white;padding:18px;border-radius:20px;box-shadow:var(--shadow)}.nav.open{display:flex}.hero__card{position:relative;right:auto;bottom:auto;margin-top:36px}.strip,.cards,.steps,.featured,.cta__box{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr;grid-auto-rows:190px}.shot.wide{grid-column:span 2}.brand img{height:45px}.topbar{height:70px}.nav{top:70px}}@media(max-width:560px){.hero{padding-top:105px}.gallery{grid-template-columns:1fr;grid-auto-rows:230px}.shot.wide,.shot.tall{grid-column:auto;grid-row:auto}.footer{flex-direction:column}.cta__box{padding:20px}.strip{grid-template-columns:1fr 1fr}.strip div{padding:18px}.featured img{min-height:290px}}


/* Ajustes V6 - NERVUS liviana */
.navInstagram{border:1px solid var(--orange);border-radius:999px;padding:8px 13px;color:var(--ink);background:rgba(244,155,46,.12)}
.cards--six{grid-template-columns:repeat(3,1fr)}
.featured{grid-template-columns:minmax(260px,.62fr) minmax(0,1.38fr);align-items:center}
.featured img{height:auto;min-height:0;max-height:360px;object-fit:cover;border-radius:0 28px 28px 0}
.featured div{padding:34px 42px}.featured p{margin:10px 0}.featured ul{display:grid;grid-template-columns:1fr 1fr;gap:6px 18px;padding-left:18px;margin-top:16px}
@media(max-width:900px){.cards--six{grid-template-columns:1fr 1fr}.featured{grid-template-columns:1fr}.featured img{max-height:330px;width:100%;border-radius:0}.navInstagram{display:inline-flex;width:max-content}}
@media(max-width:560px){.cards--six{grid-template-columns:1fr}.featured ul{grid-template-columns:1fr}.featured div{padding:26px}.featured img{max-height:260px}}
