:root {
  --green-950: #041a0f;
  --green-900: #06301c;
  --green-800: #0a4729;
  --green-700: #007a33;
  --green-600: #0d8f3f;
  --gold-400: #d4af37;
  --gold-500: #c4a35a;
  --gold-600: #a8873d;
  --cream: #f3f6f1;
  --cream-soft: #e7eee6;
  --ink: #0f1f16;
  --muted: #4d6357;
  --white: #ffffff;
  --radius: 2px;
  --font-display: "Bebas Neue", Impact, sans-serif;
  --font-body: "Source Sans 3", Georgia, sans-serif;
  --shadow: 0 18px 50px rgba(4, 26, 15, 0.18);
  --max: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Rules below set explicit display values, which would otherwise beat the UA [hidden] rule. */
[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(196, 163, 90, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(0, 122, 51, 0.12), transparent 50%),
    linear-gradient(180deg, #f7faf6 0%, var(--cream) 40%, #eef3ec 100%);
  line-height: 1.55;
  min-height: 100vh;
}

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

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

h1, h2, h3, .display {
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  line-height: 0.95;
  font-weight: 400;
  margin: 0 0 0.4em;
}

p {
  margin: 0 0 1rem;
}

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(10px);
  background: rgba(4, 26, 15, 0.88);
  border-bottom: 1px solid rgba(196, 163, 90, 0.28);
}

.site-header__inner {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  letter-spacing: 0.06em;
  color: var(--white);
}

.brand__logo {
  flex: none;
  width: 2.6rem;
  height: 2.6rem;
  object-fit: contain;
}

.brand--footer {
  color: var(--gold-400);
  margin-bottom: 0.5rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 500;
  font-size: 0.95rem;
}

.site-nav a.is-active,
.site-nav a:hover {
  color: var(--gold-400);
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  border-radius: var(--radius);
  padding: 0.55rem;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--white);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.35rem;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--gold {
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
  color: var(--green-950);
  box-shadow: 0 8px 24px rgba(196, 163, 90, 0.35);
}

.btn--green {
  background: var(--green-700);
  color: var(--white);
}

.btn--ghost {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--white);
}

.btn--ghost-dark {
  border-color: rgba(15, 31, 22, 0.25);
  color: var(--ink);
  background: transparent;
}

.btn--sm {
  padding: 0.55rem 0.9rem;
  font-size: 0.88rem;
}

.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: grid;
  align-items: end;
  color: var(--white);
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 26, 15, 0.25) 0%, rgba(4, 26, 15, 0.78) 70%, rgba(4, 26, 15, 0.92) 100%),
    url("/images/F7020996-52E6-4741-858D-CA3A6675F44A-JcnBufR9KgGCCn4B9CthVnUA6i7haN.jpg") center/cover no-repeat;
  transform: scale(1.04);
  animation: heroZoom 12s ease-out forwards;
}

@keyframes heroZoom {
  to { transform: scale(1); }
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, var(--max));
  margin: 0 auto 4.5rem;
  max-width: 720px;
}

.hero__logo {
  display: block;
  width: clamp(7rem, 14vw, 10.5rem);
  height: auto;
  margin-bottom: 0.75rem;
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.45));
  opacity: 0;
  animation: riseIn 0.8s ease forwards;
}

.hero__brand {
  font-family: var(--font-display);
  font-size: clamp(3.2rem, 10vw, 6.5rem);
  letter-spacing: 0.05em;
  color: var(--gold-400);
  margin-bottom: 0.35rem;
  opacity: 0;
  animation: riseIn 0.8s ease 0.15s forwards;
}

.hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  max-width: 14ch;
  opacity: 0;
  animation: riseIn 0.8s ease 0.3s forwards;
}

.hero p {
  font-size: 1.15rem;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  animation: riseIn 0.8s ease 0.45s forwards;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
  opacity: 0;
  animation: riseIn 0.8s ease 0.6s forwards;
}

@keyframes riseIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.section {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.section--dark {
  background:
    linear-gradient(160deg, var(--green-900), var(--green-950));
  color: var(--white);
}

.section--panel {
  background: rgba(255, 255, 255, 0.55);
  border-block: 1px solid rgba(0, 122, 51, 0.08);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold-600);
  margin-bottom: 0.75rem;
}

