:root{
  --lb-home-paper:#f5f2ec;
  --lb-home-paper-2:#e9e6df;
  --lb-home-white:#fbfaf7;
  --lb-home-ink:#171715;
  --lb-home-muted:#686761;
  --lb-home-soft:#c9c8c4;
  --lb-home-line:#cec9bf;
  --lb-home-bg:#e6e1db;
  --lb-home-max:1480px;
  --lb-home-pad:clamp(22px,4vw,64px);
  --lb-home-header:var(--header-height,78px);
  --lb-home-section-title-size:clamp(38px,4.15vw,62px);
  --lb-home-hero-photo-max:1180px;
  --lb-home-what-photo-height:74.5vh;
  --lb-home-closing-photo-max:456px;
}

.lb-home-header,
.lb-home,
.lb-home-footer{
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight:300;
  -webkit-font-smoothing:antialiased;
  color:var(--lb-home-ink);
}

.lb-home-wrap{
  width:min(calc(100% - 2*var(--lb-home-pad)),var(--lb-home-max));
  margin-inline:auto;
}

.lb-home-index{
  font-size:10px;
  line-height:1.25;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:500;
  color:var(--lb-home-muted);
}

.lb-home-index--light{color:#aaa59d}

/* Header propio de la Home */
.lb-home-header{
  position:sticky;
  top:0;
  z-index:80;
  height:var(--lb-home-header);
  background:rgba(245,242,236,.95);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(206,201,191,.75);
}

.lb-home-header__inner{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}

.lb-home-brand{
  color:var(--lb-home-ink);
  font-size:13px;
  line-height:1;
  letter-spacing:-.01em;
  text-decoration:underline;
  text-underline-offset:2px;
  white-space:nowrap;
}

.lb-home-nav{display:flex;align-items:center;gap:28px}

.lb-home-nav a{
  color:var(--lb-home-ink);
  text-decoration:none;
  font-size:10px;
  line-height:1;
  letter-spacing:.11em;
  text-transform:uppercase;
  font-weight:400;
  white-space:nowrap;
}

.lb-home-nav a:hover{opacity:.55}

.lb-home-nav .lb-home-nav__cta{
  border:1px solid var(--lb-home-ink);
  padding:12px 15px;
}

.lb-home-client{
  width:34px;
  height:34px;
  border:1px solid var(--lb-home-line);
  display:grid;
  place-items:center;
}

.lb-home-client svg{width:15px;height:15px}

/* UI */
.lb-home-cta{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:24px;
  min-height:48px;
  padding:0 18px;
  border:1px solid var(--lb-home-ink);
  color:var(--lb-home-ink);
  text-decoration:none;
  font-size:12px;
  line-height:1.2;
  font-weight:400;
  letter-spacing:.02em;
  transition:background-color .2s,color .2s,border-color .2s;
  background:transparent;
}

.lb-home-cta svg{width:16px;height:16px;transition:transform .2s;flex:0 0 auto}
.lb-home-cta:hover{background:var(--lb-home-ink);color:var(--lb-home-paper)}
.lb-home-cta:hover svg{transform:translateX(3px)}
.lb-home-cta--dark{background:var(--lb-home-ink);color:var(--lb-home-paper)}
.lb-home-cta--dark:hover{background:transparent;color:var(--lb-home-ink)}
.lb-home-cta--light{border-color:var(--lb-home-paper);color:var(--lb-home-paper)}
.lb-home-cta--light:hover{background:var(--lb-home-paper);color:var(--lb-home-ink)}

.lb-home-text-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:inherit;
  font-size:12px;
  line-height:1.2;
  font-weight:400;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:4px;
}

/* 01 · HERO */
.lb-home-hero{
  position:relative;
  min-height:calc(100svh - var(--lb-home-header));
  overflow:hidden;
  border-bottom:0;
  background:
    radial-gradient(ellipse 72% 62% at 0% 0%,rgba(255,255,255,.52) 0%,rgba(255,255,255,.24) 34%,rgba(255,255,255,0) 68%),
    var(--lb-home-bg);
}

.lb-home-hero__photo{
  position:absolute;
  z-index:1;
  left:50%;
  bottom:-2vh;
  width:min(70vw,var(--lb-home-hero-photo-max));
  height:auto;
  max-width:none;
  transform:translateX(-50%);
  object-fit:initial;
  filter:none;
  -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 88%,rgba(0,0,0,.94) 93%,transparent 100%);
  mask-image:linear-gradient(to bottom,#000 0%,#000 88%,rgba(0,0,0,.94) 93%,transparent 100%);
}

.lb-home-hero__inner{
  position:relative;
  z-index:2;
  min-height:calc(100svh - var(--lb-home-header));
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(280px,.55fr);
  gap:72px;
  align-items:start;
  padding-top:82px;
  padding-bottom:62px;
}

