/* Subpage layout — services, articles, related content */
.subpage {
  --subpage-max: 920px;
  padding-bottom: 0;
  background:
    radial-gradient(1200px 560px at 90% -8%, rgba(36, 58, 255, 0.09), transparent 55%),
    radial-gradient(900px 420px at -10% 14%, rgba(36, 58, 255, 0.05), transparent 62%),
    var(--bg);
}

.subpage.service-page:not(.field-note-page) {
  background: var(--bg);
}

.subpage .container {
  width: min(var(--subpage-max), calc(100% - 2 * var(--side)));
  max-width: var(--subpage-max);
  margin-inline: auto;
}

.subpage .site-footer {
  background: var(--bg-white);
}

.subpage .site-footer > .container {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  padding: 0 var(--side);
}

/* Hide contact block on all single pages */
.subpage .contact-section {
  display: none !important;
}

/* Field-note editorial pages — shared by field notes + service pages */
.subpage.field-note-page {
  background: var(--bg);
  background-image: none;
}

.subpage.field-note-page .article-header,
.subpage.field-note-page main,
.subpage.field-note-page .article-body,
.subpage.field-note-page .related-section:not(.insights-aligned) {
  background: transparent;
}

.field-note-page .article-body > .container {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding-top: 0;
  padding-bottom: 0;
}

.field-note-page .article-header .container {
  width: min(820px, calc(100% - 2 * var(--side)));
  max-width: 820px;
  margin-inline: auto;
}

.field-note-page .article-body .container {
  width: min(760px, calc(100% - 2 * var(--side)));
  max-width: 760px;
  margin-inline: auto;
}

.field-note-page .related-section .container {
  width: min(var(--subpage-max), calc(100% - 2 * var(--side)));
  max-width: var(--subpage-max);
  margin-inline: auto;
}

/* Neutralize orb-theme card chrome inside editorial article flow */
.field-note-page .article-body .content-section,
.field-note-page .article-body .field-list li,
.field-note-page .article-body .symptom,
.field-note-page .article-body .deliverable,
.field-note-page .article-body .phase-list li,
.field-note-page .article-body .service-investment {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}

.field-note-page .article-body h2 {
  font-family: var(--font-display, var(--sans));
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: var(--font-weight-medium, 500);
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 44px 0 16px;
  color: var(--text-1);
}

.field-note-page .article-body h2:first-child {
  margin-top: 0;
}

.field-note-page .article-body h2 em {
  font-style: italic;
}

.field-note-page .article-body h3 {
  font-family: var(--font-display, var(--sans));
  font-size: var(--font-size-h3, clamp(17px, 1.9vw, 21px));
  font-weight: var(--font-weight-semibold, 600);
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: var(--text-1);
  margin: 32px 0 10px;
}

.field-note-page .article-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin: 28px 0 0;
}

.field-note-page .article-cta-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  margin-top: clamp(20px, 2.5vw, 28px);
  font-family: var(--sans);
  font-size: 13px;
  color: var(--text-3);
}

.field-note-page .article-cta-nav a {
  color: var(--text-2);
  text-decoration: none;
  text-underline-offset: 3px;
}

.field-note-page .article-cta-nav a:hover {
  color: var(--text-1);
  text-decoration: underline;
}

.service-page .article-header .article-byline strong {
  font-family: var(--sans);
  color: var(--text-1);
  font-weight: 600;
}

.service-page .service-section h2 {
  font-family: "Inter", var(--sans);
  font-weight: 600;
}

.service-page .service-section h2 em {
  font-style: normal;
}

/* Ghost CTAs inherit OrbAI white pill from orb-theme.css (.btn-ghost) */
@media (max-width: 640px) {
  .field-note-page .article-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .field-note-page .article-cta-actions .btn-primary,
  .field-note-page .article-cta-actions .btn-ghost {
    justify-content: center;
  }
}

/* ── PAGE HERO (service / framework pages) ─────────────────────────── */
.subpage main {
  padding-bottom: 0;
}

