:root {
  --accent: #1a4480;
  --accent-dark: #16396c;
  --accent-deep: #112d54;
  --accent-soft: #e4e9f0;
  --accent-line: #c3cede;
  --secondary: #143564;
  --paper: #f0efeb;
  --paper-2: #e4e5e5;
  --ink: #181c1d;
  --ink-soft: #4a4a46;
  --ink-mute: #787871;
  --line: #cdd3da;
  --on-accent: #ffffff;
  --maxw: 1180px;
  --maxw-narrow: 880px;
  --maxw-prose: 720px;
  --r: 16px;
  --serif: 'Fraunces', 'Source Serif Pro', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-deep); text-underline-offset: 3px; }
a:hover { color: var(--ink); }

/* Display serif — editorial headlines */
.display-h {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.06;
  color: var(--ink);
}
.display-h em, h1 em, h2 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  color: var(--accent-deep);
}
h1, h2, h3, h4, .display-h { overflow-wrap: break-word; }
h1, h2, h3, h4 { font-family: var(--sans); font-weight: 800; letter-spacing: -0.025em; line-height: 1.12; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-bottom: .5em; }
h3 { font-size: 1.3rem; margin-bottom: .4em; }
h4 { font-size: 1.08rem; margin-bottom: .35em; }
p { margin-bottom: 1em; color: var(--ink-soft); }
p:last-child { margin-bottom: 0; }
strong { color: var(--ink); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  display: inline-block;
  font-size: .72rem; text-transform: uppercase; letter-spacing: .17em;
  font-weight: 800; color: var(--accent-deep);
  background: var(--accent-soft); border: 1px solid var(--accent-line);
  padding: 7px 14px; border-radius: 999px; margin-bottom: 18px;
}

/* Content lists */
.content-list { margin: .2em 0 1.1em; padding-left: 1.25em; }
.content-list li { margin-bottom: .5em; }
.content-list li::marker { color: var(--accent); }
.content-list li:last-child { margin-bottom: 0; }
.content-photo { border-radius: var(--r); width: 100%; margin: 26px 0; box-shadow: 0 20px 44px -26px rgba(0,0,0,.4); }

/* Content tables (pricing grids — any vertical) */
.table-wrap { overflow-x: auto; margin: 0 0 1.4em; border-radius: 14px; box-shadow: 0 16px 40px -28px rgba(0,0,0,.35); }
.content-table {
  border-collapse: collapse; width: 100%; font-size: 1rem;
  background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
}
.content-table th, .content-table td {
  text-align: left; padding: 15px 22px; border-bottom: 1px solid var(--line); vertical-align: top;
}
.content-table thead th {
  background: var(--accent); color: var(--on-accent);
  font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 800;
  border-bottom: none;
}
.content-table tbody tr:last-child td { border-bottom: none; }
.content-table tbody tr:nth-child(even) td { background: var(--paper); }
.content-table td:last-child { font-weight: 800; color: var(--ink); white-space: nowrap; }

/* Buttons */
.btn {
  display: inline-block; padding: 14px 26px; border-radius: 999px;
  font-weight: 700; font-size: 1rem; text-decoration: none; line-height: 1;
  border: 2px solid transparent; white-space: nowrap; cursor: pointer;
  transition: background .15s, color .15s, border-color .15s, transform .08s;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: var(--on-accent); border-color: var(--accent); box-shadow: 0 10px 24px -12px var(--accent); }
