.vestro-root{--bg:#0b0b0c;--ink:#f2f2f0;--muted:#86868c;--line:#232326;--rec:#ff3b30;background:var(--bg);color:var(--ink);flex-direction:column;min-height:100svh;font-family:Archivo,system-ui,sans-serif;font-stretch:100%;display:flex}.vestro-root a{color:inherit;text-decoration:none}.vestro-root .mono{font-family:IBM Plex Mono,monospace}.vestro-root .frame{pointer-events:none;z-index:10;position:fixed;inset:14px}.vestro-root .frame span{border:1px solid var(--muted);opacity:.55;width:22px;height:22px;position:absolute}.vestro-root .frame span:first-child{border-bottom:0;border-right:0;top:0;left:0}.vestro-root .frame span:nth-child(2){border-bottom:0;border-left:0;top:0;right:0}.vestro-root .frame span:nth-child(3){border-top:0;border-right:0;bottom:0;left:0}.vestro-root .frame span:nth-child(4){border-top:0;border-left:0;bottom:0;right:0}.vestro-root .hud{letter-spacing:.12em;color:var(--muted);z-index:10;justify-content:space-between;align-items:center;font-size:11px;display:flex;position:fixed;top:26px;left:30px;right:30px}.vestro-root .hud .rec{color:var(--ink);align-items:center;gap:8px;display:flex}.vestro-root .dot{background:var(--rec);border-radius:50%;width:8px;height:8px;animation:1.6s ease-in-out infinite vestro-pulse;box-shadow:0 0 10px #ff3b3099}@keyframes vestro-pulse{0%,to{opacity:1}50%{opacity:.25}}.vestro-root main{flex-direction:column;flex:1;justify-content:center;gap:56px;width:100%;max-width:660px;margin:0 auto;padding:120px 24px 48px;display:flex}.vestro-root .eyebrow{letter-spacing:.28em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;font-size:12px}.vestro-root h1{letter-spacing:-.02em;text-transform:uppercase;font-size:clamp(64px,16vw,120px);font-weight:900;font-stretch:125%;line-height:.9}.vestro-root .timeline{margin-top:34px}.vestro-root .track{background:var(--line);border-radius:2px;height:2px;position:relative;overflow:hidden}.vestro-root .playhead{background:linear-gradient(90deg, transparent, var(--ink));width:34%;height:100%;animation:5.5s linear infinite vestro-scrub;position:absolute;top:0;left:0}@keyframes vestro-scrub{0%{transform:translate(-110%)}to{transform:translate(320%)}}.vestro-root .timeline .label{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);justify-content:space-between;margin-top:12px;font-size:11px;display:flex}.vestro-root .tagline{color:var(--ink);max-width:52ch;font-size:17px;line-height:1.65}.vestro-root .tagline em{color:var(--muted);font-style:normal}.vestro-root .block-label{letter-spacing:.24em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--line);margin-bottom:20px;padding-bottom:12px;font-size:11px}.vestro-root .email-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.vestro-root .email{word-break:break-all;font-size:clamp(17px,4.4vw,22px);font-weight:600}.vestro-root .copy-btn{letter-spacing:.08em;color:var(--ink);border:1px solid var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:99px;padding:10px 18px;font-family:IBM Plex Mono,monospace;font-size:12px;transition:border-color .2s,color .2s}.vestro-root .copy-btn:hover{border-color:var(--ink)}.vestro-root .copy-btn.done{border-color:var(--rec);color:var(--rec)}.vestro-root .socials{flex-direction:column;display:flex}.vestro-root .social{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;padding:18px 2px;transition:padding-left .25s;display:flex}.vestro-root .social:first-of-type{border-top:1px solid var(--line)}.vestro-root .social:hover{padding-left:12px}.vestro-root .social .name{text-transform:uppercase;letter-spacing:.04em;font-size:18px;font-weight:700}.vestro-root .social .handle{color:var(--muted);font-size:12px}.vestro-root .social .arrow{color:var(--muted);margin-left:16px;font-size:14px}.vestro-root .social:hover .arrow{color:var(--ink)}.vestro-root .social-right{align-items:baseline;gap:0;display:flex}.vestro-root footer{text-align:center;letter-spacing:.14em;color:var(--muted);padding:0 24px 34px;font-size:11px}.vestro-root :focus-visible{outline:2px solid var(--ink);outline-offset:3px;border-radius:2px}@media (prefers-reduced-motion:reduce){.vestro-root .dot{animation:none}.vestro-root .playhead{width:34%;animation:none;transform:translate(60%)}.vestro-root .social{transition:none}}@media (width<=480px){.vestro-root .frame{inset:10px}.vestro-root .hud{top:20px;left:24px;right:24px}.vestro-root main{gap:46px;padding:100px 22px 40px}}
