:root{--bg: #ff3300;--fg: #fff}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}body{background-image:url(/PLYWD_Logo.svg);background-repeat:no-repeat;background-position:center center;background-size:cover}.stage{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(1.5rem,4vw,2.5rem);padding:clamp(1rem,4vw,2rem)}.video-frame{position:relative;width:100%;max-width:1080px;aspect-ratio:16 / 9;background-color:#0a0a0a;background-image:url(/poster.jpg);background-size:cover;background-position:center;overflow:hidden;border-radius:clamp(4px,1vw,8px)}.video-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.play-button{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:clamp(64px,12vw,96px);height:clamp(64px,12vw,96px);border-radius:50%;border:2px solid rgba(255,255,255,.9);background:#0006;color:#fff;display:grid;place-items:center;cursor:pointer;transition:transform .2s ease,background .2s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.play-button svg{width:40%;height:40%;margin-left:4%}.play-button:hover{transform:scale(1.06);background:#0009}.play-button:focus-visible{outline:2px solid #fff;outline-offset:4px}.cta{display:inline-block;padding:clamp(1.25rem,3vw,1.75rem) clamp(2.5rem,6vw,4rem);background:var(--fg);color:var(--bg);text-decoration:none;font-size:clamp(1.125rem,2.4vw,1.5rem);font-weight:600;letter-spacing:.02em;border-radius:999px;transition:transform .15s ease,opacity .15s ease}.cta:hover{transform:translateY(-1px);opacity:.9}.cta:focus-visible{outline:2px solid var(--fg);outline-offset:4px}
