:root {
  --ink: #12201d;
  --green-950: #062f2a;
  --green-900: #0b3b35;
  --green-800: #125147;
  --green-600: #2e7562;
  --green-300: #9ec7b6;
  --lime: #b6c96a;
  --sand: #f4f0e6;
  --sand-deep: #e7dfd0;
  --white: #ffffff;
  --muted: #66736f;
  --line: rgba(18, 32, 29, .12);
  --shadow: 0 24px 70px rgba(6, 47, 42, .13);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fbfaf6;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
svg { display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; padding: 10px 16px; background: var(--white); border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(251, 250, 246, .86);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: .25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(6, 47, 42, .06); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; color: var(--green-600); background: var(--green-950); border-radius: 14px 14px 14px 5px; overflow: hidden; }
.brand-mark svg { width: 34px; height: 34px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 1rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; color: var(--green-600); font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; font-weight: 700; }
.main-nav > a:not(.nav-call) { position: relative; padding: 10px 0; }
.main-nav > a:not(.nav-call)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--green-600); transition: right .25s ease; }
.main-nav > a:not(.nav-call):hover::after, .main-nav > a.active::after { right: 0; }
.nav-call { padding: 11px 20px; color: var(--white); background: var(--green-900); border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: var(--green-950); border-radius: 12px; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--white); transition: .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; min-height: 760px; padding: 150px 0 52px; color: var(--white); background: var(--green-950); overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 95px; background: #fbfaf6; clip-path: polygon(0 76%, 100% 0, 100% 100%, 0 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.orb-one { width: 450px; height: 450px; right: -180px; top: 60px; border: 1px solid rgba(182, 201, 106, .3); box-shadow: inset 0 0 100px rgba(182, 201, 106, .08); }
.orb-two { width: 220px; height: 220px; left: -80px; bottom: 130px; background: rgba(46, 117, 98, .16); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 70px; }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--green-600); font-size: .75rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: var(--green-300); display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 32px; height: 1px; background: var(--lime); }
.hero h1 { max-width: 690px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 7.3vw, 6.7rem); font-weight: 400; line-height: .88; letter-spacing: -.055em; }
.hero h1 em { color: var(--lime); font-weight: 400; }
.hero h1 span { display: block; margin-top: 18px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .22em; font-style: normal; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; }
.hero-lead { max-width: 620px; margin: 32px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 850; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; }
.button-primary { color: var(--green-950); background: var(--lime); }
.button-primary:hover { background: #c7d87e; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.3); }
.button-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }
.button-dark { color: var(--white); background: var(--green-950); }

.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.visual-frame { width: min(100%, 455px); padding: 28px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045)); border: 1px solid rgba(255,255,255,.16); border-radius: 42px 42px 42px 10px; box-shadow: 0 35px 90px rgba(0,0,0,.24); backdrop-filter: blur(10px); }
.visual-topline { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.65); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.status-dot { display: inline-flex; align-items: center; gap: 8px; }
.status-dot::before { content: ""; width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(182,201,106,.12); }
.visual-center { min-height: 300px; display: grid; place-items: center; align-content: center; gap: 12px; }
.eco-ring { width: 215px; height: 215px; display: grid; place-items: center; color: var(--green-300); background: rgba(6,47,42,.65); border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: inset 0 0 60px rgba(255,255,255,.03), 0 20px 50px rgba(0,0,0,.18); }
.eco-ring svg { width: 185px; height: 185px; }
.visual-center p { margin: 0; color: rgba(255,255,255,.8); font-size: .86rem; font-weight: 750; }
.visual-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.visual-stats div { min-height: 90px; padding: 16px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08); border-radius: 18px; }
.visual-stats strong, .visual-stats span { display: block; }
.visual-stats strong { color: var(--lime); font-family: Georgia, serif; font-size: 1.65rem; }
.visual-stats span { margin-top: 4px; color: rgba(255,255,255,.62); font-size: .68rem; line-height: 1.3; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 16px; color: var(--green-950); background: var(--sand); border-radius: 14px; box-shadow: var(--shadow); font-size: .76rem; font-weight: 850; }
.floating-card span { display: grid; place-items: center; width: 30px; height: 30px; color: var(--white); background: var(--green-600); border-radius: 8px; font-size: .65rem; }
.floating-one { left: -28px; top: 96px; }
.floating-two { right: -15px; bottom: 82px; }
.service-strip { position: relative; z-index: 3; margin-top: 62px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.58); font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.service-strip i { width: 5px; height: 5px; background: var(--lime); border-radius: 50%; }

