/* SAFamilyFun.com — merged from the two approved mockups (design spec v1.3).
   The :root tokens are authoritative. Star-rating styles removed per v1.3. */

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

:root {
  --sun:       #F4871C;
  --sun-soft:  #FEE9D0;
  --sky:       #1A6FA8;
  --sky-soft:  #DCEEFA;
  --sage:      #4A8C6F;
  --sage-soft: #E8F5EE;
  --cream:     #FDF6EC;
  --warm-dark: #1C1410;
  --muted:     #7A6A5A;
  --card-bg:   #FFFFFF;
  --border:    #EDE3D7;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--warm-dark);
  overflow-x: hidden;
}

/* ── NAV ── */
nav.site-nav {
  position: sticky; top: 0; z-index: 1000;
  background: var(--cream);
  border-bottom: 1.5px solid var(--border);
  padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
  height: 60px;
}
.nav-logo {
  font-family: 'Fraunces', serif;
  font-size: 1.35rem; font-weight: 900;
  color: var(--warm-dark); text-decoration: none;
  letter-spacing: -0.02em;
}
.nav-logo span { color: var(--sun); }
.nav-links { display: flex; gap: 1.5rem; list-style: none; }
.nav-links a {
  font-size: 0.875rem; font-weight: 500;
  color: var(--muted); text-decoration: none;
  transition: color .2s;
}
.nav-links a:hover { color: var(--sun); }
.nav-cta {
  background: var(--sun); color: #fff;
  border: none; border-radius: 6px;
  padding: 0.45rem 1rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem; font-weight: 600;
  cursor: pointer; transition: background .2s;
  text-decoration: none;
}
.nav-cta:hover { background: #d9720f; }

/* ── HERO (homepage) ── */
.hero {
  position: relative;
  padding: 5rem 2rem 4rem;
  max-width: 1100px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.hero-tag {
  display: inline-block;
  background: var(--sun-soft);
  color: var(--sun);
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 99px;
  margin-bottom: 1.25rem;
}
.hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--warm-dark);
}
.hero h1 em { font-style: italic; color: var(--sun); }
.hero-sub {
  margin-top: 1.25rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--muted);
  max-width: 420px;
}
.hero-actions { margin-top: 2rem; display: flex; gap: 0.75rem; flex-wrap: wrap; }

.btn-primary {
  background: var(--sun); color: #fff;
  border: none; border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem; font-weight: 600;
  cursor: pointer; transition: background .2s, transform .15s;
  text-decoration: none; display: inline-block;
}
.btn-primary:hover { background: #d9720f; transform: translateY(-1px); }
.btn-secondary {
  background: transparent; color: var(--warm-dark);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem; font-weight: 500;
  cursor: pointer; transition: border-color .2s, transform .15s;
  text-decoration: none; display: inline-block;
}
.btn-secondary:hover { border-color: var(--sun); transform: translateY(-1px); }

/* Hero floating card stack */
.hero-visual { position: relative; }
.hero-card-stack { position: relative; height: 380px; }
.hcard {
  position: absolute;
  background: var(--card-bg);
  border: 1.5px solid var(--border);
  border-radius: 18px;
  padding: 1.25rem;
  box-shadow: 0 4px 24px rgba(28,20,16,0.07);
  text-decoration: none;
  color: inherit;
  display: block;
}
.hcard-main {
  width: 280px; left: 30px; top: 0;
  z-index: 3;
  transform: rotate(-1.5deg);
  animation: floatA 5s ease-in-out infinite;
}
.hcard-back {
  width: 260px; left: 80px; top: 40px;
  z-index: 2;
  background: #FFF8F0;
  transform: rotate(3deg);
  animation: floatB 6s ease-in-out infinite;
}
.hcard-far {
  width: 220px; left: 10px; top: 80px;
  z-index: 1;
  background: #F0F7FF;
  transform: rotate(-5deg);
  animation: floatC 7s ease-in-out infinite;
}
@keyframes floatA { 0%,100%{transform:rotate(-1.5deg) translateY(0)} 50%{transform:rotate(-1.5deg) translateY(-8px)} }
@keyframes floatB { 0%,100%{transform:rotate(3deg) translateY(0)} 50%{transform:rotate(3deg) translateY(-5px)} }
@keyframes floatC { 0%,100%{transform:rotate(-5deg) translateY(0)} 50%{transform:rotate(-5deg) translateY(-6px)} }

.hcard-emoji { font-size: 2rem; margin-bottom: 0.5rem; }
.hcard-label { font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); margin-bottom: 0.25rem; }
.hcard-title { font-family: 'Fraunces', serif; font-size: 1.05rem; font-weight: 700; line-height: 1.2; }
.hcard-meta { font-size: 0.75rem; color: var(--muted); margin-top: 0.4rem; }
.hcard-badge {
  display: inline-block; margin-top: 0.5rem;
  background: var(--sage-soft); color: var(--sage);
  font-size: 0.65rem; font-weight: 600;
  padding: 0.2rem 0.5rem; border-radius: 99px;
}

