/* ==========================================================================
   Forma Consulting - services.html page styles
   Loaded AFTER styles.css; inherits every token and device from it.
   ========================================================================== */

/* ---------- Hero: copy left, editorial index right ---------- */
.svc-hero-inner {
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(40px, 6vw, 96px); align-items: center;
}

.svc-index { border-top: 1px solid var(--hairline-dark); }
.svc-index-label { margin-bottom: 0; padding: 18px 0 12px; }
.svc-index-row {
  display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--hairline-dark);
  transition: background 0.2s;
}
.svc-index-num {
  font-size: 0.72rem; font-weight: 600; line-height: 1;
  color: rgba(244, 241, 236, 0.62); letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
}
.svc-index-name { min-width: 0; }
.svc-index-name b { display: block; font-size: 0.99rem; font-weight: 700; color: var(--offwhite); line-height: 1.35; transition: color 0.2s; }
.svc-index-name i { display: block; font-style: normal; font-size: 0.83rem; color: var(--paper-dim); }
.svc-index-go {
  color: var(--gold); font-size: 1rem;
  opacity: 0; transform: translateX(-6px);
  transition: opacity 0.25s, transform 0.25s var(--ease);
}
.svc-index-row:hover .svc-index-name b, .svc-index-row:focus-visible .svc-index-name b { color: var(--gold); }
.svc-index-row:hover .svc-index-go, .svc-index-row:focus-visible .svc-index-go { opacity: 1; transform: translateX(0); }
.svc-index-premium .svc-index-num { color: rgba(201, 169, 110, 0.7); }
.svc-index-advisory .svc-index-num { color: rgba(71, 168, 154, 0.85); }

/* ---------- Service rows: quiet, confident, one hairline apart ---------- */
.svc { background: var(--offwhite); padding: clamp(92px, 10.5vw, 148px) 0; }
.svc + .svc { border-top: 1px solid var(--hairline-light); }
.svc-grid {
  position: relative;
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(40px, 6vw, 104px); align-items: center;
}
.svc-flip .svc-text { order: 2; }
.svc-flip .svc-surface { order: 1; }

.svc-text { position: relative; z-index: 1; }
.svc-text h2 { font-size: clamp(1.9rem, 3.2vw, 2.7rem); margin-bottom: 16px; }
.svc-lede { color: var(--ink-soft); margin-bottom: 24px; max-width: 46ch; }

.svc-does { margin-bottom: 30px; }
.svc-does li {
  position: relative;
  padding: 10px 0 10px 24px; border-top: 1px solid var(--hairline-light);
  font-size: 0.95rem; color: var(--ink);
}
.svc-does li::before {
  content: ""; position: absolute; left: 2px; top: 1.15em;
  width: 12px; height: 2px; border-radius: 2px; background: var(--teal);
}

/* The agent behind it: a hairline plaque, no card */
.svc-agent {
  display: flex; flex-wrap: wrap; align-items: center; gap: 16px;
  padding: 16px 0; margin-bottom: 24px; max-width: 470px;
  border-top: 1px solid var(--hairline-light); border-bottom: 1px solid var(--hairline-light);
}
.svc-agent-avatar {
  flex: none; width: 46px; height: 46px;
  display: grid; place-items: center; background: var(--navy);
}
.svc-agent-avatar .mascot { width: 27px; height: 28px; }
.svc-agent-label { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); }
.svc-agent-name { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; line-height: 1.25; }
.svc-agent-stack {
  margin-left: auto; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-soft); text-align: right; line-height: 1.9;
}

/* ---------- Vignette surfaces: white worksheets, softened ---------- */
.svc-surface { position: relative; z-index: 1; min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.svc-anno {
  position: relative; max-width: 470px; width: 100%;
  background: var(--white);
  border-radius: 24px;
  padding: 26px 28px 20px;
  box-shadow: 0 24px 60px -24px rgba(14, 42, 71, 0.35), 0 2px 8px rgba(14, 42, 71, 0.08);
}
.svc-anno::before {
  content: ""; position: absolute; inset: 0; border-radius: 24px;
  box-shadow: inset 0 0 0 1px rgba(14, 42, 71, 0.06);
  pointer-events: none;
}
.anno-head {
  display: flex; align-items: baseline; justify-content: space-between; gap: 14px;
  padding-bottom: 12px; border-bottom: 1px solid var(--hairline-light);
}
.anno-head-title { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; }
.anno-head-meta { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); text-align: right; }