.page-hero,
.page-hero.section-pad--tight {
  padding: calc(var(--nav-h) + clamp(48px, 7vw, 72px)) 0 clamp(28px, 4vw, 40px);
  border-bottom: none;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.page-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-hero-glow {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-20%);
  width: min(640px, 90vw);
  height: 420px;
  background: radial-gradient(ellipse, var(--accent-glow) 0%, transparent 72%);
  pointer-events: none;
}

.page-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: clamp(16px, 2.5vw, 24px);
}

.page-eyebrow::before {
  display: none;
}

.page-title {
  font-family: var(--font-display, var(--sans));
  font-size: var(--font-size-hero, clamp(40px, 8vw, 100px));
  font-weight: var(--font-weight-regular, 400);
  line-height: 1.2;
  letter-spacing: -0.06em;
  margin-bottom: clamp(20px, 3vw, 28px);
  max-width: 14ch;
}

.page-title em { font-style: normal; color: var(--text-1); }

.page-deck {
  font-family: var(--font-body, var(--sans));
  font-style: normal;
  font-size: clamp(14px, 1.6vw, var(--font-size-body, 16px));
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-body, 1.5);
  letter-spacing: var(--font-letter-spacing, 0em);
  color: var(--text-2);
  max-width: 46ch;
  margin-bottom: clamp(24px, 3.5vw, 32px);
}

.page-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 52ch;
}

.page-facts li {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-3);
}

.hero-meta {
  display: none;
}

.nav-back {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-2);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color .25s;
}
.nav-back:hover { color: var(--accent); }
.nav-back svg { transition: transform .25s; }
.nav-back:hover svg { transform: translateX(-4px); }

.content-section {
  padding: 0 0 clamp(16px, 2.5vw, 20px);
  border-bottom: 0;
}

.content-section .container {
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
  padding: var(--orb-box-pad);
  opacity: 1;
}
.content-section .section-eyebrow::before {
  display: none;
}

.content-section .section-title {
  font-family: var(--sans);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin-bottom: clamp(20px, 3vw, 28px);
  color: var(--text-1);
}
.content-section .section-title em { font-style: normal; color: var(--text-1); }
.section-prose p {
  font-family: var(--font-body, var(--sans));
  font-size: var(--font-size-body, 16px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-body, 1.5);
  letter-spacing: var(--font-letter-spacing, 0em);
  color: var(--text-2);
  margin-bottom: var(--font-paragraph-spacing, 20px);
}
.section-prose p:last-child { margin-bottom: 0; }
.section-prose strong { color: var(--text-1); font-weight: 400; }
.section-prose a { color: var(--accent); text-underline-offset: 3px; }
.pull-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.45;
  color: var(--text-1);
  border-left: 2px solid var(--accent);
  padding: 12px 0 12px 28px;
  margin: 36px 0;
  max-width: 720px;
}

.field-list {
  list-style: none;
  margin-top: 28px;
  border-top: 1px solid var(--rule);
}
.field-list li {
  border-bottom: 1px solid var(--rule);
  padding: 26px 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  align-items: start;
}
.field-num {
  font-family: var(--sans);
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  color: var(--accent);
}
.field-body h3 {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-1);
  margin-bottom: 8px;
}
.field-body p {
  font-family: var(--font-body, var(--sans));
  font-size: var(--font-size-body-sm, 14px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-body, 1.5);
  color: var(--text-2);
}

.symptoms-grid,
.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  background: transparent;
  border: none;
  margin-top: 28px;
}
.symptom, .deliverable {
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
  padding: var(--orb-box-pad);
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.symptom:hover, .deliverable:hover {
  background-color: var(--orb-box-bg);
  border-color: var(--rule-mid);
  box-shadow: var(--orb-box-shadow-hover, var(--shadow-sm));
}
.symptom-icon, .deliverable-num {
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.symptom h4, .deliverable h4 {
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 10px;
}
.symptom p, .deliverable p {
  font-size: 13px;
  line-height: 1.7;
  font-weight: 300;
  color: var(--text-2);
}

.outcomes-list {
  margin-top: 28px;
  border-top: 1px solid var(--rule);
}
.outcome {
  padding: 26px 0;
  border-bottom: 1px solid var(--rule);
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(0, 2.1fr);
  gap: 32px;
  align-items: start;
}
.outcomes-list .outcome:last-child {
  border-bottom: none;
}
.outcome-label {
  font-family: var(--sans);
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--text-1);
}
.outcome-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  color: var(--text-1);
  max-width: 720px;
}

