/* =========================================================
   ZIPPY CHURCH SOLUTIONS — SHARED SYSTEM
   Source Serif 4 (display) · IBM Plex Sans (body) · Archivo (logo)
   Ink / Persimmon / Marigold / Cream · white-primary
   ↳ bullets · ↗ outbound · ⚡ brand spark
   ========================================================= */

:root {
  --serif: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --sans: 'IBM Plex Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --archivo: 'Archivo', var(--sans);

  --ink: #211611;
  --ink-2: #4a3526;
  --persimmon: #FB4D2E;
  --persimmon-deep: #E13E1F;
  --marigold: #FFB236;
  --marigold-soft: rgba(255, 178, 54, 0.7);
  --marigold-deep: #C77D00;
  --white: #FFFFFF;
  --cream: #FBF3E9;
  --muted: #6F6358;
  --line: rgba(33, 22, 17, 0.10);

  /* aliases → new palette (keep component rules working) */
  --black: var(--ink);
  --navy: var(--ink);
  --navy-2: var(--ink-2);
  --yellow: var(--marigold);
  --yellow-soft: var(--marigold-soft);
  --orange: var(--persimmon);
  --orange-solid: var(--persimmon);
  --off-white: var(--cream);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  font-size: 16px;
  color: var(--black);
  line-height: 1.55;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; }
a { color: var(--orange-solid); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); }
.container--narrow { max-width: 1040px; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--black);
  line-height: 1.1;
  letter-spacing: -0.005em;
  margin: 0;
}
em { font-style: italic; }

/* SERVICES section — stacked, light & hands-on */
.svc-section { padding: 100px 0 132px; background: var(--off-white); position: relative; }
.svc-section__head { max-width: 1240px; margin: 0 auto 44px; padding: 0 clamp(24px, 4vw, 44px); }
.svc-section__head h2 { font-size: clamp(34px, 4.4vw, 54px); }
.svc-section__head .lead { font-family: var(--sans); font-size: 16px; color: var(--muted); max-width: 64ch; margin: 16px 0 0; line-height: 1.55; }
.svc4 { max-width: 1240px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.svc-card { background: #fff; border: 1px solid rgba(0,0,0,0.05); border-radius: 16px; padding: 26px 22px; display: flex; flex-direction: column; transition: transform .15s ease, box-shadow .15s ease; }
.svc-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(33,22,17,0.08); }
.svc-card__ico { width: 46px; height: 46px; border-radius: 12px; background: rgba(33,22,17,0.07); color: var(--ink); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.svc-card__ico svg { width: 24px; height: 24px; }
.svc-card h3 { font-family: var(--sans); font-size: 16px; font-weight: 700; margin-bottom: 8px; letter-spacing: 0; line-height: 1.25; }
.svc-card p { font-family: var(--sans); font-size: 13.5px; color: var(--muted); margin: 0 0 16px; line-height: 1.5; flex: 1; }
.svc-card__link { font-family: var(--sans); font-size: 13px; font-weight: 600; color: var(--orange-solid); }
@media (max-width: 1000px) { .svc4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .svc4 { grid-template-columns: 1fr; } .svc-section { padding: 64px 0; } }

/* SOFTWARE section — stacked, light & product-forward (the old ink
   band read heavy; the rounded fold stays, the charcoal goes) */
.soft-section { padding: 96px 0 100px; background: var(--white); color: var(--ink); border-radius: 44px 44px 0 0; margin-top: -48px; position: relative; box-shadow: 0 -1px 0 rgba(33,22,17,0.07); }
.soft-section__head { text-align: center; max-width: 880px; margin: 0 auto 48px; padding: 0 clamp(24px, 4vw, 44px); }
.soft-section__head .tag { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--persimmon); display: inline-block; margin-bottom: 12px; }
.soft-section__head h2 { color: var(--ink); font-size: clamp(34px, 4.4vw, 54px); margin-bottom: 14px; text-wrap: balance; }
.soft-section__head p { font-family: var(--sans); font-size: 17px; color: var(--muted); margin: 0; }
.soft2 { max-width: 1080px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.soft-card { background: var(--cream); color: var(--black); border: 1px solid rgba(33,22,17,0.08); border-radius: 20px; padding: 34px 32px; display: flex; flex-direction: column; }
.soft-card__top { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; margin-bottom: 16px; }
.soft-card__logo { font-family: var(--serif); font-style: italic; font-size: 34px; color: var(--navy); line-height: 1; }
.soft-card__tag { font-family: var(--sans); font-size: 12.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--persimmon); border-bottom: 3px solid var(--marigold); padding-bottom: 5px; }
.soft-card__flow { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; margin: 0 0 16px; }
.soft-card__flow span { font-family: var(--sans); font-size: 12px; font-weight: 600; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; }
.soft-card__flow i { font-style: normal; color: var(--marigold-deep); font-weight: 700; }
.soft-card__pitch { font-family: var(--sans); font-size: 14.5px; color: var(--black); margin: 0 0 18px; line-height: 1.55; }
.soft-card__bullets { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 9px; flex: 1; }
.soft-card__bullets li { font-family: var(--sans); font-size: 14px; padding-left: 30px; position: relative; line-height: 1.5; color: var(--black); margin-bottom: 5px; }
.soft-card__bullets li::before { content: "\2713"; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; background: rgba(251,77,46,0.12); color: var(--orange-solid); border-radius: 50%; font-size: 11px; font-weight: 700; }
.soft-note { max-width: 1080px; margin: 30px auto 0; padding: 0 clamp(24px, 4vw, 44px); text-align: center; }
.soft-note p { font-family: var(--serif); font-style: italic; font-size: 18px; color: var(--ink-2); margin: 0; }
.chip-ai { display: inline-block; vertical-align: 2px; font-family: var(--sans); font-style: normal; font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--persimmon); background: rgba(251,77,46,0.1); border: 1px solid rgba(251,77,46,0.3); border-radius: 999px; padding: 4px 11px; margin-right: 10px; }
@media (max-width: 760px) { .soft2 { grid-template-columns: 1fr; } .soft-section { padding: 64px 0; } }

