@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{color-scheme:dark}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at top left,#1f2536,#0f121b 55%);color:#f7f8fb}.hero{position:relative;display:grid;gap:2rem;padding:5rem clamp(1.5rem,5vw,6rem) 4rem;background:#0f121bcc;border-bottom:1px solid rgba(255,255,255,.08)}.hero__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(#0c0e1a80,#0c0e1ae6),url(https://images.unsplash.com/photo-1482192597420-4817fdd7e8b0?auto=format&fit=crop&w=1600&q=80);background-position:center;background-size:cover;filter:saturate(1.1);border-radius:0 0 48px 48px;z-index:0}.hero__content,.hero__profile{position:relative;z-index:1}.hero__content{max-width:680px}.hero__profile{justify-self:center;background:#0a0c14bf;border:1px solid rgba(255,255,255,.12);border-radius:32px;padding:2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 20px 40px #00000073;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (min-width: 960px){.hero{grid-template-columns:minmax(0,.3fr) minmax(0,.7fr);align-items:center}}.eyebrow{letter-spacing:.3em;text-transform:uppercase;color:#b6c2ff;font-size:.8rem;margin-bottom:.75rem}.hero h1{font-size:clamp(2.5rem,6vw,4.75rem);margin:0 0 1rem}.lede{font-size:1.2rem;color:#d9def7;max-width:46ch}.hero__cta{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:1rem}.button{border-radius:999px;padding:.85rem 1.75rem;font-weight:600;text-decoration:none;border:1px solid transparent;transition:transform .2s ease,background .2s ease;background:transparent;color:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.button.primary{background:linear-gradient(120deg,#ff7eb3,#ffb347);color:#0f121b}.button.ghost{color:#f7f8fb;border-color:#f7f8fb4d}.button:hover{transform:translateY(-2px)}.photo-ring{width:240px;aspect-ratio:1;border-radius:50%;padding:8px;background:linear-gradient(150deg,#67e8f9,#c084fc,#f472b6);display:grid;place-items:center;margin:0 auto}.photo-ring img{width:100%;height:100%;border-radius:50%;object-fit:cover}.hero__profile dl{display:grid;gap:.5rem;margin:0}.hero__profile dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:#fff9}.hero__profile dd{font-size:1rem;font-weight:600;margin:0}.section-menu__dock{position:relative;z-index:1;grid-column:1 / -1}.section-menu{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-top:.5rem;padding:1rem;border-radius:32px;background:#05060bbf;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px #00000059;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.section-menu__item{border:none;border-radius:20px;padding:.9rem 1rem;background:transparent;color:#f7f8fbbf;font-size:.95rem;font-weight:600;letter-spacing:.01em;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;min-height:72px;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.section-menu__item:hover{color:#fff;transform:translateY(-1px)}.section-menu__item.is-active{background:linear-gradient(120deg,#67e8f9,#c084fc);color:#0f121b;box-shadow:0 8px 18px #67e8f959}.section-menu__icon{width:28px;height:28px;display:grid;place-items:center}.section-menu__icon svg{width:24px;height:24px}.section-menu__label{text-transform:none}@media (max-width: 720px){.section-menu{grid-template-columns:repeat(auto-fit,minmax(64px,1fr));padding:.75rem;gap:.5rem}.section-menu__item{min-height:64px;border-radius:18px}.section-menu__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}main{flex:1;padding:4rem clamp(1.5rem,5vw,6rem) 5rem}.section-panel{border-radius:28px;padding:2.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff0d,0 25px 45px #0609148c;min-height:360px;display:flex;flex-direction:column;justify-content:center;transition:background .3s ease,border .3s ease}.section-card__label{font-size:.85rem;text-transform:uppercase;letter-spacing:.22em;color:#fff9}.section-panel h2{font-size:1.5rem;margin:.5rem 0 1.25rem}.section-panel ul{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.section-panel li{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:flex-start;color:#f7f8fbd9}.section-panel li span{color:#ffffff80}.accent-sunrise{background:linear-gradient(145deg,#ff7eb32e,#0f121b59)}.accent-twilight{background:linear-gradient(145deg,#6366f133,#0f121b59)}.accent-aqua{background:linear-gradient(145deg,#2dd4bf2e,#0f121b59)}.accent-violet{background:linear-gradient(145deg,#c084fc2e,#0f121b59)}.footer{padding:2rem clamp(1.5rem,5vw,6rem) 3rem;border-top:1px solid rgba(255,255,255,.08);color:#ffffffa6;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer a{color:#f472b6}*{box-sizing:border-box}body{margin:0;font-family:Space Grotesk,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;background-color:#05060b}a{color:inherit}img{max-width:100%;display:block}:focus-visible{outline:3px solid #67e8f9;outline-offset:3px}
