html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Avenir Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #193127;
  background: #d9ded6;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  background:
    linear-gradient(180deg, rgba(10, 21, 16, 0.38), rgba(10, 21, 16, 0.18)),
    url("background.jpg") center / cover no-repeat;
  transform: scale(1.04);
  filter: blur(10px);
}

body::after {
  background:
    radial-gradient(circle at top left, rgba(233, 238, 229, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(239, 242, 236, 0.52), rgba(235, 239, 232, 0.68));
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  position: relative;
  z-index: 1;
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 56px;
}

.site-header,
.hero,
.content-section,
.site-footer {
  position: relative;
  overflow: hidden;
  background: rgba(248, 249, 244, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  box-shadow: 0 24px 64px rgba(24, 50, 40, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.site-header::before,
.hero::before,
.content-section::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 45%);
  pointer-events: none;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
}

.brand,
.site-nav,
.hero > *,
.content-section > *,
.site-footer > * {
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
}

.brand-kicker,
.eyebrow,
.card-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #627b6d;
}

.brand-name,
.hero h1,
.section-heading h2,
.contact-copy h2,
.service-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #11271d;
}

.brand-name {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f2ab33;
  text-shadow:
    -1px 0 #0c5138,
    0 1px #0c5138,
    1px 0 #0c5138,
    0 -1px #0c5138,
    2px 2px 0 rgba(12, 81, 56, 0.5);
}

.brand-tagline {
  font-size: 0.92rem;
  font-style: italic;
  color: #b67b1a;
  text-shadow: 0 1px 0 rgba(255, 244, 214, 0.45);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-nav a,
.site-footer a {
  font-size: 0.94rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2c4b3d;
}

.hero {
  display: block;
  margin-top: 28px;
  padding: 44px;
}

.hero h1 {
  margin: 16px 0 0;
  font-size: clamp(3rem, 8vw, 5.8rem);
  line-height: 0.92;
  max-width: none;
}

.hero-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  gap: 24px 28px;
  align-items: end;
  margin-top: 28px;
}

.hero-lead,
.section-heading p,
.about-copy p,
.contact-copy p,
.service-card p,
.about-panel li {
  font-size: 1rem;
  line-height: 1.65;
  color: #49695b;
}

.hero-lead {
  margin-top: 22px;
  max-width: 38rem;
  font-size: 1.08rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  grid-column: 1 / -1;
}

.hero-points span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(29, 59, 47, 0.08);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #244235;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.button:hover,
.button:focus {
  transform: translateY(-1px);
}

.button-primary {
  background: #1d3b2f;
  color: #f7f9f4;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.64);
  border-color: rgba(29, 59, 47, 0.16);
  color: #1d3b2f;
}

.logo-panel,
.about-panel,
.contact-panel {
  border-radius: 30px;
}

.logo-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  padding: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(229, 235, 226, 0.74));
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.logo-panel img {
  max-width: 460px;
  filter: drop-shadow(0 28px 36px rgba(23, 49, 39, 0.18));
}

.about-panel {
  padding: 24px 26px;
  background: rgba(29, 59, 47, 0.92);
}

.about-panel li {
  color: rgba(240, 245, 239, 0.88);
}

.contact-panel p {
  margin: 10px 0 0;
}

.content-section {
  margin-top: 26px;
  padding: 34px;
}

.section-heading {
  position: relative;
  z-index: 1;
  max-width: 44rem;
}

.section-heading h2,
.contact-copy h2 {
  margin: 12px 0 0;
  font-size: clamp(2.1rem, 4.4vw, 3.8rem);
  line-height: 0.98;
}

.section-heading p,
.contact-copy p {
  margin-top: 16px;
}

.service-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.service-card {
  padding: 24px 22px;
  border-radius: 24px;
  background: rgba(252, 252, 249, 0.76);
  border: 1px solid rgba(23, 49, 39, 0.08);
}

.service-card h3 {
  margin: 0;
  font-size: 1.45rem;
}

.service-card p {
  margin-top: 10px;
}

.about-grid,
.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.88fr);
  gap: 22px;
  margin-top: 28px;
}

.about-copy p + p {
  margin-top: 16px;
}

.about-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-panel li {
  padding: 14px 0;
  border-top: 1px solid rgba(240, 245, 239, 0.14);
}

.contact-panel {
  padding: 26px;
  background: rgba(29, 59, 47, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-panel p {
  color: rgba(240, 245, 239, 0.88);
}

.site-footer {
  margin-top: 26px;
}

.site-footer p {
  margin: 0;
  max-width: 52rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #49695b;
}

.site-footer strong {
  color: #11271d;
}

@media (max-width: 1199px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .site-shell {
    width: min(100% - 28px, 1140px);
    padding-top: 18px;
  }

  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero,
  .about-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 30px;
  }

  .hero-bottom {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .logo-panel {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .site-header,
  .content-section,
  .site-footer {
    padding: 20px;
  }

  .hero {
    padding: 22px;
    border-radius: 28px;
  }

  .site-nav {
    gap: 12px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .logo-panel {
    min-height: 300px;
    padding: 22px;
  }
}
