*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #F0EBE0;--ink: #1A1612;--ink-mid: #7A6E63;--accent: #FF3D00;--border: #D4C8B5;--font: "Syne", system-ui, sans-serif;--page-gutter: clamp(20px, 4vw, 48px);--section-gap: clamp(72px, 9vw, 112px)}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--cream);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}@media(hover:hover)and (pointer:fine){html,a{cursor:none}}.grain-overlay{position:fixed;inset:0;pointer-events:none;z-index:1000;opacity:.28;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23g)' opacity='1'/%3E%3C/svg%3E");background-size:300px 300px;mix-blend-mode:multiply}.page-cover{position:fixed;inset:0;background:var(--ink);z-index:9000;display:flex;align-items:center;justify-content:center;transition:transform 1s cubic-bezier(.76,0,.24,1)}.page-cover.is-hidden{transform:translateY(-100%)}.cover-mono{font-family:var(--font);font-weight:800;font-size:clamp(80px,15vw,180px);color:var(--cream);letter-spacing:-.06em;line-height:1;animation:coverPop .5s cubic-bezier(.16,1,.3,1) .1s both}.cover-accent-bar{position:absolute;bottom:0;left:0;height:3px;background:var(--accent);animation:coverBar .65s ease .15s both}@keyframes coverPop{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes coverBar{0%{width:0}to{width:100%}}.cursor-ring{position:fixed;top:-20px;left:-20px;width:40px;height:40px;border:2px solid #fff;background:#fff;border-radius:50%;pointer-events:none;z-index:8998;will-change:transform;mix-blend-mode:difference;transition:width .35s cubic-bezier(.16,1,.3,1),height .35s cubic-bezier(.16,1,.3,1),top .35s cubic-bezier(.16,1,.3,1),left .35s cubic-bezier(.16,1,.3,1)}.cursor-ring.is-hovering{width:64px;height:64px;top:-32px;left:-32px}.cursor-dot{position:fixed;top:-3px;left:-3px;width:6px;height:6px;background:#fff;border-radius:50%;pointer-events:none;z-index:9001;will-change:transform;mix-blend-mode:difference}.nav{position:fixed;top:0;left:0;right:0;padding:18px var(--page-gutter);display:flex;align-items:center;justify-content:space-between;gap:16px;z-index:100;background:var(--cream);border-bottom:1px solid var(--border)}.nav-logo{font-weight:800;font-size:14px;letter-spacing:.04em;color:var(--ink);transition:color .2s ease}.nav-logo:hover{color:var(--accent)}.nav-status{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-mid)}.status-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;flex-shrink:0;animation:statusPulse 2.5s ease infinite}@keyframes statusPulse{0%,to{box-shadow:0 0 #22c55e73}50%{box-shadow:0 0 0 5px #22c55e00}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:120px var(--page-gutter) 52px;gap:48px}.hero-meta{display:flex;align-items:center;animation:fadeUp .8s 1.05s both;opacity:0}.hero-welcome{display:inline-flex;align-items:center;gap:14px;font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-mid)}.hero-welcome-line{display:block;width:32px;height:1px;background:var(--accent);flex-shrink:0}.hero-identity{flex:1;display:flex;flex-direction:column;justify-content:center;padding:20px 0;gap:20px}.hero-label-wrap{display:flex;align-items:center;gap:12px;flex-wrap:wrap;animation:fadeUp .8s 1.05s both;opacity:0}.hero-label{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-mid)}.hero-label-sep{font-size:11px;font-weight:700;color:var(--accent)}.hero-name{display:flex;flex-direction:column;font-weight:800;font-size:clamp(52px,9.5vw,130px);line-height:.88;letter-spacing:-.045em;max-width:100%}.hero-name-line{display:block}.hero-name-outline{color:transparent;-webkit-text-stroke:2px var(--ink);animation:slideInLeft 1s cubic-bezier(.16,1,.3,1) 1.1s both;opacity:0}.hero-name-filled{color:var(--ink);padding-left:clamp(44px,8.5vw,120px);animation:slideInLeft 1s cubic-bezier(.16,1,.3,1) 1.22s both;opacity:0}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hero-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding-top:40px;border-top:1px solid var(--border);animation:fadeUp .8s 1.45s both;opacity:0}.hero-role{display:flex;flex-direction:column;gap:6px}.hero-role-label{font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-mid)}.hero-role-value{font-size:13px;font-weight:700;letter-spacing:.01em;color:var(--ink)}.hero-tagline{font-size:clamp(15px,1.8vw,20px);font-weight:400;color:var(--ink-mid);line-height:1.45;text-align:right;max-width:280px}.band{background:var(--ink);overflow:hidden;padding:19px 0;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.band-track{display:flex;align-items:center;white-space:nowrap;width:max-content;animation:marqueeScroll 24s linear infinite}.band-track span{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--cream);padding:0 28px}.band-track em{font-style:normal;color:var(--accent);font-size:15px;font-weight:700;flex-shrink:0}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.grid-section{display:grid;grid-template-columns:200px 1fr;gap:64px;padding:var(--section-gap) var(--page-gutter);border-top:1px solid var(--border)}.grid-side{display:flex;flex-direction:column;gap:10px;padding-top:10px}.section-num{font-size:11px;font-weight:800;letter-spacing:.18em;color:var(--accent)}.section-label{font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-mid)}.section-title{font-weight:800;font-size:clamp(34px,5vw,66px);line-height:.93;letter-spacing:-.04em;color:var(--ink);margin-bottom:48px}.section-title em{font-style:italic;color:var(--accent)}.prose p{font-size:17px;font-weight:400;line-height:1.75;color:var(--ink-mid);max-width:520px}.prose p+p{margin-top:22px}.prose strong{color:var(--ink);font-weight:700}.project{border-top:1.5px solid var(--border);padding-top:36px;transition:border-color .3s ease}.project:hover{border-color:var(--accent)}.project-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.project-idx{font-size:11px;font-weight:800;letter-spacing:.16em;color:var(--ink-mid)}.project-type{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:#ff3d0012;border:1px solid rgba(255,61,0,.22);padding:5px 14px;border-radius:999px}.project-logo-wrap{margin-bottom:20px}.project-logo{width:48px;height:48px;border-radius:12px;display:block}.project-body{display:flex;align-items:flex-start;gap:32px}.project-content{flex:1;min-width:0}.project-cover{flex-shrink:0;width:320px}.project-cover-img{width:100%;height:auto;aspect-ratio:53 / 35;object-fit:cover;border-radius:12px;box-shadow:0 8px 32px #1a16121f;display:block}.project-name{font-weight:800;font-size:clamp(38px,5.5vw,68px);line-height:.9;letter-spacing:-.045em;color:var(--ink);margin-bottom:24px}.project-desc{font-size:15px;font-weight:400;line-height:1.72;color:var(--ink-mid);max-width:500px;margin-bottom:36px}.project-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-top:28px;border-top:1px solid var(--border)}.project-tags{display:flex;gap:8px;flex-wrap:wrap}.project-tag--accent{color:var(--accent)!important;background:#ff3d0012!important;border-color:#ff3d0038!important}.project-tags span{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-mid);background:#1a16120d;border:1px solid var(--border);padding:5px 13px;border-radius:999px}.project-cta{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--cream);background:var(--ink);padding:14px 28px;border-radius:4px;white-space:nowrap;transition:background .22s ease,gap .22s ease}.project-cta:hover{background:var(--accent);gap:16px}.project-cta svg{width:13px;height:13px;flex-shrink:0;transition:transform .22s ease}.project-cta:hover svg{transform:translate(2px,-2px)}.footer{background:var(--ink);color:var(--cream);padding:64px var(--page-gutter) 48px}.footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;flex-wrap:wrap;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:32px}.footer-brand{display:flex;flex-direction:column;gap:6px}.footer-name{font-weight:800;font-size:clamp(28px,4vw,42px);letter-spacing:-.035em;color:var(--cream);line-height:1}.footer-domain{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f0ebe047}.footer-nav{display:flex;gap:32px;align-items:center;padding-top:8px}.footer-link{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f0ebe066;transition:color .2s ease}.footer-link svg{width:10px;height:10px;flex-shrink:0;transition:transform .2s ease}.footer-link:hover{color:var(--cream)}.footer-link:hover svg{transform:translate(2px,-2px)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:11px;font-weight:400;letter-spacing:.05em;color:#f0ebe038}.reveal-section{opacity:0;transform:translateY(44px);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}.reveal-section.is-visible{opacity:1;transform:translateY(0)}@media(max-width:1100px){.hero{min-height:auto;padding-top:108px}.hero-identity{justify-content:flex-start}.hero-footer,.project-body{gap:24px}.project-cover{width:min(280px,38vw)}}@media(max-width:900px){.nav{align-items:flex-start}.nav-status{font-size:10px;letter-spacing:.08em}.hero{padding-top:104px;padding-bottom:44px}.hero-identity{justify-content:flex-start;gap:16px;padding:8px 0}.hero-name{font-size:clamp(56px,11vw,104px)}.hero-name-filled{padding-left:clamp(26px,5vw,64px)}.hero-footer{flex-direction:column;align-items:flex-start}.hero-tagline{text-align:left;max-width:30rem}.grid-section{grid-template-columns:1fr;gap:28px}.grid-side{flex-direction:row;align-items:center;gap:16px;padding-top:0}.section-title{margin-bottom:36px}.prose p,.project-desc{max-width:none}.project-body{flex-direction:column}.project-cover{width:min(100%,540px)}}@media(max-width:768px){.cursor-ring,.cursor-dot{display:none}.nav{padding-top:16px;padding-bottom:16px}.nav-status{display:none}.hero{min-height:calc(100svh - 16px);padding-top:92px;padding-bottom:36px;gap:36px}.hero-meta{justify-content:center}.hero-welcome{gap:10px;letter-spacing:.14em}.hero-welcome-line{width:22px}.hero-label-wrap{gap:8px 10px}.hero-name{font-size:clamp(46px,13.5vw,84px);line-height:.92}.hero-name-filled{padding-left:clamp(18px,6vw,42px)}.hero-tagline{font-size:16px}.band{padding:15px 0}.band-track span{padding:0 18px}.section-title{font-size:clamp(32px,9vw,48px)}.prose p{font-size:16px;line-height:1.7}.project{padding-top:28px}.project-name{font-size:clamp(32px,10vw,52px);margin-bottom:18px}.project-desc{margin-bottom:28px}.project-cover{width:100%}.project-footer{flex-direction:column;align-items:stretch}.project-cta{justify-content:center;width:100%}.footer{padding-top:48px;padding-bottom:40px}.footer-inner{padding-bottom:36px;margin-bottom:24px}.footer-nav{gap:20px;flex-wrap:wrap}}@media(max-width:480px){:root{--page-gutter: 16px}.hero{padding-top:88px;padding-bottom:32px;gap:28px}.hero-meta{justify-content:flex-start}.hero-welcome{font-size:10px;gap:8px}.hero-welcome-line:first-child{display:none}.hero-label-wrap{gap:6px 8px}.hero-label,.hero-label-sep{font-size:10px}.hero-name{font-size:clamp(28px,10.2vw,42px);line-height:.98;letter-spacing:-.04em}.hero-name-outline{-webkit-text-stroke:1.1px var(--ink)}.hero-name-filled{padding-left:clamp(14px,5vw,24px)}.hero-footer{gap:16px;padding-top:28px}.hero-tagline{font-size:15px}.band-track span{font-size:10px;padding:0 14px}.grid-section{gap:22px}.section-title{margin-bottom:28px}.project-logo{width:42px;height:42px}.project-tags span{font-size:9px}.footer-nav{flex-direction:column;align-items:flex-start;gap:14px;padding-top:0}.footer-bottom{flex-direction:column;align-items:flex-start}}@media(max-width:390px){:root{--page-gutter: 14px}.hero-name{font-size:clamp(28px,11vw,40px);line-height:.98;letter-spacing:-.045em}.hero-name-outline{-webkit-text-stroke:1px var(--ink)}.hero-name-filled{padding-left:12px}}@media(hover:none),(pointer:coarse){.cursor-ring,.cursor-dot{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.band-track{animation:none}.reveal-section{opacity:1;transform:none}}
