:root{--ink: #17231f;--muted: #60706a;--paper: #f5f3ed;--card: #ebe9e1;--accent: #d75b35;--line: rgba(23, 35, 31, .16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:radial-gradient(circle at 85% 8%,rgba(215,91,53,.08),transparent 26rem),var(--paper);font-family:DM Sans,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.site-header,main,footer{width:min(1180px,calc(100% - 48px));margin-inline:auto}.site-header{height:92px;display:flex;align-items:center;justify-content:space-between}.brand{font:700 1.65rem/1 Manrope,sans-serif;letter-spacing:-.08em}.brand span{color:var(--accent)}nav{display:flex;align-items:center;gap:32px;font-size:.94rem}nav a{transition:color .18s ease}nav a:hover{color:var(--accent)}.nav-contact{border:1px solid var(--ink);border-radius:100px;padding:8px 18px}.hero{min-height:660px;position:relative;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.eyebrow{margin:0 0 20px;color:var(--accent);font-size:.75rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}h1,h2,h3{margin-top:0;font-family:Manrope,sans-serif;line-height:1.08;letter-spacing:-.045em}h1{max-width:900px;margin-bottom:30px;font-size:clamp(3.1rem,7vw,6.6rem)}.hero-copy{max-width:560px;margin:0 0 38px;color:var(--muted);font-size:1.16rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{padding:13px 22px;border-radius:100px;font-weight:500;transition:transform .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button.primary{color:var(--paper);background:var(--ink)}.button.primary:hover{background:var(--accent)}.button.secondary{border:1px solid var(--line)}.button.secondary span{margin-left:8px}.orb{position:absolute;z-index:-1;border-radius:50%;filter:blur(1px)}.orb-one{right:4%;top:12%;width:260px;aspect-ratio:1;background:linear-gradient(145deg,#e0704d,#bf4427);box-shadow:-25px 34px 70px #5c2f1f30}.orb-two{right:24%;bottom:8%;width:95px;aspect-ratio:1;border:1px solid var(--ink);background:#f5f3ed66}.section{padding:120px 0;border-top:1px solid var(--line)}.section-heading{margin-bottom:52px}h2{margin-bottom:0;font-size:clamp(2.3rem,4.4vw,4.4rem)}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.project-card{min-height:320px;padding:32px;display:flex;flex-direction:column;justify-content:space-between;border-radius:4px;background:var(--card);transition:transform .2s ease,background .2s ease}.project-card:hover{transform:translateY(-4px);background:#e5e2d8}.project-featured{grid-row:span 2;min-height:656px;color:var(--paper);background:var(--ink)}.project-featured:hover{background:#22332d}.project-number{font:600 .8rem Manrope,sans-serif;opacity:.65}.project-type{margin:0 0 12px;color:var(--accent);font-size:.77rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em}.project-card h3{max-width:550px;margin-bottom:20px;font-size:clamp(1.7rem,3vw,3rem)}.project-card p:last-child{max-width:500px;margin-bottom:0;opacity:.7}.about-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:start}.about-grid p{margin-top:8px;color:var(--muted);font-size:1.08rem}footer{min-height:180px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);color:var(--muted);font-size:.88rem}footer .brand{color:var(--ink)}footer a:last-child:hover{color:var(--accent)}@media(max-width:760px){.site-header,main,footer{width:min(100% - 30px,1180px)}.site-header{height:76px}nav{gap:16px}nav a:not(.nav-contact){display:none}.hero{min-height:610px;padding-bottom:40px}.hero h1 br{display:none}.orb-one{right:-90px;top:9%;width:190px;opacity:.75}.orb-two{right:12%;bottom:5%}.section{padding:84px 0}.project-grid,.about-grid{grid-template-columns:1fr}.project-featured{min-height:480px;grid-row:auto}.project-card{min-height:300px;padding:25px}.about-grid{gap:34px}footer{min-height:210px;flex-direction:column;justify-content:center;gap:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}
