:root{--ink:#071b2b;--muted:#5c6d79;--line:#dce4e7;--paper:#f5f2ea;--white:#fff;--aqua:#78d8c5;--coral:#ff8c78;--shadow:0 22px 60px rgba(7,27,43,.11)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.site-header{height:82px;padding:0 clamp(20px,5vw,76px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(7,27,43,.1)}.brand{display:flex;gap:12px;align-items:center;color:inherit;text-decoration:none}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--ink);color:var(--aqua);font:700 22px Georgia,serif}.brand strong,.brand small{display:block}.brand strong{font-size:17px}.brand small{color:var(--muted);font-size:12px;letter-spacing:.16em;text-transform:uppercase}.contact-link,.primary-action,.project-link{font-weight:750}.contact-link{color:inherit}.hero{min-height:calc(100svh - 82px);padding:clamp(72px,12vh,140px) clamp(20px,9vw,140px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:radial-gradient(circle at 82% 18%,rgba(120,216,197,.38),transparent 24%),radial-gradient(circle at 68% 76%,rgba(255,140,120,.23),transparent 23%)}.eyebrow{margin:0 0 18px;color:#277565;font-size:12px;font-weight:850;letter-spacing:.18em;text-transform:uppercase}.hero h1{max-width:950px;margin:0;font:700 clamp(48px,7.4vw,112px)/.94 Georgia,serif;letter-spacing:-.055em}.hero-copy{max-width:610px;margin:32px 0;color:var(--muted);font-size:clamp(18px,2vw,24px);line-height:1.55}.primary-action{padding:15px 20px;border-radius:12px;background:var(--ink);color:#fff;text-decoration:none}.projects{padding:100px clamp(20px,7vw,110px) 120px;background:#fff}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:40px}.section-heading h2{margin:0;font:700 clamp(42px,5vw,72px) Georgia,serif}.section-heading>p{color:var(--muted)}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:22px}.project-card{min-height:360px;padding:28px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow);transition:transform .2s ease}.project-card:hover{transform:translateY(-4px)}.project-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:18px;background:var(--ink);color:var(--aqua);font:700 22px Georgia,serif}.project-content{margin-top:34px}.status{display:inline-flex;padding:6px 10px;border-radius:99px;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.status--active{background:#dff6ee;color:#176550}.status--planned{background:#fff0dc;color:#965810}.project-card h3{margin:14px 0 10px;font:700 32px Georgia,serif}.project-card p{margin:0;color:var(--muted);line-height:1.6}.project-link{margin-top:auto;color:var(--ink);text-decoration:none}.project-link--disabled{color:#89959d}footer{padding:26px clamp(20px,5vw,76px);display:flex;flex-wrap:wrap;justify-content:center;gap:10px 24px;background:var(--ink);color:#bdd0d9;font-size:13px}footer a{color:var(--aqua)}@media(max-width:600px){.site-header{height:70px}.hero{min-height:calc(100svh - 70px);padding-top:56px;padding-bottom:56px}.hero h1{font-size:clamp(44px,15vw,66px)}.section-heading{align-items:flex-start;flex-direction:column}.projects{padding-top:72px;padding-bottom:80px}.project-card{min-height:330px}footer{flex-direction:column;align-items:center}}
