:root {
  --green: #2e7d32;
  --green-dark: #1b5e20;
  --green-soft: #e8f5e9;
  --white: #ffffff;
  --text: #222222;
  --muted: #5f6b63;
  --surface: #f8f9fa;
  --accent: #ffc107;
  --shadow: 0 25px 45px rgba(27, 94, 32, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 2000;
  background: var(--green-dark);
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 999px;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.logo {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--green-dark);
}

.site-nav {
  display: flex;
  gap: 1.4rem;
  color: var(--muted);
  font-weight: 500;
}

.site-nav a {
  position: relative;
  transition: color 0.25s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--green-dark);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  flex-direction: column;
  gap: 0.28rem;
  padding: 0.25rem;
}

.nav-toggle span {
  display: block;
  width: 1.4rem;
  height: 2px;
  background: var(--green-dark);
  border-radius: 999px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(46, 125, 50, 0.2);
}

.btn-primary {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: var(--white);
}

.btn-secondary {
  background: var(--white);
  color: var(--green-dark);
  border: 1px solid rgba(27, 94, 32, 0.16);
}

.btn-large {
  padding: 1.05rem 1.8rem;
  font-size: 1rem;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(120deg, rgba(27, 94, 32, 0.8), rgba(27, 94, 32, 0.25)),
    url('https://images.unsplash.com/photo-1501004318641-b39e6451afbe?auto=format&fit=crop&w=1800&q=80') center/cover;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.12) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding: 4.5rem 0 5rem;
  color: var(--white);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: center;
  gap: 2rem;
}

.hero-text {
  max-width: 680px;
}

.hero-media-card {
  width: min(100%, 640px);
  margin-left: auto;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.9rem;
  border-radius: 1.5rem;
  box-shadow: 0 24px 45px rgba(11, 45, 20, 0.22);
  overflow: hidden;
}

.hero-media-card img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 1rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.8rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #f1f8e9;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.hero-copy {
  margin: 0 0 1.8rem;
  max-width: 620px;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  color: rgba(255, 255, 255, 0.92);
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.hero-badges span {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #f9fff9;
  font-size: 0.92rem;
}

.hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.hero-particles span {
  position: absolute;
  bottom: 2rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  animation: drift 7s linear infinite;
  opacity: 0.45;
}

@keyframes drift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 0.55;
  }
  100% {
    transform: translate3d(0, -140px, 0) scale(0.6);
    opacity: 0;
  }
}

.section {
  padding: 6rem 0;
}

.section-alt {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 2.7rem;
  text-align: center;
}

.section-heading h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.8rem, 3.2vw, 2.35rem);
  letter-spacing: -0.03em;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.service-card,
.feature-card,
.pricing-card,
.contact-card,
.contact-form,
.booking-shell {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.service-card {
  background: linear-gradient(180deg, var(--white), #fcfffc);
  padding: 1.5rem;
  border: 1px solid rgba(46, 125, 50, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
}

.service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}

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

.service-size {
  margin: 0;
  color: var(--green);
  font-size: 0.85rem;
  font-weight: 600;
}

.service-price {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--green-dark);
}

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

.service-btn {
  margin-top: auto;
  width: fit-content;
}

.pricing-card {
  background: var(--white);
  padding: 1.5rem;
  border: 1px solid rgba(46, 125, 50, 0.08);
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
}

.pricing-table th,
.pricing-table td {
  padding: 1rem 0.9rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
}

.pricing-table th {
  color: var(--green-dark);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.pricing-note {
  margin: 1rem 0 0;
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(232, 245, 233, 0.9), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(46, 125, 50, 0.12);
  color: var(--green-dark);
  font-size: 1.08rem;
  font-weight: 500;
  box-shadow: 0 12px 24px rgba(27, 94, 32, 0.06);
}

.pricing-note strong {
  color: var(--green-dark);
  font-weight: 800;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.feature-card {
  background: var(--white);
  padding: 1.5rem;
  border: 1px solid rgba(46, 125, 50, 0.08);
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: var(--green-soft);
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}

.feature-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: var(--green-dark);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.1rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
}

.gallery-grid {
  columns: 3 260px;
  column-gap: 1rem;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem;
  overflow: hidden;
  border-radius: 1.2rem;
  break-inside: avoid;
  box-shadow: var(--shadow);
}

.gallery-item img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.05);
  filter: saturate(1.1);
}

.gallery-item.tall img {
  aspect-ratio: 4 / 6;
}

.booking-section {
  padding-top: 0;
}

.booking-shell {
  background: linear-gradient(120deg, var(--green), var(--green-dark));
  color: var(--white);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.booking-shell h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.booking-shell p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.4rem;
}

.contact-card,
.contact-form {
  background: var(--white);
  padding: 1.5rem;
  border: 1px solid rgba(46, 125, 50, 0.08);
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.3rem;
  display: grid;
  gap: 0.75rem;
  color: var(--muted);
}

.contact-list a {
  color: var(--green-dark);
}

.map-placeholder {
  min-height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid rgba(46, 125, 50, 0.16);
  box-shadow: var(--shadow);
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

label {
  font-weight: 600;
  color: var(--green-dark);
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(34, 34, 34, 0.13);
  border-radius: 0.95rem;
  padding: 0.9rem 1rem;
  background: var(--surface);
  color: var(--text);
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(46, 125, 50, 0.22);
  border-color: var(--green);
}

.site-footer {
  padding: 3rem 0 1.2rem;
  background: #0f1f14;
  color: rgba(255, 255, 255, 0.9);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 0.7fr;
  gap: 1.3rem;
}

.footer-logo {
  color: var(--white);
}

.site-footer h3 {
  margin: 0 0 0.8rem;
  font-size: 1rem;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.74);
}

.social-links {
  display: flex;
  gap: 0.7rem;
}

.social-links a {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
}

.footer-bottom {
  margin-top: 1.6rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
  display: none;
  place-items: center;
  padding: 2rem;
  z-index: 1400;
}

.lightbox.is-open {
  display: grid;
}

.lightbox img {
  max-width: min(100%, 960px);
  max-height: 80vh;
  object-fit: contain;
  border-radius: 1rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

.lightbox-close {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  border: none;
  background: rgba(255, 255, 255, 0.16);
  color: white;
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.4rem;
  border-radius: 999px;
  cursor: pointer;
}

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

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

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

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

  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .hero-media-card {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 1rem;
    right: 1rem;
    flex-direction: column;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-cta {
    display: none;
  }

  .services-grid,
  .feature-grid,
  .contact-grid,
  .footer-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    columns: 1;
  }

  .booking-shell {
    flex-direction: column;
    align-items: flex-start;
  }
}
