/* iOS: without this, Safari inflates tiny/hidden text (ex. the font-size:0 wordmark
   trick), which opened a visible gap inside "the First Look" on real iPhones. */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

/* Shared editorial finish for static marketing, trust, and utility pages. */

:root {
  --static-page: #FAFAF8;
  --static-cream: #F8F4EC;
  --static-ink: #2C2C2C;
  --static-body: #504A44;
  --static-muted: #8B8178;
  --static-gold: #8B7355;
  --static-line: #E8E0D6;
}

/* Brand rail geometry matches the landing page (the approved reference) so the
   wordmark sits at the same spot on every railed page. */
body.editorial-static .rail { padding: 36px 20px 28px; }
body.editorial-static .rail-brand { margin-bottom: 54px; }

/* Real spans, never pseudo-elements around hidden text: iOS Dynamic Type gave the
   hidden font-size:0 text width and split the mark apart on real iPhones (owner
   bug 2026-07-21, same fix as the landing). */
body.editorial-static .rail-brand .wm,
body.editorial-static .foot-wm {
  display: block;
  width: max-content;
  max-width: 112px;
  color: var(--static-ink);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  line-height: .9;
  text-decoration: none;
}

body.editorial-static .rail-brand .wm .wm-the,
body.editorial-static .foot-wm .wm-the {
  display: block;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

body.editorial-static .rail-brand .wm .wm-name,
body.editorial-static .foot-wm .wm-name {
  display: block;
  font-size: 27px;
  font-weight: 500;
  white-space: nowrap;
}

body.editorial-static .main { padding-top: 70px; padding-bottom: 90px; }
body.editorial-static .sec { padding-top: 40px; padding-bottom: 40px; border-top: 0; }
body.editorial-static .mhero { padding-top: 70px; padding-bottom: 36px; }

body.editorial-static .main > h1,
body.editorial-static .h1,
body.editorial-static .mhero h1 {
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.035em;
}

body.editorial-static .h2 { font-size: clamp(34px, 3.3vw, 46px); font-weight: 500; }
body.editorial-static .sub,
body.editorial-static .lead,
body.editorial-static .body,
body.editorial-static .lede { font-size: 16.5px; line-height: 1.7; }

body.editorial-static .truststrip,
body.editorial-static .closing-box,
body.editorial-static .paidblock {
  border: 0;
  border-radius: 10px;
  background: var(--static-cream);
}

body.editorial-static .paidblock { padding: 28px 30px 36px; }

body.editorial-static .tier,
body.editorial-static .scard,
body.editorial-static .numcell,
body.editorial-static .city-card,
body.editorial-static .angle,
body.editorial-static .wcard,
body.editorial-static .fo-card,
body.editorial-static .pv-card,
body.editorial-static .prev,
body.editorial-static .csv {
  border: 0;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 10px 28px rgba(85, 65, 40, .055);
}

body.editorial-static .tier.best,
body.editorial-static .scard.star,
body.editorial-static .fo-card.us {
  border: 0;
  background: var(--static-cream);
  box-shadow: 0 14px 34px rgba(139, 115, 85, .1);
}

body.editorial-static .city-card:hover,
body.editorial-static .tier:hover {
  border-color: transparent;
  box-shadow: 0 16px 34px rgba(85, 65, 40, .1);
  transform: translateY(-2px);
}

body.editorial-static .statband,
body.editorial-static .numsrow {
  gap: 28px;
  border: 0;
  background: transparent;
}

body.editorial-static .statband > div,
body.editorial-static .statband > div + div,
body.editorial-static .numsrow > div {
  padding-left: 0;
  padding-right: 0;
  border: 0;
  background: transparent;
}

body.editorial-static .numcell { text-align: center; }

body.editorial-static .stat-num,
body.editorial-static .numcell .n { font-size: 40px; font-weight: 500; }
body.editorial-static .stat-lbl,
body.editorial-static .numcell .l { font-size: 13px; line-height: 1.45; }

body.editorial-static .legal { max-width: 820px; }
body.editorial-static .legal h1 { font-size: 58px; font-weight: 500; }
body.editorial-static .legal h2 { margin-top: 44px; font-size: 31px; font-weight: 500; }
body.editorial-static .legal p,
body.editorial-static .legal li { font-size: 15.5px; }

body.editorial-static .facts,
body.editorial-static .frow,
body.editorial-static .hr,
body.editorial-static .bycity { border-color: transparent; }

body.editorial-static .related,
body.editorial-static .disclaim,
body.editorial-static .access-note {
  border: 0;
  border-radius: 8px;
  background: var(--static-cream);
}

body.editorial-static .disclaim {
  margin-top: 28px;
  padding: 18px 22px;
  line-height: 1.65;
}

/* Methodology: one visual explanation of how evidence becomes the database. */
.method-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) 44px minmax(180px, .9fr);
  align-items: center;
  gap: 14px;
  padding: 4px 60px 28px;
}

