/* ─────────────────────────────────────────────────────────────────
   MADEIRA SERVICES — Atlantic Botanical Design System
   Palette: Warm linen · Eucalyptus green · Burnt sienna · Amber
   Type: Playfair Display (display) · Jost (body)
───────────────────────────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Jost:wght@300;400;500;600&display=swap');

/* ── Variables ───────────────────────────────────────────────── */
:root {
  --green:      #2D4A3E;
  --green-dk:   #1C3029;
  --green-lt:   #3D6352;
  --green-pale: #EBF2EE;
  --sienna:     #B85C38;
  --sienna-dk:  #954830;
  --amber:      #C4993A;
  --linen:      #FDFAF4;
  --linen-dk:   #F3EDE0;
  --sage:       #7A8C7E;
  --ink:        #1A1C19;
  --ink-soft:   #3D4039;
  --mist:       #A8B8AC;
  --white:      #FFFFFF;

  --radius-sm:  6px;
  --radius-md:  14px;
  --radius-lg:  24px;
  --radius-xl:  36px;

  --shadow-card: 0 2px 12px rgba(29,48,41,.07), 0 1px 3px rgba(29,48,41,.05);
  --shadow-hover: 0 12px 40px rgba(29,48,41,.14), 0 4px 12px rgba(29,48,41,.08);

  --transition: all 0.28s cubic-bezier(0.19, 1, 0.22, 1);
}

/* ── Reset ───────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  background: var(--linen);
  color: var(--ink);
  font-family: 'Jost', system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  min-height: 100vh;
  /* Grain texture */
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  background-blend-mode: overlay;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ── Typography ──────────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1.2;
  color: var(--green-dk);
}

.display {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
}

/* ── Layout ──────────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── Header ──────────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--green-dk);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: 1280px;
  margin: 0 auto;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-mark {
  width: 34px;
  height: 34px;
  background: var(--sienna);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  color: white;
  font-style: italic;
  flex-shrink: 0;
}

.logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--linen);
  letter-spacing: 0.01em;
}
.logo-text span { color: var(--mist); }

.header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.header-nav a {
  font-size: 13px;
  font-weight: 500;
  color: rgba(253,250,244,.65);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: var(--transition);
}
.header-nav a:hover { color: var(--linen); }

.btn-header {
  background: var(--sienna);
  color: white !important;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 12px !important;
  font-weight: 600 !important;
  transition: var(--transition);
}
.btn-header:hover { background: var(--sienna-dk) !important; }

/* ── Hero ────────────────────────────────────────────────────── */
.hero {
  background: var(--green-dk);
  padding: 72px 24px 80px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 70% at 80% 20%, rgba(184,92,56,.12) 0%, transparent 70%),
    radial-gradient(ellipse 40% 50% at 10% 80%, rgba(196,153,58,.08) 0%, transparent 60%);
  pointer-events: none;
}

/* Botanical decoration */
.hero::after {
  content: '';
  position: absolute;
  right: -60px;
  top: -60px;
  width: 420px;
  height: 420px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Ccircle cx='200' cy='200' r='180' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3Ccircle cx='200' cy='200' r='140' fill='none' stroke='rgba(255,255,255,0.03)' stroke-width='1'/%3E%3Ccircle cx='200' cy='200' r='100' fill='none' stroke='rgba(255,255,255,0.025)' stroke-width='1'/%3E%3Cline x1='200' y1='20' x2='200' y2='380' stroke='rgba(255,255,255,0.025)' stroke-width='1'/%3E%3Cline x1='20' y1='200' x2='380' y2='200' stroke='rgba(255,255,255,0.025)' stroke-width='1'/%3E%3Cline x1='74' y1='74' x2='326' y2='326' stroke='rgba(255,255,255,0.02)' stroke-width='1'/%3E%3Cline x1='326' y1='74' x2='74' y2='326' stroke='rgba(255,255,255,0.02)' stroke-width='1'/%3E%3C/svg%3E") no-repeat center/contain;
  pointer-events: none;
  opacity: 0.6;
}

.hero-inner { position: relative; z-index: 1; max-width: 780px; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--sienna);
  margin-bottom: 20px;
}
.hero-eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--sienna);
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 400;
  font-style: italic;
  color: var(--linen);
  line-height: 1.1;
  margin-bottom: 20px;
}
.hero h1 em {
  font-style: normal;
  color: var(--amber);
}

.hero-sub {
  font-size: 16px;
  color: rgba(253,250,244,.55);
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 36px;
}

/* Search */
.hero-search {
  display: flex;
  gap: 0;
  max-width: 540px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50px;
  padding: 6px 6px 6px 20px;
  backdrop-filter: blur(8px);
  margin-bottom: 40px;
}

.hero-search input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: var(--linen);
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.hero-search input::placeholder { color: rgba(253,250,244,.35); }

.hero-search button {
  background: var(--sienna);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 10px 22px;
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}
.hero-search button:hover { background: var(--sienna-dk); }

