/* ============================================
   SUPERFLY — Neighborhood Pages
   Brand palette extracted from hellosuperfly.com
   ============================================ */

:root {
  --cream: #f6efe3;
  --sand: #efe7d5;
  --green: #2f5d46;
  --green-dark: #233f31;
  --ink: #243027;
  --orange: #D95F31;
  --orange-dark: #b94d27;
  --border: #dccfbc;
  --muted: #6e6957;
  --white: #ffffff;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--sand);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--green); text-decoration: none; }
a:hover { color: var(--orange); }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================
   TOP BAR — Age + License notice
   ============================================ */
.topbar {
  background: var(--green);
  color: var(--cream);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 0;
  text-align: center;
  font-weight: 500;
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  font-family: 'Lexend', sans-serif;
  font-weight: 900;
  font-size: 26px;
  letter-spacing: -0.02em;
  color: var(--green);
  text-decoration: none;
}
.brand img {
  height: 38px;
  width: auto;
}
.brand .wordmark {
  font-family: 'Lexend', sans-serif;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.02em;
  color: var(--green);
}
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}
.nav a {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.01em;
}
.nav a:hover { color: var(--orange); }
.nav .cta {
  background: var(--green);
  color: var(--cream);
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 600;
}
.nav .cta:hover { background: var(--orange); color: var(--white); }

@media (max-width: 860px) {
  .nav { gap: 16px; }
  .nav .nav-link { display: none; }
}

/* ============================================
   BREADCRUMB
   ============================================ */
.crumbs {
  padding: 16px 0 0;
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--green); }

/* ============================================
   HERO
   ============================================ */
.hero {
  background: var(--cream);
  padding: 64px 0 80px;
  border-bottom: 1px solid var(--border);
}
.hero-eyebrow {
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 600;
  margin-bottom: 18px;
}
.hero h1 {
  font-family: 'Lexend', sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 8vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-bottom: 24px;
}
.hero h1 em {
  font-style: italic;
  color: var(--green);
}
.hero p.lede {
  font-size: 20px;
  line-height: 1.5;
  max-width: 680px;
  color: var(--ink);
  margin-bottom: 32px;
}
.hero-meta {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}
.hero-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-meta span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--orange);
  border-radius: 50%;
}
.hero-ctas {
  display: flex;
  gap: 14px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.btn {
  display: inline-block;
  padding: 16px 32px;
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  font-size: 16px;
  border-radius: 999px;
  border: 2px solid var(--green);
  text-decoration: none;
  transition: all 0.15s ease;
  letter-spacing: 0.01em;
}
.btn-primary { background: var(--green); color: var(--cream); }
.btn-primary:hover { background: var(--orange); border-color: var(--orange); color: var(--white); }
.btn-secondary { background: transparent; color: var(--green); }
.btn-secondary:hover { background: var(--green); color: var(--cream); }

/* ============================================
   SECTION HEADERS
   ============================================ */
.section {
  padding: 80px 0;
  border-bottom: 1px solid var(--border);
}
.section.alt { background: var(--cream); }
.section-eyebrow {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--orange);
  font-weight: 600;
  margin-bottom: 16px;
}
.section h2 {
  font-family: 'Lexend', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 5.5vw, 60px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 28px;
  max-width: 780px;
}
.section h2 em {
  font-style: italic;
  color: var(--green);
}
.section .intro {
  font-size: 19px;
  line-height: 1.55;
  max-width: 720px;
  color: var(--ink);
  margin-bottom: 48px;
}

/* ============================================
   NEIGHBORHOOD CARDS GRID
   ============================================ */
.hood-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 20px;
  margin-top: 16px;
}
.hood-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all 0.18s ease;
  color: var(--ink);
}
.hood-card:hover {
  background: var(--green);
  color: var(--cream);
  border-color: var(--green);
  transform: translateY(-3px);
}
.hood-card:hover .hood-pill { background: var(--orange); color: var(--white); }
.hood-card:hover .hood-card-cta { color: var(--cream); }
.hood-pill {
  display: inline-block;
  align-self: flex-start;
  background: var(--sand);
  color: var(--green);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  transition: all 0.18s ease;
}
.hood-card h3 {
  font-family: 'Lexend', sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.01em;
}
.hood-card .hood-sub {
  font-size: 14px;
  color: var(--muted);
  letter-spacing: 0.02em;
}
.hood-card:hover .hood-sub { color: var(--cream); opacity: 0.8; }
.hood-card h4 {
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin-top: 6px;
}
.hood-card p {
  font-size: 15px;
  line-height: 1.55;
  flex-grow: 1;
}
.hood-card-cta {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--green);
  margin-top: 8px;
}