.lb-home-hero__copy{align-self:start;max-width:760px;margin-top:102px}

.lb-home-hero h1{
  font-family:inherit;
  color:var(--lb-home-ink);
  font-size:clamp(54px,5.35vw,88px);
  font-weight:300;
  letter-spacing:-.062em;
  line-height:.91;
  margin:24px 0 38px;
  max-width:780px;
}

.lb-home-line{display:block}

.lb-home-hero h1 em,
.lb-home-diagnostic h2 em{
  font-family:Georgia,"Times New Roman",serif;
  color:inherit;
  font-weight:400;
  font-style:italic;
  letter-spacing:-.07em;
  font-size:1.02em;
}

.lb-home-hero__actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}

.lb-home-hero__side{
  align-self:start;
  justify-self:end;
  width:min(330px,100%);
  margin-top:102px;
  padding-top:20px;
  border-top:1px solid rgba(23,23,21,.28);
}

.lb-home-hero__side p{
  margin:0;
  font-size:13px;
  line-height:1.55;
  color:#4e4b46;
  max-width:310px;
}

/* 02 · QUÉ HAGO */
.lb-home-what{
  position:relative;
  height:235vh;
  background:var(--lb-home-bg);
  border-bottom:0;
}

.lb-home-what__sticky{
  position:sticky;
  top:var(--lb-home-header);
  height:calc(100svh - var(--lb-home-header));
  overflow:hidden;
}

.lb-home-what__grid{
  height:100%;
  display:grid;
  grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr);
  gap:54px;
  align-items:center;
}

.lb-home-what__copy{padding:68px 0 64px;align-self:center;max-width:720px}
.lb-home-what__copy .lb-home-index{margin-bottom:30px}

.lb-home-what__title,
.lb-home-what__body{
  font-family:inherit;
  color:var(--lb-home-ink);
  font-size:var(--lb-home-section-title-size);
  line-height:1.01;
  letter-spacing:-.052em;
  font-weight:300;
  margin:0;
}

.lb-home-what__separator{
  width:118px;
  height:1px;
  background:rgba(23,23,21,.24);
  margin:34px 0 26px;
}

.lb-home-what__cta{
  margin-top:38px;
  min-width:320px;
  justify-content:space-between;
  color:rgba(23,23,21,.16);
  border-color:rgba(23,23,21,.16);
  background:transparent;
}

.lb-home-what__cta:hover{background:var(--lb-home-ink);color:var(--lb-home-paper);border-color:var(--lb-home-ink)}
.lb-home-what__word{color:rgba(23,23,21,.16);transition:color .07s linear;will-change:color}

.lb-home-what__figure{
  height:100%;
  margin:0;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
}

.lb-home-what__figure::before{
  content:"";
  position:absolute;
  inset:13% 7%;
  background:radial-gradient(circle at center,rgba(255,255,255,.54),rgba(255,255,255,0) 68%);
  pointer-events:none;
}

.lb-home-what__figure img{
  position:relative;
  z-index:2;
  width:auto;
  height:var(--lb-home-what-photo-height);
  max-width:78%;
  max-height:none;
  object-fit:contain;
  transform:translateX(20px);
  filter:saturate(.82) contrast(.98);
}

.lb-home-what__hint{
  position:absolute;
  left:var(--lb-home-pad);
  bottom:28px;
  font-size:9px;
  line-height:1;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#8d8a84;
  opacity:.8;
}

/* 03 / 04 */
.lb-home-library{border-bottom:1px solid var(--lb-home-line);background:var(--lb-home-paper)}
.lb-home-library__grid{display:grid;grid-template-columns:1fr 1fr}
.lb-home-library-card{min-height:590px;padding:48px 54px 72px;display:flex;flex-direction:column;position:relative}
.lb-home-library-card:first-child{border-right:1px solid var(--lb-home-line)}
.lb-home-library-card__head{display:flex;justify-content:space-between;align-items:flex-start}
.lb-home-library-card__icon{width:92px;height:92px}
.lb-home-library-card__icon svg{width:100%;height:100%;stroke:var(--lb-home-ink);stroke-width:.8;fill:none}

.lb-home-library-card h2{
  font-family:inherit;
  color:var(--lb-home-ink);
  font-size:var(--lb-home-section-title-size);
  font-weight:300;
  line-height:1.01;
  letter-spacing:-.048em;
  margin:auto 0 26px;
}

.lb-home-library-card p{font-size:17px;line-height:1.52;max-width:560px;margin:0 0 34px;color:#3f3e39}
.lb-home-library-card__foot{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}
.lb-home-library-card__code{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--lb-home-muted)}

/* 05 · SERVICIOS */
.lb-home-services{padding:140px 0 145px;background:var(--lb-home-white)}
.lb-home-services__intro{display:grid;grid-template-columns:190px 1fr;gap:48px;margin-bottom:78px}