/* Stats */
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.stat-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--linen);
}
.stat-label {
  font-size: 12px;
  font-weight: 400;
  color: rgba(253,250,244,.45);
  letter-spacing: 0.03em;
}

/* ── Category strip ──────────────────────────────────────────── */
.category-strip {
  background: var(--green);
  border-bottom: 1px solid rgba(0,0,0,.08);
  overflow: hidden;
}

.category-strip-inner {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
  max-width: 1280px;
  margin: 0 auto;
}
.category-strip-inner::-webkit-scrollbar { display: none; }

.cat-chip {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 13px 22px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(253,250,244,.55);
  text-decoration: none;
  white-space: nowrap;
  border-right: 1px solid rgba(255,255,255,.06);
  transition: var(--transition);
  position: relative;
}
.cat-chip:hover {
  color: var(--linen);
  background: rgba(255,255,255,.05);
}
.cat-chip.active {
  color: var(--amber);
}
.cat-chip.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 22px;
  right: 22px;
  height: 2px;
  background: var(--amber);
  border-radius: 2px 2px 0 0;
}

/* ── Directory section ───────────────────────────────────────── */
.directory-section {
  padding: 48px 0 80px;
}

.section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 16px;
  flex-wrap: wrap;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--green-dk);
}
.section-title span {
  font-style: italic;
  color: var(--sage);
  font-size: 22px;
}

.section-meta {
  font-size: 13px;
  color: var(--sage);
}

/* ── Card grid ───────────────────────────────────────────────── */
.listings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

/* ── Business Card ───────────────────────────────────────────── */
.listing-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(45,74,62,.06);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  position: relative;
  animation: cardFadeUp 0.5s ease both;
}

@keyframes cardFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
.listings-grid .listing-card:nth-child(2) { animation-delay: 0.07s; }
.listings-grid .listing-card:nth-child(3) { animation-delay: 0.14s; }
.listings-grid .listing-card:nth-child(4) { animation-delay: 0.21s; }
.listings-grid .listing-card:nth-child(5) { animation-delay: 0.28s; }
.listings-grid .listing-card:nth-child(6) { animation-delay: 0.35s; }

.listing-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
  border-color: rgba(45,74,62,.15);
}

/* Category colour bar */
.card-bar {
  height: 4px;
  background: linear-gradient(90deg, var(--green), var(--green-lt), var(--amber));
}

.card-body {
  padding: 22px 22px 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Featured badge */
.badge-featured {
  position: absolute;
  top: 16px;
  right: 14px;
  background: var(--amber);
  color: white;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 20px;
}

.card-icon-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 14px;
}

.card-icon {
  width: 44px;
  height: 44px;
  background: var(--green-pale);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.card-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--linen-dk);
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-soft);
}
.card-rating .star { color: var(--amber); }
.card-rating .count { font-weight: 400; color: var(--sage); }

.card-name {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--green-dk);
  line-height: 1.25;
  margin-bottom: 6px;
  transition: color 0.2s;
}
.listing-card:hover .card-name { color: var(--sienna); }

.card-category {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--green-lt);
  background: var(--green-pale);
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 10px;
  width: fit-content;
}

.card-tagline {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.55;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(45,74,62,.07);
}

.card-location {
  font-size: 11px;
  color: var(--sage);
  display: flex;
  align-items: center;
  gap: 4px;
}

.card-arrow {
  width: 28px;
  height: 28px;
  background: var(--green-pale);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 12px;
  transition: var(--transition);
}
.listing-card:hover .card-arrow {
  background: var(--sienna);
  color: white;
  transform: translateX(2px);
}

/* Regen badge */
.regen-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

/* ── CTA Banner ──────────────────────────────────────────────── */
.cta-banner {
  background: var(--green-dk);
  border-radius: var(--radius-lg);
  padding: 48px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: 16px 0 64px;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  right: -40px;
  bottom: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(184,92,56,.12);
  pointer-events: none;
}

.cta-banner-content { position: relative; }

.cta-banner h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
  color: var(--linen);
  margin-bottom: 8px;
}

.cta-banner p {
  font-size: 14px;
  color: rgba(253,250,244,.55);
  max-width: 420px;
  line-height: 1.6;
}

.btn-cta {
  flex-shrink: 0;
  background: var(--sienna);
  color: white;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  position: relative;
  white-space: nowrap;
}
.btn-cta:hover { background: var(--sienna-dk); transform: translateY(-1px); }

/* ── Footer ──────────────────────────────────────────────────── */
.site-footer {
  background: var(--green-dk);
  color: rgba(253,250,244,.5);
  padding: 56px 24px 32px;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand .logo-text { font-size: 20px; color: var(--linen); }
.footer-tagline {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.7;
  max-width: 280px;
}

.footer-heading {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(253,250,244,.35);
  margin-bottom: 14px;
}

.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a {
  font-size: 13px;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--linen); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  flex-wrap: wrap;
  gap: 12px;
}

