
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Cormorant+Garamond:wght@500;600;700&display=swap');

:root{
  --paper:#fffdf9;
  --cream:#f3f1e9;
  --cream-2:#e9ede4;
  --ink:#1d211b;
  --muted:#697064;
  --green:#58704f;
  --green-dark:#3f5740;
  --green-soft:#7b8d70;
  --line:#e3e1d7;
  --max:1460px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.5;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
.shell{width:min(var(--max),calc(100% - 64px));margin:0 auto}

.topbar{
  background:rgba(255,253,249,.96);
  border-bottom:1px solid #ece8df;
  position:sticky;
  top:0;
  z-index:100;
  backdrop-filter:blur(12px);
}
.nav-inner{
  min-height:98px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:36px;
}
.logo{
  width:max-content;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  line-height:1;
}
.logo strong{
  font-family:"Cormorant Garamond",serif;
  font-size:31px;
  letter-spacing:.08em;
  font-weight:700;
}
.logo small{
  margin-top:7px;
  font-size:9px;
  font-weight:700;
  letter-spacing:.22em;
  color:#74766e;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:36px;
  font-size:14px;
  font-weight:650;
}
.nav-links a{
  padding:38px 0 10px;
  border-bottom:2px solid transparent;
}
.nav-links a:hover,.nav-links a.active{border-color:#242821}
.top-cta{
  justify-self:end;
  min-width:160px;
  text-align:center;
  color:#fff;
  background:var(--green);
  border-radius:30px;
  padding:15px 24px;
  font-weight:700;
}
.top-cta:hover{background:var(--green-dark)}
.menu-btn{display:none}

.hero{
  height:650px;
  min-height:650px;
  position:relative;
  overflow:hidden;
  background:#eee9df;
  isolation:isolate;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(21,33,22,.86) 0%,rgba(21,33,22,.77) 22%,rgba(21,33,22,.56) 38%,rgba(21,33,22,.24) 54%,rgba(21,33,22,.08) 66%,rgba(21,33,22,0) 77%);
  z-index:2;
}
.hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-width:none;
  transform:none;
  object-fit:cover;
  object-position:74% 10%;
  z-index:1;
  -webkit-mask-image:none;
  mask-image:none;
}
.hero-shade{
  display:none;
}
.hero-shell{
  width:auto;
  margin-left:clamp(22px,3.2vw,54px);
  margin-right:0;
}
.hero-content{
  position:relative;
  z-index:3;
  height:100%;
  width:min(46vw,610px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  color:#fff;
}
.hero-kicker{
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  color:#e6eadf;
}
.hero h1{
  margin:13px 0 0;
  max-width:580px;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(58px,5.4vw,86px);
  line-height:.9;
  letter-spacing:-.03em;
}
.hero p{
  max-width:500px;
  margin:22px 0 0;
  font-size:16px;
  line-height:1.65;
  color:rgba(255,255,255,.93);
}
.hero-actions{
  display:flex;
  gap:16px;
  margin-top:27px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 31px;
  border-radius:25px;
  font-weight:700;
  border:1.5px solid transparent;
  cursor:pointer;
}
.btn-green{background:var(--green);color:#fff}
.btn-green:hover{background:var(--green-dark)}
.btn-outline{border-color:#fff;color:#fff;background:rgba(0,0,0,.1)}
.btn-outline:hover{background:rgba(255,255,255,.11)}

.feature-strip{
  background:var(--paper);
  padding:24px 0 46px;
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.feature-card img{
  width:100%;
  height:245px;
  object-fit:cover;
  border-radius:20px;
}
.feature-card:nth-child(1) img{object-position:center 52%}
.feature-card:nth-child(2) img{object-position:center 55%}
.feature-card:nth-child(3) img{object-position:center center}
.feature-card h2{
  font-family:"Cormorant Garamond",serif;
  font-size:27px;
  line-height:1.1;
  margin:14px 0 3px;
}
.feature-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

.section{padding:92px 0}
.soft-section{background:var(--cream)}
.service-intro{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:end;
}
.eyebrow{
  display:inline-block;
  color:var(--green-dark);
  font-size:11px;
  font-weight:800;
  letter-spacing:.2em;
}
.eyebrow.light{color:#dbe3d6}
.service-intro h2,.section-head h2,.contact-copy h2{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(40px,4.5vw,60px);
  line-height:.98;
  letter-spacing:-.025em;
  margin:10px 0 0;
}
.service-intro>p{
  margin:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.7;
}
.service-pills{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.service-pills>div{
  padding:21px 20px;
  border:1px solid #dedfd6;
  border-radius:18px;
  background:rgba(255,255,255,.65);
}
.service-pills strong{display:block;margin-bottom:5px}
.service-pills span{font-size:13px;color:var(--muted)}

.section-head{
  text-align:center;
  max-width:800px;
  margin:0 auto 42px;
}
.section-head h2{margin:10px 0 12px}
.section-head p{
  margin:0;
  color:var(--muted);
  font-size:16px;
}

.reference-pair{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.reference-card{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  aspect-ratio:1.18 / 1;
  min-height:0;
  background:#eeeae2;
}
.reference-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.reference-card:first-child img{
  object-fit:cover;
  object-position:64% center;
  background:#eeeae2;
}
.reference-card:nth-child(2) img{object-position:center 54%}
.image-label{
  position:absolute;
  top:17px;
  left:17px;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:var(--ink);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}

.projects-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:24px;
}
.project-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 40px rgba(39,48,35,.05);
}
.project-card>img{
  width:100%;
  height:225px;
  object-fit:cover;
}
.project-card:nth-child(1)>img{object-position:center 54%}
.project-card:nth-child(2)>img{object-position:center 55%}
.project-card:nth-child(3)>img{object-position:center center}
.project-body{padding:22px}
.project-tag{
  display:inline-block;
  margin-bottom:7px;
  color:var(--green-dark);
  font-size:10px;
  font-weight:800;
  letter-spacing:.18em;
}
.project-card h3{
  font-family:"Cormorant Garamond",serif;
  font-size:27px;
  line-height:1.06;
  margin:0 0 8px;
}
.project-card p{
  color:var(--muted);
  margin:0;
  font-size:14px;
}
.project-meta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid var(--line);
}
.project-meta span{
  display:flex;
  flex-direction:column;
  gap:2px;
  color:var(--muted);
  font-size:12px;
}
.project-meta strong{
  color:var(--ink);
  font-size:14px;
}

.process-section{background:var(--cream-2)}
.steps-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.step-card{
  background:#fff;
  border:1px solid rgba(63,87,64,.12);
  border-radius:22px;
  padding:27px;
}
.step-card>span{
  font-family:"Cormorant Garamond",serif;
  color:var(--green);
  font-size:33px;
  font-weight:700;
}
.step-card h3{
  font-family:"Cormorant Garamond",serif;
  font-size:27px;
  margin:7px 0 7px;
}
.step-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

.contact-section{
  background:var(--green-dark);
  color:#fff;
}
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}
.contact-copy h2{margin:11px 0 18px}
.contact-copy p{
  max-width:570px;
  color:rgba(255,255,255,.82);
  font-size:17px;
}
.contact-copy ul{
  list-style:none;
  padding:0;
  margin:27px 0 0;
  display:grid;
  gap:11px;
}
.contact-copy li{
  position:relative;
  padding-left:25px;
  color:rgba(255,255,255,.9);
}
.contact-copy li::before{
  content:"✓";
  position:absolute;
  left:0;
  font-weight:800;
}
.form-card{
  background:#fff;
  border-radius:24px;
  padding:32px;
  box-shadow:0 18px 48px rgba(0,0,0,.16);
}
.form{
  display:grid;
  gap:13px;
}
.form input,.form select,.form textarea{
  width:100%;
  border:1px solid #dad8cf;
  border-radius:13px;
  padding:14px 15px;
  background:#fff;
  color:var(--ink);
}
.form textarea{
  min-height:125px;
  resize:vertical;
}
.form-btn{border-radius:13px;border:0}
.form-message{
  color:var(--green-dark);
  font-size:12px;
}

footer{
  background:#22271f;
  color:#e7eadf;
  padding:34px 0;
}
.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.footer-logo{
  font-family:"Cormorant Garamond",serif;
  font-size:22px;
  font-weight:700;
  letter-spacing:.1em;
}

@media (max-width:1020px){
  .shell{width:min(var(--max),calc(100% - 36px))}
  .nav-inner{grid-template-columns:1fr auto;min-height:82px}
  .nav-links,.top-cta{display:none}
  .menu-btn{
    display:block;
    border:1px solid #ddd9d0;
    border-radius:13px;
    padding:9px 12px;
    background:#fff;
  }
  .nav-links.open{
    display:flex;
    position:absolute;
    top:82px;
    left:18px;
    right:18px;
    background:#fff;
    padding:20px;
    border:1px solid var(--line);
    border-radius:15px;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
  }
  .nav-links.open a{padding:9px 0}
  .hero{
    height:590px;
    min-height:590px;
  }
  .hero::before{
    background:linear-gradient(90deg,rgba(21,33,22,.87) 0%,rgba(21,33,22,.78) 34%,rgba(21,33,22,.48) 54%,rgba(21,33,22,.18) 72%,rgba(21,33,22,0) 90%);
  }
  .hero-image{
    inset:0;
    width:100%;
    height:100%;
    transform:none;
    object-fit:cover;
    object-position:73% 9%;
  }
  .feature-grid,.projects-grid,.steps-grid{grid-template-columns:1fr}
  .hero-shell{width:auto;margin-left:18px;margin-right:0}
  .hero-content{width:min(58vw,500px)}
  .feature-card img{height:310px}
  .service-intro,.contact-grid{grid-template-columns:1fr}
  .service-pills{grid-template-columns:1fr 1fr}
  .reference-pair{grid-template-columns:1fr}
}
@media (max-width:640px){
  .shell{width:calc(100% - 28px)}
  .logo strong{font-size:25px}
  .hero{
    height:610px;
    min-height:610px;
  }
  .hero::before{
    background:linear-gradient(90deg,rgba(21,33,22,.87) 0%,rgba(21,33,22,.74) 42%,rgba(21,33,22,.36) 64%,rgba(21,33,22,.12) 80%,rgba(21,33,22,0) 100%);
  }
  .hero-image{
    top:-1%;
    right:0;
    bottom:auto;
    left:0;
    width:100%;
    height:116%;
    transform:none;
    object-fit:cover;
    object-position:72% 8%;
  }
  .hero-shell{width:auto;margin-left:14px;margin-right:0}
  .hero-content{width:min(68vw,430px)}
  .hero h1{font-size:46px}
  .hero p{font-size:14px}
  .hero-actions{gap:9px}
  .btn{padding:0 21px}
  .feature-card img{height:235px}
  .service-pills{grid-template-columns:1fr}
  .reference-card{aspect-ratio:1.12 / 1;min-height:0}
  .reference-card img{height:100%}
  .project-meta{grid-template-columns:1fr 1fr}
  .footer-inner{flex-direction:column;align-items:flex-start}
}
