:root {
  --forest: #17392f;
  --deep-forest: #102c25;
  --leaf: #60796a;
  --cream: #f1ecdf;
  --paper: #fbfaf6;
  --stone: #d8d1c4;
  --ink: #1c2925;
  --muted: #64716d;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.65;
  margin: 0;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: 1.13;
}
h1 { font-size: clamp(3.6rem, 6vw, 6.5rem); margin-bottom: 1.7rem; }
h2 { font-size: clamp(2.4rem, 4.2vw, 4.2rem); }
h3 { font-size: 1.12rem; line-height: 1.35; }
em { color: var(--leaf); font-weight: 400; }
.sr-only { clip: rect(0, 0, 0, 0); height: 1px; overflow: hidden; position: absolute; width: 1px; }
.section { padding: 7rem max(6vw, calc((100vw - 1320px) / 2)); }
.eyebrow {
  color: var(--leaf);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .17em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.button {
  align-items: center;
  background: var(--forest);
  border: 0;
  color: var(--white);
  display: inline-flex;
  font-size: .73rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .12em;
  padding: 1.1rem 1.55rem;
  text-transform: uppercase;
  transition: background .2s, transform .2s;
}
.button:hover { background: var(--deep-forest); transform: translateY(-2px); }
.button-small { padding: .75rem 1.05rem; }
.text-link {
  color: var(--forest);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.text-link span { display: inline-block; margin-left: .35rem; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.site-header {
  align-items: center;
  background: var(--paper);
  display: flex;
  height: 90px;
  justify-content: space-between;
  padding: 0 6vw;
}
.brand img { height: 58px; object-fit: contain; width: 190px; }
.site-nav { align-items: center; display: flex; gap: 2rem; }
.site-nav a { font-size: .71rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 760px; }
.hero-copy { padding: 9rem 5vw 7rem 6vw; }
.hero-text { color: var(--muted); font-size: 1.13rem; max-width: 650px; }
.hero-actions { align-items: center; display: flex; gap: 1.5rem; margin-top: 2rem; }
.hero-visual { min-height: 650px; overflow: hidden; position: relative; }
.hero-image {
  background: linear-gradient(rgba(12,39,32,.16), rgba(12,39,32,.16)), url("https://images.unsplash.com/photo-1523726491678-bf852e717f6a?auto=format&fit=crop&w=1400&q=88") center/cover;
  inset: 0;
  position: absolute;
}
.hero-note { background: var(--cream); bottom: 0; left: 0; padding: 2rem 2.4rem; position: absolute; width: 280px; }
.hero-note span, .hero-note strong { display: block; }
.hero-note span { color: var(--leaf); font-size: .65rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-note strong { color: var(--forest); font-family: "Libre Baskerville", Georgia, serif; font-size: 1.36rem; font-weight: 400; line-height: 1.35; margin-top: .6rem; }
.hero-index { bottom: 1.4rem; color: var(--white); display: flex; font-size: .62rem; font-weight: 700; gap: .7rem; letter-spacing: .15em; position: absolute; right: 1.6rem; }
.hero-index i { background: rgba(255,255,255,.7); height: 1px; margin-top: .48rem; width: 35px; }
.intro { background: var(--cream); }
.intro-grid { display: grid; gap: 7vw; grid-template-columns: 1.12fr .88fr; }
.intro-grid h2 { margin-bottom: 0; }
.intro-grid p { color: var(--muted); font-size: 1.08rem; max-width: 620px; }
.section-heading { max-width: 820px; }
.service-grid { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; }
.service-grid article { border-left: 1px solid var(--stone); padding: 0 2rem; }
.service-grid span, .process li > span { color: var(--leaf); display: block; font-size: .68rem; font-weight: 700; letter-spacing: .15em; margin-bottom: 2rem; }
.service-grid p, .process p { color: var(--muted); font-size: .93rem; }
.work { background: var(--deep-forest); color: var(--white); }
.work .eyebrow { color: #acc0b7; }
.work-heading { display: grid; gap: 7vw; grid-template-columns: 1fr .55fr; max-width: none; }
.work-heading > p { color: #c4d1cc; margin-top: 2.5rem; }
.work em { color: #b9ccc4; }
.project-card { background: var(--paper); color: var(--ink); display: grid; grid-template-columns: 1.3fr .7fr; margin-top: 3rem; transition: transform .3s; }
.project-card:hover { transform: translateY(-5px); }
.project-image { min-height: 460px; overflow: hidden; }
.project-image img { height: 100%; object-fit: cover; transition: transform .5s; width: 100%; }
.project-card:hover img { transform: scale(1.035); }
.project-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 3rem; }
.project-copy h3 { font-family: "Libre Baskerville", Georgia, serif; font-size: 2.2rem; font-weight: 400; letter-spacing: -.05em; }
.project-copy p { color: var(--muted); }
.project-link { color: var(--forest); font-size: .73rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.project-link b { font-size: 1rem; margin-left: .4rem; }
.concept-note { color: #a9bbb5; font-size: .72rem; margin: 1.15rem 0 0; max-width: 800px; }
.about { display: grid; grid-template-columns: .93fr 1.07fr; }
.about-image {
  background: linear-gradient(rgba(12,39,32,.1), rgba(12,39,32,.2)), url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1400&q=88") center/cover;
  min-height: 680px;
  position: relative;
}
.about-caption { background: var(--cream); bottom: 0; color: var(--forest); font-size: .67rem; font-weight: 700; letter-spacing: .13em; padding: 1.4rem 1.8rem; position: absolute; right: 0; text-transform: uppercase; }
.about-copy { background: var(--cream); padding: 7rem 6vw; }
.about-copy p { color: var(--muted); max-width: 680px; }
.location-row { align-items: center; color: var(--forest); display: flex; flex-wrap: wrap; font-size: .66rem; font-weight: 700; gap: .75rem; letter-spacing: .12em; margin-top: 2rem; text-transform: uppercase; }
.location-row i { background: var(--leaf); height: 1px; width: 20px; }
.process ol { list-style: none; margin: 3.5rem 0 0; padding: 0; }
.process li { border-top: 1px solid var(--stone); display: grid; gap: 2rem; grid-template-columns: 75px 1fr; padding: 1.8rem 0; }
.process li > span { margin: .1rem 0 0; }
.process h3, .process p { margin-bottom: .4rem; }
.contact { background: var(--forest); color: var(--white); display: grid; gap: 7vw; grid-template-columns: 1fr .8fr; padding: 7rem 6vw; }
.contact .eyebrow { color: #afc4bb; }
.contact h2 { margin-bottom: 0; }
.contact-details p { color: #cdd9d5; }
.contact .button { background: var(--paper); color: var(--forest); margin: 1rem 0; }
.contact small { color: #adbfba; display: block; font-size: .7rem; letter-spacing: .06em; }
footer { align-items: center; background: var(--deep-forest); color: #b8c7c2; display: flex; gap: 2rem; justify-content: space-between; padding: 1.7rem 6vw; }
footer .brand img { background: var(--cream); height: 47px; padding: .25rem .45rem; width: 155px; }
footer p, footer a, footer span { font-size: .7rem; margin: 0; }
.footer-legal { display: flex; gap: 1rem; }
.footer-legal a { color: #91a49e; text-decoration: underline; text-decoration-color: rgba(145,164,158,.45); text-underline-offset: .25rem; }
.legal-page { background: var(--cream); }
.legal-hero { background: var(--forest); color: var(--white); padding: 5.5rem max(6vw, calc((100vw - 900px) / 2)); }
.legal-hero .eyebrow { color: #afc4bb; }
.legal-page h1 { color: var(--white); font-size: clamp(3rem, 6vw, 5rem); margin-bottom: 1.2rem; }
.legal-page h2 { font-size: 1.85rem; margin-bottom: .7rem; }
.legal-content { background: var(--paper); margin: -1.6rem auto 0; max-width: 900px; padding: 1rem 4rem 4rem; position: relative; }
.legal-page section { border-top: 1px solid var(--stone); margin-top: 2.4rem; padding-top: 2rem; }
.legal-page p, .legal-page address { color: var(--muted); }
.legal-page address { font-style: normal; margin-bottom: 1rem; }
.legal-page a { color: var(--forest); font-weight: 700; }
.legal-hero .legal-intro { color: #cdd9d5; font-size: 1.08rem; margin-bottom: 0; }

@media (max-width: 900px) {
  .section { padding: 5rem 6vw; }
  .site-header { height: 76px; }
  .brand img { height: 52px; width: 165px; }
  .menu-toggle { background: none; border: 0; display: block; padding: .4rem; }
  .menu-toggle span:not(.sr-only) { background: var(--forest); display: block; height: 2px; margin: 5px; width: 23px; }
  .site-nav { align-items: stretch; background: var(--paper); display: none; flex-direction: column; gap: 0; left: 0; padding: 1rem 6vw 1.3rem; position: absolute; right: 0; top: 76px; z-index: 4; }
  .site-nav.open { display: flex; }
  .site-nav a { border-top: 1px solid var(--stone); padding: .95rem 0; }
  .site-nav .button { border: 0; margin-top: .6rem; padding: .85rem; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 6rem 6vw 4.5rem; }
  .hero-visual { min-height: 460px; }
  .intro-grid, .work-heading, .about, .contact { grid-template-columns: 1fr; }
  .intro-grid { gap: 1.3rem; }
  .service-grid { gap: 2rem; grid-template-columns: 1fr; }
  .service-grid article { padding-left: 1.3rem; }
  .project-card { grid-template-columns: 1fr; }
  .project-image { min-height: 340px; }
  .project-copy { gap: 2rem; padding: 2rem; }
  .about-image { min-height: 390px; }
  .about-copy { padding: 5rem 6vw; }
  footer { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .legal-hero { padding: 4rem 6vw 4.8rem; }
  .legal-content { margin: -1.2rem 4vw 0; padding: .5rem 5vw 3rem; }
}

@media (max-width: 520px) {
  h1 { font-size: 3.35rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-note { padding: 1.4rem; width: 235px; }
  .hero-note strong { font-size: 1.13rem; }
  .project-image { min-height: 265px; }
}
