:root{color-scheme:dark;--ink: #f0ece4;--muted: rgba(240, 236, 228, .48);--paper: #060608;--surface: #0d0d10;--surface-strong: #141319;--line: rgba(200, 149, 42, .2);--field: #0a0b0e;--accent: #c8952a;--accent-2: #e8b84b;--accent-3: #7a8da0;--danger: #c56850;--max: 1540px;--wide: 1820px;--page-pad: clamp(42px, 4vw, 72px);--section-pad-y: clamp(86px, 8vw, 138px);--text-xs: 11px;--text-sm: 13px;--text-md: 16px;--text-lg: 20px;--text-xl: clamp(34px, 3vw, 54px);--text-display: clamp(76px, 9.8vw, 152px);--dur-1: .18s;--dur-2: .28s;--dur-3: .52s;--ease-out: cubic-bezier(.2, .9, .2, 1);--cursor-x: 50vw;--cursor-y: 50vh;font-family:"Noto Serif SC",Songti SC,SimSun,Georgia,Times New Roman,serif}*{box-sizing:border-box}.has-custom-cursor,.has-custom-cursor *{cursor:none}.cursor-dot,.cursor-ring{position:fixed;top:0;left:0;z-index:10000;pointer-events:none;opacity:0}.has-custom-cursor .cursor-dot,.has-custom-cursor .cursor-ring{opacity:1}.cursor-dot{width:7px;height:7px;margin:-3.5px 0 0 -3.5px;border-radius:999px;background:var(--accent);box-shadow:0 0 18px #c8952a6b}.cursor-ring{width:34px;height:34px;margin:-17px 0 0 -17px;border:1px solid rgba(200,149,42,.58);border-radius:999px;transition:width .18s ease,height .18s ease,margin .18s ease,border-color .18s ease,background .18s ease}.cursor-active .cursor-ring{width:58px;height:58px;margin:-29px 0 0 -29px;border-color:#e8b84be6;background:#c8952a14}body{margin:0;color:var(--ink);background:var(--paper);font-size:16px;line-height:1.65;overflow-x:hidden}body:before{position:fixed;inset:0;z-index:0;content:"";pointer-events:none;background-image:radial-gradient(560px circle at var(--cursor-x) var(--cursor-y),rgba(200,149,42,.07),transparent 38%),linear-gradient(rgba(200,149,42,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(200,149,42,.04) 1px,transparent 1px);background-size:auto,60px 60px,60px 60px}body:after{position:fixed;inset:0;z-index:1;content:"";pointer-events:none;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.04) 2px,rgba(0,0,0,.04) 4px)}img,iframe{max-width:100%}img{display:block}a{color:inherit;text-decoration-color:#f4efe447;text-underline-offset:.24em}a:hover{text-decoration-color:currentColor}.skip-link{position:absolute;left:12px;top:-48px;background:var(--accent);color:#15110a;padding:8px 12px;z-index:10}.skip-link:focus{top:12px}.site-header{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;height:72px;margin:0;padding:0 var(--page-pad);border-bottom:1px solid rgba(200,149,42,.08);background:linear-gradient(to bottom,rgba(6,6,8,.95),rgba(6,6,8,.45),transparent);position:fixed;top:0;left:0;right:0;z-index:100;backdrop-filter:blur(6px)}.brand{display:inline-flex;align-items:center;gap:14px;text-decoration:none}.brand>span:last-child{display:grid;gap:2px}.brand strong{color:var(--ink);font-size:15px;font-weight:900;letter-spacing:.06em;line-height:1.1}.brand small{color:var(--muted);font-family:Space Mono,Consolas,Courier New,monospace;font-size:11px;letter-spacing:.08em;text-transform:none}.brand-mark{display:grid;place-items:center;position:relative;width:36px;height:36px;border:1px solid var(--accent);background:#060608b8;color:var(--accent)}.brand-mark:before,.brand-mark:after{position:absolute;width:6px;height:6px;content:"";border-color:var(--accent);border-style:solid}.brand-mark:before{top:-4px;left:-4px;border-width:1px 0 0 1px}.brand-mark:after{right:-4px;bottom:-4px;border-width:0 1px 1px 0}.brand-mark__icon{width:27px;height:27px;overflow:visible}.brand-mark__horizon,.brand-mark__mountain-far,.brand-mark__mountain-main,.brand-mark__ridge,.brand-mark__survey{vector-effect:non-scaling-stroke}.brand-mark__horizon,.brand-mark__mountain-far,.brand-mark__mountain-main,.brand-mark__ridge,.brand-mark__survey{fill:none;stroke-linecap:round;stroke-linejoin:round}.brand-mark__mountain-main{stroke:#e8b84bf5;stroke-width:1.85}.brand-mark__mountain-far{stroke:#f0ece46b;stroke-width:1.25}.brand-mark__ridge{stroke:var(--accent-2);stroke-width:1.2}.brand-mark__horizon{stroke:#7a8da08a;stroke-width:.9}.brand-mark__survey{stroke:#c8952adb;stroke-width:1.1}.site-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:clamp(20px,2.8vw,42px);color:var(--muted);font-family:Space Mono,Consolas,Courier New,monospace;font-size:13px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.site-nav a{position:relative;border:0;padding:8px 0 7px;text-decoration:none;transition:color .22s ease}.site-nav a:after{position:absolute;left:0;bottom:0;width:0;height:1px;content:"";background:var(--accent);transition:width .26s ease}.site-nav a:hover{color:var(--accent-2);background:transparent}.site-nav a:hover:after{width:100%}.site-nav a.active{color:var(--accent);background:transparent}.site-nav a.active:after{width:100%}.menu-toggle{display:none;align-items:center;justify-content:center;gap:9px;width:48px;height:48px;border:1px solid rgba(200,149,42,.36);background:linear-gradient(135deg,rgba(200,149,42,.14),transparent 58%),#060608c7;color:var(--accent);padding:0;touch-action:manipulation}.menu-toggle__dot{width:7px;height:7px;border-radius:999px;background:currentColor;box-shadow:0 0 18px #c8952a9e}.menu-toggle__lines{display:grid;gap:6px}.menu-toggle__lines i{display:block;width:16px;height:1px;background:currentColor;transition:transform var(--dur-2) var(--ease-out),opacity var(--dur-2) var(--ease-out)}.nav-open .menu-toggle__lines i:first-child{transform:translateY(3.5px) rotate(45deg)}.nav-open .menu-toggle__lines i:last-child{transform:translateY(-3.5px) rotate(-45deg)}main{position:relative;z-index:2;min-height:70vh}.section,.wide-section{width:100%;margin:0 auto;padding:var(--section-pad-y) var(--page-pad)}.wide-section{width:100%}.section+.section,.wide-section+.wide-section,.section+.wide-section,.wide-section+.section{padding-top:0}.eyebrow{margin:0 0 10px;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.24em;text-transform:uppercase;font-family:Space Mono,Consolas,Courier New,monospace}h1,h2,h3,p{overflow-wrap:anywhere}h1{max-width:1120px;margin:0;font-size:clamp(54px,6.2vw,104px);line-height:1.02;letter-spacing:0;font-weight:900}h2{margin:0 0 18px;font-size:var(--text-xl);line-height:1.08;letter-spacing:0;font-weight:800}h3{margin:0;font-size:22px;line-height:1.2}.lead{max-width:780px;color:var(--muted);font-size:clamp(18px,1.4vw,22px);font-weight:300}.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;min-height:44px;padding:13px 28px;border:1px solid var(--accent);background:var(--accent);color:var(--paper);text-decoration:none;font-weight:800;font-family:Space Mono,Consolas,Courier New,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;transition:transform .22s ease,background .22s ease,border-color .22s ease}.button.secondary{background:transparent;color:var(--accent);border-color:#c8952a7a}.button:hover{background:var(--accent-2);border-color:var(--accent-2);transform:translateY(-2px)}.split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:clamp(28px,5vw,84px);align-items:start}.muted{color:var(--muted)}.tag-row{display:flex;flex-wrap:wrap;gap:8px}.tag{display:inline-flex;align-items:center;min-height:28px;border:1px solid var(--line);background:#ffffff08;color:var(--muted);padding:4px 9px;font-size:12px;font-weight:700}.project-grid,.work-grid,.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;border:1px solid rgba(200,149,42,.08);background:#c8952a1f}.project-card,.work-card,.post-card{position:relative;display:grid;gap:14px;min-height:100%;overflow:hidden;border:0;background:#0d0d10e0;color:inherit;text-decoration:none;transition:border-color .26s ease,transform .26s ease}.project-card:hover,.work-card:hover,.post-card:hover{border-color:#c8952a57;transform:translateY(-3px)}.project-card img,.work-card img{width:100%;aspect-ratio:16 / 9;object-fit:cover;background:var(--surface-strong);border-bottom:1px solid rgba(200,149,42,.08);filter:saturate(.86) contrast(1.05) brightness(.86);transition:transform .6s ease,filter .26s ease}.project-card:hover img,.work-card:hover img{transform:scale(1.035);filter:saturate(1) contrast(1.08) brightness(1)}.card-copy{display:grid;gap:10px;padding:0 16px 18px}.project-card h3,.work-card h3,.post-card h3{font-size:20px}.meta{color:var(--muted);font-size:13px;margin:0;font-family:Space Mono,Consolas,Courier New,monospace;letter-spacing:.08em}.site-footer{display:flex;justify-content:space-between;align-items:center;gap:clamp(28px,4vw,72px);position:relative;z-index:2;width:100%;margin:0 auto;padding:42px var(--page-pad);border-top:1px solid rgba(200,149,42,.1);color:#c8952a66;font-family:Space Mono,Consolas,Courier New,monospace;font-size:12px;letter-spacing:.14em;text-transform:none}.site-footer>p{display:flex;align-items:center;min-height:56px;margin:0;padding:0 22px;border-left:1px solid rgba(200,149,42,.34);border-top:1px solid rgba(200,149,42,.12);border-bottom:1px solid rgba(200,149,42,.12);background:#0d0d1047;position:relative}.site-footer>p:before{position:absolute;left:-1px;top:0;width:24px;height:1px;content:"";background:var(--accent)}.site-footer>p:after{position:absolute;left:18px;top:50%;width:4px;height:4px;content:"";border-radius:50%;background:var(--accent);transform:translateY(-50%)}.footer-links{display:flex;flex-wrap:wrap;gap:0;justify-content:flex-end;border:1px solid rgba(200,149,42,.16);background:linear-gradient(120deg,rgba(200,149,42,.08),transparent 34%),#0d0d10b8}.footer-links a{display:inline-flex;align-items:center;gap:10px;min-height:56px;color:#f0ece4b8;font-size:13px;font-weight:700;letter-spacing:.12em;text-decoration:none;padding:0 22px;border-left:1px solid rgba(200,149,42,.12);position:relative;transition:color var(--dur-2) var(--ease-out),background var(--dur-2) var(--ease-out)}.footer-icon{display:inline-grid;place-items:center;width:22px;height:22px;border:1px solid rgba(200,149,42,.32);color:var(--accent);font-family:Georgia,Times New Roman,serif;font-size:12px;font-weight:800;line-height:1}.footer-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.footer-links a:first-child{border-left:0}.footer-links a:after{position:absolute;left:22px;right:22px;bottom:12px;height:1px;content:"";background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform var(--dur-2) var(--ease-out)}.footer-links a:hover{color:var(--accent-2);background:#c8952a14}.footer-links a:hover:after{transform:scaleX(1)}a:focus-visible,button:focus-visible{outline:1px solid var(--accent-2);outline-offset:5px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.cursor-dot,.cursor-ring{display:none}}@media(max-width:1060px){.project-grid,.work-grid,.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){:root{--page-pad: 18px;--section-pad-y: 64px;--text-xl: clamp(28px, 8vw, 40px);--text-display: clamp(46px, 15vw, 72px)}.has-custom-cursor,.has-custom-cursor *{cursor:auto}.cursor-dot,.cursor-ring{display:none}body{font-size:16px;line-height:1.72}.site-header{align-items:center;flex-direction:row;min-height:64px;height:auto;padding:10px 16px;background:linear-gradient(to bottom,#060608fa,#060608e6),#060608f5;border-bottom-color:#c8952a29}.brand{min-width:0;gap:10px}.brand-mark{flex:0 0 auto;width:34px;height:34px}.brand-mark__icon{width:25px;height:25px}.brand>span:last-child{min-width:0}.brand strong{font-size:14px}.brand small{max-width:190px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:10px}.menu-toggle{display:inline-flex;flex:0 0 auto;margin-left:auto}.site-nav{position:absolute;top:calc(100% - 1px);left:0;right:0;display:grid;grid-template-columns:1fr;gap:0;justify-content:flex-start;max-height:0;overflow:hidden;border-bottom:1px solid rgba(200,149,42,0);background:linear-gradient(135deg,rgba(200,149,42,.08),transparent 48%),#08080afa;color:#f0ece4bd;font-size:15px;letter-spacing:.16em;box-shadow:0 24px 80px #0000006b;transition:max-height var(--dur-3) var(--ease-out),border-color var(--dur-2) var(--ease-out)}.site-nav a{display:flex;align-items:center;min-height:56px;padding:0 18px;border-top:1px solid rgba(200,149,42,.1);background:#0d0d1080}.site-nav a:before{width:5px;height:5px;margin-right:12px;border:1px solid rgba(200,149,42,.54);content:"";transform:rotate(45deg)}.site-nav a:after{left:18px;right:18px;bottom:0;width:auto;transform:scaleX(0);transform-origin:left}.site-nav a.active:after,.site-nav a:hover:after{width:auto;transform:scaleX(1)}.site-nav a.active{color:var(--accent-2);background:#c8952a14}.site-header.nav-open .site-nav{max-height:340px;border-bottom-color:#c8952a2e}main{padding-top:64px}.wide-section,.section{padding-right:var(--page-pad);padding-left:var(--page-pad)}h1{font-size:clamp(42px,13vw,60px);line-height:1.04}h2{font-size:clamp(28px,8vw,40px)}.lead{font-size:17px;line-height:1.75}.button-row,.tag-row{gap:8px}.button{justify-content:center;width:100%;min-height:48px;padding:13px 18px}.tag{min-height:30px;font-size:11px}.split,.project-grid,.work-grid,.post-grid{grid-template-columns:1fr}.site-footer{flex-direction:column;align-items:stretch;padding:34px var(--page-pad) calc(34px + env(safe-area-inset-bottom))}.site-footer>p{justify-content:center;width:100%;padding:0 18px;text-align:center}.footer-links{display:grid;grid-template-columns:1fr;justify-content:flex-start;width:100%}.footer-links a{justify-content:flex-start;min-height:52px;border-left:0;border-top:1px solid rgba(200,149,42,.12);padding:0 18px}}