.related-section {
  padding: clamp(16px, 2.5vw, 24px) 0 0;
  border-bottom: none;
  background: transparent;
}
.related-section.insights-aligned {
  padding: clamp(72px, 10vw, 100px) 0 clamp(48px, 7vw, 72px);
  background: var(--bg);
  border-top: 1px solid var(--rule);
}
.related-section.insights-aligned .insights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.field-note-page.service-page .related-section.insights-aligned .insights-grid {
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
}
.related-section.insights-aligned .insight-card--live {
  height: 100%;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
}

/* Article header */
.article-header {
  padding: calc(var(--nav-h) + clamp(80px, 12vw, 120px)) 0 clamp(56px, 7vw, 88px);
  border-bottom: 1px solid var(--rule);
  position: relative;
  overflow: hidden;
}
.article-glow {
  position: absolute;
  top: 20%;
  right: -15%;
  width: 700px;
  height: 700px;
  background: radial-gradient(ellipse, rgba(61,107,140,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.article-header .container {
  width: min(820px, calc(100% - 2 * var(--side)));
  max-width: 820px;
  margin-inline: auto;
}
.article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 32px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.article-meta .divider { width: 12px; height: 1px; background: var(--text-3); }
.article-meta .reading-time { color: var(--text-3); }
.article-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--text-1);
  margin-bottom: 32px;
  max-width: 18ch;
}
.article-deck {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.55;
  color: var(--text-2);
  max-width: 640px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--rule);
}
.article-byline {
  margin-top: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-3);
}
.article-byline .author { color: var(--text-1); }
.article-byline .divider { width: 12px; height: 1px; background: var(--text-3); }

.author-card .name {
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-1);
  display: block;
  margin-bottom: 4px;
}
.author-card .role {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
  display: block;
  margin-bottom: 10px;
}
.author-card .bio {
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-2);
  margin: 0;
}

.author-card {
  margin-top: 44px;
  padding: var(--orb-box-pad);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  background-color: var(--orb-box-bg);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
  opacity: 1;
}

.author-card .author-avatar-wrap {
  position: relative;
  width: fit-content;
  align-self: start;
  justify-self: start;
  padding: 3px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(36, 58, 255, 0.55), rgba(36, 58, 255, 0.08) 45%, rgba(0, 0, 0, 0.06) 100%);
  box-shadow: 0 8px 24px rgba(36, 58, 255, 0.08);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
  flex-shrink: 0;
}

.author-card:hover .author-avatar-wrap {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(36, 58, 255, 0.1);
}

.author-card .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--bg-white);
  border: 3px solid var(--bg-white);
}

.author-card .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%);
  transition: filter 0.45s var(--ease);
}

.author-card:hover .author-avatar img {
  filter: grayscale(70%);
}

.author-info {
  min-width: 0;
}

.cta-glow {
  position: absolute;
  right: -12%;
  top: 18%;
  width: 520px;
  height: 520px;
  background: radial-gradient(ellipse, var(--accent-glow) 0%, transparent 70%);
  pointer-events: none;
}

.page-footer-simple {
  border-top: 1px solid var(--rule);
  background: var(--bg);
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(var(--subpage-max, 920px), calc(100% - 2 * var(--side))) minmax(0, 1fr);
  align-items: center;
  padding: 30px 0 max(30px, env(safe-area-inset-bottom, 0px));
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3);
}

.page-footer-simple > span {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
}