.anno-main { min-width: 0; flex: 1; }
.anno-main b { display: block; font-size: 0.95rem; line-height: 1.4; }
.anno-main i { display: block; font-style: normal; font-size: 0.84rem; color: var(--ink-soft); }
.anno-row .stamp { align-self: center; }

.anno-foot {
  display: flex; flex-wrap: wrap; gap: 8px 22px;
  margin-top: 4px; padding-top: 13px;
}
.anno-foot span { font-size: 0.78rem; color: var(--ink-soft); }
.anno-foot b { font-weight: 700; color: var(--navy); font-variant-numeric: tabular-nums; }
.anno-foot b.tick { display: inline-block; animation: foot-tick 0.35s var(--ease); }
@keyframes foot-tick {
  0% { opacity: 0; transform: translateY(6px); }
  100% { opacity: 1; transform: translateY(0); }
}
.anno-row.row-land { animation: foot-tick 0.55s var(--ease); }

/* Hybrid demo-card treatment for "This morning's inbound": the paper card
   (.svc-anno) keeps its header, but the live feed sits inset in a dark ink
   instrument panel, same language as the crew showcase's capture card. */
#triage .anno-panel {
  position: relative; margin-top: 6px; padding: 18px 20px 16px;
  border-radius: 18px; overflow: hidden;
  background:
    radial-gradient(380px 160px at 100% 0%, rgba(201, 169, 110, 0.12), rgba(201, 169, 110, 0) 60%),
    linear-gradient(175deg, var(--navy-raise) 0%, var(--navy) 58%, var(--navy-abyss) 100%);
  box-shadow: inset 0 0 0 1px rgba(244, 241, 236, 0.07), inset 0 1px 12px rgba(0, 0, 0, 0.25);
}
#triage .anno-panel-label {
  font-family: var(--font-mono); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--paper-dim); margin-bottom: 12px;
}
#triage .anno-row { font-family: var(--font-mono); font-size: 0.82rem; border-bottom-color: rgba(244, 241, 236, 0.12); }
#triage .anno-row:last-child { border-bottom: 0; padding-bottom: 4px; }
#triage .anno-t { font-family: var(--font-mono); }
#triage .anno-main b { font-family: var(--font-body); }
#triage .anno-main i { font-family: var(--font-body); color: var(--paper-dim); }
#triage .anno-payoff {
  display: flex; align-items: baseline; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(244, 241, 236, 0.12);
}
#triage .anno-payoff-word {
  font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 1.05rem; color: var(--offwhite);
}
#triage .anno-foot { margin: 0; padding: 0; }
#triage .anno-foot span { color: var(--paper-dim); }
#triage .anno-foot b { color: var(--gold); font-family: var(--font-mono); }

