:root{color-scheme:dark;--color-bg:#050505;--color-surface:rgba(25,25,25,.82);--color-primary:#fff;--color-secondary:silver;--color-accent:#f5f5f5;--color-muted:hsla(0,0%,100%,.68);--color-border:hsla(0,0%,100%,.08);--max-width:1120px}*,:after,:before{box-sizing:border-box}body,html{height:100%}:root:before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at top left,#1d1d1d 0,#050505 60%)}body{margin:0;font-family:var(--font-body),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:transparent;color:var(--color-primary);line-height:1.6;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-display),var(--font-body),sans-serif;margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}main{position:relative}.noise{position:fixed;inset:0;pointer-events:none;background:linear-gradient(hsla(0,0%,100%,0) 60%,hsla(0,0%,100%,.04)),url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="160" height="160"%3E%3Cfilter id="n"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="2.4" numOctaves="2" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23n)" opacity="0.05"/%3E%3C/svg%3E');opacity:.4;z-index:1}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;z-index:2}.container,.page{position:relative}.page{overflow:hidden}.hero{position:relative;z-index:2;padding:6rem 0 4rem}.hero__inner{display:grid;grid-gap:3.5rem;gap:3.5rem;align-items:center;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.hero__content{display:grid;grid-gap:1.8rem;gap:1.8rem;text-align:left}.hero__title{font-size:clamp(3.2rem,6vw,4.6rem);letter-spacing:.28em;text-transform:uppercase;font-weight:700;color:var(--color-primary)}.hero__subtitle{font-size:1rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-secondary)}.hero__tagline{max-width:36rem;font-size:1rem;color:var(--color-muted)}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero__media{position:relative;width:min(100%,420px);aspect-ratio:3/4;justify-self:center;border-radius:28px;overflow:hidden;border:1px solid hsla(0,0%,100%,.12);box-shadow:0 24px 65px rgba(0,0,0,.55);background:hsla(0,0%,5%,.6)}.hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(200deg,rgba(5,5,5,0) 40%,rgba(5,5,5,.7))}.hero__media span,.hero__photo{object-fit:cover!important;width:100%;height:100%}.hero__media span{position:absolute!important;inset:0!important}.button{padding:.85rem 1.8rem;border-radius:999px;border:1px solid transparent;font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:.8rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease}.button--primary{background:linear-gradient(135deg,#fff,#d0d0d0);color:#050505;box-shadow:0 12px 30px rgba(0,0,0,.35)}.button--primary:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(0,0,0,.45)}.section{position:relative;z-index:2;padding:4.5rem 0}.section__inner{display:grid;grid-gap:1.6rem;gap:1.6rem}.section__header{display:grid;grid-gap:.5rem;gap:.5rem}.section__eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-secondary)}.section__content{max-width:58ch;display:grid;grid-gap:1.2rem;gap:1.2rem;color:var(--color-muted);font-size:1rem}.section__content p{margin:0}.section--bio .section__inner,.section--links .section__inner,.section--video .section__inner{align-items:start}.section--bio .section__content{max-width:none}.video-frame{position:relative;width:100%;border-radius:24px;overflow:hidden;border:1px solid var(--color-border);aspect-ratio:16/9;background:hsla(0,0%,6%,.9);box-shadow:0 16px 50px rgba(0,0,0,.5)}.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.video-grid{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.video-grid .video-frame:nth-child(2n),.video-grid .video-frame:nth-child(odd){border-color:hsla(0,0%,100%,.08)}.social-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.social-card{display:grid;grid-gap:1rem;gap:1rem;padding:1.6rem 1.4rem;border-radius:20px;border:1px solid var(--color-border);background:hsla(0,0%,7%,.78);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;place-items:start}.social-card:hover{transform:translateY(-6px);border-color:hsla(0,0%,100%,.28);box-shadow:0 18px 40px rgba(0,0,0,.6)}.social-card__icon{width:2rem;height:2rem}.social-card__icon svg{width:100%;height:100%;fill:var(--color-accent)}.social-card__label{font-weight:600}.footer{position:relative;z-index:2;padding:3rem 0 4rem;text-align:center;color:hsla(0,0%,100%,.5);font-size:.85rem}.footer a{color:var(--color-accent)}@media (min-width:768px){.hero{padding-top:8rem}.section--bio .section__inner{grid-template-columns:minmax(220px,.8fr) minmax(0,1.4fr);gap:2.4rem}}@media (max-width:767px){.hero__content{justify-items:center;text-align:center}.hero__actions{justify-content:center}.video-grid{gap:1.25rem}.hero__logo{justify-content:center}}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_dd5b2f{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_dd5b2f{--font-display:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-body:"Inter","Inter Fallback"}