/* style.css — Valley View Lawn Care & Maintenance
   Brand: deep green #016937, leaf green #8AC249, gold #BE9833. Font: Roboto. */

:root {
  /* Type scale */
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.35vw, 1rem);
  --text-base: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + 0.75vw, 1.5rem);
  --text-xl: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);
  --text-2xl: clamp(2rem, 1.2rem + 2.5vw, 3.25rem);
  --text-3xl: clamp(2.5rem, 1rem + 4vw, 4.5rem);
  --text-hero: clamp(2.75rem, 1rem + 5.5vw, 5.5rem);

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1.25rem;
  --radius-full: 9999px;

  --transition-interactive: 180ms cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --content-narrow: 640px;
  --content-default: 980px;
  --content-wide: 1240px;
  --content-full: 100%;

  --font-display: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

/* ---------------- LIGHT (default) ---------------- */
:root,
[data-theme='light'] {
  --color-bg: #f7f9f4;
  --color-surface: #ffffff;
  --color-surface-2: #fbfcf9;
  --color-surface-offset: #eef3e6;
  --color-surface-offset-2: #e6ede0;
  --color-surface-dynamic: #dfe8d6;
  --color-divider: #e0e6d7;
  --color-border: #d3ddc5;

  --color-text: #142118;
  --color-text-muted: #52604f;
  --color-text-faint: #8a9885;
  --color-text-inverse: #f7f9f4;

  --color-primary: #016937;
  --color-primary-hover: #01552c;
  --color-primary-active: #014322;
  --color-primary-highlight: #d6e8da;

  --color-accent: #a3801f;
  --color-accent-hover: #8a6a19;
  --color-accent-active: #705515;
  --color-accent-highlight: #f1e5c4;

  --color-leaf: #5c9a2e;
  --color-leaf-hover: #4c8324;
  --color-leaf-highlight: #e4f0d5;

  --shadow-sm: 0 1px 2px oklch(0.25 0.03 145 / 0.08);
  --shadow-md: 0 6px 16px oklch(0.25 0.03 145 / 0.1);
  --shadow-lg: 0 16px 40px oklch(0.25 0.03 145 / 0.14);
}

/* ---------------- DARK ---------------- */
[data-theme='dark'] {
  --color-bg: #0f1712;
  --color-surface: #141f18;
  --color-surface-2: #17251d;
  --color-surface-offset: #1b2a21;
  --color-surface-offset-2: #203025;
  --color-surface-dynamic: #26382c;
  --color-divider: #263a2b;
  --color-border: #2d4234;

  --color-text: #e1ebdf;
  --color-text-muted: #9bad97;
  --color-text-faint: #647560;
  --color-text-inverse: #0f1712;

  --color-primary: #4fb679;
  --color-primary-hover: #6cc691;
  --color-primary-active: #86d3a5;
  --color-primary-highlight: #1e3527;

  --color-accent: #dcb862;
  --color-accent-hover: #e8c87c;
  --color-accent-active: #f0d492;
  --color-accent-highlight: #3a3120;

  --color-leaf: #9ed15f;
  --color-leaf-hover: #aedb74;
  --color-leaf-highlight: #263a1c;

  --shadow-sm: 0 1px 2px oklch(0 0 0 / 0.3);
  --shadow-md: 0 6px 16px oklch(0 0 0 / 0.35);
  --shadow-lg: 0 16px 40px oklch(0 0 0 / 0.45);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --color-bg: #0f1712;
    --color-surface: #141f18;
    --color-surface-2: #17251d;
    --color-surface-offset: #1b2a21;
    --color-surface-offset-2: #203025;
    --color-surface-dynamic: #26382c;
    --color-divider: #263a2b;
    --color-border: #2d4234;
    --color-text: #e1ebdf;
    --color-text-muted: #9bad97;
    --color-text-faint: #647560;
    --color-text-inverse: #0f1712;
    --color-primary: #4fb679;
    --color-primary-hover: #6cc691;
    --color-primary-active: #86d3a5;
    --color-primary-highlight: #1e3527;
    --color-accent: #dcb862;
    --color-accent-hover: #e8c87c;
    --color-accent-active: #f0d492;
    --color-accent-highlight: #3a3120;
    --color-leaf: #9ed15f;
    --color-leaf-hover: #aedb74;
    --color-leaf-highlight: #263a1c;
    --shadow-sm: 0 1px 2px oklch(0 0 0 / 0.3);
    --shadow-md: 0 6px 16px oklch(0 0 0 / 0.35);
    --shadow-lg: 0 16px 40px oklch(0 0 0 / 0.45);
  }
}

