.urb-phero{position:relative;isolation:isolate;overflow:hidden;padding-block:clamp(2.4rem,5vw,5.6rem)}
.urb-phero--green{background:rgb(var(--urb-green))}
.urb-phero--beige{background:rgb(var(--urb-beige))}
.urb-phero__inner{max-width:130rem;margin-inline:auto;padding-inline:clamp(1.6rem,4vw,4rem)}

.urb-phero__body{display:grid;gap:clamp(2.4rem,5vw,4.8rem);align-items:center}
.urb-phero__media{min-width:0}
.urb-phero__gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;height:clamp(260px,44vh,380px);touch-action:pan-y}
.urb-phero__gallery::-webkit-scrollbar{display:none}
.urb-phero__slide{flex:0 0 100%;scroll-snap-align:center;display:flex;align-items:center;justify-content:center}
.urb-phero__slide img{width:100%;height:100%;object-fit:contain}

.urb-phero__thumbs{display:flex;gap:.8rem;justify-content:center;margin-top:1.6rem;overflow-x:auto;scrollbar-width:none}
.urb-phero__thumbs::-webkit-scrollbar{display:none}
.urb-phero__thumb{flex:0 0 auto;width:6.4rem;height:6.4rem;padding:0;border:0;border-radius:1.2rem;overflow:hidden;cursor:pointer;background:rgba(var(--urb-beige),.12);box-shadow:inset 0 0 0 2px transparent;transition:box-shadow var(--urb-dur-fast) var(--urb-ease),transform var(--urb-dur-fast) var(--urb-ease)}
.urb-phero__thumb img{width:100%;height:100%;object-fit:cover;display:block}
.urb-phero__thumb:hover{transform:translateY(-2px)}
.urb-phero__thumb:active{transform:translateY(0)}
.urb-phero__thumb.is-active{box-shadow:inset 0 0 0 2px rgb(var(--urb-beige))}
.urb-phero--beige .urb-phero__thumb{background:rgba(var(--urb-green),.08)}
.urb-phero--beige .urb-phero__thumb.is-active{box-shadow:inset 0 0 0 2px rgb(var(--urb-green))}

.urb-phero__card{background:rgb(var(--urb-beige));border-radius:clamp(2.4rem,2.4vw,3.4rem);padding:clamp(2.4rem,4vw,4rem)}
.urb-phero__title{margin:0;color:rgb(var(--urb-green));font-size:clamp(3.4rem,5.2vw,5.2rem);line-height:.98}
.urb-phero__title em{color:rgb(var(--urb-red))}
.urb-phero__lead{margin:clamp(20px,5vh,34px) 0 0;max-width:46ch;color:rgb(var(--urb-green));font-size:clamp(1.6rem,2vw,1.9rem);line-height:1.4}

.urb-phero__usps{display:flex;flex-direction:column;gap:1.4rem;margin:clamp(2rem,3.4vw,2.8rem) 0 0;padding:clamp(1.8rem,3vw,2.4rem) 0 0;border-top:1px solid rgba(var(--urb-green),.16);list-style:none}
.urb-phero__usp{display:flex;align-items:baseline;gap:1.2rem;margin:0}
.urb-phero__usp-num{flex:0 0 auto;font-style:italic;font-size:clamp(1.9rem,2.4vw,2.3rem);line-height:1;color:rgb(var(--urb-red))}
.urb-phero__usp-text{font-size:clamp(1.5rem,1.9vw,1.7rem);line-height:1.3;color:rgb(var(--urb-green))}

