/* ============================================================
   Multi-Family Roofing LLC : design system
   Direction: precision-premium. Deep ink surfaces, committed
   brand gold (#C09446), thin roofline strokes from the logo,
   Bricolage Grotesque display + Public Sans body.
   Page skeletons: .page-home / .page-service / .page-city
   ============================================================ */

:root {
  --ink: #131311;
  --ink-2: #1d1c18;
  --ink-3: #2a2822;
  --gold: #c09446;
  --gold-deep: #8a6721;   /* text-safe gold on white, 4.6:1 */
  --gold-pale: #ecdfc6;
  --paper: #ffffff;
  --stone: #f4f1ea;
  --line: #e2ddd2;
  --line-dark: #3a372f;
  --body: #33312c;
  --muted: #5c584f;
  --muted-dark: #b9b3a6;  /* muted text on ink, 7:1 */
  --display: "Bricolage Grotesque", Georgia, serif;
  --sans: "Public Sans", Helvetica, Arial, sans-serif;
  --z-drop: 30; --z-sticky: 40; --z-modal: 50;
  --ease: cubic-bezier(.22,1,.36,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--body);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-deep); }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--gold-deep); outline-offset: 2px;
}
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.12;
  color: var(--ink);
  margin: 0 0 .6em;
  text-wrap: balance;
  letter-spacing: -0.015em;
}
h1 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); }
p { margin: 0 0 1.1em; max-width: 68ch; text-wrap: pretty; }
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: var(--z-modal);
  background: var(--ink); color: #fff; padding: .6rem 1rem;
}
.skip-link:focus { left: 0; }

.wrap { width: min(1160px, 100% - 2.5rem); margin-inline: auto; }

/* --- roofline motif ------------------------------------------- */
.pitch {
  display: inline-block; width: 44px; height: 14px; flex: none;
  background:
    linear-gradient(to bottom right, transparent 46%, var(--gold) 47%, var(--gold) 60%, transparent 61%) left/55% 100% no-repeat,
    linear-gradient(to bottom left,  transparent 46%, var(--gold) 47%, var(--gold) 60%, transparent 61%) right/55% 100% no-repeat;
}
.kicker {
  display: flex; align-items: center; gap: .65rem;
  font-family: var(--display); font-weight: 600;
  color: var(--gold-deep); margin-bottom: .8rem; font-size: 1.02rem;
}
.on-dark .kicker { color: var(--gold); }

