/* SortKai v3 — rich professional: charcoal ground, burnt-orange accent, Archivo display */
:root {
  --ink: #1b1d21;
  --field: #17191d;   /* charcoal band: nav, hero, CTA, footer */
  --panel: #212429;   /* stat band, one step lighter */
  --slate: #575d66;
  --line: rgba(27, 29, 33, 0.16);
  --line-soft: rgba(27, 29, 33, 0.09);
  --bg: #fcfbfa;
  --tint: #f4f1ec;
  --accent: #d95b1e;
  --accent-deep: #b34611;
  --accent-tint: #faeadd;
  --on-navy-dim: rgba(255, 255, 255, 0.68); /* keeps v2 var name */
  --serif: "Archivo", system-ui, sans-serif; /* display face (var name kept) */
  --sans: "Public Sans", system-ui, sans-serif;
}
* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--sans); font-size: 16px; line-height: 1.6; text-wrap: pretty; }
a { color: var(--accent-deep); text-underline-offset: 3px; }
a:hover { color: var(--accent); }
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
::selection { background: var(--accent-tint); }
.container { max-width: 1140px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 48px); }

/* — nav — */
.nav { background: var(--field); border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
.nav-inner { display: flex; align-items: center; gap: 28px; padding-top: 15px; padding-bottom: 15px; }
.brand { display: inline-flex; align-items: center; gap: 10px; margin-right: auto;
  font-family: var(--serif); font-weight: 700; font-size: 20px; letter-spacing: -0.01em;
  color: #fff; text-decoration: none; }
.brand .mark { width: 30px; height: 30px; border-radius: 7px; background: var(--accent);
  color: #fff; display: grid; place-items: center; font-size: 16px; }
.brand .mark img { width: 30px; height: 30px; border-radius: 7px; display: block; }
.nav .links { display: flex; gap: 24px; }
.nav .links a { color: rgba(255, 255, 255, 0.72); font-size: 15px; font-weight: 500;
  text-decoration: none; white-space: nowrap; }
.nav .links a:hover { color: #fff; }
.nav .links a[aria-current='page'] { color: #eb9a63; }
@media (max-width: 640px) { .nav .links { display: none; } }

/* — buttons — */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px; border-radius: 6px; border: 1px solid transparent;
  font: 600 15px/1.3 var(--sans); text-decoration: none; cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-deep); color: #fff; }
.btn-primary:active { background: #96380c; }
.btn-outline { border-color: var(--line); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--tint); color: var(--ink); }
.btn-ghost { color: var(--accent-deep); }
.btn-ghost:hover { background: var(--accent-tint); color: var(--accent-deep); }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { background: var(--accent-tint); color: var(--ink); }
.btn-outline-light { border-color: rgba(255,255,255,0.35); color: #fff; }
.btn-outline-light:hover { background: rgba(255,255,255,0.09); color: #fff; }

/* — type patterns — */
.kicker { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--accent-deep); margin: 0 0 14px; }

/* dark hero band on every page */
.hero { background: var(--field); color: #fff;
  padding: clamp(64px, 9vw, 116px) 0 clamp(48px, 6vw, 76px); }
.hero .kicker { color: #eb9a63; }
.hero-title { font-family: var(--serif); font-weight: 700; letter-spacing: -0.02em;
  font-size: clamp(38px, 5.4vw, 64px); line-height: 1.06; margin: 0; max-width: 20ch; }
.hero .lede { color: rgba(255, 255, 255, 0.72); }
.hero a:not(.btn) { color: #eb9a63; }
.hero a:not(.btn):hover { color: #fff; }
.hero .btn-outline { border-color: rgba(255, 255, 255, 0.35); color: #fff; }
.hero .btn-outline:hover { background: rgba(255, 255, 255, 0.09); color: #fff; }
.lede { font-size: 18px; line-height: 1.65; color: var(--slate); max-width: 58ch;
  margin: 22px 0 0; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section.tint { background: var(--tint); }
.section-head { max-width: 660px; margin-bottom: clamp(28px, 4vw, 44px); }
.title { font-family: var(--serif); font-weight: 700; letter-spacing: -0.02em;
  font-size: clamp(28px, 3.4vw, 40px); line-height: 1.12; margin: 0; }
.section-head p { color: var(--slate); margin: 14px 0 0; }

/* — stat band (sits right under the dark hero) — */
.stats { background: var(--panel); color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.07); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
  padding-block: clamp(36px, 5vw, 52px); }
.stat .val { font-family: var(--serif); font-weight: 700; letter-spacing: -0.01em;
  font-size: clamp(26px, 3vw, 34px); line-height: 1.15; }
.stat .label { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: #eb9a63; margin-top: 8px; }
.stat .rem { font-size: 14px; color: var(--on-navy-dim); margin-top: 4px; }
@media (max-width: 820px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }

/* — cards — */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: #fff; border: 1px solid var(--line-soft); border-radius: 10px;
  padding: 28px; box-shadow: 0 1px 2px rgba(27, 29, 33, 0.04);
  transition: border-color 0.15s, box-shadow 0.15s; }
.card:hover { border-color: rgba(217, 91, 30, 0.4); box-shadow: 0 6px 20px rgba(27, 29, 33, 0.07); }
.card h3 { font-size: 17px; font-weight: 600; margin: 0; }
.card p { font-size: 15px; color: var(--slate); margin: 10px 0 0; }
.icon-chip { width: 42px; height: 42px; border-radius: 9px; background: var(--accent-tint);
  color: var(--accent-deep); display: grid; place-items: center; margin-bottom: 18px; }
.icon-chip svg { width: 22px; height: 22px; }

/* — split — */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 6vw, 72px);
  align-items: center; }
.photo { border: 1px solid var(--line-soft); border-radius: 10px; overflow: hidden; margin: 0; }
.photo image-slot { width: 100%; aspect-ratio: 4 / 3; display: block; }

/* — quote — */
.quote-sec blockquote { font-family: var(--serif); font-weight: 600;
  font-size: clamp(24px, 2.8vw, 32px); line-height: 1.3; letter-spacing: -0.015em;
  max-width: 34ch; margin: 0; }
.quote-sec blockquote::before { content: ""; display: block; width: 48px; height: 3px;
  background: var(--accent); margin-bottom: 26px; }
.quote-sec figcaption { font-size: 15px; color: var(--slate); margin-top: 20px; }

/* — CTA band — */
.cta { background: var(--field); color: #fff; }
.cta-inner { padding-block: clamp(56px, 7vw, 88px); }
.cta .title { color: #fff; }
.cta p { color: var(--on-navy-dim); max-width: 58ch; margin: 14px 0 0; }
.cta .kicker { color: #eb9a63; }

/* — pricing — */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.plan { display: flex; flex-direction: column; }
.plan-name { display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 600; }
.pill { font-size: 12px; font-weight: 600; color: var(--accent-deep); background: var(--accent-tint);
  border-radius: 999px; padding: 3px 10px; white-space: nowrap; }
.price { font-family: var(--serif); font-weight: 700; letter-spacing: -0.02em;
  font-size: 42px; line-height: 1.1; margin: 14px 0 2px; }
.price small { font: 400 15px var(--sans); color: var(--slate); letter-spacing: 0; }
.plan ul { list-style: none; margin: 18px 0 0; padding: 0; flex: 1; }
.plan li { display: flex; gap: 10px; font-size: 15px; color: var(--slate); padding: 7px 0; }
.plan li svg { width: 18px; height: 18px; flex: none; margin-top: 3px; color: var(--accent); }
.plan .btn { margin-top: 22px; width: 100%; }
.plan-wide { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; }
.plan-wide p { font-size: 15px; color: var(--slate); margin: 6px 0 0; max-width: 62ch; }
.plan-wide .btn { flex: none; }
.plan.featured { border-color: var(--accent); box-shadow: 0 10px 28px rgba(217, 91, 30, 0.15); }
.plans-note { font-size: 14px; color: var(--slate); margin: 24px 0 0; }

/* — FAQ — */
.faq { max-width: 760px; }
.faq details { border-bottom: 1px solid var(--line-soft); }
.faq details:first-of-type { border-top: 1px solid var(--line-soft); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between;
  align-items: baseline; gap: 24px; padding: 18px 0; font-size: 17px; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-weight: 400; font-size: 20px; }
.faq details[open] summary::after { content: "–"; }
.faq summary:hover { color: var(--accent-deep); }
.faq details p { font-size: 15px; color: var(--slate); max-width: 64ch; margin: 0 0 18px; }
.faq .kicker { margin: 36px 0 8px; }
.faq .kicker:first-child { margin-top: 0; }

/* — steps (services page) — */
.steps { max-width: 820px; }
.step { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 26px 0;
  border-top: 1px solid var(--line-soft); }
.step:last-child { border-bottom: 1px solid var(--line-soft); }
.step-num { font-family: var(--serif); font-weight: 700; font-size: 24px; color: var(--accent); }
.step h3 { font-size: 17px; font-weight: 600; margin: 2px 0 0; }
.step .when { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--accent-deep); margin-left: 10px; }
.step p { font-size: 15px; color: var(--slate); margin: 8px 0 0; max-width: 62ch; }

/* — chips — */
.chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.chip { border: 1px solid var(--line); border-radius: 999px; padding: 7px 16px;
  font-size: 14px; font-weight: 600; background: #fff; }
.chip.muted { color: var(--slate); font-weight: 500; }

/* — team — */
.person .photo image-slot { aspect-ratio: 4 / 5; }
.person .photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block; }
.person h3 { font-size: 17px; font-weight: 600; margin: 16px 0 0; }
.person .role { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--accent-deep); margin-top: 4px; }
.person p { font-size: 15px; color: var(--slate); margin: 10px 0 0; }
.agent-mark { aspect-ratio: 4 / 5; border: 1px solid var(--line-soft); border-radius: 10px;
  background: var(--tint); color: var(--accent); display: grid; place-items: center; }
.agent-mark svg { width: 56px; height: 56px; }

/* — form — */
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 24px; max-width: 720px; }
.form .full { grid-column: 1 / -1; }
.form label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.input { width: 100%; padding: 11px 14px; border: 1px solid var(--line); border-radius: 6px;
  background: #fff; font: 400 15px/1.5 var(--sans); color: var(--ink); caret-color: var(--accent); }
.input:hover { border-color: rgba(27, 29, 33, 0.35); }
.input:focus-visible { border-color: var(--accent); outline: none;
  box-shadow: 0 0 0 3px var(--accent-tint); }
textarea.input { min-height: 110px; resize: vertical; }
.choices { display: flex; flex-wrap: wrap; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.choices .choice { flex: 1 1 auto; }
.choice { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 8px; font-size: 14px; font-weight: 500; cursor: pointer; white-space: nowrap; }
.choice + .choice { border-left: 1px solid var(--line); }
.choice input { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.choice:has(input:checked) { background: var(--accent); color: #fff; font-weight: 600; }
.choice:not(:has(input:checked)):hover { background: var(--tint); }
.choice:has(input:focus-visible) { outline: 2px solid var(--accent); outline-offset: -2px; }
.form .actions { grid-column: 1 / -1; align-items: center; gap: 20px; margin-top: 4px; }
.fine { font-size: 13px; color: var(--slate); margin: 0; }

/* — contact reach panel — */
.contact-grid { display: grid; grid-template-columns: 320px 1fr; gap: clamp(32px, 5vw, 64px);
  align-items: start; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }
.reach h3 { font-size: 17px; font-weight: 600; margin: 0 0 6px; }
.reach-item { padding: 13px 0; border-bottom: 1px solid var(--line-soft); }
.reach-item .k { display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--slate); }
.reach-item .v { display: block; font-size: 16px; font-weight: 600; margin-top: 3px; }
.reach-item a { color: var(--ink); text-decoration: none; }
.reach-item a:hover { color: var(--accent-deep); }

/* — trust chips / why grid / steps strip — */
.trust-chips { display: grid; grid-template-columns: repeat(2, max-content); gap: 10px 28px;
  margin-top: 26px; font-size: 14px; font-weight: 500; color: rgba(255, 255, 255, 0.78); }
@media (max-width: 720px) { .trust-chips { grid-template-columns: 1fr; } }
.trust-chips span { display: inline-flex; align-items: center; gap: 8px; }
.trust-chips svg { width: 16px; height: 16px; color: var(--accent); flex: none; }
.why { border-top: 2px solid var(--line-soft); padding-top: 16px; }
.why .num { font: 700 13px var(--sans); letter-spacing: 0.08em; color: var(--accent); }
.why h3 { font-size: 16px; font-weight: 600; margin: 8px 0 0; }
.why p { font-size: 14px; color: var(--slate); margin: 6px 0 0; }
.steps-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step-s .n { width: 32px; height: 32px; border-radius: 999px; background: var(--accent);
  color: #fff; display: grid; place-items: center; font: 600 15px var(--sans); }
.step-s h3 { font-size: 16px; font-weight: 600; margin: 14px 0 0; }
.step-s p { font-size: 14px; color: var(--slate); margin: 6px 0 0; }
@media (max-width: 900px) { .steps-strip { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps-strip { grid-template-columns: 1fr; } }

.steps-strip.cols-3 { grid-template-columns: repeat(3, 1fr); gap: 28px 32px; }
@media (max-width: 900px) { .steps-strip.cols-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps-strip.cols-3 { grid-template-columns: 1fr; } }
.step-s .when { font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-deep); margin-left: 8px; }

/* — compare table — */
.table-scroll { overflow-x: auto; }
.compare { width: 100%; max-width: 820px; border-collapse: collapse; font-size: 15px; }
.compare th { text-align: left; font-size: 12px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--slate); padding: 10px 14px;
  border-bottom: 1px solid var(--line); }
.compare td { padding: 12px 14px; border-bottom: 1px solid var(--line-soft); color: var(--slate); }
.compare td:first-child { color: var(--ink); font-weight: 500; }
.compare .price-col { white-space: nowrap; }
.compare tr.us td { background: var(--accent-tint); color: var(--ink); font-weight: 600; }

/* — footer — */
.footer { background: var(--field); color: var(--on-navy-dim); }
.foot-inner { padding-block: clamp(40px, 5vw, 56px) 28px; }
.foot-row { display: flex; justify-content: space-between; align-items: flex-start;
  gap: 24px; flex-wrap: wrap; }
.foot-brand { font-family: var(--serif); font-weight: 700; font-size: 19px; color: #fff; }
.foot-brand + p { font-size: 14px; margin: 8px 0 0; max-width: 34ch; }
.foot-links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer a { color: rgba(255, 255, 255, 0.82); text-decoration: none; font-size: 14px; }
.footer a:hover { color: #eb9a63; }
.foot-cols { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; gap: 32px; }
.foot-col h5 { color: #fff; font-size: 13px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; margin: 0 0 12px; }
.foot-col a, .foot-col span { display: block; padding: 3px 0; font-size: 14px; }
.foot-col span { color: var(--on-navy-dim); }
.foot-small { border-top: 1px solid rgba(255, 255, 255, 0.12); margin-top: 36px;
  padding-top: 20px; font-size: 13px; color: rgba(255, 255, 255, 0.55);
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
@media (max-width: 820px) { .foot-cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .foot-cols { grid-template-columns: 1fr; } }

/* — responsive — */
@media (max-width: 900px) {
  .grid-3, .plans { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .split .photo { order: -1; }
}
@media (max-width: 640px) {
  .form { grid-template-columns: 1fr; }
  .step { grid-template-columns: 44px 1fr; gap: 16px; }
}

/* — form success — */
.success { display: none; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; min-height: 320px; gap: 12px; }
.success .sc-ic { width: 64px; height: 64px; border-radius: 50%;
  background: var(--accent-tint); color: var(--accent-deep); display: grid; place-items: center; }
.success h3 { font-family: var(--serif); font-weight: 400; font-size: 26px; margin: 0; }
.success p { color: var(--slate); margin: 0; max-width: 340px; }

/* — hero illustration — */
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(28px, 4vw, 56px); align-items: center; }
.hero-art { margin: 0; display: grid; place-items: center; }
.hero-art img { width: min(100%, 500px); opacity: 0.95; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } .hero-art { display: none; } }

/* — desk nameplate caption — */
.desk-tag { display: flex; align-items: center; gap: 12px; padding: 11px 16px;
  background: #fff; border-top: 1px solid var(--line-soft);
  font-size: 13.5px; color: var(--slate); }
.desk-tag .plate { flex: none; display: inline-flex; align-items: center; gap: 6px;
  background: var(--accent); color: #fff;
  font: 600 11px/1 var(--sans); letter-spacing: 0.09em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 4px; }

.compare tr.cat td { padding: 22px 14px 8px; font-size: 12px; font-weight: 700;
  letter-spacing: 0.09em; text-transform: uppercase; color: var(--accent-deep);
  background: none; border-bottom: 1px solid var(--line); }

/* — blog & articles — */
.article { max-width: 760px; }
.article h2 { font-family: var(--serif); font-weight: 700; letter-spacing: -0.01em; font-size: 27px; margin: 42px 0 0; }
.article p { color: #3a3f47; margin: 16px 0 0; line-height: 1.7; }
.article ul { color: #3a3f47; margin: 16px 0 0; padding-left: 22px; line-height: 1.7; }
.article li { margin-top: 8px; }
.article a { color: var(--accent-deep); }
.article .callout { background: var(--accent-tint); border-left: 3px solid var(--accent); padding: 18px 22px; margin: 30px 0 0; font-size: 15.5px; line-height: 1.65; color: #3a3f47; }
.article .related { font-size: 15px; margin-top: 36px; padding-top: 18px; border-top: 1px solid var(--line-soft); }
.article .compare { max-width: 100%; margin-top: 20px; }
.article-meta { font-size: 13.5px; margin: 18px 0 0; }
.post-cta { background: var(--field); color: #fff; border-radius: 10px; padding: 34px 36px; margin: 48px 0 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.post-cta h3 { font-family: var(--serif); font-weight: 700; font-size: 25px; margin: 0; }
.post-cta p { color: rgba(255,255,255,0.7); margin: 8px 0 0; max-width: 52ch; font-size: 15px; }
.post-cta .btn { flex: none; }
.post-card { display: flex; flex-direction: column; }
.post-kicker { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-deep); }
.post-card h3 { margin-top: 12px; line-height: 1.4; }
.post-card h3 a { color: var(--ink); text-decoration: none; }
.post-card h3 a:hover { color: var(--accent-deep); }
.post-card p { flex: 1; }

/* — mobile nav — */
.nav-burger { display: none; background: none; border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px; color: #fff; width: 40px; height: 40px; align-items: center;
  justify-content: center; cursor: pointer; padding: 0; }
.nav-burger:hover { border-color: rgba(255, 255, 255, 0.5); }
@media (max-width: 640px) {
  .nav-burger { display: inline-flex; }
  .nav-inner { flex-wrap: wrap; gap: 14px; }
  .nav-inner.open .links { display: flex; flex-direction: column; width: 100%; order: 10;
    gap: 0; padding: 2px 0 10px; }
  .nav-inner.open .links a { padding: 11px 0; border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 16px; }
}

/* close packet + comparison strip + fit calculator */
.hero-art.close-card { background: #fff; color: #1f2125; border: 1px solid rgba(31,33,37,0.16); border-radius: 8px; padding: 22px 24px 16px; box-shadow: 0 24px 60px rgba(0,0,0,0.32); max-width: 440px; width: 100%; margin: 0; font-family: "Public Sans", sans-serif; }
.close-card .cc-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid rgba(31,33,37,0.12); }
.close-card .cc-title { font: 600 15px "Archivo", sans-serif; }
.close-card .cc-badge { font: 700 10px/1 "Public Sans", sans-serif; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent, #b45a1f); border: 1px solid currentColor; border-radius: 999px; padding: 4px 9px; }
.close-card .cc-rows { list-style: none; margin: 0; padding: 4px 0; }
.close-card .cc-rows li { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px dashed rgba(31,33,37,0.12); font-size: 13.5px; }
.close-card .cc-rows li:last-child { border-bottom: 0; }
.close-card .cc-rows span { color: rgba(31,33,37,0.62); }
.close-card .cc-rows strong { font-weight: 600; white-space: nowrap; }
.close-card .cc-sign { margin-top: 2px; padding: 10px 12px; background: rgba(180,90,31,0.08); border-left: 3px solid var(--accent, #b45a1f); font-size: 13px; font-weight: 600; }
.close-card .cc-cap { margin-top: 10px; font-size: 11.5px; color: rgba(31,33,37,0.5); }
.cmp-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.cmp { border: 1px solid rgba(31,33,37,0.14); background: #fff; padding: 20px 22px; }
.cmp h3 { margin: 0 0 8px; font: 600 17px "Archivo", sans-serif; }
.cmp p { margin: 0; font-size: 14.5px; line-height: 1.65; color: rgba(31,33,37,0.75); }
.cmp.is-us { border-color: var(--accent, #b45a1f); border-width: 2px; }
.cmp.is-us h3 { color: var(--accent, #b45a1f); }
@media (max-width: 860px) { .cmp-strip { grid-template-columns: 1fr; } }
.fit-card { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 22px; border: 1px solid rgba(31,33,37,0.14); background: #fff; padding: 22px 24px; }
.fit-field { display: flex; flex-direction: column; gap: 7px; font: 600 13px "Public Sans", sans-serif; }
.fit-field input { width: 150px; padding: 10px 12px; border: 1px solid rgba(31,33,37,0.25); border-radius: 4px; font: 600 16px "Public Sans", sans-serif; }
.fit-out { flex: 1 1 280px; font-size: 15px; line-height: 1.6; }
.legal-body h2 { margin-bottom: 10px; }
.legal-body p { max-width: 74ch; }

/* — v4: audiences, channels, engine, reveal — */
[id] { scroll-margin-top: 24px; }
.title, .hero-title { text-wrap: balance; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 900px) { .grid-2 { grid-template-columns: 1fr; } }
.aud { position: relative; background: #fff; border: 1px solid var(--line-soft); border-top: 3px solid var(--accent); border-radius: 10px; padding: 30px 30px 26px; box-shadow: 0 1px 2px rgba(27,29,33,0.04); }
.aud .kicker { margin-bottom: 10px; }
.aud h3 { font-family: var(--serif); font-weight: 700; letter-spacing: -0.015em; font-size: 22px; line-height: 1.25; margin: 0; }
.aud p { font-size: 15px; color: var(--slate); margin: 12px 0 0; line-height: 1.65; }
.aud ul { list-style: none; margin: 16px 0 0; padding: 0; }
.aud li { display: flex; gap: 10px; font-size: 14.5px; color: var(--ink); padding: 6px 0; }
.aud li svg { width: 17px; height: 17px; flex: none; margin-top: 3px; color: var(--accent); }
.aud .btn { margin-top: 18px; }
.chan { background: #fff; border: 1px solid var(--line-soft); border-radius: 10px; padding: 20px 22px; transition: border-color 0.15s, box-shadow 0.15s; }
.chan:hover { border-color: rgba(217, 91, 30, 0.4); box-shadow: 0 6px 20px rgba(27, 29, 33, 0.07); }
.chan .icon-chip { width: 36px; height: 36px; border-radius: 8px; margin-bottom: 12px; }
.chan .icon-chip svg { width: 19px; height: 19px; }
.chan h3 { font-size: 15.5px; font-weight: 600; margin: 0; }
.chan p { font-size: 13.5px; color: var(--slate); margin: 6px 0 0; line-height: 1.55; }
.chan-note { display: flex; gap: 12px; align-items: flex-start; margin-top: 20px; padding: 15px 18px; background: var(--accent-tint); border-left: 3px solid var(--accent); border-radius: 0 8px 8px 0; font-size: 14.5px; line-height: 1.6; color: var(--ink); max-width: 760px; }
.chan-note svg { width: 18px; height: 18px; flex: none; margin-top: 3px; color: var(--accent-deep); }
.pipe { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line-soft); border-radius: 10px; overflow: hidden; background: #fff; }
.pipe-s { padding: 26px 24px; border-left: 1px solid var(--line-soft); position: relative; }
.pipe-s:first-child { border-left: 0; }
.pipe-s .n { font: 700 12px var(--sans); letter-spacing: 0.1em; color: var(--accent); text-transform: uppercase; }
.pipe-s h3 { font-family: var(--serif); font-weight: 700; font-size: 19px; letter-spacing: -0.01em; margin: 10px 0 0; }
.pipe-s p { font-size: 14px; color: var(--slate); margin: 8px 0 0; line-height: 1.6; }
.pipe-s::after { content: "→"; position: absolute; top: 26px; right: -9px; z-index: 1; width: 18px; height: 18px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line-soft); border-radius: 50%; font-size: 10px; color: var(--accent-deep); }
.pipe-s:last-child::after { display: none; }
@media (max-width: 900px) { .pipe { grid-template-columns: 1fr; } .pipe-s { border-left: 0; border-top: 1px solid var(--line-soft); } .pipe-s:first-child { border-top: 0; } .pipe-s::after { display: none; } }
/* — dark pipeline band — */
.pipe-dark { background: var(--field); color: #fff; }
.pipe-dark .title { color: #fff; }
.pipe-dark .kicker { color: #eb9a63; }
.pipe-dark .section-head p { color: rgba(255, 255, 255, 0.65); }
.pipe-dark .pipe { background: transparent; border-color: rgba(255, 255, 255, 0.16); }
.pipe-dark .pipe-s { border-color: rgba(255, 255, 255, 0.12); }
.pipe-dark .pipe-s h3 { color: #fff; }
.pipe-dark .pipe-s p { color: rgba(255, 255, 255, 0.62); }
.pipe-dark .pipe-s .n { color: #eb9a63; }
.pipe-dark .pipe-s::after { background: var(--panel); border-color: rgba(255, 255, 255, 0.25); color: #eb9a63; }
.rail { position: relative; height: 24px; margin: 4px 0 20px; }
.rail::before { content: ""; position: absolute; left: 4%; right: 4%; top: 50%; height: 2px;
  background: linear-gradient(90deg, rgba(235, 154, 99, 0.12), rgba(235, 154, 99, 0.55) 20%, rgba(235, 154, 99, 0.55) 80%, rgba(235, 154, 99, 0.12)); }
.rail-node { position: absolute; top: 50%; width: 10px; height: 10px; border-radius: 50%;
  background: var(--field); border: 2px solid #eb9a63; transform: translate(-50%, -50%); }
.rail-node:nth-of-type(1) { left: 12.5%; }
.rail-node:nth-of-type(2) { left: 37.5%; }
.rail-node:nth-of-type(3) { left: 62.5%; }
.rail-node:nth-of-type(4) { left: 87.5%; }
.rail-dot { position: absolute; top: 50%; left: 12.5%; width: 13px; height: 13px; border-radius: 50%;
  background: var(--accent); transform: translate(-50%, -50%);
  box-shadow: 0 0 0 3px rgba(217, 91, 30, 0.25), 0 0 14px rgba(217, 91, 30, 0.7);
  animation: railflow 8s ease-in-out infinite; }
@keyframes railflow {
  0%, 9% { left: 12.5%; }
  27%, 36% { left: 37.5%; }
  54%, 63% { left: 62.5%; }
  84%, 96% { left: 87.5%; }
  100% { left: 87.5%; }
}
@media (prefers-reduced-motion: reduce) { .rail-dot { animation: none; left: 87.5%; } }
@media (max-width: 900px) { .rail { display: none; } }


/* — merged service section (In / Out) — */
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 60px); }
@media (max-width: 900px) { .svc-grid { grid-template-columns: 1fr; } }
.svc-label { font: 700 12px var(--sans); letter-spacing: 0.12em; text-transform: uppercase;
  color: #eb9a63; padding-bottom: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
.svc-item { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09); align-items: start; }
.svc-item:last-child { border-bottom: 0; }
.svc-item .icon-chip { width: 34px; height: 34px; border-radius: 8px; margin: 3px 0 0;
  background: rgba(217, 91, 30, 0.16); color: #eb9a63; }
.svc-item .icon-chip svg { width: 18px; height: 18px; }
.svc-item h3 { font-size: 15.5px; font-weight: 600; margin: 0; color: #fff; }
.svc-item p { font-size: 13.5px; color: rgba(255, 255, 255, 0.6); margin: 4px 0 0; line-height: 1.55; }
.chan-note.dark { background: rgba(217, 91, 30, 0.12); border-left-color: var(--accent);
  color: rgba(255, 255, 255, 0.85); margin-top: 30px; max-width: none; }
.chan-note.dark svg { color: #eb9a63; }
.chan-note.dark strong { color: #fff; }

html.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.55s ease, transform 0.55s ease; }
html.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html.js .reveal { opacity: 1; transform: none; transition: none; } }

/* — v5: mobile polish — */
@media (max-width: 640px) {
  .nav-inner { gap: 12px; }
  .nav .btn-primary { padding: 9px 14px; font-size: 14px; }
}
@media (max-width: 560px) {
  .actions { gap: 10px; }
  .actions .btn { flex: 1 1 100%; }
  .post-cta { padding: 26px 22px; }
  .post-cta .btn { width: 100%; }
  .svc-item p { font-size: 14px; }
  .chan-note { padding: 14px 16px; }
}

/* — v6: market map (home) + service flow — */
.arr { display: grid; place-items: center; }
.arr svg { width: 100%; max-width: 64px; height: 24px; overflow: visible; }
.arr .arr-line { stroke: rgba(27, 29, 33, 0.3); stroke-width: 2; stroke-linecap: round; }
.arr .arr-head { stroke: var(--accent); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.arr .arr-dot { fill: var(--accent); animation: arrflow 2.6s ease-in-out infinite; }
@keyframes arrflow { 0% { transform: translateX(0); opacity: 0; } 15% { opacity: 1; } 85% { opacity: 1; } 100% { transform: translateX(52px); opacity: 0; } }
.arr.flip svg { transform: scaleX(-1); }
@media (prefers-reduced-motion: reduce) { .arr .arr-dot { animation: none; opacity: 0; } }

.mkt { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.mkt-side { background: #fff; border: 1px solid var(--line-soft); border-radius: 10px; padding: 26px 26px 22px; box-shadow: 0 1px 2px rgba(27, 29, 33, 0.04); }
.mkt-tag { display: inline-block; font: 700 11px/1 var(--sans); letter-spacing: 0.12em; text-transform: uppercase; color: var(--slate); border: 1px solid var(--line); border-radius: 999px; padding: 6px 10px; }
.mkt-side h3 { font-family: var(--serif); font-weight: 700; font-size: 20px; letter-spacing: -0.01em; margin: 16px 0 0; }
.mkt-side ul, .mkt-core ul { list-style: none; margin: 14px 0 0; padding: 0; }
.mkt-side li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--slate); padding: 8px 0; border-top: 1px solid var(--line-soft); line-height: 1.5; }
.mkt-side li:first-child { border-top: 0; }
.mkt-side li svg { width: 17px; height: 17px; flex: none; margin-top: 2px; color: var(--slate); }
.mkt-side li.stop { color: var(--accent-deep); font-weight: 600; }
.mkt-side li.stop svg { color: var(--accent); }
.mkt-merge { grid-column: 1 / -1; position: relative; height: 84px; }
.mkt-merge .mkt-curves { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.mkt-merge .mkt-curves .c { fill: none; stroke: rgba(27, 29, 33, 0.3); stroke-width: 2; vector-effect: non-scaling-stroke; }
.mkt-merge .mkt-curves .d { fill: none; stroke: var(--accent); stroke-width: 7; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.mkt-merge .mkt-tip { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 18px; height: 12px; overflow: visible; }
.mkt-merge .mkt-tip path { fill: none; stroke: var(--accent); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mkt-merge .arr { display: none; }
.mkt-core { position: relative; grid-column: 1 / -1; justify-self: center; width: min(100%, 780px); background: var(--field); color: #fff; border-radius: 12px; padding: 32px 30px 28px; overflow: hidden;
  box-shadow: 0 30px 70px -28px rgba(217, 91, 30, 0.55), 0 12px 32px -18px rgba(27, 29, 33, 0.5); }
.mkt-core::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--accent); }
.mkt-core-head { display: flex; align-items: center; gap: 12px; }
.mkt-core-head img { width: 44px; height: 44px; border-radius: 10px; background: #fff; padding: 3px; }
.mkt-core-head .mkt-tag { color: #eb9a63; border-color: rgba(235, 154, 99, 0.45); }
.mkt-core h3 { font-family: var(--serif); font-weight: 700; font-size: 24px; letter-spacing: -0.015em; margin: 18px 0 0; }
.mkt-core ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.mkt-core li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: rgba(255, 255, 255, 0.86); padding: 9px 0; border-top: 1px solid rgba(255, 255, 255, 0.09); line-height: 1.5; }
.mkt-core li:nth-child(-n+2) { border-top: 0; }
.mkt-core li svg { width: 17px; height: 17px; flex: none; margin-top: 3px; color: var(--accent); }
.mkt-out { margin-top: 18px; padding: 12px 14px; background: rgba(217, 91, 30, 0.14); border-left: 3px solid var(--accent); border-radius: 0 8px 8px 0; font-size: 14px; font-weight: 600; color: #fff; }
@media (prefers-reduced-motion: reduce) { .mkt-merge .mkt-curves .d { display: none; } }
@media (max-width: 720px) {
  .mkt { grid-template-columns: 1fr; gap: 14px; }
  .mkt-merge { height: 56px; }
  .mkt-merge .mkt-curves, .mkt-merge .mkt-tip { display: none; }
  .mkt-merge .arr { display: grid; height: 100%; }
  .mkt-merge .arr svg { transform: rotate(90deg); }
  .mkt-core ul { grid-template-columns: 1fr; }
  .mkt-core li:nth-child(2) { border-top: 1px solid rgba(255, 255, 255, 0.09); }
}

.flow-start { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; background: #fff; border: 1px solid var(--line-soft); border-radius: 12px; padding: 16px 20px; margin-bottom: 18px; box-shadow: 0 1px 2px rgba(27, 29, 33, 0.04); }
.flow-start > div { flex: 1 1 320px; display: flex; flex-direction: column; gap: 2px; }
.flow-start strong { font-size: 16px; }
.flow-desc { font-size: 14px; color: var(--slate); }
.flow-step { width: 34px; height: 34px; border-radius: 999px; flex: none; display: grid; place-items: center; font: 700 15px var(--sans); background: var(--accent); color: #fff; }
.flow-start .flow-step { background: transparent; color: var(--accent-deep); border: 2px solid var(--accent); }
.flow-when { font: 600 11px/1 var(--sans); letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-deep); background: var(--accent-tint); border-radius: 999px; padding: 6px 10px; white-space: nowrap; }
.flow { display: grid; grid-template-columns: 1fr 44px 1fr 44px 1fr 44px 1fr; align-items: stretch; }
.flow .arr svg { max-width: 44px; }
.flow-col { background: #fff; border: 1px solid var(--line-soft); border-radius: 12px; padding: 22px 20px 20px; display: flex; flex-direction: column; box-shadow: 0 1px 2px rgba(27, 29, 33, 0.04); }
.flow-head { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px 12px; padding-bottom: 14px; border-bottom: 1px solid var(--line-soft); }
.flow-head h3 { font-family: var(--serif); font-weight: 700; font-size: 18px; letter-spacing: -0.01em; margin: 0; }
.flow-head .flow-when { grid-column: 2; justify-self: start; }
.flow-list { list-style: none; margin: 10px 0 0; padding: 0; }
.flow-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; font-weight: 500; padding: 8px 0; line-height: 1.45; }
.flow-list li svg { width: 18px; height: 18px; flex: none; margin-top: 1px; color: var(--accent); }
.flow-note { font-size: 13px; color: var(--slate); margin: auto 0 0; padding-top: 14px; line-height: 1.5; }
.flow-col.is-kai { background: var(--field); color: #fff; border-color: transparent; box-shadow: 0 30px 70px -28px rgba(217, 91, 30, 0.5); }
.flow-col.is-kai .flow-head { border-bottom-color: rgba(255, 255, 255, 0.12); }
.flow-col.is-kai .flow-when { background: rgba(217, 91, 30, 0.2); color: #eb9a63; }
.flow-col.is-kai .flow-list li svg { color: #eb9a63; }
.flow-col.is-kai .flow-note { color: rgba(255, 255, 255, 0.62); }
.flow-col.is-out { border-color: rgba(217, 91, 30, 0.45); }
@media (max-width: 1080px) {
  .flow { grid-template-columns: 1fr; }
  .flow .arr { height: 48px; }
  .flow .arr svg { transform: rotate(90deg); }
}

/* — compact why grid — */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.why-i { display: grid; grid-template-columns: 42px 1fr auto; gap: 14px; align-items: start; background: #fff; border: 1px solid var(--line-soft); border-radius: 10px; padding: 18px 20px;
  color: var(--ink); text-decoration: none; transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s; }
.why-i:hover { color: var(--ink); border-color: rgba(217, 91, 30, 0.45); box-shadow: 0 8px 22px rgba(27, 29, 33, 0.08); transform: translateY(-2px); }
.why-i .go { width: 18px; height: 18px; color: var(--accent); opacity: 0.55; margin-top: 4px; transition: opacity 0.15s, transform 0.15s; }
.why-i:hover .go { opacity: 1; transform: translateX(3px); }
.why-i:hover h3 { color: var(--accent-deep); }
.why-i .icon-chip { margin: 0; }
.why-i h3 { font-size: 15.5px; font-weight: 600; margin: 2px 0 0; line-height: 1.35; }
.why-i p { font-size: 14px; color: var(--slate); margin: 4px 0 0; line-height: 1.5; }
@media (max-width: 900px) { .why-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .why-grid { grid-template-columns: 1fr; } }