/* yellow highlight marker — hand-drawn illustration, not a flat block */
.mark {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 48' preserveAspectRatio='none'%3E%3Cpath d='M6 17 C 84 9 168 13 246 10 C 294 8 320 12 335 11 C 338 22 337 33 333 39 C 256 43 150 37 78 40 C 42 41 15 38 6 37 C 2 30 2 23 6 17 Z' fill='%23F2CB40' fill-opacity='0.92'/%3E%3C/svg%3E") center / 100% 90% no-repeat;
  padding: 0 0.16em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange-solid);
  margin-bottom: 14px;
  font-family: var(--sans);
}
.eyebrow--navy { color: var(--navy); }

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--sans);
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn--primary { background: var(--orange-solid); color: var(--white); }
.btn--primary:hover { background: #E13E1F; box-shadow: 0 6px 18px rgba(251,77,46, 0.25); }
.btn--yellow { background: var(--yellow); color: var(--black); }
.btn--yellow:hover { background: #F0A422; box-shadow: 0 6px 18px rgba(255,178,54, 0.4); }
.btn--ghost { background: transparent; color: var(--black); border: 1.5px solid rgba(33,22,17, 0.18); }
.btn--ghost:hover { background: var(--off-white); border-color: var(--navy); }
.btn--white { background: var(--white); color: var(--navy); }
.btn--white:hover { box-shadow: 0 6px 18px rgba(0,0,0,0.18); }
.btn--lg { font-size: 16px; padding: 16px 32px; }

/* =========================================================
   HEADER
   ========================================================= */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(1.4) blur(8px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 24px;
}
.header__logo { display: flex; align-items: center; }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1; gap: 3px; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand__word { display: flex; align-items: flex-start; font-family: var(--archivo); font-weight: 800; font-size: 26px; line-height: 1; letter-spacing: -0.02em; color: var(--ink); }
.brand__word svg { width: 7.6px; height: 15px; margin-left: 1.5px; margin-top: -3px; display: block; }
.brand__desc { font-family: var(--sans); font-weight: 700; font-size: 6.5px; letter-spacing: 0.125em; color: var(--ink); white-space: nowrap; }
.header__nav { display: flex; align-items: center; gap: 28px; }
.header__nav a { color: var(--black); font-size: 15px; font-weight: 500; }
.header__nav a:hover { color: var(--orange-solid); text-decoration: none; }
.header__nav a.is-active { color: var(--orange-solid); }
.header__cta { font-size: 14px; padding: 12px 20px; }

/* dropdown nav */
.navitem { position: relative; }
.navtrigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 15px;
  border-radius: 999px;
  transition: background 0.16s ease, color 0.16s ease;
  background: none;
  border: none;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: var(--black);
  cursor: default;
}
.navtrigger.is-active { color: var(--orange-solid); }
.navmenu__sep { height: 1px; background: var(--line); margin: 6px 10px; }
.navtrigger::after {
  content: "";
  width: 6px; height: 6px;
  margin-top: -3px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.5;
  transition: transform 0.22s ease, opacity 0.16s ease, margin-top 0.22s ease;
}
.navitem:hover > .navtrigger, .navitem:focus-within > .navtrigger {
  background: var(--off-white);
  color: var(--navy);
}
.navitem:hover > .navtrigger::after, .navitem:focus-within > .navtrigger::after {
  transform: rotate(225deg);
  opacity: 0.9;
  margin-top: 2px;
}
.navmenu {
  position: absolute;
  top: calc(100% + 13px);
  left: 50%;
  transform: translateX(-50%) translateY(8px) scale(0.98);
  transform-origin: top center;
  background: var(--white);
  border: 1px solid rgba(33,22,17,0.08);
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 22px 50px rgba(33,22,17,0.18);
  padding: 8px;
  min-width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
  z-index: 60;
}
/* invisible hover bridge across the gap to the trigger */
.navmenu::before { content: ""; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
/* pointer notch */
.navmenu::after {
  content: "";
  position: absolute;
  top: -6px; left: 50%;
  width: 13px; height: 13px;
  background: var(--white);
  border-left: 1px solid rgba(33,22,17,0.08);
  border-top: 1px solid rgba(33,22,17,0.08);
  transform: translateX(-50%) rotate(45deg);
  border-radius: 3px 0 0 0;
}
.navitem:hover .navmenu, .navitem:focus-within .navmenu, .navmenu:hover {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0) scale(1);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s;
}
.navmenu a {
  display: block;
  padding: 11px 14px 11px 18px;
  border-radius: 11px;
  color: var(--black);
  font-size: 14px;
  position: relative;
  transition: background 0.15s ease, color 0.15s ease;
}
.navmenu a::before {
  content: "";
  position: absolute;
  left: 8px; top: 50%;
  width: 3px; height: 0;
  background: var(--orange-solid);
  border-radius: 3px;
  transform: translateY(-50%);
  transition: height 0.18s ease;
}
.navmenu a:hover { background: var(--off-white); text-decoration: none; color: var(--orange-solid); }
.navmenu a:hover::before { height: 26px; }
.navmenu a strong { font-weight: 600; display: block; transition: color 0.15s ease; }
.navmenu a:hover strong { color: var(--orange-solid); }
.navmenu a span { display: block; font-size: 12px; color: var(--muted); font-weight: 400; margin-top: 2px; }

/* plain nav links share the pill hover for a cohesive bar */
.header__nav > a:not(.header__cta) { padding: 8px 15px; border-radius: 999px; transition: background 0.16s ease, color 0.16s ease; }
.header__nav > a:not(.header__cta):hover { background: var(--off-white); color: var(--navy); }

@media (max-width: 860px) {
  .header__nav a:not(.header__cta), .navitem { display: none; }
  .header__logo .brand__word { font-size: 22px; } .header__logo .brand__word svg { width: 6.6px; height: 13px; }
}

/* =========================================================
   GENERIC SECTION HEADS
   ========================================================= */
.section { padding: 100px 0; }
.section--alt { background: var(--off-white); }
.section--navy { background: var(--off-white); color: var(--ink); }
.section--yellow { background: rgba(255, 178, 54, 0.16); }
.sec-head { text-align: center; max-width: 940px; margin: 0 auto 60px; padding: 0 clamp(24px, 4vw, 44px); }
.sec-head h2 { font-size: clamp(34px, 4.6vw, 56px); margin-bottom: 16px; text-wrap: balance; }
.sec-head p { font-family: var(--sans); font-size: 18px; color: var(--muted); margin: 0; }
.section--navy .sec-head h2 { color: var(--ink); }
.section--navy .sec-head p { color: var(--muted); }

@media (max-width: 800px) { .section { padding: 68px 0; } }

/* =========================================================
   HERO — human-first (B) with E text styling
   ========================================================= */
.hero { background: var(--white); }
.hero__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.32fr 1fr;
  min-height: 600px;
  padding: 0 clamp(24px, 4vw, 44px);
  gap: 8px;
}
.hero__copy { padding: 96px 56px 96px 0; display: flex; flex-direction: column; justify-content: center; }
.hero h1 {
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.12;
  margin-bottom: 24px;
  text-wrap: balance;
  font-size: clamp(38px, 5vw, 72px);
}
.hero h1 .hero-line { display: block; }
.hero__sub { font-family: var(--sans); font-size: 19px; line-height: 1.55; color: var(--black); margin-bottom: 34px; max-width: 50ch; }
.hero__cta-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero__phone { font-family: var(--sans); font-size: 14px; color: var(--muted); }
.hero__phone a { color: var(--muted); font-weight: 500; }
.hero__media { align-self: stretch; margin: 28px 0 28px 0; border-radius: 16px; overflow: hidden; position: relative; background: var(--off-white); }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__badge {
  position: absolute; left: 20px; bottom: 20px;
  background: rgba(255,255,255,0.94); backdrop-filter: blur(4px);
  border-radius: 12px; padding: 12px 16px; max-width: 230px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.14);
}
.hero__badge strong { font-family: var(--sans); font-size: 13px; font-weight: 700; color: var(--navy); display: block; }
.hero__badge span { font-family: var(--sans); font-size: 12px; color: var(--muted); }

@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; min-height: 0; }
  .hero__copy { padding: 64px 0 44px; }
  .hero h1 { max-width: 100%; }
  .hero__media { min-height: 280px; margin: 0 0 8px; }
}

/* =========================================================
   SERVICES + SOFTWARE — two parallel columns (A) + explanation
   ========================================================= */
