/* Lakeland's home opening: one clear choice, two distinct services. */
body.split-home .site-header{display:none!important}
body.split-home main>:not(.split-hero),body.split-home footer{display:none!important}
body.split-home{overflow:hidden}
.split-hero{position:relative;display:grid;grid-template-columns:1fr 1fr;min-height:100svh;overflow:hidden;background:#133845}
.split-hero:after{content:"";position:absolute;inset:0 auto 0 50%;z-index:2;width:1px;background:rgba(255,255,255,.32);pointer-events:none}
.split-hero-brand{position:absolute;z-index:4;top:clamp(24px,3.2vw,48px);left:50%;width:min(235px,54vw);transform:translateX(-50%)}
.split-hero-brand img{display:block;width:100%;height:auto;filter:drop-shadow(0 4px 18px rgba(0,0,0,.28))}
.split-choice{position:relative;z-index:1;display:grid;place-items:center;min-height:100svh;padding:clamp(120px,14vw,175px) clamp(30px,5.8vw,98px) clamp(50px,8vw,100px);overflow:hidden;color:#fff;text-decoration:none;isolation:isolate;background:center/cover no-repeat}
.split-choice:before{content:"";position:absolute;z-index:0;inset:0;display:block;background:center/cover no-repeat;transform:scale(1);transition:transform .72s cubic-bezier(.22,.75,.25,1);will-change:transform}
.split-choice:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(19,56,69,.28) 0%,rgba(19,56,69,.55) 53%,rgba(19,56,69,.9) 100%);transition:background .35s ease}
.split-choice--windows{background-image:url("../images/drive/window-cleaning.jpg")}
.split-choice--lights{background-image:url("../images/drive/holiday-lighting.jpg")}
.split-choice--windows:before{background-image:url("../images/drive/window-cleaning.jpg")}
.split-choice--lights:before{background-image:url("../images/drive/holiday-lighting.jpg")}
.split-choice--lights:after{background:linear-gradient(180deg,rgba(6,23,27,.62) 0%,rgba(6,23,27,.76) 48%,rgba(6,23,27,.94) 100%)}
.split-choice__inner{position:relative;z-index:2}
.split-choice:hover:before,.split-choice:focus-visible:before{transform:scale(1.075)}
.split-choice--windows:hover:after,.split-choice--windows:focus-visible:after{background:linear-gradient(180deg,rgba(19,56,69,.2) 0%,rgba(19,56,69,.43) 53%,rgba(19,56,69,.78) 100%)}
.split-choice--lights:hover:after,.split-choice--lights:focus-visible:after{background:linear-gradient(180deg,rgba(6,23,27,.48) 0%,rgba(6,23,27,.64) 48%,rgba(6,23,27,.84) 100%)}
.split-choice:focus-visible{outline:4px solid #ffe9a7;outline-offset:-8px}
.split-choice__inner{display:flex;flex-direction:column;align-items:center;width:min(100%,560px);text-align:center}
.split-choice__eyebrow{margin-bottom:18px;color:#fff;font-family:var(--font-display)!important;font-size:clamp(11px,1vw,15px);font-weight:800;letter-spacing:.24em;line-height:1}
.split-choice--lights .split-choice__eyebrow{color:#e84b55}
.split-choice strong{display:block;color:#fff;font-family:var(--font-display)!important;font-size:clamp(46px,6vw,104px);font-weight:800;letter-spacing:-.075em;line-height:.88;text-transform:uppercase}
.split-choice strong em{color:#e84b55;font-style:normal}
.split-choice__button{position:relative;display:inline-flex;align-items:center;gap:13px;min-height:52px;margin-top:clamp(28px,3vw,40px);padding:0 23px;border-radius:999px;background:#fff;color:#133845;font-family:var(--font-display)!important;font-size:12px;font-weight:800;letter-spacing:.1em;overflow:hidden;transition:transform .25s ease;isolation:isolate}
.split-choice__button:before{content:"";position:absolute;inset:-2px auto -2px -70%;z-index:-1;width:42%;background:linear-gradient(110deg,transparent,rgba(255,255,255,.9),transparent);transform:skewX(-18deg);transition:left .46s ease}
.split-choice--lights .split-choice__button{background:#b7192a;color:#fff}
.split-choice:hover .split-choice__button,.split-choice:focus-visible .split-choice__button{transform:translateY(-3px)}
.split-choice:hover .split-choice__button:before,.split-choice:focus-visible .split-choice__button:before{left:135%}
.split-choice__button b{font-size:18px;line-height:1;transition:transform .22s ease}
.split-choice:hover .split-choice__button b,.split-choice:focus-visible .split-choice__button b{transform:translateX(4px)}
@media(max-width:760px){
  .split-hero{grid-template-columns:1fr;min-height:100svh}
  .split-hero:after{inset:50% 0 auto;width:auto;height:1px;left:0}
  .split-hero-brand{top:20px;width:min(132px,40vw)}
  .split-choice{min-height:50svh;padding:105px 29px 35px}
  .split-choice--windows{padding-top:104px;padding-bottom:30px}
  .split-choice--lights{padding-top:72px;padding-bottom:36px}
  .split-choice strong{font-size:clamp(40px,13vw,66px)}
  .split-choice__eyebrow{margin-bottom:12px;font-size:10px}
  .split-choice__button{min-height:46px;margin-top:19px;padding:0 18px;font-size:10px}
}
@media(prefers-reduced-motion:reduce){.split-choice:before,.split-choice:after,.split-choice__button,.split-choice__button:before,.split-choice__button b{transition:none!important}}
