:root{
  --bg:#F4F1EC;
  --paper:#FFFEFB;
  --ink:#2C2925;
  --muted:#6F7770;
  --sage:#6F897B;
  --sage-dark:#4E6D5F;
  --sage-soft:#E8EFE9;
  --cream:#EFE8DE;
  --line:rgba(44,41,37,.10);
  --shadow:0 18px 42px rgba(44,41,37,.08);
  --radius:24px;
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Instrument Sans','Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  background:var(--bg);
  color:var(--ink);
  line-height:1.58;
  text-align:left;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%;}
a{color:inherit;}
.container{width:min(1060px,91%);margin:0 auto;}
section{padding:52px 0;}
h1,h2,h3{
  font-family:'Instrument Sans','Inter',system-ui,sans-serif;
  font-weight:720;
  letter-spacing:-.035em;
  color:var(--ink);
  text-wrap:balance;
}
h1{font-size:clamp(2rem,9.4vw,3.65rem);line-height:1.03;max-width:760px;}
h2{font-size:clamp(1.55rem,7.2vw,2.65rem);line-height:1.08;max-width:720px;}
h3{font-size:1.05rem;line-height:1.18;letter-spacing:-.02em;}
p{font-size:1rem;line-height:1.68;color:var(--muted);max-width:680px;}
.lead{font-size:1.03rem;margin-top:16px;}
.small-label{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin-bottom:16px;
  padding:7px 13px;
  border-radius:999px;
  background:var(--sage-soft);
  color:var(--sage-dark);
  font-size:.69rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.btn-row{display:flex;flex-direction:column;gap:12px;margin-top:24px;}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 20px;
  border-radius:17px;
  font-weight:760;
  text-decoration:none;
  border:1px solid transparent;
  transition:.2s ease;
  text-align:center;
}
.btn:hover{transform:translateY(-1px);box-shadow:var(--shadow);}
.btn.sage{background:var(--sage);color:white;}
.btn.secondary{background:white;color:var(--ink);border-color:var(--line);}
.btn.dark{background:var(--ink);color:white;}
.btn.light{background:white;color:var(--sage-dark);}
.topbar{
  position:sticky;
  top:0;
  z-index:60;
  background:rgba(244,241,236,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:14px;}
.logo-link{display:flex;align-items:center;gap:11px;text-decoration:none;min-width:0;}
.logo-icon{width:42px;height:42px;border-radius:50%;object-fit:cover;box-shadow:0 8px 18px rgba(44,41,37,.08);flex:none;}
.logo-text{display:flex;flex-direction:column;line-height:1.05;min-width:0;}
.logo-text strong{font-size:1rem;font-weight:760;letter-spacing:-.02em;white-space:nowrap;}
.logo-text span{margin-top:4px;color:var(--muted);font-size:.62rem;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;}
.navlinks,.nav>.btn{display:none;}
.menu-button{width:50px;height:50px;border:0;border-radius:17px;background:white;box-shadow:0 9px 24px rgba(44,41,37,.09);font-size:1.35rem;cursor:pointer;flex:none;}
.mobile-panel{display:none;position:fixed;top:88px;right:4.5%;width:min(310px,91%);background:white;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:10px;z-index:80;}
.mobile-panel a{display:block;text-decoration:none;padding:14px;border-radius:14px;color:var(--muted);font-weight:720;}
.mobile-panel a:hover{background:var(--sage-soft);color:var(--sage-dark);}
.hero{padding:48px 0 42px;background:linear-gradient(180deg,#FBFAF6 0%,#F4F1EC 100%);}
.hero-grid{display:grid;gap:28px;align-items:center;}
.hero .lead{max-width:610px;}
.hero-proof{display:grid;grid-template-columns:1fr;gap:12px;margin-top:26px;}
.proof-item{background:rgba(255,255,255,.74);border:1px solid rgba(255,255,255,.9);border-radius:20px;padding:18px;box-shadow:0 10px 26px rgba(44,41,37,.045);}
.proof-item strong{display:block;margin-bottom:4px;font-weight:800;}
.proof-item p{font-size:.93rem;line-height:1.55;}
.hero-logo-card{display:none;}
.section-head{margin-bottom:24px;}
.section-head .lead{max-width:620px;}
.intro-band{padding:44px 0;background:var(--paper);}
.intro-card{background:var(--cream);border-radius:var(--radius);padding:24px;border:1px solid rgba(255,255,255,.7);}
.intro-card p{margin-top:12px;}
.services{background:var(--bg);}
.card-grid{display:grid;gap:14px;}
.card{background:white;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 12px 28px rgba(44,41,37,.045);}
.card p{margin-top:9px;font-size:.95rem;}
.service-note{margin-top:18px;background:var(--sage-soft);color:var(--sage-dark);border-radius:20px;padding:18px;font-weight:690;line-height:1.55;}
.portfolio-callout{background:var(--paper);}
.callout-card{background:white;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:var(--shadow);}
.about{background:var(--bg);}
.about-card{display:grid;gap:18px;background:white;border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:0 12px 28px rgba(44,41,37,.045);}
.about-header{display:flex;align-items:center;gap:14px;}
.about-header .small-label{margin-bottom:8px;}
.about-header h2{font-size:1.38rem;line-height:1.12;max-width:360px;}
.about-photo{width:68px;height:68px;border-radius:50%;object-fit:cover;object-position:center;box-shadow:0 10px 24px rgba(44,41,37,.11);border:3px solid rgba(255,255,255,.95);flex:none;}
.about-copy{display:grid;gap:10px;}
.about-copy p{font-size:.96rem;line-height:1.62;}
.process{background:#2F2C28;color:white;}
.process h2,.process h3{color:white;}
.process p{color:rgba(255,255,255,.72);}
.process .small-label{background:rgba(255,255,255,.12);color:white;}
.steps{display:grid;gap:12px;margin-top:22px;}
.step{background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:20px;}
.step span{display:inline-flex;width:36px;height:36px;border-radius:12px;background:white;color:var(--ink);align-items:center;justify-content:center;font-weight:800;margin-bottom:13px;}
.final-cta{background:var(--bg);}
.cta-box{background:linear-gradient(135deg,#2C2925,#48423A);color:white;border-radius:30px;padding:30px 24px;text-align:left;box-shadow:var(--shadow);}
.cta-box h2{color:white;}
.cta-box p{color:rgba(255,255,255,.75);}
.footer{background:#2C2925;color:rgba(255,255,255,.72);padding:36px 0;}
.footer-grid{display:grid;gap:24px;}
.footer-brand{display:flex;gap:13px;align-items:flex-start;}
.footer-title{color:white;font-weight:800;margin-bottom:5px;}
.footer p{font-size:.92rem;color:rgba(255,255,255,.62);}
.footer-col{display:grid;gap:8px;}
.footer-col strong{color:white;margin-bottom:4px;}
.footer-col a{text-decoration:none;color:rgba(255,255,255,.70);}
.float-buttons{position:fixed;right:17px;bottom:20px;z-index:70;}
.float-buttons a{width:55px;height:55px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 26px rgba(0,0,0,.20);}
.page-hero{padding:46px 0 30px;background:linear-gradient(180deg,#FBFAF6 0%,#F4F1EC 100%);}
.page-section{padding:28px 0 52px;}
.portfolio-grid{display:grid;gap:14px;}
.portfolio-card{background:white;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 28px rgba(44,41,37,.045);}
.project-type{display:inline-flex;margin-bottom:14px;padding:7px 11px;border-radius:999px;background:var(--sage-soft);color:var(--sage-dark);font-size:.68rem;font-weight:820;letter-spacing:.10em;text-transform:uppercase;}
.legal-page{padding:28px 0 56px;}
.legal-card{background:white;border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:0 12px 28px rgba(44,41,37,.045);}
.legal-card h2{font-size:1.18rem;margin-top:24px;}
.legal-card h2:first-child{margin-top:0;}
.legal-card p{margin-top:10px;font-size:.95rem;}
@media(min-width:720px){
  section{padding:72px 0;}
  .btn-row{flex-direction:row;align-items:center;}
  .hero{padding:76px 0 62px;}
  .hero-grid{grid-template-columns:1fr .72fr;gap:46px;}
  .hero-proof{grid-template-columns:repeat(3,1fr);}
  .hero-logo-card{display:block;background:white;border:1px solid var(--line);border-radius:34px;padding:34px;box-shadow:var(--shadow);}
  .hero-logo-card img{width:190px;border-radius:50%;margin:0 auto 22px;}
  .hero-logo-card p{text-align:center;font-size:.98rem;margin:0 auto;}
  .card-grid,.portfolio-grid{grid-template-columns:repeat(3,1fr);}
  .steps{grid-template-columns:repeat(4,1fr);}
  .about-card{grid-template-columns:auto 1fr;align-items:center;padding:30px;gap:26px;}
  .about-header{display:grid;justify-items:center;text-align:center;gap:14px;min-width:210px;}
  .about-header h2{font-size:1.65rem;}
  .about-photo{width:104px;height:104px;}
  .about-copy{align-self:center;}
  .callout-card{padding:36px;}
  .cta-box{text-align:center;padding:48px;}
  .footer-grid{grid-template-columns:1.5fr .7fr .8fr;}
  .navlinks{display:flex;align-items:center;gap:22px;color:var(--muted);font-size:.93rem;font-weight:690;}
  .navlinks a{text-decoration:none;}
  .nav>.btn{display:inline-flex;min-height:46px;padding:12px 18px;border-radius:15px;}
  .menu-button{display:none;}
}
@media(max-width:430px){
  .container{width:min(100% - 34px,1060px);}
  section{padding:46px 0;}
  h1{font-size:2.05rem;line-height:1.06;letter-spacing:-.033em;}
  h2{font-size:1.55rem;line-height:1.12;letter-spacing:-.028em;}
  .lead{font-size:1rem;line-height:1.58;}
  .hero{padding-top:42px;}
  .logo-icon{width:38px;height:38px;}
  .logo-text strong{font-size:.95rem;}
  .logo-text span{font-size:.56rem;letter-spacing:.10em;}
  .small-label{font-size:.64rem;padding:7px 12px;margin-bottom:14px;}
  .card,.portfolio-card,.about-card,.callout-card{border-radius:22px;padding:20px;}
  .about-header{gap:12px;}
  .about-header h2{font-size:1.26rem;line-height:1.13;}
  .about-photo{width:62px;height:62px;}
  .cta-box{border-radius:26px;padding:27px 22px;}
  .float-buttons a{width:52px;height:52px;}
}
@media(max-width:360px){
  .logo-text span{display:none;}
  h1{font-size:1.9rem;}
  h2{font-size:1.42rem;}
}