.btn-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); color: var(--on-accent); }
.btn-ghost { background: rgba(255,255,255,.9); color: var(--ink); border-color: rgba(0,0,0,.14); }
.btn-ghost:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-inverse { background: #fff; color: var(--accent-deep); border-color: #fff; }
.btn-inverse:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-lg { padding: 17px 34px; font-size: 1.06rem; }

/* ============ HEADER (consistent solid sticky — same at the top and on scroll) ============ */
/* Owner note 2026-07-21: the header must NOT change on scroll; it looks the
   same from the very top. One solid sticky bar on every page, hero photo
   below it. */
header.site {
  position: sticky; top: 0; left: 0; right: 0; z-index: 60; padding: 12px 0;
  background: var(--paper); border-bottom: 1px solid var(--line);
}
header.site .bar {
  max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
header.site .brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
header.site .brand img { height: 44px; width: auto; }
header.site .brand .wordmark { font-family: var(--serif); font-weight: 600; font-size: 1.35rem; color: var(--ink); letter-spacing: -.01em; }
header.site nav { display: flex; gap: 28px; align-items: center; }
header.site nav a {
  text-decoration: none; color: var(--ink); font-weight: 600; font-size: .95rem;
  padding: 4px 0; border-bottom: 2px solid transparent;
}
header.site nav a:hover { color: var(--accent-deep); border-bottom-color: var(--accent); }
header.site .actions { display: flex; gap: 10px; align-items: center; }

/* Hamburger */
.menu-toggle {
  display: none; background: var(--accent-soft); border: none; cursor: pointer;
  width: 46px; height: 46px; border-radius: 999px; position: relative;
}
.menu-toggle .bar { position: absolute; left: 13px; right: 13px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .15s, top .2s; }
.menu-toggle .bar:nth-child(1) { top: 16px; }
.menu-toggle .bar:nth-child(2) { top: 22px; }
.menu-toggle .bar:nth-child(3) { top: 28px; }
.menu-toggle[aria-expanded="true"] .bar:nth-child(1) { top: 22px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .bar:nth-child(3) { top: 22px; transform: rotate(-45deg); }

/* ============ CITY-ANCHORED / PHOTO-OVERLAY HERO ============ */
.chero {
  position: relative; min-height: clamp(560px, 90vh, 800px);
  background: var(--ink); overflow: hidden; display: flex; align-items: flex-end;
}
.chero__photo { position: absolute; inset: 0; z-index: 0; }
.chero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.chero__photo::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.42) 0%, transparent 26%, transparent 46%, rgba(0,0,0,.35) 72%, rgba(0,0,0,.82) 100%),
    linear-gradient(90deg, color-mix(in srgb, var(--accent) 55%, transparent) 0%, transparent 62%);
  mix-blend-mode: multiply;
}
.chero__fallback { position: absolute; inset: 0; background: linear-gradient(135deg, var(--accent), var(--secondary)); }
.chero__inner { position: relative; z-index: 2; max-width: var(--maxw); margin: 0 auto; width: 100%; padding: 0 24px 68px; color: #fff; }
.chero__eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  text-transform: uppercase; font-size: .72rem; letter-spacing: .18em; font-weight: 800; color: #fff;
  background: color-mix(in srgb, var(--accent) 90%, transparent); padding: 8px 16px; border-radius: 999px; margin-bottom: 22px;
  backdrop-filter: blur(6px);
}
.chero__eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.chero h1 {
  font-size: clamp(2.7rem, 6.6vw, 5.1rem); line-height: 1.0; margin: 0 0 24px;
  letter-spacing: -0.035em; font-weight: 800; color: #fff; max-width: 16ch;
  text-shadow: 0 4px 26px rgba(0,0,0,.42);
}
.chero h1 em { color: color-mix(in srgb, #fff 84%, var(--accent)); }
.chero__sub { font-size: clamp(1.05rem, 1.6vw, 1.32rem); color: rgba(255,255,255,.94); margin: 0 0 32px; max-width: 44ch; line-height: 1.5; text-shadow: 0 2px 12px rgba(0,0,0,.4); }
.chero__ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.scroll-cue { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 3; color: rgba(255,255,255,.72); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; }

/* ============ PRODUCT / SPLIT HERO (kept for product_hero pattern) ============ */
.hero { padding: 132px 0 72px; background: var(--paper); }
.hero .grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 52px; align-items: center; }
.hero .grid img { border-radius: var(--r); width: 100%; box-shadow: 0 30px 60px -30px rgba(0,0,0,.4); }
.hero h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); margin-bottom: .3em; }
.hero .sub { color: var(--ink-soft); font-size: 1.15rem; margin-bottom: 20px; max-width: 46ch; }
.hero .cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

