html{scroll-behavior:smooth}.landing section[id]{scroll-margin-top:90px}:root{--bg: #0a0a0a;--bg-soft: #131313;--bg-card: #181818;--ink: #f5f4ee;--ink-soft: #b8b6ae;--ink-muted: #6a6862;--accent: #f4d03f;--accent-warm: #e8c547;--line: #2a2926;--serif: "Cormorant Garamond", Georgia, serif;--sans: "Inter", system-ui, sans-serif;--script: "Pinyon Script", cursive}.landing,.landing *{box-sizing:border-box;margin:0;padding:0}.landing{background:var(--bg);color:var(--ink);font-family:var(--sans);font-weight:400;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}.landing a{color:inherit;text-decoration:none}.landing .container{max-width:1280px;margin:0 auto;padding:0 40px}.landing .nav{position:absolute;top:0;left:0;right:0;z-index:50;padding:28px 0}.landing .nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:0 40px}.landing .logo{font-family:var(--script);font-size:32px;color:var(--ink);letter-spacing:.5px}.landing .nav-links{display:flex;gap:8px;align-items:center;list-style:none;padding:6px;border:1px solid rgba(245,244,238,.12);border-radius:999px;background:#0a0a0a8c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.landing .nav-links a{font-size:13px;font-weight:500;color:var(--ink-soft);letter-spacing:.01em;padding:8px 16px;border-radius:999px;border:1px solid transparent;transition:all .2s;display:inline-block}.landing .nav-links a:hover{color:var(--accent);border-color:#f4d03f59;background:#f4d03f14}.landing .nav-cta{background:transparent;border:1.5px solid var(--ink);color:var(--ink);padding:11px 26px;border-radius:999px;font-size:14px;font-weight:500;cursor:pointer;transition:all .25s;font-family:var(--sans);display:inline-block}.landing .nav-cta:hover{background:var(--accent);border-color:var(--accent);color:#0a0a0a}.landing .hero{position:relative;min-height:100vh;background:var(--bg);overflow:hidden;display:flex;align-items:center;padding:120px 0 60px}.landing .hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 50%,rgba(244,208,63,.06),transparent 60%),radial-gradient(ellipse at 80% 80%,rgba(255,255,255,.03),transparent 50%);pointer-events:none}.landing .hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}.landing .hero-tagline{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:var(--ink-soft);letter-spacing:.08em;text-transform:uppercase;margin-bottom:28px}.landing .hero-tagline:before{content:"";width:28px;height:1px;background:var(--accent)}.landing .hero h1{font-family:var(--serif);font-weight:500;font-size:clamp(48px,6.5vw,88px);line-height:1.02;letter-spacing:-.02em;margin-bottom:26px}.landing .hero h1 .accent{color:var(--accent);font-style:italic}.landing .hero-sub{font-size:17px;color:var(--ink-soft);max-width:480px;margin-bottom:42px;line-height:1.65}.landing .hero-ctas{display:flex;gap:16px;flex-wrap:wrap}.landing .btn{display:inline-flex;align-items:center;gap:12px;padding:16px 30px;border-radius:999px;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s;font-family:var(--sans);border:1.5px solid transparent}.landing .btn-primary{background:var(--accent);color:#0a0a0a}.landing .btn-primary:hover{background:var(--accent-warm);transform:translateY(-2px);box-shadow:0 14px 30px -10px #f4d03f66}.landing .btn-ghost{background:transparent;border-color:#f5f4ee40;color:var(--ink)}.landing .btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.landing .btn-ghost .play-icon{width:26px;height:26px;border-radius:50%;background:var(--accent);display:flex;align-items:center;justify-content:center;color:#0a0a0a}.landing .btn-ghost .play-icon svg{width:10px;height:10px}.landing .hero-image{position:relative;height:100%;display:flex;justify-content:center;align-items:flex-end}.landing .hero-image img{max-width:100%;max-height:92vh;width:auto;object-fit:contain;filter:drop-shadow(0 30px 60px rgba(0,0,0,.5))}.landing .hero-bg-circle{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(244,208,63,.12) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-55%);z-index:-1}.landing .logos{background:var(--ink);color:#0a0a0a;padding:50px 0;overflow:hidden}.landing .logos-inner{display:flex;gap:80px;align-items:center;justify-content:center;flex-wrap:wrap}.landing .logo-item{font-family:var(--serif);font-size:22px;font-weight:600;color:#0a0a0a;opacity:.75;transition:opacity .3s;letter-spacing:.5px}.landing .logo-item:hover{opacity:1}.landing .about{background:var(--bg);padding:130px 0;position:relative}.landing .about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.landing .about-image-wrap{position:relative}.landing .about-image-wrap:before{content:"";position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;border:1.5px solid var(--accent);border-radius:8px;z-index:0}.landing .about-image{position:relative;width:100%;aspect-ratio:4/5;background:var(--bg-card);border-radius:8px;overflow:hidden;z-index:1}.landing .about-image img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(.15)}.landing .about-eyebrow{font-size:12px;color:var(--accent);letter-spacing:.15em;text-transform:uppercase;margin-bottom:20px;font-weight:600}.landing .about h2{font-family:var(--serif);font-weight:500;font-size:clamp(36px,4vw,52px);line-height:1.1;margin-bottom:30px;letter-spacing:-.01em}.landing .about h2 em{color:var(--accent);font-style:italic}.landing .about p{color:var(--ink-soft);font-size:16px;margin-bottom:18px;line-height:1.75}.landing .about-ctas{margin-top:38px;display:flex;gap:14px;flex-wrap:wrap}.landing .btn-text{background:var(--accent);color:#0a0a0a;padding:14px 26px;border-radius:999px;font-size:14px;font-weight:600;transition:all .25s;border:1.5px solid var(--accent);display:inline-block}.landing .btn-text:hover{background:transparent;color:var(--accent)}.landing .btn-outline-dark{background:transparent;color:var(--ink);padding:14px 26px;border-radius:999px;font-size:14px;font-weight:600;transition:all .25s;border:1.5px solid rgba(245,244,238,.3);display:inline-block}.landing .btn-outline-dark:hover{border-color:var(--accent);color:var(--accent)}.landing .stats{background:var(--bg);padding:80px 0 130px;border-top:1px solid var(--line)}.landing .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:60px 40px;text-align:center}.landing .stat-item .stat-number{font-family:var(--serif);font-weight:500;font-size:clamp(48px,5.5vw,68px);line-height:1;color:var(--ink);margin-bottom:12px;letter-spacing:-.02em}.landing .stat-item .stat-number .accent{color:var(--accent)}.landing .stat-item .stat-label{font-size:12px;color:var(--ink-muted);letter-spacing:.12em;text-transform:uppercase;font-weight:500}.landing .mission{background:var(--accent);color:#0a0a0a;padding:100px 0;position:relative;overflow:hidden}.landing .mission:before{content:'"';position:absolute;font-family:var(--serif);font-size:380px;line-height:1;color:#0000000f;top:-40px;left:8%;pointer-events:none}.landing .mission-inner{max-width:880px;margin:0 auto;text-align:center;position:relative;z-index:2}.landing .mission-eyebrow{font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:600;margin-bottom:30px}.landing .mission p{font-family:var(--serif);font-weight:500;font-size:clamp(28px,3.2vw,42px);line-height:1.3;letter-spacing:-.005em;margin-bottom:28px}.landing .mission-author{font-family:var(--sans);font-size:14px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.landing .journey{background:var(--bg);padding:130px 0}.landing .section-head{text-align:center;max-width:720px;margin:0 auto 80px}.landing .section-head .about-eyebrow{margin-bottom:18px}.landing .section-head h2{font-family:var(--serif);font-weight:500;font-size:clamp(36px,4vw,52px);line-height:1.1;margin-bottom:20px}.landing .section-head h2 em{color:var(--accent);font-style:italic}.landing .section-head p{color:var(--ink-soft);font-size:16px}.landing .timeline{max-width:880px;margin:0 auto;position:relative}.landing .timeline:before{content:"";position:absolute;left:80px;top:12px;bottom:12px;width:1px;background:var(--line)}.landing .timeline-item{display:grid;grid-template-columns:80px 1fr;gap:40px;padding:24px 0;position:relative}.landing .timeline-item:before{content:"";position:absolute;left:75px;top:32px;width:11px;height:11px;border-radius:50%;background:var(--accent);border:2px solid var(--bg);z-index:2}.landing .timeline-year{font-family:var(--serif);font-size:22px;font-weight:600;color:var(--accent);text-align:right;padding-right:24px;padding-top:4px}.landing .timeline-year .timeline-year-end{font-size:14px;color:var(--ink-muted)}.landing .timeline-body{padding-left:20px}.landing .timeline-body h3{font-family:var(--serif);font-size:22px;font-weight:600;margin-bottom:4px;color:var(--ink)}.landing .timeline-body .subtitle{font-size:13px;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-weight:500}.landing .timeline-body p{color:var(--ink-soft);font-size:15px;line-height:1.7}.landing .work{background:var(--bg);padding:130px 0 0}.landing .timeline-link{display:inline-block;margin-top:14px;font-size:14px;font-weight:500;color:var(--accent);letter-spacing:.02em;transition:color .2s}.landing .timeline-link:hover{color:var(--accent-warm)}.landing .timeline-screenshot{margin-top:22px;width:100%;max-width:520px;aspect-ratio:16 / 9;background:var(--bg-card);border:1px solid var(--line);border-radius:8px;overflow:hidden;position:relative}.landing .timeline-screenshot:after{content:"Screenshot coming soon";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted)}.landing .timeline-screenshot img{width:100%;height:100%;object-fit:cover;display:block;position:relative;z-index:1}.landing .timeline-sublist{list-style:none;margin:16px 0 0;padding:0}.landing .timeline-sublist li{position:relative;padding-left:18px;margin-bottom:8px;font-size:14px;color:var(--ink-soft);line-height:1.7}.landing .timeline-sublist li:before{content:"";position:absolute;left:0;top:11px;width:6px;height:1px;background:var(--accent)}.landing .project-cards{margin-top:22px;display:flex;flex-direction:column;gap:12px}.landing .project-card{display:flex;align-items:stretch;gap:16px;padding:14px;border:1px solid var(--line);border-radius:10px;background:var(--bg-soft);transition:all .2s;color:inherit;text-decoration:none}.landing .project-card:hover{border-color:var(--accent);background:var(--bg-card);transform:translateY(-1px)}.landing .project-card-thumb{flex:0 0 80px;width:80px;height:80px;border-radius:6px;overflow:hidden;background:var(--bg-card);border:1px solid var(--line)}.landing .project-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.landing .project-card-body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.landing .project-card-name{font-family:var(--serif);font-size:17px;font-weight:600;color:var(--ink);margin-bottom:4px;display:inline-flex;align-items:center;gap:8px;transition:color .2s}.landing .project-card:hover .project-card-name{color:var(--accent)}.landing .project-card-icon{display:inline-flex;width:14px;height:14px;color:var(--ink-muted);transition:color .2s}.landing .project-card-icon svg{width:100%;height:100%}.landing .project-card:hover .project-card-icon{color:var(--accent)}.landing .project-card-desc{font-size:13px;color:var(--ink-soft);line-height:1.6}.landing .beyond,.landing .skills{background:var(--bg);padding:110px 0 0}.landing .skills .section-head{margin-bottom:60px}.landing .skills-groups{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.landing .skills-group-label{font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:600;color:var(--accent);margin-bottom:14px}.landing .skills-tags{display:flex;flex-wrap:wrap;gap:10px}.landing .skill-tag{display:inline-block;padding:8px 16px;border:1px solid var(--line);border-radius:999px;font-size:13px;font-weight:500;color:var(--ink-soft);background:var(--bg-soft);transition:all .2s}.landing .skill-tag:hover{border-color:var(--accent);color:var(--accent)}.landing .footer{background:var(--bg-soft);padding:70px 0 40px;border-top:1px solid var(--line)}.landing .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;margin-bottom:50px}.landing .footer-logo{font-family:var(--script);font-size:36px;margin-bottom:18px}.landing .footer p{color:var(--ink-soft);font-size:15px;max-width:360px;line-height:1.7}.landing .footer h4{font-family:var(--serif);font-weight:600;font-size:18px;margin-bottom:18px;color:var(--ink)}.landing .footer ul{list-style:none}.landing .footer ul li{margin-bottom:10px}.landing .footer ul a{font-size:14px;color:var(--ink-soft);transition:color .2s}.landing .footer ul a:hover{color:var(--accent)}.landing .footer-bottom{border-top:1px solid var(--line);padding-top:30px;display:flex;justify-content:space-between;color:var(--ink-muted);font-size:13px}@media (max-width: 960px){.landing .hero-grid{grid-template-columns:1fr;gap:40px}.landing .hero-image{order:-1;max-height:50vh}.landing .hero-image img{max-height:50vh}.landing .about-grid{grid-template-columns:1fr;gap:50px}.landing .about-image-wrap{max-width:380px;margin:0 auto}.landing .stats-grid{grid-template-columns:repeat(2,1fr);gap:50px 30px}.landing .footer-grid{grid-template-columns:1fr;gap:40px}.landing .nav-links{display:none}.landing .timeline:before{left:18px}.landing .timeline-item{grid-template-columns:1fr;gap:8px}.landing .timeline-item:before{left:13px;top:20px}.landing .timeline-year{text-align:left;padding-left:50px;padding-right:0}.landing .timeline-body{padding-left:50px}.landing .container,.landing .nav-inner{padding:0 24px}}@media (max-width: 560px){.landing .stats-grid{grid-template-columns:1fr}.landing .hero{padding:100px 0 40px}.landing .footer-bottom{flex-direction:column;gap:12px;text-align:center}}.landing .fade-in{opacity:0;transform:translateY(20px);animation:landingFadeIn .9s ease forwards}.landing .fade-in:nth-child(2){animation-delay:.1s}.landing .fade-in:nth-child(3){animation-delay:.2s}.landing .fade-in:nth-child(4){animation-delay:.3s}@keyframes landingFadeIn{to{opacity:1;transform:translateY(0)}}
