/* seo.css — shared styles for /funnels/seo/* pages */

/* Reset/shared (assumes website.css + funnel.css loaded first) */

.seo-breadcrumbs {
  max-width: 1080px; margin: 22px auto 0;
  padding: 0 32px;
  font-size: 13px;
  color: var(--ink-3);
  display: flex; align-items: center; gap: 6px;
  flex-wrap: wrap;
}
.seo-breadcrumbs a {
  color: var(--ink-3);
  text-decoration: none;
  transition: color 0.15s;
}
.seo-breadcrumbs a:hover { color: var(--gold-dk); }
.seo-breadcrumbs .sep {
  color: var(--ink-4);
  margin: 0 4px;
}
.seo-breadcrumbs span[aria-current] {
  color: var(--ink);
  font-weight: 600;
}

/* ───── Hero ───── */
.seo-hero {
  max-width: 1080px; margin: 0 auto;
  padding: 30px 32px 56px;
  text-align: center;
}
.seo-hero .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--gold-bg);
  color: var(--gold-dk);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
}
.seo-hero .eyebrow .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold);
}
.seo-hero h1 {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(40px, 6.5vw, 80px);
  line-height: 1.02;
  margin: 0 0 22px;
  letter-spacing: -0.015em;
  color: var(--ink);
  text-wrap: balance;
}
.seo-hero h1 em { font-style: normal; color: var(--gold-dk); }
.seo-hero .sub {
  font-size: 19px; color: var(--ink-2);
  max-width: 680px; margin: 0 auto 28px;
  line-height: 1.45; text-wrap: pretty;
}
.seo-hero .btn { margin-bottom: 22px; }
.seo-hero .trust {
  display: flex; justify-content: center; gap: 22px;
  font-size: 13px; color: var(--ink-3); flex-wrap: wrap;
}
.seo-hero .trust .check { color: var(--green); font-weight: 700; margin-right: 4px; }

/* ───── Explain / bullets ───── */
.seo-explain {
  max-width: 880px; margin: 0 auto;
  padding: 50px 32px;
}
.seo-explain h2,
.seo-trades h2,
.seo-cities h2,
.seo-services h2,
.seo-neighborhoods h2,
.seo-nearby h2,
.seo-related h2,
.seo-cross h2,
.seo-faq h2,
.seo-matrix h2 {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}
.seo-explain h2 em,
.seo-trades h2 em,
.seo-cities h2 em,
.seo-services h2 em,
.seo-neighborhoods h2 em,
.seo-cross h2 em,
.seo-matrix h2 em { font-style: normal; color: var(--gold-dk); }
.seo-explain h3 {
  font-family: var(--serif); font-style: italic;
  font-size: 26px;
  margin: 26px 0 10px;
}
.seo-explain .lead,
.seo-matrix .matrix-lead,
.seo-trades .lead,
.seo-cities .lead,
.seo-services .lead,
.seo-neighborhoods .lead {
  font-size: 17px;
  color: var(--ink-2);
  line-height: 1.55;
  margin: 0 0 22px;
  text-wrap: pretty;
}
.seo-bullets {
  list-style: none; padding: 0; margin: 16px 0 0;
  display: flex; flex-direction: column; gap: 12px;
}
.seo-bullets li {
  position: relative;
  padding-left: 26px;
  font-size: 16px; line-height: 1.5;
  color: var(--ink);
}
.seo-bullets li::before {
  content: "→";
  position: absolute; left: 0; top: 0;
  color: var(--gold-dk);
  font-weight: 700;
  font-size: 18px;
}
.seo-bullets li strong { color: var(--ink); font-weight: 700; }

/* ───── Price card ───── */
.seo-price-band {
  background: var(--cream-2);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  padding: 50px 32px;
  display: flex; justify-content: center;
}
.seo-price-card {
  background: #fff;
  border: 2px solid var(--gold);
  border-radius: 20px;
  padding: 28px 36px;
  text-align: center;
  max-width: 480px;
  box-shadow: 0 20px 50px rgba(40,30,10,0.12);
}
.seo-price-label {
  font-size: 12px; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold-dk);
  margin-bottom: 6px;
}
.seo-price-amt {
  font-family: var(--serif); font-style: italic;
  font-size: 56px;
  color: var(--ink);
  line-height: 1; letter-spacing: -0.01em;
}
.seo-price-amt strong { font-weight: 400; }
.seo-price-trust {
  font-size: 13px; color: var(--ink-3);
  margin: 10px 0 16px;
}
.seo-explain .seo-price-card {
  margin-top: 24px;
}

/* ───── Trades / chips ───── */
.seo-trades, .seo-neighborhoods, .seo-related, .seo-nearby {
  max-width: 1080px; margin: 0 auto;
  padding: 50px 32px;
}
.seo-trade-chips,
.seo-neighborhood-chips,
.seo-related-list {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.seo-trade-chip,
.seo-neighborhood-chip,
.seo-related-chip {
  background: var(--cream-2);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 14px;
  color: var(--ink);
  font-weight: 500;
  white-space: nowrap;
}
.seo-related-chip {
  background: #fff;
  text-decoration: none;
  transition: all 0.15s;
}
a.seo-related-chip:hover,
a.seo-neighborhood-chip:hover {
  border-color: var(--gold);
  background: var(--gold-bg);
}

/* ───── City / service cards ───── */
.seo-city-grid,
.seo-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}
.seo-cities,
.seo-services,
.seo-cross {
  max-width: 1080px; margin: 0 auto;
  padding: 50px 32px;
}
.seo-services {
  background: var(--cream-2);
  max-width: none;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}