/* ============ EDITORIAL INTRO ============ */
.intro-sec { padding: 84px 24px 28px; }
.intro-sec.section-head { padding: 48px 24px 4px; }
.intro-sec__inner { max-width: var(--maxw-narrow); margin: 0 auto; }
.intro-sec .display-h { font-size: clamp(2rem, 4.4vw, 3.4rem); margin: 0 0 26px; }
.intro-sec p { font-size: 1.2rem; line-height: 1.6; color: var(--ink-soft); max-width: 64ch; margin: 0 0 18px; }
.intro-sec p strong { color: var(--ink); }

/* ============ TRUST STRIP (bold-lead bullets) ============ */
.trust-strip { padding: 20px 24px 44px; }
.trust-strip__inner { max-width: var(--maxw); margin: 0 auto; }
.trust-strip__lead { font-family: var(--serif); font-style: italic; font-size: 1.25rem; color: var(--ink); margin: 0 0 28px; }
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.trust-item { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--accent); border-radius: 14px; padding: 26px 26px; box-shadow: 0 16px 34px -26px rgba(0,0,0,.3); }
.trust-item .k { display: block; font-weight: 800; color: var(--ink); margin-bottom: 8px; font-size: 1.05rem; }
.trust-item p { margin: 0; font-size: .98rem; color: var(--ink-soft); }

/* ============ FEATURE STRIPES + MEDIA ROWS ============ */
.stripe { padding: 30px 24px; }
.stripe__inner, .media__inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.stripe--reverse .stripe__inner > :first-child, .media--reverse .media__inner > :first-child { order: 2; }
.stripe__media, .media__media { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4/5; max-height: 560px; box-shadow: 0 30px 60px -28px color-mix(in srgb, var(--accent) 50%, rgba(0,0,0,.5)); }
.stripe__media img, .media__media img { width: 100%; height: 100%; object-fit: cover; }
.stripe__media .tag { position: absolute; top: 18px; left: 18px; background: var(--accent); color: var(--on-accent); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 8px 14px; border-radius: 999px; }
.stripe__num { display: inline-block; font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 2rem; color: var(--accent); margin-bottom: 10px; }
.stripe h2, .media h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.02em; line-height: 1.08; font-size: clamp(1.7rem, 3.2vw, 2.6rem); margin: 0 0 18px; }
.stripe p, .media p { font-size: 1.06rem; color: var(--ink-soft); margin: 0 0 14px; max-width: 52ch; }
.stripe .content-list, .media .content-list { max-width: 52ch; }
.stripe-link { display: inline-block; margin-top: 8px; font-weight: 700; color: var(--accent-deep); text-decoration: none; padding-bottom: 3px; border-bottom: 2px solid var(--accent); }
.stripe-link:hover { color: var(--ink); border-bottom-color: var(--ink); }
.media { padding: 44px 24px; }

/* ============ PROSE (interior body + fallback) ============ */
.section { padding: 84px 24px; }
.section .wrap { padding: 0 24px; }
.prose { max-width: var(--maxw-prose); margin: 0 auto; }
.prose h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(1.6rem, 3vw, 2.3rem); margin: 40px 0 16px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.25rem; margin: 30px 0 10px; }
.prose h4 { font-size: 1.08rem; margin: 24px 0 8px; color: var(--ink); }
.prose p { font-size: 1.08rem; line-height: 1.66; color: var(--ink-soft); margin: 0 0 18px; }
.prose p strong { color: var(--ink); }
.prose em { color: var(--ink-mute); }
.prose a { color: var(--accent-deep); }
.prose img.content-photo { margin: 30px 0 6px; }

/* ============ INTERIOR PAGE HEAD ============ */
.page-head { padding: 140px 24px 48px; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.page-head__inner { max-width: var(--maxw-narrow); margin: 0 auto; }
.page-head h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.05; margin: 0 0 18px; letter-spacing: -.03em; }
.page-head h1 em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--accent-deep); }
.page-head .sub { font-size: 1.2rem; line-height: 1.5; color: var(--ink-soft); max-width: 54ch; }

