:root {
  --cream: #fff7e8;
  --peach: #f7bf78;
  --peach-soft: #ffe1ad;
  --clay: #bd5f38;
  --clay-dark: #884222;
  --pine: #173b31;
  --pine-2: #31624f;
  --mint: #d9eee5;
  --gold: #f4c86a;
  --ink: #18201d;
  --muted: #5d6962;
  --line: #ead9bd;
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(23, 59, 49, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
svg { display: block; max-width: 100%; }
img { display: block; max-width: 100%; }
.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 1000;
  background: var(--pine);
  color: var(--cream);
  padding: 10px 14px;
  border-radius: 8px;
}
.skip-link:focus { top: 16px; }
.wrap {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}
.top-strip {
  background: var(--pine);
  color: var(--cream);
  font-size: 0.92rem;
}
.strip-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.top-strip a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 900;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 247, 232, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--pine);
  font-weight: 950;
  letter-spacing: 0;
}
.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: var(--pine-2);
  background: var(--peach-soft);
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 2px rgba(23, 59, 49, 0.12);
}
.brand-mark svg { width: 31px; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.95rem;
  font-weight: 800;
}
.nav-links a {
  color: var(--muted);
  text-decoration: none;
}
.nav-links a:hover { color: var(--pine); }
.nav-links .nav-phone {
  color: var(--white);
  background: var(--clay);
  padding: 11px 18px;
  border-radius: 999px;
  box-shadow: 0 6px 0 var(--clay-dark);
}
.hero {
  padding: 78px 0 88px;
  background:
    radial-gradient(circle at 12% 18%, rgba(244, 200, 106, 0.32), transparent 32%),
    radial-gradient(circle at 88% 6%, rgba(217, 238, 229, 0.9), transparent 34%),
    linear-gradient(180deg, var(--cream), #f8efd9);
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 54px;
  align-items: center;
}
.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 18px;
  color: var(--clay-dark);
  background: #fff2d5;
  border: 1px solid rgba(189, 95, 56, 0.18);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: 1.08;
}
h1 {
  max-width: 760px;
  font-size: clamp(2.45rem, 6vw, 5rem);
}
h2 {
  font-size: clamp(2rem, 4.3vw, 3.2rem);
  max-width: 800px;
}
h3 { font-size: 1.35rem; }
.hero-lede {
  max-width: 670px;
  margin: 24px 0 30px;
  color: var(--muted);
  font-size: 1.16rem;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 15px 24px;
  border-radius: 18px;
  text-decoration: none;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
}
.button small {
  margin-top: 5px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  opacity: 0.86;
}
.primary {
  color: var(--white);
  background: var(--clay);
  box-shadow: 0 8px 0 var(--clay-dark);
  transition: transform 0.15s, box-shadow 0.15s;
}
.primary:hover {
  transform: translateY(3px);
  box-shadow: 0 5px 0 var(--clay-dark);
}
.microcopy {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
  font-weight: 750;
}
.hero-art {
  position: relative;
  filter: drop-shadow(0 28px 50px rgba(23, 59, 49, 0.16));
}
.hero-art svg {
  width: 100%;
  height: auto;
}
.proof {
  background: var(--pine);
  color: var(--cream);
  border-top: 4px solid var(--gold);
  border-bottom: 4px solid var(--gold);
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 247, 232, 0.16);
}
.proof-grid div {
  padding: 28px 18px;
  background: var(--pine);
  text-align: center;
}
.proof-grid strong {
  display: block;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}
.proof-grid span {
  display: block;
  margin-top: 8px;
  color: #e9dec7;
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.section {
  padding: 88px 0;
}
.intro-section { background: var(--white); }
.two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 62px;
  align-items: start;
}
.text-stack p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.08rem;
}
.photo-section {
  background:
    radial-gradient(circle at 92% 20%, rgba(247, 191, 120, 0.24), transparent 30%),
    linear-gradient(180deg, #f8efd9, var(--white));
}
.photo-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 40px;
  align-items: end;
}
.photo-heading h2 {
  grid-row: span 2;
}
.photo-heading p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.04rem;
}
.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.photo-card {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--pine);
  box-shadow: 0 18px 42px rgba(23, 59, 49, 0.13);
}
.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(16, 27, 24, 0.78));
  pointer-events: none;
}
.photo-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  color: var(--cream);
  font-weight: 850;
  line-height: 1.35;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}
