*{box-sizing:border-box}
:root{
  --ink:#171716;
  --paper:#f5f1e8;
  --paper2:#e9e2d4;
  --green:#30483b;
  --rust:#a45438;
  --tan:#c4a77d;
  --line:rgba(23,23,22,.16);
  --muted:#73736d;
  --max:1480px
}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"Inter",system-ui,sans-serif;
}
a{color:inherit;text-decoration:none}
p,h1,h2,h3,blockquote{margin-top:0}

.concept-note{
  padding:8px 16px;
  background:var(--ink);
  color:#fff;
  text-align:center;
  font-size:9px;
  font-weight:700;
  letter-spacing:.15em
}

.masthead{
  max-width:var(--max);
  min-height:88px;
  margin:0 auto;
  padding:0 clamp(22px,5vw,74px);
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:30px;
  border-bottom:1px solid var(--line);
}
.wordmark{
  display:flex;
  flex-direction:column;
}
.wordmark span{
  font:400 34px/1 "Instrument Serif",serif;
}
.wordmark small{
  margin-top:5px;
  color:var(--muted);
  font-size:8px;
  font-weight:700;
  letter-spacing:.16em;
}
nav{display:flex;gap:30px}
nav a,.phone-link{
  font-size:12px;
  font-weight:600
}
.phone-link{
  justify-self:end;
  padding-bottom:3px;
  border-bottom:1px solid var(--ink)
}

.hero{
  max-width:var(--max);
  margin:0 auto;
  padding:clamp(66px,8vw,120px) clamp(24px,6vw,92px) 0;
}
.hero-kicker,.eyebrow{
  margin-bottom:18px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.2em
}
h1,h2{
  font-family:"Instrument Serif",serif;
  font-weight:400;
}
h1{
  max-width:1200px;
  margin-bottom:34px;
  font-size:clamp(72px,9vw,140px);
  line-height:.84;
  letter-spacing:-.045em
}
h1 em{
  display:block;
  color:var(--green);
  font-weight:400
}
.hero-bottom{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:70px;
  align-items:end;
  padding-bottom:52px
}
.hero-bottom>p{
  max-width:680px;
  margin-bottom:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.7
}
.hero-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:24px
}
.primary-cta{
  min-height:54px;
  padding:0 24px;
  display:inline-flex;
  align-items:center;
  background:var(--green);
  color:#fff;
  font-size:12px;
  font-weight:700
}
.secondary-link{
  font-size:12px;
  font-weight:600
}

.hero-slab{
  min-height:360px;
  position:relative;
  overflow:hidden;
  background:var(--green)
}
.slab-word{
  position:absolute;
  left:-20px;
  bottom:-78px;
  color:transparent;
  -webkit-text-stroke:2px rgba(245,241,232,.2);
  font:400 330px/1 "Instrument Serif",serif
}
.slab-note{
  position:absolute;
  color:#fff;
  font-size:9px;
  font-weight:700;
  letter-spacing:.16em
}
.top-note{left:28px;top:24px}
.bottom-note{right:28px;bottom:24px}

.credibility{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:220px 220px 1fr;
  border-left:1px solid var(--line);
  border-bottom:1px solid var(--line)
}
.credibility>div{
  min-height:150px;
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-right:1px solid var(--line)
}
.big{
  font:400 52px/1 "Instrument Serif",serif
}
.small{
  margin-top:8px;
  color:var(--muted);
  font-size:11px
}
.credibility-copy p{
  max-width:650px;
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.7
}

.section{
  max-width:var(--max);
  margin:0 auto;
  padding:clamp(76px,8vw,122px) clamp(24px,6vw,92px)
}

.services{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:clamp(50px,8vw,120px)
}
.services-intro h2,
.work-head h2,
.about h2,
.contact h2{
  margin-bottom:24px;
  font-size:clamp(52px,6vw,88px);
  line-height:.94;
  letter-spacing:-.035em
}
.services-copy{
  max-width:480px;
  color:var(--muted);
  line-height:1.7
}
.service-list{
  border-top:1px solid var(--line)
}
.service-list a{
  min-height:108px;
  padding:22px 0;
  display:grid;
  grid-template-columns:1fr 1fr 30px;
  align-items:center;
  gap:24px;
  border-bottom:1px solid var(--line)
}
.service-list span{
  font:400 34px/1 "Instrument Serif",serif
}
.service-list small{
  color:var(--muted);
  line-height:1.5
}
.service-list b{
  justify-self:end;
  font-size:18px;
  font-weight:400
}
.service-list a:hover span{color:var(--rust)}