.urb-phero__dymki-wrap{margin-top:clamp(2rem,3.4vw,3rem)}
.urb-phero__dymki-title{margin:0 0 1rem;font-family:var(--font-heading-family);font-weight:600;font-size:clamp(1.7rem,2.2vw,2.1rem);line-height:1;letter-spacing:-0.005em;color:rgb(var(--urb-green))}
.urb-phero__dymki-desc{margin:-0.6rem 0 1.2rem;max-width:48ch;font-size:clamp(1.3rem,1.6vw,1.5rem);line-height:1.4;color:rgba(var(--urb-green),.85)}
.urb-phero__dymki{display:flex;gap:1.2rem;margin:0;padding:0 0 .4rem;list-style:none;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}
.urb-phero__dymki::-webkit-scrollbar{display:none}
.urb-phero__dymek-item{scroll-snap-align:start}
.urb-phero__dymek{display:flex;flex-direction:column;align-items:center;gap:.7rem;width:clamp(6rem,7vw,7rem);text-decoration:none;color:rgb(var(--urb-green))}
.urb-phero__dymek-disc{position:relative;width:clamp(5.2rem,6vw,6.2rem);aspect-ratio:1;border-radius:50%;overflow:hidden;background:rgba(var(--urb-green),.06);transition:transform var(--urb-dur-fast) var(--urb-ease)}
.urb-phero__dymek:hover .urb-phero__dymek-disc{transform:scale(1.05)}
.urb-phero__dymek:active .urb-phero__dymek-disc{transform:scale(.98)}
.urb-phero__dymek-img{width:100%;height:100%;object-fit:cover;display:block}
.urb-phero__dymek-ring{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
.urb-phero__dymek-ring circle{fill:none;stroke:transparent;stroke-width:3}
.urb-phero__dymek.is-active .urb-phero__dymek-ring circle{stroke:rgb(var(--urb-green))}
.urb-phero__dymek-label{font-size:1.15rem;line-height:1.1;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.urb-phero__dymek.is-active .urb-phero__dymek-label{font-weight:600}

.urb-phero__sizes-row{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem 1.6rem;margin:clamp(1.8rem,3vw,2.6rem) 0 0}
.urb-phero__sizes{display:flex;gap:.8rem}
.urb-phero__size{padding:.9rem 1.6rem;border:1px solid rgba(var(--urb-green),.5);border-radius:var(--urb-radius-pill);background:transparent;color:rgb(var(--urb-green));font-family:var(--font-body-family);font-size:1.4rem;cursor:pointer;transition:background var(--urb-dur-fast) var(--urb-ease),color var(--urb-dur-fast) var(--urb-ease),border-color var(--urb-dur-fast) var(--urb-ease)}
.urb-phero__size.is-active{background:rgb(var(--urb-green));color:rgb(var(--urb-beige));border-color:rgb(var(--urb-green))}
.urb-phero__weight{margin:0;font-size:1.3rem;color:rgba(var(--urb-green),.8)}

.urb-phero__cta{display:flex;flex-wrap:wrap;gap:1.2rem;margin:clamp(2rem,3.4vw,3rem) 0 0}
.urb-phero__btn{display:inline-flex;align-items:center;justify-content:center;padding:1.3rem 2.4rem;border-radius:var(--urb-radius-btn);font-family:var(--font-label-family);font-size:1.4rem;letter-spacing:var(--urb-tracking-btn);text-transform:uppercase;text-decoration:none;transition:transform var(--urb-dur-fast) var(--urb-ease)}
.urb-phero__btn--primary{background:rgb(var(--urb-green));color:rgb(var(--urb-beige))}
.urb-phero__btn--ghost{background:transparent;border:1px solid rgb(var(--urb-green));color:rgb(var(--urb-green))}
.urb-phero__btn:hover{transform:translateY(-2px)}
.urb-phero__btn:active{transform:translateY(0)}

@media (min-width:750px){
.urb-phero__body{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.urb-phero__card{order:-1}
.urb-phero__media{display:grid;grid-template-columns:6.4rem minmax(0,1fr);gap:1.6rem;align-items:start}
.urb-phero__gallery{order:2;height:clamp(380px,54vh,560px)}
.urb-phero__thumbs{order:1;flex-direction:column;margin-top:0;max-height:clamp(380px,54vh,560px);overflow-y:auto;overflow-x:hidden}
}

@media (prefers-reduced-motion:no-preference){
.urb-phero__title,.urb-phero__lead,.urb-phero__dymki-wrap,.urb-phero__sizes-row,.urb-phero__cta{animation:urb-phero-rise var(--urb-dur) var(--urb-ease) both}
.urb-phero__lead{animation-delay:.08s}
.urb-phero__dymki-wrap{animation-delay:.3s}
.urb-phero__sizes-row{animation-delay:.36s}
.urb-phero__cta{animation-delay:.42s}
.urb-phero__media{animation:urb-phero-frame var(--urb-dur-slow) var(--urb-ease) both}
.urb-phero__usp{animation:urb-phero-rise var(--urb-dur) var(--urb-ease) both}
.urb-phero__usp:nth-child(1){animation-delay:.16s}
.urb-phero__usp:nth-child(2){animation-delay:.22s}
.urb-phero__usp:nth-child(3){animation-delay:.28s}
.urb-phero__usp:nth-child(4){animation-delay:.34s}
.urb-phero__dymek.is-active .urb-phero__dymek-ring circle{stroke-dasharray:295;stroke-dashoffset:295;animation:urb-phero-ring var(--urb-dur-slow) var(--urb-ease) .2s forwards}
}
@keyframes urb-phero-rise{from{opacity:0;transform:translateY(1.4rem)}to{opacity:1;transform:translateY(0)}}
@keyframes urb-phero-frame{from{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}
@keyframes urb-phero-ring{to{stroke-dashoffset:0}}