:root {
  --navy: #172f4d;
  --navy-deep: #0d2036;
  --ink: #142131;
  --muted: #66717d;
  --paper: #f6f4ef;
  --white: #ffffff;
  --line: rgba(23, 47, 77, .14);
  --accent: #b18a5a;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header {
  position: fixed;
  z-index: 20;
  top: 0; left: 0; right: 0;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  background: rgba(246,244,239,.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand img { width: 76px; height: 76px; object-fit: contain; mix-blend-mode: multiply; }
.nav { display: flex; gap: 34px; margin-left: auto; margin-right: 34px; }
.nav a { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav a:hover, .footer a:hover { color: var(--accent); }
.header-cta {
  background: var(--navy);
  color: var(--white);
  padding: 13px 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.menu-toggle { display: none; border: 0; background: none; font-weight: 800; }
.hero {
  min-height: 90vh;
  padding: 150px 7vw 90px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  align-items: center;
  gap: 6vw;
  background:
    radial-gradient(circle at 80% 20%, rgba(177,138,90,.12), transparent 35%),
    linear-gradient(135deg, #f8f6f1 0%, #ece9e1 100%);
}
.hero-content { max-width: 780px; }
.eyebrow, .section-label {
  margin: 0 0 22px;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
h1 { font-size: clamp(56px, 8vw, 112px); line-height: .93; margin-bottom: 30px; color: var(--navy-deep); }
h1 em, h2 span { color: var(--navy); font-style: italic; }
.hero-copy { max-width: 620px; font-size: 18px; color: #52606d; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; }
.button-primary:hover { background: var(--navy-deep); }
.button-ghost { border: 1px solid var(--navy); color: var(--navy); }
.hero-mark {
  min-height: 420px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  background: rgba(255,255,255,.38);
}
.hero-mark span {
  font-family: Georgia, serif;
  font-size: clamp(110px, 14vw, 190px);
  line-height: .8;
  letter-spacing: -.1em;
}
.hero-mark small {
  margin-top: 30px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.section { max-width: var(--max); margin: auto; padding: 130px 5vw; }
.intro { display: grid; grid-template-columns: .35fr 1fr; gap: 8vw; }
h2 { font-size: clamp(44px, 6vw, 78px); line-height: .98; margin-bottom: 30px; color: var(--navy-deep); }
.lead { max-width: 760px; font-size: 19px; color: var(--muted); }
.services { padding-top: 80px; }
.section-heading { margin-bottom: 58px; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.service-card {
  min-height: 300px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.32);
  transition: transform .2s, background .2s;
}
.service-card:hover { transform: translateY(-4px); background: white; }
.service-card-dark { background: var(--navy); color: white; }
.service-card-dark:hover { background: var(--navy-deep); }
.service-card .number { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: 80px 0 12px; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.service-card p { color: #68737f; margin: 0; }
.service-card-dark p { color: rgba(255,255,255,.7); }
.statement {
  max-width: none;
  background: var(--navy);
  color: white;
  padding: 150px 12vw;
}
.statement-inner { max-width: 1000px; margin: auto; }
.statement h2 { color: white; }
.statement h2 em { color: #d4b487; }
.statement p:not(.eyebrow) { max-width: 720px; font-size: 19px; color: rgba(255,255,255,.72); }
.text-link { display: inline-block; margin-top: 28px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.45); font-weight: 800; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { color: #d4b487; margin-left: 10px; }
.projects-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.projects-heading > p { max-width: 420px; color: var(--muted); }
.project-grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 16px; }
.project-placeholder {
  min-height: 360px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #dedbd3, #efede7);
}
.project-placeholder.tall { min-height: 480px; background: linear-gradient(145deg, #d8d7d1, #e7e4dd); }
.project-placeholder span { color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.project-placeholder strong { margin-top: 6px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; color: var(--navy); }
.location-strip {
  padding: 70px 8vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #e8e4db;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.location-strip h2 { margin: 0; font-size: clamp(36px, 5vw, 60px); }
.location-strip a { font-weight: 800; font-size: 14px; letter-spacing: .06em; }
.location-strip a span { color: var(--accent); margin-left: 10px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.contact-details { border-top: 1px solid var(--line); }
.contact-item {
  display: block;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}
.contact-item small { display: block; margin-bottom: 5px; color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.contact-item strong { font-size: 20px; font-weight: 600; }
.contact-button { margin-top: 25px; width: 100%; }
.footer {
  padding: 35px 5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  background: var(--navy-deep);
  color: rgba(255,255,255,.65);
  font-size: 11px;
}
.footer img { width: 70px; height: 70px; object-fit: contain; filter: grayscale(1) brightness(0) invert(1); opacity: .9; }
.footer p { margin: 0; text-align: center; }
.footer a { text-align: right; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 900px) {
  .nav, .header-cta { display: none; }
  .menu-toggle { display: block; color: var(--navy); }
  .site-header.menu-open .nav {
    display: flex; position: absolute; top: 88px; left: 0; right: 0;
    padding: 22px 6vw; flex-direction: column; gap: 18px;
    background: var(--paper); border-bottom: 1px solid var(--line);
  }
  .hero { grid-template-columns: 1fr; padding-top: 140px; }
  .hero-mark { min-height: 260px; }
  .intro, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .project-placeholder, .project-placeholder.tall { min-height: 300px; }
  .projects-heading { display: block; }
}
@media (max-width: 600px) {
  .site-header { height: 74px; }
  .brand img { width: 62px; height: 62px; }
  .hero { padding: 115px 6vw 70px; min-height: auto; }
  h1 { font-size: 56px; }
  .hero-copy { font-size: 16px; }
  .section { padding: 85px 6vw; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .service-card h3 { margin-top: 55px; }
  .statement { padding: 90px 8vw; }
  .location-strip { padding: 55px 7vw; display: block; }
  .location-strip a { display: block; margin-top: 25px; }
  .footer { grid-template-columns: 1fr; text-align: center; }
  .footer img { margin: auto; }
  .footer p, .footer a { text-align: center; }
}
