:root {
  --green-900: #1a3d18;
  --green-800: #245221;
  --green-700: #2d6b29;
  --green-600: #3d8b37;
  --green-500: #4da646;
  --green-400: #62c05a;
  --green-100: #e8f5e8;
  --green-50: #f4fbf4;
  --charcoal-900: #0f1410;
  --charcoal-800: #1c2419;
  --charcoal-700: #2a3526;
  --charcoal-500: #52624d;
  --charcoal-300: #8fa089;
  --charcoal-200: #c4cfc0;
  --white: #ffffff;
  --off-white: #fafcfa;
  --cream: #f5f8f4;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 10px 30px rgba(16, 40, 20, 0.12);
  --shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.2);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-xl: 36px;
  --nav-height: 72px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--charcoal-800);
  background: var(--white);
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section {
  padding: clamp(56px, 8vw, 96px) 0;
}

.section-alt {
  background: linear-gradient(180deg, var(--off-white), var(--green-50));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--green-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green-400), var(--green-700));
}

h1,
h2,
h3,
h4,
p,
ul {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: -0.02em;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: 0.94;
  color: var(--white);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 0.96;
  color: var(--charcoal-900);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  line-height: 1.2;
}

p {
  color: var(--charcoal-500);
}

.btn-row,
.chip-row,
.stats-grid,
.card-grid,
.faq-grid,
.city-grid,
.links-grid {
  display: grid;
  gap: 16px;
}

.btn-row {
  grid-template-columns: repeat(auto-fit, minmax(190px, max-content));
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--green-700), var(--green-500));
  box-shadow: var(--shadow-md);
}

.btn-secondary {
  color: var(--green-900);
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-ghost {
  color: var(--green-800);
  background: transparent;
  border-color: rgba(45, 107, 41, 0.18);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(143, 160, 137, 0.22);
}

.header-inner {
  min-height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--white);
  font-weight: 800;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--green-700), var(--green-500));
  box-shadow: var(--shadow-sm);
}

.brand-copy strong {
  display: block;
  font-size: 1rem;
}

.brand-copy span {
  display: block;
  color: var(--charcoal-500);
  font-size: 0.82rem;
}

.header-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.header-links a {
  color: var(--charcoal-700);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(8, 16, 10, 0.08), rgba(8, 16, 10, 0.58)),
    linear-gradient(120deg, rgba(26, 61, 24, 0.5), rgba(26, 61, 24, 0.18)),
    url("/assets/hero-gallery/staging/grassutah-hero-approved-crisp.webp") center/cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--white));
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  min-height: min(92vh, 860px);
  padding: clamp(96px, 14vw, 168px) 0 clamp(72px, 9vw, 112px);
}

.hero-copy p {
  max-width: 640px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 2vw, 1.12rem);
}

.hero-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(14px);
}

.hero-card h3,
.hero-card p,
.hero-card li {
  color: var(--white);
}

.hero-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

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

.stat-card,
.content-card,
.faq-card,
.city-card,
.link-card,
.quote-shell {
  background: var(--white);
  border: 1px solid rgba(143, 160, 137, 0.18);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.stat-card,
.content-card,
.faq-card,
.city-card,
.link-card {
  padding: 24px;
}

.stat-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-800);
  font-size: 1.6rem;
  line-height: 1;
}

.lede {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: 1.04rem;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(24px, 5vw, 56px);
}

.checklist,
.bullet-list {
  padding-left: 18px;
}

.checklist li,
.bullet-list li {
  margin-bottom: 12px;
  color: var(--charcoal-500);
}

.checklist li::marker {
  color: var(--green-700);
}

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

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

.city-card,
.link-card {
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.city-card:hover,
.link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(61, 139, 55, 0.3);
  box-shadow: var(--shadow-md);
}

.city-card h3,
.link-card h3 {
  color: var(--charcoal-900);
}

.city-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 0;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--green-50);
  color: var(--green-800);
  font-size: 0.8rem;
  font-weight: 700;
}

.quote-shell {
  padding: clamp(24px, 4vw, 36px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 20px;
  align-items: center;
  background: linear-gradient(135deg, var(--green-50), var(--off-white));
}

.page-footer {
  padding: 32px 0 48px;
  color: var(--charcoal-500);
  font-size: 0.92rem;
}

.page-footer a {
  color: var(--green-800);
  font-weight: 600;
  text-decoration: none;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
}

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

.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
}

@media (max-width: 960px) {
  .hero-inner,
  .split-layout,
  .quote-shell,
  .card-grid,
  .stats-grid,
  .faq-grid,
  .city-grid,
  .links-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    padding-top: 112px;
  }

  .hero-card {
    max-width: 560px;
  }
}

@media (max-width: 720px) {
  :root {
    --nav-height: 64px;
  }

  .container {
    width: min(100% - 20px, 1180px);
  }

  .header-inner {
    padding: 10px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .header-links {
    width: 100%;
    justify-content: flex-start;
  }

  .hero-card,
  .stat-card,
  .content-card,
  .faq-card,
  .city-card,
  .link-card,
  .quote-shell {
    padding: 20px;
  }

  .btn-row {
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }
}
