﻿:root{color-scheme:light;--bg:#fcfcfb;--surface:#f0f1ef;--hover:#e9ebe8;--text:#242725;--muted:#686f69;--line:#dedfdb;--accent:#456653;--tag:#eff1ed;--focus:#28784a}
:root[data-theme=dark]{color-scheme:dark;--bg:#181c19;--surface:#252b26;--hover:#2e3630;--text:#f0f2ed;--muted:#a8b0a9;--line:#39413b;--accent:#a5c7ad;--tag:#2c342d;--focus:#b3ddbe}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}a,button{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:2px solid var(--focus);outline-offset:6px;border-radius:2px}p,h1,h2,h3{margin:0}p{color:var(--muted)}.wrap{width:min(1080px,calc(100% - 96px));margin-inline:auto}.site-header{height:112px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:15px;font-size:15px;font-weight:600;letter-spacing:-.3px}.monogram{font-size:25px;letter-spacing:-2px;font-weight:700}.monogram span{color:var(--accent);margin-left:2px}nav{display:flex;align-items:center;gap:31px;font-size:14px}nav a:hover,.text-link:hover,.back-link:hover,footer a:hover{color:var(--accent);text-decoration:underline;text-underline-offset:5px}.theme-toggle{width:36px;height:36px;padding:9px;display:grid;place-items:center;background:none;border:1px solid var(--line);border-radius:50%;color:var(--text);cursor:pointer}.theme-toggle:hover{background:var(--surface)}.hero{padding:76px 0 66px}.eyebrow{text-transform:uppercase;letter-spacing:1.8px;font-size:12px;font-weight:600;color:var(--muted)}.status-dot{display:inline-block;width:6px;height:6px;background:var(--accent);border-radius:50%;margin-right:9px;vertical-align:2px}h1{font-weight:500;font-size:clamp(44px,6.1vw,74px);line-height:1.1;letter-spacing:-3.5px;margin:23px 0 26px}.muted-heading{color:var(--muted)}.hero-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.hero-bottom p{max-width:490px;font-size:17px;line-height:1.7}.text-link{font-size:14px;font-weight:600;white-space:nowrap;display:flex;gap:25px;align-items:center;padding-bottom:5px}.text-link span{font-size:22px;font-weight:400}.section-heading{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:27px 0 26px;gap:20px}h2{font-size:26px;line-height:1.3;font-weight:500;letter-spacing:-.8px}.section-heading h2{font-size:21px;letter-spacing:-.5px}.count{font-size:13px;color:var(--muted);font-weight:400;letter-spacing:0;margin-left:8px}.section-note{font-size:12px;color:var(--muted)}.project-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:32px;row-gap:40px}.project-card{display:block;min-width:0}.image-slot{aspect-ratio:1.65;position:relative;background:var(--surface);border:1px solid var(--line);border-radius:3px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;transition:background .2s ease}.project-card:hover .image-slot{background:var(--hover)}.image-slot img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.slot-plus{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-weight:300;font-size:24px;line-height:1;color:var(--muted);margin-bottom:12px}.slot-label{font-size:14px;color:var(--muted)}.slot-hint{font-size:12px;color:var(--muted);margin-top:3px}.slot-index{position:absolute;left:18px;top:14px;font-family:monospace;font-size:12px;color:var(--muted)}.slot-corner{position:absolute;bottom:14px;right:18px;font-family:monospace;font-size:12px;color:var(--muted)}.project-title-row{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:17px}.project-title-row h3{font-weight:500;font-size:20px;line-height:1.35;letter-spacing:-.5px}.project-arrow{font-size:23px;color:var(--muted);transition:transform .2s}.project-card:hover .project-arrow{transform:translate(3px,-3px);color:var(--text)}.project-card p{font-size:14px;line-height:1.65;margin-top:7px;max-width:450px}.tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.tags span{font-size:12px;padding:3px 9px;background:var(--tag);color:var(--muted);border-radius:3px}.section-rule{border-top:1px solid var(--line);padding:55px 0;display:grid;grid-template-columns:1fr 1fr;gap:32px}.about-section{margin-top:65px}.section-rule h2{margin-top:16px;font-size:32px;line-height:1.25;letter-spacing:-1px}.about-copy p+p{margin-top:15px}.template-copy{font-size:14px}.skill-list{display:flex;flex-wrap:wrap;gap:7px 19px;font-size:14px;color:var(--text);margin-top:24px}.contact-section{align-items:center}.contact-section p:not(.eyebrow){font-size:14px;margin-top:13px}.contact-links{display:flex;flex-direction:column;gap:18px}.contact-links a,.contact-placeholder{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:12px;font-size:16px}.contact-placeholder{color:var(--muted)}.contact-links a:hover{color:var(--accent)}footer{border-top:1px solid var(--line);padding:25px 0 30px;display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:12px}.skip-link{position:absolute;top:-100px;left:16px;background:var(--bg);padding:10px;z-index:5}.skip-link:focus{top:10px}.back-link{display:inline-block;color:var(--muted);font-size:14px;margin:33px 0 36px}.project-hero h1{max-width:850px;font-size:clamp(38px,5.5vw,64px);letter-spacing:-2.5px}.project-hero>p:not(.eyebrow){font-size:18px;max-width:700px}.project-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:32px 0 38px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.project-meta dt{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.project-meta dd{margin:6px 0 0;font-size:14px}.detail-image{aspect-ratio:2.1}.project-story{padding:20px 0 35px}.story-row{display:grid;grid-template-columns:1fr 2fr;gap:40px;border-bottom:1px solid var(--line);padding:33px 0}.story-row h2{font-size:23px}.detail-gallery{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:0 0 45px}.next-project{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:25px 0 45px}.next-project a{font-size:14px}.next-project a:hover{text-decoration:underline}.template-badge{display:inline-block;border:1px solid var(--line);padding:3px 8px;border-radius:3px;font-size:12px;color:var(--muted);margin-bottom:16px}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.site-header{height:86px}.brand{gap:10px}.brand>span:last-child{font-size:14px}nav{gap:18px}nav a{font-size:14px}.hero{padding:50px 0 42px}h1{letter-spacing:-2px}.hero-bottom{align-items:flex-start;flex-direction:column;gap:24px}.hero-bottom p{font-size:16px}.project-grid{gap:32px 20px}.section-heading{align-items:flex-start;flex-direction:column;gap:6px}.project-title-row h3{font-size:18px}.section-rule{grid-template-columns:1fr;gap:26px;padding:35px 0}.about-section{margin-top:45px}.section-rule h2{font-size:29px}.contact-links{margin-top:5px}footer{flex-wrap:wrap;gap:10px 20px}footer>span:nth-child(2){display:none}.project-meta{gap:12px}.story-row{grid-template-columns:1fr;gap:14px}.detail-gallery{gap:16px}}
@media(max-width:500px){.brand>span:last-child{display:none}nav{gap:23px}.project-grid{grid-template-columns:1fr}.image-slot{aspect-ratio:1.65}.hero h1{font-size:46px}.project-meta{grid-template-columns:1fr;gap:16px}.project-meta div{display:grid;grid-template-columns:100px 1fr}.project-meta dd{margin:0}.detail-gallery{grid-template-columns:1fr}.next-project{flex-direction:column}}
.coming-soon{cursor:default}.coming-soon .image-slot{border-style:dashed}.coming-soon:hover .image-slot{background:var(--surface)}.coming-soon .project-title-row h3{color:var(--muted)}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}