/* ============ CTA BAND ============ */
.cta-band { background: var(--accent); color: var(--on-accent); padding: 76px 24px; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; top: -50%; right: -10%; width: 60%; height: 200%; background: radial-gradient(circle, color-mix(in srgb, #fff 14%, transparent), transparent 60%); }
.cta-band__inner { position: relative; max-width: 760px; margin: 0 auto; }
.cta-band h2 { font-family: var(--serif); font-weight: 500; color: var(--on-accent); font-size: clamp(2rem, 4.6vw, 3.2rem); line-height: 1.06; margin: 0 0 16px; }
.cta-band p { color: color-mix(in srgb, var(--on-accent) 92%, transparent); font-size: 1.2rem; max-width: 580px; margin: 0 auto 28px; }
.cta-band p strong { color: var(--on-accent); }
.cta-band a { color: var(--on-accent); text-decoration: underline; text-underline-offset: 3px; }
.cta-band .ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-band .ctas a { text-decoration: none; }

/* ============ FOOTER ============ */
footer.site { background: var(--ink); color: rgba(255,255,255,.72); padding: 58px 24px 30px; }
footer.site .foot { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
footer.site .brand-line { font-family: var(--serif); font-weight: 600; font-size: 1.4rem; color: #fff; margin-bottom: 12px; }
footer.site h4 { font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; color: var(--accent-soft); margin: 0 0 14px; font-weight: 800; }
footer.site p { color: rgba(255,255,255,.72); margin: 0 0 8px; font-size: .95rem; }
footer.site a { color: #fff; text-decoration: none; }
footer.site a:hover { color: var(--accent-soft); }
footer.site nav.foot-links { display: flex; flex-direction: column; gap: 8px; }
footer.site .legal { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.14); padding-top: 22px; margin-top: 26px; font-size: .84rem; color: rgba(255,255,255,.5); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* ============ STICKY MOBILE CTA ============ */
.mobile-cta-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 70; background: #fff; border-top: 1px solid var(--line); padding: 10px 14px; gap: 10px; box-shadow: 0 -4px 16px rgba(0,0,0,.12); }
.mobile-cta-bar .btn { flex: 1; padding: 14px 12px; font-size: 1rem; text-align: center; }

/* ============ RESPONSIVE ============ */
@media (max-width: 920px) {
  .menu-toggle { display: block; }
  header.site nav {
    display: none; flex-direction: column; gap: 0; align-items: stretch;
    position: absolute; top: calc(100% + 6px); left: 24px; right: 24px;
    background: var(--paper); border: 1px solid var(--line); padding: 6px 0; border-radius: 14px;
    box-shadow: 0 16px 40px rgba(0,0,0,.18);
  }
  header.site nav.is-open { display: flex; }
  header.site nav a { color: var(--ink); text-shadow: none; padding: 13px 22px; border-bottom: 1px solid var(--line); }
  header.site nav a:last-child { border-bottom: none; }
  .stripe__inner, .media__inner { grid-template-columns: 1fr; gap: 28px; }
  .stripe--reverse .stripe__inner > :first-child, .media--reverse .media__inner > :first-child { order: 0; }
  .stripe__media, .media__media { aspect-ratio: 5/4; }
  footer.site .foot { grid-template-columns: 1fr; gap: 30px; }
  .mobile-cta-bar { display: flex; }
  body { padding-bottom: 76px; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  header.site .brand img { height: 40px; }
  header.site .brand .wordmark { font-size: 1.15rem; }
  header.site .actions { display: none; }
  .menu-toggle { width: 52px; height: 52px; }
  .chero { min-height: 76vh; }
  .chero__photo img { object-position: center 24%; }
  .chero__inner { padding-bottom: 40px; }
  .chero__eyebrow, .chero__ctas, .scroll-cue { display: none; }
  .chero h1 { font-size: clamp(2.1rem, 8.5vw, 2.9rem); margin-bottom: 14px; }
  .chero__sub { font-size: 1.02rem; margin-bottom: 0; max-width: none; }
  .hero { padding: 108px 0 56px; }
  .page-head { padding: 108px 20px 40px; }
  .intro-sec p { font-size: 1.08rem; }
}
