:root{--stone:#f3efe8;--paper:#fffaf4;--plum:#2b182b;--soft:#4a3347;--orange:#c85d32;--rose:#d6b4a8;--muted:#746b65;--line:#2b182b24}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--stone);color:var(--plum);background-image:radial-gradient(#2b182b06 .8px,#0000 .8px);background-size:5px 5px;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}a{color:inherit;text-decoration:none}::selection{background:var(--rose)}.header{border-bottom:1px solid var(--line);z-index:5;justify-content:space-between;align-items:center;max-width:1600px;height:86px;margin:auto;padding:0 4vw;display:flex;position:relative}.brand{letter-spacing:0;font-size:1.35rem;font-weight:780}.brand span{color:var(--orange)}nav{gap:clamp(1.4rem,3vw,3.4rem);font-size:.92rem;font-weight:570;display:flex}nav a{padding:.5rem 0;position:relative}nav a:after{content:"";background:var(--orange);transform-origin:100%;width:100%;height:2px;transition:all .18s;position:absolute;bottom:0;left:0;transform:scaleX(0)}nav a:hover:after,nav a:focus-visible:after{transform-origin:0;transform:scaleX(1)}.hero{grid-template-columns:minmax(0,.93fr) minmax(520px,1.07fr);align-items:center;gap:clamp(3rem,6vw,7rem);max-width:1600px;min-height:calc(100vh - 86px);margin:auto;padding:clamp(4rem,7vw,7rem) 4vw clamp(5rem,8vw,8rem);display:grid}.eyebrow,.label{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.7rem;margin:0 0 1.8rem;font-size:.7rem;font-weight:680;display:flex}.eyebrow i{background:var(--orange);border-radius:50%;width:8px;height:8px}h1{letter-spacing:0;max-width:760px;margin:0;font-size:clamp(3.8rem,5.3vw,6.2rem);font-weight:760;line-height:.98}.intro{max-width:650px;color:var(--soft);margin:2rem 0 0;font-size:clamp(1.05rem,1.2vw,1.25rem);line-height:1.65}.actions{flex-wrap:wrap;gap:1rem;margin-top:2.3rem;display:flex}.button{border:1px solid var(--plum);border-radius:14px;justify-content:center;align-items:center;gap:.9rem;min-height:56px;padding:.85rem 1.5rem;font-weight:600;transition:all .18s;display:inline-flex}.button:hover{transform:translateY(-2px);box-shadow:0 14px 32px #2b182b1f}.primary{background:var(--orange);border-color:var(--orange);color:#fff}.button span{font-size:1.2rem}.highlights{grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:2.5rem;display:grid}.highlights article{border:1px solid var(--line);background:#fffaf485;border-radius:20px;min-height:128px;padding:1.1rem}.highlights small{color:var(--orange);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.58rem}.highlights strong{letter-spacing:0;margin-top:.7rem;font-size:1.8rem;display:block}.highlights p{color:var(--muted);margin:.35rem 0 0;font-size:.78rem}.architecture{min-height:610px;position:relative}.architecture:before{content:"SYSTEM / PRODUCTION";color:var(--muted);letter-spacing:.12em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.6rem;position:absolute;top:1%;right:3%}.dash{border:1px dashed #c85d324d;border-radius:40px;position:absolute;inset:7% 2% 3% 4%}.node{border:1px solid var(--line);background:#fffaf4f2;border-radius:20px;flex-direction:column;justify-content:center;min-height:94px;padding:1.1rem;transition:all .18s;animation:.5s both arrive;display:flex;position:absolute;box-shadow:0 15px 40px #2b182b14}.node:hover{transform:translateY(-3px);box-shadow:0 20px 48px #2b182b21}.node b{font-size:.88rem}.node span{color:var(--muted);margin-top:.45rem;font-size:.68rem}.api{width:31%;top:11%;left:18%}.ai{background:#ead6ce;width:31%;top:11%;right:2%}.bus{width:29%;top:38%;left:0}.core{background:var(--plum);color:#fff;width:40%;min-height:165px;top:34%;left:32%}.core small{color:#ef8a5e;letter-spacing:.11em;margin-bottom:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.56rem}.core span{color:#d9ccd7}.core em{color:#9ecda9;margin-top:1.1rem;font-size:.62rem;font-style:normal}.vector{width:26%;top:41%;right:0}.data{width:28%;bottom:2%;left:20%}.observe{width:30%;bottom:2%;right:5%}.section{max-width:1600px;margin:auto;padding:clamp(5rem,9vw,9rem) 4vw}.work{border-top:1px solid var(--line)}.section-head{grid-template-columns:.4fr 1.2fr .75fr;align-items:start;gap:2rem;margin-bottom:3.5rem;display:grid}.section-head h2{letter-spacing:0;max-width:720px;margin:0;font-size:clamp(2.6rem,4vw,4.5rem);line-height:1.03}.section-head>p:last-child{color:var(--muted);margin:0;line-height:1.7}.project-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.project{border:1px solid var(--line);background:#fffaf4b3;border-radius:28px;flex-direction:column;min-height:420px;padding:2rem;transition:all .2s;display:flex}.project:nth-child(2){background:#ead7cf}.project:nth-child(3){background:var(--plum);color:#fff}.project:hover{transform:translateY(-5px);box-shadow:0 24px 60px #2b182b1a}.project-meta{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;justify-content:space-between;gap:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.64rem;display:flex}.project:nth-child(3) .project-meta,.project:nth-child(3)>p{color:#d9ccd7}.project h3{letter-spacing:0;margin:auto 0 1rem;font-size:clamp(2.5rem,3.4vw,4rem)}.project>p{color:var(--soft);margin:0;line-height:1.65}.tags{flex-wrap:wrap;gap:.45rem;margin-top:1.4rem;display:flex}.tags span{opacity:.76;border:1px solid;border-radius:999px;padding:.4rem .65rem;font-size:.68rem}@keyframes arrive{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (width<=1100px){.hero,.project-grid{grid-template-columns:1fr}.project{min-height:320px}}@media (width<=720px){.header{height:72px;padding:0 1.25rem}nav{gap:1rem;font-size:.78rem}nav a:nth-child(2),nav a:nth-child(3){display:none}.hero{min-height:auto;padding:4rem 1.25rem 5rem}h1{font-size:clamp(3rem,14vw,4.6rem)}.actions{flex-direction:column}.button{width:100%}.highlights{gap:.5rem}.highlights article{min-height:108px;padding:.8rem}.highlights strong{font-size:1.4rem}.architecture{min-height:590px}.node{border-radius:15px;padding:.75rem}.api{width:47%;left:0}.ai{width:47%}.bus{width:44%;top:33%}.core{width:58%;top:39%;left:21%}.vector{width:42%;top:36%}.data{width:45%;left:0}.observe{width:48%;right:0}.section{padding:5rem 1.25rem}.section-head{grid-template-columns:1fr;gap:1.2rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.systems-band{background:var(--plum);color:#fff}.systems-section{padding-top:clamp(5rem,9vw,9rem);padding-bottom:clamp(5rem,9vw,9rem)}.light-head .label,.light-head>p:last-child{color:#cbbfc9}.system-list{border-top:1px solid #ffffff2e}.system-row{border-bottom:1px solid #ffffff2e;grid-template-columns:.15fr .8fr .75fr 1.15fr;align-items:center;gap:2rem;min-height:190px;padding:2rem 0;display:grid}.system-index{color:#ef8a5e;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.72rem}.system-row>div>p{color:#aa9ba7;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .65rem;font-size:.68rem}.system-row h3{letter-spacing:0;margin:0;font-size:clamp(2rem,3vw,3.3rem)}.system-row>strong{color:#efd2c6;max-width:260px;font-size:1rem;line-height:1.5}.system-row>p{color:#cbbfc9;margin:0;line-height:1.65}.timeline{border-top:1px solid var(--line)}.timeline-row{border-bottom:1px solid var(--line);grid-template-columns:.13fr .45fr .8fr 1.15fr;align-items:center;gap:2rem;min-height:200px;display:grid}.timeline-mark{align-items:center;height:100%;display:flex;position:relative}.timeline-mark:after{content:"";background:var(--line);width:1px;position:absolute;top:0;bottom:0;left:34px}.timeline-mark span{border:1px solid var(--line);background:var(--stone);z-index:1;border-radius:50%;place-items:center;width:68px;height:68px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.65rem;display:grid}.period{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.72rem}.timeline-title h3{letter-spacing:0;margin:0;font-size:1.7rem}.timeline-title p{color:var(--orange);margin:.4rem 0 0;font-size:.82rem}.timeline-copy{color:var(--soft);line-height:1.7}.stack-section{border-top:1px solid var(--line)}.stack-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(2,1fr);display:grid}.stack-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:190px;padding:2rem}.stack-card:last-child{grid-column:span 2}.stack-card>p{color:var(--orange);text-transform:uppercase;letter-spacing:.1em;margin:0 0 1.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.68rem}.stack-card>div{flex-wrap:wrap;gap:.65rem;display:flex}.stack-card span{background:#fffaf4a6;border-radius:10px;padding:.65rem .9rem;font-size:.85rem}.recognition{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,9rem);display:grid}.recognition-main h2{letter-spacing:0;max-width:650px;margin:0;font-size:clamp(2.8rem,4.4vw,5rem);line-height:1}.recognition-main>p:last-child{max-width:600px;color:var(--soft);margin:2rem 0 0;font-size:1.05rem;line-height:1.75}.credential-list{border-top:1px solid var(--line)}.credential-list>div{border-bottom:1px solid var(--line);grid-template-columns:.25fr 1fr .65fr;align-items:center;gap:1rem;padding:1.4rem 0;display:grid}.credential-list span{color:var(--orange);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.7rem}.credential-list strong{font-size:.95rem}.credential-list p{color:var(--muted);text-align:right;margin:0;font-size:.8rem}.contact{background:var(--orange);color:#fff;padding:clamp(6rem,10vw,11rem) 4vw}.contact-inner{max-width:1500px;margin:auto}.contact .label{color:#f6d8cb}.contact h2{letter-spacing:0;max-width:1100px;margin:0;font-size:clamp(4rem,8vw,9rem);line-height:.9}.contact-copy{color:#fae5dd;max-width:680px;margin:2.5rem 0 0;font-size:1.1rem;line-height:1.7}.contact-actions{align-items:center;gap:2rem;margin-top:2.4rem;display:flex}.contact-primary{color:var(--plum);background:#fff;border-color:#fff}.contact-actions>a:not(.button){border-bottom:1px solid #ffffff80;padding:.7rem 0}.contact-meta{color:#fae5dd;border-top:1px solid #ffffff59;justify-content:space-between;gap:2rem;margin-top:clamp(5rem,9vw,9rem);padding-top:1.5rem;font-size:.82rem;display:flex}footer{background:var(--plum);color:#d8ccd6;justify-content:space-between;align-items:center;gap:1rem;min-height:90px;padding:0 4vw;font-size:.75rem;display:flex}footer span:first-child{color:#fff;font-size:.9rem;font-weight:700}@media (width<=1100px){.system-row{grid-template-columns:.15fr .7fr 1fr}.system-row>p{grid-column:2/4}.timeline-row{grid-template-columns:.15fr .6fr 1.2fr}.timeline-copy{grid-column:2/4}.recognition{grid-template-columns:1fr}}@media (width<=720px){.system-row{grid-template-columns:.15fr 1fr;gap:1rem;padding:2rem 0}.system-row>strong,.system-row>p{grid-column:2}.timeline-row{grid-template-columns:.2fr 1fr;gap:1rem;padding:2rem 0}.timeline-mark{grid-row:1/4}.timeline-mark:after{left:22px}.timeline-mark span{width:46px;height:46px}.period,.timeline-title,.timeline-copy{grid-column:2}.stack-grid{grid-template-columns:1fr}.stack-card:last-child{grid-column:auto}.recognition{gap:3.5rem}.credential-list>div{grid-template-columns:.25fr 1fr}.credential-list p{text-align:left;grid-column:2}.contact{padding:6rem 1.25rem}.contact h2{font-size:clamp(4rem,18vw,6.2rem)}.contact-actions,.contact-meta{flex-direction:column;align-items:flex-start}.contact-actions .button{width:auto}footer{flex-direction:column;align-items:flex-start;padding:1.5rem 1.25rem}}