.work{background:var(--paper2)}
.work-head{
  margin-bottom:42px;
  display:grid;
  grid-template-columns:1fr .55fr;
  gap:70px;
  align-items:end
}
.work-head>p{
  margin-bottom:4px;
  color:var(--muted);
  font-size:13px;
  line-height:1.6
}
.work-grid{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  grid-template-rows:390px 290px;
  gap:14px
}
.work-grid article{
  position:relative;
  overflow:hidden
}
.work-a{grid-row:1/3;background:var(--rust)}
.work-b{background:var(--green)}
.work-c{background:#5b4b40}
.work-d{
  display:none;
  background:var(--paper)
}
.texture{
  position:absolute;
  inset:-20%;
  opacity:.5
}
.trim-texture{
  background:
    repeating-linear-gradient(90deg,transparent 0 70px,rgba(255,255,255,.14) 70px 74px),
    repeating-linear-gradient(0deg,transparent 0 110px,rgba(0,0,0,.14) 110px 114px);
  transform:rotate(-7deg)
}
.wall-texture{
  background:
    linear-gradient(90deg,transparent 49%,rgba(255,255,255,.14) 50%,transparent 51%),
    linear-gradient(0deg,transparent 49%,rgba(255,255,255,.1) 50%,transparent 51%);
  background-size:70px 70px
}
.deck-texture{
  background:
    repeating-linear-gradient(90deg,rgba(255,255,255,.08) 0 2px,transparent 2px 76px),
    repeating-linear-gradient(0deg,transparent 0 76px,rgba(0,0,0,.22) 76px 79px);
  transform:perspective(600px) rotateX(55deg) scale(1.4)
}
.project-label{
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px;
  color:#fff
}
.project-label small{
  font-size:9px;
  font-weight:700;
  letter-spacing:.16em
}
.project-label strong{
  display:block;
  margin-top:8px;
  font:400 40px/1 "Instrument Serif",serif
}

.about{
  display:grid;
  grid-template-columns:.6fr 1.4fr;
  gap:clamp(50px,8vw,120px)
}
.about aside{
  padding-top:8px
}
.about-stats{
  margin-top:40px;
  border-top:1px solid var(--line)
}
.about-stats div{
  padding:18px 0;
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid var(--line)
}
.about-stats strong{
  font:400 24px "Instrument Serif",serif
}
.about-stats span{
  color:var(--muted);
  font-size:11px
}
.about-copy .lead{
  max-width:760px;
  font-size:21px;
  line-height:1.55
}
.about-copy>p:not(.lead){
  max-width:760px;
  color:var(--muted);
  line-height:1.75
}
.about-copy>a{
  display:inline-block;
  margin-top:20px;
  padding-bottom:4px;
  border-bottom:1px solid var(--ink);
  font-size:12px;
  font-weight:700
}

.testimonial-band{
  max-width:var(--max);
  min-height:420px;
  margin:0 auto;
  padding:clamp(60px,8vw,110px) clamp(24px,8vw,130px);
  background:var(--rust);
  color:#fff
}
.testimonial-stars{
  margin-bottom:34px;
  letter-spacing:.16em
}
blockquote{
  max-width:1100px;
  margin-bottom:30px;
  font:400 clamp(48px,6vw,86px)/1.02 "Instrument Serif",serif
}
.testimonial-band p{
  margin:0;
  color:rgba(255,255,255,.6);
  font-size:10px;
  letter-spacing:.14em
}

.contact{
  display:grid;
  grid-template-columns:1fr .7fr;
  gap:80px;
  align-items:end
}
.contact-title h2{
  margin-bottom:0
}
.contact-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-start
}
.contact-main{
  width:100%;
  min-height:110px;
  padding:22px 26px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:var(--green);
  color:#fff
}
.contact-main span{
  font-size:9px;
  font-weight:700;
  letter-spacing:.16em
}
.contact-main strong{
  margin-top:9px;
  font:400 36px "Instrument Serif",serif
}
.contact-secondary{
  margin-top:18px;
  font-size:11px;
  font-weight:700
}
.contact-actions p{
  margin:26px 0 0;
  color:var(--muted);
  font-size:11px;
  line-height:1.6
}