.ss { padding: 104px 0; background: var(--off-white); }
.ss__grid {
  max-width: 1240px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px);
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px;
  align-items: start;
}
.ss__col { background: var(--white); border: 1px solid rgba(0,0,0,0.05); border-radius: 18px; padding: 36px 34px; height: 100%; }
.ss__col--soft { background: linear-gradient(180deg, #fff, #fdf8f1); }
.ss__kicker { display: flex; align-items: baseline; gap: 12px; margin-bottom: 6px; }
.ss__kicker h2 { font-size: clamp(30px, 3.2vw, 42px); }
.ss__kicker .tag { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange-solid); }
.ss__lead { font-family: var(--sans); font-size: 15.5px; color: var(--muted); margin: 0 0 26px; line-height: 1.55; }

.svc-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.svc-row { display: grid; grid-template-columns: 38px 1fr auto; gap: 14px; align-items: start; padding: 16px 10px; border-radius: 12px; transition: background 0.15s ease; }
.svc-row:hover { background: var(--off-white); }
.svc-row + .svc-row { border-top: 1px solid var(--line); }
.svc-ico { width: 38px; height: 38px; border-radius: 10px; background: rgba(33,22,17,0.07); color: var(--navy); display: flex; align-items: center; justify-content: center; }
.svc-ico svg { width: 20px; height: 20px; }
.svc-row h3 { font-family: var(--sans); font-size: 16px; font-weight: 700; color: var(--black); margin: 1px 0 4px; letter-spacing: 0; }
.svc-row p { font-family: var(--sans); font-size: 13.5px; color: var(--muted); margin: 0; line-height: 1.5; }
.svc-row .chev { color: var(--orange-solid); font-weight: 700; align-self: center; opacity: 0; transform: translateX(-4px); transition: all 0.15s ease; }
.svc-row:hover .chev { opacity: 1; transform: translateX(0); }

/* software product blocks */
.prod { border: 1px solid rgba(0,0,0,0.07); border-radius: 16px; padding: 24px; margin-bottom: 16px; background: #fff; }
.prod:last-child { margin-bottom: 0; }
.prod__top { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.prod__logo { font-family: var(--serif); font-style: italic; font-size: 28px; color: var(--navy); line-height: 1; }
.prod__tag { font-family: var(--sans); font-size: 11px; font-weight: 600; color: var(--muted); background: var(--off-white); padding: 4px 10px; border-radius: 999px; }
.prod__pitch { font-family: var(--sans); font-size: 14px; color: var(--black); margin: 8px 0 14px; line-height: 1.55; }
.prod__bullets { list-style: none; padding: 0; margin: 0 0 16px; display: grid; gap: 7px; }
.prod__bullets li { font-family: var(--sans); font-size: 13.5px; padding-left: 20px; position: relative; color: var(--black); line-height: 1.45; }
.prod__bullets li::before { content: ""; position: absolute; left: 0; top: 0.5em; width: 6px; height: 6px; background: var(--persimmon); border-radius: 1.5px; transform: rotate(45deg); }
.prod__link { font-family: var(--sans); font-size: 14px; font-weight: 600; color: var(--orange-solid); }

.ss__note { max-width: 1240px; margin: 28px auto 0; padding: 0 clamp(24px, 4vw, 44px); }
.ss__note-inner { background: rgba(33,22,17,0.05); border-radius: 14px; padding: 20px 28px; text-align: center; }
.ss__note-inner p { font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--navy); margin: 0; }

@media (max-width: 900px) { .ss__grid { grid-template-columns: 1fr; } .ss { padding: 68px 0; } }

/* =========================================================
   WHY / VALUE CARDS
   ========================================================= */
.cards3 { max-width: 1100px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.vcard { text-align: center; padding: 0 8px; }
.vcard__ico { width: 76px; height: 76px; margin: 0 auto 18px; color: var(--ink); }
.vcard__ico svg { width: 100%; height: 100%; display: block; }
.vcard h3 { font-family: var(--serif); font-size: clamp(22px, 2.2vw, 27px); margin-bottom: 10px; font-weight: 400; }
.vcard p { font-family: var(--sans); font-size: 15px; line-height: 1.55; color: var(--black); margin: 0; opacity: 0.85; }
.section--yellow .vcard p { opacity: 1; color: var(--black); }
@media (max-width: 800px) { .cards3 { grid-template-columns: 1fr; gap: 40px; max-width: 460px; } }

/* =========================================================
   PRODUCT PAGE BITS
   ========================================================= */
.phero { background-color: var(--cream); background-image: radial-gradient(rgba(33,22,17,0.05) 1px, transparent 1.4px); background-size: 22px 22px; color: var(--ink); padding: 0; overflow: hidden; }
.phero__inner { max-width: 1240px; margin: 0 auto; padding: 84px clamp(24px, 4vw, 44px) 0; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.phero__brand { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 22px; }
.phero__brand-name { font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); }
.phero__brand-by { font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: 0.02em; color: var(--muted); padding-left: 11px; border-left: 1px solid var(--line); }
.phero h1 { color: var(--ink); font-size: clamp(38px, 5vw, 64px); margin-bottom: 20px; text-wrap: balance; }
.phero p { font-family: var(--sans); font-size: 18px; color: var(--muted); margin: 0 0 28px; max-width: 46ch; }
.phero__cta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; padding-bottom: 84px; }
.phero__shot { align-self: end; }
.phero__shot img { width: 100%; border-radius: 14px 14px 0 0; box-shadow: 0 -8px 44px rgba(33,22,17,0.16); border: 1px solid var(--line); border-bottom: none; }
.phero__shot .ph-frame { background: var(--white); border: 1px solid var(--line); border-bottom: none; border-radius: 14px 14px 0 0; padding: 12px 12px 0; box-shadow: 0 -8px 44px rgba(33,22,17,0.12); }
.phero__shot .ph-bar { display: flex; gap: 6px; padding: 4px 4px 12px; }
.phero__shot .ph-bar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(33,22,17,0.16); }
.phero__shot .ph-screen { background: #f4f5f7; border-radius: 8px 8px 0 0; height: 300px; display:flex; align-items:center; justify-content:center; color:#aab; font-family:var(--serif); font-style:italic; font-size:18px; }
@media (max-width: 900px) { .phero__inner { grid-template-columns: 1fr; gap: 24px; } .phero__cta { padding-bottom: 32px; } .phero__shot { margin-top: 8px; } }

/* feature category grid */
.fgrid { max-width: 1180px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fcard { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 30px 28px; transition: transform 0.15s ease, box-shadow 0.15s ease; }
.fcard:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.07); }
.fcard__ico { width: 50px; height: 50px; border-radius: 13px; background: rgba(33,22,17,0.08); color: var(--ink); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.fcard__ico svg { width: 25px; height: 25px; }
.fcard h3 { font-family: var(--serif); font-size: 25px; margin-bottom: 14px; font-weight: 400; color: var(--ink); }
.fcard ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.fcard li { font-family: var(--sans); font-size: 14.5px; color: #3c3c3c; padding-left: 22px; position: relative; line-height: 1.5; }
.fcard li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 6px; height: 6px; background: var(--persimmon); border-radius: 1.5px; transform: rotate(45deg); }
@media (max-width: 900px) { .fgrid { grid-template-columns: 1fr; max-width: 480px; } }

/* audience split */
.aud { max-width: 1180px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.aud__card { border-radius: 18px; padding: 34px 32px; background: var(--white); border: 1px solid var(--line); }
.aud__label { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 16px; display: inline-flex; align-items: center; gap: 9px; background: var(--cream); border-radius: 999px; padding: 7px 15px; }
.aud__label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.aud__card--staff .aud__label { color: var(--navy); }
.aud__card--member .aud__label { color: var(--orange-solid); }
.aud__card h3 { font-family: var(--serif); font-size: 28px; margin-bottom: 18px; font-weight: 400; color: var(--black); }
.aud__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.aud__list li { font-family: var(--sans); font-size: 15px; padding-left: 26px; position: relative; line-height: 1.5; color: var(--black); }
.aud__list li::before { content: "✓"; position: absolute; left: 0; font-weight: 700; }
.aud__card--staff .aud__list li::before { color: var(--navy); }
.aud__card--member .aud__list li::before { color: var(--orange-solid); }
@media (max-width: 760px) { .aud { grid-template-columns: 1fr; } }

/* workflow steps (Docket) */
.flow { max-width: 980px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); display: grid; gap: 22px; }
.flow__step { display: grid; grid-template-columns: 64px 1fr; gap: 26px; align-items: start; }
.flow__num { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 28px; color: #fff; position: relative; }
.flow__step:nth-child(1) .flow__num { background: var(--orange-solid); }
.flow__step:nth-child(2) .flow__num { background: var(--navy); }
.flow__step:nth-child(3) .flow__num { background: #C77D00; }
.flow__step:nth-child(4) .flow__num { background: var(--navy-2); }
.flow__step:not(:last-child) .flow__num::after { content: ""; position: absolute; top: 70px; left: 50%; width: 2px; height: calc(100% + 22px); background: var(--line); transform: translateX(-50%); }
.flow__body { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 26px 28px; box-shadow: 0 2px 10px rgba(0,0,0,0.03); }
.flow__body h3 { font-family: var(--serif); font-size: 26px; margin-bottom: 8px; font-weight: 400; }
.flow__body > p { font-family: var(--sans); font-size: 15px; color: var(--muted); margin: 0 0 14px; }
.flow__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.flow__tags span { font-family: var(--sans); font-size: 12.5px; font-weight: 500; color: var(--navy); background: rgba(33,22,17,0.06); padding: 6px 12px; border-radius: 999px; }
@media (max-width: 700px) { .flow__step { grid-template-columns: 48px 1fr; gap: 16px; } .flow__num { width: 48px; height: 48px; font-size: 22px; } .flow__step:not(:last-child) .flow__num::after { top: 54px; } }

/* "tools you no longer need" — replace strip */
.replace { max-width: 1080px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); }
.replace__head { text-align: center; margin-bottom: 38px; }
.replace__head h2 { font-size: clamp(30px, 4vw, 48px); margin-bottom: 12px; text-wrap: balance; }
.replace__head h2 .mark { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 48' preserveAspectRatio='none'%3E%3Cpath d='M6 17 C 84 9 168 13 246 10 C 294 8 320 12 335 11 C 338 22 337 33 333 39 C 256 43 150 37 78 40 C 42 41 15 38 6 37 C 2 30 2 23 6 17 Z' fill='%23F83812' fill-opacity='0.16'/%3E%3C/svg%3E") center / 100% 90% no-repeat; }
.replace__head p { font-family: var(--sans); font-size: 17px; color: var(--muted); margin: 0; }
.replace__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rep { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; display: flex; align-items: flex-start; gap: 14px; }
.rep__x { flex: none; width: 26px; height: 26px; border-radius: 7px; background: rgba(251,77,46,0.1); color: var(--orange-solid); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; margin-top: 2px; }
.rep__old { display: inline-block; font-family: var(--sans); font-size: 12px; font-weight: 600; color: #9C543C; background: rgba(251,77,46,0.07); padding: 3px 9px; border-radius: 6px; margin-bottom: 9px; }
.rep__new { font-family: var(--sans); font-size: 14.5px; font-weight: 600; color: var(--black); line-height: 1.45; }
@media (max-width: 860px) { .replace__grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } }

/* =========================================================
   SERVICE DETAIL PAGE
   ========================================================= */
.shero { background: var(--white); padding: 72px 0 0; }
.shero__inner { display: grid; grid-template-columns: 1.25fr 1fr; gap: 48px; align-items: center; }
.shero h1 { font-size: clamp(40px, 5vw, 64px); margin: 8px 0 20px; text-wrap: balance; }
.shero p { font-family: var(--sans); font-size: 18px; color: var(--black); margin: 0 0 28px; max-width: 46ch; }
.shero__media { border-radius: 18px; overflow: hidden; aspect-ratio: 4/3.4; background: var(--off-white); }
.shero__media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 860px) { .shero__inner { grid-template-columns: 1fr; gap: 24px; } }

.included { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 40px; max-width: 980px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); }
.inc { display: grid; grid-template-columns: 28px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.inc__ico { display: inline-flex; align-items: center; height: 24px; font-size: 0; }
.inc__ico::before { content: ""; width: 8px; height: 8px; background: var(--persimmon); border-radius: 2px; transform: rotate(45deg); }
.inc h3 { font-family: var(--sans); font-size: 16px; font-weight: 700; margin-bottom: 3px; }
.inc p { font-family: var(--sans); font-size: 14px; color: var(--muted); margin: 0; line-height: 1.5; }
@media (max-width: 700px) { .included { grid-template-columns: 1fr; } }

.who { max-width: 980px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.who__list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; }
.who__list li { font-family: var(--sans); font-size: 15.5px; padding-left: 26px; position: relative; }
.who__list li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 6px; height: 6px; background: var(--persimmon); border-radius: 1.5px; transform: rotate(45deg); }
@media (max-width: 760px) { .who { grid-template-columns: 1fr; gap: 20px; } }

/* =========================================================
   ABOUT
   ========================================================= */
.amission { max-width: 980px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); text-align: center; }
.amission h1 { font-size: clamp(40px, 6vw, 78px); line-height: 1.05; margin-bottom: 26px; text-wrap: balance; }
.amission p { font-family: var(--sans); font-size: 19px; color: var(--muted); max-width: 60ch; margin: 0 auto; }
.diff { max-width: 1100px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.diffcard { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 32px 28px; }
.diffcard__ico { width: 56px; height: 56px; color: var(--ink); margin-bottom: 18px; }
.diffcard__ico svg { width: 100%; height: 100%; }
.diffcard h3 { font-family: var(--serif); font-size: 26px; margin-bottom: 10px; font-weight: 400; }
.diffcard p { font-family: var(--sans); font-size: 15px; color: var(--muted); margin: 0; line-height: 1.55; }
@media (max-width: 880px) { .diff { grid-template-columns: 1fr; max-width: 460px; } }

.founder-strip { max-width: 980px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); display: grid; grid-template-columns: 240px 1fr; gap: 48px; align-items: center; }
.founder-strip img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 22%; border-radius: 16px; background: var(--off-white); }
.founder-strip h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 18px; text-wrap: balance; }
.founder-strip p { font-family: var(--sans); font-size: 16px; line-height: 1.6; color: var(--black); margin: 0 0 14px; }
.founder-strip .sig { font-family: var(--sans); font-size: 14px; }
.founder-strip .sig strong { display: block; font-size: 15px; }
.founder-strip .sig span { color: var(--muted); }
@media (max-width: 760px) { .founder-strip { grid-template-columns: 1fr; gap: 24px; } .founder-strip img { max-width: 220px; } }

