/* City landing pages — shared stylesheet (2026-08-03 rebrand).
   One file for all 5 pages (mcallen, edinburg, mission, harlingen, brownsville) on the
   current ink/paper/green system. Shared shells (v-hero, v-pillar, v-stmt, cta-section,
   .contact, .web-preview, nav/footer) come from site.css; everything cs- lives here.
   Replaces the per-page legacy navy/gold inline CSS and city-mobile-fix.css. */

/* ── Page rhythm — compress the sitewide 160px pillar scale (12 sections/page) ── */
.cs-page .v-pillar, .cs-page .cta-section, .cs-page .web-preview, .cs-page .contact {
  padding-top: clamp(52px, 7.5vw, 110px); padding-bottom: clamp(52px, 7.5vw, 110px);
}
.cs-page .v-hero { padding-top: clamp(96px, 12vh, 140px); padding-bottom: clamp(48px, 7vh, 84px); }
.cs-page .v-hero__sub { max-width: 56ch; }
.cs-page .v-hero__h1 em, .cs-page .v-h2 em, .cs-page .contact-info h2 em { font-style: normal; color: var(--green); }
.cs-page .v-lead { margin-bottom: clamp(28px, 4vw, 44px); }
.cs-page .v-pillar .v-kicker, .cs-page .cs-web__head .v-kicker { display: block; margin-bottom: 14px; }
.cs-page .v-pillar--ink .v-h2, .web-preview .v-h2 { color: var(--paper); }

/* Hero chip (crown / bilingual) — sits above the kicker on ink */
.cs-chip { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--green); border: 1px solid rgba(0,210,106,.35); background: rgba(0,210,106,.08); border-radius: 999px; padding: 7px 14px; margin-bottom: 16px; }
.cs-chip .icon { width: 14px; height: 14px; }

/* Year line appended to the hero/savings statement card */
.cs-stmt-yr { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 20px; border-top: 1px dashed rgba(10,10,11,.18); font-family: var(--sans); }
.cs-stmt-yr span { font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: rgba(10,10,11,.6); }
.cs-stmt-yr b { font-variant-numeric: tabular-nums; font-size: 17px; color: var(--green); }

