/* Parçacık alanı: bölüm zeminlerinin üstünde, içeriğin altında. */
#pfield{position:fixed;inset:0;width:100%;height:100%;z-index:1;pointer-events:none;display:block}
main .wrap,.footer{position:relative;z-index:2}
.hero-atmosphere{display:none}
.pstage{position:relative;pointer-events:none}
.pstage-hint{position:absolute;left:0;bottom:-2px;font-size:12px;line-height:1.4;color:var(--pstage-hint,#5b7d91);letter-spacing:.01em}
.pstage-logo{min-height:clamp(380px,62vh,640px);align-self:stretch}
.product-band{margin:clamp(8px,2vw,24px) auto 0;max-width:1000px}
.product-band .product-scene{padding-top:0!important;height:auto;max-width:none;width:100%}
.pstage-voice{height:clamp(150px,17vw,230px);margin:clamp(28px,4vw,56px) 0 clamp(8px,2vw,24px)}
.pstage-voice .pstage-hint{color:var(--pstage-hint-dark,#8fb4c6)}
.pstage-call{height:clamp(340px,30vw,400px);margin:26px 0 30px;pointer-events:auto;cursor:pointer;border-radius:14px}
.pstage-call:focus-visible{outline:2px solid currentColor;outline-offset:6px}
@media (max-width:760px){
  .pstage-logo{min-height:340px}
  .pstage-call{height:440px}
}
