:root {
  --green: #004225;
  --gold: #D4AF37;
  --white: #FFFFFF;
  --charcoal: #0B0F0C;
  --glass-green-1: rgba(0, 66, 37, 0.68);
  --glass-green-2: rgba(0, 66, 37, 0.38);
  --glass-charcoal: rgba(11, 15, 12, 0.62);
  --offwhite: #F7F4EA;
  --gold-soft: #E7D28A;
  --top-strip-h: 34px;
  --safe-glass: linear-gradient(to bottom, rgba(11, 15, 12, 0.78) 0%, rgba(0, 66, 37, 0.58) 100%);
  --section-glass: linear-gradient(
    to bottom,
    rgba(11, 15, 12, 0.78) 0%,
    rgba(0, 66, 37, 0.58) 100%
  );
  /* EXACT same glass gradient used by the cards (trust-card/service-card) */
  --card-glass: linear-gradient(
    to bottom,
    rgba(11, 15, 12, 0.75) 0%,
    rgba(0, 66, 37, 0.45) 100%
  );
  --section-glass-dark: linear-gradient(
    to bottom,
    rgba(11, 15, 12, 0.86) 0%,
    rgba(0, 66, 37, 0.62) 100%
  );
  --hero-h: 100svh;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  /* Base page background (seen behind transparent sections) should match card "smoky glass" */
  background: var(--card-glass);
  background-attachment: fixed;
}

body {
  font-family: "Garamond", "Georgia", serif;
  /* Match the card glass gradient behind transparent sections */
  background: var(--card-glass);
  background-attachment: fixed;
  color: var(--green);
  line-height: 1.6;
  position: relative;
}

/* Fixed glass overlay between the hero and all sections.
   This makes transparent sections look identical to the smoky cards (includes blur). */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1; /* hero is 0, main/sections are 2 */

  background: var(--card-glass);
  opacity: 0.92;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  pointer-events: none;
}

main {
  position: relative;
  z-index: 2;
  /* Allow sections to start over the fixed hero */
  padding-top: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

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

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

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

.site-header .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  transform: translateY(0);
  transition: transform 0.22s ease;
}

.site-header.top-hidden {
  transform: translateY(calc(-1 * var(--top-strip-h)));
}

.top-strip {
  position: relative;
  background: linear-gradient(
    to bottom,
    rgba(11, 15, 12, 0.72) 0%,
    rgba(0, 66, 37, 0.55) 100%
  );
  color: var(--gold);
  font-size: 0.8rem;
  transition: background 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.top-strip::before {
  content: "";
  position: absolute;
  top: calc(-1 * env(safe-area-inset-top, 0px));
  left: 0;
  right: 0;
  height: env(safe-area-inset-top, 0px);
  background: var(--safe-glass);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
}

.top-strip-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: var(--top-strip-h);
  gap: 1rem;
}