footer{
  max-width:var(--max);
  margin:0 auto;
  padding:34px clamp(24px,6vw,92px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  background:var(--ink);
  color:#fff
}
footer div{
  display:flex;
  flex-direction:column
}
footer strong{
  font-size:12px
}
footer span,footer p{
  margin:4px 0 0;
  color:rgba(255,255,255,.5);
  font-size:9px
}

.floating-quote{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:50;
  width:92px;
  height:92px;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:var(--tan);
  color:var(--ink);
  box-shadow:0 10px 30px rgba(0,0,0,.18)
}
.floating-quote span{
  font-size:10px;
  font-weight:700;
  letter-spacing:.12em
}
.floating-quote b{
  margin-top:4px;
  font-size:18px;
  font-weight:400
}

@media(max-width:980px){
  .masthead{
    grid-template-columns:1fr auto
  }
  nav{display:none}
  .hero-bottom{
    grid-template-columns:1fr;
    gap:30px
  }
  .hero-actions{justify-content:flex-start}
  .services{
    grid-template-columns:1fr
  }
  .work-head{
    grid-template-columns:1fr
  }
  .about{
    grid-template-columns:1fr
  }
  .contact{
    grid-template-columns:1fr
  }
}

@media(max-width:680px){
  .concept-note{
    padding:7px 10px;
    font-size:8px;
    line-height:1.4
  }

  .masthead{
    min-height:70px;
    padding:0 18px
  }
  .wordmark span{font-size:28px}
  .wordmark small{font-size:7px}
  .phone-link{display:none}

  .hero{
    padding:50px 22px 0
  }
  .hero-kicker{font-size:9px}
  h1{
    font-size:clamp(56px,16vw,76px);
    line-height:.88
  }
  .hero-bottom{
    padding-bottom:40px
  }
  .hero-bottom>p{
    font-size:16px
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%
  }
  .primary-cta{
    width:100%;
    justify-content:center
  }
  .hero-slab{
    min-height:250px
  }
  .slab-word{
    left:-8px;
    bottom:-42px;
    font-size:210px
  }
  .bottom-note{
    left:22px;
    right:auto
  }

  .credibility{
    grid-template-columns:1fr 1fr
  }
  .credibility-copy{
    grid-column:1/-1
  }
  .credibility>div{
    min-height:118px;
    padding:20px
  }

  .section{
    padding:58px 22px
  }

  .services-intro h2,
  .work-head h2,
  .about h2,
  .contact h2{
    font-size:clamp(46px,13vw,62px)
  }
  .service-list a{
    min-height:94px;
    grid-template-columns:1fr 24px;
    gap:10px
  }
  .service-list span{
    font-size:29px
  }
  .service-list small{
    grid-column:1;
    font-size:11px
  }
  .service-list b{
    grid-column:2;
    grid-row:1/3
  }

  .work-grid{
    grid-template-columns:1fr;
    grid-template-rows:320px 220px 220px
  }
  .work-a{
    grid-row:auto
  }
  .project-label strong{
    font-size:32px
  }
  .work-head>p{
    font-size:11px
  }

  .about-stats{
    margin-top:26px
  }
  .about-copy .lead{
    font-size:18px
  }

  .testimonial-band{
    min-height:350px;
    padding:58px 22px
  }
  blockquote{
    font-size:clamp(42px,12vw,58px)
  }

  .contact{
    gap:38px
  }
  .contact-main strong{
    font-size:31px
  }

  footer{
    padding:32px 22px 110px;
    flex-direction:column;
    align-items:flex-start
  }

  .floating-quote{
    width:auto;
    height:58px;
    left:18px;
    right:18px;
    bottom:14px;
    border-radius:0;
    flex-direction:row;
    gap:8px
  }
  .floating-quote span{
    font-size:11px
  }
}


/* COMPACT TYPOGRAPHY PASS — preserve original copy */
@media(max-width:680px){
  h1{
    font-size: clamp(48px, 13vw, 60px);
    line-height: .94;
    letter-spacing: -.035em;
  }

  .hero{
    padding-top: 44px;
  }

  .hero-bottom{
    padding-bottom: 34px;
  }

  .hero-bottom > p{
    font-size: 15px;
    line-height: 1.58;
  }

  .services-intro h2,
  .work-head h2,
  .about h2,
  .contact h2{
    font-size: clamp(40px, 10.8vw, 50px);
    line-height: .98;
  }

  .service-list span{
    font-size: 25px;
    line-height: 1.05;
  }

  .service-list a{
    min-height: 82px;
  }

  .project-label strong{
    font-size: 28px;
    line-height: 1.05;
  }

  .about-copy .lead{
    font-size: 17px;
    line-height: 1.5;
  }

  blockquote{
    font-size: clamp(36px, 9.8vw, 46px);
    line-height: 1.05;
  }

  .testimonial-band{
    min-height: 310px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-main strong{
    font-size: 28px;
  }

  .section{
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
