:root { color-scheme: dark; --ink: #07090f; --panel: #101522; --text: #f1f4ff; --muted: #aeb8cf; --electric: #8cb5ff; --line: rgba(202,218,255,.18); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--ink); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.stars { position: fixed; inset: 0; pointer-events: none; opacity: .55; background-image: radial-gradient(circle at 12% 17%, #d9e6ff 0 1px, transparent 1.5px), radial-gradient(circle at 75% 11%, #fff 0 1px, transparent 1.5px), radial-gradient(circle at 52% 68%, #b8ceff 0 1px, transparent 1.5px), radial-gradient(circle at 91% 47%, #fff 0 1px, transparent 1.5px); background-size: 350px 310px, 440px 360px, 280px 250px, 520px 410px; }
.site-header, main, footer { width: min(1200px, calc(100% - 48px)); margin: auto; position: relative; }
.site-header { height: 100px; display: flex; align-items: center; justify-content: space-between; z-index: 2; }
.brand { color: var(--text); text-decoration: none; display: flex; align-items: center; gap: 11px; font-weight: 720; letter-spacing: -.03em; font-size: 1.15rem; }
.brand img { width: 31px; height: 31px; object-fit: contain; }
.header-link, footer a { color: var(--muted); font-size: .9rem; text-decoration: none; }
.header-link:hover, footer a:hover { color: var(--text); }
.hero { min-height: 620px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy { padding: 72px 0 110px; z-index: 1; }
.eyebrow, .project-index { margin: 0 0 17px; color: var(--electric); font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 25px; font-size: clamp(3.7rem, 7.1vw, 6.7rem); line-height: .91; letter-spacing: -.078em; font-weight: 650; }
h1 em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.09em; color: #bcd3ff; }
.intro { max-width: 440px; color: var(--muted); line-height: 1.6; font-size: 1.08rem; }
.button { display: inline-flex; gap: 24px; align-items: center; margin-top: 16px; padding: 15px 19px; border: 1px solid rgba(167,196,255,.52); border-radius: 100px; color: var(--text); text-decoration: none; font-weight: 650; font-size: .94rem; transition: background .2s, color .2s; }
.button:hover { background: #dce8ff; color: #081121; }
.hero-art { position: relative; height: 100%; min-height: 620px; display: flex; align-items: center; justify-content: center; }
.hero-art:after { content: ""; position: absolute; inset: 13% -12% 12% -8%; background: radial-gradient(ellipse, rgba(76,112,189,.22), transparent 60%); filter: blur(28px); }
.hero-art img { width: min(620px, 105%); max-width: none; mix-blend-mode: screen; opacity: .9; transform: scale(1.12); position: relative; z-index: 1; }
.orbit { position: absolute; border: 1px solid rgba(168,195,255,.2); border-radius: 50%; transform: rotate(-27deg); z-index: 0; }
.orbit-one { width: 470px; height: 220px; }
.orbit-two { width: 660px; height: 340px; }
.projects { padding: 125px 0; }
.devlog { padding: 0 0 125px; }.log-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }.log-grid article { min-height:210px; padding:27px; border:1px solid var(--line); border-radius:18px; background:rgba(16,21,34,.7); }.log-grid h3 { font-size:1.42rem; margin:18px 0 10px; }.log-grid article > p:last-child { color:var(--muted); line-height:1.55; }@media(max-width:760px){.log-grid{grid-template-columns:1fr}}
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 42px; }
h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4rem); letter-spacing: -.06em; line-height: .95; }
.section-heading > p { max-width: 310px; margin: 0; color: var(--muted); line-height: 1.55; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.project-card { position: relative; min-height: 385px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); isolation: isolate; transition: transform .22s ease, border-color .22s ease; }
.project-link { display: block; color: inherit; text-decoration: none; }
.project-link:focus-visible { outline: 3px solid var(--electric); outline-offset: 4px; }
.project-card:hover { transform: translateY(-6px); border-color: rgba(166,195,255,.58); }
.card-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .67; }
.card-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,7,12,.05), rgba(5,7,12,.94)); }
.card-content { position: absolute; inset: 0; padding: 27px; display: flex; flex-direction: column; align-items: start; justify-content: end; }
.system-art { object-position: 50% 50%; }
h3 { margin-bottom: 10px; font-size: 2rem; letter-spacing: -.055em; }
.card-content > p:not(.project-index) { max-width: 260px; margin: 0; color: #d5dcef; font-size: .93rem; line-height: 1.55; }
.project-arrow { position: absolute; top: 26px; right: 28px; font-size: 1.45rem; color: #e7efff; }
.learn-more { margin-top: 20px; color: #fff; font-size: .88rem; font-weight: 700; }
.manifesto { margin: 0 0 80px; padding: 80px 36px; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.manifesto img { width: 58px; height: 58px; object-fit: contain; opacity: .86; margin-bottom: 22px; }
.manifesto p { margin: 0; font-family: Georgia, serif; color: #d6e3ff; letter-spacing: -.045em; line-height: 1.04; font-size: clamp(2rem, 4vw, 3.8rem); }
footer { display: flex; justify-content: space-between; padding: 0 0 35px; color: #71809d; font-size: .78rem; }
.detail { max-width: 900px; padding: 44px 0 110px; }.detail-hero { width: 100%; max-height: 480px; margin-bottom: 40px; border-radius: 18px; object-fit: cover; }.detail h2 { margin-top: 52px; }
@media (max-width: 760px) { .site-header, main, footer { width: min(100% - 32px, 1200px); } .site-header { height: 80px; } .hero { min-height: 670px; grid-template-columns: 1fr; } .hero-copy { padding: 75px 0 0; } .hero-art { min-height: 370px; margin-top: -15px; } .hero-art img { width: 510px; } .orbit-one { width: 330px; height: 155px; } .orbit-two { width: 460px; height: 240px; } .projects { padding: 82px 0; } .section-heading { display: block; } .section-heading > p { margin-top: 22px; } .project-grid { grid-template-columns: 1fr; } .project-card { min-height: 330px; } .manifesto { padding: 62px 15px; margin-bottom: 48px; } }