.trust-point {
  font-size: 0.75rem;
  color: var(--white);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.top-strip-inner .trust-point:first-child {
  justify-self: start;
}

.top-strip-inner .trust-point:last-child {
  justify-self: end;
}

.trust-tagline {
  color: var(--white);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  justify-self: center;
  text-shadow: 0 1px 2px rgba(11, 15, 12, 0.6);
}

.main-bar {
  background: linear-gradient(
    to bottom,
    rgba(11, 15, 12, 0.78) 0%,
    rgba(0, 66, 37, 0.58) 100%
  );
  border-bottom: 1px solid var(--gold-soft);
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header.is-scrolled .main-bar {
  background: linear-gradient(
    to bottom,
    rgba(11, 15, 12, 0.86) 0%,
    rgba(0, 66, 37, 0.62) 100%
  );
  border-bottom-color: var(--gold);
  box-shadow: 0 12px 20px rgba(11, 15, 12, 0.45);
}

/* Safe area top for iOS notch, etc. */
.safe-area-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: env(safe-area-inset-top, 0px);
  z-index: 30;
  pointer-events: none;
  background: var(--safe-glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.safe-area-bottom {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 25;
  pointer-events: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: var(--safe-glass);
}

.safe-area-bottom {
  bottom: 0;
  height: env(safe-area-inset-bottom, 0px);
}

.main-bar-inner {
  display: grid;
  /* Row 1: brand centered. Row 2: Call Now (left), menu (center), Get a Quote (right) */
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  gap: 0.35rem 1rem;
  align-items: end;
  padding: 0.65rem 0 0.30rem;
  position: relative;
}

.brand {
  display: grid;
  gap: 0.2rem;
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: center;
  text-align: center;
  align-items: center;
}

.brand-line {
  color: var(--white);
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 1.45rem;
  line-height: 1.05;

  /* Charcoal outline + depth */
  -webkit-text-stroke: 1px rgba(11, 15, 12, 0.85);
  text-shadow:
    0 1px 0 rgba(11, 15, 12, 0.7),
    0 3px 8px rgba(11, 15, 12, 0.55),
    1px 0 0 rgba(11, 15, 12, 0.85),
    -1px 0 0 rgba(11, 15, 12, 0.85),
    0 1px 0 rgba(11, 15, 12, 0.85),
    0 -1px 0 rgba(11, 15, 12, 0.85);
}

.brand-line:first-child {
  font-family: "Bebas Neue", "Oswald", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1.85rem;
}

.brand-line:last-child {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  letter-spacing: 0.22em;
  font-weight: 700;
  font-size: 1.35rem;
}

/* Desktop: menu toggle hidden */
.nav-toggle {
  display: none;
}

.primary-nav {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
  align-self: end;
}

.primary-nav a {
  color: var(--white);
  font-weight: 600;
  font-size: 0.95rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.primary-nav a:hover,
.primary-nav a:focus {
  border-bottom-color: var(--gold);
  transform: translateY(-2px);
}

.header-cta {
  /* Turn the CTA wrapper into "transparent" grid items so each button can sit left/right */
  grid-column: 1 / -1;
  grid-row: 2;
  justify-self: stretch;
  align-self: end;
  display: contents;
}

.cta-buttons {
  display: contents;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--gold);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: rgba(11, 15, 12, 0.2);
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  width: 170px;
  justify-self: start;
}

/* Desktop symmetry: Call Now on the left, Get a Quote on the right */
.cta-buttons .cta-btn:first-child {
  grid-column: 1;
  justify-self: start;
}

.cta-buttons .cta-btn:last-child {
  grid-column: 3;
  justify-self: end;
}

.cta-btn.primary {
  box-shadow: inset 0 0 0 1px rgba(0, 66, 37, 0.4);
}

.cta-btn:hover,
.cta-btn:focus {
  background: rgba(0, 66, 37, 0.25);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.25);
}

.hero {
  /* Hero must stay “sticky” behind everything */
  position: fixed !important;
  inset: 0;
  height: var(--hero-h);
  min-height: var(--hero-h);
  display: flex;
  align-items: center;
  background: var(--charcoal);
  color: var(--white);
  padding: 0;
  z-index: 0;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
  justify-items: center;
  min-height: var(--hero-h);
  width: 100%;
  padding: 6rem 6%;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  margin-bottom: 0.6rem;
  color: var(--gold);
}

.hero h1 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 1rem;
  text-align: center;
}

.hero-lead {
  font-size: 1.05rem;
  margin-bottom: 1.4rem;
  text-align: center;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.1rem;
  margin-bottom: 1.1rem;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;

  padding: 0.72rem 1.35rem;
  min-width: 170px;

  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;

  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.95);

  background: rgba(11, 15, 12, 0.28);
  color: var(--white);

  box-shadow:
    0 10px 18px rgba(11, 15, 12, 0.35),
    inset 0 0 0 1px rgba(0, 66, 37, 0.18);

  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-2px);
  background: rgba(0, 66, 37, 0.22);
  box-shadow:
    0 14px 24px rgba(11, 15, 12, 0.42),
    0 0 14px rgba(212, 175, 55, 0.22);
}