/* ── Stats band (the old .stripe) ── */
.cs-band { background: var(--ink-raised); border-top: 1px solid rgba(244,241,234,.1); border-bottom: 1px solid rgba(244,241,234,.1); padding: clamp(22px, 3vw, 34px) 5%; }
.cs-band__inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 18px 24px; }
.cs-stat { text-align: center; }
.cs-stat__n { display: block; font-family: var(--sans); font-weight: 800; font-size: clamp(17px, 1.8vw, 22px); letter-spacing: -.01em; color: var(--paper); }
.cs-stat__l { display: block; margin-top: 4px; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--gray); }
@media (max-width: 860px) { .cs-band__inner { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 520px) { .cs-band__inner { grid-template-columns: repeat(2, minmax(0,1fr)); } }

/* ── Signature slot (paper) — five per-city variants ── */
/* McAllen: 4 big metrics */
.cs-metrics { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; margin-top: 8px; }
.cs-metric { background: var(--paper-dim); border: 1px solid rgba(10,10,11,.12); border-radius: 14px; padding: clamp(20px, 2.4vw, 28px); }
.cs-metric__n { display: block; font-family: var(--sans); font-weight: 800; font-size: clamp(30px, 3.4vw, 42px); letter-spacing: -.02em; color: var(--ink); line-height: 1.05; }
.cs-metric__n small { font-size: .5em; font-weight: 800; }
.cs-metric__l { display: block; margin-top: 10px; font-size: 13.5px; line-height: 1.5; color: rgba(10,10,11,.62); }
@media (max-width: 900px) { .cs-metrics { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 480px) { .cs-metrics { grid-template-columns: 1fr; } }

/* Edinburg: 3 standards (number + title + desc) */
.cs-standards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 8px; }
.cs-standard { background: var(--paper-dim); border: 1px solid rgba(10,10,11,.12); border-radius: 14px; padding: clamp(22px, 2.6vw, 30px); }
.cs-standard__n { font-family: var(--mono); font-weight: 700; font-size: clamp(24px, 2.6vw, 32px); color: var(--ink); letter-spacing: -.01em; }
.cs-standard__t { margin: 12px 0 8px; font-family: var(--sans); font-weight: 700; font-size: 16px; color: var(--ink); line-height: 1.35; }
.cs-standard__d { font-size: 13.5px; line-height: 1.6; color: rgba(10,10,11,.62); }
@media (max-width: 860px) { .cs-standards { grid-template-columns: 1fr; } }

/* Mission: founder pull-quote */
.cs-quote { position: relative; background: var(--paper-dim); border: 1px solid rgba(10,10,11,.12); border-left: 3px solid var(--green); border-radius: 14px; padding: clamp(26px, 3.4vw, 40px) clamp(24px, 3.4vw, 44px); max-width: 76ch; }
.cs-quote p { font-family: var(--serif); font-style: italic; font-size: clamp(16.5px, 1.8vw, 20px); line-height: 1.75; color: rgba(10,10,11,.8); margin: 0; }

/* Harlingen: comparison table */
.cs-table { width: 100%; border-collapse: collapse; margin-top: 8px; background: var(--paper-dim); border: 1px solid rgba(10,10,11,.12); border-radius: 14px; overflow: hidden; }
.cs-table thead th { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; text-align: left; padding: 14px 20px; border-bottom: 1px solid rgba(10,10,11,.18); }
.cs-table thead th:first-child { color: rgba(10,10,11,.5); }
.cs-table thead th:last-child { color: var(--ink); }
.cs-table td { padding: 15px 20px; font-size: 14px; line-height: 1.55; vertical-align: top; border-top: 1px solid rgba(10,10,11,.1); width: 50%; }
.cs-table td .icon { width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; }
.cs-table td > span { display: flex; gap: 9px; align-items: flex-start; }
.cs-table .hf-bad { color: rgba(10,10,11,.55); }
.cs-table .hf-bad .icon { color: rgba(10,10,11,.35); }
.cs-table .hf-good { color: var(--ink); font-weight: 600; }
.cs-table .hf-good .icon { color: var(--green); }
@media (max-width: 700px) {
  .cs-table thead { display: none; }
  .cs-table, .cs-table tbody, .cs-table tr, .cs-table td { display: block; width: 100%; }
  .cs-table tr { border-top: 1px solid rgba(10,10,11,.14); padding: 6px 0; }
  .cs-table tr:first-child { border-top: 0; }
  .cs-table td { border-top: 0; padding: 8px 18px; }
  .cs-table td::before { display: block; font-family: var(--mono); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: rgba(10,10,11,.45); margin-bottom: 4px; }
  .cs-table .hf-bad::before { content: "Industry standard"; }
  .cs-table .hf-good::before { content: "Veritas One"; }
}

/* Brownsville: 3 border-commerce cards */
.cs-sigcards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 8px; }
.cs-sigcard { background: var(--paper-dim); border: 1px solid rgba(10,10,11,.12); border-radius: 14px; padding: clamp(22px, 2.6vw, 30px); }
.cs-sigcard__tag { display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--green); margin-bottom: 14px; }
.cs-sigcard__tag .icon { width: 13px; height: 13px; }
.cs-sigcard h3 { font-family: var(--sans); font-weight: 700; font-size: 16.5px; letter-spacing: -.01em; color: var(--ink); margin: 0 0 8px; line-height: 1.35; }
.cs-sigcard p { font-size: 13.5px; line-height: 1.62; color: rgba(10,10,11,.62); margin: 0; }
@media (max-width: 860px) { .cs-sigcards { grid-template-columns: 1fr; } }

