:root{color-scheme:dark;--color-background:#0c0d0f;--color-surface:#14161a;--color-border:#34373e;--color-text:#f5f5ef;--color-text-muted:#a9abb2;--color-accent:#e8ff54;--color-grid-line:#ffffff09;--color-decorative-ring:#44474f;--color-coming-soon-surface:#111316;--color-coming-soon-border:#25272c;--color-coming-soon-ring:#2f3137;--color-brand-mark:#080909;--color-scope-line:#383b42;--color-icon-stage:#0c0d10;--color-icon-stage-border:#363941;--font-sans:Arial, Helvetica, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--font-size-metadata:.75rem;--font-size-metadata-compact:.7rem;--content-max-width:1180px;--about-copy-max-width:760px;--page-gutter-desktop:24px;--page-gutter-mobile:14px;--background-grid-size:32px;--tap-target-size:44px;--stroke-width:1px;--focus-ring-width:2px;--focus-ring-offset:5px;--decorative-ring-size:150px;--decorative-ring-offset:-50px;--icon-stage-size:112px;--icon-stage-size-mobile:96px;--icon-size:86px;--icon-size-mobile:74px;--scope-size:310px;--scope-size-mobile:180px;--card-min-height:370px;--card-min-height-mobile:300px;--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:5rem;--space-4xl:6rem;--space-5xl:9rem;--motion-fast:.16s;--motion-card:.18s;--motion-entrance:.6s;--motion-reduced:.01ms;--card-hover-lift:-4px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--color-background)}body{min-width:320px;color:var(--color-text);background-color:var(--color-background);background-image:linear-gradient(var(--color-grid-line) var(--stroke-width), transparent var(--stroke-width)), linear-gradient(90deg, var(--color-grid-line) var(--stroke-width), transparent var(--stroke-width));background-size:var(--background-grid-size) var(--background-grid-size);font-family:var(--font-sans);margin:0}a{color:inherit;text-decoration:none}a:focus-visible{outline:var(--focus-ring-width) solid var(--color-accent);outline-offset:var(--focus-ring-offset)}.section-shell{width:min(var(--content-max-width), calc(100% - var(--page-gutter-desktop) - var(--page-gutter-desktop)));margin-inline:auto}.site-header{border-bottom:var(--stroke-width) solid var(--color-border);min-height:80px;font-family:var(--font-mono);font-size:var(--font-size-metadata);text-transform:uppercase;justify-content:space-between;align-items:center;display:flex}.brand,.site-header nav,.site-header nav>a,.footer-links a{align-items:center;display:flex}.brand,.site-header nav>a,.footer-links a{min-height:var(--tap-target-size)}.brand{font-family:var(--font-sans);letter-spacing:-.02em;font-size:.95rem;font-weight:800}.brand-mark{width:34px;height:34px;margin-right:var(--space-sm);color:var(--color-brand-mark);background:var(--color-accent);font-family:var(--font-sans);border-radius:9px;place-items:center;font-weight:900;display:grid}.site-header nav{gap:var(--space-lg)}.site-header nav>a,.footer-links a{transition:color var(--motion-fast) ease}.site-header nav>a:hover,.footer-links a:hover{color:var(--color-accent)}.header-actions{gap:9px;display:flex}.icon-link{border:var(--stroke-width) solid var(--color-border);width:40px;height:40px;transition:color var(--motion-fast) ease, border-color var(--motion-fast) ease, background var(--motion-fast) ease;border-radius:50%;place-items:center;display:grid}.icon-link:hover{color:var(--color-background);border-color:var(--color-accent);background:var(--color-accent)}.hero{border-bottom:var(--stroke-width) solid var(--color-border);min-height:590px;animation:rise var(--motion-entrance) ease-out both;flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.hero h1{z-index:1;letter-spacing:-.065em;text-transform:uppercase;max-width:1000px;margin:0;font-size:clamp(3.4rem,8vw,7rem);line-height:.9}.hero h1 em{color:var(--color-accent);font-style:normal}.hero-description{z-index:1;max-width:560px;margin:var(--space-xl) 0 0;color:var(--color-text-muted);font-family:var(--font-mono);font-size:.95rem;line-height:1.65}.hero-scope{width:var(--scope-size);height:var(--scope-size);border:var(--stroke-width) solid var(--color-scope-line);opacity:.76;border-radius:50%;position:absolute;top:105px;right:3%}.hero-scope:before,.hero-scope:after{content:"";background:var(--color-scope-line);position:absolute}.hero-scope:before{width:1px;height:390px;top:-40px;left:50%}.hero-scope:after{width:390px;height:1px;top:50%;left:-40px}.hero-scope span{background:var(--color-accent);filter:blur(45px);border-radius:50%;width:90px;height:90px;position:absolute;top:110px;left:110px}.project-card{min-height:var(--card-min-height);border:var(--stroke-width) solid var(--color-border);background:var(--color-surface);transition:border-color var(--motion-card) ease, transform var(--motion-card) ease, background var(--motion-card) ease;flex-direction:column;justify-content:space-between;padding:26px;display:flex;position:relative;overflow:hidden}a.project-card:hover{border-color:var(--color-accent);transform:translateY(var(--card-hover-lift));background:#181a1e}.project-meta{justify-content:space-between;gap:var(--space-md);color:var(--color-accent);font-size:var(--font-size-metadata-compact);display:flex}.project-icon-stage{width:var(--icon-stage-size);height:var(--icon-stage-size);border:var(--stroke-width) solid var(--color-icon-stage-border);background:var(--color-icon-stage);border-radius:26px;place-items:center;display:grid;box-shadow:0 20px 45px #0000004d}.project-icon-stage img{width:var(--icon-size);height:var(--icon-size);object-fit:contain;border-radius:20px}.project-copy h3{letter-spacing:-.05em;text-transform:uppercase;margin:0 0 .7rem;font-size:clamp(2rem,3vw,2.6rem)}.project-copy p{max-width:30ch;color:var(--color-text-muted);margin:0;font-size:.9rem;line-height:1.55}.project-card.is-coming-soon{border-color:var(--color-coming-soon-border);background:var(--color-coming-soon-surface)}.project-card.is-coming-soon .project-meta{color:var(--color-text-muted)}.site-footer{align-items:center;gap:var(--space-xl);border-top:var(--stroke-width) solid var(--color-border);min-height:150px;color:var(--color-text-muted);font-size:var(--font-size-metadata-compact);grid-template-columns:1fr auto auto;display:grid}.site-footer strong{color:var(--color-text);font-weight:500}.footer-links{gap:var(--space-lg);display:flex}@media (width<=760px){.site-header nav{gap:var(--space-sm)}.site-header nav>a{display:none}.hero{min-height:630px}.hero h1{font-size:clamp(3rem,16vw,4.6rem)}.hero-scope{width:var(--scope-size-mobile);height:var(--scope-size-mobile);top:65px;right:-72px}.hero-scope:before{height:260px}.hero-scope:after{width:260px}.hero-scope span{filter:blur(30px);width:54px;height:54px;top:63px;left:63px}.project-card{min-height:var(--card-min-height-mobile);padding:22px}.project-icon-stage{width:var(--icon-stage-size-mobile);height:var(--icon-stage-size-mobile);border-radius:23px}.project-icon-stage img{width:var(--icon-size-mobile);height:var(--icon-size-mobile);border-radius:17px}.site-footer{gap:var(--space-xs);padding-block:var(--space-xl);grid-template-columns:1fr}}.eyebrow,.section-heading,.project-meta,.about h2,.site-footer{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em}.eyebrow{margin:0 0 var(--space-lg);color:var(--color-text-muted);font-size:var(--font-size-metadata)}.projects{padding-top:var(--space-3xl)}.section-heading{font-size:var(--font-size-metadata);justify-content:space-between;align-items:end;margin-bottom:1.75rem;display:flex}.section-heading h2{font:inherit;margin:0}.section-heading span{color:var(--color-text-muted)}.project-grid{gap:var(--space-md);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.about{gap:var(--space-2xl);margin-top:var(--space-5xl);padding-block:var(--space-5xl);border-top:var(--stroke-width) solid var(--color-border);grid-template-columns:1fr 2fr;display:grid}.about h2{font-size:var(--font-size-metadata);margin:0;font-weight:400}.about p{max-width:var(--about-copy-max-width);letter-spacing:-.045em;margin:0;font-size:clamp(2rem,4.5vw,3.5rem);line-height:1.08}@keyframes rise{0%{opacity:0;transform:translateY(18px)}}@media (width<=760px){.section-shell{width:min(calc(100% - var(--page-gutter-mobile) - var(--page-gutter-mobile)), var(--content-max-width))}.project-grid{grid-template-columns:1fr}.about{padding-block:var(--space-4xl);grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{animation-duration:var(--motion-reduced)!important;transition-duration:var(--motion-reduced)!important;animation-iteration-count:1!important}a.project-card:hover{transform:none}}
