:root {
  --bg: #123f2b;
  --bg-soft: #1f5c3f;
  --panel: #2f7b54;
  --panel-deep: #1a5338;
  --line: #90be9d;
  --text: #f5f8f6;
  --muted: #d7e3dc;
  --accent: #e4cc74;
  --accent-strong: #f4e6a7;
  --radius: 18px;
  --shadow: 0 22px 40px rgba(0, 0, 0, 0.25);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: radial-gradient(1200px 500px at 15% -5%, #3d8f64 0%, transparent 60%),
    radial-gradient(900px 400px at 90% 8%, #2f7552 0%, transparent 60%),
    var(--bg);
  min-height: 100vh;
  line-height: 1.6;
}

.background-glow {
  position: fixed;
  inset: 0;
  background-image: linear-gradient(120deg, transparent 0%, rgba(228, 204, 116, 0.1) 50%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: none;
  background: #10311c;
  border-bottom: none;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
}

.brand {
  text-decoration: none;
  color: var(--text);
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: clamp(160px, 18vw, 230px);
  height: auto;
  display: block;
  border-radius: 16px;
  opacity: 1;
  filter: none;
  -webkit-mask-image: none;
  mask-image: none;
  transition: none;
}

.main-nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.main-nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 999px;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--accent-strong);
  background-color: rgba(228, 204, 116, 0.16);
}

.hero,
.page-hero {
  padding: 86px 0 56px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 0.83rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
}

h1 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  max-width: 14ch;
  margin-bottom: 16px;
}

h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
}

.lead {
  color: var(--muted);
  max-width: 60ch;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  padding: 12px 20px;
  cursor: pointer;
  font-family: inherit;
}

.btn-primary {
  color: #173f2b;
  background: linear-gradient(145deg, #f3e6ad, #dcbc57);
}

.btn-ghost {
  color: var(--accent-strong);
  background: rgba(228, 204, 116, 0.12);
  border: 1px solid rgba(228, 204, 116, 0.35);
}

.hero-panel,
.card,
.service-card,
.contact-form,
.map-wrap {
  background: linear-gradient(160deg, rgba(42, 112, 76, 0.95), rgba(23, 76, 51, 0.98));
  border: 1px solid rgba(228, 204, 116, 0.24);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-panel {
  padding: 24px;
}

.hero-panel ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.section {
  padding: 26px 0 74px;
}

.section-head {
  margin-bottom: 20px;
}

.cards,
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.card,
.service-card {
  padding: 20px;
}

.card p,
.service-card p {
  color: var(--muted);
}

.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-layout,
.location-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.contact-copy {
  align-self: start;
}

.note,
.form-info {
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-form {
  display: grid;
  gap: 8px;
  padding: 24px;
}

label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(228, 204, 116, 0.32);
  border-radius: 12px;
  padding: 12px;
  font-size: 1rem;
  color: var(--text);
  background: rgba(23, 76, 51, 0.72);
  font-family: inherit;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #f1df96;
  box-shadow: 0 0 0 3px rgba(228, 204, 116, 0.22);
}

.map-wrap {
  overflow: hidden;
  min-height: 360px;
}

.map-wrap iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
}

.site-footer {
  border-top: 1px solid rgba(228, 204, 116, 0.25);
  padding: 22px 0;
  background: rgba(14, 45, 31, 0.7);
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-wrap p,
.footer-wrap a {
  margin: 0;
  color: var(--muted);
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 920px) {
  .hero-grid,
  .cards,
  .service-grid,
  .form-layout,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .hero,
  .page-hero {
    padding-top: 64px;
  }

  .brand-logo {
    width: 150px;
  }
}