/* what we're building — product exhibit on ink */
.buildband { max-width: 1140px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); display: grid; grid-template-columns: 1fr 1fr; gap: 38px; }
.buildcard__frame { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 12px 12px 0; box-shadow: 0 18px 44px rgba(33,22,17,0.14); overflow: hidden; }
.buildcard__bar { display: flex; gap: 7px; padding: 3px 4px 12px; }
.buildcard__bar span { width: 11px; height: 11px; border-radius: 50%; background: rgba(33,22,17,0.14); }
.buildcard__shot { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: left top; border-radius: 7px 7px 0 0; }
.buildcard__meta { padding: 24px 6px 0; }
.buildcard__meta h3 { font-family: var(--serif); font-size: 25px; font-weight: 500; color: var(--ink); margin: 0 0 7px; }
.buildcard__meta p { font-family: var(--sans); font-size: 15px; color: var(--muted); margin: 0 0 13px; line-height: 1.5; max-width: 42ch; }
.buildcard__link { font-family: var(--sans); font-size: 14px; font-weight: 600; color: var(--persimmon); }
.buildcard__link:hover { color: var(--persimmon-deep); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 860px) { .buildband { grid-template-columns: 1fr; max-width: 540px; gap: 44px; } }

/* name story — editorial brand moment */
.namestory { max-width: 820px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); text-align: center; }
.namestory__bolt { width: 30px; height: auto; margin: 0 auto 24px; display: block; }
.namestory .eyebrow { display: block; }
.namestory h2 { font-size: clamp(32px, 4.6vw, 50px); margin-bottom: 26px; text-wrap: balance; }
.namestory p { font-family: var(--serif); font-size: clamp(18px, 1.9vw, 21px); line-height: 1.62; color: var(--ink-2); margin: 0 auto 18px; max-width: 58ch; }
.namestory p:last-child { margin-bottom: 0; }

/* FAQ — CSS-only accordion */
.faq { max-width: 840px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); }
.faq__item { border-top: 1px solid var(--line); }
.faq__item:last-child { border-bottom: 1px solid var(--line); }
.faq__item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 4px; font-family: var(--serif); font-weight: 500; font-size: clamp(20px, 2.3vw, 25px); color: var(--ink); line-height: 1.25; transition: color 0.15s ease; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--persimmon); }
.faq__icon { flex: none; width: 26px; height: 26px; position: relative; }
.faq__icon::before, .faq__icon::after { content: ""; position: absolute; background: var(--persimmon); border-radius: 2px; transition: transform 0.24s ease, opacity 0.2s ease; }
.faq__icon::before { top: 11.75px; left: 4px; right: 4px; height: 2.5px; }
.faq__icon::after { left: 11.75px; top: 4px; bottom: 4px; width: 2.5px; }
.faq__item[open] .faq__icon::after { transform: scaleY(0); opacity: 0; }
.faq__a { padding: 0 4px 28px; max-width: 64ch; }
.faq__a p { font-family: var(--sans); font-size: 16px; line-height: 1.62; color: var(--muted); margin: 0; }

/* =========================================================
   CONTACT / SCHEDULER
   ========================================================= */