/* Staggered entrance for triage rows once the block reveals */
html.js .svc-grid .anno-row { opacity: 0; transform: translateY(8px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
html.js .svc-grid.rv-in .anno-row { opacity: 1; transform: none; }
html.js .svc-grid.rv-in .anno-row:nth-child(1) { transition-delay: 0.25s; }
html.js .svc-grid.rv-in .anno-row:nth-child(2) { transition-delay: 0.55s; }
html.js .svc-grid.rv-in .anno-row:nth-child(3) { transition-delay: 0.85s; }
/* Rows the live feed lands later fade in right away, no stagger */
html.js .svc-grid.rv-in .anno-row.row-land { transition-delay: 0s; }

/* Sequence vignette (service 02): the landing's day rail */
.vg-seq .vg-day {
  display: flex; align-items: baseline; gap: 10px;
  font-size: 0.88rem; color: var(--ink-soft); padding: 9px 0;
  border-bottom: 1px solid var(--hairline-light);
  opacity: 1;
}
html.js .svc-grid .vg-day { opacity: 0; transform: translateX(-8px); transition: opacity 0.55s var(--ease), transform 0.55s var(--ease); }
html.js .svc-grid.rv-in .vg-day { opacity: 1; transform: none; }
html.js .svc-grid.rv-in .vg-day:nth-child(1) { transition-delay: 0.25s; }
html.js .svc-grid.rv-in .vg-day:nth-child(2) { transition-delay: 0.5s; }
html.js .svc-grid.rv-in .vg-day:nth-child(3) { transition-delay: 0.75s; }
html.js .svc-grid.rv-in .vg-day:nth-child(4) { transition-delay: 1s; }
.vg-day i { width: 12px; height: 2px; border-radius: 2px; background: var(--teal); flex: none; align-self: center; }
.vg-day b { font-weight: 700; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); min-width: 56px; }
.vg-day > span:not(.anno-state) { flex: 1; min-width: 0; }
.vg-day .anno-state { align-self: center; }
.vg-day-you i { background: var(--gold); }
.vg-day-you { color: var(--ink); font-weight: 600; }
.anno-state-gold { color: var(--gold-press); }

/* Reporter vignette (service 03) */
.svc-report-nums { display: flex; gap: clamp(18px, 3vw, 34px); padding: 4px 0 18px; }
.svc-report-nums p { display: grid; gap: 2px; }
.svc-report-nums b {
  font-family: var(--font-display); font-weight: 800; font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1; color: var(--navy); font-variant-numeric: tabular-nums;
}
.svc-report-nums b.svc-up { color: var(--teal); }
.svc-report-nums span { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); }
.svc-flag {
  display: flex; align-items: baseline; gap: 11px;
  margin-top: 16px; padding-top: 13px; border-top: 1px solid var(--hairline-light);
  font-size: 0.82rem; color: var(--ink-soft); line-height: 1.5;
}
.svc-flag .di { align-self: center; }

/* ---------- One backbone (dark, hairline diagram) ---------- */
.backbone { background: var(--navy-deep); color: var(--paper-ink); padding: clamp(92px, 10.5vw, 148px) 0 clamp(64px, 7.5vw, 104px); position: relative; overflow: hidden; }
.backbone::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(70% 60% at 80% 10%, rgba(20, 51, 82, 0.5) 0%, rgba(20, 51, 82, 0) 60%);
}
.backbone .shell { position: relative; }
.backbone .sec-title { color: var(--offwhite); }
.bb-sub { color: var(--paper-ink); }

.bb { max-width: none; }
.bb-inner { display: grid; grid-template-columns: 1fr; justify-items: center; }
.bb-agent {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 13px 20px;
  border: 1px solid var(--hairline-dark);
  background: rgba(244, 241, 236, 0.03);
}
.bb-agent .mascot-sm { flex: none; }
.bb-agent b { display: block; font-size: 0.9rem; font-weight: 700; color: var(--offwhite); line-height: 1.35; }
.bb-agent i { display: block; font-style: normal; font-size: 0.76rem; color: var(--paper-dim); }

.bb-wire {
  position: relative; justify-self: center;
  width: 0; height: clamp(36px, 5vw, 56px);
  border-left: 1px dashed rgba(244, 241, 236, 0.28);
}
html.motion-ok .bb-wire::after {
  content: ""; position: absolute; left: -1.5px; top: 0;
  width: 2px; height: 10px; border-radius: 2px; background: var(--teal);
  animation: bb-drip 2.4s linear infinite;
}
html.motion-ok .bb-d2::after { animation-delay: 0.8s; }
html.motion-ok .bb-d3::after { animation-delay: 1.6s; }
html.motion-ok .bb-wd::after { animation-delay: 1.2s; animation-duration: 2.8s; }
@keyframes bb-drip {
  0% { top: 0; opacity: 0; }
  14% { opacity: 1; }
  86% { opacity: 1; }
  100% { top: calc(100% - 10px); opacity: 0; }
}

.bb-bar {
  width: 100%;
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: 8px 14px;
  padding: 18px 24px;
  background: var(--navy-raise);
  border: 1px solid rgba(201, 169, 110, 0.35);
  box-shadow: 0 14px 36px rgba(4, 12, 22, 0.3);
  text-align: center;
}
.bb-bar b { font-size: 1.05rem; font-weight: 700; color: var(--offwhite); }
.bb-bar-note { font-size: 0.78rem; color: var(--paper-dim); }
.bb-you {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 10px 0;
  font-size: 0.9rem; font-weight: 600; color: var(--offwhite);
  border-bottom: 1px solid var(--hairline-dark);
}

