.super-ring{pointer-events:none;will-change:transform;aspect-ratio:1;background:0 0;border-style:solid;border-width:clamp(1px,.4vw,4px);border-radius:50%;flex-shrink:0;width:clamp(120px,20vw,400px);transition:opacity .3s;position:absolute}.super-ring--primary{border-color:var(--primary-color)}.super-ring--secondary{border-color:var(--secondary-color)}.super-ring--accent{border-color:var(--accent-color-dark)}.super-ring{mix-blend-mode:normal}@media (max-width:480px){.super-ring{aspect-ratio:1;opacity:.5;border-width:1px;width:clamp(80px,30vw,180px)}}@media (min-width:481px) and (max-width:768px){.super-ring{aspect-ratio:1;opacity:.7;border-width:2px;width:clamp(100px,25vw,250px)}}@media (min-width:769px) and (max-width:1024px){.super-ring{aspect-ratio:1;width:clamp(120px,22vw,320px)}}@media (min-width:1440px){.super-ring{aspect-ratio:1;border-width:3px;width:clamp(200px,18vw,500px)}}@media (prefers-reduced-motion:reduce){.super-ring{transition:none}}
.section-decor{pointer-events:none;z-index:var(--z-below);opacity:.6;position:absolute;inset:0;overflow:hidden}.section-decor__shape{filter:blur(clamp(30px,6vw,60px));will-change:transform;position:absolute;transform:translate(0,0)}.section-decor--primary .section-decor__shape{background:var(--primary-color);opacity:.15;aspect-ratio:1;border-radius:50%;width:clamp(180px,28vw,500px);animation:20s ease-in-out infinite floatBubble}.section-decor--secondary .section-decor__shape{background:var(--secondary-color-light);opacity:.1;aspect-ratio:3/2;border-radius:50%;width:clamp(220px,35vw,600px);animation:25s ease-in-out infinite morphOval}.section-decor--accent .section-decor__shape{background:var(--accent-color-dark);opacity:.12;aspect-ratio:3/4;border-radius:40% 60% 70% 30%/40% 50% 60%;width:clamp(100px,12vw,180px);animation:15s linear infinite driftEgg}@keyframes floatBubble{0%,to{transform:translate(0,0)scale(1)}33%{transform:translate(10%,-15%)scale(1.1)}66%{transform:translate(-5%,10%)scale(.9)}}@keyframes morphOval{0%,to{border-radius:50%;transform:rotate(0)scale(1)}50%{border-radius:30% 70% 70% 30%/50%;transform:rotate(15deg)scale(1.05)}}@keyframes driftEgg{0%{opacity:0;transform:translateY(100%)rotate(0)}20%,80%{opacity:.12}to{opacity:0;transform:translateY(-100%)rotate(360deg)}}.section-decor__shape:first-child{animation-delay:0s;top:10%;left:-10%}.section-decor__shape:nth-child(2){animation-delay:-5s;bottom:10%;right:-5%}.section-decor__shape:nth-child(3){animation-delay:-10s;top:40%;left:60%}@media (max-width:768px){.section-decor{opacity:.4}.section-decor__shape{filter:blur(30px)}.section-decor__shape:first-child{top:5%;left:-20%}.section-decor__shape:nth-child(2){bottom:5%;right:-15%}.section-decor__shape:nth-child(3){top:50%;left:50%;transform:translate(-50%,-50%)}}@media (max-width:480px){.section-decor{opacity:.3}.section-decor--primary .section-decor__shape,.section-decor--secondary .section-decor__shape{width:clamp(120px,35vw,250px)}.section-decor--accent .section-decor__shape{width:clamp(80px,20vw,140px)}}@media (prefers-reduced-motion:reduce){.section-decor__shape{animation:none!important}}
