:root{--ccc-amethyst: #5B3E7A;--ccc-amethyst-deep: #2E1F3F;--ccc-rose-dust: #A0596A;--ccc-wax: #F5ECD9;--ccc-slate: #6B6D72}.sh-ccc-password,.sh-ccc-password *,.sh-ccc-password *:before,.sh-ccc-password *:after{box-sizing:border-box}.sh-ccc-password{min-height:100vh;display:grid;grid-template-columns:45% 55%;color:rgb(var(--color-foreground));background:rgb(var(--color-background))}@media(min-width:901px){html,body{height:100%;overflow:hidden}.sh-ccc-password{height:100vh;min-height:0}}@media(min-width:1601px){.sh-ccc-password{grid-template-columns:720px 1fr;padding-left:calc((100vw - 1600px)/2)}}.sh-ccc-password__content{position:relative;padding:80px;display:flex;flex-direction:column;justify-content:space-between;background:rgb(var(--color-background));overflow:hidden;min-height:100vh}@media(min-width:901px){.sh-ccc-password__content,.sh-ccc-password__photo{height:100vh;min-height:0}}.sh-ccc-password__content:before{content:"";position:absolute;left:-120px;bottom:-120px;width:520px;height:520px;background:radial-gradient(circle at center,var(--ccc-wax) 0%,rgba(245,236,217,0) 70%);opacity:.55;pointer-events:none;z-index:0}.sh-ccc-password__content>*{position:relative;z-index:1}.sh-ccc-password__photo{position:relative;background:rgb(var(--color-foreground));overflow:hidden;min-height:100vh}.sh-ccc-password__photo-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;animation:sh-ccc-fade .8s ease-out 0ms both,sh-ccc-zoom 2.4s ease-out 0ms both}.sh-ccc-password__photo:after{content:"";position:absolute;top:0;left:0;width:140px;height:100%;background:linear-gradient(to right,rgb(var(--color-background)),rgba(var(--color-background),0));pointer-events:none;z-index:1}.sh-ccc-password__photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.08)}.sh-ccc-password__photo-placeholder svg{width:40%;height:40%;fill:rgba(var(--color-foreground),.25)}.sh-ccc-password__photo-label{position:absolute;bottom:56px;right:56px;color:#ffffffc7;font-family:var(--font-heading-family);font-style:italic;font-weight:300;font-size:14px;letter-spacing:.02em;z-index:2;margin:0;animation:sh-ccc-fade .6s ease-out .9s both}.sh-ccc-password__staff{position:absolute;top:32px;right:32px;font-family:var(--font-heading-family);font-style:italic;font-weight:300;font-size:13px;color:#ffffffb3;text-decoration:none;z-index:3;transition:color .2s ease;background:transparent;border:0;cursor:pointer;padding:6px 10px;display:inline-flex;align-items:center;gap:6px;animation:sh-ccc-fade .5s ease-out 1.5s both}.sh-ccc-password__staff:hover{color:#fff}.sh-ccc-password__staff .sh-ccc-password__staff-icon{width:12px;height:12px;opacity:.7}.sh-ccc-password__wordmark{animation:sh-ccc-fade .5s ease-out .3s both}.sh-ccc-password__wordmark-text{font-family:var(--font-heading-family);font-weight:400;font-size:16px;letter-spacing:.18em;text-transform:uppercase;color:rgb(var(--color-foreground));margin:0;line-height:1}.sh-ccc-password__wordmark-rule{display:block;width:60px;height:1px;background:var(--ccc-amethyst);border:0;margin:16px 0 0;opacity:.6}.sh-ccc-password__wordmark-image{display:block;width:180px;height:auto;max-width:100%}.sh-ccc-password__wordmark-strip-mobile .sh-ccc-password__wordmark-image--mobile{width:auto;height:44px;max-height:44px}.sh-ccc-password__middle{display:flex;flex-direction:column;gap:28px;max-width:520px}.sh-ccc-constellation{display:block;width:26px;height:26px;color:var(--cc-color, var(--ccc-amethyst));animation:sh-ccc-fade .5s ease-out .5s both}.sh-ccc-constellation circle{fill:currentColor;opacity:0;animation:sh-ccc-dot .3s ease-out both}.sh-ccc-constellation circle:nth-child(4){animation-delay:.5s}.sh-ccc-constellation circle:nth-child(5){animation-delay:.64s}.sh-ccc-constellation circle:nth-child(6){animation-delay:.78s}.sh-ccc-constellation line{stroke:currentColor;stroke-width:.6;stroke-dasharray:40;stroke-dashoffset:40;animation:sh-ccc-draw 1.2s ease-out .8s both}.sh-ccc-password__headline{font-family:var(--font-heading-family);font-weight:300;font-size:68px;line-height:1.05;letter-spacing:-.012em;color:rgb(var(--color-foreground));margin:0;animation:sh-ccc-up .7s ease-out .7s both}.sh-ccc-password__subhead{font-family:var(--font-heading-family);font-weight:300;font-style:italic;font-size:22px;line-height:1.45;color:var(--ccc-slate);margin:0;max-width:460px;animation:sh-ccc-fade .6s ease-out .9s both}.sh-ccc-password__form{animation:sh-ccc-fade .6s ease-out 1.1s both}.sh-ccc-password__form-row{display:flex;align-items:stretch;gap:12px;max-width:500px}.sh-ccc-password__field{flex:1;position:relative}.sh-ccc-password__field input{width:100%;height:52px;padding:0 2px;background:transparent;border:0;border-bottom:1px solid rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:15px;color:rgb(var(--color-foreground));outline:none;transition:border-color .3s ease,border-width .3s ease;border-radius:0}.sh-ccc-password__field input::placeholder{font-style:italic;color:rgba(var(--color-foreground),.48)}.sh-ccc-password__field input:focus{border-bottom:2px solid var(--ccc-amethyst)}.sh-ccc-password__btn{height:52px;padding:0 28px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:0;border-radius:2px;font-family:var(--font-body-family);font-size:12px;font-weight:400;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:background .3s ease;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:8px}.sh-ccc-password__btn-arrow{opacity:0;transform:translate(-4px);transition:opacity .22s ease,transform .22s ease;display:inline-block}.sh-ccc-password__btn:hover{background:var(--ccc-amethyst-deep)}.sh-ccc-password__btn:hover .sh-ccc-password__btn-arrow{opacity:1;transform:translate(0)}.sh-ccc-password__privacy{font-family:var(--font-heading-family);font-weight:300;font-style:italic;font-size:14px;color:var(--ccc-slate);margin:14px 0 0;max-width:480px;animation:sh-ccc-fade .5s ease-out 1.3s both}.sh-ccc-password__success{display:none;align-items:center;gap:10px;font-family:var(--font-heading-family);font-style:italic;font-weight:300;font-size:18px;color:rgb(var(--color-foreground));margin:0}.sh-ccc-password__success.is-visible{display:inline-flex}.sh-ccc-password__success .sh-ccc-constellation{width:18px;height:18px;color:var(--ccc-rose-dust);animation:none}.sh-ccc-password__success .sh-ccc-constellation circle,.sh-ccc-password__success .sh-ccc-constellation line{animation:none;opacity:1;stroke-dashoffset:0}.sh-ccc-password__meta{display:flex;align-items:center;gap:28px;flex-wrap:wrap;animation:sh-ccc-fade .5s ease-out 1.5s both}.sh-ccc-password__meta-text,.sh-ccc-password__meta-links a{font-family:var(--font-body-family);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--ccc-slate)}.sh-ccc-password__meta-links{display:flex;gap:18px;list-style:none;margin:0;padding:0}.sh-ccc-password__meta-links a{text-decoration:none;color:rgb(var(--color-foreground));transition:color .2s ease}.sh-ccc-password__meta-links a:hover{color:var(--ccc-rose-dust)}.sh-ccc-password__wordmark-strip-mobile{display:none}.sh-ccc-password__modal-wrapper{display:contents}.sh-ccc-password__modal-wrapper details{display:contents}.sh-ccc-password__modal-wrapper summary{list-style:none;cursor:pointer}.sh-ccc-password__modal-wrapper summary::-webkit-details-marker{display:none}.sh-ccc-password__modal-wrapper summary::marker{content:""}.sh-ccc-password__modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:100;display:none;align-items:center;justify-content:center;background:#252525b8}.sh-ccc-password__modal-wrapper details[open] .sh-ccc-password__modal{display:flex}.sh-ccc-password__modal-panel{width:100%;max-width:420px;margin:0 24px;padding:48px 40px;background:rgb(var(--color-background));border-radius:2px;position:relative;box-shadow:0 20px 60px #00000038}.sh-ccc-password__modal-heading{font-family:var(--font-heading-family);font-weight:300;font-size:28px;line-height:1.15;margin:0 0 8px;color:rgb(var(--color-foreground))}.sh-ccc-password__modal-sub{font-family:var(--font-heading-family);font-weight:300;font-style:italic;font-size:15px;color:var(--ccc-slate);margin:0 0 28px}.sh-ccc-password__modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;background:transparent;border:0;cursor:pointer;color:var(--ccc-slate);transition:color .2s ease}.sh-ccc-password__modal-close:hover{color:rgb(var(--color-foreground))}.sh-ccc-password__modal-close svg{width:18px;height:18px}.sh-ccc-password__modal-error{margin:0 0 16px;padding:10px 14px;background:rgba(var(--color-foreground),.04);border-left:2px solid var(--ccc-rose-dust);font-family:var(--font-body-family);font-size:13px;color:rgb(var(--color-foreground))}.sh-ccc-password__modal-footer{margin:20px 0 0;font-family:var(--font-heading-family);font-style:italic;font-weight:300;font-size:13px;color:var(--ccc-slate)}.sh-ccc-password__modal-footer a{color:rgb(var(--color-foreground))}@keyframes sh-ccc-fade{0%{opacity:0}to{opacity:1}}@keyframes sh-ccc-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes sh-ccc-zoom{0%{transform:scale(1.015)}to{transform:scale(1)}}@keyframes sh-ccc-dot{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes sh-ccc-draw{to{stroke-dashoffset:0}}@media(max-width:900px){.sh-ccc-password{grid-template-columns:1fr}.sh-ccc-password__content{padding:48px 24px 40px;min-height:auto}.sh-ccc-password__content:before{left:50%;top:40px;bottom:auto;transform:translate(-50%);width:320px;height:320px}.sh-ccc-password__photo{order:-1;min-height:68vh;height:68vh}.sh-ccc-password__photo:after{display:none}.sh-ccc-password__photo:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:120px;background:linear-gradient(to top,rgb(var(--color-background)),rgba(var(--color-background),0));pointer-events:none;z-index:1}.sh-ccc-password__photo-label{bottom:130px;right:20px;font-size:13px}.sh-ccc-password__staff{top:16px;right:16px;font-size:12px}.sh-ccc-password__wordmark{display:none}.sh-ccc-password__wordmark-strip-mobile{display:flex;justify-content:center;align-items:center;height:56px;background:rgb(var(--color-background));border-bottom:1px solid rgba(var(--color-foreground),.12)}.sh-ccc-password__wordmark-strip-mobile .sh-ccc-password__wordmark-text{font-size:13px}.sh-ccc-password__middle{max-width:100%;gap:24px;margin-top:16px}.sh-ccc-password__headline{font-size:40px;line-height:1.08}.sh-ccc-password__subhead{font-size:17px;max-width:100%}.sh-ccc-password__form-row{flex-direction:column;gap:14px;max-width:100%}.sh-ccc-password__btn{width:100%}.sh-ccc-password__privacy{max-width:100%}.sh-ccc-password__meta{flex-direction:column;align-items:flex-start;gap:16px;margin-top:40px}.sh-ccc-password__modal-panel{padding:36px 28px}.sh-ccc-password__modal-heading{font-size:24px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/sh-ccc-password.css.map */