.sr-only:focus {
  position: fixed;
  top: var(--space-3);
  left: var(--space-3);
  width: auto;
  height: auto;
  padding: var(--space-3) var(--space-5);
  margin: 0;
  overflow: visible;
  clip: auto;
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--radius-md);
  z-index: 100;
  font-weight: 700;
  font-size: var(--text-sm);
}

/* ================= LAYOUT PRIMITIVES ================= */
.wrap {
  width: 100%;
  max-width: var(--content-wide);
  margin-inline: auto;
  padding-inline: clamp(var(--space-5), 4vw, var(--space-10));
}
.wrap--narrow {
  max-width: var(--content-default);
}

section {
  padding-block: clamp(var(--space-16), 8vw, var(--space-32));
}
section + section {
  border-top: 1px solid var(--color-divider);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
}

h1,
.h1 {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.01em;
}
h2,
.h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: var(--text-xl);
  letter-spacing: -0.005em;
  color: var(--color-text);
}
h3,
.h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--text-lg);
}

.section-head {
  max-width: 640px;
  margin-bottom: clamp(var(--space-10), 5vw, var(--space-16));
}
.section-head p {
  color: var(--color-text-muted);
  margin-top: var(--space-3);
}

/* ================= BUTTONS ================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
  min-height: 44px;
  text-decoration: none;
}
.btn--primary {
  background: var(--color-accent);
  color: #1a1502;
}
.btn--primary:hover {
  background: var(--color-accent-hover);
}
.btn--outline {
  background: transparent;
  border-color: color-mix(in oklab, var(--color-text) 30%, transparent);
  color: var(--color-text);
}
.btn--outline:hover {
  border-color: var(--color-text);
  background: var(--color-surface-offset);
}
.btn--ghost-inverse {
  background: color-mix(in oklab, white 12%, transparent);
  border-color: color-mix(in oklab, white 35%, transparent);
  color: #fff;
}
.btn--ghost-inverse:hover {
  background: color-mix(in oklab, white 20%, transparent);
}
.btn--block {
  width: 100%;
}

/* ================= HEADER ================= */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in oklab, var(--color-bg) 88%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--color-divider);
  transition:
    transform 0.3s var(--ease-out),
    box-shadow 0.3s var(--ease-out);
}
.header--hidden {
  transform: translateY(-100%);
}
.header--scrolled {
  box-shadow: var(--shadow-sm);
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  padding-block: var(--space-3);
}
.brand {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  text-decoration: none;
  color: var(--color-text);
  flex-shrink: 0;
}
.brand img {
  height: 40px;
  width: auto;
}
.brand__name {
  display: block;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: var(--text-sm);
  line-height: 1.1;
  letter-spacing: 0.01em;
}
.brand__tag {
  display: block;
  font-weight: 500;
  font-size: var(--text-xs);
  color: var(--color-accent);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: var(--space-8);
}
.nav__links {
  display: flex;
  align-items: center;
  gap: var(--space-6);
}
.nav__links a {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text-muted);
  text-decoration: none;
}
.nav__links a:hover {
  color: var(--color-primary);
}
.header__actions {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}
.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  color: var(--color-text-muted);
  border: 1px solid var(--color-border);
}
.icon-btn:hover {
  color: var(--color-text);
  background: var(--color-surface-offset);
}
.phone-link,
.brand,
.nav__links a,
.mobile-nav__links a,
.footer__links a,
.contact-line a {
  text-decoration: none;
}
.phone-link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-weight: 700;
  font-size: var(--text-sm);
  color: var(--color-text);
  text-decoration: none;
}
.phone-link svg {
  color: var(--color-primary);
  flex-shrink: 0;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  color: var(--color-text);
}

