:root {
  --navy: #193047;
  --navy-deep: #122536;
  --cream: #f1ecdf;
  --paper: #e8dfcf;
  --ink: #282824;
  --muted: #716b61;
  --gold: #b28a3f;
  --line: rgba(40,40,36,.18);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Libre Franklin", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-image:
    radial-gradient(rgba(30,30,25,.035) .7px, transparent .7px),
    linear-gradient(rgba(255,255,255,.12), rgba(255,255,255,.12));
  background-size: 4px 4px, auto;
}

img { display: block; width: 100%; }
a { color: inherit; }

.site-header {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px max(26px, calc((100vw - var(--max)) / 2));
  background: var(--navy);
  color: var(--cream);
  border-bottom: 1px solid rgba(178,138,63,.5);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand { text-decoration: none; line-height: 1; letter-spacing: .07em; }
.brand-main { display: block; font-family: "Source Serif 4", Georgia, serif; font-weight: 600; font-size: clamp(20px, 2.1vw, 28px); }
.brand-sub { display: block; color: #c5a15c; margin-top: 5px; font-size: 11px; letter-spacing: .42em; }

.nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.nav a { text-decoration: none; opacity: .88; }
.nav a:hover { opacity: 1; }
.nav-cta { border: 1px solid rgba(197,161,92,.85); padding: 11px 15px; }
.menu-toggle { display: none; background: none; color: var(--cream); border: 0; font: inherit; }

.hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 64px 26px 52px;
  display: grid;
  grid-template-columns: .83fr 1.17fr;
  gap: 52px;
  align-items: center;
}

.hero-copy { padding: 20px 0; }
.eyebrow { text-transform: uppercase; letter-spacing: .19em; font-size: 11px; font-weight: 700; color: var(--gold); margin: 0 0 18px; }
h1,h2,h3,p { margin-top: 0; }
h1, h2 { font-family: "Source Serif 4", Georgia, serif; font-weight: 500; letter-spacing: -.02em; }
h1 { font-size: clamp(54px, 7vw, 92px); line-height: .93; margin-bottom: 26px; color: var(--navy-deep); }
.hero-text { max-width: 520px; font-family: "Source Serif 4", Georgia, serif; font-size: 20px; line-height: 1.55; color: #4e4a42; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; flex-wrap: wrap; }
.button { display: inline-block; text-decoration: none; padding: 13px 18px; border: 1px solid transparent; font-size: 13px; font-weight: 700; letter-spacing: .03em; }
.button-primary { background: var(--navy); color: var(--cream); }
.text-link { font-size: 13px; text-underline-offset: 4px; color: var(--muted); }
.hero-image { margin: 0; overflow: hidden; aspect-ratio: 1.28 / 1; background: #ddd4c4; }
.hero-image img { height: 100%; object-fit: cover; filter: saturate(.86) contrast(.94); }

.plain-strip {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 26px;
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  color: #615c52;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 15px;
}
.plain-strip span:not(:last-child)::after { content: "·"; margin-left: 28px; color: var(--gold); }

.section { max-width: var(--max); margin: 0 auto; padding: 88px 26px; }
.section-heading { display: grid; grid-template-columns: 210px 1fr; gap: 30px; align-items: start; margin-bottom: 42px; }
.section-heading h2 { font-size: clamp(34px, 4.4vw, 58px); line-height: 1.03; max-width: 760px; margin: 0; color: var(--navy-deep); }
.section-heading.compact { margin-bottom: 28px; }

.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.work-card { margin: 0; overflow: hidden; min-height: 360px; grid-column: span 6; background: #d7cfbf; }
.work-card.wide { grid-column: span 12; min-height: 540px; }
.work-card img { height: 100%; object-fit: cover; filter: saturate(.9) contrast(.95); transition: transform .35s ease; }
.work-card:hover img { transform: scale(1.012); }

.services { border-top: 1px solid var(--line); }
.service-list { border-top: 1px solid var(--line); }
.service-list article { display: grid; grid-template-columns: 1fr 2fr; gap: 30px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.service-list h3 { font-family: "Source Serif 4", Georgia, serif; font-size: 26px; font-weight: 600; color: var(--navy-deep); margin: 0; }
.service-list p { max-width: 620px; color: #5e594f; line-height: 1.65; margin: 0; }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: 62px; align-items: center; border-top: 1px solid var(--line); }
.about-photo { overflow: hidden; aspect-ratio: 1.15/1; }
.about-photo img { height: 100%; object-fit: cover; object-position: 45% 50%; filter: saturate(.76) contrast(.92); }
.about-copy h2 { font-size: clamp(38px, 4.5vw, 58px); line-height: 1.03; margin-bottom: 24px; color: var(--navy-deep); }
.about-copy p:not(.eyebrow) { font-family: "Source Serif 4", Georgia, serif; font-size: 19px; line-height: 1.6; color: #514d45; }

.quote {
  max-width: none;
  background: var(--navy);
  color: var(--cream);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 50px;
  padding-left: max(26px, calc((100vw - var(--max)) / 2 + 26px));
  padding-right: max(26px, calc((100vw - var(--max)) / 2 + 26px));
}
.quote h2 { color: var(--cream); font-size: clamp(40px, 5vw, 66px); margin-bottom: 16px; }
.quote p { max-width: 650px; color: #d0c9bc; line-height: 1.55; }
.eyebrow.light { color: #cfad69; }
.quote-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button-gold { background: #b88d3c; color: #142739; }
.button-ghost { border-color: rgba(241,236,223,.5); color: var(--cream); }

.footer {
  background: var(--navy-deep);
  color: #bfb9ad;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 30px;
  padding: 26px max(26px, calc((100vw - var(--max)) / 2));
  font-size: 12px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-brand { color: var(--cream); }
.footer a { text-decoration: none; }

@media (max-width: 820px) {
  .site-header { min-height: 72px; }
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 72px; background: var(--navy); padding: 18px 26px 26px; flex-direction: column; align-items: flex-start; border-bottom: 1px solid rgba(197,161,92,.45); }
  .nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; gap: 26px; padding-top: 46px; }
  .hero-copy { order: 1; }
  .hero-image { order: 2; aspect-ratio: 1 / .82; }
  .section-heading { grid-template-columns: 1fr; gap: 6px; }
  .work-card, .work-card.wide { grid-column: span 12; min-height: 390px; }
  .service-list article { grid-template-columns: 1fr; gap: 10px; }
  .about { grid-template-columns: 1fr; gap: 34px; }
  .quote { grid-template-columns: 1fr; align-items: start; }
  .footer { grid-template-columns: 1fr; gap: 9px; }
  .plain-strip span:not(:last-child)::after { display: none; }
}

@media (max-width: 520px) {
  h1 { font-size: 54px; }
  .hero, .section { padding-left: 18px; padding-right: 18px; }
  .hero { padding-top: 34px; }
  .site-header { padding-left: 18px; padding-right: 18px; }
  .hero-text { font-size: 18px; }
  .section { padding-top: 66px; padding-bottom: 66px; }
  .work-card, .work-card.wide { min-height: 300px; }
  .quote { padding-left: 18px; padding-right: 18px; }
}