.sched { max-width: 1080px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); }
.sched__head { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.sched__head h1 { font-size: clamp(40px, 5.4vw, 68px); margin-bottom: 18px; }
.sched__head p { font-family: var(--sans); font-size: 18px; color: var(--muted); margin: 0; }
.sched__card { background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 20px 60px rgba(33,22,17,0.08); overflow: hidden; display: grid; grid-template-columns: 1fr 1.2fr; }
.sched__left { background: var(--off-white); padding: 38px 36px; border-right: 1px solid var(--line); }
.sched__left h3 { font-family: var(--serif); font-size: 26px; margin-bottom: 6px; font-weight: 400; }
.sched__left .dur { font-family: var(--sans); font-size: 14px; color: var(--muted); margin-bottom: 22px; }
.sched__meta { display: grid; gap: 14px; margin-top: 22px; }
.sched__meta div { display: grid; grid-template-columns: 24px 1fr; gap: 12px; font-family: var(--sans); font-size: 14px; color: var(--black); align-items: start; }
.sched__meta .mi { color: var(--orange-solid); }
.sched__right { padding: 34px 36px; }
.sched__monthrow { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.sched__monthrow strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.sched__monthrow .nav { display: flex; gap: 8px; }
.sched__monthrow .nav span { width: 30px; height: 30px; border-radius: 8px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--muted); cursor: pointer; }
.cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.cal__dow { font-family: var(--sans); font-size: 11px; font-weight: 700; color: var(--muted); text-align: center; padding: 4px 0; letter-spacing: 0.04em; }
.cal__day { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; border-radius: 9px; font-family: var(--sans); font-size: 14px; color: var(--black); cursor: pointer; border: 1px solid transparent; }
.cal__day.is-empty { visibility: hidden; }
.cal__day.is-avail { background: rgba(251,77,46,0.06); color: var(--orange-solid); font-weight: 600; }
.cal__day.is-avail:hover { background: rgba(251,77,46,0.14); }
.cal__day.is-selected { background: var(--orange-solid); color: #fff; }
.cal__day.is-off { color: #c8c8c8; }
.slots { margin-top: 22px; }
.slots__lbl { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: 0.04em; color: var(--muted); margin-bottom: 12px; }
.slots__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.slot { padding: 12px 8px; border: 1.4px solid var(--line); border-radius: 10px; text-align: center; font-family: var(--sans); font-size: 14px; font-weight: 600; color: var(--navy); cursor: pointer; transition: all 0.12s ease; }
.slot:hover { border-color: var(--orange-solid); color: var(--orange-solid); }
.slot.is-selected { background: var(--orange-solid); border-color: var(--orange-solid); color: #fff; }
.sched__foot { text-align: center; margin-top: 26px; font-family: var(--sans); font-size: 14px; color: var(--muted); }
.sched__foot a { font-weight: 700; }
@media (max-width: 820px) { .sched__card { grid-template-columns: 1fr; } .sched__left { border-right: none; border-bottom: 1px solid var(--line); } }

/* =========================================================
   FINAL CTA
   ========================================================= */
.cta-final { padding: 80px 0 96px; background: var(--white); }
.cta-final__banner {
  background-color: var(--marigold);
  background-image:
    radial-gradient(ellipse 65% 70% at 94% 50%, rgba(255,255,255,0.34) 0%, transparent 62%),
    radial-gradient(ellipse 45% 55% at 6% 85%, rgba(248,56,18,0.14) 0%, transparent 58%),
    radial-gradient(rgba(33,22,17,0.05) 1px, transparent 1.4px);
  background-size: 100% 100%, 100% 100%, 22px 22px;
  border-radius: 22px;
  padding: clamp(56px, 8vw, 96px) clamp(28px, 5vw, 64px);
  text-align: center;
  color: var(--ink);
  position: relative;
  overflow: hidden;
}
.cta-final h2 { color: var(--ink); font-size: clamp(32px, 5vw, 54px); margin-bottom: 18px; max-width: 840px; margin-left: auto; margin-right: auto; text-wrap: balance; }
.cta-final__sub { font-family: var(--sans); font-size: 18px; max-width: 54ch; margin: 0 auto 30px; opacity: 0.9; line-height: 1.5; position: relative; }
.cta-final__phone { margin-top: 18px; font-family: var(--sans); font-size: 14px; opacity: 0.85; position: relative; }
.cta-final__phone a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
/* the banner's own button flips to ink so it stands off the marigold */
.cta-final__banner .btn--yellow { background: var(--ink); color: var(--white); }
.cta-final__banner .btn--yellow:hover { background: #3a281c; box-shadow: 0 6px 18px rgba(33,22,17,0.3); }
@media (max-width: 600px) { .cta-final { padding: 56px 0 72px; } }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: var(--white); border-top: 1px solid rgba(0, 0, 0, 0.08); padding: 56px 0 40px; }
.footer__inner { max-width: 1240px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer__brand .brand { margin-bottom: 18px; }
.footer__tagline { font-family: var(--sans); font-size: 14px; color: var(--muted); line-height: 1.5; max-width: 30ch; }
.footer__col h4 { font-family: var(--sans); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--navy); margin-bottom: 16px; }
.footer__col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer__col a { color: var(--black); font-size: 14px; font-weight: 500; }
.footer__col a:hover { color: var(--orange-solid); text-decoration: none; }
.footer__legal { max-width: 1240px; margin: 32px auto 0; padding: 24px clamp(24px, 4vw, 44px) 0; border-top: 1px solid rgba(0, 0, 0, 0.06); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-family: var(--sans); font-size: 13px; color: var(--muted); }
.footer__sig { font-family: var(--sans); font-style: normal; font-weight: 500; font-size: 14px; color: var(--navy); }
.footer__sig em { font-style: normal; }
@keyframes bolt-zap { 0%,100% { transform: rotate(0) scale(1); } 22% { transform: rotate(-14deg) scale(1.22); } 45% { transform: rotate(9deg) scale(1.14); } 68% { transform: rotate(-6deg) scale(1.18); } 86% { transform: rotate(3deg) scale(1.08); } }
.footer__sig:hover .bolt { animation: bolt-zap 0.55s ease; }
.footer__sig .bolt { color: var(--yellow); font-weight: 700; font-style: normal; margin-left: 4px; display: inline-block; transform-origin: center; }
@media (max-width: 800px) { .footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; } .footer__brand { grid-column: 1 / -1; } }

/* accessibility */
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; } }
:focus-visible { outline: 2px solid var(--orange-solid); outline-offset: 3px; border-radius: 4px; }

/* desktop-only line break in hero headline */
.hero-br { display: none; }
@media (min-width: 800px) { .hero-br { display: inline; } }

/* =========================================================
   PRICING — tier cards (no dollar figures; pilot pricing)
   ========================================================= */
.price { max-width: 1100px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.pcard { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 32px 30px; display: flex; flex-direction: column; position: relative; }
.pcard--featured { border: 2px solid var(--ink); box-shadow: 0 18px 44px rgba(33,22,17,0.10); }
.pcard__ribbon { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--yellow); color: var(--ink); font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; white-space: nowrap; }
.pcard__tier { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange-solid); margin-bottom: 8px; }
.pcard h3 { font-family: var(--serif); font-size: 27px; font-weight: 400; margin-bottom: 6px; }
.pcard__for { font-family: var(--sans); font-size: 14px; color: var(--muted); margin: 0 0 20px; line-height: 1.5; }
.pcard__list { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 10px; flex: 1; }
.pcard__list li { font-family: var(--sans); font-size: 14px; padding-left: 24px; position: relative; line-height: 1.5; color: var(--black); }
.pcard__list li::before { content: "\2713"; position: absolute; left: 0; top: 1px; width: 17px; height: 17px; display: flex; align-items: center; justify-content: center; background: rgba(251,77,46,0.12); color: var(--orange-solid); border-radius: 50%; font-size: 10px; font-weight: 700; }
.pcard .btn { align-self: stretch; }
.price-note { max-width: 760px; margin: 30px auto 0; padding: 0 clamp(24px, 4vw, 44px); text-align: center; }
.price-note p { font-family: var(--serif); font-style: italic; font-size: 17px; color: var(--ink-2); margin: 0; line-height: 1.6; }
@media (max-width: 860px) { .price { grid-template-columns: 1fr; max-width: 460px; } .pcard--featured { order: -1; } }

/* small italic aside under a light section (counterpart to .soft-note) */
.aside-note { max-width: 820px; margin: 34px auto 0; padding: 0 clamp(24px, 4vw, 44px); text-align: center; }
.aside-note p { font-family: var(--serif); font-style: italic; font-size: 17.5px; color: var(--ink-2); margin: 0; line-height: 1.6; }

/* =========================================================
   DEMO REQUEST FORM (contact page)
   ========================================================= */
.dform { background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 20px 60px rgba(33,22,17,0.08); padding: clamp(28px, 4vw, 44px); }
.dform__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.dform__field { display: flex; flex-direction: column; gap: 7px; }
.dform__field--full { grid-column: 1 / -1; }
.dform label { font-family: var(--sans); font-size: 13px; font-weight: 700; color: var(--ink); }
.dform label .opt { font-weight: 500; color: var(--muted); }
.dform input, .dform select, .dform textarea {
  font-family: var(--sans); font-size: 15px; color: var(--ink);
  background: var(--white); border: 1.4px solid rgba(33,22,17,0.16); border-radius: 11px;
  padding: 12px 14px; width: 100%; transition: border-color 0.14s ease, box-shadow 0.14s ease;
}
.dform textarea { resize: vertical; min-height: 110px; }
.dform input:focus, .dform select:focus, .dform textarea:focus { outline: none; border-color: var(--orange-solid); box-shadow: 0 0 0 3px rgba(251,77,46,0.14); }
.dform__actions { grid-column: 1 / -1; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 4px; }
.dform__hint { font-family: var(--sans); font-size: 13px; color: var(--muted); }
.dform__success { display: none; background: rgba(255,178,54,0.18); border: 1px solid rgba(199,125,0,0.3); border-radius: 12px; padding: 14px 18px; font-family: var(--sans); font-size: 14.5px; color: var(--ink); margin-bottom: 22px; }
.dform__success.is-visible { display: block; }
@media (max-width: 640px) { .dform__grid { grid-template-columns: 1fr; } }

/* add-ons strip under pricing + "Add-on" chip on feature cards */
.addons { max-width: 1100px; margin: 26px auto 0; padding: 0 clamp(24px, 4vw, 44px); }
.addons__head { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; margin-bottom: 14px; }
.addons__label { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--marigold-deep); white-space: nowrap; }
.addons__head p { font-family: var(--sans); font-size: 14px; color: var(--muted); margin: 0; }
.addons__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.addon { background: rgba(255,178,54,0.10); border: 1px dashed rgba(199,125,0,0.45); border-radius: 14px; padding: 18px 20px; display: grid; gap: 6px; }
.addon strong { font-family: var(--sans); font-size: 14.5px; font-weight: 700; color: var(--ink); }
.addon span { font-family: var(--sans); font-size: 13px; color: var(--muted); line-height: 1.5; }
@media (max-width: 860px) { .addons__grid { grid-template-columns: 1fr; } }
.chip-addon { display: inline-block; vertical-align: 3px; font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--marigold-deep); background: rgba(255,178,54,0.16); border: 1px solid rgba(199,125,0,0.35); border-radius: 999px; padding: 3px 9px; margin-left: 8px; }

/* =========================================================
   PRODUCT COMPOSITES — hand-built product "shots"
   Pure HTML/CSS, scaled via container-query units so the
   whole collage behaves like a crisp image at any width.
   ========================================================= */
.pshot { position: relative; width: 100%; container-type: inline-size; font-family: var(--sans); }
.pshot--flock { aspect-ratio: 640 / 540; }
.pshot--docket { aspect-ratio: 640 / 520; }
.phero__shot .pshot { margin: 2cqw 0 4cqw; }

