.cl-home{--cl-ink: #171713;--cl-muted: #62625a;--cl-cream: #f6f2e8;--cl-lime: #d8ff4f;--cl-line: rgba(23, 23, 19, .14);color:var(--cl-ink);background:#fff}.cl-home *,.cl-home *:before,.cl-home *:after{box-sizing:border-box}.cl-home__shell{width:min(100% - 32px,1240px);margin-inline:auto}.cl-home__hero{display:grid;min-height:min(780px,calc(100vh - var(--header-group-height, 0px)));background:var(--cl-ink);color:#fff}.cl-home__hero-media,.cl-home__hero-copy{grid-area:1 / 1}.cl-home__hero-media{position:relative;min-height:620px}.cl-home__hero-media:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0f0f0ce0,#0f0f0c85 48%,#0f0f0c14);content:""}.cl-home__hero-media img{width:100%;height:100%;object-fit:cover}.cl-home__hero-copy{position:relative;z-index:1;display:flex;align-items:center;padding-block:80px}.cl-home__hero-content{max-width:690px}.cl-home__eyebrow{margin:0 0 18px;font-size:.78rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.cl-home__hero h1{max-width:760px;margin:0;color:inherit;font-size:clamp(3.4rem,8vw,7.6rem);line-height:.88;letter-spacing:-.065em;text-wrap:balance}.cl-home__hero-text{max-width:580px;margin:28px 0 34px;color:#ffffffd1;font-size:clamp(1.05rem,1.8vw,1.3rem);line-height:1.6}.cl-home__actions{display:flex;flex-wrap:wrap;gap:12px}.cl-home__button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:13px 25px;border:1px solid var(--cl-ink);border-radius:999px;background:var(--cl-ink);color:#fff;font-weight:700;line-height:1;text-decoration:none;transition:transform .16s ease,background .16s ease,color .16s ease}.cl-home__button:hover{transform:translateY(-2px)}.cl-home__button--accent{border-color:var(--cl-lime);background:var(--cl-lime);color:var(--cl-ink)}.cl-home__button--light{border-color:#ffffffa6;background:transparent;color:#fff}.cl-home__button--full{width:100%}.cl-home__trust{border-bottom:1px solid var(--cl-line);background:var(--cl-lime)}.cl-home__trust-list{display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:18px 0;list-style:none}.cl-home__trust-list li{padding:3px 18px;border-right:1px solid rgba(23,23,19,.25);font-size:.82rem;font-weight:750;letter-spacing:.05em;text-align:center;text-transform:uppercase}.cl-home__trust-list li:last-child{border-right:0}.cl-home__section{padding-block:clamp(72px,9vw,128px)}.cl-home__section--cream{background:var(--cl-cream)}.cl-home__section--dark{background:var(--cl-ink);color:#fff}.cl-home__section-head{display:grid;grid-template-columns:minmax(0,.85fr) minmax(280px,.45fr);gap:40px;align-items:end;margin-bottom:52px}.cl-home__section-head h2{max-width:820px;margin:0;color:inherit;font-size:clamp(2.35rem,5vw,5rem);line-height:.98;letter-spacing:-.05em;text-wrap:balance}.cl-home__section-head p{margin:0;color:var(--cl-muted);font-size:1.05rem;line-height:1.65}.cl-home__section--dark .cl-home__section-head p{color:#ffffffa6}.cl-home__benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.cl-home__benefit{display:grid;min-height:500px;overflow:hidden;border-radius:24px;background:#e9e5da}.cl-home__benefit-media,.cl-home__benefit-copy{grid-area:1 / 1}.cl-home__benefit-media{position:relative}.cl-home__benefit-media:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,rgba(12,12,10,.82));content:""}.cl-home__benefit-media img{width:100%;height:100%;object-fit:cover}.cl-home__benefit-copy{z-index:1;align-self:end;padding:clamp(26px,5vw,48px);color:#fff}.cl-home__benefit-number{display:block;margin-bottom:12px;color:var(--cl-lime);font-weight:800}.cl-home__benefit h3{margin:0 0 12px;color:inherit;font-size:clamp(1.7rem,3vw,2.8rem);line-height:1.03;letter-spacing:-.035em}.cl-home__benefit p{max-width:540px;margin:0;color:#ffffffc7;line-height:1.6}.cl-home__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.cl-home__product{display:flex;flex-direction:column;padding:18px;border:1px solid var(--cl-line);border-radius:22px;background:#fff}.cl-home__product--featured{border-color:var(--cl-ink);box-shadow:8px 8px 0 var(--cl-lime)}.cl-home__product-media{overflow:hidden;aspect-ratio:1;border-radius:14px;background:#f2f0e9}.cl-home__product-media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cl-home__product:hover .cl-home__product-media img{transform:scale(1.025)}.cl-home__product-body{display:flex;flex:1;flex-direction:column;padding:22px 8px 6px}.cl-home__product-kicker{min-height:1.3em;margin:0 0 10px;color:var(--cl-muted);font-size:.75rem;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.cl-home__product h3{margin:0;font-size:1.55rem;letter-spacing:-.03em}.cl-home__price{display:flex;gap:10px;align-items:baseline;margin:12px 0;font-size:1.15rem;font-weight:750}.cl-home__compare-price{color:var(--cl-muted);font-size:.9rem;font-weight:400;text-decoration:line-through}.cl-home__product-description{flex:1;margin:0 0 20px;color:var(--cl-muted);line-height:1.55}.cl-home__product-note{margin:12px 0 0;color:var(--cl-muted);font-size:.78rem;text-align:center}.cl-home__reviews{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cl-home__review{display:flex;min-height:280px;flex-direction:column;padding:30px;border:1px solid rgba(255,255,255,.18);border-radius:20px}.cl-home__stars{color:var(--cl-lime);letter-spacing:.18em}.cl-home__review blockquote{flex:1;margin:24px 0;font-size:1.08rem;line-height:1.55}.cl-home__review footer{color:#ffffff9e;font-size:.88rem}.cl-home__faq{max-width:880px;margin-inline:auto}.cl-home__faq details{border-top:1px solid var(--cl-line)}.cl-home__faq details:last-child{border-bottom:1px solid var(--cl-line)}.cl-home__faq summary{display:flex;gap:24px;align-items:center;justify-content:space-between;padding:24px 0;cursor:pointer;font-size:1.1rem;font-weight:700;list-style:none}.cl-home__faq summary::-webkit-details-marker{display:none}.cl-home__faq summary:after{font-size:1.5rem;font-weight:400;content:"+"}.cl-home__faq details[open] summary:after{content:"\2212"}.cl-home__faq-answer{max-width:720px;padding:0 0 26px;color:var(--cl-muted);line-height:1.65}.cl-home__newsletter{display:grid;grid-template-columns:minmax(0,.8fr) minmax(300px,.5fr);gap:60px;align-items:center;padding:clamp(36px,7vw,80px);border-radius:28px;background:var(--cl-lime)}.cl-home__newsletter h2{margin:0 0 14px;font-size:clamp(2.3rem,5vw,5rem);line-height:.95;letter-spacing:-.05em}.cl-home__newsletter p{max-width:600px;margin:0;line-height:1.6}.cl-home__newsletter-form{display:flex;gap:10px}.cl-home__newsletter-form input{min-width:0;flex:1;min-height:52px;padding:12px 18px;border:1px solid var(--cl-ink);border-radius:999px;background:#fff;color:var(--cl-ink);font:inherit}.cl-home__form-message{grid-column:1 / -1;margin:10px 0 0;font-size:.9rem}@media screen and (max-width:899px){.cl-home__hero{min-height:auto}.cl-home__hero-media{min-height:680px}.cl-home__hero-media:after{background:linear-gradient(180deg,#0f0f0c1f,#0f0f0ceb)}.cl-home__hero-copy{align-items:end;padding-block:64px}.cl-home__trust-list{grid-template-columns:repeat(2,1fr)}.cl-home__trust-list li:nth-child(2){border-right:0}.cl-home__trust-list li:nth-child(-n+2){border-bottom:1px solid rgba(23,23,19,.25)}.cl-home__section-head,.cl-home__newsletter,.cl-home__products,.cl-home__reviews{grid-template-columns:1fr}.cl-home__product{display:grid;grid-template-columns:minmax(180px,.7fr) 1fr;gap:8px}}@media screen and (max-width:649px){.cl-home__shell{width:min(100% - 24px,1240px)}.cl-home__hero-media{min-height:620px}.cl-home__hero h1{font-size:clamp(3.2rem,17vw,5.2rem)}.cl-home__benefits{grid-template-columns:1fr}.cl-home__benefit{min-height:440px}.cl-home__product{display:flex}.cl-home__newsletter{gap:30px;padding:30px 22px}.cl-home__newsletter-form{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/connection-lock-home.css.map */