/* Mobile nav drawer */
.mobile-nav {
  position: fixed;
  inset: 0;
  top: 0;
  background: var(--color-bg);
  z-index: 60;
  display: flex;
  flex-direction: column;
  padding: var(--space-6);
  transform: translateY(-100%);
  transition: transform 0.35s var(--ease-out);
}
.mobile-nav.is-open {
  transform: translateY(0);
}
.mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-10);
}
.mobile-nav__links {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}
.mobile-nav__links a {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 800;
  color: var(--color-text);
  text-decoration: none;
}
.mobile-nav__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  padding-top: var(--space-8);
  border-top: 1px solid var(--color-divider);
}

/* ================= HERO ================= */
.hero {
  padding-block: clamp(var(--space-16), 10vw, var(--space-24)) clamp(var(--space-10), 6vw, var(--space-16));
  overflow: hidden;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(var(--space-8), 5vw, var(--space-16));
  align-items: center;
}
.hero__eyebrow {
  margin-bottom: var(--space-5);
}
.hero h1 {
  font-size: var(--text-hero);
  color: var(--color-text);
}
.hero h1 em {
  font-style: normal;
  color: var(--color-primary);
}
.hero__sub {
  margin-top: var(--space-5);
  font-size: var(--text-lg);
  color: var(--color-text-muted);
  max-width: 46ch;
}
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-8);
}
.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-5);
  margin-top: var(--space-10);
  padding-top: var(--space-6);
  border-top: 1px solid var(--color-divider);
}
.trust-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  font-weight: 500;
}
.trust-item svg {
  color: var(--color-leaf);
  flex-shrink: 0;
}

.hero__visual {
  position: relative;
}
.hero__image-frame {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3.3;
}
.hero__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__card {
  position: absolute;
  bottom: clamp(-24px, -2vw, -16px);
  left: clamp(-16px, -3vw, 8px);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-5) var(--space-6);
  box-shadow: var(--shadow-md);
  max-width: 260px;
}
.hero__card strong {
  display: block;
  font-family: var(--font-display);
  font-size: var(--text-lg);
  font-weight: 800;
  color: var(--color-primary);
}
.hero__card span {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}

/* ================= SERVICES ================= */
.services__intro {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(var(--space-10), 5vw, var(--space-16));
}
.services__sticky {
  position: sticky;
  top: calc(var(--space-20) + 8px);
  align-self: start;
}
.service-groups {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}
.service-group__label {
  display: flex;
  align-items: baseline;
  gap: var(--space-3);
  margin-bottom: var(--space-2);
}
.service-group__label .num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: var(--text-sm);
  color: var(--color-accent);
}
.service-group p.group-desc {
  color: var(--color-text-muted);
  margin-bottom: var(--space-5);
}
.service-list {
  border-top: 1px solid var(--color-divider);
}
.service-row {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: var(--space-4);
  padding-block: var(--space-5);
  border-bottom: 1px solid var(--color-divider);
}
.service-row svg {
  color: var(--color-primary);
  margin-top: 2px;
}
.service-row h3 {
  font-size: var(--text-base);
  font-weight: 700;
  margin-bottom: var(--space-1);
}
.service-row p {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
}

/* ================= WHY US ================= */
.why {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(var(--space-10), 6vw, var(--space-16));
  align-items: center;
}
.why__image {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.why__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.why-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
  margin-top: var(--space-8);
}
.why-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: var(--space-4);
}
.why-item svg {
  color: var(--color-leaf);
  margin-top: 3px;
}
.why-item h3 {
  font-size: var(--text-base);
  font-weight: 700;
  margin-bottom: var(--space-1);
}
.why-item p {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
}

/* ================= PROCESS ================= */
.process-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-10);
  position: relative;
}
.process-step {
  position: relative;
  padding-top: var(--space-8);
  border-top: 2px solid var(--color-divider);
}
.process-step--active {
  border-top-color: var(--color-accent);
}
.process-step .num {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: var(--text-2xl);
  color: var(--color-surface-offset-2);
  display: block;
  margin-bottom: var(--space-3);
}
.process-step h3 {
  margin-bottom: var(--space-2);
}
.process-step p {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  max-width: 30ch;
}