.seo-services > * { max-width: 1080px; margin-left: auto; margin-right: auto; }
.seo-city-card,
.seo-service-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px 22px 20px;
  text-decoration: none;
  color: inherit;
  display: flex; flex-direction: column;
  transition: all 0.18s;
}
.seo-city-card:hover,
.seo-service-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(40,30,10,0.08);
}
.seo-city-name,
.seo-service-name {
  font-family: var(--serif); font-style: italic;
  font-size: 22px;
  margin-bottom: 4px;
  line-height: 1.15;
  color: var(--ink);
}
.seo-city-sub,
.seo-service-bottle {
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--gold-dk);
  margin-bottom: 10px;
}
.seo-service-pitch {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.5;
  margin-bottom: 14px;
  flex: 1;
}
.seo-service-price {
  font-size: 13px;
  color: var(--ink-3);
  margin-bottom: 12px;
}
.seo-service-price strong {
  font-family: var(--serif); font-style: italic;
  font-size: 18px;
  color: var(--ink);
  font-weight: 400;
}
.seo-service-cta,
.seo-city-arrow {
  margin-top: auto;
  font-size: 13px; font-weight: 700;
  color: var(--gold-dk);
}
.seo-city-arrow {
  font-size: 22px;
  align-self: flex-end;
  color: var(--gold);
}

/* ───── FAQ ───── */
.seo-faq {
  background: var(--cream-2);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
  padding: 60px 32px;
}
.seo-faq > * {
  max-width: 760px; margin-left: auto; margin-right: auto;
}
.seo-faq h2 { text-align: center; margin-bottom: 30px; }
.seo-faq-list {
  display: flex; flex-direction: column;
}
.seo-faq .faq-item {
  border-bottom: 1px solid var(--border);
  padding: 18px 4px;
}
.seo-faq .faq-q {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 18px;
  font-size: 17px; font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}
.seo-faq .faq-q::-webkit-details-marker { display: none; }
.seo-faq .faq-q::after {
  content: "+";
  font-family: var(--serif); font-style: italic;
  font-size: 28px;
  color: var(--gold-dk);
  line-height: 1;
  flex-shrink: 0;
}
.seo-faq details[open] .faq-q::after { content: "−"; }
.seo-faq .faq-a {
  margin-top: 10px;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.6;
}

/* ───── Master index matrix ───── */
.seo-matrix {
  max-width: 1280px; margin: 0 auto;
  padding: 70px 32px;
}
.seo-matrix h2 { text-align: center; }
.seo-matrix .matrix-lead { text-align: center; max-width: 600px; margin: 0 auto 36px; }
.matrix-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.matrix-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px;
  text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
  transition: all 0.18s;
}
.matrix-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(40,30,10,0.08);
}
.matrix-card.city {
  background: linear-gradient(180deg, var(--cream-2), #fff);
}
.matrix-card-name {
  font-family: var(--serif); font-style: italic;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 4px;
  color: var(--ink);
}
.matrix-card-bottle {
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--gold-dk);
  margin-bottom: 10px;
}
.matrix-card-pitch {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.5;
  margin-bottom: 12px;
  flex: 1;
}
.matrix-card-meta {
  font-size: 11.5px;
  color: var(--ink-3);
  line-height: 1.4;
}
.matrix-card-price {
  font-size: 13px;
  color: var(--ink-3);
}
.matrix-card-price strong {
  font-family: var(--serif); font-style: italic;
  font-size: 18px;
  color: var(--ink);
  font-weight: 400;
}

.matrix-table-wrap {
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
}
.matrix-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}
.matrix-table th,
.matrix-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-soft);
  text-align: left;
}
.matrix-table th {
  font-size: 12px; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-3);
  background: var(--cream-2);
}
.matrix-table td.row-h {
  font-size: 14px;
  color: var(--ink);
  background: var(--cream-3);
  font-weight: 600;
}
.matrix-table td.row-h strong { font-weight: 700; }
.matrix-table td a {
  color: var(--gold-dk);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
}
.matrix-table td a:hover {
  color: var(--ink);
  text-decoration: underline;
}
.matrix-table tr:hover td:not(.row-h) { background: var(--gold-bg); }

/* ───── Footer ───── */
.seo-footer {
  background: var(--ink);
  color: var(--cream-3);
  padding: 60px 32px 30px;
  margin-top: 60px;
}
.seo-footer-inner {
  max-width: 1080px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
}
.seo-footer .brand-img { height: 28px; margin-bottom: 14px; }
.seo-footer-blurb {
  font-size: 14px;
  color: rgba(250,246,236,0.6);
  line-height: 1.55;
}
.seo-footer-col h4 {
  font-size: 12px; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold-soft);
  margin: 0 0 14px;
}
.seo-footer-col a {
  display: block;
  font-size: 13.5px;
  color: rgba(250,246,236,0.75);
  text-decoration: none;
  padding: 4px 0;
  transition: color 0.15s;
}
.seo-footer-col a:hover { color: var(--gold); }
.seo-footer-bottom {
  max-width: 1080px; margin: 30px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 12px;
  color: rgba(250,246,236,0.4);
  text-align: center;
}

/* ───── Sticky CTA ───── */
.sticky-cta {
  position: fixed;
  bottom: 16px; left: 50%;
  transform: translateX(-50%);
  background: var(--ink); color: var(--cream-3);
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700; font-size: 15px;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0,0,0,0.25);
  z-index: 40;
  display: none;
  border: 2px solid var(--gold);
}
@media (max-width: 720px) {
  .sticky-cta { display: inline-block; }
  .matrix-grid { grid-template-columns: 1fr; }
  .seo-footer-inner { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 900px) {
  .matrix-grid { grid-template-columns: 1fr 1fr; }
}