.method-source,
.method-result {
  min-height: 144px;
  padding: 22px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 10px 28px rgba(85, 65, 40, .055);
}

.method-result { background: var(--static-cream); }
.method-icon { width: 34px; height: 34px; margin-bottom: 18px; color: var(--static-gold); }
.method-icon svg { width: 100%; height: 100%; stroke: currentColor; }
.method-source strong,
.method-result strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.08;
}
.method-source span,
.method-result span { display: block; margin-top: 7px; color: var(--static-muted); font-size: 12.5px; line-height: 1.5; }
.method-arrow { color: #B89B72; text-align: center; }
.method-arrow svg { width: 36px; }

/* Compare: a compact product proof, not a decorative stock image. */
.compare-product {
  position: relative;
  width: min(820px, 100%);
  height: 310px;
  margin: 42px 0 54px;
  overflow: hidden;
  border-radius: 12px;
  background: #E7E3DA;
  box-shadow: 0 18px 42px rgba(85, 65, 40, .09);
}

.compare-map-art { position: absolute; inset: 0; width: 100%; height: 100%; }
.compare-map-art path { fill: none; stroke: rgba(255,255,255,.78); stroke-width: 2; }
.compare-map-art .water { fill: #DCE5E6; stroke: none; }
.compare-pin {
  position: absolute;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #FAFAF8;
  color: var(--static-ink);
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 600;
  box-shadow: 0 9px 24px rgba(75, 59, 40, .14);
}
.compare-pin.gold { background: #A98352; color: #FAFAF8; }
.compare-pin.p1 { left: 9%; top: 20%; }
.compare-pin.p2 { left: 35%; top: 47%; }
.compare-pin.p3 { right: 18%; top: 16%; }
.compare-price-card {
  position: absolute;
  right: 28px;
  bottom: 22px;
  width: min(390px, calc(100% - 56px));
  padding: 22px 24px;
  border-radius: 10px;
  background: rgba(250, 250, 248, .97);
  box-shadow: 0 16px 34px rgba(72, 55, 36, .16);
}
.compare-price-card .cp-k { color: #A0825C; font-size: 10.5px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.compare-price-card .cp-title { margin-top: 6px; font-family: 'Cormorant Garamond', serif; font-size: 27px; font-weight: 500; }
.compare-price-card .cp-meta { margin-top: 3px; color: var(--static-muted); font-size: 12.5px; }
.compare-price-card .cp-row { display: flex; justify-content: space-between; gap: 16px; margin-top: 16px; font-size: 13px; }
.compare-price-card .cp-row strong { color: #5C7A4A; }

/* Press: the actual national pricing map doubles as a downloadable story visual. */
.press-map-visual {
  position: relative;
  width: min(920px, 100%);
  height: 300px;
  margin: 38px 0 50px;
  overflow: hidden;
  border-radius: 12px;
  background: var(--static-cream);
}
.press-map-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) sepia(.08); }
.press-map-caption {
  position: absolute;
  left: 24px;
  bottom: 22px;
  max-width: 390px;
  padding: 15px 18px;
  border-radius: 6px;
  background: rgba(250, 250, 248, .95);
}
.press-map-caption strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 500; }
.press-map-caption span { display: block; margin-top: 3px; color: var(--static-muted); font-size: 12.5px; }

@media (max-width: 768px) {
  /* Odd stat cell in a wrapped 50/50 row hangs bottom-left otherwise (owner
     mobile screenshots 2026-07-21: compare + press statbands). */
  body.editorial-static .statband { justify-content: center; }
  body.editorial-static .statband > div { text-align: center; }

  body.editorial-static .rail-brand .wm { max-width: none; }
  body.editorial-static .rail-brand .wm .wm-the {
    display: inline;
    margin-right: 5px;
    font-size: 19px;
  }
  body.editorial-static .rail-brand .wm .wm-name { display: inline; font-size: 23px; }
  body.editorial-static .main,
  body.editorial-static .sec,
  body.editorial-static .mhero { padding-top: 36px; padding-bottom: 44px; }
  body.editorial-static .main > h1,
  body.editorial-static .h1,
  body.editorial-static .mhero h1 { font-size: 42px; }
  .method-flow { grid-template-columns: 1fr; padding: 0 20px 44px; }
  .method-source,
  .method-result { min-height: 0; }
  .method-arrow { transform: rotate(90deg); }
  .compare-product { height: 360px; }
  .compare-price-card { right: 18px; bottom: 18px; width: calc(100% - 36px); }
  .press-map-visual { height: 250px; }
}