.lb-home-services__intro h2{
  font-family:inherit;
  color:var(--lb-home-ink);
  font-size:var(--lb-home-section-title-size);
  font-weight:300;
  line-height:1.01;
  letter-spacing:-.045em;
  margin:0;
  max-width:1050px;
}

.lb-home-services__rows{border-top:1px solid var(--lb-home-ink)}

.lb-home-service-row{
  display:grid;
  grid-template-columns:90px minmax(240px,.82fr) minmax(320px,1.1fr) 48px;
  gap:34px;
  align-items:center;
  padding:34px 0;
  border-bottom:1px solid var(--lb-home-line);
  color:var(--lb-home-ink);
  text-decoration:none;
  transition:padding .2s,background-color .2s;
}

.lb-home-service-row:hover{padding-left:14px;padding-right:14px;background:var(--lb-home-paper)}
.lb-home-service-row__num{font-size:11px;letter-spacing:.15em;color:var(--lb-home-muted)}

.lb-home-service-row h3{
  font-family:inherit;
  color:var(--lb-home-ink);
  font-size:31px;
  line-height:1.03;
  letter-spacing:-.035em;
  font-weight:300;
  margin:0;
}

.lb-home-service-row p{font-size:15px;line-height:1.55;margin:0;color:#44423d;max-width:600px}
.lb-home-service-row__arrow{width:42px;height:42px;border:1px solid var(--lb-home-ink);display:grid;place-items:center;justify-self:end}
.lb-home-service-row__arrow svg{width:15px;height:15px}
.lb-home-services__foot{display:flex;justify-content:flex-end;margin-top:34px}

/* 06 · DIAGNÓSTICO */
.lb-home-diagnostic{background:var(--lb-home-ink);color:var(--lb-home-paper);padding:125px 0 120px;overflow:hidden}
.lb-home-diagnostic__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:center}

.lb-home-diagnostic h2{
  font-family:inherit;
  color:var(--lb-home-paper);
  font-size:var(--lb-home-section-title-size);
  font-weight:300;
  letter-spacing:-.052em;
  line-height:1.01;
  margin:20px 0 34px;
  max-width:820px;
}