/* ── Services (ink) — 3 dark cards ── */
.cs-feats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 6px; }
.cs-feat { background: var(--ink-raised); border: 1px solid rgba(244,241,234,.12); border-radius: 16px; padding: clamp(22px, 2.6vw, 30px); }
.cs-feat__ic { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; border: 1px solid rgba(0,210,106,.32); background: rgba(0,210,106,.09); color: var(--green); margin-bottom: 15px; }
.cs-feat__ic .icon { width: 20px; height: 20px; }
.cs-feat h3 { font-family: var(--sans); font-size: 17px; font-weight: 800; letter-spacing: -.01em; color: var(--paper); margin: 0 0 8px; line-height: 1.35; }
.cs-feat p { font-size: 13.5px; color: var(--gray); line-height: 1.62; margin: 0; }
@media (max-width: 860px) { .cs-feats { grid-template-columns: 1fr; } }

/* ── Website preview (inside shared .web-preview ink shell) ── */
.cs-web { max-width: 1100px; margin: 0 auto; padding: 0 5%; }
.web-preview .cs-web { padding: 0; }
.cs-web__head { max-width: 760px; margin-bottom: clamp(30px, 4vw, 46px); }
.cs-web__head .v-h2 { color: var(--paper); }
.cs-web__intro { font-size: clamp(15px, 1.4vw, 17px); line-height: 1.6; color: var(--gray); max-width: 62ch; }
.cs-web__split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(32px, 4.5vw, 56px); align-items: start; }
@media (max-width: 980px) { .cs-web__split { grid-template-columns: 1fr; } }
.cs-web__copy .cs-web__excl { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--green); margin-bottom: 14px; }
.cs-web__copy .cs-web__excl .icon { width: 14px; height: 14px; }
.cs-web__copy h3 { font-family: var(--sans); font-size: clamp(22px, 2.6vw, 30px); font-weight: 800; letter-spacing: -.015em; color: var(--paper); line-height: 1.15; margin: 0 0 12px; }
.cs-web__copy > p { font-size: 14.5px; line-height: 1.65; color: var(--gray); margin: 0 0 18px; }
.cs-points { list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.cs-points li { display: flex; gap: 13px; align-items: flex-start; }
.cs-points .cs-pt-ic { display: inline-grid; place-items: center; flex-shrink: 0; width: 34px; height: 34px; border-radius: 9px; border: 1px solid rgba(0,210,106,.32); background: rgba(0,210,106,.09); color: var(--green); }
.cs-points .cs-pt-ic .icon { width: 16px; height: 16px; }
.cs-points strong { display: block; font-size: 14px; font-weight: 700; color: var(--paper); margin-bottom: 2px; }
.cs-points span:not(.cs-pt-ic) { display: block; font-size: 13px; line-height: 1.55; color: var(--gray); }
.cs-browser-note { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 12.5px; color: var(--gray); }
.cs-browser-note .icon { width: 14px; height: 14px; flex-shrink: 0; }

/* Mini mock-site inside the shared .v-browser frame — neutral client-site look */
.msx { font-family: var(--sans); background: #FDFBF7; color: #1E1C18; font-size: 11px; line-height: 1.4; }
.msx-nav { display: flex; justify-content: space-between; align-items: center; padding: 9px 14px; background: #fff; border-bottom: 1px solid rgba(30,28,24,.1); }
.msx-logo { display: flex; align-items: center; gap: 6px; font-weight: 800; font-size: 12px; letter-spacing: -.01em; }
.msx-logo .msx-emoji { font-size: 13px; }
.msx-links { display: flex; align-items: center; gap: 10px; font-size: 9.5px; color: rgba(30,28,24,.65); }
.msx-links .msx-cta { background: #1E1C18; color: #fff; padding: 4px 9px; border-radius: 999px; font-weight: 700; }
.msx-hero { padding: 18px 14px 14px; background: linear-gradient(180deg, #F6F1E7, #FDFBF7); }
.msx-eyebrow { font-size: 8px; letter-spacing: .18em; text-transform: uppercase; color: #A0763B; font-weight: 700; margin-bottom: 5px; }
.msx-h1 { font-size: 17px; font-weight: 800; letter-spacing: -.02em; line-height: 1.12; margin-bottom: 5px; }
.msx-sub { font-size: 9.5px; color: rgba(30,28,24,.6); margin-bottom: 9px; }
.msx-actions { display: flex; gap: 7px; flex-wrap: wrap; }
.msx-btn { background: #1E1C18; color: #fff; font-size: 9px; font-weight: 700; padding: 5px 10px; border-radius: 6px; }
.msx-btn--ghost { background: transparent; color: #1E1C18; border: 1px solid rgba(30,28,24,.25); }
.msx-svcs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; padding: 10px 14px; }
.msx-svc { background: #fff; border: 1px solid rgba(30,28,24,.1); border-radius: 7px; padding: 8px 4px; text-align: center; }
.msx-svc .msx-emoji { display: block; font-size: 13px; margin-bottom: 3px; }
.msx-svc span:last-child { font-size: 8.5px; font-weight: 700; }
.msx-review { padding: 4px 14px 10px; text-align: center; }
.msx-stars { color: #D9A23B; font-size: 10px; letter-spacing: .12em; margin-bottom: 3px; }
.msx-review-text { font-style: italic; font-size: 9.5px; color: rgba(30,28,24,.72); max-width: 34ch; margin: 0 auto 3px; }
.msx-reviewer { font-size: 8.5px; color: rgba(30,28,24,.5); }
.msx-why { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; padding: 0 12px 14px; }
.msx-why-item { display: flex; align-items: center; gap: 4px; font-size: 8.5px; font-weight: 600; color: rgba(30,28,24,.7); }
.msx-preview-bar { display: flex; justify-content: space-between; align-items: center; gap: 8px; flex-wrap: wrap; background: #1a1a1b; border-top: 1px solid rgba(244,241,234,.12); padding: 8px 12px; }
.msx-preview-label { display: flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 8.5px; letter-spacing: .1em; text-transform: uppercase; color: #c7c4bd; }
.msx-preview-label .icon { width: 12px; height: 12px; }
.msx-preview-actions { display: flex; gap: 6px; }
.msx-pv-approve { background: var(--green); color: var(--ink); font-size: 9px; font-weight: 800; padding: 4px 9px; border-radius: 6px; }
.msx-pv-changes { color: #c7c4bd; border: 1px solid rgba(244,241,234,.25); font-size: 9px; font-weight: 700; padding: 4px 9px; border-radius: 6px; }

/* ── How it works (paper) ── */
.cs-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(22px, 3vw, 36px); margin-top: 8px; }
.cs-step__n { font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: .18em; color: var(--green); }
.cs-step h3 { font-family: var(--sans); font-size: 18px; font-weight: 800; letter-spacing: -.01em; color: var(--ink); margin: 10px 0 8px; line-height: 1.3; }
.cs-step p { font-size: 14px; line-height: 1.62; color: rgba(10,10,11,.65); margin: 0; }
@media (max-width: 860px) { .cs-steps { grid-template-columns: 1fr; } }

/* ── Savings / equipment (ink) ── */
.cs-sav { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: clamp(32px, 4.5vw, 56px); align-items: center; }
@media (max-width: 980px) { .cs-sav { grid-template-columns: 1fr; } }
.cs-sav__p { font-size: 15px; line-height: 1.7; color: var(--gray); margin: 0 0 16px; }
.cs-brands { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.cs-brands span { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--paper); border: 1px solid rgba(244,241,234,.2); border-radius: 999px; padding: 6px 13px; }
.cs-checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.cs-checks li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; line-height: 1.55; color: var(--gray); }
.cs-checks .icon { width: 17px; height: 17px; flex-shrink: 0; color: var(--green); margin-top: 2px; }
.v-pillar--paper .cs-checks li { color: rgba(10,10,11,.7); }
.cs-sav .v-stmt { width: 100%; max-width: 440px; justify-self: center; box-shadow: 0 44px 90px rgba(0,0,0,.5); }
.cs-sav .v-stmt__row span, .cs-sav .v-stmt__row b { min-width: 0; }
.cs-stmt-sub { display: block; font-size: 10px; color: rgba(10,10,11,.45); margin-top: 2px; }

/* ── About (paper) ── */
.cs-about { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: clamp(32px, 4.5vw, 56px); align-items: start; }
@media (max-width: 980px) { .cs-about { grid-template-columns: 1fr; } }
.cs-about__p { font-size: 15px; line-height: 1.72; color: rgba(10,10,11,.72); margin: 0 0 16px; }
.cs-about .cs-checks { margin-top: 6px; }
.cs-badges { display: flex; flex-direction: column; gap: 16px; }
.cs-seal { display: grid; place-items: center; background: var(--paper-dim); border: 1px solid rgba(10,10,11,.12); border-radius: 14px; padding: 26px; }
.cs-seal img { width: 92px; height: auto; display: block; }
.cs-trust { display: flex; gap: 14px; align-items: flex-start; background: var(--paper-dim); border: 1px solid rgba(10,10,11,.12); border-radius: 14px; padding: 18px 20px; }
.cs-trust__ic { display: inline-grid; place-items: center; flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px; border: 1px solid rgba(0,210,106,.35); background: rgba(0,210,106,.08); color: var(--green); }
.cs-trust__ic .icon { width: 18px; height: 18px; }
.cs-trust h4 { font-family: var(--sans); font-size: 15px; font-weight: 700; letter-spacing: -.01em; color: var(--ink); margin: 0 0 4px; line-height: 1.35; }
.cs-trust p { font-size: 13px; line-height: 1.55; color: rgba(10,10,11,.6); margin: 0; }

/* ── Industries (ink) ── */
.cs-ind { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; margin-top: 6px; }
.cs-ind__card { background: var(--ink-raised); border: 1px solid rgba(244,241,234,.12); border-radius: 14px; padding: 20px 12px; text-align: center; }
.cs-ind__card .cs-ind__emoji { display: block; font-size: 26px; margin-bottom: 8px; }
.cs-ind__card h3 { font-family: var(--sans); font-size: 13.5px; font-weight: 700; letter-spacing: -.01em; color: var(--paper); margin: 0; line-height: 1.3; }

/* ── Serving {City} — local substance section (paper-dim) ── */
.cs-local { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: clamp(32px, 4.5vw, 56px); align-items: start; }
@media (max-width: 980px) { .cs-local { grid-template-columns: 1fr; } }
.cs-local__p { font-size: 15px; line-height: 1.72; color: rgba(10,10,11,.72); margin: 0 0 16px; }
.cs-local__p strong { color: var(--ink); font-weight: 700; }
.cs-local .cs-quote { margin-top: 20px; background: var(--paper); }
.cs-facts { background: var(--paper); border: 1px solid rgba(10,10,11,.12); border-radius: 14px; padding: 18px 22px; }
.cs-facts__row { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; border-top: 1px dashed rgba(10,10,11,.12); font-size: 13.5px; }
.cs-facts__row:first-child { border-top: 0; padding-top: 0; }
.cs-facts__row .k { font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: rgba(10,10,11,.5); padding-top: 3px; flex-shrink: 0; }
.cs-facts__row .v { color: var(--ink); font-weight: 600; text-align: right; }
.cs-districts { margin-top: 16px; }
.cs-districts__h { font-family: var(--mono); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: rgba(10,10,11,.5); margin-bottom: 10px; }
.cs-districts__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.cs-districts__chips span { font-size: 12.5px; font-weight: 600; color: var(--ink); background: var(--paper); border: 1px solid rgba(10,10,11,.16); border-radius: 999px; padding: 6px 12px; }

/* Industries — landmark descriptor line under each card name */
.cs-ind__card p { font-size: 11.5px; line-height: 1.45; color: var(--gray); margin: 6px 0 0; }

/* ── Other cities (paper) ── */
.cs-cities { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 6px; }
.cs-city { display: block; background: var(--paper-dim); border: 1px solid rgba(10,10,11,.12); border-radius: 14px; padding: 20px; text-decoration: none; transition: border-color .15s, transform .15s; }
.cs-city:hover { border-color: var(--ink); transform: translateY(-2px); }
.cs-city h3 { font-family: var(--sans); font-size: 16px; font-weight: 800; letter-spacing: -.01em; color: var(--ink); margin: 0 0 6px; }
.cs-city p { font-size: 13px; line-height: 1.55; color: rgba(10,10,11,.6); margin: 0 0 12px; }
.cs-city__cta { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--green); }
