@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&family=Public+Sans:wght@300;400;500;600&display=swap');

:root {
  --ink: #141310;
  --charcoal: #3a362f;
  --paper: #faf8f4;
  --paper-warm: #f3efe7;
  --stone: #c7bfae;
  --stone-line: #ddd6c8;
  --brass: #9c7a44;
  --brass-dark: #7a5f35;
  --max-w: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--charcoal);
  font-family: 'Public Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: 'Fraunces', serif;
  color: var(--ink);
  margin: 0;
  font-weight: 500;
  line-height: 1.1;
}

a {
  color: inherit;
  text-decoration: none;
}

img { max-width: 100%; display: block; }

.wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 40px;
}

/* ---------- Dash rule motif (from logo) ---------- */
.dash-rule {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--brass);
}
.dash-rule::before,
.dash-rule::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--brass);
  opacity: 0.55;
}
.dash-rule span {
  font-family: 'Public Sans', sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.28em;
  font-weight: 500;
  white-space: nowrap;
}

.dash-rule.left {
  justify-content: flex-start;
}
.dash-rule.left::after { flex: 1; }
.dash-rule.left::before { content: none; }

/* ---------- Header ---------- */
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 248, 244, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--stone-line);
}
.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 18px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-mark {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-mark img {
  height: 42px;
  width: auto;
}
nav.links {
  display: flex;
  gap: 36px;
  font-size: 14px;
  letter-spacing: 0.03em;
}
nav.links a {
  position: relative;
  padding-bottom: 4px;
  color: var(--charcoal);
}
nav.links a.active,
nav.links a:hover {
  color: var(--ink);
}
nav.links a.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: var(--brass);
}
.nav-cta {
  font-size: 13.5px;
  letter-spacing: 0.05em;
  border: 1px solid var(--ink);
  padding: 9px 20px;
  color: var(--ink) !important;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--ink); color: var(--paper) !important; }

.menu-toggle { display: none; }

/* ---------- Hero ---------- */
.hero {
  padding: 90px 0 100px;
  border-bottom: 1px solid var(--stone-line);
}
.hero .wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: end;
}
.hero-eyebrow {
  margin-bottom: 26px;
}
.hero h1 {
  font-size: clamp(38px, 5.2vw, 64px);
  letter-spacing: -0.01em;
}
.hero h1 em {
  font-style: italic;
  color: var(--brass-dark);
}
.hero-sub {
  margin-top: 26px;
  max-width: 460px;
  font-size: 17px;
  color: var(--charcoal);
}
.hero-actions {
  margin-top: 38px;
  display: flex;
  gap: 22px;
  align-items: center;
}
.btn-primary {
  background: var(--ink);
  color: var(--paper);
  padding: 15px 30px;
  font-size: 14px;
  letter-spacing: 0.04em;
  display: inline-block;
  border: 1px solid var(--ink);
}
.btn-primary:hover { background: transparent; color: var(--ink); }
.btn-ghost {
  font-size: 14px;
  letter-spacing: 0.03em;
  border-bottom: 1px solid var(--brass);
  padding-bottom: 3px;
  color: var(--ink);
}
.hero-figure {
  aspect-ratio: 4/5;
  background: linear-gradient(155deg, var(--stone) 0%, var(--paper-warm) 100%);
  border: 1px solid var(--stone-line);
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 26px;
}
.hero-figure .tag {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--charcoal);
  background: rgba(250,248,244,0.85);
  padding: 8px 14px;
  border: 1px solid var(--stone-line);
}
.hero-stats {
  display: flex;
  gap: 50px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--stone-line);
}
.hero-stats .wrap { display: block; padding: 0; }
.stat-num {
  font-family: 'Fraunces', serif;
  font-size: 34px;
  color: var(--ink);
}
.stat-label {
  font-size: 13px;
  color: var(--charcoal);
  margin-top: 4px;
  max-width: 140px;
}

/* ---------- Generic sections ---------- */
section { padding: 100px 0; }
section.tight { padding: 70px 0; }
.section-head {
  max-width: 620px;
  margin-bottom: 56px;
}
.section-head h2 {
  font-size: clamp(28px, 3.6vw, 40px);
  margin-top: 20px;
}
.section-head p {
  margin-top: 18px;
  font-size: 16.5px;
  color: var(--charcoal);
}
.border-top { border-top: 1px solid var(--stone-line); }
.bg-warm { background: var(--paper-warm); }

/* ---------- Services grid ---------- */
.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--stone-line);
  border-left: 1px solid var(--stone-line);
}
.service-item {
  padding: 44px 38px;
  border-right: 1px solid var(--stone-line);
  border-bottom: 1px solid var(--stone-line);
}
.service-item .num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--brass);
  font-size: 15px;
}
.service-item h3 {
  font-size: 21px;
  margin-top: 16px;
}
.service-item p {
  margin-top: 12px;
  font-size: 15px;
  color: var(--charcoal);
}