/* ── SEARCH ── */
.search-bar-wrap { max-width: 680px; margin: 0 auto 3.5rem; padding: 0 2rem; }
.search-bar {
  display: flex;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(28,20,16,0.06);
  transition: border-color .2s;
}
.search-bar:focus-within { border-color: var(--sun); }
.search-bar input {
  flex: 1; border: none; outline: none;
  padding: 0.85rem 1.25rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  background: transparent;
  color: var(--warm-dark);
}
.search-bar input::placeholder { color: #B0A090; }
.search-bar button {
  background: var(--sun); color: #fff;
  border: none; padding: 0 1.5rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem; font-weight: 600;
  cursor: pointer; transition: background .2s;
}
.search-bar button:hover { background: #d9720f; }

/* ── SECTIONS ── */
.section { max-width: 1100px; margin: 0 auto; padding: 0 2rem 5rem; }
.section-label {
  font-size: 0.75rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--sun); margin-bottom: 0.5rem;
}
.section-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900; letter-spacing: -0.02em;
  color: var(--warm-dark); margin-bottom: 2rem;
}

/* ── CATEGORY GRID ── */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem;
}
.cat-card {
  background: var(--card-bg);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 1.25rem 1rem;
  text-align: center;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  text-decoration: none;
  color: var(--warm-dark);
  display: block;
}
.cat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(244,135,28,0.12);
  border-color: var(--sun);
}
.cat-icon { font-size: 2.2rem; margin-bottom: 0.6rem; display: block; }
.cat-name { font-weight: 600; font-size: 0.875rem; line-height: 1.3; }
.cat-count { font-size: 0.75rem; color: var(--muted); margin-top: 0.25rem; }

