:root {
  --green: #014232;
  --green-2: #075a46;
  --orange: #fea244;
  --sage: #becac5;
  --cream: #f8f8f4;
  --white: #ffffff;
  --charcoal: #18201d;
  --gray: #68716d;
  --line: rgba(1,66,50,.18);
  --shadow: 0 18px 50px rgba(1,66,50,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--cream);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 105px 0; }
.section-kicker {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: "Libre Baskerville", Georgia, serif; font-weight: 400; line-height: 1.08; }
h2 { font-size: clamp(38px, 5vw, 62px); }
h2 em { color: var(--green); font-style: normal; }
.topbar {
  background: var(--orange);
  color: #17221e;
  font-size: 12px;
  font-weight: 600;
}
.topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.topbar a { text-decoration: underline; text-underline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(1,66,50,.10);
  backdrop-filter: blur(12px);
}
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 250px; height: auto; }
.nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.nav a { transition: color .2s ease; }
.nav a:hover { color: var(--orange); }
.nav-call {
  background: var(--green);
  color: #fff !important;
  padding: 14px 21px;
  border-radius: 2px;
}
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px; background: var(--green); }

.hero {
  min-height: 690px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
  background: var(--green);
}
.hero-image {
  position: absolute; inset: 0;
  background-image: url("https://images.unsplash.com/photo-1581578731548-c64695cc6952?auto=format&fit=crop&w=1800&q=85");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(1,38,29,.88) 0%, rgba(1,66,50,.68) 45%, rgba(1,66,50,.25) 100%);
}
.hero-content { position: relative; z-index: 2; padding: 90px 0; max-width: 760px; }
.hero .eyebrow { color: var(--orange); font-size: 13px; font-weight: 700; letter-spacing: .2em; }
.hero h1 { font-size: clamp(52px, 7vw, 88px); margin: 15px 0 24px; }
.hero h1 span { color: var(--orange); }
.hero-copy { max-width: 600px; font-size: 20px; color: rgba(255,255,255,.88); }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-orange { background: var(--orange); color: #18201d; }
.btn-green { background: var(--green); color: #fff; }
.btn-dark { background: #17221e; color: #fff; }
.btn-outline { border-color: rgba(255,255,255,.6); color: white; }
.scroll-cue {
  position: absolute; z-index: 2; right: 35px; bottom: 30px;
  width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.5);
  display: grid; place-items: center; font-size: 20px;
}

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.photo-card { position: relative; min-height: 490px; }
.photo-placeholder {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  background:
    linear-gradient(135deg, rgba(1,66,50,.9), rgba(1,66,50,.35)),
    url("images/h1.jpg") top/cover;
  color: rgba(255,255,255,.8);
  font-size: 15px; font-weight: 800; letter-spacing: .18em;
  text-align: center;
}
.photo-accent { position: absolute; width: 100%; height: 100%; left: 16px; top: 16px; border: 1px solid var(--orange); pointer-events: none; }
.intro-copy p:not(.section-kicker), .why-copy > p { color: var(--gray); font-size: 17px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 12px; color: var(--green); font-weight: 800; }
.text-link span { color: var(--orange); font-size: 20px; }

.services {
  position: relative;
  overflow: hidden;
  background: var(--green);
  color: #fff;
}
.pattern, .cta-pattern {
  position: absolute; inset: 0; opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px);
  background-size: 32px 32px;
}
.section-heading { position: relative; max-width: 760px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading.light h2 { color: #fff; }
.section-heading.light h2 em { color: var(--orange); }
.section-heading.light > p:last-child { color: rgba(255,255,255,.72); max-width: 610px; }
.service-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.service-card {
  min-height: 300px; padding: 32px;
  border: 1px solid rgba(255,255,255,.32);
  display: flex; flex-direction: column; justify-content: space-between;
  background: rgba(0,0,0,.06);
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.service-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.07); border-color: var(--orange); }
.service-icon {
  width: 54px; height: 54px; display: grid; place-items: center;
  border: 1px solid var(--orange); color: var(--orange); font-size: 26px;
  margin-bottom: 18px;
}
.service-number { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.service-card h3 { font-family: "Libre Baskerville", Georgia, serif; font-size: 27px; font-weight: 400; margin-bottom: 9px; }
.service-card p { color: rgba(255,255,255,.72); }
.service-card > a { align-self: flex-start; color: white; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.service-card > a span { color: var(--orange); padding-left: 8px; }

.benefits { background: white; }
.centered { text-align: center; margin-left: auto; margin-right: auto; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.benefit { padding: 35px 28px; border-right: 1px solid var(--line); }
.benefit:last-child { border-right: 0; }
.benefit span { color: var(--orange); font-weight: 800; font-size: 12px; }
.benefit h3 { color: var(--green); margin: 16px 0 8px; font-family: "Libre Baskerville", Georgia, serif; font-size: 23px; font-weight: 400; }
.benefit p { color: var(--gray); margin-bottom: 0; }

.why { background: var(--sage); }
.why-grid { gap: 90px; }
.why-copy h2 { margin-bottom: 25px; }
.check-list { list-style: none; padding: 0; margin: 28px 0 32px; }
.check-list li { position: relative; padding: 10px 0 10px 30px; border-bottom: 1px solid rgba(1,66,50,.15); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }
.photo-tech .photo-placeholder {
  background:
    linear-gradient(135deg, rgba(1,66,50,.82), rgba(1,66,50,.28)),
    url("images/h2.jpg") center/cover;
}

.reviews { background: #6d716f; color: white; text-align: center; }
.reviews .section-kicker { color: var(--orange); }
.reviews h2 { margin: 0 auto 40px; }
.reviews h2 em { color: var(--orange); }
.review-mark { font-family: Georgia, serif; font-size: 100px; line-height: .65; color: var(--orange); }
.review-card { max-width: 760px; margin: 0 auto; }
.stars { color: var(--orange); letter-spacing: .18em; font-size: 20px; margin-bottom: 15px; }
blockquote { font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(21px, 3vw, 30px); line-height: 1.45; margin: 0 auto 20px; }
.review-author { color: rgba(255,255,255,.65); font-size: 13px; }
.review-dots { display: flex; justify-content: center; gap: 8px; margin-top: 25px; }
.review-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.35); cursor: pointer; }
.review-dots button.active { background: var(--orange); transform: scale(1.25); }

.cta { position: relative; overflow: hidden; background: var(--orange); }
.cta-pattern { opacity: .14; background-image: linear-gradient(rgba(1,66,50,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(1,66,50,.35) 1px, transparent 1px); }
.cta-inner { position: relative; display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: center; padding: 90px 0; }
.cta h2 { color: #17221e; margin-bottom: 20px; }
.cta h2 em { color: white; }
.cta p:not(.section-kicker) { max-width: 620px; color: rgba(23,34,30,.75); }
.cta-phone { text-align: right; }
.cta-phone span { display: block; font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.cta-phone > a:not(.btn) { display: block; margin: 5px 0 20px; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(28px, 4vw, 44px); color: #17221e; }

.footer { background: #11201b; color: rgba(255,255,255,.7); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding-bottom: 55px; }
.footer-logo { width: 245px; margin-bottom: 18px; filter: brightness(0) invert(1); opacity: .92; }
.footer h3 { color: white; font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) span { display: block; margin: 8px 0; }
.footer-grid a:hover { color: var(--orange); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; display: flex; justify-content: space-between; font-size: 11px; }

@media (max-width: 850px) {
  .topbar-inner { justify-content: center; text-align: center; }
  .topbar-inner > span { display: none; }
  .nav-wrap { min-height: 78px; }
  .brand img { width: 200px; }
  .menu-toggle { display: block; z-index: 22; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0;
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .nav.open { display: flex; }
  .nav a { padding: 16px 22px; border-top: 1px solid rgba(1,66,50,.08); }
  .nav-call { margin: 12px 20px 20px; text-align: center; }
  .hero { min-height: 620px; }
  .hero-content { padding: 70px 0; }
  .two-col, .cta-inner { grid-template-columns: 1fr; gap: 50px; }
  .photo-card { min-height: 400px; }
  .service-grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit:nth-child(2) { border-right: 0; }
  .benefit:nth-child(3), .benefit:nth-child(4) { border-top: 1px solid var(--line); }
  .cta-phone { text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 75px 0; }
  .topbar { font-size: 11px; }
  .brand img { width: 185px; }
  .hero { min-height: 650px; }
  .hero h1 { font-size: 49px; }
  .hero-copy { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .photo-card { min-height: 330px; }
  .service-card { min-height: 270px; padding: 26px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit { border-right: 0; border-bottom: 1px solid var(--line); }
  .benefit:last-child { border-bottom: 0; }
  .benefit:nth-child(2) { border-top: 0; }
  .benefit:nth-child(3) { border-top: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}
