/* =========================================================
   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, dark & product-forward */
.soft-section { padding: 96px 0 100px; background: var(--ink); color: #e9ded2; border-radius: 44px 44px 0 0; margin-top: -48px; position: relative; }
.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(--yellow); display: inline-block; margin-bottom: 12px; }
.soft-section__head h2 { color: #fff; 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: rgba(255,255,255,0.72); 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: #fff; color: var(--black); border-radius: 20px; padding: 34px 32px; display: flex; flex-direction: column; }
.soft-card__top { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; 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: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.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: rgba(255,255,255,0.82); margin: 0; }
@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(--navy); color: #e9ded2; }
.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: #fff; }
.section--navy .sec-head p { color: rgba(255,255,255,0.7); }

@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); border-top: 4px solid var(--line); }
.aud__card--staff { border-top-color: var(--navy); }
.aud__card--member { border-top-color: var(--orange-solid); }
.aud__label { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px; display: inline-flex; align-items: center; gap: 8px; }
.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: #b23a1d; background: rgba(251,77,46,0.08); padding: 3px 9px; border-radius: 6px; text-decoration: line-through; text-decoration-color: rgba(178,58,29,0.55); 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-radius: 14px; padding: 12px 12px 0; box-shadow: 0 26px 64px rgba(0,0,0,0.40); 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: #fff; margin: 0 0 7px; }
.buildcard__meta p { font-family: var(--sans); font-size: 15px; color: rgba(255,255,255,0.64); 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(--marigold); }
.buildcard__link:hover { color: var(--marigold); 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(--ink);
  background-image:
    radial-gradient(ellipse 65% 70% at 94% 50%, rgba(242,203,64,0.22) 0%, transparent 62%),
    radial-gradient(ellipse 45% 55% at 6% 85%, rgba(248,56,18,0.13) 0%, transparent 58%),
    radial-gradient(rgba(255,255,255,0.04) 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(--white);
  position: relative;
  overflow: hidden;
}
.cta-final h2 { color: var(--white); 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(--yellow); text-decoration: underline; text-underline-offset: 3px; }
@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; } }
