
  :root{
    --teal-900:#023844;
    --teal-800:#03495a;
    --teal-700:#046882;
    --teal-600:#0c7f9a;
    --teal-500:#3a9db3;
    --mint-100:#e8f3f6;
    --mint-50:#f5fafb;
    --cream:#fbf8f2;
    --ink:#132b31;
    --ink-soft:#4c6169;
    --accent:#df7a3d;
    --accent-dark:#c2622a;
    --line:#d7e6ea;
    --radius:6px;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Montserrat', sans-serif;
    color:var(--ink);
    background:var(--cream);
    line-height:1.6;
  }
  h1,h2,h3,h4{font-family:'Montserrat', sans-serif; font-weight:800; line-height:1.15;}
  a{color:inherit; text-decoration:none;}
  img{max-width:100%; display:block;}
  .wrap{max-width:1140px; margin:0 auto; padding:0 24px;}
  .eyebrow{
    text-transform:uppercase; letter-spacing:.14em; font-size:12.5px;
    font-weight:700; color:var(--teal-600);
  }
  .badge-draft{
    position:fixed; bottom:16px; right:16px; z-index:999;
    background:var(--ink); color:#fff; font-size:11.5px; font-weight:600;
    padding:8px 14px; border-radius:100px; opacity:.85; letter-spacing:.02em;
  }

  /* NAV */
  header.nav{
    position:sticky; top:0; z-index:100;
    background:rgba(251,248,242,.92); backdrop-filter:blur(8px);
    border-bottom:1px solid var(--line);
  }
  .nav-inner{
    max-width:1140px; margin:0 auto; padding:14px 24px;
    display:flex; align-items:center; justify-content:flex-start; gap:24px;
  }
  .brand{display:flex; align-items:center;}
  .brand img{height:49px; width:auto;}
  nav.links{display:flex; gap:28px; margin-left:auto;}
  nav.links a{font-size:14.5px; font-weight:600; color:var(--teal-900); opacity:.8; transition:opacity .2s;}
  nav.links a:hover{opacity:1;}
  .nav-toggle{display:none;}
  .nav-toggle-label{
    display:none; flex-direction:column; justify-content:center; gap:5px;
    width:26px; height:20px; cursor:pointer;
  }
  .nav-toggle-label span{display:block; width:100%; height:2px; background:var(--teal-900); border-radius:2px;}
  .nav-blog-link{display:flex; align-items:center;}
  .nav-blog-link img{height:20px; width:auto; display:block;}
  .btn{
    display:inline-flex; align-items:center; gap:8px;
    padding:12px 22px; border-radius:100px; font-weight:700; font-size:14.5px;
    transition:transform .15s ease, box-shadow .15s ease;
  }
  .btn-accent{background:#00a8a0; color:#fff; box-shadow:0 6px 16px rgba(0,168,160,.35);}
  .btn-accent:hover{transform:translateY(-2px); box-shadow:0 10px 22px rgba(0,168,160,.45);}
  .btn-guide{background:#0fa8a0; color:#fff;}
  .btn-guide:hover{transform:translateY(-2px);}
  .btn-hero-cta{background:#f9dfb4; color:var(--teal-900); box-shadow:0 6px 16px rgba(249,223,180,.4);}
  .btn-hero-cta:hover{transform:translateY(-2px); box-shadow:0 10px 22px rgba(249,223,180,.55);}
  .btn-outline{border:1.5px solid var(--teal-700); color:var(--teal-700);}
  .btn-outline:hover{background:var(--teal-700); color:#fff;}
  .btn-ghost-light{border:1.5px solid rgba(255,255,255,.55); color:#fff;}
  .btn-ghost-light:hover{background:rgba(255,255,255,.15);}

  /* HERO */
  .hero{
    position:relative; overflow:hidden;
    background:
      linear-gradient(90deg, rgba(2,56,68,.72) 0%, rgba(2,56,68,.45) 45%, rgba(2,56,68,.2) 100%),
      url("../photos/arco-piedra-vista-aerea.webp") right center / cover no-repeat;
    color:#fff; padding:96px 0 70px;
  }
  .hero-inner{position:relative; width:80%;}
  .hero .eyebrow{color:#fff; text-shadow:0 1px 10px rgba(0,0,0,.65);}
  .hero h1{font-size:clamp(20px,2.8vw,28px); font-weight:600; margin:14px 0 18px; max-width:560px; text-shadow:0 2px 16px rgba(0,0,0,.6), 0 1px 3px rgba(0,0,0,.5);}
  .hero p.lead{font-size:18px; color:#fff; max-width:560px; margin-bottom:32px; text-shadow:0 1px 10px rgba(0,0,0,.6);}
  .hero .cta-row{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:48px;}
  .stat-row{display:flex; gap:36px; flex-wrap:wrap; border-top:1px solid rgba(255,255,255,.25); padding-top:28px;}
  .stat b{display:block; font-family:'Montserrat'; font-size:28px; font-weight:800; text-shadow:0 1px 10px rgba(0,0,0,.6);}
  .stat span{font-size:13px; color:#fff; text-shadow:0 1px 8px rgba(0,0,0,.6);}

  /* SECTION generic */
  section{padding:88px 0;}
  .section-head{max-width:820px; margin-bottom:44px;}
  .section-head h2{font-size:clamp(26px,3.4vw,36px); margin-top:10px; color:var(--teal-900);}
  .section-head p{color:var(--ink-soft); margin-top:14px; font-size:16px;}
  .internal-note{
    border:2px dashed var(--accent); border-radius:var(--radius);
    background:#fff8ef; color:var(--accent-dark); font-size:13.5px; font-weight:500;
    padding:14px 18px; margin-top:18px; max-width:640px;
  }
  .internal-note b{text-transform:uppercase; letter-spacing:.04em; font-size:11px; display:block; margin-bottom:5px; font-weight:800;}

  /* CHIAPAS teaser */
  .chiapas{background:var(--cream);}
  .chiapas-title{
    font-family:'Montserrat'; font-weight:800; font-size:clamp(38px,7vw,64px);
    letter-spacing:.02em; margin:6px 0 22px;
  }
  .chiapas-title span:nth-child(1){color:var(--accent);}
  .chiapas-title span:nth-child(2){color:#7ba33f;}
  .chiapas-title span:nth-child(3){color:var(--teal-700);}
  .chiapas-title span:nth-child(4){color:var(--teal-900);}
  .chiapas-title span:nth-child(5){color:#8b5fa8;}
  .chiapas-title span:nth-child(6){color:var(--accent-dark);}
  .chiapas-title span:nth-child(7){color:var(--teal-600);}
  .chiapas p{max-width:760px; font-size:16.5px; color:var(--ink-soft);}
  .chiapas .quote{
    margin-top:26px; font-style:italic; color:var(--teal-900); font-weight:600; font-size:17px;
    border-left:4px solid var(--accent); padding-left:18px;
  }

  /* PHOTO placeholder */
  .photo-slot{
    border:2px dashed var(--teal-500); border-radius:var(--radius);
    background:var(--mint-50);
    display:flex; flex-direction:column; align-items:center; justify-content:center;
    gap:8px; color:var(--teal-600); font-size:13px; font-weight:600; text-align:center;
    min-height:100%;
    padding:24px;
  }
  .photo-slot svg{opacity:.55;}

  /* ABOUT */
  .about-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;}
  .about-grid .photo-slot{min-height:420px;}
  .about-text p{margin-bottom:16px; color:var(--ink-soft);}
  .about-text p strong{color:var(--ink);}
  .founders{display:flex; gap:14px; margin-top:26px;}
  .founder-pill{
    background:#fff; border:1px solid var(--line); border-radius:100px;
    padding:8px 16px; font-size:13.5px; font-weight:600; color:var(--teal-800);
  }
  @media(max-width:860px){ .about-grid{grid-template-columns:1fr;} }

  /* SERVICES */
  .services{background:#fff;}
  .service-row{margin-bottom:40px;}
  .service-row:last-child{margin-bottom:0;}
  .service-row-title{font-size:28px; color:var(--teal-900); font-weight:700; margin-bottom:18px;}
  .service-grid{display:grid; gap:24px;}
  .service-grid.cols-2{grid-template-columns:repeat(2,1fr);}
  .service-grid.cols-3{grid-template-columns:repeat(3,1fr);}
  .service-grid.cols-4{grid-template-columns:repeat(4,1fr);}
  .service-card{
    background:#fff; border-radius:0; overflow:hidden;
    border:1px solid var(--line); transition:transform .18s ease, box-shadow .18s ease;
    display:flex; flex-direction:column;
  }
  .service-card:hover{transform:translateY(-4px); box-shadow:0 14px 30px rgba(3,73,90,.1);}
  .service-card .card-photo{
    width:100%; height:220px; background-size:cover; background-position:center; background-repeat:no-repeat;
  }
  .service-card .card-body{padding:24px; display:flex; flex-direction:column; flex:1;}
  .service-card h3{font-size:15.5px; color:var(--teal-900); margin-bottom:8px;}
  .service-card p{font-size:12.5px; color:var(--ink-soft); flex:1; margin-bottom:16px;}
  .service-card .pending{font-size:11.5px; color:var(--accent-dark); font-weight:700; text-transform:uppercase; letter-spacing:.04em; margin-bottom:12px;}
  .service-card a.btn{align-self:flex-start; padding:9px 16px; font-size:13px;}
  .category-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
  .category-card{
    background:#fff; border:1px solid var(--line); border-radius:0;
    padding:36px 28px; text-align:center; transition:transform .15s ease, box-shadow .15s ease;
  }
  .category-card:hover{transform:translateY(-4px); box-shadow:0 14px 30px rgba(3,73,90,.1);}
  .category-card img{width:68px; height:68px; margin:0 auto 20px; display:block;}
  .category-card .icon-circle{
    width:68px; height:68px; border-radius:50%; background:var(--mint-100);
    display:flex; align-items:center; justify-content:center; margin:0 auto 20px;
  }
  .category-card .icon-circle img{width:48px; height:48px; margin:0;}
  .category-card .icon-circle .icon-mask{
    width:32px; height:32px; background:var(--teal-700);
    -webkit-mask-image:var(--mask-src); mask-image:var(--mask-src);
    -webkit-mask-size:contain; mask-size:contain;
    -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat;
    -webkit-mask-position:center; mask-position:center;
  }
  .category-card h3{color:var(--teal-900); font-size:19px; margin-bottom:10px;}
  .category-card p{color:var(--ink-soft); font-size:14.5px; margin-bottom:20px;}
  @media(max-width:820px){ .category-grid{grid-template-columns:1fr;} }

  @media(max-width:860px){ .service-grid.cols-3, .service-grid.cols-4{grid-template-columns:repeat(2,1fr);} }
  @media(max-width:560px){ .service-grid{grid-template-columns:1fr !important;} }

  /* WHY */
  .why-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:24px;}
  .why-card{text-align:left;}
  .why-card .why-body{padding:20px;}
  .why-card h4{font-size:16px; color:var(--teal-900); margin-bottom:8px;}
  .why-card p{font-size:14px; color:var(--ink-soft);}
  @media(max-width:860px){ .why-grid{grid-template-columns:1fr 1fr;} }
  @media(max-width:560px){ .why-grid{grid-template-columns:1fr;} }

  /* BOOK */
  .book{
    background:var(--mint-50);
    color:var(--ink); border-radius:0; overflow:hidden;
    border:1px solid var(--line);
  }
  .book-inner{
    display:grid; grid-template-columns:.85fr 1.15fr; gap:0;
  }
  .book-visual{
    background:#fff; display:flex; align-items:center; justify-content:center;
    padding:50px; border-right:1px solid var(--line);
  }
  .book-cover{
    width:100%; max-width:320px;
  }
  .book-cover img{width:100%; height:auto; display:block;}
  .book-content{padding:50px 46px;}
  .book-content .eyebrow{color:var(--teal-600);}
  .book-content h2{font-size:clamp(24px,3vw,32px); margin:10px 0 16px; color:var(--teal-900);}
  .book-content p{color:var(--ink-soft); font-size:15.5px; margin-bottom:20px;}
  .book-fact-grid{display:grid; grid-template-columns:1fr 1fr; gap:12px 24px; margin:22px 0 28px;}
  .book-fact{font-size:14px; color:var(--ink-soft);}
  .book-fact b{display:block; font-family:'Montserrat'; font-size:20px; font-weight:800; color:var(--teal-900);}
  .edition-badge{
    display:inline-block; background:var(--mint-100); border:1px solid var(--line); color:var(--teal-800);
    padding:6px 14px; border-radius:100px; font-size:12.5px; font-weight:700; margin-bottom:18px;
  }
  @media(max-width:860px){ .book-inner{grid-template-columns:1fr !important;} .book-visual{border-right:none; border-bottom:1px solid var(--line);} }

  /* ROUTE SLIDER (auto-scroll) */
  .route-slider{overflow:hidden; margin-top:48px; -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%); mask-image:linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);}
  .route-slider-track{display:flex; gap:16px; width:max-content; animation:route-scroll 45s linear infinite;}
  .route-slider:hover .route-slider-track{animation-play-state:paused;}
  .route-slider-track img{width:260px; height:180px; object-fit:cover; border-radius:var(--radius); flex-shrink:0; display:block;}
  @keyframes route-scroll{ from{transform:translateX(0);} to{transform:translateX(-50%);} }
  @media(max-width:600px){ .route-slider-track img{width:200px; height:140px;} }

  /* TESTIMONIALS */
  .testi-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
  .testi-card{
    background:#fff; border:1px dashed var(--line); border-radius:0; padding:26px;
    color:var(--ink-soft); font-size:14px;
  }
  .testi-card .stars{color:var(--accent); font-size:15px; margin-bottom:10px;}
  @media(max-width:860px){ .testi-grid{grid-template-columns:1fr;} }

  /* FAQ */
  .faq-item{border-bottom:1px solid var(--line); padding:20px 0;}
  .faq-item h4{font-size:16px; color:var(--teal-900); margin-bottom:6px;}
  .faq-item p{font-size:14.5px; color:var(--ink-soft);}
  .safety-note{
    margin-top:32px; background:var(--mint-100); border-left:4px solid var(--teal-700);
    border-radius:12px; padding:22px 26px; font-size:14px; color:var(--ink-soft);
  }
  .safety-note b{color:var(--teal-900);}

  /* CONTACT / FOOTER */
  footer{background:var(--teal-900); color:#dcedf0; padding:70px 0 30px;}
  .footer-grid{display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:40px; margin-bottom:50px;}
  footer h4{color:#fff; font-size:15px; margin-bottom:16px; font-family:'Montserrat';}
  footer p, footer a{font-size:14px; color:#b6d3d9;}
  footer a:hover{color:#fff;}
  footer .foot-links a{display:block; margin-bottom:10px;}
  .foot-social{display:flex; gap:12px; margin-top:2px;}
  .foot-social a{width:40px; height:40px; border-radius:50%; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; transition:background .15s ease, transform .15s ease;}
  .foot-social a:hover{background:rgba(255,255,255,.18); transform:translateY(-2px);}
  .foot-social svg{width:19px; height:19px; fill:#dcedf0;}
  .foot-brand{display:flex; align-items:center; margin-bottom:14px;}
  .foot-brand img{height:32px; width:auto; filter:brightness(0) invert(1);}
  .foot-bottom{border-top:1px solid rgba(255,255,255,.12); padding-top:22px; font-size:12.5px; color:#8fb3ba; display:flex; justify-content:center; text-align:center; flex-wrap:wrap; gap:10px;}

  @media(max-width:760px){
    .nav-inner{flex-wrap:wrap;}
    .nav-toggle-label{display:flex; margin-left:auto; order:2;}
    .btn-guide{order:1; margin-left:auto;}
    nav.links{
      display:none; order:3; width:100%;
      flex-direction:column; gap:0; margin-left:0; margin-top:14px;
      border-top:1px solid var(--line);
    }
    nav.links a{padding:14px 2px; border-bottom:1px solid var(--line);}
    .nav-toggle:checked ~ nav.links{display:flex;}
    .hero{padding:70px 0 50px;}
    .about-grid{gap:32px;}
    section{padding:60px 0;}
    .footer-grid{grid-template-columns:1fr; gap:32px;}
    .hero-inner{width:100%;}
  }


/* ===== SHARED: PAGE BANNER (for inner pages) ===== */
.page-banner{
  position:relative; overflow:hidden;
  background:linear-gradient(155deg, var(--teal-800) 0%, var(--teal-900) 100%);
  color:#fff; padding:64px 0 46px;
}
.page-banner .breadcrumb{font-size:13px; color:#bcdfe6; margin-bottom:14px;}
.page-banner .breadcrumb a{opacity:.85;}
.page-banner .breadcrumb a:hover{opacity:1; text-decoration:underline;}
.page-banner h1{font-size:clamp(30px,4.4vw,44px); font-weight:800; margin-bottom:14px;}
.page-banner p.lead{font-size:16.5px; color:#dcf0f4; max-width:none;}

/* ===== SHARED: PROSE CONTENT ===== */
.prose{max-width:760px;}
.prose p{color:var(--ink-soft); margin-bottom:18px; font-size:16px;}
.prose p strong{color:var(--ink);}
.prose h3{color:var(--teal-900); font-size:20px; margin:36px 0 12px;}
.prose blockquote{
  margin:26px 0; font-style:italic; color:var(--teal-900); font-weight:600; font-size:17px;
  border-left:4px solid var(--accent); padding-left:18px;
}

/* ===== SERVICIOS (detail page) ===== */
.service-detail{
  padding:34px 0; border-bottom:1px solid var(--line);
  display:grid; grid-template-columns:320px 1fr; gap:24px; align-items:start;
}
.service-detail:last-child{border-bottom:none;}
.service-detail > div{min-width:0;}
.service-detail .icon-wrap{
  width:76px; height:76px; border-radius:18px; background:var(--mint-100);
  display:flex; align-items:center; justify-content:center;
}
.service-detail .icon-wrap img{width:42px; height:42px;}
.service-detail h3{font-size:21px; color:var(--teal-900); margin-bottom:8px; flex-wrap:wrap;}
.service-detail p{color:var(--ink-soft); font-size:15px; margin-bottom:14px; max-width:640px;}
.service-detail .meta-row{display:flex; gap:10px; flex-wrap:wrap; margin-bottom:16px;}
.service-detail .meta-pill{
  font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.03em;
  color:var(--accent-dark); background:#fbeee1; padding:6px 12px; border-radius:100px;
}
@media(max-width:860px){ .service-detail{grid-template-columns:1fr; gap:16px;} .service-detail img{height:auto !important;} }
h3[style*="display:flex; align-items:center; gap:10px;"]{flex-wrap:wrap;}

/* ===== NOSOTROS (detail page) ===== */
.founder-block{margin-bottom:56px;}
.founder-block h3{font-size:22px; color:var(--teal-900); margin-bottom:16px;}
.founder-block .founder-tag{
  display:inline-block; font-size:12.5px; font-weight:700; color:var(--teal-700);
  background:var(--mint-100); padding:6px 14px; border-radius:100px; margin-bottom:16px;
}
.value-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:24px; margin-top:20px;}
@media(max-width:700px){ .value-grid{grid-template-columns:1fr;} }

/* ===== BOOK (detail page) ===== */
.zone-group{margin-bottom:28px;}
.zone-group h4{color:var(--teal-900); font-size:15px; margin-bottom:12px;}
.zone-list{display:flex; flex-wrap:wrap; gap:10px;}
.zone-pill{
  background:var(--mint-100); color:var(--teal-800); font-size:13.5px; font-weight:600;
  padding:8px 14px; border-radius:100px;
}
.editor-note{
  background:var(--mint-100); border-left:4px solid var(--teal-700); border-radius:12px;
  padding:28px 30px; margin:30px 0; font-size:15px; color:var(--ink-soft);
}
.editor-note p{margin-bottom:14px;}
.editor-note .signature{color:var(--teal-900); font-weight:700; margin-top:10px;}
.program-card{
  background:#fff; border:1px solid var(--line); border-radius:0;
  padding:26px; margin-bottom:16px;
}
.program-card h4{color:var(--teal-900); font-size:16.5px; margin-bottom:10px;}
.program-card ul{margin:10px 0 0 18px; color:var(--ink-soft); font-size:14.5px;}
.program-card li{margin-bottom:6px;}

.reason-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin:26px 0 36px;}
.reason-card{background:#fff; border:1px solid var(--line); border-radius:0; padding:24px;}
.reason-card h4{color:var(--teal-900); font-size:15.5px; margin-bottom:8px;}
.reason-card p{color:var(--ink-soft); font-size:13.5px;}
@media(max-width:820px){ .reason-grid{grid-template-columns:1fr;} }

.dist-tier-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px;}
@media(max-width:820px){ .dist-tier-grid{grid-template-columns:1fr;} }
.dist-tier .tier-price{font-size:13.5px; color:var(--ink-soft); margin:2px 0;}
.dist-tier .tier-price b{color:var(--teal-900);}
.dist-tier .tier-econ{display:inline-block; font-size:11.5px; font-weight:700; text-transform:uppercase; letter-spacing:.03em; color:var(--accent-dark); background:#fbeee1; padding:5px 12px; border-radius:100px; margin:10px 0 14px;}

/* ===== BLOG (index page) ===== */
.blog-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.blog-card{
  background:#fff; border:1px dashed var(--line); border-radius:0; padding:24px;
}
.blog-card .blog-num{font-family:'Montserrat'; font-weight:800; font-size:26px; color:var(--teal-500); margin-bottom:12px;}
.blog-card h3{font-size:16px; color:var(--teal-900); margin-bottom:8px;}
.blog-card p{font-size:13.5px; color:var(--ink-soft);}
.blog-soon{
  display:inline-block; font-size:11.5px; font-weight:700; text-transform:uppercase; letter-spacing:.04em;
  color:var(--accent-dark); background:#fbeee1; padding:5px 12px; border-radius:100px; margin-top:12px;
}
@media(max-width:860px){ .blog-grid{grid-template-columns:1fr 1fr;} }
@media(max-width:560px){ .blog-grid{grid-template-columns:1fr;} }

/* ===== CONTACTO (detail page) ===== */
.contact-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:50px;}
.contact-card{
  background:#fff; border:1px solid var(--line); border-radius:0; padding:28px;
  margin-bottom:18px;
}
.contact-card h4{color:var(--teal-900); font-size:15px; margin-bottom:14px;}
.contact-card .big-link{display:flex; align-items:center; gap:12px; font-size:16px; font-weight:700; color:var(--teal-800); margin-bottom:10px;}
.contact-card .big-link:hover{color:var(--teal-600);}
.contact-card .sub{font-size:13.5px; color:var(--ink-soft); margin-bottom:16px;}
.hours-row{display:flex; justify-content:space-between; padding:8px 0; border-bottom:1px solid var(--line); font-size:14px; color:var(--ink-soft);}
.hours-row:last-child{border-bottom:none;}
@media(max-width:860px){ .contact-grid{grid-template-columns:1fr;} }


/* FULL-BLEED PHOTO BREAK */
.full-photo{
  width:100%; height:70vh; min-height:360px;
  background:url("../photos/vista-aerea-pared-tuxtla.webp") center / cover no-repeat;
}

/* INLINE FULL-WIDTH PHOTO BREAK (within a contained section) */
.full-photo-inline{
  width:100%; height:320px; margin:8px 0 40px; padding-top:5%; box-sizing:border-box;
  background-size:cover; background-position:center; background-repeat:no-repeat;
  position:relative; display:flex; align-items:flex-start; justify-content:center;
}
.full-photo-inline::before{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(2,56,68,.35) 0%, rgba(2,56,68,.35) 100%);
}
.full-photo-inline .photo-banner-title{
  position:relative; z-index:1; color:#fff; font-size:54px; font-weight:700;
  text-align:center; padding:0 32px;
}


/* WHY-CARD: photo with text overlay variant (no rounded corners, ever) */
.why-card-overlay{
  position:relative; overflow:hidden; border-radius:0;
  min-height:320px;
  background-size:cover; background-position:center; background-repeat:no-repeat;
  display:flex; align-items:flex-start;
}
.why-card-overlay .why-body{padding:22px;}
.why-card-overlay h4{color:#fff;}
.why-card-overlay p{color:#dcedf0;}

/* LIGHTBOX: click a thumbnail to zoom full-screen (pure CSS, :target) */
.lightbox-thumb{cursor:zoom-in; display:block;}
.lightbox{
  display:none; position:fixed; inset:0; z-index:9999;
  background:rgba(2,20,25,.92);
  align-items:center; justify-content:center; padding:40px;
}
.lightbox:target{display:flex;}
.lightbox img{max-width:100%; max-height:100%; width:auto; height:auto; margin:0 auto;}
.lightbox .lightbox-close{
  position:absolute; top:22px; right:28px; color:#fff; font-size:32px; line-height:1;
  text-decoration:none; font-weight:300;
}

/* ===== MOBILE OVERRIDES for one-off inline grids (guía / nosotros) ===== */
@media(max-width:700px){
  div[style*="grid-template-columns:110px 1fr"]{
    grid-template-columns:1fr !important; gap:8px !important;
  }
  div[style*="grid-template-columns:1.2fr .8fr"]{
    grid-template-columns:1fr !important;
  }
  div[style*="grid-template-columns:2fr 1fr"]{
    grid-template-columns:1fr !important;
  }
  div[style*="grid-template-columns:repeat(3,1fr); gap:12px"]{
    grid-template-columns:repeat(2,1fr) !important;
  }
  img[style*="height:600px"]{
    height:320px !important;
  }
}
@media(max-width:460px){
  div[style*="grid-template-columns:repeat(3,1fr); gap:12px"]{
    grid-template-columns:1fr !important;
  }
  div[style*="grid-template-columns:repeat(2,1fr); gap:10px; padding:10px"]{
    grid-template-columns:1fr !important;
  }
}