.page-footer-simple > .page-footer-links {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

.page-footer-links {
  display: flex;
  align-items: center;
  gap: 12px 18px;
  flex-wrap: wrap;
}

.page-footer-links a {
  color: var(--text-2);
  text-decoration: none;
  transition: color .2s;
}

.page-footer-links a:hover {
  color: var(--accent);
}

/* Article body */
.article-body {
  padding: clamp(48px, 6vw, 80px) 0;
  border-bottom: 0;
}
.article-body .container {
  width: min(760px, calc(100% - 2 * var(--side)));
  max-width: 760px;
  margin-inline: auto;
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding-top: var(--orb-box-pad);
  padding-bottom: var(--orb-box-pad);
  opacity: 1;
}

.article-body h2 {
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 44px 0 16px;
}
.article-body p {
  font-family: var(--font-body, var(--sans));
  font-size: var(--font-size-body, 16px);
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-body, 1.5);
  letter-spacing: var(--font-letter-spacing, 0em);
  color: var(--text-2);
  margin-bottom: var(--font-paragraph-spacing, 20px);
}
.article-body strong { color: var(--text-1); font-weight: 500; }
.article-body a { color: var(--accent); text-underline-offset: 3px; }
.article-body ul {
  margin: 20px 0 24px 20px;
  color: var(--text-2);
}
.article-body li { margin-bottom: 10px; line-height: 1.7; }
.article-body blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  color: var(--text-1);
  border-left: 2px solid var(--accent);
  padding: 8px 0 8px 24px;
  margin: 32px 0;
}

.subpage .page-hero,
.subpage .article-header {
  background: transparent;
}

.article-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 48px 0 32px;
  color: var(--text-3);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.article-divider span { flex: 1; height: 1px; background: var(--rule); }
.article-divider em { font-style: italic; font-family: var(--serif); }

.subpage-nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.subpage-nav .nav-link {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-2);
  text-decoration: none;
  transition: color .25s;
}
.subpage-nav .nav-link:hover { color: var(--accent); }

/* Simpler single-page header */
.subpage-nav .nav-link {
  display: none !important;
}

@media (min-width: 768px) {
  .field-note-page.service-page .related-section.insights-aligned .insights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .field-note-page.service-page .related-section.insights-aligned .insights-grid {
    grid-template-columns: 1fr;
  }

  .subpage .author-card {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 980px) {
  .symptoms-grid,
  .deliverables-grid,
  .service-page .deliverables-grid,
  .field-note-page:not(.service-page) .related-section.insights-aligned .insights-grid { grid-template-columns: 1fr; }
  .outcome { grid-template-columns: 1fr; gap: 8px; }
  .subpage-nav-right .nav-link { display: none; }
  .page-hero,
  .page-hero.section-pad--tight {
    padding-top: calc(var(--nav-h) + clamp(64px, 10vw, 96px));
  }
  .article-header {
    padding-top: calc(var(--nav-h) + clamp(64px, 10vw, 96px));
  }

  .page-footer-simple {
    letter-spacing: 0.06em;
    font-size: 11px;
  }

  .content-section .container,
  .article-body .container {
    border-radius: 18px;
  }

  .field-note-page .article-body .container {
    border-radius: 0;
  }
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.capability {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: var(--orb-box-pad);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  background-color: var(--orb-box-bg);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
}
.capability-num {
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  flex-shrink: 0;
}
.capability p {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-1);
  line-height: 1.4;
  margin: 0;
}
.phase-list {
  list-style: none;
  margin-top: 28px;
  display: grid;
  gap: 16px;
}
.phase-list li {
  padding: var(--orb-box-pad);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  background-color: var(--orb-box-bg);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
}
.phase-list h3 {
  font-family: var(--sans);
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text-1);
  margin-bottom: 10px;
}
.phase-list p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-2);
}

@media (max-width: 720px) {
  .capability-grid { grid-template-columns: 1fr; }
}

/* ── Service single pages — white editorial canvas (field-notes parity) ── */
.subpage.field-note-page.service-page {
  background: var(--bg);
  background-image: none;
}

.subpage.field-note-page.service-page .article-header,
.subpage.field-note-page.service-page main,
.subpage.field-note-page.service-page .article-body {
  background: transparent;
}

.subpage.field-note-page.service-page .article-body > .container,
.subpage.field-note-page.service-page .article-body .container {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding-top: 0;
  padding-bottom: 0;
}