.btn-primary {
  background: rgba(0, 66, 37, 0.72);
  color: var(--white);
  border-color: rgba(212, 175, 55, 0.95);
  box-shadow:
    0 12px 22px rgba(11, 15, 12, 0.40),
    inset 0 0 0 1px rgba(212, 175, 55, 0.25);
}

.btn-secondary {
  background: rgba(11, 15, 12, 0.35);
  color: var(--white);
  border-color: rgba(212, 175, 55, 0.85);
}

.hero-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  align-items: center;

  font-weight: 700;
  text-align: center;
}

.hero-details > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.35rem 0.65rem;
  border-radius: 999px;

  border: 1px solid rgba(212, 175, 55, 0.32);
  background: rgba(11, 15, 12, 0.25);
  color: rgba(247, 244, 234, 0.95);
  font-size: 0.85rem;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-desktop {
  object-position: center 12%;
}

.hero-mobile {
  object-position: center 18%;
}

.hero-mobile {
  display: none;
}

.hero .container {
  width: 100%;
  margin: 0;
  padding: 0;
}

.hero-content {
  max-width: 720px;
  width: min(720px, 92vw);
  margin: 0 auto;
  text-align: center;
}

/* Sections should scroll over the fixed hero (hero stays behind) */
.section {
  position: relative;
  z-index: 2;
  min-height: auto;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  color: var(--offwhite);
  text-align: center;
  background: var(--section-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(212, 175, 55, 0.22);
  border-bottom: 1px solid rgba(212, 175, 55, 0.14);
}

/* Intro CTA section should be transparent so the hero shows behind it */
.intro-section {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  text-align: center;
  margin-top: clamp(6rem, 18vh, 14rem);
}

.intro-section .container {
  width: min(1400px, 96%);
}

.intro-section h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.6rem, 2.4vw + 1rem, 3.4rem);
}

.intro-section p {
  margin-bottom: 1.1rem;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 6px rgba(11, 15, 12, 0.65);
  font-weight: 600;
}

.intro-trust {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem 1rem;
  font-weight: 700;
  text-align: center;
}

.intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
}

.intro-actions .cta-btn {
  width: 170px;
}

@media (max-width: 720px) {
  .intro-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .intro-actions .cta-btn {
    width: 100%;
  }
}

.section-dark {
  background: var(--section-glass-dark);
}

/* Services section: transparent background so the hero shows through while scrolling
   (cards inside remain smoky glass) */
.services-section,
.section.services-section,
#services,
section#services {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;

  /* remove the section dividers so it reads as fully transparent */
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

.testimonials-section,
.section.testimonials-section,
#testimonials,
section#testimonials {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;

  /* remove the section dividers so it reads as fully transparent */
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}