/* ── LISTING CARDS ── */
.listings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
}
.listing-card {
  background: var(--card-bg);
  border: 1.5px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
  text-decoration: none; color: inherit;
  display: block;
  position: relative;
}
.listing-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(28,20,16,0.1);
}
.listing-thumb {
  height: 160px;
  display: flex; align-items: center; justify-content: center;
  font-size: 4rem;
}
.thumb-orange { background: #FEE9D0; }
.thumb-blue   { background: #DCEEFA; }
.thumb-green  { background: #D9EFDF; }
.thumb-purple { background: #EDE0FA; }
.thumb-red    { background: #FAE0E0; }
.thumb-yellow { background: #FEF6CC; }

.listing-body { padding: 1.1rem 1.25rem 1.25rem; }
.listing-cat {
  font-size: 0.7rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.07em; color: var(--sun); margin-bottom: 0.35rem;
}
.listing-name {
  font-family: 'Fraunces', serif;
  font-size: 1.1rem; font-weight: 700;
  line-height: 1.25; margin-bottom: 0.4rem;
}
.listing-desc {
  font-size: 0.8rem; color: var(--muted);
  line-height: 1.55; margin-bottom: 0.75rem;
}
.listing-footer { display: flex; align-items: center; justify-content: space-between; }
.listing-tags { display: flex; gap: 0.35rem; flex-wrap: wrap; }
.tag {
  font-size: 0.65rem; font-weight: 600;
  padding: 0.2rem 0.5rem; border-radius: 99px;
  background: var(--cream); color: var(--muted);
}
.tag-free { background: var(--sage-soft); color: var(--sage); }
.tag-military { background: var(--sky-soft); color: var(--sky); }

.featured-badge {
  display: inline-flex; align-items: center; gap: 0.3rem;
  background: var(--sun); color: #fff;
  font-size: 0.65rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
  padding: 0.25rem 0.6rem; border-radius: 99px;
  position: absolute; top: 12px; right: 12px;
}

/* ── WHY STRIP ── */
.why-strip { background: var(--warm-dark); color: #fff; padding: 5rem 2rem; }
.why-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}
.why-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900; line-height: 1.1;
  letter-spacing: -0.02em;
  grid-column: span 3;
  margin-bottom: 1rem;
}
.why-title em { color: var(--sun); font-style: italic; }
.why-item h3 {
  font-family: 'Fraunces', serif;
  font-size: 1.1rem; font-weight: 700;
  margin-bottom: 0.5rem;
}
.why-item p { font-size: 0.875rem; line-height: 1.6; color: #A89888; }
.why-num {
  font-family: 'Fraunces', serif;
  font-size: 2.5rem; font-weight: 900;
  color: var(--sun); margin-bottom: 0.5rem;
  line-height: 1;
}

/* ── NEWSLETTER ── */
.newsletter-wrap { max-width: 560px; margin: 0 auto; padding: 5rem 2rem; text-align: center; }
.newsletter-wrap .section-label { display: block; margin-bottom: 0.5rem; }
.newsletter-wrap .section-title { margin-bottom: 0.75rem; font-size: 2rem; }
.newsletter-wrap p { color: var(--muted); font-size: 0.95rem; margin-bottom: 1.5rem; }
.email-form { display: flex; gap: 0.5rem; }
.email-form input {
  flex: 1; border: 1.5px solid var(--border);
  border-radius: 8px; padding: 0.75rem 1rem;
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem;
  outline: none; transition: border-color .2s;
  background: #fff;
}
.email-form input:focus { border-color: var(--sun); }
.newsletter-privacy { font-size: 0.72rem; color: var(--muted); margin-top: 0.85rem; }
.newsletter-privacy a { color: var(--muted); }

/* ── FOOTER ── */
footer.site-footer {
  border-top: 1.5px solid var(--border);
  padding: 2rem;
  max-width: 1100px; margin: 0 auto;
}
.footer-top {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
}
footer.site-footer p { font-size: 0.8rem; color: var(--muted); }
.footer-logo {
  font-family: 'Fraunces', serif;
  font-size: 1.1rem; font-weight: 900;
  color: var(--warm-dark); text-decoration: none;
}
.footer-logo span { color: var(--sun); }
.footer-links {
  display: flex; gap: 1.25rem; flex-wrap: wrap;
  margin-top: 1rem;
  list-style: none;
}
.footer-links a {
  font-size: 0.78rem; color: var(--muted);
  text-decoration: none;
}
.footer-links a:hover { color: var(--sun); }

/* ── DECORATIVE BLOB ── */
.blob-bg {
  position: absolute; right: -80px; top: -60px;
  width: 500px; height: 500px;
  background: radial-gradient(circle at 60% 40%, #FEE9D0 0%, transparent 65%),
              radial-gradient(circle at 20% 80%, #DCEEFA 0%, transparent 55%);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
.hero-left { position: relative; z-index: 1; }

/* ══ LISTING DETAIL PAGE ══ */
.breadcrumb {
  max-width: 1080px; margin: 0 auto;
  padding: 1.25rem 2rem 0;
  font-size: 0.8rem; color: var(--muted);
}
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--sun); }
.breadcrumb span.sep { margin: 0 0.4rem; color: #C9BBA9; }
.breadcrumb strong { color: var(--warm-dark); font-weight: 600; }

.page {
  max-width: 1080px; margin: 0 auto;
  padding: 1.5rem 2rem 4rem;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 2.5rem;
  align-items: start;
}

.detail-hero {
  background: linear-gradient(135deg, var(--sky-soft) 0%, var(--sun-soft) 100%);
  border: 1.5px solid var(--border);
  border-radius: 20px;
  height: 300px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.75rem;
}
.detail-hero .big-emoji { font-size: 6rem; }
.detail-hero img { width: 100%; height: 100%; object-fit: cover; }
.hero-cat-badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--sky); color: #fff;
  font-size: 0.7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
  padding: 0.3rem 0.7rem; border-radius: 99px;
}

.title-block h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 900; letter-spacing: -0.02em;
  line-height: 1.1;
}
.title-meta {
  display: flex; align-items: center; gap: 1rem;
  margin-top: 0.6rem; flex-wrap: wrap;
}
.neighborhood-chip {
  background: var(--sun-soft); color: #B35F08;
  font-size: 0.75rem; font-weight: 600;
  padding: 0.25rem 0.7rem; border-radius: 99px;
}
.last-verified {
  font-size: 0.75rem; color: var(--muted); font-weight: 500;
}

.description {
  margin-top: 1.25rem;
  font-size: 1rem; line-height: 1.7;
  color: #4A3E33;
  max-width: 620px;
}

.age-pills { display: flex; gap: 0.5rem; margin-top: 1.25rem; flex-wrap: wrap; }
.age-pill {
  border: 1.5px solid var(--border);
  background: #fff;
  border-radius: 99px;
  padding: 0.35rem 0.9rem;
  font-size: 0.8rem; font-weight: 600;
  color: var(--muted);
}
.age-pill.active {
  background: var(--sage-soft);
  border-color: var(--sage);
  color: var(--sage);
}

.parent-tips {
  margin-top: 2rem;
  background: #FFFBEB;
  border: 1.5px solid #F5E3B0;
  border-radius: 14px;
  padding: 1.25rem 1.4rem;
}
.parent-tips h2 {
  font-family: 'Fraunces', serif;
  font-size: 1rem; font-weight: 700;
  display: flex; align-items: center; gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.parent-tips p { font-size: 0.875rem; line-height: 1.65; color: #6B5D33; }

.military-callout {
  margin-top: 1rem;
  background: var(--sky-soft);
  border: 1.5px solid #B9D9EF;
  border-radius: 14px;
  padding: 1.1rem 1.4rem;
}
.military-callout h2 {
  font-family: 'Fraunces', serif;
  font-size: 1rem; font-weight: 700;
  display: flex; align-items: center; gap: 0.5rem;
  margin-bottom: 0.4rem;
  color: var(--sky);
}
.military-callout p { font-size: 0.875rem; line-height: 1.6; color: #1D5A85; }

.amenities-section { margin-top: 2.25rem; }
.amenities-section h2, .nearby-section h2 {
  font-family: 'Fraunces', serif;
  font-size: 1.35rem; font-weight: 700;
  margin-bottom: 1rem;
}
.amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.6rem;
}
.amenity {
  display: flex; align-items: center; gap: 0.6rem;
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 0.6rem 0.85rem;
  font-size: 0.82rem; font-weight: 500;
}
.amenity .check { color: var(--sage); font-weight: 700; }

.nearby-section { margin-top: 2.5rem; }
.nearby-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.nearby-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none; color: inherit;
  transition: transform .2s, box-shadow .2s;
  display: block;
}
.nearby-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(28,20,16,0.08);
}
.nearby-thumb {
  height: 80px;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.2rem;
}
.nb-1 { background: var(--sky-soft); }
.nb-2 { background: var(--sage-soft); }
.nb-3 { background: var(--sun-soft); }
.nearby-body { padding: 0.75rem 0.9rem 0.9rem; }
.nearby-name {
  font-family: 'Fraunces', serif;
  font-size: 0.9rem; font-weight: 700; line-height: 1.25;
}
.nearby-meta { font-size: 0.72rem; color: var(--muted); margin-top: 0.25rem; }

/* ── SIDEBAR ── */
.sidebar {
  position: sticky; top: 80px;
  display: flex; flex-direction: column; gap: 1.25rem;
}
.facts-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 1.4rem;
  box-shadow: 0 4px 20px rgba(28,20,16,0.05);
}
.facts-card h2 {
  font-family: 'Fraunces', serif;
  font-size: 1.05rem; font-weight: 700;
  margin-bottom: 1rem;
}
.fact-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.55rem 0;
  border-bottom: 1px solid #F5EDE2;
  font-size: 0.85rem;
}
.fact-row:last-of-type { border-bottom: none; }
.fact-label { color: var(--muted); display: flex; align-items: center; gap: 0.5rem; }
.fact-value { font-weight: 600; text-align: right; }
.fact-value.yes { color: var(--sage); }

.cta-stack { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 1.1rem; }
.btn-block {
  background: var(--sun); color: #fff;
  border: none; border-radius: 8px;
  padding: 0.75rem 1rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem; font-weight: 600;
  cursor: pointer; text-align: center;
  text-decoration: none;
  transition: background .2s;
  display: block;
}
.btn-block:hover { background: #d9720f; }
.btn-outline {
  background: transparent; color: var(--warm-dark);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 0.7rem 1rem;
  font-size: 0.9rem; font-weight: 500;
  cursor: pointer; text-align: center;
  text-decoration: none;
  transition: border-color .2s;
  display: block;
}
.btn-outline:hover { border-color: var(--sun); }

.contact-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 1.25rem 1.4rem;
  font-size: 0.85rem;
}
.contact-row { display: flex; gap: 0.6rem; padding: 0.4rem 0; line-height: 1.5; }
.contact-row .ico { flex-shrink: 0; }
.contact-row a { color: var(--sky); text-decoration: none; font-weight: 500; }
.contact-row a:hover { text-decoration: underline; }

#listing-map {
  border: 1.5px solid var(--border);
  border-radius: 16px;
  height: 180px;
  overflow: hidden;
  z-index: 1;
}
.map-placeholder {
  background: var(--sage-soft);
  border: 1.5px solid var(--border);
  border-radius: 16px;
  height: 180px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 0.4rem;
  color: var(--sage);
  font-size: 0.8rem; font-weight: 600;
}
.map-placeholder .pin { font-size: 2rem; }
.amber-pin {
  width: 28px; height: 28px;
  background: var(--sun);
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 2px 6px rgba(28,20,16,0.3);
}

/* ── CATEGORY PAGE HEADER ── */
.cat-header {
  max-width: 1100px; margin: 0 auto;
  padding: 3rem 2rem 2.5rem;
}
.cat-header .cat-emoji { font-size: 3rem; display: block; margin-bottom: 0.75rem; }
.cat-header h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 900; letter-spacing: -0.02em;
}
.cat-header p { color: var(--muted); margin-top: 0.5rem; font-size: 0.95rem; }
.empty-state {
  max-width: 1100px; margin: 0 auto; padding: 0 2rem 5rem;
  color: var(--muted); font-size: 0.95rem;
}
.empty-state a { color: var(--sun); }

/* ── SEARCH PAGE ── */
.search-page { max-width: 720px; margin: 0 auto; padding: 3rem 2rem 5rem; }
.search-page h1 {
  font-family: 'Fraunces', serif;
  font-size: 2.2rem; font-weight: 900;
  margin-bottom: 1.5rem;
}
.pagefind-ui { --pagefind-ui-primary: var(--sun); --pagefind-ui-text: var(--warm-dark); --pagefind-ui-background: #ffffff; --pagefind-ui-border: var(--border); --pagefind-ui-font: 'DM Sans', sans-serif; }

/* ── SIMPLE CONTENT PAGES (legal placeholders, 404) ── */
.content-page { max-width: 720px; margin: 0 auto; padding: 3rem 2rem 5rem; }
.content-page h1 {
  font-family: 'Fraunces', serif;
  font-size: 2.2rem; font-weight: 900;
  margin-bottom: 1rem;
}
.content-page p { line-height: 1.7; color: #4A3E33; margin-bottom: 1rem; }
.content-page a { color: var(--sky); }

/* ── ANIMATIONS ── */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp .6s ease forwards;
}
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .2s; }
.delay-3 { animation-delay: .35s; }
.delay-4 { animation-delay: .5s; }

@media (prefers-reduced-motion: reduce) {
  .fade-up { opacity: 1; transform: none; animation: none; }
  .hcard { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .page { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .nearby-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .why-inner { grid-template-columns: 1fr; }
  .why-title { grid-column: span 1; }
  .nav-links { display: none; }
  .email-form { flex-direction: column; }
}