/* ---------- Project gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
}
.gallery-item {
  grid-column: span 3;
}
.gallery-item.wide { grid-column: span 4; }
.gallery-item.narrow { grid-column: span 2; }
.gallery-photo {
  aspect-ratio: 5/4;
  background: linear-gradient(160deg, var(--paper-warm), var(--stone));
  border: 1px solid var(--stone-line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brass-dark);
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
}
.gallery-cap {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  font-size: 13.5px;
}
.gallery-cap .loc { color: var(--charcoal); }
.gallery-cap .type { color: var(--brass-dark); }

/* ---------- Process ---------- */
.process-list {
  border-top: 1px solid var(--stone-line);
}
.process-row {
  display: grid;
  grid-template-columns: 90px 1fr 1.4fr;
  gap: 40px;
  padding: 34px 0;
  border-bottom: 1px solid var(--stone-line);
  align-items: baseline;
}
.process-row .idx {
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--brass);
  font-size: 17px;
}
.process-row h3 { font-size: 19px; }
.process-row p { font-size: 15px; color: var(--charcoal); margin: 0; }

/* ---------- Testimonial ---------- */
.testimonial {
  max-width: 760px;
}
.testimonial blockquote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: clamp(22px, 2.6vw, 30px);
  color: var(--ink);
  margin: 0;
  line-height: 1.4;
}
.testimonial cite {
  display: block;
  margin-top: 26px;
  font-style: normal;
  font-size: 14px;
  color: var(--charcoal);
}

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--ink);
  color: var(--paper);
  padding: 90px 0;
  text-align: center;
}
.cta-band h2 {
  color: var(--paper);
  font-size: clamp(28px, 4vw, 42px);
}
.cta-band p {
  color: var(--stone);
  margin-top: 16px;
}
.cta-band .btn-primary {
  margin-top: 34px;
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}
.cta-band .btn-primary:hover {
  background: transparent;
  color: var(--paper);
}

/* ---------- Footer ---------- */
footer {
  padding: 60px 0 40px;
  border-top: 1px solid var(--stone-line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
}
.footer-grid h4 {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--ink);
  margin-bottom: 16px;
  font-family: 'Public Sans', sans-serif;
  font-weight: 600;
}
.footer-grid a, .footer-grid p {
  display: block;
  font-size: 14.5px;
  color: var(--charcoal);
  margin-bottom: 10px;
}
.footer-grid a:hover { color: var(--brass-dark); }
.footer-bottom {
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid var(--stone-line);
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--stone);
}
.footer-logo img { height: 34px; margin-bottom: 16px; }

/* ---------- Page header (interior pages) ---------- */
.page-header {
  padding: 70px 0 60px;
  border-bottom: 1px solid var(--stone-line);
}
.page-header h1 {
  font-size: clamp(34px, 4.6vw, 52px);
  margin-top: 20px;
  max-width: 700px;
}
.page-header p {
  margin-top: 18px;
  max-width: 540px;
  font-size: 16.5px;
  color: var(--charcoal);
}

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.contact-info .item {
  padding: 26px 0;
  border-bottom: 1px solid var(--stone-line);
}
.contact-info .item h4 {
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: var(--brass-dark);
  font-weight: 600;
  margin-bottom: 8px;
}
.contact-info .item p, .contact-info .item a { font-size: 16px; color: var(--ink); }

form.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
form.contact-form label {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--charcoal);
  margin-bottom: 8px;
  display: block;
}
form.contact-form input,
form.contact-form select,
form.contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--stone-line);
  background: transparent;
  padding: 10px 2px;
  font-family: 'Public Sans', sans-serif;
  font-size: 15.5px;
  color: var(--ink);
}
form.contact-form input:focus,
form.contact-form select:focus,
form.contact-form textarea:focus {
  outline: none;
  border-bottom-color: var(--brass);
}
form.contact-form textarea { resize: vertical; min-height: 100px; }
form.contact-form button {
  margin-top: 10px;
  align-self: flex-start;
}

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.value-list {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.value-list .value h4 {
  font-family: 'Fraunces', serif;
  font-size: 19px;
  color: var(--ink);
  font-weight: 500;
}
.value-list .value p {
  margin-top: 6px;
  font-size: 15px;
  color: var(--charcoal);
}

/* ---------- Responsive ---------- */
@media (max-width: 880px) {
  .wrap { padding: 0 24px; }
  .nav-inner { padding: 16px 24px; }
  nav.links { display: none; }
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-figure { order: -1; aspect-ratio: 16/10; }
  .hero-stats { flex-wrap: wrap; gap: 30px; }
  .service-list { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item, .gallery-item.wide, .gallery-item.narrow { grid-column: span 2; }
  .process-row { grid-template-columns: 50px 1fr; }
  .process-row p { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; row-gap: 30px; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