/* ============================================
   3-COLUMN FEATURE STRIP (Why-this-hood)
   ============================================ */
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}
.feature {
  position: relative;
  padding: 32px 24px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 20px;
}
.feature .num {
  font-family: 'Lexend', sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: var(--orange);
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.feature h3 {
  font-family: 'Lexend', sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 12px;
  color: var(--ink);
}
.feature p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
}

/* ============================================
   TWO-COLUMN ABOUT
   ============================================ */
.two-col {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 60px;
  align-items: start;
}
.two-col .lede-text p {
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 18px;
}
.info-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
}
.info-card h4 {
  font-family: 'Lexend', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--orange);
  margin-bottom: 8px;
}
.info-card h5 {
  font-family: 'Lexend', sans-serif;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--ink);
}
.info-card .info-row { margin-bottom: 18px; }
.info-card .info-row:last-child { margin-bottom: 0; }
.info-card .info-row p { font-size: 16px; }

.landmark-list { list-style: none; padding: 0; }
.landmark-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.landmark-list li:last-child { border-bottom: none; }
.landmark-list li .dist {
  color: var(--orange);
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 880px) {
  .two-col { grid-template-columns: 1fr; gap: 32px; }
}

/* ============================================
   QUOTE / TESTIMONIAL
   ============================================ */
.quote {
  background: var(--green);
  color: var(--cream);
  padding: 60px 40px;
  border-radius: 24px;
  margin-top: 48px;
}
.quote blockquote {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 26px;
  line-height: 1.35;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}
.quote cite {
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

/* ============================================
   PRODUCT CATEGORY CHIPS
   ============================================ */
.cat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0;
}
.cat-chips a {
  padding: 14px 24px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-weight: 600;
  color: var(--ink);
  font-size: 16px;
  transition: all 0.15s ease;
}
.cat-chips a:hover { background: var(--green); color: var(--cream); border-color: var(--green); }

/* ============================================
   MAP / DIRECTIONS
   ============================================ */
.map-section { background: var(--cream); }
.map-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: start;
}
.map-grid .map-iframe-wrap {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  aspect-ratio: 4/3;
}
.map-grid iframe { width: 100%; height: 100%; border: 0; display: block; }
.directions {
  display: grid;
  gap: 20px;
}
.dir-row {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  align-items: start;
}
.dir-row .arrow {
  font-size: 22px;
  color: var(--orange);
  font-weight: 700;
}
.dir-row p { font-size: 15px; line-height: 1.55; }

@media (max-width: 880px) {
  .map-grid { grid-template-columns: 1fr; }
}

/* ============================================
   FAQ
   ============================================ */
.faq-list { max-width: 820px; }
.faq {
  border-bottom: 1px solid var(--border);
  padding: 22px 0;
}
.faq summary {
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-size: 24px;
  color: var(--orange);
  font-weight: 400;
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
.faq[open] summary::after { content: "—"; }
.faq p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: var(--ink);
  color: var(--cream);
  padding: 50px 0 30px;
  text-align: center;
}
.site-footer .warn {
  background: var(--orange);
  color: var(--white);
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
}
.site-footer .brand-mark {
  font-family: 'Lexend', sans-serif;
  font-weight: 900;
  font-size: 22px;
  font-style: italic;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.site-footer p { font-size: 14px; line-height: 1.7; opacity: 0.85; }
.site-footer p.copy { font-size: 12px; margin-top: 24px; opacity: 0.6; }
.site-footer a { color: var(--cream); text-decoration: underline; }

/* ============================================
   PAGE NAV BUTTON (back to neighborhoods)
   ============================================ */
.back-link {
  display: inline-block;
  margin-top: 32px;
  padding: 14px 28px;
  border: 2px solid var(--green);
  border-radius: 999px;
  font-weight: 600;
  color: var(--green);
  text-decoration: none;
  font-size: 15px;
}
.back-link:hover { background: var(--green); color: var(--cream); }