.section--dark .eyebrow {
  color: var(--gold-400);
}

.section__lead {
  color: var(--muted);
  max-width: 52ch;
  font-size: 1.05rem;
}

.section--dark .section__lead {
  color: rgba(255, 255, 255, 0.78);
}

.section__head {
  margin-bottom: 2rem;
}

.section__head h2 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  max-width: 16ch;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  align-items: center;
}

.feature {
  padding: 0.25rem 0;
}

.feature h3 {
  font-size: 1.65rem;
  margin-bottom: 0.4rem;
}

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

.section--dark .feature p {
  color: rgba(255, 255, 255, 0.75);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.75rem;
}

.gallery img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  filter: saturate(1.05);
}

.marquee {
  --marquee-gap: 1rem;
  margin-top: 2.5rem;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.marquee__track {
  display: flex;
  gap: var(--marquee-gap);
  width: max-content;
  animation: marqueeScroll 55s linear infinite;
}

.marquee:hover .marquee__track,
.marquee:focus-within .marquee__track {
  animation-play-state: paused;
}

.marquee img {
  flex: none;
  width: clamp(260px, 30vw, 460px);
  aspect-ratio: 1;
  object-fit: cover;
  filter: saturate(1.05);
}

@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - (var(--marquee-gap) / 2))); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .marquee__track {
    animation: none;
  }
}

.service-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2rem;
}

.service-row:nth-child(even) {
  grid-template-columns: 1.1fr 1fr;
}

.service-row:nth-child(even) .service-row__copy {
  order: -1;
}

.service-row img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.service-row h3 {
  font-size: 2rem;
}

.num {
  color: var(--gold-600);
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}

.service-item + .service-item {
  margin-top: 1.85rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(0, 122, 51, 0.14);
}

.service-item p:last-child {
  margin-bottom: 0;
}

.quote {
  padding: 1.25rem 0;
  border-top: 1px solid rgba(0, 122, 51, 0.12);
}

.quote p {
  font-size: 1.05rem;
}

.quote__meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.9rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.quote__avatar {
  flex: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(196, 163, 90, 0.55);
}

.cta-band {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.cta-band img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.form {
  display: grid;
  gap: 1rem;
  max-width: 640px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
  font-size: 0.92rem;
}

input,
select,
textarea {
  font: inherit;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(15, 31, 22, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.field-error {
  color: #9b1c1c;
  font-size: 0.85rem;
  font-weight: 500;
}

.notice {
  max-width: 640px;
  margin-bottom: 1.25rem;
  padding: 0.85rem 1rem;
  border-left: 4px solid var(--gold-500);
  background: rgba(196, 163, 90, 0.14);
  font-weight: 500;
}

.faq details {
  border-bottom: 1px solid rgba(15, 31, 22, 0.12);
  padding: 1rem 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.05rem;
}

.faq details p {
  margin-top: 0.75rem;
  color: var(--muted);
}

.site-footer {
  background: var(--green-950);
  color: rgba(255, 255, 255, 0.82);
  padding: 3rem 0 1.5rem;
}

.site-footer__inner {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.5rem;
}

.site-footer a:hover {
  color: var(--gold-400);
}

.site-footer__links {
  display: grid;
  gap: 0.4rem;
}

.site-footer__legal {
  width: min(100% - 2rem, var(--max));
  margin: 2rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
}

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

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

.stack-sm > * + * {
  margin-top: 0.75rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.pill {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--green-700);
}

@media (max-width: 900px) {
  .grid-4,
  .grid-3,
  .gallery,
  .cta-band,
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-row,
  .service-row:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .service-row:nth-child(even) .service-row__copy {
    order: 0;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: flex;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--green-950);
    padding: 0.75rem 1rem 1rem;
    border-bottom: 1px solid rgba(196, 163, 90, 0.25);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.7rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .grid-4,
  .grid-3,
  .grid-2,
  .gallery,
  .cta-band,
  .form-row,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

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

  .hero {
    min-height: 78vh;
  }
}