.section { padding: 100px 0; }
.intro-section { padding-top: 125px; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.section-heading h2, .location-copy h2, .contact-copy h2, .scope-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 4.4vw, 4.3rem); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.section-heading > p:last-child { max-width: 620px; margin: 18px auto 0; color: var(--muted); }
.section-heading.center { max-width: 800px; margin: 0 auto 54px; text-align: center; }
.intro-copy { border-left: 1px solid var(--line); padding-left: 52px; }
.intro-copy > p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.location-line { display: flex; align-items: center; gap: 14px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.location-icon { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--green-600); border-radius: 50%; }
.location-icon svg { width: 20px; height: 20px; }
.location-line span:last-child { color: var(--muted); }
.location-line strong { display: block; color: var(--ink); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }

.services-section { background: var(--sand); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 330px; padding: 30px; background: rgba(255,255,255,.7); border: 1px solid rgba(18,32,29,.08); border-radius: 24px 24px 24px 7px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-7px); background: var(--white); box-shadow: 0 22px 50px rgba(6,47,42,.10); }
.service-card.featured { color: var(--white); background: var(--green-900); }
.card-number { position: absolute; right: 24px; top: 23px; color: var(--green-600); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.featured .card-number { color: var(--green-300); }
.service-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 54px; color: var(--green-600); background: var(--sand); border-radius: 18px 18px 18px 5px; }
.service-icon svg { width: 38px; height: 38px; }
.featured .service-icon { color: var(--green-950); background: var(--lime); }
.service-card h3 { max-width: 310px; margin: 0; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; line-height: 1.08; }
.service-card p { margin: 18px 0 0; color: var(--muted); font-size: .9rem; }
.featured p { color: rgba(255,255,255,.68); }

.scope-section { padding-block: 90px; }
.scope-card { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; padding: 70px; color: var(--white); background: var(--green-950); border-radius: 42px 42px 42px 12px; box-shadow: var(--shadow); }
.kicker.light { color: var(--green-300); }
.scope-copy p:not(.kicker) { color: rgba(255,255,255,.68); }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; padding-bottom: 5px; color: var(--lime); border-bottom: 1px solid rgba(182,201,106,.45); font-weight: 800; }
.text-link span { font-size: 1.25rem; }
.scope-list { display: grid; align-content: center; }
.scope-list div { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 15px; min-height: 58px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .92rem; }
.scope-list div:first-child { border-top: 1px solid rgba(255,255,255,.12); }
.scope-list span { color: var(--lime); font-size: .7rem; font-weight: 850; }

.location-section { padding-top: 40px; }
.location-card { min-height: 470px; display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; background: var(--sand); border: 1px solid var(--line); border-radius: 36px 36px 36px 10px; }
.map-art { position: relative; min-height: 430px; color: var(--green-600); background: linear-gradient(145deg, #dce7d9, #edf0de); overflow: hidden; }
.map-art::before, .map-art::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(18,81,71,.15); }
.map-art::before { width: 320px; height: 320px; left: -100px; top: -80px; }
.map-art::after { width: 190px; height: 190px; right: -40px; bottom: -40px; }
.map-art > svg { width: 100%; height: 100%; position: absolute; inset: 0; }
.pin { position: absolute; left: 55%; top: 48%; width: 54px; height: 54px; transform: translate(-50%, -50%) rotate(45deg); background: var(--green-950); border-radius: 50% 50% 50% 8px; box-shadow: 0 16px 35px rgba(6,47,42,.25); }
.pin span { position: absolute; left: 50%; top: 50%; width: 16px; height: 16px; transform: translate(-50%, -50%); background: var(--lime); border-radius: 50%; }
.location-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 60px; }
.location-copy p:not(.kicker) { margin: 22px 0 28px; color: var(--muted); }