.subpage.field-note-page.service-page .article-glow {
  display: none;
}

/* Service page header — homepage sans typography (not field-notes serif) */
.service-page .article-header .container {
  text-align: left;
}

.subpage.field-note-page.service-page .article-header .article-title {
  font-family: "Inter", var(--sans);
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.15;
  max-width: none;
  text-align: left;
}

.service-page .article-header .article-meta,
.service-page .article-header .article-meta .category,
.service-page .article-header .article-meta .reading-time,
.service-page .article-header .article-byline {
  font-family: "Inter", var(--sans);
  justify-content: flex-start;
  text-align: left;
}

.service-page .article-header .article-meta .reading-time {
  font-weight: 400;
}

.service-page .article-header .article-deck {
  font-family: "Inter", var(--sans);
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-section-intro, 16px);
  line-height: var(--font-line-height-body, 1.5);
  max-width: min(760px, 100%);
  text-align: left;
}

.service-page .article-header .article-byline {
  max-width: min(760px, 100%);
}

/* ── Field-note editorial pages — homepage sans header typography ── */
.field-note-page:not(.service-page) .article-header .container {
  text-align: left;
}

.subpage.field-note-page:not(.service-page) .article-header .article-title {
  font-family: "Inter", var(--sans);
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.15;
  max-width: none;
  text-align: left;
}

.field-note-page:not(.service-page) .article-header .article-meta,
.field-note-page:not(.service-page) .article-header .article-meta .category,
.field-note-page:not(.service-page) .article-header .article-meta .reading-time,
.field-note-page:not(.service-page) .article-header .article-byline {
  font-family: "Inter", var(--sans);
  justify-content: flex-start;
  text-align: left;
}

.field-note-page:not(.service-page) .article-header .article-meta .reading-time {
  font-weight: 400;
}

.field-note-page:not(.service-page) .article-header .article-deck {
  font-family: "Inter", var(--sans);
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-section-intro, 16px);
  line-height: var(--font-line-height-body, 1.5);
  max-width: min(760px, 100%);
  text-align: left;
}

.field-note-page:not(.service-page) .article-header .article-byline {
  max-width: min(760px, 100%);
}

/* ── Service page flat editorial sections ──────────────────────────────── */
.service-page.field-note-page .article-body .service-section {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.service-page.field-note-page .article-body .service-section:first-child h2 {
  margin-top: 0;
}

.service-page.field-note-page .article-body .service-section h3 {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: clamp(24px, 2.5vw, 32px) 0 8px;
  color: var(--text-1);
}

.service-page.field-note-page .article-body .service-section .article-cta-actions {
  margin-top: clamp(20px, 2.4vw, 28px);
}

.service-page.field-note-page .article-body .service-section .article-cta-nav {
  margin-top: clamp(16px, 2vw, 20px);
}

/* ── Service page CTA card (final section only) ─────────────────────────── */
.service-page.field-note-page .article-body #next-step {
  margin-top: clamp(48px, 6vw, 64px);
}

.service-page.field-note-page .article-body #next-step .service-cta-card {
  background-color: var(--orb-box-bg);
  border: 1px solid var(--rule);
  border-radius: var(--orb-box-radius, 10px);
  box-shadow: var(--orb-box-shadow, var(--orb-shadow-card));
  padding: var(--orb-box-pad);
  opacity: 1;
}

.service-page.field-note-page .article-body #next-step .service-cta-card h2 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: clamp(12px, 1.6vw, 16px);
}

.service-page.field-note-page .article-body #next-step .service-cta-card > p {
  color: var(--text-2);
  margin-bottom: 0;
}

.service-page.field-note-page .article-body #next-step .service-cta-card .article-cta-actions {
  margin-top: clamp(24px, 2.8vw, 32px);
}

.service-page.field-note-page .article-body #next-step .service-cta-card .article-cta-nav {
  margin-top: clamp(20px, 2.4vw, 28px);
  padding-top: clamp(16px, 2vw, 20px);
  border-top: 1px solid var(--rule);
}