/* What the backbone runs on: Airtable is one chip among your stack, marked as our pick */
.bb-stack {
  width: 100%;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 10px;
  padding: 16px 0 2px;
}
.bb-stack-label {
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--paper-dim); margin-right: 8px;
}
.bb-chip {
  font-size: 0.82rem; font-weight: 600; color: var(--paper-ink);
  white-space: nowrap;
}
.bb-chip + .bb-chip::before {
  content: "\00B7"; margin-right: 10px;
  color: rgba(244, 241, 236, 0.4); font-weight: 400;
}
.bb-chip-gold { color: var(--gold); font-weight: 700; }
/* Chips land one by one once the diagram reveals */
html.js .bb .bb-chip, html.js .bb .bb-stack-label { opacity: 0; transform: translateY(6px); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
html.js .bb.rv-in .bb-chip, html.js .bb.rv-in .bb-stack-label { opacity: 1; transform: none; }
html.js .bb.rv-in .bb-stack-label { transition-delay: 0.3s; }
html.js .bb.rv-in .bb-chip:nth-child(2) { transition-delay: 0.42s; }
html.js .bb.rv-in .bb-chip:nth-child(3) { transition-delay: 0.54s; }
html.js .bb.rv-in .bb-chip:nth-child(4) { transition-delay: 0.66s; }
html.js .bb.rv-in .bb-chip:nth-child(5) { transition-delay: 0.78s; }
html.js .bb.rv-in .bb-chip:nth-child(6) { transition-delay: 0.9s; }

/* ---------- Backbone, alive: hover an agent to trace its traffic ---------- */
html.js .bb-agent { cursor: pointer; }
.bb-agent {
  transition: opacity 0.4s var(--ease), border-color 0.4s var(--ease),
    background 0.4s var(--ease), transform 0.4s var(--ease);
}
.bb-wire { transition: opacity 0.4s var(--ease), border-color 0.4s var(--ease); }
.bb-bar { transition: border-color 0.4s var(--ease); }
.bb-inner.is-hot .bb-agent:not(.bb-hot) { opacity: 0.42; }
.bb-inner.is-hot .bb-wire:not(.bb-hot-wire):not(.bb-wd) { opacity: 0.35; }
.bb-agent.bb-hot {
  border-color: rgba(201, 169, 110, 0.7);
  background: rgba(201, 169, 110, 0.06);
  transform: translateY(-3px);
}
.bb-wire.bb-hot-wire { border-left-style: solid; border-left-color: rgba(201, 169, 110, 0.8); }
html.motion-ok .bb-wire.bb-hot-wire::after { background: var(--gold); animation-duration: 1.1s; }
.bb-inner.is-hot .bb-bar { border-color: rgba(201, 169, 110, 0.7); }
.bb-bar-note { transition: opacity 0.22s; }

@media (min-width: 761px) {
  .bb-inner { grid-template-columns: repeat(3, 1fr); gap: 0 clamp(12px, 2vw, 24px); }
  .bb-a1 { grid-area: 1 / 1; } .bb-w1 { grid-area: 2 / 1; }
  .bb-a2 { grid-area: 1 / 2; } .bb-w2 { grid-area: 2 / 2; }
  .bb-a3 { grid-area: 1 / 3; } .bb-w3 { grid-area: 2 / 3; }
  .bb-bar { grid-area: 3 / 1 / 4 / 4; }
  .bb-stack { grid-area: 4 / 1 / 5 / 4; }
  .bb-wd { grid-area: 5 / 1 / 6 / 4; }
  .bb-you { grid-area: 6 / 1 / 7 / 4; }
}

/* ---------- Backbone principles: how every engagement works ---------- */
.bb-principles {
  margin-top: clamp(44px, 6vw, 72px);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 3vw, 44px);
}
.bb-principles li { border-top: 1px solid var(--hairline-dark); padding-top: 16px; }
.bb-p-title {
  display: flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 0.95rem; color: var(--offwhite); margin-bottom: 8px;
}
.bb-principles li > p:not(.bb-p-title) { font-size: 0.9rem; color: var(--paper-dim); line-height: 1.65; }

