:root { --ink:#0b0c0d; --ash:#17191b; --silver:#b9babd; --mist:#e9e9e6; --cyan:#00d9ed; --line:rgba(233,233,230,.18); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--ink); color:var(--mist); font-family:Manrope,Arial,sans-serif; overflow-x:hidden; }
a { color:inherit; text-decoration:none; }
.site-grain { position:fixed; inset:0; opacity:.045; pointer-events:none; z-index:4; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.site-header { height:90px; padding:20px clamp(22px,4vw,72px); display:flex; align-items:center; justify-content:space-between; position:absolute; width:100%; z-index:2; }
.brand img, footer img { display:block; width:145px; height:auto; }
nav { display:flex; gap:30px; font-size:11px; text-transform:uppercase; letter-spacing:.11em; }
nav a:hover, footer a:hover { color:var(--cyan); }
.menu-button { display:none; color:var(--mist); border:0; background:none; font:inherit; text-transform:uppercase; letter-spacing:.1em; }
.hero { min-height:100svh; padding:clamp(150px,24vh,270px) clamp(22px,7vw,130px) 50px; display:flex; flex-direction:column; justify-content:space-between; background:radial-gradient(circle at 74% 27%, rgba(0,217,237,.11), transparent 20%), linear-gradient(128deg,#111315 0%,#0b0c0d 54%,#171a1b 100%); position:relative; overflow:hidden; }
.hero:after { content:""; position:absolute; right:-16vw; bottom:-14vw; height:min(68vw,850px); width:min(68vw,850px); border:1px solid rgba(233,233,230,.1); border-radius:50%; box-shadow:0 0 0 85px rgba(233,233,230,.025),0 0 0 170px rgba(233,233,230,.018); }
.eyebrow,.section-number,.project-index,.project-type,.contact-note { font:10px 'DM Mono',monospace; text-transform:uppercase; letter-spacing:.08em; color:var(--silver); }
h1,h2,h3,p { margin:0; }
h1 { font-size:clamp(3.7rem,9vw,10rem); font-weight:500; line-height:.88; letter-spacing:-.075em; position:relative; z-index:1; }
em { font-family:Georgia,serif; font-weight:400; }
.hero-foot { max-width:830px; display:flex; align-items:end; justify-content:space-between; gap:40px; position:relative; z-index:1; }
.hero-foot > p { max-width:390px; font-size:15px; line-height:1.65; color:var(--silver); }
.circle-link { width:104px; height:104px; border:1px solid var(--line); border-radius:50%; display:flex; flex-direction:column; justify-content:center; align-items:center; gap:4px; font-size:9px; line-height:1.35; text-transform:uppercase; letter-spacing:.08em; transition:.3s; }
.circle-link b { color:var(--cyan); font-size:19px; font-weight:400; }.circle-link:hover { background:var(--cyan); color:var(--ink); border-color:var(--cyan); }.circle-link:hover b { color:var(--ink); }
.intro,.project-detail,.contact { padding:clamp(80px,13vw,190px) clamp(22px,7vw,130px); display:grid; grid-template-columns:1fr 2fr; gap:50px; border-top:1px solid var(--line); }
h2 { font-size:clamp(2.25rem,5.1vw,6rem); font-weight:500; letter-spacing:-.065em; line-height:.98; }
.lead { font-size:clamp(1rem,1.55vw,1.35rem); max-width:680px; line-height:1.6; color:var(--silver); margin-top:38px; }
.work-section { background:var(--mist); color:var(--ink); padding:clamp(80px,13vw,190px) clamp(22px,7vw,130px) clamp(55px,8vw,100px); }
.project-list { background:var(--mist); color:var(--ink); padding:0 clamp(22px,7vw,130px); }
.work-section .section-heading { display:grid; grid-template-columns:1fr 2fr; gap:50px; padding-bottom:clamp(55px,8vw,100px); }.work-section .section-number,.project-index,.project-type { color:#606265; }
.project { border-top:1px solid #bcbdbc; padding-top:18px; }.project-image { position:relative; display:block; overflow:hidden; background:#242629; }.project-image img { width:100%; display:block; aspect-ratio:1.9/1; object-fit:cover; transition:transform .8s cubic-bezier(.2,.8,.2,1); }.project-image:hover img { transform:scale(1.035); }
.image-label { position:absolute; right:18px; bottom:18px; padding:12px 15px; color:var(--mist); background:var(--ink); font-size:10px; text-transform:uppercase; letter-spacing:.08em; opacity:0; transform:translateY(8px); transition:.3s; }.project-image:hover .image-label { opacity:1; transform:none; }.image-label b { color:var(--cyan); font-size:16px; margin-left:16px; }
.project-meta { display:flex; justify-content:space-between; padding:22px 0 clamp(80px,13vw,180px); }.project-meta h3 { font-size:clamp(1.55rem,2.5vw,2.8rem); font-weight:500; letter-spacing:-.06em; margin:12px 0 8px; }.project-meta div > p:not(.project-index) { color:#606265; font-size:13px; }.project-type { text-align:right; padding-top:15px; }
.project-detail { padding:0 0 clamp(80px,13vw,190px); border-color:#bcbdbc; }.project-detail .lead { color:#4e5053; }.details-grid { display:grid; grid-template-columns:1fr 1fr; gap:26px; margin-top:60px; }.details-grid p { border-top:1px solid #bcbdbc; padding-top:12px; font-size:14px; }.details-grid span { display:block; color:#606265; font:9px 'DM Mono',monospace; letter-spacing:.08em; text-transform:uppercase; margin-bottom:10px; }
.other-work { padding:clamp(80px,13vw,190px) clamp(22px,7vw,130px); border-top:1px solid var(--line); }.other-work .section-heading { display:grid; grid-template-columns:1fr 2fr; gap:50px; padding-bottom:clamp(55px,8vw,100px); }.gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }.gallery-item { position:relative; padding:0; overflow:hidden; border:0; background:#1a1c1e; color:var(--mist); text-align:left; cursor:pointer; }.gallery-item img { width:100%; aspect-ratio:1.35; object-fit:cover; display:block; filter:saturate(.85); transition:filter .3s ease,transform .5s ease; }.gallery-item span { position:absolute; left:12px; bottom:12px; padding:8px 10px; background:var(--ink); font:9px 'DM Mono',monospace; letter-spacing:.06em; text-transform:uppercase; opacity:0; transform:translateY(6px); transition:.25s; }.gallery-item:hover img,.gallery-item:focus-visible img { filter:saturate(1.1); transform:scale(1.035); }.gallery-item:hover span,.gallery-item:focus-visible span { opacity:1; transform:none; }.gallery-modal { width:min(1320px,94vw); max-height:94vh; margin:auto; padding:0; border:1px solid rgba(233,233,230,.25); background:#0d0f10; color:var(--mist); overflow:auto; }.gallery-modal::backdrop { background:rgba(0,0,0,.82); backdrop-filter:blur(6px); }.modal-content { display:block; }.modal-content img { width:100%; height:auto; max-height:72vh; object-fit:contain; display:block; background:#090a0a; }.modal-content > div { padding:clamp(24px,3vw,44px) clamp(26px,5vw,76px) clamp(32px,4vw,54px); }.modal-content > div .section-number { margin-bottom:12px; }.modal-content h2 { font-size:clamp(1.15rem,2.65vw,2.7rem); }.modal-content .lead { margin-top:10px; font-size:clamp(.72rem,.78vw,.78rem); line-height:1.45; }.modal-navigation { display:flex; flex-wrap:wrap; gap:26px; margin-top:24px; }.modal-previous,.modal-next { padding:0 0 9px; border:0; border-bottom:1px solid var(--cyan); background:transparent; color:var(--mist); cursor:pointer; font:10px 'DM Mono',monospace; text-transform:uppercase; letter-spacing:.09em; }.modal-previous span { color:var(--cyan); margin-right:34px; font-size:18px; }.modal-next span { color:var(--cyan); margin-left:34px; font-size:18px; }.modal-close { position:fixed; z-index:1; top:18px; right:calc(3vw + 12px); border:0; background:rgba(11,12,13,.78); color:var(--mist); width:42px; height:42px; font-size:30px; font-weight:300; cursor:pointer; }
.contact { background:linear-gradient(145deg,#111416,#0b0c0d); }.contact-link { display:inline-flex; gap:65px; align-items:center; border-bottom:1px solid var(--cyan); margin-top:50px; padding-bottom:12px; text-transform:uppercase; letter-spacing:.1em; font-size:12px; }.contact-link span { color:var(--cyan); font-size:24px; }.contact-note { margin-top:20px; font-size:8px; opacity:.65; }
footer { padding:28px clamp(22px,4vw,72px); border-top:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; color:var(--silver); font-size:10px; text-transform:uppercase; letter-spacing:.08em; }footer img { width:100px; opacity:.65; }
.reveal { opacity:0; transform:translateY(20px); transition:opacity .7s ease,transform .7s ease; }.reveal.is-visible { opacity:1; transform:none; }
@media (max-width:700px) { .site-header { height:76px; }.brand img { width:112px; } nav { display:none; } .menu-button { display:block; }nav.is-open { display:flex; position:absolute; top:74px; left:0; right:0; padding:22px; background:#111315; flex-direction:column; gap:18px; }.hero { padding-top:150px; }.hero-foot { align-items:flex-start; flex-direction:column; }.circle-link { width:88px; height:88px; }.intro,.project-detail,.contact,.work-section .section-heading,.other-work .section-heading { grid-template-columns:1fr; gap:28px; }.project-image img { aspect-ratio:1.15; }.project-meta { padding-bottom:50px; }.project-type { font-size:8px; }.details-grid { grid-template-columns:1fr; margin-top:42px; }.gallery { grid-template-columns:1fr 1fr; gap:6px; }.gallery-item img { aspect-ratio:1; }.gallery-item span { opacity:1; transform:none; font-size:8px; left:7px; bottom:7px; padding:6px; }.gallery-modal { width:94vw; }.modal-content img { max-height:62vh; }.modal-content > div { min-height:0; padding:26px 22px 32px; }.modal-close { top:12px; right:4vw; }.image-label { opacity:1; transform:none; }.contact-link { gap:30px; font-size:10px; } footer { flex-wrap:wrap; gap:22px; } }
