
/* KEYSMAN HOME V1 · 2026-09-14
   Portada estratégica: marca + autoridad técnica + tienda + red de dominios.
*/
body.page-home{
  --home-radius:18px;
  --home-shadow:0 20px 55px rgba(15,23,42,.10);
  overflow-x:hidden;
}
body.page-home .home-kicker{
  display:inline-block;
  color:#9a6a00;
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
body.page-home .home-section-head{
  max-width:850px;
  margin:0 auto 38px;
  text-align:center;
}
body.page-home .home-section-head h2,
body.page-home .home-intro h2,
body.page-home .home-capabilities h2,
body.page-home .home-dom h2,
body.page-home .home-store h2,
body.page-home .home-final h2{
  margin:7px 0 12px;
  color:#0f172a;
  font-size:clamp(2rem,4vw,3.15rem);
  line-height:1.02;
  letter-spacing:-.045em;
}
body.page-home .home-section-head p{
  max-width:700px;
  margin:0 auto;
  color:#64748b;
  font-size:.92rem;
}

/* HERO */
body.page-home .home-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:700px;
  display:flex;
  align-items:center;
  padding:88px 0 82px;
  background:
    radial-gradient(circle at 78% 22%,rgba(241,182,54,.14),transparent 22%),
    radial-gradient(circle at 16% 80%,rgba(77,111,160,.12),transparent 28%),
    linear-gradient(135deg,#0a0f1d 0%,#0f172a 58%,#172641 100%);
  color:#fff;
}
body.page-home .home-hero__grid{
  position:absolute;
  inset:0;
  z-index:-2;
  opacity:.42;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to right,rgba(0,0,0,.8),rgba(0,0,0,.25));
}
body.page-home .home-hero::after{
  content:"";
  position:absolute;
  right:-120px;
  bottom:-220px;
  width:620px;
  height:620px;
  border:1px solid rgba(241,182,54,.18);
  border-radius:50%;
  box-shadow:
    0 0 0 80px rgba(241,182,54,.035),
    0 0 0 160px rgba(241,182,54,.02);
  z-index:-1;
}
body.page-home .home-hero__layout{
  display:grid;
  grid-template-columns:minmax(0,1.03fr) minmax(430px,.97fr);
  gap:64px;
  align-items:center;
}
body.page-home .home-hero .home-kicker{color:#f1b636}
body.page-home .home-hero h1{
  max-width:760px;
  margin:12px 0 20px;
  color:#fff;
  font-size:clamp(3rem,6.2vw,5.6rem);
  line-height:.93;
  letter-spacing:-.065em;
}
body.page-home .home-hero__lead{
  max-width:700px;
  margin:0;
  color:#cbd5e1;
  font-size:1.08rem;
  line-height:1.7;
}
body.page-home .home-hero__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:30px;
}
body.page-home .home-hero__proof{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  max-width:720px;
  margin-top:34px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.13);
}
body.page-home .home-hero__proof div{
  min-width:0;
  padding-right:22px;
}
body.page-home .home-hero__proof div+div{
  padding-left:22px;
  border-left:1px solid rgba(255,255,255,.11);
}
body.page-home .home-hero__proof strong,
body.page-home .home-hero__proof span{display:block}
body.page-home .home-hero__proof strong{
  color:#fff;
  font-size:.9rem;
}
body.page-home .home-hero__proof span{
  margin-top:3px;
  color:#94a3b8;
  font-size:.69rem;
}
body.page-home .home-hero__visual{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  padding:16px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:24px;
  background:rgba(255,255,255,.035);
  box-shadow:0 32px 90px rgba(0,0,0,.28);
  backdrop-filter:blur(10px);
}
body.page-home .home-visual__panel{
  grid-column:1/-1;
  min-height:280px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:30px;
  border-radius:16px;
  background:
    linear-gradient(155deg,rgba(241,182,54,.20),rgba(255,255,255,.02) 58%),
    #111d31;
  border:1px solid rgba(241,182,54,.24);
}
body.page-home .home-visual__panel span{
  color:#f1b636;
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body.page-home .home-visual__panel h2{
  max-width:430px;
  margin:8px 0 12px;
  color:#fff;
  font-size:clamp(2rem,3.3vw,3rem);
  line-height:1;
  letter-spacing:-.05em;
}
body.page-home .home-visual__panel p{
  max-width:430px;
  margin:0;
  color:#aebbd0;
  font-size:.83rem;
}
body.page-home .home-visual__card{
  min-height:155px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:8px;
  padding:22px;
  border-radius:15px;
  border:1px solid rgba(255,255,255,.10);
  background:#101a2b;
  transition:.2s ease;
}
body.page-home .home-visual__card:hover{
  transform:translateY(-3px);
  border-color:rgba(241,182,54,.35);
}
body.page-home .home-visual__card span{
  color:#f1b636;
  font-size:.67rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
body.page-home .home-visual__card strong{
  color:#fff;
  font-size:.92rem;
  line-height:1.25;
}
body.page-home .home-visual__card--accent{
  background:#f1b636;
  border-color:#f1b636;
}
body.page-home .home-visual__card--accent span{color:#5f4300}
body.page-home .home-visual__card--accent strong{color:#111827}

/* SERVICE NAV */
body.page-home .home-service-nav{
  position:relative;
  z-index:5;
  margin-top:-24px;
}
body.page-home .home-service-nav__grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  overflow:hidden;
  border:1px solid #e2e8f0;
  border-radius:14px;
  background:#fff;
  box-shadow:0 18px 46px rgba(15,23,42,.09);
}
body.page-home .home-service-nav a{
  min-height:140px;
  padding:22px 18px;
  border-right:1px solid #e7ecf1;
  transition:.18s ease;
}
body.page-home .home-service-nav a:last-child{border-right:0}
body.page-home .home-service-nav a:hover{background:#fffaf0}
body.page-home .home-service-nav span{
  display:block;
  margin-bottom:18px;
  color:#a46f00;
  font-size:.65rem;
  font-weight:900;
}
body.page-home .home-service-nav strong,
body.page-home .home-service-nav small{display:block}
body.page-home .home-service-nav strong{
  color:#0f172a;
  font-size:.88rem;
  line-height:1.2;
}
body.page-home .home-service-nav small{
  margin-top:7px;
  color:#64748b;
  font-size:.67rem;
  line-height:1.45;
}

/* INTRO */
body.page-home .home-intro{
  padding:100px 0 88px;
  background:#fff;
}
body.page-home .home-intro__layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:80px;
  align-items:start;
}
body.page-home .home-intro h2{max-width:620px}
body.page-home .home-intro__copy{
  padding-top:8px;
  columns:2;
  column-gap:34px;
}
body.page-home .home-intro__copy p{
  break-inside:avoid;
  margin:0 0 20px;
  color:#526072;
  font-size:.88rem;
  line-height:1.75;
}

/* AUDIENCES */
body.page-home .home-audiences{
  padding:84px 0;
  background:#f7f9fc;
  border-top:1px solid #edf0f4;
  border-bottom:1px solid #edf0f4;
}
body.page-home .home-audiences__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
body.page-home .home-audience{
  position:relative;
  min-height:460px;
  overflow:hidden;
  padding:30px;
  border:1px solid #e1e7ed;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 30px rgba(15,23,42,.045);
}
body.page-home .home-audience__num{
  color:#b07a00;
  font-size:.66rem;
  font-weight:900;
  letter-spacing:.1em;
}
body.page-home .home-audience h3{
  margin:12px 0 10px;
  color:#0f172a;
  font-size:1.7rem;
  letter-spacing:-.03em;
}
body.page-home .home-audience>p{
  margin:0;
  color:#64748b;
  font-size:.82rem;
  line-height:1.65;
}
body.page-home .home-audience__links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:28px;
}
body.page-home .home-audience__links a{
  padding:7px 10px;
  border:1px solid #e3e8ee;
  border-radius:999px;
  color:#475569;
  font-size:.68rem;
  font-weight:700;
}
body.page-home .home-audience__media{
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
  height:220px;
  overflow:hidden;
  border-radius:12px;
  background:#e9eef4;
}
body.page-home .home-audience__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
body.page-home .home-audience--residential{
  color:#fff;
  background:
    radial-gradient(circle at 85% 20%,rgba(241,182,54,.16),transparent 25%),
    linear-gradient(145deg,#0f172a,#111f35);
  border-color:#1f2f49;
}
body.page-home .home-audience--residential h3{color:#fff}
body.page-home .home-audience--residential>p{color:#b7c3d3}
body.page-home .home-audience--residential .home-audience__links a{
  color:#e5ebf3;
  border-color:rgba(255,255,255,.14);
}
body.page-home .home-audience--residential .home-audience__links a:hover{
  border-color:#f1b636;
  color:#f1b636;
}

/* CAPABILITIES */
body.page-home .home-capabilities{
  padding:90px 0;
  background:#fff;
}
body.page-home .home-capabilities__layout{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:76px;
  align-items:start;
}
body.page-home .home-capabilities__intro{
  position:sticky;
  top:110px;
}
body.page-home .home-capabilities__intro p{
  max-width:520px;
  margin:0 0 24px;
  color:#64748b;
}
body.page-home .home-capabilities__cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
body.page-home .home-capabilities__cards a{
  min-height:230px;
  padding:28px;
  border:1px solid #e1e7ed;
  border-radius:14px;
  background:#fff;
  transition:.18s ease;
}
body.page-home .home-capabilities__cards a:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(15,23,42,.07);
  border-color:#e7c05c;
}
body.page-home .home-capabilities__cards span{
  color:#a36f00;
  font-size:.65rem;
  font-weight:900;
}
body.page-home .home-capabilities__cards h3{
  margin:34px 0 10px;
  color:#0f172a;
  font-size:1.35rem;
}
body.page-home .home-capabilities__cards p{
  margin:0;
  color:#64748b;
  font-size:.79rem;
}

/* DOM */
body.page-home .home-dom{
  padding:86px 0;
  background:#f7f9fc;
}
body.page-home .home-dom__layout{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:64px;
  align-items:center;
}
body.page-home .home-dom__media{
  overflow:hidden;
  border-radius:18px;
  box-shadow:var(--home-shadow);
}
body.page-home .home-dom__media img{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
body.page-home .home-dom__copy p{
  margin:0;
  color:#64748b;
}
body.page-home .home-dom__features{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:24px 0;
}
body.page-home .home-dom__features span{
  padding:7px 11px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e1e7ed;
  color:#475569;
  font-size:.69rem;
  font-weight:700;
}

/* STORE */
body.page-home .home-store{
  padding:90px 0;
  background:#fff;
}
body.page-home .home-store__layout{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  border:1px solid #e2e8f0;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 18px 46px rgba(15,23,42,.07);
}
body.page-home .home-store__card{
  padding:48px;
  background:
    radial-gradient(circle at 90% 0%,rgba(241,182,54,.13),transparent 28%),
    #f9fbfd;
}
body.page-home .home-store__card address{
  margin:20px 0 0;
  color:#334155;
  font-size:1rem;
  font-style:normal;
  line-height:1.65;
}
body.page-home .home-store__hours{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:28px 0;
}
body.page-home .home-store__hours div{
  padding:17px;
  border:1px solid #e1e7ed;
  border-radius:10px;
  background:#fff;
}
body.page-home .home-store__hours span,
body.page-home .home-store__hours strong{display:block}
body.page-home .home-store__hours span{
  color:#7b8797;
  font-size:.64rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
body.page-home .home-store__hours strong{
  margin-top:5px;
  color:#0f172a;
  font-size:.9rem;
}
body.page-home .home-store__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
body.page-home .home-store__side{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:48px;
  background:#0f172a;
  color:#fff;
}
body.page-home .home-store__side>span{
  color:#f1b636;
  font-size:.67rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
body.page-home .home-store__side h3{
  margin:10px 0 12px;
  font-size:2rem;
  line-height:1.05;
}
body.page-home .home-store__side p{
  margin:0 0 24px;
  color:#b7c3d3;
  font-size:.84rem;
}
body.page-home .home-store__side a{
  color:#f1b636;
  font-size:.78rem;
  font-weight:800;
}

/* ZONES */
body.page-home .home-zones{
  padding:84px 0;
  background:#f7f9fc;
  border-top:1px solid #edf0f4;
}
body.page-home .home-zones__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
body.page-home .home-zones__grid a{
  min-height:120px;
  padding:23px;
  border:1px solid #e1e7ed;
  border-radius:12px;
  background:#fff;
  transition:.18s ease;
}
body.page-home .home-zones__grid a:hover{
  border-color:#e6bb50;
  transform:translateY(-2px);
}
body.page-home .home-zones__grid strong,
body.page-home .home-zones__grid span{display:block}
body.page-home .home-zones__grid strong{
  color:#0f172a;
  font-size:1.1rem;
}
body.page-home .home-zones__grid span{
  margin-top:6px;
  color:#64748b;
  font-size:.73rem;
}

/* NETWORK */
body.page-home .home-network{
  padding:88px 0;
  background:
    radial-gradient(circle at 18% 20%,rgba(241,182,54,.11),transparent 24%),
    linear-gradient(145deg,#0a0f1d,#0f172a 65%,#172641);
}
body.page-home .home-section-head--light h2{color:#fff}
body.page-home .home-section-head--light p{color:#aebbd0}
body.page-home .home-network__grid{
  display:grid;
  grid-template-columns:1.15fr .925fr .925fr;
  gap:12px;
}
body.page-home .home-network__card{
  min-height:285px;
  padding:28px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  background:rgba(255,255,255,.035);
}
body.page-home .home-network__card--main{
  background:rgba(241,182,54,.10);
  border-color:rgba(241,182,54,.28);
}
body.page-home .home-network__card>span{
  color:#f1b636;
  font-size:.67rem;
  font-weight:850;
  letter-spacing:.09em;
}
body.page-home .home-network__card h3{
  margin:34px 0 10px;
  color:#fff;
  font-size:1.45rem;
  line-height:1.1;
}
body.page-home .home-network__card p{
  margin:0 0 26px;
  color:#aebbd0;
  font-size:.78rem;
}
body.page-home .home-network__card a{
  color:#f1b636;
  font-size:.74rem;
  font-weight:800;
}

/* FAQ */
body.page-home .home-faq{
  padding:88px 0;
  background:#fff;
}
body.page-home .home-faq__grid{
  max-width:1000px;
  margin:0 auto;
  border-top:1px solid #e2e8f0;
}
body.page-home .home-faq details{
  border-bottom:1px solid #e2e8f0;
}
body.page-home .home-faq summary{
  position:relative;
  padding:22px 48px 22px 0;
  cursor:pointer;
  color:#0f172a;
  font-weight:800;
  list-style:none;
}
body.page-home .home-faq summary::-webkit-details-marker{display:none}
body.page-home .home-faq summary::after{
  content:"+";
  position:absolute;
  right:8px;
  top:18px;
  color:#a36f00;
  font-size:1.35rem;
}
body.page-home .home-faq details[open] summary::after{content:"−"}
body.page-home .home-faq details p{
  max-width:850px;
  margin:-4px 0 22px;
  color:#64748b;
  font-size:.82rem;
}

/* FINAL */
body.page-home .home-final{
  padding:64px 0;
  background:#fff7df;
  border-top:1px solid #f1d583;
}
body.page-home .home-final__layout{
  display:grid;
  grid-template-columns:1fr auto;
  gap:46px;
  align-items:center;
}
body.page-home .home-final span{
  color:#8b6100;
  font-size:.69rem;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
}
body.page-home .home-final h2{
  max-width:760px;
  font-size:clamp(2rem,4vw,3rem);
}
body.page-home .home-final p{
  max-width:760px;
  margin:0;
  color:#665c49;
}
body.page-home .home-final__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* responsive */
@media(max-width:1120px){
  body.page-home .home-hero__layout{grid-template-columns:1fr .86fr;gap:36px}
  body.page-home .home-service-nav__grid{grid-template-columns:repeat(3,1fr)}
  body.page-home .home-service-nav a:nth-child(3){border-right:0}
  body.page-home .home-service-nav a:nth-child(-n+3){border-bottom:1px solid #e7ecf1}
}
@media(max-width:920px){
  body.page-home .home-hero{min-height:auto;padding:74px 0 66px}
  body.page-home .home-hero__layout,
  body.page-home .home-intro__layout,
  body.page-home .home-capabilities__layout,
  body.page-home .home-dom__layout,
  body.page-home .home-store__layout,
  body.page-home .home-final__layout{grid-template-columns:1fr}
  body.page-home .home-hero__visual{margin-top:8px}
  body.page-home .home-intro{padding:78px 0 68px}
  body.page-home .home-intro__layout{gap:28px}
  body.page-home .home-intro__copy{columns:1}
  body.page-home .home-audiences__grid{grid-template-columns:1fr}
  body.page-home .home-audience{min-height:430px}
  body.page-home .home-capabilities__layout{gap:36px}
  body.page-home .home-capabilities__intro{position:static}
  body.page-home .home-dom__layout{gap:34px}
  body.page-home .home-store__side{min-height:330px}
  body.page-home .home-network__grid{grid-template-columns:1fr}
  body.page-home .home-final__actions{justify-content:flex-start}
}
@media(max-width:680px){
  body.page-home .home-hero h1{font-size:clamp(2.6rem,12vw,4rem)}
  body.page-home .home-hero__proof{grid-template-columns:1fr}
  body.page-home .home-hero__proof div{padding:10px 0}
  body.page-home .home-hero__proof div+div{padding-left:0;border-left:0;border-top:1px solid rgba(255,255,255,.08)}
  body.page-home .home-hero__visual{grid-template-columns:1fr}
  body.page-home .home-visual__panel{min-height:250px}
  body.page-home .home-visual__card{min-height:125px}
  body.page-home .home-service-nav{margin-top:0}
  body.page-home .home-service-nav__grid{grid-template-columns:1fr 1fr;border-radius:0}
  body.page-home .home-service-nav a{border-right:1px solid #e7ecf1!important;border-bottom:1px solid #e7ecf1!important}
  body.page-home .home-service-nav a:nth-child(2n){border-right:0!important}
  body.page-home .home-capabilities__cards{grid-template-columns:1fr}
  body.page-home .home-store__card,
  body.page-home .home-store__side{padding:30px 24px}
  body.page-home .home-store__hours{grid-template-columns:1fr}
  body.page-home .home-zones__grid{grid-template-columns:1fr}
}
@media(max-width:460px){
  body.page-home .home-service-nav__grid{grid-template-columns:1fr}
  body.page-home .home-service-nav a{border-right:0!important}
  body.page-home .home-service-nav a{min-height:108px}
}
@media(prefers-reduced-motion:reduce){
  body.page-home *{scroll-behavior:auto!important}
}
