:root {
  --green: #315f35;
  --light-green: #eaf3df;
  --cream: #fff6e6;
  --tan: #e8cfaa;
  --brown: #6a4427;
  --orange: #e28a39;
  --text: #1e241f;
  --muted: #607164;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(49, 95, 53, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  background: linear-gradient(180deg, var(--cream), #fffdf8 45%, var(--light-green));
  color: var(--text);
}

a { color: inherit; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  background: var(--green);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 999px;
  z-index: 20;
}
.skip-link:focus { left: 12px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 246, 230, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(49, 95, 53, .12);
}
.nav {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Fredoka, Inter, sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 700;
  text-decoration: none;
  color: var(--green);
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--tan);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-weight: 800;
  color: var(--green);
}
.nav-links a { text-decoration: none; }
.menu-toggle { display: none; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  padding: 15px 24px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(226, 138, 57, .28);
  cursor: pointer;
}
.button.small { padding: 11px 18px; }
.section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 22px;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items: center;
  min-height: 620px;
}
.eyebrow {
  color: var(--orange);
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  font-size: .78rem;
}
h1, h2, h3, h4 {
  font-family: Fredoka, Inter, sans-serif;
  color: var(--green);
  margin: 0 0 16px;
  line-height: .98;
}
h1 { font-size: clamp(3.5rem, 9vw, 7.4rem); letter-spacing: -.06em; }
h2 { font-size: clamp(2.4rem, 6vw, 5rem); letter-spacing: -.05em; }
h3 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
h4 { font-size: 1.2rem; }
p { color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.lead { font-size: clamp(1.25rem, 2.3vw, 1.7rem); color: var(--brown); font-weight: 700; }
.hero-art,
.photo-card {
  width: 100%;
  min-height: 430px;
  border-radius: 40px;
  box-shadow: var(--shadow);
  object-fit: cover;
  display: block;
}
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card, .plan, .city, .terms-card, .quote-card {
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(49, 95, 53, .12);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 12px 36px rgba(49, 95, 53, .08);
}
.card h4 { margin-bottom: 10px; }
.plans { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; align-items: stretch; }
.plan {
  padding: 32px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.price { font-size: 2rem; font-weight: 900; color: var(--brown); }
.badge { color: var(--orange); font-weight: 900; }
.cities { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
ul { padding-left: 22px; color: var(--muted); line-height: 1.9; }
.terms-card { max-width: 900px; margin: 0 auto; }
.terms-card h3 { margin-top: 30px; }
.quote-wrap {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: start;
}
.quote-card label {
  display: block;
  margin: 14px 0 6px;
  font-weight: 800;
  color: var(--green);
}
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(49, 95, 53, .2);
  border-radius: 16px;
  padding: 14px 15px;
  font: inherit;
  background: #fff;
}
textarea { min-height: 130px; resize: vertical; }
.form-status { margin-top: 14px; font-weight: 800; color: var(--green); }
.stats { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.stats span { background: var(--light-green); border-radius: 999px; padding: 10px 14px; font-weight: 900; color: var(--green); }
.footer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 44px 22px 72px;
  text-align: center;
}
.socials { display: flex; justify-content: center; gap: 18px; font-weight: 900; color: var(--green); }
.socials a { text-decoration: none; }
@media (max-width: 820px) {
  .menu-toggle {
    display: inline-flex;
    border: 0;
    border-radius: 999px;
    padding: 10px 14px;
    background: var(--green);
    color: white;
    font-weight: 900;
  }
  .nav-links {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--cream);
    padding: 18px;
    border-radius: 24px;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .hero, .quote-wrap { grid-template-columns: 1fr; min-height: auto; }
  .grid, .cities, .plans { grid-template-columns: 1fr; }
  .section { padding: 50px 18px; }
  .hero-art { aspect-ratio: 4 / 5; max-height: 620px; }
}
