@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');
:root{--ink:#24211f;--muted:#6d6661;--paper:#f7f3ee;--cream:#fffdf9;--rose:#d8b8ae;--rose-dark:#9c6f67;--sage:#b7c2b1;--line:#ded5ce}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);background:#fffdf9ee;position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}.logo{font-weight:700;letter-spacing:.1em}.logo span{color:var(--rose-dark)}nav{display:flex;gap:1.1rem;font-size:.7rem;font-weight:700}.menu-toggle{display:none;border:0;background:none;font-size:1.5rem}.container{width:min(1120px,88vw);margin:auto}.hero{min-height:680px;padding:9vw 0;display:grid;grid-template-columns:1.1fr .9fr;gap:5vw;align-items:center;background:var(--paper)}.eyebrow{font-size:.67rem;letter-spacing:.18em;font-weight:700;color:var(--rose-dark);margin:0 0 1rem}h1,h2,h3{margin-top:0}h1{font-size:clamp(3.7rem,8vw,7rem);line-height:.92;letter-spacing:-.06em;margin-bottom:1.5rem}h1 em,h2 em{font-family:"Playfair Display",serif;color:var(--rose-dark);font-weight:500}.lead{font-size:1.08rem;color:var(--muted);max-width:680px}.actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.7rem}.button{display:inline-block;padding:.65rem 1.1rem;border:1px solid var(--ink);border-radius:999px;font-size:.75rem;font-weight:700}.primary{background:var(--ink);color:#fff}.hero-art{min-height:420px;position:relative;display:grid;place-items:center}.orb{position:absolute;border-radius:50%}.orb.a{width:380px;height:380px;background:#e4d1ca;right:0}.orb.b{width:160px;height:160px;background:#cbd5c5;left:0;bottom:4%}.paper-card{width:270px;height:350px;background:var(--cream);border:1px solid var(--line);border-radius:22px;padding:2rem;position:relative;z-index:2;box-shadow:0 25px 55px #0001;transform:rotate(4deg);display:flex;flex-direction:column;justify-content:space-between}.paper-card strong{font:500 2.5rem/1.02 "Playfair Display",serif}.section{padding:8vw 0}.alt{background:var(--paper)}.dark{background:var(--ink);color:#fff}.section-head{max-width:760px;margin-bottom:3rem}.section-head h2,.copy h2{font-size:clamp(2.7rem,5vw,5rem);line-height:1.03;letter-spacing:-.05em}.muted{color:var(--muted)}.dark .muted{color:#c8c0bb}.cards,.project-grid,.repo-grid,.now-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.card,.project,.repo,.now{border:1px solid var(--line);border-radius:18px;padding:1.5rem;background:#fff;min-height:220px}.card:nth-child(2){background:var(--rose)}.card h3,.project h3,.repo h3{font:500 1.8rem/1.1 "Playfair Display",serif;margin:1.8rem 0 .7rem}.number{font-size:.65rem;letter-spacing:.16em;color:var(--rose-dark);font-weight:700}.split,.feature{display:grid;grid-template-columns:.3fr .7fr;gap:5vw}.feature{grid-template-columns:1fr 1fr;align-items:center}.label{font-size:.68rem;letter-spacing:.16em;color:var(--rose-dark);font-weight:700}.copy{max-width:800px}.quote{min-height:320px;border:1px solid #4c4744;border-radius:24px;padding:2rem;background:#2c2927;display:flex;flex-direction:column;justify-content:space-between}.quote p{font:500 clamp(2.5rem,5vw,4.8rem)/1 "Playfair Display",serif}.tags{display:flex;gap:.5rem;flex-wrap:wrap}.tags span{border:1px solid var(--line);border-radius:999px;padding:.35rem .7rem;font-size:.7rem}.repo{min-height:210px}.repo p{color:var(--muted);font-size:.85rem}.repo-meta{display:flex;gap:1rem;flex-wrap:wrap;font-size:.68rem;color:var(--muted);margin:1rem 0}.repo a{color:var(--rose-dark);font-weight:700}.status{padding:.7rem 1rem;border-radius:10px;background:var(--paper);color:var(--muted);margin-bottom:1rem}.timeline{border-left:1px solid var(--line);padding-left:2rem}.timeline-item{margin-bottom:2rem;position:relative}.timeline-item:before{content:"";position:absolute;left:-2.35rem;top:.5rem;width:9px;height:9px;border-radius:50%;background:var(--rose-dark)}.progress{height:7px;background:#eee6e0;border-radius:99px;overflow:hidden}.progress i{display:block;height:100%;background:var(--rose-dark)}.contact{text-align:center;padding:11vw 0;background:var(--ink);color:#fff}footer{display:flex;justify-content:space-between;padding:1.4rem 5vw;background:var(--ink);color:#aaa19b;font-size:.7rem}.page-hero{padding:8vw 0;background:var(--paper)}
@media(max-width:760px){.site-header{height:70px}.menu-toggle{display:block}nav{display:none}.site-header.open nav{display:flex;position:absolute;top:70px;left:0;right:0;padding:1rem 5vw;background:var(--cream);flex-direction:column;border-bottom:1px solid var(--line)}.hero,.feature,.split{grid-template-columns:1fr}.hero{padding:16vw 0}.hero-art{min-height:350px}.orb.a{width:300px;height:300px}.paper-card{width:230px;height:300px}.section{padding:15vw 0}.cards,.project-grid,.repo-grid,.now-grid{grid-template-columns:1fr}.split{gap:2rem}footer{flex-direction:column;gap:.4rem}}
