:root{--blue:#063bd7;--pink:#f45da5;--lime:#c9ee28;--cream:#f9f5ec;--ink:#161616}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;min-height:100%}body{color:var(--ink);background:var(--cream);font-family:"Poppins",sans-serif}a{color:inherit;text-decoration:none}.coming-soon{min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.coming-header{min-height:92px;padding:0 clamp(24px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #ddd7cd}.brand{display:flex;align-items:center}.brand img{width:clamp(145px,17vw,220px);height:auto;display:block}.header-note{font-size:10px;font-weight:600;letter-spacing:.17em;text-transform:uppercase}.construction-hero{min-height:calc(100vh - 190px);display:grid;grid-template-columns:56% 44%;position:relative}.hero-content{align-self:center;padding:70px clamp(28px,6vw,92px);position:relative;z-index:4}.micro-copy{display:block;margin-bottom:22px;color:var(--blue);font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.hero-content h1{margin:0 0 6px;font-size:clamp(24px,2.3vw,36px);font-weight:500}.hero-content h2{max-width:760px;margin:0;font:clamp(62px,7.4vw,116px)/.88 "Paytone One",sans-serif;letter-spacing:-.055em;text-transform:uppercase;position:relative}.hero-content h2 em{color:var(--pink);font-style:normal}.star{display:inline-block;margin-left:12px;color:var(--lime);font-size:.55em;transform-origin:center;opacity:0}.star.in-view{animation:star-pop 1s .45s cubic-bezier(.2,1.5,.4,1) both}.hero-content p{max-width:550px;margin:32px 0;color:#4e4b47;font-size:15px;line-height:1.8}.instagram-link{width:max-content;min-height:54px;padding:0 24px;display:flex;align-items:center;gap:13px;color:#fff;background:var(--blue);font-size:11px;font-weight:700;text-transform:uppercase;transition:.2s}.instagram-link:hover{transform:translateY(-3px);box-shadow:0 7px 0 var(--pink)}.instagram-link svg{width:19px;height:19px}.instagram-link span{margin-left:12px;font-size:16px}.fashion-panel{min-height:620px;position:relative;overflow:hidden;background:var(--blue)}.fashion-panel img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center 20%}.pink-ring{width:390px;height:300px;position:absolute;left:-120px;bottom:-135px;border:58px solid var(--pink);border-radius:50%;opacity:0}.pink-ring.in-view{animation:ring-pop 1s .25s cubic-bezier(.2,1.45,.4,1) both}.new-sticker{width:112px;height:112px;position:absolute;top:36px;right:35px;display:grid;place-content:center;text-align:center;background:var(--lime);border-radius:50%;font-size:10px;line-height:1.1;transform:rotate(8deg);opacity:0}.new-sticker.in-view{animation:sticker-pop 1s .65s cubic-bezier(.2,1.5,.4,1) both}.new-sticker strong{font-size:18px}.construction-ticker{flex:none;overflow:hidden;color:#fff;background:var(--pink);border-block:2px solid var(--ink);transform:rotate(-1deg) scale(1.02)}.construction-ticker>div{width:max-content;min-height:60px;display:flex;align-items:center;gap:30px;font:22px "Paytone One",sans-serif;animation:ticker 20s linear infinite}.construction-ticker b{color:var(--lime)}.coming-footer{padding:58px clamp(24px,5vw,76px) 22px;position:relative;overflow:hidden;color:#fff;background:#151515}.coming-footer:before{content:"";height:7px;position:absolute;inset:0 0 auto;background:linear-gradient(90deg,var(--blue) 0 58%,var(--pink) 58% 86%,var(--lime) 86%)}.footer-orbit{width:240px;height:240px;position:absolute;right:-95px;top:-120px;border:36px solid var(--pink);border-radius:50%;opacity:.9}.footer-main{position:relative;display:grid;grid-template-columns:1.15fr 1.3fr auto;gap:clamp(30px,6vw,92px);align-items:center}.footer-brand{width:max-content;padding:16px 22px;display:block;background:var(--cream);transform:rotate(-2deg);transition:transform .25s}.footer-brand:hover{transform:rotate(0) scale(1.04)}.footer-brand img{width:clamp(170px,18vw,245px);height:auto;display:block}.footer-message{display:flex;flex-direction:column;gap:10px}.footer-message span{color:var(--pink);font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.footer-message strong{font:clamp(20px,2vw,29px)/1.15 "Paytone One",sans-serif;letter-spacing:-.02em;text-transform:uppercase}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a{min-width:180px;height:46px;padding:0 16px;display:flex;align-items:center;gap:10px;border:1px solid #555;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:.2s}.footer-links a:hover{color:var(--ink);background:var(--lime);border-color:var(--lime);transform:translateX(-4px)}.footer-links svg{width:17px;height:17px}.footer-links a span{margin-left:auto;font-size:15px}.footer-bottom{margin-top:48px;padding-top:18px;position:relative;display:grid;grid-template-columns:1fr 1fr 1fr;color:#929292;border-top:1px solid #3a3a3a;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.footer-bottom span:nth-child(2){text-align:center}.footer-bottom a{text-align:right;transition:color .2s}.footer-bottom a:hover{color:var(--pink)}
@keyframes star-pop{0%{opacity:0;transform:scale(0) rotate(-20deg)}60%{opacity:1;transform:scale(1.25) rotate(7deg)}80%{transform:scale(.9)}100%{opacity:1;transform:scale(1)}}@keyframes ring-pop{0%{opacity:0;transform:scale(0)}62%{opacity:1;transform:scale(1.12)}82%{transform:scale(.95)}100%{opacity:1;transform:scale(1)}}@keyframes sticker-pop{0%{opacity:0;transform:rotate(8deg) scale(0)}60%{opacity:1;transform:rotate(8deg) scale(1.16)}78%{transform:rotate(8deg) scale(.94)}100%{opacity:1;transform:rotate(8deg) scale(1)}}@keyframes ticker{to{transform:translateX(-50%)}}
@media(max-width:850px){.construction-hero{grid-template-columns:1fr}.hero-content{min-height:590px;padding-block:70px}.fashion-panel{min-height:520px}.header-note{display:none}.footer-main{grid-template-columns:1fr 1fr}.footer-links{grid-column:1/-1;flex-direction:row}}@media(max-width:540px){.coming-header{min-height:74px}.brand img{width:142px}.hero-content{min-height:510px;padding-block:55px}.hero-content h2{font-size:50px}.hero-content p{font-size:13px}.fashion-panel{min-height:430px}.new-sticker{width:88px;height:88px;right:18px;top:18px}.new-sticker strong{font-size:14px}.pink-ring{width:280px;height:210px;border-width:42px}.coming-footer{padding-top:48px}.footer-main{grid-template-columns:1fr;gap:30px}.footer-links{grid-column:auto;flex-direction:column}.footer-links a{width:100%}.footer-bottom{grid-template-columns:1fr;gap:10px}.footer-bottom span:nth-child(2),.footer-bottom a{text-align:left}.footer-orbit{width:180px;height:180px;right:-95px;top:-85px;border-width:28px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.star,.pink-ring,.new-sticker,.construction-ticker>div{animation:none;opacity:1}}