.areas-section {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.quote-section {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.section h2,
.section h3 {
  color: var(--white);
}

.section p,
.section li,
.section blockquote,
.section cite {
  color: rgba(247, 244, 234, 0.92);
}

.section a {
  color: var(--gold-soft);
}

.trust-grid,
.services-grid,
.why-grid,
.testimonial-grid,
.areas-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 2rem;
}

.trust-card,
.service-card {
  padding: 1.7rem 1.6rem;
  background: linear-gradient(
    to bottom,
    rgba(11, 15, 12, 0.75) 0%,
    rgba(0, 66, 37, 0.45) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(11, 15, 12, 0.35);
}

.why-card {
  padding: 1.7rem 1.6rem;
  background: rgba(11, 15, 12, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(11, 15, 12, 0.35);
}

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

@media (max-width: 720px) {
  .why-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.services-section h2 {
  font-size: clamp(2rem, 2.4vw + 1.1rem, 3.1rem);
}

.services-section .service-card h3 {
  font-size: clamp(1.1rem, 1.2vw + 0.7rem, 1.55rem);
}

.services-toggle {
  display: none;
  margin: 1.5rem auto 0;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.6);
  background: rgba(11, 15, 12, 0.45);
  color: var(--white);
  padding: 0.55rem 1.2rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.services-toggle:hover,
.services-toggle:focus {
  background: rgba(0, 66, 37, 0.25);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.25);
}

@media (max-width: 720px) {
  .services-section .service-card:nth-child(n + 4) {
    display: none;
  }

  .services-section.is-expanded .service-card {
    display: block;
  }

  .services-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.why-banner {
  margin-top: 2rem;
  padding: 1.2rem;
  border: 1px solid var(--gold);
  background: rgba(11, 15, 12, 0.55);
}

.story-grid {
  display: grid;
  gap: 2.6rem;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  align-items: center;
}

.story-media img {
  width: 100%;
  height: auto;
  max-width: 320px;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  background: rgba(11, 15, 12, 0.22);
  padding: 0;
  box-shadow:
    0 14px 26px rgba(11, 15, 12, 0.38),
    0 0 0 5px rgba(11, 15, 12, 0.22);
}

.story-content {
  max-width: 620px;
}

.story-content p + p {
  margin-top: 0.9rem;
}

.story-more {
  display: none;
}

.story-content.is-expanded .story-more {
  display: block;
}

.story-toggle {
  margin-left: 0.4rem;
  padding: 0;
  border: none;
  background: none;
  color: var(--gold-soft);
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.story-toggle:hover,
.story-toggle:focus {
  color: var(--white);
}

.gallery-carousel {
  position: relative;
  margin-top: 2rem;
}

.gallery-track {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  overflow-x: auto;
  padding: 1rem 8vw 2.4rem;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 8vw;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-slide {
  flex: 0 0 clamp(220px, 48vw, 560px);
  scroll-snap-align: center;
  transition: transform 0.35s ease, opacity 0.35s ease;
  opacity: 0.6;
  transform: scale(0.92);
  height: clamp(240px, 45vh, 420px);
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: rgba(11, 15, 12, 0.35);
  border-radius: 18px;
}

.gallery-slide.is-active {
  opacity: 1;
  transform: scale(1);
  height: clamp(320px, 70vh, 680px);
}

.gallery-slide.is-active img {
  border-color: rgba(212, 175, 55, 0.6);
  box-shadow: 0 18px 36px rgba(11, 15, 12, 0.45);
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.6);
  background: rgba(11, 15, 12, 0.45);
  color: var(--white);
  padding: 0.45rem 0.9rem;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  cursor: pointer;
  z-index: 2;
}

.gallery-prev {
  left: 0.6rem;
}

.gallery-next {
  right: 0.6rem;
}

.gallery-counter {
  margin-top: 0.4rem;
  font-size: 0.85rem;
  color: rgba(247, 244, 234, 0.85);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.areas-grid {
  margin-top: 1.5rem;
}

.area-card {
  padding: 1rem;
  border: 1px solid var(--gold-soft);
  text-align: center;
  font-weight: 700;
  background: rgba(11, 15, 12, 0.55);
}

.areas-map {
  margin-top: 2rem;
  display: grid;
  gap: 1.6rem;
  justify-items: center;
}

.areas-summary {
  display: inline-block;
  margin: 1rem auto 0;
  padding: 1.1rem 1.4rem;
  background: linear-gradient(
    to bottom,
    rgba(11, 15, 12, 0.75) 0%,
    rgba(0, 66, 37, 0.45) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(11, 15, 12, 0.35);
}

.areas-map-graphic {
  width: min(640px, 92vw);
  padding: 1.2rem;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  background: rgba(11, 15, 12, 0.32);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 16px 32px rgba(11, 15, 12, 0.35);
}

.areas-map-graphic img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

.areas-bubbles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.9rem;
  justify-content: center;
  max-width: 720px;
}

.area-bubble {
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.32);
  background: rgba(11, 15, 12, 0.35);
  color: rgba(247, 244, 234, 0.95);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

@media (max-width: 720px) {
  .areas-map-graphic {
    padding: 1rem;
  }
}

.testimonial-grid blockquote {
  padding: 1.7rem 1.6rem;
  background: linear-gradient(
    to bottom,
    rgba(11, 15, 12, 0.75) 0%,
    rgba(0, 66, 37, 0.45) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(11, 15, 12, 0.35);
  font-style: italic;
}

.testimonial-grid cite {
  display: block;
  margin-top: 0.8rem;
  font-style: normal;
  font-weight: 700;
}

.contact-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.contact-info ul {
  list-style: none;
  margin-top: 1rem;
  display: grid;
  gap: 0.6rem;
}

.contact-info a {
  color: var(--gold-soft);
  border-bottom: 1px solid var(--gold-soft);
}

.contact-whatsapp {
  display: grid;
  gap: 0.45rem;
  justify-items: center;
}

.contact-whatsapp-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.7rem;
  width: max-content;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.6);
  background: rgba(11, 15, 12, 0.4);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.contact-whatsapp-link:hover,
.contact-whatsapp-link:focus {
  background: rgba(0, 66, 37, 0.25);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.25);
}

.call-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.call-modal.is-open {
  display: flex;
}

.call-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 15, 12, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.call-modal-card {
  position: relative;
  z-index: 1;
  width: min(480px, 92vw);
  padding: 1.6rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(11, 15, 12, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.45);
  color: var(--white);
}

.call-modal-card h3 {
  margin-bottom: 1rem;
  text-align: center;
}

.call-modal-actions {
  width: 100%;
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  align-content: center;
}

.call-modal-actions .cta-btn {
  width: min(340px, 100%);
  min-height: 48px;
  padding: 0.7rem 1.1rem;
  font-size: 0.95rem;
  line-height: 1;
}

@media (max-width: 480px) {
  .call-modal-actions .cta-btn {
    width: 100%;
    min-height: 52px;
    font-size: 1rem;
  }
}

.contact-form {
  display: grid;
  gap: 0.8rem;
}

.contact-form h3 {
  margin-bottom: 0.2rem;
}

.quote-card {
  margin: 0 auto;
  max-width: 720px;
  padding: 1.7rem 1.6rem;
  background: linear-gradient(
    to bottom,
    rgba(11, 15, 12, 0.75) 0%,
    rgba(0, 66, 37, 0.45) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(11, 15, 12, 0.35);
}

.contact-form input,
.contact-form textarea {
  padding: 0.6rem 0.8rem;
  border: 1px solid var(--green);
  background: var(--white);
  font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.25);
}

.site-footer {
  position: relative;
  z-index: 2;
  background: var(--charcoal);
  color: var(--white);
  padding: 2.5rem 0;
  border-top: 2px solid var(--gold);
}

.footer-inner {
  display: grid;
  gap: 1rem;

  /* Mobile-first: stack neatly */
  grid-template-columns: 1fr;
  text-align: center;
  justify-items: center;
  align-items: start;
}

.footer-inner span {
  display: block;
}

/* Desktop footer layout: 2 columns + centered bottom line */
@media (min-width: 900px) {
  .footer-inner {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    justify-items: stretch;
    text-align: left;
    align-items: start;
    column-gap: 2.25rem;
  }

  .footer-inner > :nth-child(1) { text-align: left; }
  .footer-inner > :nth-child(2) { text-align: right; }

  /* Bottom line spans full width and centers */
  .footer-bottom {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(212, 175, 55, 0.18);
  }
}

.footer-bottom {
  grid-column: 1 / -1;
}

@media (max-width: 900px) {
  .site-header .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .top-strip-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0.2rem 0.75rem;
    padding: 0.4rem 0;
    align-items: center;
  }

  .top-strip-inner .trust-point:first-child {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    text-align: left;
  }

  .top-strip-inner .trust-point:last-child {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    text-align: right;
  }

  .trust-tagline {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    text-align: center;
    white-space: normal;
    letter-spacing: 0.12em;
  }

  /* Brand on row 1, buttons on row 2 */
  .main-bar-inner {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    gap: 0.6rem;
  }

  .brand {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
    text-align: center;
    align-items: center;
  }

  .brand-line {
    text-align: center;
  }

  /* Desktop nav hidden, mobile toggle shown */
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    border: 1px solid var(--gold);
    color: var(--white);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.05;
    background: rgba(11, 15, 12, 0.2);
    cursor: pointer;
  }

  .nav-toggle:hover,
  .nav-toggle:focus {
    background: rgba(0, 66, 37, 0.25);
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.25);
  }

  .header-cta {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .cta-buttons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
    width: 100%;
    max-width: none;
  }

  .cta-btn {
    width: 100%;
    padding: 0.2rem 0.5rem;
    font-size: 0.7rem;
    line-height: 1.05;
  }

  /* Mobile menu: expand the header downward (no floating panel/box) */
  .main-bar-inner {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto auto; /* add a 3rd row for the expanded menu */
    gap: 0.6rem;
  }

  .primary-nav {
    grid-column: 1 / -1;
    grid-row: 3;
    text-align: center;

    /* remove the floating panel behaviour */
    position: static;

    /* collapsed by default */
    display: block;
    max-height: 0;
    overflow: hidden;

    /* no boxed background/border */
    background: transparent;
    border: none;

    /* animate open/close */
    padding: 0;
    margin: 0;
    transition: max-height 0.25s ease, padding 0.25s ease;

    /* stack links as rows */
    flex-direction: column;
    gap: 0.7rem;
  }

  .primary-nav.is-open {
    max-height: 340px; /* enough for all links */
    padding: 0.75rem 0 0.5rem;
    text-align: center;
  }

  .primary-nav a {
    display: block;
    padding: 0.25rem 0;
    text-align: center;
  }

  .primary-nav a:hover,
  .primary-nav a:focus {
    color: var(--gold);
    border-bottom-color: transparent;
    transform: none;
  }
}

@media (max-width: 768px) {
  /* Mobile/tablet: lighten hero overlay so it matches desktop perception */
  .hero::before {
    background: rgba(11, 15, 12, 0.42);
  }

  /* Mobile/tablet: slightly reduce header glass intensity + shadow */
  .main-bar {
    background: linear-gradient(
      to bottom,
      rgba(11, 15, 12, 0.74) 0%,
      rgba(0, 66, 37, 0.54) 100%
    );
  }

  .site-header.is-scrolled .main-bar {
    background: linear-gradient(
      to bottom,
      rgba(11, 15, 12, 0.82) 0%,
      rgba(0, 66, 37, 0.58) 100%
    );
    box-shadow: 0 8px 14px rgba(11, 15, 12, 0.32);
  }
}

@media (max-width: 480px) {
  .site-header .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (max-width: 720px) {
  :root { --hero-h: 62svh; }

  .hero-desktop {
    display: none;
  }

  .hero-mobile {
    display: block;
  }

  .hero-grid {
    min-height: var(--hero-h);
    padding: 5.25rem 6% 3.5rem;
  }

  .hero-mobile {
    object-fit: cover;
    object-position: center 10%;
  }

  .gallery-track {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.5rem;
  }

  .gallery-track img {
    scroll-snap-align: start;
    flex: 0 0 80%;
  }
}

@media (max-width: 600px) {
  .hero-content {
    padding: 1.05rem 1rem 0.95rem;
    border-radius: 16px;
  }

  .cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
    min-width: 0;
  }

  .gallery-track {
    padding: 0.75rem 12vw 2rem;
  }

  .gallery-nav {
    display: none;
  }

  .gallery-slide {
    height: clamp(200px, 38vh, 300px);
  }

  .gallery-slide.is-active {
    height: clamp(240px, 45vh, 360px);
  }
}

@media (max-width: 980px) {
  .story-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .story-media {
    display: flex;
    justify-content: center;
  }

  .story-media img {
    max-width: 420px;
  }
}