.lb-home-diagnostic p{font-size:18px;line-height:1.52;max-width:650px;color:#d8d3cb;margin:0 0 34px}
.lb-home-diagnostic__visual{display:grid;place-items:center;min-height:470px}
.lb-home-radar{width:min(440px,90%);aspect-ratio:1;position:relative}
.lb-home-radar svg{width:100%;height:100%}
.lb-home-radar__grid{stroke:#77736c;stroke-width:.8;fill:none}
.lb-home-radar__shape{stroke:#f6f3ed;stroke-width:1.7;fill:rgba(246,243,237,.08)}
.lb-home-radar__point{fill:#f6f3ed}
.lb-home-radar__meta{position:absolute;right:-15px;bottom:30px;border-top:1px solid #77736c;padding-top:12px;width:170px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#aaa59d}

/* 07 · TRABAJEMOS */
.lb-home-closing{
  background:var(--lb-home-paper);
  display:grid;
  grid-template-columns:1.03fr .97fr;
  min-height:720px;
  border-bottom:1px solid var(--lb-home-line);
}

.lb-home-closing__copy{
  padding:82px max(var(--lb-home-pad),calc((100vw - var(--lb-home-max))/2 + var(--lb-home-pad))) 82px var(--lb-home-pad);
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-right:1px solid var(--lb-home-line);
}

.lb-home-closing__copy-inner{width:min(700px,100%);margin-left:auto;margin-right:0}

.lb-home-closing h2{
  font-family:inherit;
  color:var(--lb-home-ink);
  font-size:var(--lb-home-section-title-size);
  font-weight:300;
  letter-spacing:-.058em;
  line-height:1.01;
  margin:24px 0 34px;
  max-width:650px;
}

.lb-home-closing p{font-size:17px;line-height:1.55;max-width:650px;margin:0 0 38px;color:#3d3b37}
.lb-home-closing p strong{font-weight:400;display:block;margin-bottom:22px}
.lb-home-closing__actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}

.lb-home-closing__photo-wrap{
  overflow:hidden;
  min-height:720px;
  background:#e6e2db;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:56px 7%;
}

.lb-home-closing__photo{
  width:min(72%,var(--lb-home-closing-photo-max));
  height:auto;
  max-height:62vh;
  object-fit:contain;
  object-position:center center;
  transform:translateX(30px);
  filter:saturate(.84) contrast(.98);
}

/* Footer propio de la Home */
.lb-home-footer{padding:34px 0 46px;background:var(--lb-home-paper);color:var(--lb-home-ink)}
.lb-home-footer__grid{display:flex;justify-content:space-between;gap:30px;align-items:flex-end}
.lb-home-footer p{margin:0;font-size:11px;color:var(--lb-home-muted)}
.lb-home-footer nav{display:flex;gap:22px;flex-wrap:wrap}
.lb-home-footer a{font-size:11px;text-decoration:none;color:var(--lb-home-muted)}
.lb-home-footer a:hover{color:var(--lb-home-ink)}

@media(max-width:1000px){
  .lb-home-nav a:not(.lb-home-nav__cta),.lb-home-client{display:none}
  .lb-home-hero__inner{grid-template-columns:1fr;align-items:center}
  .lb-home-hero__copy{margin-top:0}
  .lb-home-hero__side{display:none}
  .lb-home-what{height:205vh}
  .lb-home-what__grid{grid-template-columns:minmax(0,1fr) minmax(280px,.7fr);gap:20px}
  .lb-home-what__figure img{height:68vh;max-width:76%;transform:translateX(10px)}
  .lb-home-library__grid{grid-template-columns:1fr}
  .lb-home-library-card:first-child{border-right:0;border-bottom:1px solid var(--lb-home-line)}
  .lb-home-services__intro{grid-template-columns:1fr}
  .lb-home-service-row{grid-template-columns:60px 1fr 48px}
  .lb-home-service-row p{grid-column:2/3}
  .lb-home-service-row__arrow{grid-column:3;grid-row:1/3}
  .lb-home-diagnostic__grid{grid-template-columns:1fr}
  .lb-home-diagnostic__visual{min-height:360px}
  .lb-home-closing{grid-template-columns:1fr}
  .lb-home-closing__copy{border-right:0;border-bottom:1px solid var(--lb-home-line);padding:74px var(--lb-home-pad)}
  .lb-home-closing__copy-inner{margin:0}
  .lb-home-closing__photo-wrap{min-height:560px;padding:44px var(--lb-home-pad)}
  .lb-home-closing__photo{width:min(68%,440px);max-height:500px;transform:translateX(14px)}
}

@media(max-width:700px){
  :root{--lb-home-section-title-size:clamp(36px,10.4vw,52px)}
  .lb-home-nav .lb-home-nav__cta{font-size:9px;padding:10px 11px}
  .lb-home-brand{font-size:12px}

  .lb-home-hero{min-height:780px}
  .lb-home-hero__inner{min-height:780px;padding-top:58px;padding-bottom:38px;align-items:start}
  .lb-home-hero__copy{padding-top:40px;margin-top:0}
  .lb-home-hero h1{font-size:clamp(50px,15vw,67px);line-height:.92}
  .lb-home-hero__photo{width:min(112vw,720px);height:auto;bottom:-1.5vh;object-position:center bottom}

  .lb-home-what{height:220vh}
  .lb-home-what__sticky{height:calc(100svh - var(--lb-home-header))}
  .lb-home-what__grid{display:block;position:relative}
  .lb-home-what__copy{position:relative;z-index:3;padding:48px 0 50px;max-width:100%}
  .lb-home-what__title,.lb-home-what__body{font-size:clamp(36px,10.4vw,52px)}
  .lb-home-what__cta{min-width:0;width:100%;max-width:330px}
  .lb-home-what__separator{margin:28px 0 22px}
  .lb-home-what__figure{position:absolute;inset:0;justify-content:flex-end;align-items:flex-end;opacity:.18;z-index:1}
  .lb-home-what__figure::before{display:none}
  .lb-home-what__figure img{width:auto;height:52vh;max-width:58%;object-position:right bottom;transform:none}
  .lb-home-what__hint{display:none}

  .lb-home-library-card{min-height:520px;padding:34px 0 48px}
  .lb-home-library-card__icon{width:70px;height:70px}
  .lb-home-library-card__foot{align-items:flex-start;flex-direction:column}
  .lb-home-services{padding:94px 0}
  .lb-home-service-row{grid-template-columns:46px 1fr 40px;gap:18px;padding:28px 0}
  .lb-home-service-row h3{font-size:25px}
  .lb-home-service-row p{font-size:14px}
  .lb-home-service-row__arrow{width:38px;height:38px}
  .lb-home-diagnostic{padding:95px 0}
  .lb-home-radar__meta{display:none}
  .lb-home-closing__photo-wrap{min-height:430px;padding:38px 24px}
  .lb-home-closing__photo{width:min(76%,350px);max-height:390px;transform:none}
  .lb-home-footer__grid{display:block}
  .lb-home-footer nav{margin-top:24px}
}

@media(prefers-reduced-motion:reduce){
  .lb-home-what{height:auto}
  .lb-home-what__sticky{position:relative;top:auto;height:auto;min-height:760px}
  .lb-home-what__word{color:var(--lb-home-ink)!important}
}