.contact-section { padding: 100px 0; color: var(--white); background: var(--green-800); }
.contact-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; }
.contact-copy p:not(.kicker) { color: rgba(255,255,255,.68); }
.phone-panel { min-height: 210px; display: flex; flex-direction: column; justify-content: center; padding: 36px 42px; color: var(--green-950); background: var(--lime); border-radius: 28px 28px 28px 8px; transition: transform .25s ease, box-shadow .25s ease; }
.phone-panel:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(0,0,0,.18); }
.phone-label { font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.phone-panel strong { margin: 8px 0 18px; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.phone-action { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid rgba(6,47,42,.25); font-size: .85rem; font-weight: 800; }
.phone-action b { font-size: 1.3rem; }

.site-footer { padding: 48px 0 28px; color: rgba(255,255,255,.75); background: #041f1c; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand .brand-copy strong { color: var(--white); }
.footer-links { display: flex; gap: 28px; font-size: .84rem; font-weight: 750; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; font-size: .74rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--green-300); }
.floating-call { position: fixed; right: 18px; bottom: 18px; z-index: 90; display: none; align-items: center; gap: 9px; min-height: 48px; padding: 0 17px; color: var(--green-950); background: var(--lime); border: 1px solid rgba(6,47,42,.12); border-radius: 999px; box-shadow: 0 14px 35px rgba(6,47,42,.25); font-size: .8rem; font-weight: 900; }
.floating-call svg { width: 19px; height: 19px; }

/* El contenido es visible por defecto. JavaScript solo activa la animación cuando está disponible. */
.reveal { opacity: 1; transform: none; }
.reveal.reveal-ready { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.reveal-ready.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .reveal.reveal-ready { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; top: 82px; left: 20px; right: 20px; display: flex; flex-direction: column; align-items: stretch; gap: 4px; padding: 18px; background: rgba(251,250,246,.98); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); transform: translateY(-14px); opacity: 0; visibility: hidden; transition: .25s ease; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 13px 14px !important; color: var(--ink); border-radius: 12px; }
  .main-nav a:hover { background: var(--sand); }
  .main-nav > a::after { display: none; }
  .nav-call { text-align: center; color: var(--white) !important; background: var(--green-900); }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-layout { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { width: min(100%, 600px); min-height: 450px; margin-inline: auto; }
  .intro-grid, .scope-card, .location-card, .contact-layout { grid-template-columns: 1fr; }
  .intro-grid { gap: 36px; }
  .intro-copy { padding-left: 0; padding-top: 30px; border-left: 0; border-top: 1px solid var(--line); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .scope-card { gap: 48px; padding: 55px; }
  .map-art { min-height: 360px; }
  .location-copy { padding: 50px; }
  .contact-layout { gap: 45px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 72px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: .9rem; }
  .brand-copy small { font-size: .62rem; }
  .main-nav { top: 72px; left: 14px; right: 14px; }
  .hero { padding: 112px 0 75px; }
  .hero::after { height: 56px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 385px; }
  .visual-frame { padding: 20px; border-radius: 28px 28px 28px 8px; }
  .visual-center { min-height: 235px; }
  .eco-ring { width: 175px; height: 175px; }
  .eco-ring svg { width: 150px; height: 150px; }
  .visual-stats div { min-height: 78px; padding: 12px; }
  .floating-card { display: none; }
  .service-strip { display: none; }
  .section { padding: 74px 0; }
  .intro-section { padding-top: 90px; }
  .section-heading h2, .location-copy h2, .contact-copy h2, .scope-copy h2 { font-size: clamp(2.25rem, 11vw, 3.4rem); }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; padding: 25px; }
  .service-icon { margin-bottom: 42px; }
  .scope-card { gap: 38px; padding: 38px 24px; border-radius: 28px 28px 28px 8px; }
  .location-card { border-radius: 26px 26px 26px 8px; }
  .map-art { min-height: 285px; }
  .location-copy { padding: 36px 24px; }
  .contact-section { padding: 75px 0; }
  .phone-panel { min-height: 180px; padding: 28px 24px; }
  .phone-panel strong { font-size: 2.45rem; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-links { flex-wrap: wrap; gap: 18px; }
  .floating-call { display: inline-flex; }
}
