:root {
  --ink: #0c0c0c;
  --paper: #fff;
  --soft: #f2f2f0;
  --line: #d7d7d3;
  --muted: #5d5d58;
  --serif: "Instrument Serif", "Iowan Old Style", serif;
  --sans: "Libre Franklin", "Avenir Next", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; }
.back-home-link {
  display: inline-block;
  width: fit-content;
  margin-bottom: 22px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}
.back-home-link:hover { opacity: .65; }
h1, h2, h3, p { margin-top: 0; }
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.35);
}
.nav-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1440px,100%);
  min-height: 88px;
  margin: 0 auto;
  padding: 0 clamp(22px,4vw,64px);
}
.wordmark {
  width: fit-content;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(2rem,3vw,2.7rem);
  line-height: 1;
  text-decoration: none;
}
.nav-links,.nav-actions { display: flex; align-items: center; gap: clamp(18px,2.2vw,38px); }
.nav-links { justify-content: center; }
.nav-actions { justify-content: flex-end; }
.nav-links a,.phone-link {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-links a:hover,.phone-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-cta,.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s,color .2s;
}
.nav-cta:hover,.button:hover { background: #fff; color: var(--ink); }
.button.solid { background: var(--ink); color: #fff; border-color: var(--ink); }
.button.solid:hover { background: #fff; color: var(--ink); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.5);
  background: transparent;
  color: #fff;
  font: inherit;
}
.page-hero {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  background: #30302d;
}
.page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg,rgba(0,0,0,.75),rgba(0,0,0,.22) 65%,rgba(0,0,0,.05)),linear-gradient(0deg,rgba(0,0,0,.4),transparent 50%);
}
.page-hero > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(1.03);
}
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: min(1440px,100%);
  min-height: 460px;
  margin: 0 auto;
  padding: 128px clamp(22px,6vw,92px) 48px;
  color: #fff;
}
.eyebrow,.folio {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow { margin: 0 0 22px; }
.eyebrow::before { width: 42px; height: 1px; background: currentColor; content: ""; }
h1,h2,h3 { font-family: var(--serif); font-weight: 400; line-height: 1.02; }
h1 { max-width: 900px; margin-bottom: 18px; font-size: clamp(3rem,6vw,5.7rem); letter-spacing: -.035em; }
.hero-copy > p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; font-size: clamp(1rem,1.3vw,1.18rem); }
.section { width: min(1320px,100%); margin: 0 auto; padding: clamp(58px,7vw,92px) clamp(22px,5vw,72px); }
.intro {
  display: grid;
  grid-template-columns: minmax(170px,.42fr) minmax(0,1fr);
  gap: clamp(34px,8vw,130px);
}
.folio { align-self: start; padding-top: 12px; color: var(--muted); }
.intro h2,.section-title { max-width: 980px; margin-bottom: 22px; font-size: clamp(2.5rem,4.4vw,4.4rem); letter-spacing: -.025em; }
.lead { max-width: 820px; color: #343430; font-size: clamp(1.03rem,1.35vw,1.18rem); }
.lead p:last-child { margin-bottom: 0; }
.dark { max-width: none; background: var(--ink); color: #fff; }
.dark .section { color: #fff; }
.detail-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1px;
  margin-top: clamp(50px,7vw,92px);
  background: #444;
  border: 1px solid #444;
}
.detail-card { min-height: 220px; padding: clamp(26px,3vw,40px); background: var(--ink); }
.detail-no { display: block; margin-bottom: 34px; color: #a9a9a4; font-size: .72rem; font-weight: 700; letter-spacing: .15em; }
.detail-card h3 { margin-bottom: 12px; font-size: clamp(1.9rem,2.7vw,2.8rem); }
.detail-card p { max-width: 530px; margin-bottom: 0; color: #d2d2ce; }
.image-band { position: relative; min-height: min(64vw,780px); overflow: hidden; background: #ddd; }
.image-band img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.split {
  display: grid;
  grid-template-columns: minmax(0,1.06fr) minmax(320px,.94fr);
  min-height: 520px;
}
.split-media { min-height: 420px; }
.split-media img { height: 100%; object-fit: cover; }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px,5vw,72px); background: var(--soft); }
.split-copy h2 { margin-bottom: 20px; font-size: clamp(2.5rem,4.2vw,4.2rem); }
.split-copy p { max-width: 620px; color: #383834; }
.split-copy .button { align-self: flex-start; margin-top: 18px; }
.link-list { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.link-list li { border-bottom: 1px solid var(--line); }
.link-list a {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 0;
  font-weight: 600;
  text-decoration: none;
}
.link-list a:hover { padding-left: 8px; }
.contact-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(40px,8vw,120px); }
.contact-grid h2 { font-size: clamp(3rem,6vw,6rem); }
.contact-card { padding: clamp(30px,4vw,54px); background: var(--soft); }
.contact-card p { margin-bottom: 28px; }
.contact-card a:not(.button) { text-underline-offset: 4px; }
.project-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
  margin-top: clamp(38px,5vw,62px);
}
.project-card { background: var(--soft); }
.project-card img { aspect-ratio: 4/3; object-fit: cover; }
.project-card-copy { padding: 22px; }
.project-card-copy span {
  display: block;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.project-card h3 { margin-bottom: 12px; font-size: clamp(1.8rem,2.4vw,2.5rem); }
.project-card p { color: #41413c; }
.project-card a { font-weight: 700; text-underline-offset: 5px; }
.gallery-wall {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
  margin-top: clamp(32px,4vw,52px);
}
.gallery-tile { margin: 0; background: var(--soft); }
.gallery-tile img { aspect-ratio: 4/3; object-fit: cover; }
.gallery-tile figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 17px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.review-layout {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr);
  gap: clamp(36px,7vw,100px);
  align-items: start;
}
.review-statement {
  padding: clamp(34px,5vw,70px);
  background: var(--ink);
  color: #fff;
}
.review-statement .stars { margin-bottom: 30px; letter-spacing: .18em; }
.review-statement blockquote {
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: clamp(2.4rem,4.5vw,4.9rem);
  line-height: 1.05;
}
.review-statement p { color: #c9c9c4; }
.trust-points { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.trust-points li { padding: 24px 0; border-bottom: 1px solid var(--line); }
.trust-points strong { display: block; margin-bottom: 6px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.cta { background: #deded9; }
.cta .section { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 40px; }
.cta h2 { max-width: 900px; margin-bottom: 0; font-size: clamp(2.7rem,4.8vw,4.8rem); }
footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 30px clamp(22px,5vw,72px);
  background: var(--ink);
  color: #bdbdb8;
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .nav-wrap { grid-template-columns: 1fr auto; }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    padding: 24px;
    background: var(--ink);
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-links.open { display: flex; }
  .phone-link { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .intro,.split,.contact-grid,.review-layout { grid-template-columns: 1fr; }
  .project-grid,.gallery-wall { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .folio { padding-top: 0; }
  .split-media { min-height: 380px; }
  .cta .section { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 640px) {
  .nav-wrap { min-height: 72px; padding: 0 18px; }
  .nav-actions .nav-cta { display: none; }
  .page-hero,.hero-copy { min-height: 400px; }
  .hero-copy { padding: 118px 22px 38px; }
  h1 { font-size: clamp(2.8rem,14vw,4.4rem); }
  .section { padding: 52px 22px; }
  .detail-grid { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .gallery-wall { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .gallery-tile figcaption { padding: 10px; font-size: .6rem; }
  .gallery-tile figcaption span:last-child { display: none; }
  .detail-card { min-height: 0; }
  .detail-no { margin-bottom: 42px; }
  .split-media { min-height: 300px; }
  footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none !important; }
}