/* ---------- Premium tier ---------- */
.svc-premium { background: var(--offwhite); padding: clamp(72px, 8.5vw, 118px) 0 clamp(64px, 8vw, 104px); }
.svc-premium-card {
  position: relative;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(32px, 4vw, 80px); align-items: center;
  padding: clamp(40px, 5vw, 72px);
  border-radius: 26px;
  box-shadow: 0 40px 84px -34px rgba(4, 12, 22, 0.5);
  overflow: hidden;
}
/* soft corner glow, replacing the flat gold tick every live panel used to carry */
.svc-premium-card::before {
  content: ""; position: absolute; top: 0; left: 0; z-index: 0;
  width: 220px; height: 220px;
  background: radial-gradient(circle at 0 0, rgba(201, 169, 110, 0.14), transparent 70%);
  pointer-events: none;
}
.svc-premium-card > * { position: relative; z-index: 1; }
.svc-premium-tag .slab-sq { border-color: var(--gold); }
.svc-premium-text h2 { font-size: clamp(1.7rem, 2.8vw, 2.3rem); margin-bottom: 16px; }
.svc-premium-text p { margin-bottom: 22px; max-width: 48ch; }
/* ---------- Ways to work with us: the full menu, no rate card ---------- */
.ways { background: var(--offwhite); padding: clamp(64px, 8vw, 104px) 0; border-top: 1px solid var(--hairline-light); }
.ways-list { max-width: 1040px; counter-reset: ways; }
.ways-row {
  display: grid; grid-template-columns: 56px minmax(0, 1fr) minmax(150px, 208px); gap: 18px 32px; align-items: start;
  padding: clamp(22px, 3vw, 34px) 0;
  border-top: 1px solid var(--hairline-light);
  transition: border-color 0.35s var(--ease);
}
.ways-fit { padding-top: 6px; text-align: right; }
.ways-fit-label { display: block; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-press); margin-bottom: 5px; }
.ways-fit-val { font-size: 0.88rem; font-weight: 600; color: var(--navy); line-height: 1.35; }
.ways-row:hover { border-top-color: var(--gold); }
.ways-row:last-child { border-bottom: 1px solid var(--hairline-light); }
.ways-num {
  padding-top: 5px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em;
  color: var(--gold-press); font-variant-numeric: tabular-nums;
  transition: color 0.35s;
}
.ways-row:hover .ways-num { color: var(--gold); }
.ways-body h3 {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.35rem; margin-bottom: 8px;
}
.ways-body p { font-size: 0.95rem; color: var(--ink-soft); max-width: 64ch; }
.ways-body .link-arrow { margin-top: 12px; }
.ways-tag {
  display: inline-block; line-height: 1;
  font-family: var(--font-body, inherit);
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--teal);
}
.ways .summon { margin-top: clamp(40px, 5.5vw, 64px); }

/* ---------- Advisory and enablement: the entry point ---------- */
.advisory { background: var(--offwhite); padding: 0 0 clamp(104px, 12vw, 168px); }
/* The advisory sheet: the site's white call-sheet plate, teal rule top-left
   because advisory is the UI-accent tier, not the gold action */
.advisory-card {
  position: relative; isolation: isolate;
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(32px, 4vw, 80px); align-items: start;
  padding: clamp(40px, 5vw, 72px);
}
.advisory-card::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--white);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
  filter: drop-shadow(0 1px 2px rgba(14, 42, 71, 0.06)) drop-shadow(0 36px 72px rgba(14, 42, 71, 0.2));
}
.advisory-tag .slab-sq { border-color: var(--teal); }
.advisory-tag .slab-sq::after { background: var(--teal); }
.advisory-text h2 { font-size: clamp(1.7rem, 2.8vw, 2.3rem); margin-bottom: 16px; }
.advisory-lede { color: var(--ink-soft); margin-bottom: 18px; max-width: 52ch; }
.advisory-note { font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 28px; max-width: 52ch; }
.advisory-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-soft); margin-bottom: 4px;
}
.advisory-list li {
  display: flex; align-items: baseline; gap: 14px;
  padding: 14px 0; border-top: 1px solid var(--hairline-light);
}
.advisory-list li:first-child { border-top: 0; padding-top: 10px; }
.advisory-list .di { align-self: center; }
.advisory-list b { display: block; font-size: 0.975rem; font-weight: 700; color: var(--ink, var(--navy)); }
.advisory-list p { font-size: 0.9rem; color: var(--ink-soft); }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .svc-hero-inner { grid-template-columns: 1fr; gap: 52px; }
  .svc-hero-copy { max-width: 640px; }
  .svc-index { max-width: 560px; }
}