/* ── Listing Detail Page ─────────────────────────────────────── */
.listing-hero {
  background: var(--green-dk);
  padding: 48px 24px 56px;
  position: relative;
  overflow: hidden;
}

.listing-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 80% at 90% 50%, rgba(184,92,56,.1) 0%, transparent 70%);
  pointer-events: none;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(253,250,244,.4);
  margin-bottom: 24px;
}
.breadcrumb a { transition: color 0.2s; }
.breadcrumb a:hover { color: var(--linen); }
.breadcrumb-sep { font-size: 10px; }

.listing-hero-inner { max-width: 820px; position: relative; }

.listing-category-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(196,153,58,.15);
  border: 1px solid rgba(196,153,58,.25);
  color: var(--amber);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.listing-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 500;
  font-style: italic;
  color: var(--linen);
  line-height: 1.15;
  margin-bottom: 12px;
}

.listing-tagline {
  font-size: 16px;
  color: rgba(253,250,244,.55);
  max-width: 560px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.listing-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.listing-stars { color: var(--amber); letter-spacing: 2px; }
.listing-rating-num {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: var(--linen);
}
.listing-review-count { font-size: 13px; color: rgba(253,250,244,.4); }

/* Content layout */
.listing-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 24px 80px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start;
}

.listing-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--green-dk);
  margin: 32px 0 12px;
}
.listing-body h2:first-child { margin-top: 0; }

.listing-body p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 14px;
}

.listing-body ul, .listing-body ol {
  margin: 0 0 14px 0;
  padding-left: 0;
}
.listing-body ul li, .listing-body ol li {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
  padding: 3px 0 3px 22px;
  position: relative;
}
.listing-body ul li::before {
  content: '·';
  position: absolute;
  left: 6px;
  color: var(--sienna);
  font-size: 20px;
  line-height: 1.3;
}

.listing-body strong { color: var(--green-dk); font-weight: 600; }
.listing-body em { font-style: italic; color: var(--sage); }

/* Sidebar */
.listing-sidebar { position: sticky; top: 80px; }

.contact-card {
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1px solid rgba(45,74,62,.08);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  margin-bottom: 16px;
}

.contact-card-header {
  background: var(--green-dk);
  padding: 18px 22px;
}
.contact-card-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--linen);
  font-style: italic;
}

.contact-items { padding: 8px 0; }

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 22px;
  border-bottom: 1px solid rgba(45,74,62,.05);
  transition: background 0.2s;
}
.contact-item:last-child { border-bottom: none; }
.contact-item:hover { background: var(--linen); }

.contact-item-icon {
  width: 32px;
  height: 32px;
  background: var(--green-pale);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-item-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sage);
  display: block;
  margin-bottom: 2px;
}
.contact-item-value {
  font-size: 14px;
  color: var(--ink-soft);
  word-break: break-word;
}
.contact-item-value a {
  color: var(--green-lt);
  transition: color 0.2s;
}
.contact-item-value a:hover { color: var(--sienna); }

.btn-primary {
  display: block;
  text-align: center;
  background: var(--sienna);
  color: white;
  padding: 14px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin: 16px 22px 22px;
  transition: var(--transition);
}
.btn-primary:hover { background: var(--sienna-dk); }

.regen-card {
  background: var(--green-pale);
  border-radius: var(--radius-md);
  border: 1px solid rgba(45,74,62,.1);
  padding: 18px 20px;
}
.regen-card-title {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 8px;
}
.regen-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--green-dk);
}

/* ── Submit form ─────────────────────────────────────────────── */
.submit-section {
  background: var(--linen-dk);
  border-top: 1px solid rgba(45,74,62,.08);
  padding: 72px 24px;
}

.submit-inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.submit-inner h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  color: var(--green-dk);
  margin-bottom: 12px;
}

.submit-inner p {
  font-size: 15px;
  color: var(--sage);
  margin-bottom: 36px;
  line-height: 1.65;
}

.contact-form {
  text-align: left;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-dk);
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  background: var(--white);
  border: 1px solid rgba(45,74,62,.15);
  border-radius: var(--radius-sm);
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: var(--ink);
  transition: border-color 0.2s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--green-lt);
  box-shadow: 0 0 0 3px rgba(45,74,62,.08);
}
.form-group textarea { resize: vertical; min-height: 100px; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.btn-submit {
  width: 100%;
  background: var(--green-dk);
  color: var(--linen);
  border: none;
  padding: 15px 28px;
  border-radius: 50px;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  margin-top: 8px;
}
.btn-submit:hover { background: var(--green); transform: translateY(-1px); }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 900px) {
  .listing-content { grid-template-columns: 1fr; }
  .listing-sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .cta-banner { flex-direction: column; align-items: flex-start; padding: 36px 28px; }
}

@media (max-width: 640px) {
  .header-nav { display: none; }
  .hero { padding: 48px 20px 56px; }
  .hero-stats { gap: 20px; }
  .listings-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .section-header { flex-direction: column; gap: 4px; }
  .form-grid { grid-template-columns: 1fr; }
  .container { padding: 0 16px; }
}
