.juno-landing{--bg:#fff;--ink:#0b0b0a;--ink-2:#1a1a18;--mute:rgba(0,0,0,.6);--mute-2:rgba(0,0,0,.7);--border:rgba(0,0,0,.12);position:relative;height:100vh;height:100dvh;overflow:hidden;background:var(--bg);color:var(--ink);font-family:var(--font-geist-sans),"Geist",-apple-system,system-ui,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}.juno-landing .gw-sronly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.juno-landing,.juno-landing *,.juno-landing :after,.juno-landing :before{box-sizing:border-box;margin:0;padding:0}.juno-landing button{font:inherit;color:inherit}.juno-landing a{color:inherit;text-decoration:none}.juno-landing .gw-nav{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:hsla(0,0%,100%,.78);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(0,0,0,.06);z-index:50;transform:translateY(-100%);transition:transform .45s cubic-bezier(.4,0,.2,1)}.juno-landing .gw-nav.is-visible{transform:translateY(0)}.juno-landing .gw-nav__brand{background:transparent;border:0;padding:4px;cursor:pointer;display:inline-flex;align-items:center}.juno-landing .gw-nav__brand img{width:56px;height:auto;filter:brightness(0);display:block}.juno-landing .gw-nav__actions,.juno-landing .gw-nav__btn{display:inline-flex;gap:8px}.juno-landing .gw-nav__btn{align-items:center;justify-content:space-between;min-width:86px;padding:7px 7px 7px 14px;border-radius:999px;background:hsla(0,0%,100%,.6);border:1px solid var(--border);font-size:12px;font-weight:500;color:var(--ink);cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .15s ease}.juno-landing .gw-nav__btn .arrow{width:18px;height:18px;border-radius:50%;background:rgba(11,11,10,.92);color:#fff;display:grid;place-items:center;font-size:10px;font-weight:500}.juno-landing .gw-nav__btn--primary{background:var(--ink);color:#fff;border-color:var(--ink)}.juno-landing .gw-nav__btn--primary .arrow{background:#fff;color:var(--ink)}.juno-landing .gw-nav__btn:hover{border-color:rgba(0,0,0,.5)}.juno-landing .gw-nav__btn--primary:hover{background:var(--ink-2);border-color:var(--ink-2)}.juno-landing .gw-scroll{position:relative;z-index:2;height:100vh;height:100dvh;overflow-y:auto;overflow-x:hidden;scroll-snap-type:y proximity;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.juno-landing .gw-scroll::-webkit-scrollbar{display:none}.juno-landing .gw-scroll.is-free{scroll-snap-type:none}@media (pointer:coarse){.juno-landing .gw-scroll:not(.is-free){scroll-snap-type:y mandatory}}.juno-landing .gw-scroll.is-held{overflow:hidden}.juno-landing .gw-section{min-height:100vh;min-height:100dvh;scroll-snap-align:start;scroll-snap-stop:always;justify-content:center;padding:60px 32px 80px;text-align:center;overflow:hidden}.juno-landing .gw-section,.juno-landing .gw-section__inner{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}.juno-landing .gw-section__inner{gap:22px;z-index:2;max-width:920px}.juno-landing .gw-logo{width:clamp(120px,14vw,180px);height:auto;filter:brightness(0);margin-bottom:6px;display:block;opacity:0;animation:junoHeroIn .8s cubic-bezier(.2,.8,.2,1) .1s both}.juno-landing .gw-hed{font-family:var(--font-geist-sans),"Geist","Inter",-apple-system,system-ui,sans-serif;font-weight:700;font-size:clamp(40px,7.2vw,96px);line-height:1.08;letter-spacing:-.025em;max-width:92vw}.juno-landing .gw-hed__line{color:var(--ink);display:block;white-space:nowrap}.juno-landing .gw-hed__line em{font-style:normal}.juno-landing .gw-hed__line--rotate{display:flex;justify-content:center;align-items:baseline;gap:.28em}.juno-landing .gw-rotate{display:inline-grid;grid-template-areas:"stack";vertical-align:baseline;text-align:left;position:relative}.juno-landing .gw-rotate__phantom,.juno-landing .gw-rotate__viewport{grid-area:stack}.juno-landing .gw-rotate__phantom{visibility:hidden;pointer-events:none;color:var(--ink);white-space:nowrap;line-height:1;height:1em}.juno-landing .gw-rotate__viewport{overflow:hidden;display:block;line-height:1;height:1em}.juno-landing .gw-rotate__stack{display:flex;flex-direction:column;transition:transform .7s cubic-bezier(.7,0,.2,1)}.juno-landing .gw-rotate__stack.is-snapping{transition:none!important}.juno-landing .gw-rotate__word{display:block;height:1em;line-height:1;white-space:nowrap;color:var(--ink)}.juno-landing .gw-rotate__word--main{color:var(--ink);letter-spacing:-.01em}@keyframes junoHeroIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.juno-landing .gw-section--home .gw-ctas,.juno-landing .gw-section--home .gw-scroll-hint,.juno-landing .gw-section--home .gw-sub{opacity:0;animation:junoHeroIn .8s cubic-bezier(.2,.8,.2,1) both}.juno-landing .gw-section--home .gw-sub{animation-delay:.2s}.juno-landing .gw-section--home .gw-ctas{animation-delay:.3s}.juno-landing .gw-section--home .gw-scroll-hint{animation-delay:.4s}.juno-landing .gw-art{opacity:0;transform:translateY(10px)}.juno-landing.is-locked .gw-art{opacity:1;transform:translateY(0);transition:opacity .8s ease 1.6s,transform .8s cubic-bezier(.2,.8,.2,1) 1.6s,filter .15s ease}.juno-landing .gw-sub{max-width:540px;font-size:14px;line-height:1.6;color:var(--mute);letter-spacing:.005em;margin-top:-2px}.juno-landing .gw-ctas{display:flex;gap:10px;margin-top:6px}.juno-landing .gw-cta{flex:0 0 auto;min-width:140px;max-width:200px;justify-content:space-between;display:inline-flex;align-items:center;gap:10px;padding:11px 14px 11px 22px;border-radius:14px;font-size:13px;font-weight:500;letter-spacing:.01em;cursor:pointer;position:relative;background:hsla(0,0%,100%,.55);color:var(--ink);border:1px solid hsla(0,0%,100%,.7);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9),inset 0 -1px 0 hsla(0,0%,100%,.3),0 1px 2px rgba(0,0,0,.04),0 8px 24px rgba(0,0,0,.06);transition:transform .3s ease,background .3s ease,color .3s ease,box-shadow .3s ease}.juno-landing .gw-cta .arrow{width:22px;height:22px;border-radius:50%;background:rgba(11,11,10,.92);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:500;transition:transform .3s ease,background .3s ease,color .3s ease}.juno-landing .gw-cta:hover{transform:translateY(-1px)}.juno-landing .gw-cta:hover .arrow{transform:translateX(3px)}.juno-landing .gw-cta--primary{background:rgba(11,11,10,.82);color:#fff;border:1px solid hsla(0,0%,100%,.18)}.juno-landing .gw-cta--primary .arrow{background:hsla(0,0%,100%,.95);color:var(--ink)}.juno-landing .gw-cta--primary:hover{background:rgba(11,11,10,.92)}.juno-landing .gw-cta--ghost:hover{background:hsla(0,0%,100%,.72)}.juno-landing .gw-scroll-hint{margin-top:18px;display:inline-flex;flex-direction:column;align-items:center;gap:6px;background:transparent;border:0;font-size:10px;letter-spacing:.28em;color:var(--mute);cursor:pointer;padding:12px 18px}.juno-landing.is-en .gw-scroll-hint{text-transform:uppercase}.juno-landing .gw-scroll-hint:hover{color:var(--ink)}.juno-landing .gw-scroll-hint__arrow{font-size:18px;line-height:1;animation:junoHintBounce 1.6s ease-in-out 5}@keyframes junoHintBounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.juno-landing .gw-art{position:fixed;left:-30px;right:-30px;bottom:-30px;height:62vh;pointer-events:none;z-index:1;transition:opacity .8s ease,transform .8s cubic-bezier(.2,.8,.2,1),filter .15s ease}.juno-landing .gw-art.is-blurred{filter:blur(28px) saturate(1.2)}.juno-landing.is-locked .gw-art.is-blurred{opacity:0;transition:opacity .55s ease,filter .15s ease}.juno-landing .gw-art img{width:100%;height:100%;object-fit:cover;object-position:center bottom;filter:saturate(1.15) contrast(1.05);-webkit-mask-image:linear-gradient(0deg,#000 30%,rgba(0,0,0,.7) 50%,rgba(0,0,0,.3) 70%,transparent 95%);mask-image:linear-gradient(0deg,#000 30%,rgba(0,0,0,.7) 50%,rgba(0,0,0,.3) 70%,transparent 95%);display:block}.juno-landing .gw-section--home{padding-bottom:22vh}.juno-landing .gw-section--portfolio{background:hsla(0,0%,100%,.4);min-height:auto;padding:90px 24px 28px;justify-content:flex-start;gap:16px}.juno-landing .gw-section--portfolio .gw-port__grid{justify-items:stretch;align-items:stretch}.juno-landing .gw-section--portfolio .gw-port__card{aspect-ratio:auto;width:100%;height:calc((100vh - 320px) / 2);max-height:none}.juno-landing .gw-port__head{text-align:left;width:100%;max-width:920px}.juno-landing .gw-ddetail .gw-port__head{text-align:center}.juno-landing .gw-port__eyebrow{font-size:11px;letter-spacing:.18em;color:var(--mute);margin-bottom:6px;display:block}.juno-landing .gw-port__title{font-family:var(--font-geist-sans),"Geist",sans-serif;font-weight:700;font-size:clamp(22px,6vw,26px);letter-spacing:-.01em;color:var(--ink);line-height:1.35}.juno-landing .gw-port__title--copy{word-break:keep-all}.juno-landing .gw-port__title__line{display:block}.juno-landing .gw-port__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:1100px;width:100%;margin:0 auto}.juno-landing .gw-port__slide-track{position:relative;overflow:visible;width:100%}.juno-landing .gw-port__slide,.juno-landing .gw-port__view{display:flex;flex-direction:column;align-items:center;gap:16px}.juno-landing .gw-port__view{width:100%}.juno-landing .gw-port__view--grid{opacity:1}.juno-landing .gw-ddetail{position:fixed;inset:0;z-index:70;background:var(--bg);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:none;scrollbar-width:none;text-align:center;animation:junoDetailIn .32s cubic-bezier(.32,.72,0,1)}.juno-landing .gw-ddetail::-webkit-scrollbar{display:none}.juno-landing .gw-ddetail__inner{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%;min-height:100%;padding:12px 16px 0}@keyframes junoDetailIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:none}}.juno-landing .gw-port__detail__photo{width:200px;height:240px;flex-shrink:0;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.18)}.juno-landing .gw-port__detail__photo img{width:100%;height:100%;object-fit:cover;object-position:center 28%;display:block}.juno-landing .gw-port__detail__book{flex:1 1 0;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;border-radius:999px;background:var(--ink);color:#fff;border:none;font-size:14px;font-weight:500;cursor:pointer;letter-spacing:.01em;transition:background .2s ease,transform .15s ease}.juno-landing .gw-port__detail__book__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.juno-landing .gw-port__detail__book:hover{background:var(--ink-2)}.juno-landing .gw-port__detail__book .arrow{width:22px;height:22px;border-radius:50%;background:hsla(0,0%,100%,.2);display:grid;place-items:center;font-size:12px}.juno-landing .gw-port__detail__back{position:sticky;top:8px;align-self:flex-start;z-index:50;display:inline-flex;align-items:center;gap:6px;background:hsla(0,0%,100%,.72);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:999px;cursor:pointer;font-size:12px;letter-spacing:.06em;color:var(--ink);padding:8px 16px 8px 12px;box-shadow:0 4px 14px rgba(0,0,0,.08);transition:background .2s ease,transform .15s ease}.juno-landing.is-en .gw-port__detail__back{text-transform:uppercase}.juno-landing .gw-port__detail__back:hover{background:hsla(0,0%,100%,.95)}.juno-landing .gw-port__detail__back__arrow{font-size:15px;line-height:1}.juno-landing .gw-port__detail__actions{display:flex;gap:12px;align-items:stretch;flex-wrap:nowrap;position:sticky;bottom:0;z-index:40;align-self:stretch;margin:auto -16px 0;padding:14px 16px calc(14px + env(safe-area-inset-bottom, 0px));background:hsla(0,0%,100%,.86);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(0,0,0,.06);box-shadow:0 -6px 24px rgba(0,0,0,.05)}.juno-landing .gw-port__detail__ig{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 18px;border-radius:999px;background:transparent;border:1px solid rgba(0,0,0,.22);color:var(--ink);text-decoration:none;font-size:14px;font-weight:500;letter-spacing:.01em;transition:background .2s ease,border-color .2s ease}.juno-landing .gw-port__detail__ig svg{display:block;flex-shrink:0}.juno-landing .gw-port__detail__ig:hover{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.4)}.juno-landing .gw-port__detail__bio{max-width:380px;text-align:center;display:flex;flex-direction:column;gap:8px;padding:4px 12px}.juno-landing .gw-port__detail__bio p{font-size:13px;line-height:1.6;color:var(--mute-2);letter-spacing:.005em}.juno-landing .gw-dmenu{width:min(420px,88vw);display:flex;flex-direction:column;gap:12px;text-align:left}.juno-landing .gw-dmenu__tabs{position:sticky;top:0;z-index:30;display:flex;gap:6px;align-self:stretch;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:8px 2px;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);scrollbar-width:none}.juno-landing .gw-dmenu__tabs::-webkit-scrollbar{display:none}.juno-landing .gw-dmenu__tab{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 13px;border-radius:999px;border:1px solid rgba(0,0,0,.16);background:transparent;cursor:pointer;white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .15s ease}.juno-landing .gw-dmenu__tab__name{font-weight:500;font-size:13px;color:var(--ink);letter-spacing:-.005em;transition:color .2s ease}.juno-landing .gw-dmenu__tab__count{font-size:11px;color:var(--mute);line-height:1.5;transition:color .2s ease}.juno-landing .gw-dmenu__tab.is-active{background:var(--ink);border-color:var(--ink)}.juno-landing .gw-dmenu__tab.is-active .gw-dmenu__tab__name{color:#fff}.juno-landing .gw-dmenu__tab.is-active .gw-dmenu__tab__count{color:hsla(0,0%,100%,.7)}.juno-landing .gw-dmenu__panelbox{width:100%}.juno-landing .gw-dmenu__panel{display:flex;flex-direction:column;padding:0 2px}.juno-landing .gw-dmenu__item{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:11px 0;border-top:1px solid rgba(0,0,0,.05);animation:junoItemIn .22s ease-out backwards}.juno-landing .gw-dmenu__item:nth-child(2){animation-delay:.03s}.juno-landing .gw-dmenu__item:nth-child(3){animation-delay:.06s}.juno-landing .gw-dmenu__item:nth-child(4){animation-delay:.09s}.juno-landing .gw-dmenu__item:nth-child(5){animation-delay:.12s}.juno-landing .gw-dmenu__item:nth-child(6){animation-delay:.15s}.juno-landing .gw-dmenu__item:nth-child(7){animation-delay:.18s}.juno-landing .gw-dmenu__item:nth-child(8){animation-delay:.21s}.juno-landing .gw-dmenu__item:nth-child(n+9){animation-delay:.24s}@keyframes junoItemIn{0%{opacity:0;transform:translateY(12px)}}.juno-landing .gw-dmenu__item:first-child{border-top:0}.juno-landing .gw-dmenu__item__main{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-width:0}.juno-landing .gw-dmenu__item__name{font-size:13.5px;font-weight:500;color:var(--ink);line-height:1.35}.juno-landing .gw-dmenu__item__desc{font-size:11px;color:rgba(0,0,0,.38);line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.juno-landing .gw-dmenu__item__price{flex-shrink:0;display:inline-flex;align-items:baseline;gap:6px;white-space:nowrap}.juno-landing .gw-dmenu__item__orig{font-size:11px;color:var(--mute);text-decoration:line-through}.juno-landing .gw-dmenu__item__now{font-size:13px;font-weight:600;color:var(--ink)}.juno-landing .gw-port__card{aspect-ratio:3/4;overflow:hidden;background:rgba(0,0,0,.05);border-radius:8px}.juno-landing .gw-port__card img{width:100%;height:100%;object-fit:cover;filter:grayscale(.2) contrast(1.05);transition:transform .4s ease,filter .4s ease;display:block}.juno-landing .gw-port__card:hover img{transform:scale(1.04);filter:grayscale(0) contrast(1.05)}.juno-landing .gw-port__card--designer{position:relative;padding:0;border:none;cursor:pointer;display:block;text-align:left;box-shadow:0 4px 18px rgba(0,0,0,.1)}.juno-landing .gw-port__cap{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;gap:2px;padding:28px 14px 12px;pointer-events:none;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent)}.juno-landing .gw-port__cap__name{color:#fff;font-weight:700;font-size:clamp(15px,1.9vw,20px);line-height:1.1;letter-spacing:-.01em;text-shadow:0 1px 2px rgba(0,0,0,.35)}.juno-landing .gw-port__cap__role{color:hsla(0,0%,100%,.88);font-size:clamp(10px,1.2vw,12px);letter-spacing:.02em;text-shadow:0 1px 2px rgba(0,0,0,.3)}.juno-landing .gw-block{scroll-snap-align:none;scroll-snap-stop:normal;scroll-margin-top:64px;min-height:auto;overflow:visible;justify-content:center;padding:40px 24px 32px;background:transparent;text-align:left}.juno-landing .gw-section--about,.juno-landing .gw-section--reviews{background:#f7f6f3}.juno-landing .gw-section--about{padding-top:48px}.juno-landing .gw-section--location{padding-bottom:48px}.juno-landing .gw-block__inner{width:100%;max-width:920px;margin:0 auto;display:flex;flex-direction:column;align-items:stretch;gap:20px}.juno-landing .gw-stats{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px 36px;width:100%}.juno-landing .gw-stats__cell{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.juno-landing .gw-stats__num{font-size:clamp(28px,7.6vw,32px);font-weight:700;letter-spacing:-.02em;color:var(--ink);line-height:1}.juno-landing .gw-stats__label{font-size:12px;letter-spacing:.02em;color:var(--mute)}.juno-landing .gw-photos__track{display:flex;gap:12px;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:6px;scroll-snap-type:x mandatory;scrollbar-width:none}.juno-landing .gw-photos__track::-webkit-scrollbar{display:none}.juno-landing .gw-photos__item{flex:0 0 auto;width:clamp(220px,60vw,320px);aspect-ratio:3/4;border-radius:10px;overflow:hidden;border:0;background:#f4f4f2;scroll-snap-align:start}.juno-landing .gw-photos__item img{width:100%;height:100%;object-fit:cover;display:block}.juno-landing .gw-photos__item.is-placeholder{position:relative;border:1px dashed rgba(0,0,0,.1)}.juno-landing .gw-photos__badge{position:absolute;left:12px;bottom:12px;padding:5px 10px;border-radius:999px;font-size:11px;letter-spacing:.04em;color:var(--mute);background:hsla(0,0%,100%,.82);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(0,0,0,.05)}.juno-landing .gw-igp{width:100%;max-width:480px;display:flex;flex-direction:column;gap:16px}.juno-landing .gw-igp__top{display:flex;align-items:center;gap:18px}.juno-landing .gw-igp__avatar{width:76px;height:76px;border-radius:50%;flex-shrink:0;overflow:hidden;background:#f4f4f2;border:2px solid #fff;box-shadow:0 0 0 1.5px rgba(0,0,0,.18),0 1px 2px rgba(0,0,0,.04)}.juno-landing .gw-igp__avatar img{width:100%;height:100%;object-fit:cover;display:block}.juno-landing .gw-igp__meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:10px}.juno-landing .gw-igp__handle{font-size:16px;font-weight:600;letter-spacing:-.01em;color:var(--ink)}.juno-landing .gw-igp__stats{display:flex;align-items:flex-start;gap:22px}.juno-landing .gw-igp__stat{display:flex;flex-direction:column;align-items:flex-start;gap:1px}.juno-landing .gw-igp__stat__num{font-size:28px;font-weight:700;color:var(--ink);line-height:1.1}.juno-landing .gw-igp__stat__label{font-size:12px;color:var(--mute)}.juno-landing .gw-reels{display:flex;gap:12px;width:100%;max-width:480px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding:2px 0 10px;scroll-padding:0 36px;scrollbar-width:none}.juno-landing .gw-reels::-webkit-scrollbar{display:none}.juno-landing .gw-reels__card{position:relative;flex:0 0 auto;width:clamp(240px,74vw,320px);aspect-ratio:9/16;border-radius:12px;overflow:hidden;background:#f4f4f2;border:0;box-shadow:none;scroll-snap-align:center;transition:opacity .2s ease,transform .15s ease}.juno-landing .gw-reels__card:hover{opacity:.94}.juno-landing .gw-reels__card img{width:100%;height:100%;object-fit:cover;display:block}.juno-landing .gw-igmore{align-self:flex-start;display:inline-flex;align-items:center;gap:10px;padding:9px 12px 9px 16px;border-radius:999px;font-size:12.5px;line-height:1.4;color:var(--ink-2);border:1px solid var(--border);background:hsla(0,0%,100%,.6);box-shadow:0 4px 14px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease}.juno-landing .gw-igmore:hover{transform:translateY(-1px)}.juno-landing .gw-igmore:active{transform:translateY(0) scale(.98)}.juno-landing .gw-igmore .arrow{width:18px;height:18px;border-radius:50%;background:rgba(11,11,10,.92);color:#fff;display:grid;place-items:center;font-size:10px;flex-shrink:0;transition:transform .3s ease}.juno-landing .gw-igmore:hover .arrow{transform:translateX(3px)}.juno-landing .gw-reels__badge{position:absolute;top:10px;right:10px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:11px;color:#fff;background:rgba(11,11,10,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding-left:2px}.juno-landing .gw-stats__glogo{height:30px;display:flex;align-items:center}.juno-landing .gw-stats__glogo svg{width:26px;height:26px;display:block}.juno-landing .gw-reviews__src{display:inline-flex;align-items:center;gap:5px;font-size:11px;letter-spacing:.01em;color:var(--mute)}.juno-landing .gw-reviews__src svg{width:11px;height:11px;display:block;flex-shrink:0}.juno-landing .gw-reviews__list{display:flex;flex-direction:column;gap:12px;width:100%;max-width:560px}.juno-landing .gw-reviews__card{padding:16px 18px;border-radius:14px;border:0;background:#fff;text-align:left;box-shadow:none;display:flex;flex-direction:column;gap:8px}.juno-landing .gw-reviews__stars{font-size:14px;letter-spacing:2px;color:#f5a623;line-height:1}.juno-landing .gw-reviews__card p{font-size:15px;line-height:1.7;color:var(--mute-2)}.juno-landing .gw-loc__map-embed{width:100%;max-width:560px;aspect-ratio:16/11;border-radius:12px;overflow:hidden;border:0;background:#f4f4f2;box-shadow:none}.juno-landing .gw-loc__map-embed iframe{width:100%;height:100%;display:block;border:0}.juno-landing .gw-loc__cards{width:100%;max-width:560px;display:flex;flex-direction:column;gap:0}.juno-landing .gw-loc__card{display:flex;flex-direction:column;gap:4px;padding:12px 0;border:0;border-radius:0;background:transparent;border-top:1px solid rgba(0,0,0,.06);text-align:left}.juno-landing .gw-loc__card:first-child{border-top:0}.juno-landing .gw-loc__card__label{font-size:10px;letter-spacing:.18em;color:var(--mute)}.juno-landing.is-en .gw-loc__card__label{text-transform:uppercase}.juno-landing .gw-loc__card__value{font-size:15px;line-height:1.6;color:var(--ink-2)}.juno-landing .gw-loc__card__tel{text-decoration:underline;text-underline-offset:2px}.juno-landing .gw-loc__maps{display:flex;flex-direction:column;gap:10px;align-items:stretch;width:100%}.juno-landing .gw-loc__map{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 18px;border-radius:14px;font-size:13px;font-weight:500;border:1px solid var(--border);background:hsla(0,0%,100%,.6);color:var(--ink);box-shadow:0 4px 14px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease}.juno-landing .gw-loc__map:hover{transform:translateY(-1px)}.juno-landing .gw-loc__map .arrow{width:22px;height:22px;border-radius:50%;background:rgba(11,11,10,.92);color:#fff;display:grid;place-items:center;font-size:11px;transition:transform .3s ease}.juno-landing .gw-loc__map:hover .arrow{transform:translateX(3px)}.juno-landing .gw-band{background:var(--ink);padding:56px 24px 64px}.juno-landing .gw-band .gw-port__eyebrow{color:hsla(0,0%,100%,.5)}.juno-landing .gw-band .gw-port__title{color:#fff}.juno-landing .gw-band__ctas{display:flex;gap:10px;flex-wrap:wrap}.juno-landing .gw-band .gw-cta--primary{background:#fff;color:var(--ink);border-color:#fff}.juno-landing .gw-band .gw-cta--primary .arrow{background:var(--ink);color:#fff}.juno-landing .gw-band .gw-cta--primary:hover{background:hsla(0,0%,100%,.92)}.juno-landing .gw-band .gw-cta--ghost{background:transparent;color:#fff;border:1px solid hsla(0,0%,100%,.38);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.juno-landing .gw-band .gw-cta--ghost .arrow{background:hsla(0,0%,100%,.18);color:#fff}.juno-landing .gw-band .gw-cta--ghost:hover{background:hsla(0,0%,100%,.08)}.juno-landing .gw-reveal{opacity:0}.juno-landing .gw-reveal.is-revealed{opacity:1;animation:junoTextIn .5s cubic-bezier(.2,.8,.2,1)}@keyframes junoTextIn{0%{opacity:0;transform:translateY(8px)}}.juno-landing .gw-reveal--img.is-revealed{animation:junoImgIn .7s cubic-bezier(.2,.8,.2,1)}@keyframes junoImgIn{0%{opacity:0;transform:scale(1.05)}}.juno-landing .gw-reveal--head{opacity:1}.juno-landing .gw-reveal--head.is-revealed{animation:none}.juno-landing .gw-reveal--head .gw-port__eyebrow,.juno-landing .gw-reveal--head .gw-port__title{opacity:0}.juno-landing .gw-reveal--head.is-revealed .gw-port__eyebrow{opacity:1;animation:junoEyebrowIn .45s ease-out}.juno-landing .gw-reveal--head.is-revealed .gw-port__title{opacity:1;animation:junoTitleIn .65s cubic-bezier(.2,.8,.2,1) .12s backwards}@keyframes junoEyebrowIn{0%{opacity:0;transform:translateY(10px)}}@keyframes junoTitleIn{0%{opacity:0;transform:translateY(28px)}}.juno-landing .gw-photos__item img,.juno-landing .gw-reels__card img{transition:transform .35s ease}.juno-landing .gw-photos__item:hover img,.juno-landing .gw-reels__card:hover img{transform:scale(1.03)}@media (prefers-reduced-motion:reduce){.juno-landing .gw-dmenu__item,.juno-landing .gw-logo,.juno-landing .gw-reveal,.juno-landing .gw-reveal--head .gw-port__eyebrow,.juno-landing .gw-reveal--head .gw-port__title,.juno-landing .gw-section--home .gw-ctas,.juno-landing .gw-section--home .gw-scroll-hint,.juno-landing .gw-section--home .gw-sub{opacity:1!important;transform:none!important;animation:none!important;transition:none!important}}.juno-landing .gw-dmenu__tab:active,.juno-landing .gw-nav__btn:active,.juno-landing .gw-port__detail__back:active{transform:scale(.96)}.juno-landing .gw-cta:active,.juno-landing .gw-loc__map:active,.juno-landing .gw-port__detail__book:active{transform:translateY(0) scale(.98)}.juno-landing .gw-reels__card:active{transform:scale(.985)}.juno-landing .gw-dmenu__tab:not(.is-active):hover{background:rgba(0,0,0,.04)}.juno-landing .gw-dmenu__item--pick{background:transparent;border-left:0;border-right:0;border-bottom:0;width:100%;text-align:left;cursor:pointer;padding-left:8px;padding-right:8px;margin-left:-8px;margin-right:-8px;border-radius:10px;transition:background .18s ease,transform .12s ease}.juno-landing .gw-dmenu__item--pick:active{transform:scale(.99)}.juno-landing .gw-dmenu__item__check{flex-shrink:0;width:20px;height:20px;border-radius:6px;border:1.5px solid rgba(0,0,0,.28);display:grid;place-items:center;color:transparent;align-self:center;transition:background .18s ease,border-color .18s ease,color .18s ease}.juno-landing .gw-dmenu__item--pick.is-selected{background:rgba(0,0,0,.06)}.juno-landing .gw-dmenu__item--pick.is-selected .gw-dmenu__item__check{background:var(--ink);border-color:var(--ink);color:#fff}@keyframes junoFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.juno-landing .gw-fade-in{animation:junoFadeIn .22s ease-out backwards}.juno-landing .gw-port__detail__book__badge{flex-shrink:0;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:hsla(0,0%,100%,.22);color:#fff;font-size:12px;font-weight:600;display:inline-grid;place-items:center;animation:junoFadeIn .2s ease-out backwards}.juno-landing .gw-sheet{position:fixed;top:0;left:0;right:0;height:var(--gw-vvh,100dvh);z-index:300;display:flex;flex-direction:column;justify-content:flex-end}.juno-landing .gw-sheet__scrim{position:absolute;inset:0;border:none;background:rgba(0,0,0,.42);cursor:pointer;animation:junoSheetScrim .28s ease-out}@keyframes junoSheetScrim{0%{opacity:0}to{opacity:1}}.juno-landing .gw-sheet__panel{position:relative;z-index:1;width:100%;max-width:560px;margin:0 auto;height:94%;max-height:94%;display:flex;flex-direction:column;background:var(--bg);border-radius:22px 22px 0 0;box-shadow:0 -12px 40px rgba(0,0,0,.18);text-align:left;overflow:hidden;animation:junoSheetUp .34s cubic-bezier(.32,.72,0,1)}@keyframes junoSheetUp{0%{transform:translateY(100%)}to{transform:none}}.juno-landing .gw-sheet.is-closing .gw-sheet__panel{animation:junoSheetDown .3s cubic-bezier(.32,.72,0,1) forwards}.juno-landing .gw-sheet.is-closing .gw-sheet__scrim{animation:junoSheetScrimOut .28s ease forwards}@keyframes junoSheetDown{0%{transform:none}to{transform:translateY(100%)}}@keyframes junoSheetScrimOut{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.juno-landing .gw-sheet.is-closing .gw-sheet__panel,.juno-landing .gw-sheet.is-closing .gw-sheet__scrim{animation:none}}.juno-landing .gw-sheet__head{display:flex;align-items:center;gap:10px;padding:18px 20px 12px;flex-shrink:0}.juno-landing .gw-sheet__title{flex:1 1 auto;font-size:16px;font-weight:600;color:var(--ink);letter-spacing:-.01em}.juno-landing .gw-sheet__step{font-size:12px;font-weight:600;color:var(--mute-2);letter-spacing:.04em}.juno-landing .gw-sheet__back{width:32px;height:32px;border-radius:50%;border:1px solid var(--border);background:transparent;color:var(--ink);font-size:16px;cursor:pointer;display:grid;place-items:center;flex-shrink:0;transition:background .18s ease}.juno-landing .gw-sheet__back:hover{background:rgba(0,0,0,.04)}.juno-landing .gw-sheet__close{width:32px;height:32px;border-radius:50%;border:1px solid var(--border);background:transparent;color:var(--mute-2);font-size:14px;cursor:pointer;display:grid;place-items:center;transition:background .18s ease}.juno-landing .gw-sheet__close:hover{background:rgba(0,0,0,.04)}.juno-landing .gw-sheet__body{flex:1 1 auto;overflow-y:auto;overscroll-behavior:none;-webkit-overflow-scrolling:touch;padding:0 20px 16px;display:flex;flex-direction:column;gap:18px;scrollbar-width:none}.juno-landing .gw-sheet__body::-webkit-scrollbar{display:none}.juno-landing .gw-sheet__body{animation:gwStepFwd .28s cubic-bezier(.22,1,.36,1)}.juno-landing .gw-sheet__body--back{animation:gwStepBack .28s cubic-bezier(.22,1,.36,1)}@keyframes gwStepFwd{0%{opacity:0;transform:translateX(26px)}to{opacity:1;transform:none}}@keyframes gwStepBack{0%{opacity:0;transform:translateX(-26px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.juno-landing .gw-sheet__body,.juno-landing .gw-sheet__body--back{animation:none}}.juno-landing .gw-sheet__summary{background:rgba(0,0,0,.035);border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:8px}.juno-landing .gw-sheet__summary__who{font-size:12px;font-weight:600;color:var(--mute-2);letter-spacing:.01em}.juno-landing .gw-sheet__summary__list{list-style:none;display:flex;flex-direction:column;gap:6px}.juno-landing .gw-sheet__summary__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.juno-landing .gw-sheet__summary__name{font-size:13.5px;color:var(--ink)}.juno-landing .gw-sheet__summary__price{font-size:13px;font-weight:500;color:var(--mute-2);white-space:nowrap}.juno-landing .gw-sheet__summary__total{display:flex;align-items:baseline;justify-content:space-between;padding-top:8px;border-top:1px solid rgba(0,0,0,.08);font-size:13px;color:var(--mute-2)}.juno-landing .gw-sheet__summary__total__num{font-size:16px;font-weight:700;color:var(--ink)}.juno-landing .gw-sheet__summary__hint{font-size:13px;color:var(--mute-2);line-height:1.5}.juno-landing .gw-sheet__summary__when{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-top:8px;margin-top:2px;border-top:1px solid rgba(0,0,0,.08);font-size:13px;color:var(--mute-2)}.juno-landing .gw-sheet__summary__when__val{font-size:14px;font-weight:600;color:var(--ink)}.juno-landing .gw-sheet__field{display:flex;flex-direction:column;gap:8px}.juno-landing .gw-sheet__label{font-size:12px;font-weight:600;color:var(--mute-2);letter-spacing:.02em}.juno-landing .gw-sheet__hint{font-size:12.5px;color:var(--mute);line-height:1.5}.juno-landing .gw-sheet__dates{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px;scrollbar-width:none}.juno-landing .gw-sheet__dates::-webkit-scrollbar{display:none}.juno-landing .gw-sheet__date{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:3px;min-width:54px;padding:9px 10px;border-radius:12px;border:1px solid var(--border);background:transparent;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .12s ease}.juno-landing .gw-sheet__date:active{transform:scale(.96)}.juno-landing .gw-sheet__date__label{font-size:11px;color:var(--mute)}.juno-landing .gw-sheet__date__num{font-size:16px;font-weight:600;color:var(--ink);line-height:1}.juno-landing .gw-sheet__date.is-active{background:var(--ink);border-color:var(--ink)}.juno-landing .gw-sheet__date.is-active .gw-sheet__date__label{color:hsla(0,0%,100%,.7)}.juno-landing .gw-sheet__date.is-active .gw-sheet__date__num{color:#fff}.juno-landing .gw-sheet__times{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:8px}.juno-landing .gw-sheet__time{padding:10px 6px;border-radius:10px;border:1px solid var(--border);background:transparent;font-size:13px;font-weight:500;color:var(--ink);cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .12s ease}.juno-landing .gw-sheet__time:active{transform:scale(.97)}.juno-landing .gw-sheet__time.is-active{background:var(--ink);border-color:var(--ink);color:#fff}.juno-landing .gw-sheet__time.is-taken{color:var(--mute);text-decoration:line-through;background:rgba(0,0,0,.03);cursor:not-allowed;opacity:.6}.juno-landing .gw-bk-designers{display:flex;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:4px 2px 6px;scrollbar-width:none}.juno-landing .gw-bk-designers::-webkit-scrollbar{display:none}.juno-landing .gw-bk-ava{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:5px;width:68px;background:transparent;border:0;padding:0;cursor:pointer;transition:transform .12s ease}.juno-landing .gw-bk-ava:active{transform:scale(.97)}.juno-landing .gw-bk-ava__ring{width:60px;height:60px;border-radius:50%;overflow:hidden;background:rgba(0,0,0,.05);display:grid;place-items:center;border:2px solid var(--border);box-shadow:0 1px 5px rgba(0,0,0,.08);transition:border-color .18s ease,box-shadow .18s ease}.juno-landing .gw-bk-ava__ring img{width:100%;height:100%;object-fit:cover;display:block}.juno-landing .gw-bk-ava__ph{font-size:22px;font-weight:600;color:var(--mute-2)}.juno-landing .gw-bk-ava__name{font-size:12px;font-weight:600;color:var(--ink);transition:color .18s ease}.juno-landing .gw-bk-ava__name,.juno-landing .gw-bk-ava__role{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.juno-landing .gw-bk-ava__role{font-size:10.5px;color:var(--mute)}.juno-landing .gw-bk-ava.is-active .gw-bk-ava__ring{border-color:var(--ink);box-shadow:inset 0 0 0 2px #fff,0 2px 10px rgba(0,0,0,.18)}.juno-landing .gw-bk-ava.is-active .gw-bk-ava__name{color:var(--ink)}.juno-landing .gw-bk-menu.gw-dmenu{width:100%;align-items:stretch}.juno-landing .gw-bk-menu .gw-dmenu__tabs{padding:6px 0 8px}.juno-landing .gw-sheet__input,.juno-landing .gw-sheet__textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:rgba(0,0,0,.02);font:inherit;font-size:14px;color:var(--ink);outline:none;transition:border-color .18s ease,background .18s ease}.juno-landing .gw-sheet__textarea{resize:vertical;min-height:72px;line-height:1.5}.juno-landing .gw-sheet__input:focus,.juno-landing .gw-sheet__textarea:focus{border-color:rgba(0,0,0,.45);background:#fff}.juno-landing .gw-sheet__input.is-invalid{border-color:rgba(200,40,40,.6)}.juno-landing .gw-sheet__err{font-size:11.5px;color:rgba(190,36,36,.92)}.juno-landing .gw-sheet__foot{flex-shrink:0;padding:12px 20px calc(14px + env(safe-area-inset-bottom, 0px));border-top:1px solid rgba(0,0,0,.06);background:var(--bg)}.juno-landing .gw-sheet__submit{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 24px;border-radius:999px;background:var(--ink);color:#fff;border:none;font-size:14.5px;font-weight:600;letter-spacing:.01em;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.14);transition:background .2s ease,transform .12s ease,opacity .18s ease}.juno-landing .gw-sheet__submit:hover{background:var(--ink-2)}.juno-landing .gw-sheet__submit:active{transform:scale(.985)}.juno-landing .gw-sheet__submit.is-disabled{opacity:.4;box-shadow:none}.juno-landing .gw-sheet__submit:disabled{cursor:default}.juno-landing .gw-sheet__cancel{width:100%;padding:13px 24px;border-radius:999px;background:transparent;border:1px solid var(--border);color:var(--mute-2);font-size:14px;font-weight:500;cursor:pointer;transition:background .18s ease}.juno-landing .gw-sheet__cancel:hover{background:rgba(0,0,0,.04)}.juno-landing .gw-sheet__foot__row{display:flex;gap:10px;align-items:stretch}.juno-landing .gw-sheet__foot__row .gw-sheet__cancel{width:auto;flex:0 0 auto;padding-left:26px;padding-right:26px}.juno-landing .gw-sheet__foot__row .gw-sheet__submit{flex:1 1 auto;width:auto}.juno-landing .gw-sheet__spinner{width:16px;height:16px;border-radius:50%;border:2px solid hsla(0,0%,100%,.35);border-top-color:#fff;animation:junoSpin .7s linear infinite}@keyframes junoSpin{to{transform:rotate(1turn)}}.juno-landing .gw-sheet__result{padding:36px 24px calc(28px + env(safe-area-inset-bottom, 0px));display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;flex:1;justify-content:center}.juno-landing .gw-sheet__result__icon{width:60px;height:60px;border-radius:50%;display:grid;place-items:center;margin-bottom:4px}.juno-landing .gw-sheet__result__icon--ok{background:var(--ink);color:#fff}.juno-landing .gw-sheet__result__icon--err{background:rgba(200,40,40,.1);color:rgba(190,36,36,.95)}.juno-landing .gw-sheet__result__title{font-size:17px;font-weight:700;color:var(--ink);letter-spacing:-.01em}.juno-landing .gw-sheet__result__sub{font-size:13.5px;color:var(--mute-2);line-height:1.5;max-width:320px}.juno-landing .gw-sheet__result__actions{display:flex;flex-direction:column;gap:8px;width:100%;max-width:320px;margin-top:8px}.juno-landing .gw-sheet__result .gw-sheet__submit{max-width:320px;margin-top:8px}.juno-landing .gw-sheet__result__actions .gw-sheet__submit{margin-top:0}@media (prefers-reduced-motion:reduce){.juno-landing .gw-fade-in,.juno-landing .gw-sheet__panel,.juno-landing .gw-sheet__scrim{animation:none!important}.juno-landing .gw-sheet__spinner{animation-duration:1.2s}}@media (max-width:720px){.juno-landing .gw-section{padding:80px 20px 60px}.juno-landing .gw-section--home{padding-bottom:18vh}.juno-landing .gw-section--portfolio{padding:80px 16px 22px;gap:16px}.juno-landing .gw-section--portfolio .gw-port__grid{grid-template-columns:repeat(2,1fr);gap:8px}.juno-landing .gw-section--portfolio .gw-port__card{width:100%;height:calc((100vh - 260px) / 3);aspect-ratio:auto;max-height:none}.juno-landing .gw-section__inner{gap:16px}.juno-landing .gw-logo{width:92px}.juno-landing .gw-hed{font-size:clamp(40px,13vw,70px)}.juno-landing .gw-sub{font-size:12px;max-width:360px}.juno-landing .gw-art{height:60vh}.juno-landing .gw-nav{padding:10px 14px}.juno-landing .gw-nav__brand img{width:48px}.juno-landing .gw-nav__btn{font-size:11px;padding:5px 5px 5px 11px;gap:6px}.juno-landing .gw-nav__btn .arrow{width:16px;height:16px;font-size:9px}.juno-landing .gw-scroll-hint{font-size:9px;margin-top:12px}.juno-landing .gw-ctas{flex-wrap:wrap;justify-content:center}.juno-landing .gw-port__detail__photo{width:180px;height:216px}.juno-landing .gw-dmenu,.juno-landing .gw-dmenu__tabs{width:min(440px,92vw)}.juno-landing .gw-dmenu__tab{height:30px;padding:0 11px}.juno-landing .gw-dmenu__tab__name{font-size:12.5px}.juno-landing .gw-block{padding:32px 16px 26px}.juno-landing .gw-section--about{padding-top:40px}.juno-landing .gw-section--location{padding-bottom:36px}.juno-landing .gw-band{padding:48px 20px 56px}.juno-landing .gw-block__inner{gap:16px}.juno-landing .gw-stats{gap:8px 28px}.juno-landing .gw-loc__maps{width:100%}.juno-landing .gw-loc__map{width:100%;justify-content:center}.juno-landing .gw-igp{max-width:none}.juno-landing .gw-igp__top{gap:16px}.juno-landing .gw-igp__avatar{width:68px;height:68px}.juno-landing .gw-igp__stats{gap:18px}.juno-landing .gw-reels,.juno-landing .gw-reviews__list{max-width:none}.juno-landing .gw-reviews__card{padding:16px}}.juno-landing .gw-langtoggle{position:fixed;left:18px;bottom:18px;bottom:calc(18px + env(safe-area-inset-bottom, 0px));width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:700;letter-spacing:.04em;color:var(--ink);background:hsla(0,0%,100%,.72);-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(0,0,0,.1);box-shadow:0 6px 20px rgba(0,0,0,.16),0 1px 3px rgba(0,0,0,.1);z-index:60;cursor:pointer;transition:transform .18s ease,background .25s ease,box-shadow .25s ease}.juno-landing .gw-langtoggle:hover{background:hsla(0,0%,100%,.9);box-shadow:0 8px 26px rgba(0,0,0,.2),0 1px 3px rgba(0,0,0,.12)}.juno-landing .gw-langtoggle:active{transform:scale(.94)}@media (min-width:1024px){.juno-landing .gw-block__inner,.juno-landing .gw-section__inner{max-width:1120px}.juno-landing .gw-block{padding:56px 40px 48px}.juno-landing .gw-port__grid{max-width:1120px;gap:20px}.juno-landing .gw-photos__track{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;overflow:visible}.juno-landing .gw-photos__item{width:auto}.juno-landing .gw-reviews__list{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:none}.juno-landing .gw-reels{max-width:none}.juno-landing .gw-section--location .gw-block__inner{display:grid;grid-template-columns:1.4fr 1fr;column-gap:40px;row-gap:18px;align-items:start}.juno-landing .gw-section--location .gw-port__head{grid-column:1/-1}.juno-landing .gw-loc__map-embed{grid-column:1;grid-row:2/span 2;max-width:none;aspect-ratio:4/3;margin:0}.juno-landing .gw-loc__cards{grid-column:2;grid-row:2;max-width:none}.juno-landing .gw-loc__maps{grid-column:2;grid-row:3;align-self:start}}.juno-landing .gw-guide__head{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.juno-landing .gw-guide__more{flex:0 0 auto;display:inline-flex;align-items:center;gap:2px;padding:4px 2px;font-size:13.5px;font-weight:600;letter-spacing:-.01em;color:var(--mute-2);text-decoration:none;white-space:nowrap;transition:color .18s ease}.juno-landing .gw-guide__more:hover{color:var(--ink)}.juno-landing .gw-guide__more__chev{font-size:16px;line-height:1;transform:translateY(-.5px)}.juno-landing .gw-guide__list{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:14px;width:100%;margin-bottom:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.juno-landing .gw-guide__list::-webkit-scrollbar{display:none}.juno-landing .gw-guide__card{flex:0 0 240px;scroll-snap-align:start;display:flex;flex-direction:column;gap:10px;text-align:left;text-decoration:none;color:var(--ink)}.juno-landing .gw-guide__card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:12px;display:block;box-shadow:0 4px 18px rgba(0,0,0,.1);transition:transform .3s ease}.juno-landing .gw-guide__card:hover img{transform:translateY(-2px) scale(1.01)}.juno-landing .gw-guide__card__title{font-size:15px;font-weight:600;line-height:1.4;letter-spacing:-.01em;color:var(--ink-2);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gw-section--showcase .gw-showcase{display:flex;flex-direction:column;gap:30px;margin-top:14px}.gw-showcase__viewport{overflow-x:hidden;scrollbar-width:none;padding-bottom:6px}.gw-showcase__viewport::-webkit-scrollbar{display:none}.gw-showcase__track{display:flex;gap:12px;width:max-content;animation:gwMarquee 48s linear infinite}.gw-showcase__viewport:active .gw-showcase__track,.gw-showcase__viewport:hover .gw-showcase__track{animation-play-state:paused}@keyframes gwMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.gw-showcase__track{animation:none}}.gw-showcase__reel{position:relative;flex:0 0 auto;width:132px;aspect-ratio:9/16;border-radius:14px;overflow:hidden;background:rgba(0,0,0,.05);box-shadow:0 8px 22px rgba(0,0,0,.1);transition:transform .18s ease,box-shadow .18s ease;padding:0;border:none;cursor:pointer;display:block}.gw-showcase__reel:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(0,0,0,.16)}.gw-showcase__reel img{width:100%;height:100%;object-fit:cover;display:block}.gw-showcase__designer{position:absolute;right:8px;bottom:8px;width:38px;height:38px;border-radius:50%;overflow:hidden;border:2px solid hsla(0,0%,100%,.92);box-shadow:0 2px 8px rgba(0,0,0,.28);background:#eee}.gw-showcase__designer img{width:100%;height:100%;object-fit:cover;display:block}.gw-showcase__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(0,0,0,.45);color:#fff;font-size:.8rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media (min-width:1024px){.gw-showcase__reel{width:160px}}.gw-dphoto{max-width:360px;margin:0 auto;width:100%}.gw-dphoto__media{position:relative;display:block;width:100%;aspect-ratio:4/5;border-radius:16px;overflow:hidden;background:rgba(0,0,0,.05)}.gw-dphoto__media>img{width:100%;height:100%;object-fit:cover;display:block}html:has(.juno-landing){color-scheme:light;background:#fff}body:has(.juno-landing){background:#fff}.gw-reelbtn{margin-top:14px;display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:hsla(0,0%,100%,.7);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:14px;font-weight:600;color:#1b1b1b;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.12)}.gw-rmodal{position:fixed;inset:0;z-index:200;background:#000;border-radius:16px 16px 0 0;animation:gwRmodalUp .36s cubic-bezier(.22,1,.36,1)}@keyframes gwRmodalUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.gw-rmodal--closing{animation:gwRmodalDown .3s cubic-bezier(.32,.72,0,1) forwards}@keyframes gwRmodalDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}@media (prefers-reduced-motion:reduce){.gw-rmodal,.gw-rmodal--closing{animation:none}}.gw-rmodal__grab{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:40px;height:5px;border-radius:999px;background:hsla(0,0%,100%,.55);z-index:11;pointer-events:none}.gw-rmodal__close{position:absolute;top:14px;right:14px;z-index:10;width:40px;height:40px;border-radius:50%;border:none;background:#fff;color:#1b1b1b;font-size:20px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.25);cursor:pointer}.gw-rmodal__feed{height:100%;overflow-y:auto;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch}.gw-rmodal__item{position:relative;height:100%;scroll-snap-align:start;background:#111;overflow:hidden}.gw-rmodal__item>img{width:100%;height:100%;object-fit:cover;display:block}.gw-rmodal__shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.6),transparent 42%);pointer-events:none}.gw-rmodal__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:rgba(0,0,0,.42);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;text-decoration:none}.gw-rmodal__meta{position:absolute;left:18px;right:18px;bottom:34px;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.gw-rmodal__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:7px}.gw-rmodal__owner,.gw-rmodal__ownerlink{display:flex;align-items:center;gap:8px}.gw-rmodal__ownerlink{text-decoration:none;min-width:0}.gw-rmodal__opic{width:34px;height:34px;border-radius:50%;background:#fff;object-fit:contain;padding:5px;flex:0 0 auto;border:1.5px solid hsla(0,0%,100%,.85)}.gw-rmodal__oid{display:flex;flex-direction:column;line-height:1.2;min-width:0}.gw-rmodal__oname{color:#fff;font-size:14px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.5);white-space:nowrap}.gw-rmodal__ohandle{color:hsla(0,0%,100%,.8);font-size:12px}.juno-landing .gw-rmodal__follow{flex:0 0 auto;padding:5px 12px;border-radius:8px;border:1px solid hsla(0,0%,100%,.6);color:#fff;font-size:12px;font-weight:600;text-decoration:none}.gw-rmodal__cap{display:flex;align-items:baseline;gap:4px;color:hsla(0,0%,100%,.95);font-size:14px;text-shadow:0 1px 3px rgba(0,0,0,.5)}.gw-rmodal__captext{flex:0 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gw-rmodal__cap--open{flex-direction:column;align-items:flex-start;gap:2px;line-height:1.45}.gw-rmodal__capabout{color:hsla(0,0%,100%,.85);font-size:13px}.juno-landing .gw-rmodal__more{background:none;color:hsla(0,0%,100%,.85);padding:0;white-space:nowrap}.gw-rmodal__book,.juno-landing .gw-rmodal__more{flex:0 0 auto;border:none;font-size:14px;cursor:pointer}.gw-rmodal__book{background:#fff;color:#1b1b1b;padding:10px 18px;border-radius:999px;font-weight:700}.gw-lbox{position:fixed;inset:0;z-index:210;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.86);animation:gwLboxIn .22s ease}@keyframes gwLboxIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.gw-lbox{animation:none}}.gw-lbox__close{position:absolute;top:16px;right:16px;z-index:2;width:44px;height:44px;border-radius:50%;border:none;background:rgba(0,0,0,.5);color:#fff;font-size:18px;cursor:pointer}.gw-lbox__inner{display:flex;flex-direction:column;align-items:center;gap:14px;max-width:100%;max-height:100%}.gw-lbox__img{max-width:100%;max-height:78vh;width:auto;height:auto;border-radius:14px;object-fit:contain;box-shadow:0 18px 50px rgba(0,0,0,.5)}.gw-lbox__bar{display:flex;align-items:center;gap:14px}.gw-lbox__dname{color:hsla(0,0%,100%,.9);font-size:14px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.5)}.juno-landing .gw-lbox__book{background:#fff;color:#1b1b1b;border:none;padding:12px 26px;border-radius:999px;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.3)}