:root{color-scheme:light;--silver-lit: #ffffff;--silver-high: #f8f9fb;--silver-mid: #eef1f5;--silver-low: #e1e6ec;--silver-edge: #cdd4dd;--logo: clamp(168px, 28vmin, 380px);--cycle: 5s}html{height:100%;overflow:hidden;background:var(--silver-edge)}body{margin:0;min-height:100vh;min-height:100dvh;overflow:hidden;background-color:var(--silver-mid);background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='g'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.035 0'/></filter><rect width='200' height='200' filter='url(%23g)'/></svg>"),radial-gradient(circle at 50% 50%,transparent 45%,rgba(90,105,130,.14) 100%),conic-gradient(from 0deg at 50% 50%,rgba(40,55,80,.018) 0deg,transparent 40deg,rgba(40,55,80,.02) 95deg,transparent 140deg,rgba(40,55,80,.016) 190deg,transparent 235deg,rgba(40,55,80,.02) 290deg,transparent 330deg,rgba(40,55,80,.018) 360deg),radial-gradient(ellipse 60% 40% at 72% 96%,rgba(60,80,110,.08),transparent 70%),radial-gradient(circle at 47% 44%,var(--silver-lit) 0%,var(--silver-high) 20%,var(--silver-mid) 45%,var(--silver-low) 72%,var(--silver-edge) 100%)}.stage{position:relative;display:grid;place-items:center;width:100%;height:100vh;height:100dvh}.stage>*{grid-area:1 / 1}.waves{position:fixed;inset:0;width:100%;height:100%;pointer-events:none}.medallion{position:relative;z-index:2;margin:0;width:var(--logo);aspect-ratio:1;animation:impact var(--cycle) infinite;will-change:transform}.medallion:before{content:"";position:absolute;inset:0;border-radius:50%;background:#fff}.medallion-logo{position:relative;display:block;width:100%;height:100%}.medallion-shadow{z-index:1;width:calc(var(--logo) * 1.12);aspect-ratio:1;border-radius:50%;translate:3% 7%;opacity:.5;background:radial-gradient(closest-side,rgba(15,25,45,.55),rgba(15,25,45,.28) 58%,transparent 100%);animation:lift-shadow var(--cycle) infinite;will-change:transform,opacity}@keyframes impact{0%{scale:1.04;animation-timing-function:cubic-bezier(.6,0,.9,.3)}6%{scale:.97;animation-timing-function:cubic-bezier(.2,.9,.35,1)}16%{scale:1.006;animation-timing-function:ease-in-out}26%{scale:1;animation-timing-function:cubic-bezier(.42,0,.58,1)}to{scale:1.04}}@keyframes lift-shadow{0%{scale:1.1;opacity:.39;translate:4% 9%;animation-timing-function:cubic-bezier(.6,0,.9,.3)}6%{scale:.98;opacity:.6;translate:2.5% 6%;animation-timing-function:cubic-bezier(.2,.9,.35,1)}16%{scale:1.01;opacity:.5;translate:3% 7%;animation-timing-function:ease-in-out}26%{scale:1;opacity:.5;translate:3% 7%;animation-timing-function:cubic-bezier(.42,0,.58,1)}to{scale:1.1;opacity:.39;translate:4% 9%}}@media(prefers-reduced-motion:reduce){.medallion,.medallion-shadow{animation:none}}