/* --- buttons ---------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--display); font-weight: 600; font-size: 1.02rem;
  padding: .85rem 1.55rem; border: 2px solid transparent; border-radius: 3px;
  text-decoration: none; cursor: pointer; line-height: 1.2;
  transition: transform .18s var(--ease), background .18s var(--ease), color .18s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: #171204; }
.btn-gold:hover { background: #cfa658; }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: var(--ink-3); }
.btn-ghost { border-color: var(--gold); color: var(--gold); background: transparent; }
.btn-ghost:hover { background: rgba(192,148,70,.12); }
.btn-ghost.on-light { border-color: var(--ink); color: var(--ink); }
.btn svg { width: 1.05em; height: 1.05em; flex: none; }

/* --- header ------------------------------------------------------ */
.site-header {
  position: sticky; top: 0; z-index: var(--z-sticky);
  background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-bar {
  display: flex; align-items: center; gap: 1.2rem;
  padding: .55rem 0;
}
.brand { display: flex; align-items: center; text-decoration: none; }
.brand img { width: 128px; height: 72px; object-fit: cover; object-position: center; }
.site-nav { margin-left: auto; }
.site-nav > ul {
  display: flex; align-items: center; gap: .35rem;
  list-style: none; margin: 0; padding: 0;
}
.site-nav a, .nav-trigger {
  font-family: var(--display); font-weight: 600; font-size: .98rem;
  color: var(--ink); text-decoration: none;
  padding: .55rem .7rem; background: none; border: 0; cursor: pointer;
  display: inline-flex; align-items: center; gap: .35rem;
}
.site-nav a:hover, .nav-trigger:hover { color: var(--gold-deep); }
.nav-trigger .chev {
  width: .55em; height: .55em; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px); transition: transform .15s var(--ease);
}
.nav-trigger[aria-expanded="true"] .chev { transform: rotate(225deg) translateY(-2px); }
.has-drop { position: relative; }
.drop-menu {
  position: absolute; top: 100%; left: 0; z-index: var(--z-drop);
  margin: 0; padding: .5rem 0 0; list-style: none; min-width: 250px;
}
.drop-menu[hidden] { display: none; }
.drop-menu ul, .drop-menu-inner {
  background: var(--ink); border-top: 3px solid var(--gold);
  box-shadow: 0 18px 40px rgba(15,14,10,.28);
  list-style: none; margin: 0; padding: .45rem 0;
}
.drop-menu a {
  display: block; color: #f2efe7; font-weight: 500; font-family: var(--sans);
  padding: .5rem 1.1rem; font-size: .95rem;
}
.drop-menu a:hover { color: var(--gold); background: rgba(192,148,70,.08); }
@media (hover: hover) and (pointer: fine) {
  .has-drop:hover .drop-menu { display: block; }
}
.header-phone {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--display); font-weight: 700; font-size: 1.05rem;
  color: var(--ink); text-decoration: none; white-space: nowrap;
}
.header-phone svg { width: 1.1em; height: 1.1em; color: var(--gold-deep); }
.header-phone:hover { color: var(--gold-deep); }
.header-cta { white-space: nowrap; }
.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer; padding: .5rem;
  margin-left: auto;
}
.nav-toggle .bars, .nav-toggle .bars::before, .nav-toggle .bars::after {
  display: block; content: ""; width: 26px; height: 3px; background: var(--ink); position: relative;
}
.nav-toggle .bars::before { position: absolute; top: -8px; }
.nav-toggle .bars::after { position: absolute; top: 8px; }

@media (max-width: 980px) {
  .site-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--paper); border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 40px rgba(15,14,10,.14);
    padding: .8rem 1.25rem 1.2rem;
    margin-left: 0;
  }
  .site-nav[hidden] { display: none; }
  .site-nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav > ul > li { border-bottom: 1px solid var(--line); }
  .site-nav a, .nav-trigger { width: 100%; padding: .8rem .2rem; justify-content: space-between; }
  .drop-menu { position: static; padding: 0 0 .4rem; min-width: 0; }
  .drop-menu ul, .drop-menu-inner { box-shadow: none; border-top: 2px solid var(--gold); }
  .nav-toggle { display: block; }
  .header-cta { display: none; }
  .header-phone span { display: none; }
}