/* ================= SERVICE AREA ================= */
.area {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(var(--space-10), 6vw, var(--space-16));
  align-items: start;
}
.area__chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-6);
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-full);
  border: 1px solid var(--color-border);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text);
}
.chip--home {
  background: var(--color-primary-highlight);
  border-color: transparent;
  color: var(--color-primary);
}
.chip svg {
  width: 14px;
  height: 14px;
}
.area__note {
  margin-top: var(--space-6);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  padding: var(--space-4) var(--space-5);
  background: var(--color-surface-offset);
  border-radius: var(--radius-md);
  border-left: none;
}
#map {
  width: 100%;
  height: 420px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--color-border);
  background: var(--color-surface-offset);
}
.maplibregl-popup-content {
  font-family: var(--font-body);
  border-radius: var(--radius-md) !important;
  padding: var(--space-3) var(--space-4) !important;
  box-shadow: var(--shadow-md) !important;
}
.maplibregl-popup-content strong {
  color: var(--color-primary);
}

/* ================= GALLERY ================= */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, minmax(140px, 1fr));
  gap: var(--space-4);
}
.gallery-item {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item--wide {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item--tall {
  grid-column: span 2;
  grid-row: span 1;
}
.gallery-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: var(--space-4) var(--space-5);
  background: linear-gradient(to top, oklch(0.1 0.02 150 / 0.75), transparent);
  color: #fff;
  font-size: var(--text-sm);
  font-weight: 600;
  max-width: none;
}

/* ================= CONTACT ================= */
.contact {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(var(--space-10), 6vw, var(--space-16));
}
.contact__info {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}
.contact-line {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
}
.contact-line svg {
  color: var(--color-primary);
  flex-shrink: 0;
  margin-top: 3px;
}
.contact-line a {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 700;
}
.contact-line a:hover {
  color: var(--color-primary);
}
.contact-line p {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  margin-top: var(--space-1);
}
.contact-note {
  margin-top: var(--space-2);
  padding: var(--space-5);
  background: var(--color-surface-offset);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.form-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-xl);
  padding: clamp(var(--space-6), 4vw, var(--space-10));
  box-shadow: var(--shadow-md);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5);
}
.field {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  margin-bottom: var(--space-5);
}
.field label {
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.field input,
.field select,
.field textarea {
  padding: var(--space-3) var(--space-4);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
  background: var(--color-surface-2);
  color: var(--color-text);
  font-size: var(--text-base);
  min-height: 48px;
}
.field textarea {
  min-height: 110px;
  resize: vertical;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--color-primary);
}
.form-success {
  display: none;
  align-items: center;
  gap: var(--space-3);
  margin-top: var(--space-4);
  padding: var(--space-4) var(--space-5);
  background: var(--color-primary-highlight);
  color: var(--color-primary);
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  font-weight: 600;
}
.form-success.is-visible {
  display: flex;
}
.form-success svg {
  flex-shrink: 0;
}

/* ================= FOOTER ================= */
.footer {
  background: var(--color-surface-offset);
  border-top: 1px solid var(--color-divider);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  gap: var(--space-10);
  padding-block: var(--space-16);
}
.footer__brand .brand {
  margin-bottom: var(--space-4);
}
.footer__brand p {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  max-width: 34ch;
}
.footer h4 {
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-text-faint);
  margin-bottom: var(--space-4);
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}
.footer__links a {
  color: var(--color-text-muted);
  text-decoration: none;
  font-size: var(--text-sm);
}
.footer__links a:hover {
  color: var(--color-primary);
}
.footer__bottom {
  border-top: 1px solid var(--color-divider);
  padding-block: var(--space-5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-3);
  font-size: var(--text-xs);
  color: var(--color-text-faint);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .nav__links,
  .header__actions .phone-link {
    display: none;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .hero__grid,
  .services__intro,
  .why,
  .area,
  .contact {
    grid-template-columns: 1fr;
  }
  .services__sticky {
    position: static;
  }
  .why {
    display: flex;
    flex-direction: column-reverse;
  }
  .process-flow {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .gallery-item--wide {
    grid-column: span 2;
    grid-row: auto;
    aspect-ratio: 16/9;
  }
  .gallery-item--tall {
    grid-column: span 1;
    aspect-ratio: 1/1;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .footer__grid {
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }
  .hero__card {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero__ctas .btn {
    width: 100%;
  }
  #map {
    height: 300px;
  }
}