@media (max-width: 860px) {
  .svc-grid, .svc-premium-card, .advisory-card { grid-template-columns: 1fr; gap: 34px; }
  .svc-flip .svc-text { order: 1; }
  .svc-flip .svc-surface { order: 2; }
  .svc-agent-stack { margin-left: 62px; text-align: left; max-width: none; }
  .bb-principles { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 480px) {
  .ways-row { grid-template-columns: 34px minmax(0, 1fr); gap: 8px 12px; }
  .ways-fit { grid-column: 2; text-align: left; padding-top: 6px; }
}

@media (max-width: 480px) {
  .svc-index-row { grid-template-columns: 28px 1fr auto; gap: 12px; }
  .anno-row { gap: 10px; }
  .anno-t { min-width: 38px; }
  .anno-head { flex-direction: column; gap: 2px; }
  .anno-head-meta { text-align: left; }
}

/* ---------- Airtable specialty: editorial, no card (approved de-box) ---------- */
.airtable { background: var(--offwhite); padding: clamp(72px, 8.5vw, 118px) 0; }
.airtable-card {
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(32px, 4vw, 72px); align-items: start;
}
.airtable-text h2 { font-size: clamp(1.7rem, 2.8vw, 2.3rem); margin-bottom: 16px; }
.airtable-lede { color: var(--ink-soft); margin-bottom: 20px; max-width: 54ch; }
.airtable-certs { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 20px; }
.airtable-cert {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.82rem; font-weight: 600; color: var(--ink-soft);
}
.airtable-cert::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); flex: none;
}
@media (max-width: 860px) {
  .airtable-card { grid-template-columns: 1fr; gap: 30px; }
}

/* Phone: day-rail rows stack. Day and state share the top line, the note
   takes the full width under them. */
@media (max-width: 600px) {
  .vg-seq .vg-day {
    display: grid; grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 3px 10px; align-items: baseline; padding: 11px 0 13px;
  }
  .vg-seq .vg-day i { grid-row: 1; grid-column: 1; align-self: center; }
  .vg-seq .vg-day b { grid-row: 1; grid-column: 2; min-width: 0; }
  .vg-seq .vg-day > span:not(.anno-state) { grid-row: 2; grid-column: 2 / -1; }
  .vg-seq .vg-day .anno-state { grid-row: 1; grid-column: 3; align-self: baseline; }
}

/* ---------- Reduced motion: everything rendered complete ---------- */
@media (prefers-reduced-motion: reduce) {
  html.js .svc-grid .anno-row, html.js .svc-grid .vg-day { opacity: 1; transform: none; }
  html.js .bb .bb-chip, html.js .bb .bb-stack-label { opacity: 1; transform: none; }
  .bb-wire::after { display: none !important; }
  .anno-row.row-land, .anno-foot b.tick { animation: none !important; }
}

/* Advisory formats (added 2026-07-21: make advisory more explained/prominent) */
.advisory-formats{list-style:none;margin:22px 0 26px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px 18px;}
.advisory-formats li{padding:12px 14px;border:1px solid var(--hairline,#e2ddd2);border-radius:10px;background:rgba(255,255,255,.55);}
.advisory-formats b{display:block;color:var(--navy,#0E2A47);font-size:14.5px;margin-bottom:3px;}
.advisory-formats span{color:var(--ink-soft,#5a6b7a);font-size:12.5px;line-height:1.45;}
@media(max-width:640px){.advisory-formats{grid-template-columns:1fr;}}