/* --- sticky mobile action bar ----------------------------------- */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--z-sticky);
  display: none; grid-template-columns: 1fr 1fr 1.35fr;
  background: var(--ink); border-top: 2px solid var(--gold);
}
.mobile-bar a {
  display: flex; align-items: center; justify-content: center; gap: .4rem;
  padding: .8rem .4rem; font-family: var(--display); font-weight: 600; font-size: .92rem;
  color: #fff; text-decoration: none;
}
.mobile-bar a svg { width: 1em; height: 1em; }
.mobile-bar .bar-est { background: var(--gold); color: #171204; }
@media (max-width: 760px) {
  .mobile-bar { display: grid; }
  body { padding-bottom: 52px; }
}

/* --- shared sections -------------------------------------------- */
.section { padding: clamp(3rem, 7vw, 5.5rem) 0; }
.section-dark { background: var(--ink); color: #e9e5da; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark p { color: var(--muted-dark); }
.section-stone { background: var(--stone); }
.section-head { max-width: 760px; margin-bottom: 2.4rem; }
.section-head p { color: var(--muted); font-size: 1.1rem; }
.section-dark .section-head p { color: var(--muted-dark); }

.grid-2 { display: grid; gap: 2.5rem; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: center; }

/* --- trust bar --------------------------------------------------- */
.trust-bar { background: var(--ink); border-top: 3px solid var(--gold); }
.trust-list {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: .8rem 2rem; list-style: none; margin: 0; padding: 1.05rem 0;
}
.trust-list li {
  display: flex; align-items: center; gap: .6rem;
  color: #efece3; font-family: var(--display); font-weight: 600; font-size: .98rem;
}
.trust-list svg { width: 1.25em; height: 1.25em; color: var(--gold); flex: none; }

/* --- service ledger (home) --------------------------------------- */
.ledger { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.ledger > li { border-bottom: 1px solid var(--line); }
.ledger a {
  display: grid; grid-template-columns: minmax(200px, 1.1fr) 2fr auto;
  gap: 1.2rem; align-items: center;
  padding: 1.35rem .4rem; text-decoration: none; color: inherit;
  transition: background .18s var(--ease);
}
.ledger a:hover { background: var(--stone); }
.ledger h3 { margin: 0; font-size: 1.3rem; }
.ledger a:hover h3 { color: var(--gold-deep); }
.ledger p { margin: 0; color: var(--muted); font-size: .99rem; }
.ledger .go {
  width: 40px; height: 40px; border: 1.5px solid var(--gold-deep); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: var(--gold-deep);
  transition: background .18s var(--ease), color .18s var(--ease);
}
.ledger a:hover .go { background: var(--gold); border-color: var(--gold); color: #171204; }
.ledger .go svg { width: 16px; height: 16px; }
@media (max-width: 720px) {
  .ledger a { grid-template-columns: 1fr auto; }
  .ledger p { grid-column: 1 / -1; }
}

/* --- why us ------------------------------------------------------- */
.why-points { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.5rem; }
.why-points li { display: grid; grid-template-columns: auto 1fr; gap: 1rem; }
.why-points .pt-icon {
  width: 46px; height: 46px; flex: none;
  border: 1.5px solid var(--gold); border-radius: 3px;
  display: flex; align-items: center; justify-content: center; color: var(--gold);
}
.why-points .pt-icon svg { width: 22px; height: 22px; }
.why-points h3 { margin-bottom: .25rem; }
.why-points p { margin: 0; font-size: .99rem; }
.section-dark .why-points h3 { color: #fff; }

/* --- figure / photo treatment ------------------------------------ */
.photo-frame { position: relative; }
.photo-frame img { border-radius: 4px; box-shadow: 0 24px 48px rgba(15,14,10,.22); }
.photo-frame::after {
  content: ""; position: absolute; inset: auto -14px -14px auto;
  width: 58%; height: 58%; border: 2px solid var(--gold);
  border-top: 0; border-left: 0; border-radius: 0 0 6px 0; pointer-events: none;
}
.photo-frame figcaption {
  position: absolute; left: 0; bottom: 0; margin: 0;
  background: rgba(19,19,17,.85); color: #f2efe7;
  font-size: .85rem; padding: .45rem .85rem; border-radius: 0 4px 0 4px;
  backdrop-filter: blur(3px);
}

/* --- reviews band -------------------------------------------------- */
.review-embed { background: #fff; border-radius: 6px; padding: .8rem; }

/* --- service area --------------------------------------------------- */
.area-cols { display: grid; gap: 2.5rem; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.area-map iframe { width: 100%; height: 340px; border: 0; border-radius: 4px; }
.city-links { list-style: none; margin: 0 0 1.6rem; padding: 0; display: grid; gap: .7rem; }
.city-links a {
  display: flex; align-items: center; justify-content: space-between; gap: .8rem;
  font-family: var(--display); font-weight: 600; font-size: 1.12rem;
  color: var(--ink); text-decoration: none;
  padding: .85rem 1rem; background: var(--stone);
  border-radius: 3px; border-bottom: 2px solid var(--gold);
  transition: background .18s var(--ease);
}
.city-links a:hover { background: var(--gold-pale); }
.city-links svg { width: 15px; height: 15px; color: var(--gold-deep); flex: none; }
.also-serving { color: var(--muted); font-size: .98rem; }
.also-serving strong { color: var(--ink); font-family: var(--display); }
.section-dark .also-serving { color: var(--muted-dark); }
.section-dark .also-serving strong { color: #fff; }
.section-dark .city-links a { background: var(--ink-2); color: #f2efe7; }
.section-dark .city-links a:hover { background: var(--ink-3); }

/* --- process --------------------------------------------------------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); counter-reset: step; }
.steps li { position: relative; padding-top: 1.1rem; }
.steps li::before {
  content: ""; position: absolute; top: 0; left: 0; width: 44px; height: 3px; background: var(--gold);
}
.steps h3 { font-size: 1.18rem; margin-bottom: .3rem; }
.steps p { margin: 0; font-size: .97rem; }

/* --- FAQ accordion ----------------------------------------------------- */
.faq { max-width: 820px; }
.faq-item { border-bottom: 1px solid var(--line); }
.section-dark .faq-item { border-color: var(--line-dark); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--display); font-weight: 600; font-size: 1.12rem; color: var(--ink);
  padding: 1.05rem .2rem;
}
.section-dark .faq-q { color: #fff; }
.faq-q .faq-x {
  width: 30px; height: 30px; flex: none; position: relative;
  border: 1.5px solid var(--gold-deep); border-radius: 50%;
}
.section-dark .faq-q .faq-x { border-color: var(--gold); }
.faq-q .faq-x::before, .faq-q .faq-x::after {
  content: ""; position: absolute; top: 50%; left: 50%; background: currentColor;
  width: 12px; height: 2px; transform: translate(-50%,-50%); color: var(--gold-deep);
  transition: transform .2s var(--ease);
}
.section-dark .faq-q .faq-x::before, .section-dark .faq-q .faq-x::after { color: var(--gold); }
.faq-q .faq-x::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-q[aria-expanded="true"] .faq-x::after { transform: translate(-50%,-50%) rotate(0deg); }
.faq-a { padding: 0 .2rem 1.2rem; }
.faq-a[hidden] { display: none; }
.faq-a p { margin-bottom: .6em; }

/* --- final CTA ----------------------------------------------------------- */
.cta-band { background: linear-gradient(120deg, var(--ink) 0%, var(--ink-2) 60%, #2c2416 100%); color: #e9e5da; position: relative; overflow: hidden; }
.cta-band::before {
  content: ""; position: absolute; right: -140px; top: -40px; width: 420px; height: 420px;
  background: linear-gradient(to bottom right, transparent 48%, rgba(192,148,70,.35) 49%, rgba(192,148,70,.35) 52%, transparent 53%);
  transform: rotate(8deg); pointer-events: none;
}
.cta-grid { display: grid; gap: 3rem; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); align-items: start; }
.cta-band h2 { color: #fff; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.6rem; }
.cta-phone-line { font-family: var(--display); font-size: 1.35rem; font-weight: 700; margin-top: 1.4rem; }
.cta-phone-line a { color: var(--gold); text-decoration: none; }
.form-shell { position: relative; z-index: 1; background: #fff; border-radius: 6px; padding: 1rem; box-shadow: 0 26px 60px rgba(0,0,0,.35); }
.form-shell iframe { min-height: 835px; }

/* --- footer ---------------------------------------------------------------- */
.site-footer { background: #0d0d0b; color: #cfc9bc; font-size: .96rem; }
.footer-grid {
  display: grid; gap: 2.6rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  padding: 3.4rem 0 2.4rem;
}
.site-footer h3 { color: #fff; font-size: 1.05rem; margin-bottom: 1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.site-footer a { color: #cfc9bc; text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-brand img { width: 150px; margin-bottom: 1rem; background: #fff; border-radius: 4px; padding: .4rem .6rem; }
.footer-nap { font-style: normal; line-height: 1.8; }
.footer-nap a { color: var(--gold); }
.footer-social { display: flex; gap: .8rem; margin-top: 1.1rem; }
.footer-social a {
  width: 38px; height: 38px; border: 1px solid var(--line-dark); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.footer-social a:hover { border-color: var(--gold); }
.footer-social svg { width: 17px; height: 17px; }
.footer-legal {
  border-top: 1px solid var(--line-dark); padding: 1.3rem 0 1.6rem;
  display: flex; flex-wrap: wrap; gap: .5rem 1.8rem; align-items: center; justify-content: space-between;
  font-size: .88rem; color: #9d968a;
}
.footer-legal ul { list-style: none; display: flex; gap: 1.4rem; margin: 0; padding: 0; }
.footer-badges { display: flex; gap: 1rem; align-items: center; margin-top: 1.2rem; }
.footer-badges img { width: 74px; border-radius: 3px; background: #fff; padding: 3px; }

/* --- breadcrumbs -------------------------------------------------------------- */
.crumbs { font-size: .9rem; color: var(--muted); margin: 0 0 1.4rem; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: .45rem; }
.crumbs li + li::before { content: "/"; margin-right: .45rem; color: var(--line-dark); }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--gold-deep); }
.on-dark .crumbs, .on-dark .crumbs a { color: var(--muted-dark); }

/* ==============================================================
   PAGE SKELETON: HOME
   ============================================================== */
.page-home .hero {
  position: relative; background: var(--ink); color: #fff; overflow: hidden;
}
.page-home .hero-media {
  position: absolute; inset: 0;
}
.page-home .hero-media img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 62%;
  opacity: .38;
}
.page-home .hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(13,13,10,.94) 18%, rgba(13,13,10,.55) 58%, rgba(13,13,10,.3) 100%);
}
.page-home .hero-inner {
  position: relative; z-index: 1;
  padding: clamp(4rem, 10vw, 7.5rem) 0 clamp(4.5rem, 10vw, 7rem);
  max-width: 720px;
}
.page-home .hero h1 { color: #fff; margin-bottom: 1rem; }
.page-home .hero h1 em { font-style: normal; color: var(--gold); }
.page-home .hero .sub { font-size: 1.2rem; color: #ddd6c8; max-width: 56ch; }
.page-home .hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.9rem; }
.page-home .hero-signals {
  display: flex; flex-wrap: wrap; gap: .5rem 1.6rem; margin: 2.1rem 0 0; padding: 0; list-style: none;
  font-size: .95rem; color: #d8d2c4;
}
.page-home .hero-signals li { display: flex; align-items: center; gap: .5rem; }
.page-home .hero-signals svg { width: 1.05em; height: 1.05em; color: var(--gold); flex: none; }

/* ==============================================================
   PAGE SKELETON: SERVICE  (split hero, sidebar layout)
   ============================================================== */
.page-service .svc-hero { background: var(--stone); border-bottom: 1px solid var(--line); }
.page-service .svc-hero-grid {
  display: grid; gap: 2.6rem; grid-template-columns: 1.15fr .85fr; align-items: center;
  padding: clamp(2.6rem, 6vw, 4.6rem) 0;
}
.page-service .svc-hero .lede { font-size: 1.16rem; color: var(--muted); }
.page-service .svc-hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.5rem; }
.page-service .svc-hero-media img { border-radius: 4px; box-shadow: 0 22px 44px rgba(15,14,10,.2); }
@media (max-width: 880px) {
  .page-service .svc-hero-grid { grid-template-columns: 1fr; }
}
.page-service .svc-body {
  display: grid; gap: 3.5rem; grid-template-columns: minmax(0, 1fr) 330px;
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}
@media (max-width: 960px) { .page-service .svc-body { grid-template-columns: 1fr; } }
.page-service .svc-article h2 { margin-top: 2.2rem; }
.page-service .svc-article h2:first-child { margin-top: 0; }
.page-service .svc-article ul { padding-left: 1.2rem; }
.page-service .svc-article li { margin-bottom: .45rem; }
.svc-aside { display: grid; gap: 1.6rem; align-content: start; }
.aside-card { background: var(--ink); color: #e9e5da; border-radius: 5px; padding: 1.7rem 1.5rem; }
.aside-card h3 { color: #fff; }
.aside-card .btn { width: 100%; margin-top: .6rem; }
.aside-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; font-size: .95rem; }
.aside-card ul li { display: flex; gap: .55rem; align-items: flex-start; }
.aside-card ul svg { width: 1.1em; height: 1.1em; color: var(--gold); flex: none; margin-top: .2em; }
.aside-card.aside-light { background: var(--stone); color: var(--body); border: 1px solid var(--line); }
.aside-card.aside-light h3 { color: var(--ink); }

/* ==============================================================
   PAGE SKELETON: CITY  (gold-band hero, local-proof layout)
   ============================================================== */
.page-city .city-hero {
  background: linear-gradient(to bottom, var(--ink) 0 78%, var(--paper) 78%);
  color: #fff;
}
.page-city .city-hero-card {
  border-top: 4px solid var(--gold);
  padding: clamp(2.4rem, 6vw, 4rem) clamp(1.4rem, 4vw, 3rem);
  background: var(--ink-2);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 30px 60px rgba(0,0,0,.35);
  margin-bottom: 1rem;
}
.page-city .city-hero h1 { color: #fff; max-width: 20ch; }
.page-city .city-hero .sub { color: var(--muted-dark); font-size: 1.14rem; max-width: 62ch; }
.page-city .city-hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.5rem; }
.page-city .city-quickfacts {
  list-style: none; margin: 1.8rem 0 0; padding: 1.2rem 0 0; border-top: 1px solid var(--line-dark);
  display: flex; flex-wrap: wrap; gap: .6rem 2rem; font-size: .95rem; color: #d8d2c4;
}
.page-city .city-quickfacts svg { width: 1em; height: 1em; color: var(--gold); margin-right: .4rem; }
.page-city .local-note {
  background: var(--gold-pale); border: 1px solid var(--gold);
  padding: 1.2rem 1.4rem; border-radius: 4px; margin: 1.8rem 0;
}
.page-city .local-note p { margin: 0; font-size: .98rem; }
.city-svc-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .9rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.city-svc-list a {
  display: block; padding: 1.05rem 1.2rem; text-decoration: none;
  background: var(--stone); color: var(--ink); border-radius: 4px;
  font-family: var(--display); font-weight: 600;
  border-bottom: 3px solid var(--gold);
  transition: background .18s var(--ease);
}
.city-svc-list a:hover { background: var(--gold-pale); }
.city-svc-list span { display: block; font-family: var(--sans); font-weight: 400; font-size: .9rem; color: var(--muted); margin-top: .2rem; }

/* --- gallery strip ------------------------------------------------------------ */
.work-strip { display: grid; gap: 1.2rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.work-strip figure { margin: 0; }
.work-strip img { border-radius: 4px; aspect-ratio: 4 / 3; object-fit: cover; }
.work-strip figcaption { font-size: .9rem; color: var(--muted); padding-top: .55rem; }
.section-dark .work-strip figcaption { color: var(--muted-dark); }

/* --- page hero (about/contact/etc simple) ------------------------------------- */
.plain-hero { background: var(--stone); border-bottom: 1px solid var(--line); padding: clamp(2.4rem, 6vw, 4rem) 0; }
.plain-hero p { color: var(--muted); font-size: 1.12rem; }

/* --- motion -------------------------------------------------------------------- */
/* content stays visible without JS; .revealed only adds the entrance */
.revealed .reveal {
  opacity: 0; transform: translateY(18px);
  animation: rise .7s var(--ease) forwards;
}
.revealed .reveal:nth-child(2) { animation-delay: .08s; }
.revealed .reveal:nth-child(3) { animation-delay: .16s; }
.revealed .reveal:nth-child(4) { animation-delay: .24s; }
@keyframes rise { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .revealed .reveal { opacity: 1; transform: none; animation: none !important; }
  .btn, .ledger a, .faq-q .faq-x::before, .faq-q .faq-x::after { transition: none; }
}

/* --- long-form prose (about / legal pages) ----------------------- */
.prose { max-width: 75ch; }
.prose h2 { margin-top: 2.4rem; }
.prose h3 { margin-top: 1.8rem; }
.prose ul { padding-left: 1.2rem; }
.prose li { margin-bottom: .4rem; }