/* frames */
.pshot__browser { position: absolute; background: #fff; border: 1px solid rgba(33,22,17,0.12); border-radius: 2.2cqw; box-shadow: 0 4cqw 9cqw rgba(33,22,17,0.16); overflow: hidden; }
.pshot__bar { display: flex; gap: 1cqw; padding: 1.8cqw 2cqw 1.4cqw; border-bottom: 1px solid rgba(33,22,17,0.07); }
.pshot__bar span { width: 1.5cqw; height: 1.5cqw; border-radius: 50%; background: rgba(33,22,17,0.16); }
.pshot__screen { padding: 2.4cqw 2.6cqw 2.8cqw; background: #FDFAF4; }
.pshot__phone { position: absolute; background: #FDFAF4; border: 0.55cqw solid var(--ink); border-radius: 4cqw; box-shadow: 0 4cqw 9cqw rgba(33,22,17,0.22); overflow: hidden; }
.pshot__notch { width: 34%; height: 1cqw; background: var(--ink); border-radius: 0 0 1cqw 1cqw; margin: 0 auto 1.6cqw; }
.pshot__float { position: absolute; background: #fff; border: 1px solid rgba(33,22,17,0.12); border-radius: 2cqw; box-shadow: 0 3cqw 7cqw rgba(33,22,17,0.2); padding: 1.9cqw 2.2cqw; }
.pshot__stamp { position: absolute; font-family: var(--archivo); font-weight: 800; text-transform: uppercase; color: var(--persimmon); border: 0.5cqw solid var(--persimmon); border-radius: 1.4cqw; padding: 1.3cqw 2.2cqw 1.1cqw; background: rgba(255,255,255,0.9); text-align: center; }
.pshot__stamp::after { content: ""; position: absolute; inset: 0.7cqw; border: 0.16cqw solid var(--persimmon); border-radius: 0.8cqw; opacity: 0.75; }
.pshot__stamp .st1 { display: block; font-size: 2.5cqw; letter-spacing: 0.2em; line-height: 1.1; }
.pshot__stamp .st2 { display: block; font-family: var(--sans); font-weight: 600; font-size: 1.45cqw; letter-spacing: 0.08em; margin-top: 0.5cqw; opacity: 0.85; }

/* inner type & bits (all cqw so they scale like an image) */
.ps-appbar { display: flex; align-items: center; gap: 1.3cqw; margin-bottom: 2.2cqw; }
.ps-logo { width: 1.8cqw; height: 1.8cqw; border-radius: 0.55cqw; background: var(--ink); flex: none; }
.ps-wordmark { font-family: var(--serif); font-style: italic; font-size: 2.4cqw; color: var(--ink); }
.ps-pill { margin-left: auto; font-size: 1.5cqw; font-weight: 600; color: #8A7B6C; background: rgba(33,22,17,0.055); border-radius: 3cqw; padding: 0.55cqw 1.5cqw; white-space: nowrap; }
.ps-pill--ok { color: #1F6B3C; background: #DFEFE4; }
.ps-tabs { display: flex; gap: 0.9cqw; margin-bottom: 2.4cqw; flex-wrap: wrap; }
.ps-tabs span { font-size: 1.55cqw; font-weight: 600; color: #6F6358; border: 1px solid rgba(33,22,17,0.12); border-radius: 3cqw; padding: 0.55cqw 1.6cqw; }
.ps-tabs span.on { background: var(--ink); border-color: var(--ink); color: #fff; }
.ps-h1 { font-family: var(--serif); font-size: 3.1cqw; color: var(--ink); line-height: 1.15; }
.ps-sub { font-size: 1.6cqw; color: #8A7B6C; margin-top: 0.5cqw; }
.ps-cols { display: grid; grid-template-columns: 1.15fr 1fr; gap: 2.2cqw; margin-top: 2.2cqw; }
.ps-panel { background: #fff; border: 1px solid rgba(33,22,17,0.09); border-radius: 1.6cqw; padding: 1.8cqw 2cqw; }
.ps-panel--cream { background: #FBF3E9; border-color: rgba(199,125,0,0.25); }
.ps-lbl { font-size: 1.35cqw; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #A08F7D; margin-bottom: 1.2cqw; }
.ps-lbl--live { color: var(--persimmon); display: flex; align-items: center; gap: 0.8cqw; }
.ps-lbl--live::before { content: ""; width: 0.9cqw; height: 0.9cqw; border-radius: 50%; background: var(--persimmon); }
.ps-li { display: flex; align-items: center; gap: 1.2cqw; padding: 1cqw 0; border-top: 1px solid rgba(33,22,17,0.06); font-size: 1.7cqw; color: #3E2F23; }
.ps-li:first-of-type { border-top: none; }
.ps-li .t { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ps-li .m { font-size: 1.45cqw; color: #A08F7D; white-space: nowrap; }
.ps-key { flex: none; width: 2.5cqw; height: 2.5cqw; border-radius: 0.8cqw; display: flex; align-items: center; justify-content: center; font-size: 1.3cqw; font-weight: 700; }
.ps-key--a { background: #FDE9B0; color: #8A6D00; }
.ps-key--m { background: #FFDCD2; color: #B23A1D; }
.ps-key--c { background: #D7EEDE; color: #1F6B3C; }
.ps-bars { display: flex; align-items: flex-end; gap: 1cqw; height: 7cqw; margin-top: 1.4cqw; }
.ps-bars i { flex: 1; background: rgba(33,22,17,0.14); border-radius: 0.5cqw 0.5cqw 0 0; }
.ps-bars i.hi { background: var(--persimmon); }
.ps-btn { display: block; text-align: center; background: var(--persimmon); color: #fff; font-weight: 700; font-size: 1.8cqw; border-radius: 3cqw; padding: 1.2cqw 0; margin-top: 1.6cqw; }
.ps-t { font-size: 1.7cqw; color: #3E2F23; }
.ps-strong { font-size: 1.8cqw; font-weight: 700; color: var(--ink); }
.ps-mut { font-size: 1.5cqw; color: #A08F7D; }
.ps-check { flex: none; width: 2.4cqw; height: 2.4cqw; border-radius: 50%; background: #DFEFE4; color: #1F6B3C; display: flex; align-items: center; justify-content: center; font-size: 1.3cqw; font-weight: 800; }
.ps-avatar { flex: none; width: 2.6cqw; height: 2.6cqw; border-radius: 50%; background: #E9DECF; color: #6F5B44; display: flex; align-items: center; justify-content: center; font-size: 1.15cqw; font-weight: 700; }
.ps-sig { font-family: var(--serif); font-style: italic; font-size: 1.9cqw; color: var(--ink); }
.ps-tree { margin-top: 1cqw; }
.ps-mo { border: 1px solid rgba(33,22,17,0.1); border-left: 0.45cqw solid var(--ink); border-radius: 1cqw; padding: 1.1cqw 1.4cqw; background: #fff; }
.ps-mo--amend { margin: 1cqw 0 0 2.6cqw; border-left-color: var(--marigold-deep); position: relative; }
.ps-mo--amend::before { content: ""; position: absolute; left: -1.9cqw; top: -1.2cqw; width: 1.4cqw; height: 2.8cqw; border-left: 0.16cqw solid rgba(33,22,17,0.25); border-bottom: 0.16cqw solid rgba(33,22,17,0.25); border-radius: 0 0 0 0.8cqw; }
.ps-mo .mt { font-size: 1.6cqw; font-weight: 600; color: var(--ink); line-height: 1.35; }
.ps-mo .ms { font-size: 1.4cqw; color: #A08F7D; margin-top: 0.35cqw; }
.ps-votes { display: flex; gap: 0.8cqw; margin-top: 1.2cqw; flex-wrap: wrap; }
.ps-votes span { font-size: 1.4cqw; font-weight: 600; color: #6F6358; border: 1px solid rgba(33,22,17,0.12); border-radius: 3cqw; padding: 0.4cqw 1.2cqw; }
.ps-votes span.win { background: #DFEFE4; border-color: #BFDFC9; color: #1F6B3C; }

/* =========================================================
   EDITORIAL LEDGER — numbered feature index on ink
   (breaks the card-grid monotony; used for "Only in Flock")
   ========================================================= */
.ledger { max-width: 1060px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); }
.ledger__row { display: grid; grid-template-columns: 84px 1fr auto; gap: 10px 28px; align-items: baseline; padding: 30px 14px; border-top: 1px solid rgba(33,22,17,0.13); border-radius: 10px; transition: background 0.25s ease; }
.ledger__row:last-child { border-bottom: 1px solid rgba(33,22,17,0.13); }
.ledger__row:hover { background: rgba(251,77,46,0.04); }
.ledger__num { font-family: var(--serif); font-style: italic; font-size: 26px; color: var(--marigold-deep); transition: color 0.25s ease, transform 0.25s ease; display: inline-block; }
.ledger__row:hover .ledger__num { color: var(--persimmon); transform: translateX(4px); }
.ledger__body h3 { font-family: var(--serif); font-size: clamp(22px, 2.4vw, 28px); font-weight: 400; color: var(--ink); }
.ledger__body p { font-family: var(--sans); font-size: 15px; line-height: 1.55; color: var(--muted); margin: 7px 0 0; max-width: 56ch; }
.ledger__tags { display: flex; flex-direction: column; gap: 7px; align-items: flex-end; }
.ledger__tags span { font-family: var(--sans); font-size: 12px; font-weight: 600; color: var(--muted); border: 1px solid rgba(33,22,17,0.22); border-radius: 999px; padding: 4px 12px; white-space: nowrap; background: var(--white); transition: border-color 0.25s ease, color 0.25s ease; }
.ledger__row:hover .ledger__tags span { border-color: var(--marigold-deep); color: var(--marigold-deep); }
.hl-gold { color: var(--persimmon); font-style: italic; }
@media (max-width: 760px) {
  .ledger__row { grid-template-columns: 1fr; gap: 4px; padding: 24px 6px; }
  .ledger__num { font-size: 20px; }
  .ledger__tags { flex-direction: row; flex-wrap: wrap; align-items: flex-start; justify-content: flex-start; margin-top: 10px; }
}

/* =========================================================
   SHELF — boxless columns with ↳ bullets (Docket members)
   ========================================================= */
.shelf { max-width: 1100px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 44px); display: grid; grid-template-columns: repeat(3, 1fr); }
.shelf__item { padding: 6px 30px 10px 28px; border-left: 1px solid var(--line); }
.shelf__item:first-child { border-left: none; padding-left: 6px; }
.shelf__item h3 { font-family: var(--serif); font-size: 25px; font-weight: 400; margin-bottom: 14px; }
.shelf__item ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.shelf__item li { font-family: var(--sans); font-size: 14.5px; color: #3c3c3c; line-height: 1.5; padding-left: 26px; position: relative; }
.shelf__item li::before { content: "\21B3"; position: absolute; left: 2px; top: -1px; color: var(--persimmon); font-weight: 600; }
@media (max-width: 820px) { .shelf { grid-template-columns: 1fr; max-width: 520px; } .shelf__item { border-left: none; border-top: 1px solid var(--line); padding: 22px 6px 26px; } .shelf__item:first-child { border-top: none; padding-left: 6px; } }

/* =========================================================
   POLISH — grain, reveal-on-scroll, micro-interactions
   ========================================================= */
.phero { position: relative; }
.phero::after, .cta-final__banner::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)'/%3E%3C/svg%3E");
}
.cta-final__banner::after { opacity: 0.9; }

/* reveal-on-scroll (JS adds .rv/.rv-in; no-JS pages stay fully visible) */
.js .rv { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); transition-delay: var(--rvd, 0ms); }
.js .rv-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .rv { opacity: 1; transform: none; } }

/* hover micro-interactions */
.fcard { position: relative; overflow: hidden; }
.fcard::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--persimmon); transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease; }
.fcard:hover::after { transform: scaleX(1); }
.fcard__ico, .svc-card__ico, .vcard__ico { transition: transform 0.25s ease; }
.fcard:hover .fcard__ico { transform: rotate(-5deg) scale(1.06); }
.svc-card:hover .svc-card__ico { transform: rotate(-5deg) scale(1.06); }
.vcard:hover .vcard__ico { transform: translateY(-4px); }
.svc-card__link { display: inline-block; transition: transform 0.2s ease, color 0.2s ease; }
.svc-card:hover .svc-card__link { transform: translateX(4px); color: var(--persimmon-deep); }
.rep { transition: transform 0.2s ease, box-shadow 0.2s ease; }
.rep:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(33,22,17,0.08); }
.rep__x { transition: transform 0.3s ease; }
.rep:hover .rep__x { transform: rotate(90deg); }
.pcard { transition: transform 0.2s ease, box-shadow 0.2s ease; }
.pcard:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(33,22,17,0.10); }
.btn:active { transform: translateY(0) scale(0.97); }

/* =========================================================
   SEAM — the origin note that bridges Services and Software.
   Deliberately not a card: a signed margin note on the fold
   between the two halves of the business.
   ========================================================= */
.seam { max-width: 1240px; margin: 76px auto 0; padding: 0 clamp(24px, 4vw, 44px); }
.seam__inner { position: relative; background: var(--white); border: 1px solid rgba(33,22,17,0.09); border-radius: 22px; box-shadow: 0 18px 46px rgba(33,22,17,0.07); padding: clamp(30px, 4vw, 44px) clamp(26px, 4.5vw, 52px); display: grid; grid-template-columns: 108px 1fr; gap: 34px; align-items: center; overflow: hidden; }
.seam__inner::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: linear-gradient(180deg, var(--marigold), var(--persimmon)); }
.seam__lbl { display: inline-flex; align-items: center; gap: 9px; font-family: var(--sans); font-size: 11.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--persimmon); margin-bottom: 14px; }
.seam__lbl svg { width: 9px; height: 18px; flex: none; }
.seam__pic { width: 108px; height: 108px; border-radius: 50%; object-fit: cover; object-position: center 30%; border: 3px solid var(--marigold); box-shadow: 0 6px 18px rgba(33,22,17,0.14); align-self: start; }
.seam__body p { font-family: var(--serif); font-size: clamp(20px, 2.3vw, 28px); line-height: 1.42; color: var(--ink); margin: 0; max-width: 44ch; }
.seam__body p em { font-style: italic; }
.seam__sig { display: flex; align-items: baseline; gap: 10px; margin-top: 18px; font-family: var(--sans); font-size: 14px; color: var(--muted); }
.seam__sig strong { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 19px; color: var(--ink); }
@media (max-width: 700px) { .seam__inner { grid-template-columns: 1fr; gap: 18px; } .seam__pic { width: 84px; height: 84px; } .seam { margin-top: 52px; } }

/* =========================================================
   PROOF LINE — who we're actually piloting with. A quiet
   statement with a rule, never a fake logo wall.
   ========================================================= */
.proofline { max-width: 760px; margin: 34px auto 0; padding: 0 clamp(24px, 4vw, 44px); text-align: center; }
.proofline__rule { width: 46px; height: 2px; background: var(--marigold); margin: 0 auto 18px; }
.proofline p { font-family: var(--sans); font-size: 16px; font-weight: 600; color: var(--ink); margin: 0; }
.proofline span { display: block; font-family: var(--sans); font-size: 13.5px; font-weight: 400; color: var(--muted); margin-top: 7px; }


/* =========================================================
   FOUNDING CHURCHES — what going first actually gets you.
   ========================================================= */
.founding { max-width: 1000px; margin: 44px auto 0; padding: 0 clamp(24px, 4vw, 44px); }
.founding__inner { border: 1.5px solid var(--ink); border-radius: 18px; padding: 34px clamp(26px, 4vw, 40px); background: var(--white); }
.founding__head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 8px; }
.founding__head h3 { font-family: var(--serif); font-size: clamp(25px, 3vw, 33px); font-weight: 400; }
.founding__badge { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--marigold-deep); background: rgba(255,178,54,0.16); border-radius: 999px; padding: 4px 12px; }
.founding__lede { font-family: var(--sans); font-size: 15.5px; color: var(--muted); margin: 0 0 24px; max-width: 62ch; line-height: 1.55; }
.founding__list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.founding__list li { font-family: var(--sans); font-size: 14.5px; color: var(--ink); line-height: 1.5; padding-left: 26px; position: relative; }
.founding__list li::before { content: "\21B3"; position: absolute; left: 0; top: -1px; color: var(--persimmon); font-weight: 600; }
.founding__list strong { display: block; font-weight: 700; margin-bottom: 3px; }
.founding__list span { color: var(--muted); }
@media (max-width: 780px) { .founding__list { grid-template-columns: 1fr; gap: 16px; } }

/* =========================================================
   REAL-APP COMPOSITE VOCABULARY — pieces matched to the
   actual Flock and Docket interfaces (top-nav dashboard /
   sidebar meeting page), all cqw-scaled like the rest.
   ========================================================= */
/* Flock's real shell: white top bar, light-gray page, white cards */
.ps-topbar { display: flex; align-items: center; gap: 1.6cqw; background: #fff; border-bottom: 1px solid #ECECEF; padding: 1.5cqw 2.2cqw; }
.ps-topbar .ps-wordmark { font-style: normal; font-weight: 700; font-family: var(--sans); font-size: 2cqw; }
.ps-topnav { display: flex; gap: 0.6cqw; margin-left: 1cqw; }
.ps-topnav span { font-size: 1.55cqw; font-weight: 600; color: #5B6069; padding: 0.7cqw 1.5cqw; border-radius: 1cqw; }
.ps-topnav span.on { background: #F1F1F4; color: #17181B; }
.ps-topbar .adm { margin-left: auto; font-size: 1.5cqw; font-weight: 700; color: var(--persimmon); }
.ps-ava { width: 2.7cqw; height: 2.7cqw; border-radius: 50%; background: #D9C7B4; flex: none; }
.ps-page { background: #F7F7F8; padding: 2.4cqw 2.6cqw 2.8cqw; }
.ps-verse { font-size: 1.5cqw; font-style: italic; color: #6B7078; margin-top: 0.5cqw; max-width: 58ch; }
.ps-quick { display: flex; gap: 1cqw; flex-wrap: wrap; margin-top: 1.8cqw; }
.ps-quick span { display: inline-flex; align-items: center; gap: 0.8cqw; background: #fff; border: 1px solid #ECECEF; border-radius: 3cqw; padding: 0.9cqw 1.7cqw; font-size: 1.55cqw; font-weight: 600; color: #2A2C31; }
.ps-quick i { width: 1.5cqw; height: 1.5cqw; border-radius: 0.45cqw; flex: none; font-style: normal; }
.ps-card { background: #fff; border: 1px solid #ECECEF; border-radius: 1.6cqw; padding: 1.8cqw 2cqw; box-shadow: 0 1px 2px rgba(20,20,25,0.04); }
.ps-card__h { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 1.2cqw; }
.ps-card__t { font-size: 1.9cqw; font-weight: 700; color: #17181B; }
.ps-card__v { font-size: 1.4cqw; font-weight: 600; color: #6B7078; }
.ps-datetile { flex: none; width: 5.2cqw; height: 5.2cqw; border-radius: 1.1cqw; background: #4A4E58; color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1.15; }
.ps-datetile b { font-size: 1.9cqw; }
.ps-datetile span { font-size: 1cqw; font-weight: 700; letter-spacing: 0.08em; }
.ps-btn-soft { display: inline-block; background: #EEF1FB; color: #3B5BDB; font-size: 1.4cqw; font-weight: 700; border-radius: 0.9cqw; padding: 0.7cqw 1.5cqw; }
.ps-tag-soft { font-size: 1.3cqw; font-weight: 700; color: #8A6D00; background: #FBF3DC; border-radius: 3cqw; padding: 0.4cqw 1.2cqw; }
/* Docket's real shell: left sidebar + document-like main pane */
.ps-shell { display: grid; grid-template-columns: 27% 1fr; background: #fff; }
.ps-side { border-right: 1px solid #E8EAEE; padding: 1.8cqw 1.6cqw; }
.ps-side__org { font-size: 1.7cqw; font-weight: 800; color: #17181B; margin-bottom: 1.6cqw; }
.ps-search { display: flex; justify-content: space-between; align-items: center; border: 1px solid #E4E7EC; border-radius: 1cqw; padding: 0.9cqw 1.2cqw; font-size: 1.35cqw; color: #98A2B3; margin-bottom: 1.6cqw; }
.ps-search b { font-size: 1.1cqw; border: 1px solid #E4E7EC; border-radius: 0.5cqw; padding: 0.1cqw 0.6cqw; color: #98A2B3; }
.ps-side__i { display: block; font-size: 1.5cqw; font-weight: 600; color: #4B5565; padding: 0.95cqw 1.2cqw; border-radius: 0.9cqw; }
.ps-side__i.on { background: #EEF2F7; color: #17181B; }
.ps-main { padding: 2cqw 2.6cqw 2.6cqw; }
.ps-crumb { font-size: 1.4cqw; color: #98A2B3; margin-bottom: 0.9cqw; }
.ps-crumb b { color: #4B5565; font-weight: 600; }
.ps-doch1 { font-size: 3cqw; font-weight: 800; color: #17181B; letter-spacing: -0.01em; }
.ps-meta { display: flex; gap: 2.4cqw; flex-wrap: wrap; margin-top: 0.9cqw; }
.ps-meta span { font-size: 1.45cqw; color: #667085; }
.ps-acts { display: flex; gap: 2.4cqw; margin: 1.4cqw 0 2cqw; }
.ps-acts span { font-size: 1.5cqw; font-weight: 700; color: #344054; }
.ps-sec { font-size: 1.9cqw; font-weight: 800; color: #17181B; margin: 1.8cqw 0 1cqw; }
.ps-sec small { font-size: 1.35cqw; font-weight: 600; color: #98A2B3; margin-left: 1cqw; }
.ps-attach { display: flex; justify-content: space-between; align-items: center; border: 1px solid #E4E7EC; border-radius: 1.1cqw; padding: 1.2cqw 1.6cqw; font-size: 1.5cqw; font-weight: 600; color: #344054; background: #fff; }
.ps-attach em { font-style: normal; color: #667085; font-weight: 600; font-size: 1.35cqw; }
.ps-item { display: flex; align-items: baseline; gap: 1cqw; margin-top: 1.4cqw; font-size: 1.6cqw; color: #17181B; }
.ps-item b { font-weight: 700; }
.ps-item .n { color: #667085; }
.ps-item .sub { display: block; font-size: 1.4cqw; color: #667085; margin-top: 0.3cqw; font-weight: 400; }
.ps-chip { flex: none; font-size: 1.1cqw; font-weight: 800; letter-spacing: 0.06em; border-radius: 3cqw; padding: 0.35cqw 1.1cqw; border: 1px solid; }
.ps-chip--action { color: #B54708; background: #FFFAEB; border-color: #FEDF89; }
.ps-chip--info { color: #6941C6; background: #F9F5FF; border-color: #E9D7FE; }
.ps-chip--report { color: #175CD3; background: #EFF8FF; border-color: #B2DDFF; }

/* Docket workflow step visuals — small app vignettes beside each step */
.flow__body { display: grid; grid-template-columns: 1fr 236px; gap: 24px; align-items: start; }
.flow__text { min-width: 0; }
.flow__viz { container-type: inline-size; background: #F7F8FA; border: 1px solid #E8EAEE; border-radius: 12px; padding: 16px; align-self: center; }
.flow__viz .vz-t { font-size: 5.2cqw; font-weight: 800; color: #17181B; margin-bottom: 3.4cqw; }
.vz-row { display: flex; align-items: center; gap: 2.6cqw; background: #fff; border: 1px solid #E4E7EC; border-radius: 3cqw; padding: 2.8cqw 3.2cqw; font-size: 5cqw; font-weight: 600; color: #344054; margin-top: 2.2cqw; }
.vz-row:first-of-type { margin-top: 0; }
.vz-grip { color: #C2C8D0; font-weight: 800; letter-spacing: -0.06em; }
.vz-chip { margin-left: auto; flex: none; font-size: 3.6cqw; font-weight: 800; border-radius: 8cqw; padding: 0.9cqw 2.8cqw; border: 1px solid; }
.vz-chip--a { color: #B54708; background: #FFFAEB; border-color: #FEDF89; }
.vz-chip--i { color: #6941C6; background: #F9F5FF; border-color: #E9D7FE; }
.vz-chip--r { color: #175CD3; background: #EFF8FF; border-color: #B2DDFF; }
.vz-chip--ok { color: #1F6B3C; background: #E8F5EC; border-color: #BFDFC9; }
.vz-add { font-size: 4.6cqw; font-weight: 700; color: #3B5BDB; margin-top: 2.6cqw; }
.vz-mo { border: 1px solid #E4E7EC; border-left: 1.4cqw solid #4A4E58; border-radius: 2.6cqw; background: #fff; padding: 2.8cqw 3.2cqw; font-size: 4.8cqw; font-weight: 600; color: #17181B; }
.vz-mo .ms { display: block; font-size: 3.9cqw; font-weight: 400; color: #667085; margin-top: 0.8cqw; }
.vz-mo--amend { margin: 2.2cqw 0 0 7cqw; border-left-color: var(--marigold-deep); }
.vz-votes { display: flex; gap: 1.8cqw; margin-top: 2.6cqw; flex-wrap: wrap; }
.vz-votes span { font-size: 3.8cqw; font-weight: 700; color: #475467; border: 1px solid #E4E7EC; border-radius: 8cqw; padding: 0.8cqw 2.6cqw; }
.vz-votes span.win { color: #1F6B3C; background: #E8F5EC; border-color: #BFDFC9; }
.vz-att { display: flex; align-items: center; gap: 2.4cqw; padding: 2.2cqw 0; border-top: 1px solid #EEF0F3; font-size: 4.8cqw; color: #344054; }
.vz-att:first-of-type { border-top: none; }
.vz-pea { margin-left: auto; display: flex; gap: 1cqw; }
.vz-pea b { width: 7.2cqw; height: 7.2cqw; border-radius: 1.8cqw; display: flex; align-items: center; justify-content: center; font-size: 3.7cqw; color: #98A2B3; background: #F2F4F7; }
.vz-pea b.on { background: #1F6B3C; color: #fff; }
.vz-quorum { margin-top: 2.6cqw; height: 7cqw; border-radius: 2cqw; background: #EEF0F3; overflow: hidden; position: relative; }
.vz-quorum i { position: absolute; inset: 0 30% 0 0; background: #1F6B3C; opacity: 0.85; }
.vz-quorum span { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 3.9cqw; font-weight: 800; color: #fff; }
.vz-sig { display: flex; align-items: center; gap: 2cqw; padding: 1.8cqw 0; border-bottom: 1px solid #EEF0F3; }
.vz-sig .nm { font-family: var(--serif); font-style: italic; font-size: 5.2cqw; color: #17181B; }
.vz-sig .rl { margin-left: auto; font-size: 3.7cqw; color: #667085; }
.vz-dl { display: flex; gap: 1.8cqw; margin-top: 2.8cqw; }
.vz-dl span { font-size: 3.9cqw; font-weight: 800; color: #344054; border: 1px solid #E4E7EC; border-radius: 2cqw; padding: 1.4cqw 2.8cqw; background: #fff; }
.vz-pub { margin-left: auto; font-size: 3.6cqw; font-weight: 800; letter-spacing: 0.1em; color: var(--persimmon); border: 0.6cqw solid var(--persimmon); border-radius: 1.6cqw; padding: 1cqw 2.4cqw; transform: rotate(3deg); }
@media (max-width: 820px) { .flow__body { grid-template-columns: 1fr; } .flow__viz { max-width: 300px; } }
