:root{--ink:#1b211d;--ink-soft:#273129;--paper:#f5f3ec;--mist:#e5e4da;--gold:#e9b650;--orange:#ce7042;--line:rgba(27,33,29,.18);--sans:"DM Sans",sans-serif;--serif:"Newsreader",Georgia,serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.55}.skip-link{position:absolute;left:-10000px}.skip-link:focus{left:1rem;top:1rem;z-index:20;background:#fff;padding:.8rem;color:#111}.site-header{height:82px;padding:0 clamp(1.25rem,5vw,5rem);display:flex;align-items:center;justify-content:space-between;background:var(--paper);position:relative;z-index:5}.logo img{display:block;width:clamp(155px,16vw,225px);height:auto}.site-header nav{display:flex;gap:clamp(1rem,2.5vw,2.7rem)}.site-header nav a{font-size:.84rem;font-weight:600;color:var(--ink);text-decoration:none}.site-header nav a:hover{color:var(--orange)}.menu-toggle{display:none;background:none;border:0;color:var(--ink);font:600 .83rem var(--sans)}.hero{min-height:calc(100svh - 82px);display:grid;place-items:center;position:relative;overflow:hidden;color:white}.hero-image,.hero-shade{position:absolute;inset:0}.hero-image{background:url('assets/hero.png') center/cover}.hero-shade{background:linear-gradient(90deg,rgba(26,31,27,.68),rgba(26,31,27,.22) 63%,rgba(26,31,27,.36))}.hero-content{position:relative;z-index:1;text-align:center;max-width:760px;padding:4rem 1.5rem}.hero-logo{width:min(470px,80vw);height:auto}.hero-content p{max-width:680px;margin:2rem auto 2.2rem;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:500;line-height:1.5;text-shadow:0 1px 18px rgba(0,0,0,.3)}.button{display:inline-flex;gap:1.8rem;align-items:center;padding:.9rem 1.15rem;background:var(--gold);color:var(--ink);text-decoration:none;font-size:.86rem;font-weight:700;border-radius:2px}.section{padding:clamp(5rem,10vw,9rem) clamp(1.25rem,8vw,9rem);display:grid;grid-template-columns:minmax(160px,.55fr) minmax(0,1.45fr);gap:clamp(2rem,8vw,10rem)}.section-title p{margin:0;font-size:.8rem;font-weight:700}.section-title p:before{content:"";display:inline-block;vertical-align:middle;width:25px;border-top:2px solid var(--orange);margin:0 .65rem 2px 0}.section-body h2,.about h1,.contact h2{font:600 clamp(2.7rem,5vw,5.1rem)/.98 var(--serif);letter-spacing:-.045em;margin:0 0 2.2rem}.about-copy{max-width:750px}.about-copy>p{max-width:620px;font-size:1.08rem;color:#4b564d}.values{display:flex;gap:.6rem;flex-wrap:wrap;padding:0;margin:2.4rem 0 0;list-style:none}.values li{padding:.45rem .8rem;border:1px solid var(--line);font-size:.78rem;font-weight:600}.section-dark{background:var(--ink);color:var(--mist)}.section-dark .section-title p:before{border-color:var(--gold)}.section-dark .section-body h2{max-width:700px}.cards{display:grid;gap:1px;margin-top:3rem;background:rgba(229,228,218,.18)}.cards-three{grid-template-columns:repeat(3,1fr)}.cards article{background:var(--ink-soft);padding:2rem 1.7rem;min-height:240px}.cards h3,.project-card h3,.list-items h3{font:600 1.35rem/1.1 var(--serif);margin:1rem 0 .8rem}.cards p,.project-card p,.list-items p{font-size:.88rem;margin:0;color:rgba(229,228,218,.72)}.card-icon{font-size:1.45rem;color:var(--gold)}.projects{background:#fffef9}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-top:3rem}.project-card{min-height:360px;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;color:#fff;position:relative;overflow:hidden;background-position:center;background-size:cover}.project-card:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(20,26,22,.86),transparent 70%)}.project-card>*{position:relative;z-index:1}.project-card span,.list-items span{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.sunrise{background-image:url('assets/hero.png')}.forest{background:linear-gradient(135deg,#263d34,#7f9c79)}.project-card h3{font-size:2rem;margin-top:auto}.section-soft{background:var(--mist)}.list-items{border-top:1px solid var(--line);margin-top:3rem}.list-items article{display:grid;grid-template-columns:120px 1fr 1.2fr;gap:1.5rem;padding:1.6rem 0;border-bottom:1px solid var(--line)}.list-items h3{margin:0;color:var(--ink)}.list-items p{color:#586158}.future .cards{background:var(--line)}.future .cards article{background:var(--paper);min-height:190px}.future .cards p{color:#556057}.future .cards h3{font-size:1.45rem}.contact{padding:clamp(5rem,11vw,9rem) 1.25rem;background:var(--orange);text-align:center;color:#fff}.contact>p:first-child{font-size:.8rem;font-weight:700;margin:0 0 1.3rem}.contact h2{margin-bottom:1rem}.contact>p:not(:first-child){max-width:500px;margin:0 auto 2rem;color:rgba(255,255,255,.85)}.contact a{display:inline-block;color:white;text-decoration:none;font:600 clamp(1.45rem,3.5vw,3rem)/1 var(--serif);border-bottom:1px solid rgba(255,255,255,.65);padding-bottom:.25rem}footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem clamp(1.25rem,5vw,5rem);font-size:.75rem}footer img{width:155px;height:auto}footer p{margin:0;color:#596258}footer a{color:var(--ink);font-weight:600}@media(max-width:760px){.site-header{height:68px}.menu-toggle{display:block}.site-header nav{display:none;position:absolute;top:68px;left:0;right:0;padding:1rem 1.25rem 1.5rem;background:var(--paper);flex-direction:column;gap:.8rem;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.hero{min-height:650px}.hero-shade{background:rgba(26,31,27,.52)}.section{grid-template-columns:1fr;gap:1.6rem;padding-top:4.5rem;padding-bottom:4.5rem}.cards-three,.project-grid{grid-template-columns:1fr}.cards article{min-height:0}.list-items article{grid-template-columns:1fr;gap:.45rem}.project-card{min-height:300px}footer{align-items:flex-start;flex-direction:column;gap:1rem}.logo img{width:160px}}@media(prefers-reduced-motion:no-preference){.button{transition:transform .2s ease,background .2s ease}.button:hover{transform:translateY(-2px);background:#f2c56a}}

/* A compact studio-style navigation: logo, navigation cluster, and a clear contact action. */
.site-header{height:96px;position:sticky;top:0;border-bottom:1px solid rgba(27,33,29,.1);box-shadow:0 8px 24px rgba(27,33,29,.04)}
.logo{display:flex;align-items:center;padding-right:clamp(1rem,3vw,3rem)}
.logo img{width:clamp(172px,15vw,218px)}
.header-actions{display:flex;align-items:center;gap:.85rem;margin-left:auto}
.site-header nav{gap:.15rem;padding:.38rem;border:1px solid rgba(27,33,29,.12);background:rgba(255,255,255,.58);border-radius:999px}
.site-header nav a{padding:.48rem .8rem;border-radius:999px;font-size:.78rem;transition:background .2s ease,color .2s ease}
.site-header nav a:hover{color:var(--ink);background:var(--mist)}
.nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 1rem;border-radius:999px;background:var(--ink);color:var(--paper);text-decoration:none;font-size:.78rem;font-weight:700;transition:background .2s ease,transform .2s ease}
.nav-cta:hover{background:var(--orange);transform:translateY(-1px)}
.hero{min-height:calc(100svh - 96px)}
@media(max-width:760px){.site-header{height:72px;padding:0 1.25rem}.logo{padding-right:0;border-right:0}.logo img{width:155px}.header-actions{margin-left:0}.nav-cta{display:none}.site-header nav{top:72px;margin:0;border-radius:0;border-left:0;border-right:0;border-top:1px solid rgba(27,33,29,.1);background:var(--paper);box-shadow:0 12px 20px rgba(27,33,29,.08)}.hero{min-height:calc(100svh - 72px)}}
