.custom-config{min-height:72vh;padding:70px 0 120px}.custom-config-heading{max-width:760px;margin:25px 0 48px}.custom-config-heading h1{font:750 clamp(48px, 7vw, 82px)/.92 var(--font-display);text-transform:uppercase;letter-spacing:-.065em;margin:14px 0}.custom-config-heading p{color:#5e5a50;max-width:650px;font-size:17px;line-height:1.65}.custom-choice-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.custom-choice{border:1px solid var(--ink);background:#fbf8efd1;flex-direction:column;min-height:390px;padding:32px;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.custom-choice:after{content:"";background:var(--sage);z-index:0;border-radius:50%;width:190px;height:190px;transition:transform .35s;position:absolute;top:-65px;right:-55px}.custom-choice>*{z-index:1;position:relative}.custom-choice:hover{box-shadow:10px 12px 0 var(--ink);transform:translateY(-6px)rotate(-.4deg)}.custom-choice:hover:after{transform:scale(1.25)}.custom-choice-icon{border:1px solid var(--ink);background:var(--paper);place-items:center;width:70px;height:70px;margin-bottom:auto;display:grid}.custom-choice-icon svg{width:37px;height:37px}.custom-choice h2{font:750 42px/.95 var(--font-display);text-transform:uppercase;letter-spacing:-.05em;margin:12px 0}.custom-choice p{color:#5e5a50;max-width:440px;line-height:1.6}.custom-choice strong{text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:8px;margin-top:20px;font-size:12px;display:flex}.custom-choice strong svg{width:17px}.custom-variant-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.custom-variant-grid.sticker-base-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.custom-variant-grid.sticker-base-grid>a{grid-template-columns:42px minmax(0,1fr);min-width:0}.custom-variant-grid.sticker-base-grid>a>strong{grid-column:2}.custom-variant-grid>a{border:1px solid var(--line);background:#fbf8efe0;grid-template-columns:48px 1fr auto;align-items:center;gap:16px;padding:22px;transition:all .2s;display:grid}.custom-variant-grid>a:hover{border-color:var(--ink);box-shadow:-5px 0 0 var(--sage);transform:translate(5px)}.custom-variant-grid>a>span{background:var(--cream);place-items:center;width:46px;height:46px;display:grid}.custom-variant-grid h2{font:700 18px var(--font-display);margin:4px 0}.custom-variant-grid small,.custom-variant-grid p{color:#6a665d;margin:0;font-size:10px}.custom-variant-grid>a>strong{text-transform:uppercase;align-items:center;gap:6px;font-size:10px;display:flex}.custom-variant-grid>a>strong svg{width:15px}.custom-empty{border:1px dashed var(--line);padding:30px}@media (max-width:900px){.custom-variant-grid.sticker-base-grid{grid-template-columns:1fr}}@media (max-width:700px){.custom-choice-grid,.custom-variant-grid{grid-template-columns:1fr}.custom-choice{min-height:330px}.custom-variant-grid>a{grid-template-columns:42px 1fr}.custom-variant-grid>a>strong{grid-column:2}}
.custom-choice-motion{min-width:0;position:relative}.custom-choice-motion .custom-choice{height:100%}.custom-choice-motion:before{content:"";opacity:0;pointer-events:none;z-index:2;border:1px dashed #11100e4d;position:absolute;inset:-7px}.custom-choice-motion.is-drawn{animation-duration:2.6s}.custom-choice-motion.from-left.is-drawn{animation-name:choice-from-left}.custom-choice-motion.from-right.is-drawn{animation-name:choice-from-right}.custom-choice-motion.is-drawn:before{animation:choice-guide 2.2s ease-out var(--sketch-delay) both}@keyframes choice-from-left{0%{opacity:0;clip-path:inset(0 100% 0 0);transform:translate(-55px)rotate(-2deg)}35%{opacity:.45}to{opacity:1;clip-path:inset(0);transform:none}}@keyframes choice-from-right{0%{opacity:0;clip-path:inset(0 0 0 100%);transform:translate(55px)rotate(2deg)}35%{opacity:.45}to{opacity:1;clip-path:inset(0);transform:none}}@keyframes choice-guide{0%{opacity:0;transform:scale(.96)}30%{opacity:.75}75%{opacity:.45}to{opacity:0;transform:scale(1.015)}}@media (prefers-reduced-motion:reduce){.custom-choice-motion{opacity:1;animation:none!important}.custom-choice-motion:before{display:none}}
.custom-choice-motion{opacity:1;clip-path:none}.custom-choice-motion.from-left:not(.is-drawn){transform:translate(-120px)rotate(-1.5deg)}.custom-choice-motion.from-right:not(.is-drawn){transform:translate(120px)rotate(1.5deg)}.custom-choice-motion.from-left.is-drawn{animation-name:card-collision-left;animation-duration:1.45s}.custom-choice-motion.from-right.is-drawn{animation-name:card-collision-right;animation-duration:1.45s}@keyframes card-collision-left{0%{transform:translate(-120px)rotate(-1.5deg)}68%{transform:translate(13px)rotate(.35deg)}82%{transform:translate(-5px)rotate(-.12deg)}92%{transform:translate(2px)}to{transform:none}}@keyframes card-collision-right{0%{transform:translate(120px)rotate(1.5deg)}68%{transform:translate(-13px)rotate(-.35deg)}82%{transform:translate(5px)rotate(.12deg)}92%{transform:translate(-2px)}to{transform:none}}@media (max-width:700px){.custom-choice-motion.from-left:not(.is-drawn),.custom-choice-motion.from-right:not(.is-drawn){transform:translate(55px)}.custom-choice-motion.from-left.is-drawn,.custom-choice-motion.from-right.is-drawn{animation-name:card-collision-mobile}@keyframes card-collision-mobile{0%{transform:translate(55px)}68%{transform:translate(-8px)}84%{transform:translate(3px)}to{transform:none}}}@media (prefers-reduced-motion:reduce){.custom-choice-motion{transform:none!important}}
.custom-choice-motion{will-change:transform;backface-visibility:hidden;transform-style:preserve-3d}.custom-choice-motion.from-left.is-drawn,.custom-choice-motion.from-right.is-drawn{animation-duration:2.15s;animation-timing-function:cubic-bezier(.22,.68,.24,1);animation-delay:.12s;animation-fill-mode:both}.custom-choice-motion.from-left.is-drawn{animation-name:card-smooth-left}.custom-choice-motion.from-right.is-drawn{animation-name:card-smooth-right}@keyframes card-smooth-left{0%{transform:translate(-120px)rotate(-1.2deg)}58%{transform:translate(-7px)rotate(-.08deg)}72%{transform:translate(7px)rotate(.12deg)}84%{transform:translate(-2.5px)}93%{transform:translate(1px)}to{transform:translate(0,0)}}@keyframes card-smooth-right{0%{transform:translate(120px)rotate(1.2deg)}58%{transform:translate(7px)rotate(.08deg)}72%{transform:translate(-7px)rotate(-.12deg)}84%{transform:translate(2.5px)}93%{transform:translate(-1px)}to{transform:translate(0,0)}}@media (max-width:700px){.custom-choice-motion.from-left.is-drawn,.custom-choice-motion.from-right.is-drawn{animation-name:card-smooth-mobile;animation-duration:1.8s}@keyframes card-smooth-mobile{0%{transform:translate(55px)}65%{transform:translate(-4px)}84%{transform:translate(1.5px)}to{transform:translate(0,0)}}}@media (prefers-reduced-motion:reduce){.custom-choice-motion{will-change:auto}}