.services {
  background:
    linear-gradient(180deg, rgba(217, 238, 229, 0.5), rgba(255, 247, 232, 0.7)),
    var(--cream);
}
.section-heading {
  margin-bottom: 40px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.service-card {
  min-height: 250px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(23, 59, 49, 0.07);
}
.service-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 14px;
  color: var(--pine);
  background: var(--mint);
  font-weight: 950;
}
.service-card h3 {
  margin-bottom: 12px;
  color: var(--pine);
}
.service-card p {
  margin: 0;
  color: var(--muted);
}
.why {
  background: var(--white);
}
.split-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 46px;
  padding: 46px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 5% 10%, rgba(244, 200, 106, 0.26), transparent 30%),
    #fffaf1;
  box-shadow: var(--shadow);
}
.split-card p {
  color: var(--muted);
  font-size: 1.05rem;
}
.check-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  padding: 18px 18px 18px 54px;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--muted);
  position: relative;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 21px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--clay);
  box-shadow: inset 0 0 0 5px var(--peach-soft);
}
.check-list strong { color: var(--ink); }
.areas {
  background: #f8efd9;
}
.area-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.area-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--pine);
  font-weight: 850;
}
.faq {
  background: var(--white);
}
.faq-wrap {
  max-width: 920px;
}
.faq-list {
  display: grid;
  gap: 14px;
}
details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fffaf1;
  overflow: hidden;
}
summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--pine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 800;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  color: var(--clay);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
details[open] summary::after { content: "-"; }
details p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
}
.cta {
  padding: 86px 0;
  background: var(--pine);
  color: var(--cream);
  text-align: center;
}
.cta .section-kicker {
  color: var(--pine);
  background: var(--gold);
  margin-left: auto;
  margin-right: auto;
}
.cta h2 {
  margin: 0 auto 28px;
  color: var(--cream);
}
.light {
  color: var(--pine);
  background: var(--gold);
  box-shadow: 0 8px 0 #b58523;
}
footer {
  background: #101b18;
  color: #c7d0ca;
  padding: 54px 0 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 36px;
}
footer strong {
  display: block;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  margin-bottom: 8px;
}
footer span {
  display: block;
  color: var(--gold);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  margin-bottom: 12px;
}
footer p {
  margin: 0 0 8px;
  max-width: 440px;
}
footer a {
  display: block;
  color: #dce8df;
  text-decoration: none;
  margin-bottom: 8px;
}
footer a:hover { color: var(--gold); }
.footer-bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 247, 232, 0.14);
  color: #8d9b94;
  font-size: 0.9rem;
  text-align: center;
}

@media (max-width: 920px) {
  .nav { align-items: flex-start; flex-direction: column; padding: 16px 0; }
  .nav-links { width: 100%; justify-content: space-between; gap: 12px; }
  .nav-links a:not(.nav-phone) { display: none; }
  .hero-grid,
  .two-col,
  .split-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid { gap: 34px; }
  .hero-art { max-width: 620px; margin: 0 auto; }
  .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .photo-heading,
  .photo-grid {
    grid-template-columns: 1fr;
  }
  .photo-heading h2 {
    grid-row: auto;
  }
  .photo-card {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .strip-inner { justify-content: center; text-align: center; padding: 8px 0; }
  .brand { font-size: 0.98rem; }
  .brand-mark { width: 38px; height: 38px; border-radius: 12px; }
  .nav-links .nav-phone {
    width: 100%;
    text-align: center;
    padding: 12px 18px;
  }
  .hero { padding: 52px 0 62px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  h1 { font-size: clamp(2.25rem, 14vw, 3.5rem); }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .microcopy { max-width: none; }
  .section { padding: 62px 0; }
  .proof-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }
  .photo-grid { gap: 14px; }
  .photo-card {
    min-height: 240px;
    border-radius: 18px;
  }
  .photo-card figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    font-size: 0.94rem;
  }
  .proof-grid strong { font-size: 1.75rem; }
  .service-card { min-height: 0; padding: 24px; }
  .split-card { padding: 26px; border-radius: 22px; }
  summary { font-size: 1.08rem; padding: 18px; }
  details p { padding: 0 18px 18px; }
  .cta { padding: 66px 0; }
}
