:root {
  --green: #123f35;
  --green-deep: #0b2f28;
  --gold: #b69550;
  --cream: #f7f5ef;
  --ink: #1b211f;
  --muted: #66716d;
  --line: #d8d7cf;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(18,63,53,.08);
}
.header-inner {
  height: 76px;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
}
.brand {
  display: flex;
  align-items: center;
  width: auto;
  height: 54px;
  line-height: 0;
  flex: 0 0 auto;
}
.brand img {
  display: block;
  width: auto;
  height: 46px;
  max-width: 190px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
nav { display: flex; gap: 28px; font-size: .94rem; }
.service-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--green-deep);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.service-nav i {
  display: block;
  width: 1px;
  height: 18px;
  background: var(--gold);
  opacity: .95;
}
.service-nav span { white-space: nowrap; }

.hero {
  background:
    radial-gradient(circle at 85% 20%, rgba(182,149,80,.13), transparent 26%),
    linear-gradient(180deg, #fff 0%, var(--cream) 100%);
  padding: 92px 0 84px;
  border-bottom: 1px solid var(--line);
}
.hero-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 64px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3 { color: var(--green-deep); margin-top: 0; }
h1, h2 { font-family: "Libre Baskerville", Georgia, serif; font-weight: 400; }
h1 {
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  margin-bottom: 28px;
}
.lead {
  max-width: 640px;
  font-size: 1.18rem;
  color: #46514d;
  margin: 0 0 26px;
}
.status {
  margin: 0;
  max-width: 610px;
  color: #77807d;
  font-size: .88rem;
  font-style: italic;
}
.hero-logo { padding: 20px; }
.hero-logo img {
  mix-blend-mode: multiply;
  filter: saturate(.84) contrast(1.02);
}

.services { padding: 96px 0 104px; }
.section-head { max-width: 760px; margin-bottom: 45px; }
h2 { font-size: clamp(2rem, 3.2vw, 3.2rem); line-height: 1.2; margin-bottom: 18px; }
.section-intro { margin: 0; max-width: 680px; color: var(--muted); font-size: 1.02rem; }
.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.card {
  min-height: 290px;
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.card:hover {
  transform: translateY(-4px);
  border-color: rgba(182,149,80,.65);
  box-shadow: 0 18px 45px rgba(11,47,40,.07);
}
.number {
  display: block;
  color: var(--gold);
  font-size: .78rem;
  letter-spacing: .13em;
  margin-bottom: 42px;
}
.card h3 { font-size: 1.3rem; margin-bottom: 14px; }
.card p { color: var(--muted); font-size: .95rem; margin-bottom: 0; }

.about {
  padding: 96px 0;
  background: var(--green-deep);
  color: rgba(255,255,255,.82);
}
.about-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
}
.about h2 { color: #fff; }
.about-copy { font-size: 1.06rem; }
.about-copy p:first-child { margin-top: 4px; }
.about-copy p:last-child { margin-bottom: 0; }
.about em { color: #fff; }

.contact {
  padding: 70px 0;
  background: var(--cream);
  border-top: 1px solid rgba(18,63,53,.08);
}
.contact-inner {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.contact h2 { margin-bottom: 0; }
.contact p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  max-width: 680px;
}

footer {
  background: #08251f;
  color: rgba(255,255,255,.65);
  font-size: .86rem;
}
.footer-inner {
  min-height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

@media (max-width: 940px) {
  .hero-grid, .about-grid, .contact-inner { grid-template-columns: 1fr; gap: 44px; }
  .hero-logo { max-width: 720px; margin: 0 auto; padding: 0; }
  .cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .header-inner {
    height: 78px;
    min-height: 78px;
    padding: 8px 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    overflow: visible;
  }
  .brand {
    height: 42px;
    width: 118px;
    flex: 0 0 118px;
  }
  .brand img {
    height: 36px;
    width: auto;
    max-width: 118px;
  }
  .service-nav {
    display: grid;
    grid-template-columns: auto 1px auto;
    grid-template-rows: auto auto;
    align-items: center;
    justify-content: end;
    column-gap: 8px;
    row-gap: 3px;
    width: auto;
    min-width: 0;
    font-size: .58rem;
    letter-spacing: .025em;
    line-height: 1.28;
  }
  .service-nav span:nth-of-type(1) { grid-column: 1; grid-row: 1; }
  .service-nav i:nth-of-type(1) { grid-column: 2; grid-row: 1; }
  .service-nav span:nth-of-type(2) { grid-column: 3; grid-row: 1; }
  .service-nav span:nth-of-type(3) { grid-column: 1; grid-row: 2; justify-self: end; }
  .service-nav i:nth-of-type(2) { grid-column: 2; grid-row: 2; }
  .service-nav span:nth-of-type(4) { grid-column: 3; grid-row: 2; }
  .service-nav i:nth-of-type(3) { display: none; }
  .service-nav i { height: 12px; }
  .hero { padding: 62px 0 60px; }
  .hero-copy { order: 2; }
  .hero-logo { order: 1; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: auto; }
  .number { margin-bottom: 24px; }
  .services, .about { padding: 70px 0; }
  .contact { padding: 56px 0; }
  .footer-inner { min-height: 72px; flex-direction: column; justify-content: center; text-align: center; gap: 4px; padding: 18px 0; }
}
