/* Get Wicked Growth: the shared field-guide design.
   Component geometry lives in styles.css; this is the site's visual system. */
:root {
  --paper: #f5f3ed;
  --white: #fbfaf7;
  --ink: #1b1d19;
  --black: var(--ink);
  --green: #20753c;
  --green-hover: #195d30;
  --green-light: #e9ede2;
  --bright: #b7cc9e;
  --muted: #646b5f;
  --line: #d6d8ce;
  --gray-900: #262c23;
  --gray-700: #3e4639;
  --gray-600: #5b6354;
  --gray-500: #646b5f;
  --gray-400: #646b5f;
  --gray-300: #bcc3b2;
  --gray-200: var(--line);
  --gray-100: #e5e6dc;
  --gray-50: #eeeee7;
  --forest: #1c231b;
  --display: 'Space Grotesk', sans-serif;
  --body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font: var(--body);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: none;
  --shadow-md: none;
  --shadow-lg: 0 12px 30px -20px #1b1d1926;
  --container: 1320px;
  --nav-height: 100px;
}
html { scroll-padding-top: calc(var(--nav-height) + 24px); }
body { background: var(--paper); color: var(--ink); }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 500; letter-spacing: -.04em; }
h1 { text-wrap: balance; }
::selection { background: #d7e8c3; color: var(--ink); }
[hidden] { display: none !important; }
button, input, select, textarea { font: inherit; }
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible { outline: 2px solid var(--green); outline-offset: 5px; }
.container { width: min(1320px, calc(100% - 112px)); max-width: var(--container); padding-inline: 0; }
.skip-link { position: fixed; z-index: 200; left: 20px; top: -100px; padding: 12px 18px; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 16px; }
.btn { min-height: 48px; padding: 13px 22px; border-width: 1px; font-size: 13px; font-weight: 500; gap: 20px; border-radius: 0; }
.btn:hover { transform: none; }
.btn-primary { background: var(--ink); border-color: var(--ink); color: var(--white); }
.btn-primary:hover { background: var(--green); border-color: var(--green); }
.btn-outline { border-color: var(--line); background: transparent; }

/* Navigation has the same four entry points on every page. */
.navbar.field-header { background: var(--paper); border: 0; }
.field-header > .container { border-bottom: 1px solid var(--line); gap: 32px; }
.field-header .logo { width: 153px; }
.field-header .logo img { width: 100%; height: auto; }
.field-header .nav-links { display: flex; gap: 33px; margin: 0 38px 0 auto; }
.field-header .nav-links > li > a, .nav-group > summary { display: flex; align-items: center; gap: 7px; padding: 15px 0; color: var(--ink); font-size: 13px; font-weight: 400; cursor: pointer; white-space: nowrap; }
.field-header .nav-links a:hover, .field-header [aria-current="page"], .nav-group-current > summary { color: var(--green); }
.nav-group { position: relative; }
.nav-group > summary { list-style: none; }
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group > summary > span { font-size: 14px; color: var(--muted); transition: transform .18s; }
.nav-group[open] > summary > span { transform: rotate(180deg); }
.nav-dropdown { position: absolute; top: 100%; left: -24px; min-width: 275px; padding: 24px; background: var(--paper); border: 1px solid var(--line); border-top: 2px solid var(--ink); box-shadow: 0 14px 25px -18px #1b1d1940; }
.nav-dropdown-label, .mobile-nav-label { font: 10px/1.6 var(--mono); letter-spacing: .07em; color: var(--muted); }
.nav-dropdown a { display: block; padding: 15px 0; border-bottom: 1px solid var(--line); }
.nav-dropdown a:last-child { border-bottom: 0; padding-bottom: 0; }
.nav-dropdown a > span { display: block; font-family: var(--display); font-size: 19px; letter-spacing: -.035em; }
.nav-dropdown a > small { display: block; font-size: 12px; color: var(--muted); margin-top: 3px; }
.field-header .field-nav-cta { display: inline-flex; justify-content: space-between; align-items: center; gap: 27px; padding: 10px 0; margin-left: 0; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 400; }
.field-nav-cta:hover { color: var(--green); border-color: var(--green); }
.field-header .mobile-menu-btn { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; }
.mobile-nav { top: var(--nav-height); height: calc(100dvh - var(--nav-height)); padding: 24px 36px 40px; overflow-y: auto; background: var(--paper); }
.mobile-nav-label { margin: 18px 0 7px; }
.mobile-nav a { display: flex; justify-content: space-between; padding: 12px 0; font-family: var(--display); font-size: 21px; font-weight: 400; border-bottom: 1px solid var(--line); }
.mobile-nav a:hover { color: var(--green); background: transparent; }
.mobile-nav .btn { font-family: var(--body); font-size: 14px; padding: 14px 18px; }
.no-js-nav { display: flex; flex-wrap: wrap; gap: 12px 22px; padding-block: 18px; font-size: 13px; }

/* Every section has a spacious editorial opening, rather than a boxed hero. */
.breadcrumbs { padding-block: 22px 0; border: 0; background: transparent; }
.breadcrumbs ol { font: 11px/1.7 var(--mono); flex-wrap: wrap; }
.breadcrumbs li, .breadcrumbs a { color: var(--muted); }
.breadcrumbs li[aria-current] { color: var(--ink); }
.eyebrow, .hub-hero .eyebrow { font: 400 11px/1.6 var(--mono); letter-spacing: .08em; color: var(--green); }
.eyebrow::before { content: none; }
.hub-hero .eyebrow { background: transparent; padding: 0; border-radius: 0; }
.hub-listing-hero, .hub-hero, .blog-hero, .pseo-hero { text-align: left; padding: 62px 0 56px; border-bottom: 1px solid var(--line); background: transparent; }
.hub-listing-hero > .container { position: relative; padding-right: 250px; }
.hub-listing-hero > .container::after { content: ''; position: absolute; right: 0; top: 5px; width: 220px; height: 210px; background: url('/images/brand/field-detail.svg') center / contain no-repeat; opacity: .85; pointer-events: none; }
.hub-listing-hero h1, .hub-hero h1, .blog-hero h1, .pseo-hero h1 { font-size: clamp(40px, 5.3vw, 74px); font-weight: 500; letter-spacing: -.058em; line-height: 1.04; max-width: 980px; margin: 15px 0 24px; }
.hub-listing-hero p, .hub-hero p.lede, .blog-hero p, .pseo-hero-sub { font-size: 16px; line-height: 1.85; max-width: 680px; margin: 0; color: var(--muted); }
.hub-section { padding-block: 64px 80px; }
.hub-section + .hub-section { border-top: 1px solid var(--line); }
.kb-section-head { margin-bottom: 38px; }
.kb-section-head h2, .section-header h2 { font-size: clamp(30px, 3.6vw, 48px); line-height: 1.1; letter-spacing: -.045em; font-weight: 500; margin: 14px 0; }
.kb-section-head p { font-size: 15px; line-height: 1.8; color: var(--muted); }

/* Libraries: rules and typography do the work of cards. */
.hub-grid, .hub-grid.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 48px; }
.hub-card, .pseo-card, .blog-card { background: transparent; border: 0; border-top: 1px solid var(--line); border-radius: 0; box-shadow: none; padding: 25px 0 18px; }
.hub-card:hover, .pseo-card:hover, .blog-card:hover { transform: none; box-shadow: none; border-color: var(--ink); }
.hub-card h3 { font-size: 25px; font-weight: 500; letter-spacing: -.04em; line-height: 1.2; margin-bottom: 13px; max-width: 30ch; }
.hub-card:hover h3, .pseo-card:hover h2 { color: var(--green); }
.hub-card p { font-size: 14px; line-height: 1.85; color: var(--muted); margin-bottom: 21px; }
.hub-card .card-foot { font: 11px/1.7 var(--mono); padding-top: 16px; border-color: var(--line); color: var(--muted); }
.hub-card .card-arrow { font: 400 12px/1.5 var(--body); }
.tag, .tag-stage[data-stage], .tag-cat, .tag-role, .tag-type, .category-tag { font: 10px/1.6 var(--mono); border: 0; border-radius: 0; padding: 0; background: transparent; color: var(--green); letter-spacing: .035em; }
.card-tags, .detail-tags { gap: 8px 16px; }
.card-tags .tag + .tag::before, .detail-tags .tag + .tag::before { content: '/'; margin-right: 12px; color: var(--gray-400); }
.hub-card .roles { gap: 12px; }
.hub-card .roles .tag { color: var(--muted); }
.hub-filters { background: var(--paper); border-bottom: 1px solid var(--ink); padding-block: 18px; }
.hub-filters .container { gap: 12px 18px; }
.hub-search { min-height: 44px; border: 0; border-bottom: 1px solid var(--line); padding-inline: 0; background: transparent; }
.hub-search:focus-within { border-color: var(--green); }
.hub-select { background-color: transparent; border-color: var(--line); min-height: 44px; font-size: 12px; }
.hub-count { font: 11px/1.6 var(--mono); color: var(--muted); }
.hub-filter-reset { font-size: 12px; font-weight: 400; }
.techmap-stage { margin-bottom: 64px; }
.techmap-stage-head { border-bottom: 1px solid var(--ink); padding-bottom: 20px; margin-bottom: 22px; flex-wrap: wrap; gap: 12px 20px; }
.techmap-stage-head h2 { font-size: 32px; font-weight: 500; letter-spacing: -.04em; }
.techmap-stage-head .stage-count { margin-left: auto; font: 11px/1.6 var(--mono); color: var(--muted); }
.techmap-cat-grid { column-gap: 35px; }
.techmap-cat { padding: 22px 0; background: transparent; border: 0; border-top: 1px solid var(--line); border-radius: 0; margin-bottom: 20px; }
.techmap-cat h3 { color: var(--green); margin-bottom: 20px; font-weight: 400; line-height: 1.6; }
.techmap-tool { padding-block: 13px; }
.techmap-tool .tool-desc { font-size: 13px; line-height: 1.75; margin-top: 6px; }
.claude-pillar { margin-top: 48px; }
.pseo-card h2 { font-size: 24px; font-weight: 500; letter-spacing: -.035em; }
.pseo-card p { line-height: 1.8; }
.blog-card-body { padding: 16px 0 0; }
.blog-card-title { font-family: var(--display); font-weight: 500; font-size: 28px; letter-spacing: -.04em; line-height: 1.2; }
.blog-card-meta { font: 10px/1.7 var(--mono); color: var(--muted); }

/* The product hubs echo the homepage's contrasting learning shelves. */
.kb-startby-section { padding-block: 60px 76px; }
.kb-startby { gap: 50px; }
.kb-startby-card { border: 0; border-top: 1px solid var(--ink); border-radius: 0; background: transparent; padding: 26px 0 8px; box-shadow: none; }
.kb-startby-card:hover { transform: none; box-shadow: none; }
.kb-startby-card h3 { font-size: 32px; letter-spacing: -.045em; margin-block: 12px 15px; }
.kb-startby-card p { line-height: 1.8; max-width: 50ch; }
.kb-startby-chips { margin-block: 12px 25px; gap: 8px 17px; }
.kb-startby-chips span { background: transparent; padding: 0; border: 0; font: 11px/1.8 var(--mono); color: var(--muted); }
.kb-startby-go { font: 13px/1.6 var(--body); }
.hub-section.kb-paths-section { position: relative; padding-block: 76px 80px; background: var(--forest); color: var(--paper); border-color: var(--forest); }
.kb-paths-section .container { position: relative; z-index: 1; }
.kb-paths-section .kb-section-head h2, .kb-paths-section .kb-path h3 { color: var(--paper); }
.kb-paths-section .eyebrow, .kb-paths-section .kb-path-audience { color: var(--bright); }
.kb-paths-section .kb-section-head p, .kb-paths-section .kb-path-desc { color: #b0bca5; }
.kb-paths { gap: 36px 48px; }
.kb-path { border: 0; border-top: 1px solid #48533f; background: transparent; padding: 26px 0 0; border-radius: 0; }
.kb-path h3 { font-size: 28px; line-height: 1.2; margin-block: 16px; }
.kb-path-desc { line-height: 1.85; }
.kb-path-steps li { border-color: #48533f; padding-block: 15px; }
.kb-paths-section .kb-path-steps a, .kb-paths-section .kb-path-soon { color: var(--paper); font-weight: 400; font-size: 14px; }
.kb-paths-section .kb-path-steps li::before { color: var(--bright); }
.kb-paths-section .kb-path-steps a:hover { color: #d7e8c3; }
.kb-paths-section :focus-visible { outline-color: var(--bright); }
.kb-path-soon em { background: transparent; border: 1px solid #75836b; color: var(--bright); }
.gtm-stage-head h2 { font-size: clamp(32px, 4vw, 50px); font-weight: 500; }
.gtm-stage-nav a { border-radius: 0; background: transparent; }
.hub-card .route-card-title { font: 500 25px/1.2 var(--display); letter-spacing: -.035em; margin: 14px 0; }
.hub-card[id] { scroll-margin-top: 110px; }
.route-tools { display: block; color: var(--gray-600); font-size: 12px; line-height: 1.7; margin-top: 8px; }
.gtm-starter .gtm-starter-steps { list-style: none; padding: 0; margin: 0; }
.gtm-starter-steps > li { display: flex; align-items: flex-start; gap: 20px; padding: 24px; margin: 0; border-bottom: 1px solid var(--line); }
.gtm-starter-steps > li:last-child { border-bottom: 0; }
.gtm-step-index { flex: 0 0 24px; color: var(--green); font: 13px/1.8 var(--mono); }
.gtm-starter-steps h3 { font: 500 20px/1.3 var(--display); margin: 0 0 10px; letter-spacing: -.025em; }
.gtm-starter-steps p { font-size: 14px; line-height: 1.7; margin: 0 0 12px; }
.gtm-starter-steps a { font-size: 13px; }
.gtm-learning-details { margin-top: 36px; padding: 22px 0; border-block: 1px solid var(--line); }
.gtm-learning-details summary { cursor: pointer; font-weight: 500; }
.gtm-learning .gtm-group-label { color: var(--ink); }
@media (max-width: 720px) {
  .gtm-starter-steps > li { padding: 20px 16px; gap: 12px; }
}

/* Funnel navigation follows the customer journey; resources follow the job. */
.gtm-overview { padding: 25px 0 48px; }
.gtm-overview-intro { max-width: 740px; margin-bottom: 32px; }
.gtm-overview-intro h2 { font-size: clamp(25px, 3vw, 34px); margin: 12px 0 16px; line-height: 1.2; }
.gtm-overview-intro > p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.gtm-journey { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid var(--line); }
.gtm-journey > a { position: relative; display: flex; flex-direction: column; gap: 13px; padding: 25px 30px 35px; border-left: 1px solid var(--line); }
.gtm-journey > a:first-child { border-left: 0; padding-left: 0; }
.gtm-journey-number { color: var(--green); font: 12px/1.5 var(--mono); }
.gtm-journey strong { font: 500 25px/1.2 var(--display); letter-spacing: -.035em; }
.gtm-journey > a > span:not([class]) { color: var(--muted); font-size: 13px; line-height: 1.65; padding-right: 14px; }
.gtm-journey-go { position: absolute; right: 20px; bottom: 25px; font-size: 20px; color: var(--green); }
.gtm-journey a:hover strong, .gtm-operations-entry:hover strong { color: var(--green); }
.gtm-operations-entry { display: flex; align-items: baseline; gap: 14px 32px; flex-wrap: wrap; padding: 24px 0; border-bottom: 1px solid var(--line); }
.gtm-operations-entry strong { font: 500 21px/1.3 var(--display); letter-spacing: -.025em; }
.gtm-operations-entry strong span { margin-left: 12px; color: var(--green); }
.gtm-operations-entry > span:last-child { font-size: 13px; color: var(--muted); }
.gtm-jump-nav { position: sticky; top: var(--nav-height); z-index: 20; background: var(--paper); border-block: 1px solid var(--line); }
.gtm-jump-nav > .container { display: flex; gap: 28px; overflow-x: auto; scrollbar-width: thin; }
.gtm-jump-nav a { padding: 16px 0; white-space: nowrap; font: 11px/1.5 var(--mono); }
.gtm-jump-nav a:hover { color: var(--green); }
.gtm-jump-nav .gtm-jump-operations { margin-left: auto; border-left: 1px solid var(--line); padding-left: 28px; }
.gtm-work-section { padding: 70px 0; scroll-margin-top: 65px; }
.gtm-work-section + .gtm-work-section { border-top: 1px solid var(--line); }
.gtm-work-heading { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 65px; margin-bottom: 34px; }
.gtm-work-heading h2 { font-size: clamp(36px, 4.2vw, 52px); line-height: 1.1; margin: 13px 0 18px; letter-spacing: -.045em; }
.gtm-work-question { font: 500 20px/1.4 var(--display); letter-spacing: -.025em; }
.gtm-work-heading > div:last-child { padding-top: 26px; max-width: 680px; }
.gtm-work-heading > div:last-child > p { font-size: 15px; line-height: 1.85; color: var(--muted); }
.gtm-work-heading .gtm-handoff { padding-top: 18px; margin-top: 18px; border-top: 1px solid var(--line); font-size: 13px; }
.gtm-handoff strong { color: var(--ink); font-weight: 500; }
.gtm-job-nav { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 22px 0; border-top: 1px solid var(--line); }
.gtm-job-nav a { font-size: 12px; line-height: 1.6; color: var(--muted); }
.gtm-job-nav a:hover { color: var(--green); }
.gtm-job-nav a > span { color: var(--green); margin-left: 7px; }
.gtm-job { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 65px; padding: 42px 0; border-top: 1px solid var(--line); scroll-margin-top: 65px; }
.gtm-job-context { max-width: 440px; }
.gtm-job-context h3 { font: 500 29px/1.2 var(--display); letter-spacing: -.035em; margin: 14px 0 18px; }
.gtm-job-context > p { color: var(--muted); font-size: 14px; line-height: 1.85; }
.gtm-job-context .gtm-job-check { padding-left: 17px; margin-top: 26px; border-left: 1px solid var(--line); font-size: 12px; line-height: 1.8; }
.gtm-job-check strong { display: block; color: var(--ink); font: 10px/1.7 var(--mono); text-transform: uppercase; margin-bottom: 7px; }
.gtm-job-resources { min-width: 0; }
.gtm-resource-label { font: 10px/1.7 var(--mono); letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.gtm-resource-list { list-style: none; padding: 0; margin: 0 0 25px; }
.gtm-resource-list:last-child { margin-bottom: 0; }
.gtm-resource-list li + li { border-top: 1px solid var(--line); }
.gtm-resource-list a { display: grid; grid-template-columns: 67px minmax(0, 1fr); gap: 5px 15px; padding: 15px 0; }
.gtm-resource-kind { color: var(--muted); font: 10px/1.8 var(--mono); padding-top: 2px; }
.gtm-resource-name { font-size: 15px; line-height: 1.5; }
.gtm-resource-name > span { margin-left: 6px; color: var(--green); }
.gtm-resource-tools { grid-column: 2; color: var(--muted); font-size: 11px; line-height: 1.6; }
.gtm-resource-start .gtm-resource-name { font: 500 21px/1.3 var(--display); letter-spacing: -.025em; }
.gtm-resource-start { border-top: 1px solid var(--ink); }
.gtm-resource-list a:hover .gtm-resource-name { color: var(--green); }
.gtm-work-operations { border-top: 2px solid var(--ink) !important; }
@media (max-width: 900px) {
  .gtm-work-heading, .gtm-job { gap: 35px; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
  .gtm-journey > a { padding-inline: 20px; }
  .gtm-journey strong { font-size: 21px; }
}
@media (max-width: 720px) {
  .gtm-journey { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gtm-journey > a { padding: 24px 20px 32px; }
  .gtm-journey > a:nth-child(odd) { border-left: 0; padding-left: 0; }
  .gtm-journey > a:nth-child(n+3) { border-top: 1px solid var(--line); }
  .gtm-operations-entry { flex-direction: column; gap: 12px; }
  .gtm-jump-nav > .container { gap: 22px; }
  .gtm-jump-nav .gtm-jump-operations { padding-left: 22px; }
  .gtm-work-section { padding-block: 46px; }
  .gtm-work-heading, .gtm-job { grid-template-columns: 1fr; gap: 24px; }
  .gtm-work-heading > div:last-child { padding-top: 0; }
  .gtm-job { padding-block: 32px; }
  .gtm-job-context { max-width: none; }
  .gtm-job-context h3 { font-size: 27px; }
  .gtm-resource-list a { grid-template-columns: 60px minmax(0, 1fr); gap: 5px 12px; }
}

/* Long reads: a generous title, a readable measure, a quiet navigation rail. */
.detail-hero, .ip-hero, .buyer-hero, .tm-int-hero { text-align: left; padding-block: 52px 35px; }
.detail-hero > .container, .ip-hero > .container { max-width: 1120px; }
.detail-hero h1, .ip-hero h1, .buyer-hero h1, .tm-int-hero h1, .article-hero h1 { font-size: clamp(36px, 4.2vw, 60px); font-weight: 500; line-height: 1.08; letter-spacing: -.05em; max-width: 940px; margin-bottom: 23px; }
.detail-hero .detail-summary, .ip-hero-sub, .buyer-hero > p, .tm-int-sub { font-size: 18px; line-height: 1.85; max-width: 760px; color: var(--muted); }
.byline { font-size: 12px; line-height: 1.8; margin-top: 26px; max-width: 780px; }
.byline-avatar { width: 34px; height: 34px; filter: grayscale(1); }
.byline a { font-weight: 500; }
.pb-layout { width: min(1120px, calc(100% - 112px)); max-width: 1120px; padding: 42px 0 88px; grid-template-columns: minmax(0, 740px) 240px; gap: 70px; }
.pb-layout .detail-layout { width: 100%; max-width: 740px; }
.detail-layout { max-width: 788px; padding-top: 40px; }
.detail-layout h2, .article-body h2 { font-size: clamp(27px, 2.9vw, 36px); letter-spacing: -.04em; line-height: 1.2; font-weight: 500; }
.detail-layout h3, .article-body h3 { font-size: 24px; font-weight: 500; line-height: 1.3; }
.detail-layout p, .article-body p, .detail-layout li, .article-body li { font-size: 16px; line-height: 1.9; color: var(--gray-700); }
.pb-sec + .pb-sec { margin-top: 64px; }
.pb-kicker, .kb-summary-label { font-weight: 400; font-size: 11px; line-height: 1.65; letter-spacing: .06em; }
.pb-rail { border-left: 1px solid var(--line); padding-left: 25px; gap: 26px; }
.pb-toc ol { border: 0; }
.pb-toc h4, .pb-railcard h4 { color: var(--muted); font-weight: 400; }
.pb-toc a { padding: 8px 0 8px 12px; font-size: 12px; line-height: 1.6; }
.pb-railcard, .pb-railcard.cta { border: 0; border-top: 1px solid var(--line); background: transparent; padding: 24px 0 0; }
.pb-railcard.cta .btn { font-size: 12px; }
.detail-meta, .ip-meta, .tm-spec-band { background: transparent; border-color: var(--line); padding-block: 23px; }
.detail-meta-item .label, .ip-meta-label { font: 10px/1.6 var(--mono); letter-spacing: .06em; color: var(--muted); }
.detail-meta-item .value { font-size: 14px; font-weight: 500; }
.step-block { border: 0; border-top: 1px solid var(--line); padding: 25px 0; background: transparent; gap: 24px; }
.step-block .step-num { font: 13px/1.6 var(--mono); width: 28px; height: auto; padding-top: 3px; background: transparent; color: var(--green); border-radius: 0; }
.step-block .step-num::before { content: counter(step, decimal-leading-zero); }
.step-block .step-body { min-width: 0; }
.step-block .step-body h4 { font-size: 22px; font-weight: 500; letter-spacing: -.035em; }
.callout, .callout-tip, .callout-warning, .article-body .article-fix, .article-body .article-note, .article-body blockquote { background: transparent; border: 0; border-left: 1px solid var(--green); border-radius: 0; padding: 6px 0 6px 23px; }
.callout-icon, .article-fix-icon, .article-note-icon { display: none; }
.ip-meaning-box { background: transparent; border: 0; border-left: 1px solid var(--green); padding: 6px 0 6px 26px; }
.ip-section-title { font-size: clamp(28px, 3.3vw, 42px); font-weight: 500; letter-spacing: -.04em; }
.kb-summary { border-color: var(--ink); padding-block: 23px; margin-bottom: 38px; }
.kb-summary-list li { padding-block: 12px; }
.kb-diagram, .uc-flow, .uc-stack { border-color: var(--line); }
.kb-diagram-label { background: transparent; font-weight: 400; }
.code-block, .term { background: #1c231b; border: 1px solid #384432; border-radius: 0; box-shadow: none; }
.code-block-head, .term-bar { background: #252f21; border-color: #48533f; color: #b0bca5; }
.code-block pre, .term-body { color: #e7ebdf; }
.term-title, .term-out { color: #b0bca5; }
.term-comment { color: #a0ad95; }
.term-prompt { color: #b7cc9e; }
.copy-btn { border-radius: 0; color: #e7ebdf; min-height: 36px; }
.code-block-head :focus-visible, .term :focus-visible { outline-color: var(--bright); }
.variable-table, .comparison-table { font-size: 14px; }
.tm-int-sub { margin-left: 0; }
.tm-int-actions { justify-content: flex-start; }
.tm-badge { border-radius: 0; box-shadow: none; background: transparent; }
.tm-method-card, .tm-feature { border: 0; border-top: 1px solid var(--line); padding: 24px 0; background: transparent; box-shadow: none; }
.tm-method-card.is-rec { box-shadow: none; }
.article-hero { width: min(1320px, calc(100% - 112px)); padding: 62px 0 48px; grid-template-columns: minmax(0, 1fr) 340px; }
.article-hero-visual { border-radius: 0; box-shadow: none; }
.article-layout { width: min(1120px, calc(100% - 112px)); padding-inline: 0; }
.article-body figure img, .article-body .article-link-card, .article-body a.template-card { border-radius: 0; box-shadow: none; }
.article-cta-banner { border: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; padding: 36px 0; }
.article-cta-banner h3 { font-size: 30px; font-weight: 500; letter-spacing: -.04em; }

/* Service and legacy landing pages use the same editorial rhythm. */
.hero { text-align: left; padding-block: 70px 64px; }
.hero h1 { margin-left: 0; max-width: 980px; font-size: clamp(42px, 5.3vw, 74px); line-height: 1.04; letter-spacing: -.055em; font-weight: 500; }
.hero-sub { margin-left: 0; max-width: 690px; line-height: 1.85; color: var(--muted); }
.hero-ctas { justify-content: flex-start; }
.social-proof { align-items: flex-start; }
.process, .differentiator, .bio, .pricing, .wwm-sec { padding-block: 85px; }
.pricing-card, .wwm-compare .c, .wwm-fit .col { border-radius: 0; box-shadow: none; background: transparent; border: 0; border-top: 1px solid var(--ink); padding-inline: 0; }
.pricing-grid { gap: 48px; }
.pricing-card.featured { background: transparent; box-shadow: none; }
.wwm-secwrap h2, .wwm-scar-text h2 { font-size: clamp(30px, 3.5vw, 46px); font-weight: 500; letter-spacing: -.045em; }
.wwm-cta { border-radius: 0; text-align: left; background: var(--forest); }
.wwm-cta p { margin-left: 0; color: #b0bca5; }
.wwm-cta .btn-primary { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.wwm-cta .note, .wwm-cta .note a { color: var(--bright); }
.newsletter-band { background: var(--forest); }
.newsletter .container { text-align: left; }
.newsletter .newsletter-form { margin-left: 0; }
.newsletter p.nl-sub, .newsletter .nl-note { color: #b0bca5; }
.newsletter :focus-visible { outline-color: var(--bright); }
.nl-modal-card { border-radius: 0; border: 1px solid #48533f; box-shadow: 0 25px 80px -30px #1b1d1980; background: var(--forest); }
.nl-modal-card h3 { font-family: var(--display); font-size: 29px; font-weight: 500; letter-spacing: -.045em; }
.nl-modal-card .nl-modal-sub, .nl-modal-card .nl-note, .nl-modal-x { color: #b0bca5; }
.nl-modal-card .btn-primary, .newsletter .btn-primary { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.nl-modal-card .btn-primary:hover, .newsletter .btn-primary:hover { background: #d7e8c3; border-color: #d7e8c3; }
.nl-modal-card :focus-visible { outline-color: var(--bright); }
.newsletter input[type="email"], .nl-modal-card input[type="email"] { background: #252f21; border-color: #75836b; }
.newsletter input[type="email"]::placeholder, .nl-modal-card input[type="email"]::placeholder { color: #b0bca5; }
.uc-figure img { border-radius: 0; }
.uc-log h1 { font-size: clamp(32px, 4.2vw, 54px); font-weight: 500; line-height: 1.1; letter-spacing: -.045em; margin-block: 20px 30px; }
.uc-log h2 { font-size: 30px; font-weight: 500; margin-top: 48px; }
.uc-log p, .uc-log li { line-height: 1.85; }
.nl-modal input, .newsletter-form input, .gate-form input[type="email"] { border-radius: 0; }

/* The footer closes every page with the same invitation and library links. */
.footer.field-footer { position: relative; overflow: hidden; background: var(--forest); color: var(--paper); padding: 65px 0 25px; border: 0; }
.field-footer > .container { position: relative; z-index: 1; }
.footer-linework { position: absolute; width: 330px; height: 275px; top: -60px; right: 20%; opacity: .16; pointer-events: none; }
.footer-invitation { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; padding-bottom: 54px; border-bottom: 1px solid #48533f; margin-bottom: 40px; }
.footer-invitation p { font-family: var(--display); font-size: 35px; line-height: 1.12; letter-spacing: -.04em; color: #bdc4b5; }
.footer-invitation > a { display: flex; align-items: baseline; gap: 75px; font-family: var(--display); font-size: clamp(40px, 5.2vw, 72px); line-height: 1.1; letter-spacing: -.065em; }
.footer-invitation > a > span { color: var(--bright); }
.footer-invitation > a:hover { color: var(--bright); }
.field-footer .footer-inner { align-items: start; gap: 50px; }
.field-footer .footer-brand { max-width: 300px; }
/* Keep the supplied logo in its original colors, with paper behind the artwork. */
.footer-logo { display: inline-block; width: 272px; max-width: 100%; padding: 14px 16px; background: var(--paper); box-sizing: border-box; }
.footer-logo img { display: block; width: 100%; height: auto; }
.field-footer .footer-brand p { font-size: 13px; line-height: 1.8; color: #b0bca5; margin-top: 18px; }
.footer-subscribe { display: inline-flex; gap: 25px; font-size: 12px; margin-top: 27px; padding-bottom: 9px; border-bottom: 1px solid #48533f; }
.field-footer .footer-columns { gap: 55px; }
.field-footer .footer-col h4 { font: 10px/1.7 var(--mono); text-transform: uppercase; letter-spacing: .06em; color: var(--bright); margin-bottom: 17px; }
.field-footer .footer-col a { color: #c0c9b6; font-size: 12px; line-height: 1.8; }
.field-footer .footer-col a:hover, .footer-subscribe:hover { color: var(--paper); }
.field-footer .footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 40px; padding-top: 23px; border-color: #48533f; color: #b0bca5; font: 10px/1.8 var(--mono); }
.field-footer :focus-visible { outline-color: var(--bright); }

@media (max-width: 1100px) {
  .container, .article-hero { width: calc(100% - 72px); }
  .pb-layout, .article-layout { width: calc(100% - 72px); }
  .field-header .nav-links { gap: 24px; margin-right: 15px; }
  .hub-listing-hero > .container { padding-right: 160px; }
  .hub-listing-hero > .container::after { width: 140px; height: 170px; }
  .pb-layout { gap: 40px; grid-template-columns: minmax(0, 1fr) 210px; }
  .hub-grid { column-gap: 32px; }
  .field-footer .footer-columns { gap: 34px; }
}
@media (max-width: 1024px) {
  .pb-layout { grid-template-columns: 1fr; }
  .pb-layout .detail-layout { margin-inline: auto; }
  .pb-rail { display: none; }
}
@media (max-width: 800px) {
  :root { --nav-height: 80px; }
  .field-header .nav-links, .field-header .field-nav-cta { display: none; }
  .field-header .mobile-menu-btn { display: flex; }
  .field-header .logo { width: 145px; }
  .hub-listing-hero, .hub-hero, .blog-hero, .pseo-hero { padding-block: 42px; }
  .hub-listing-hero > .container { padding-right: 0; }
  .hub-listing-hero > .container::after { display: none; }
  .hub-listing-hero h1, .hub-hero h1, .blog-hero h1, .pseo-hero h1 { font-size: clamp(38px, 7vw, 54px); }
  .hub-section { padding-block: 44px 56px; }
  .hub-filters { position: static; }
  .kb-startby { gap: 30px; }
  .kb-paths { gap: 30px; }
  .hub-card h3 { font-size: 23px; }
  .hub-section.kb-paths-section { padding-block: 50px; }
  .article-hero { grid-template-columns: 1fr; gap: 30px; padding-block: 40px; }
  .article-hero-visual { max-width: 430px; }
  .article-layout { display: block; }
  .article-layout .toc-sidebar { display: none; }
  .footer-invitation { align-items: flex-start; flex-direction: column; gap: 28px; padding-bottom: 38px; }
  .footer-invitation p { font-size: 28px; }
  .footer-invitation > a { font-size: 53px; gap: 50px; }
  .field-footer .footer-inner { flex-direction: column; }
  .field-footer .footer-columns { width: 100%; justify-content: space-between; flex-wrap: wrap; }
  .field-footer .footer-bottom { flex-wrap: wrap; gap: 10px; }
  .process, .differentiator, .bio, .pricing, .wwm-sec { padding-block: 55px; }
}
@media (max-width: 600px) {
  .container, .article-hero, .article-layout, .pb-layout { width: calc(100% - 40px); }
  .hub-grid, .hub-grid.cols-2, .kb-paths, .kb-startby { grid-template-columns: 1fr; }
  .hub-grid { row-gap: 8px; }
  .hub-card { padding-block: 24px; }
  .hub-card h3 { max-width: none; }
  .mobile-nav { padding-inline: 20px; }
  .breadcrumbs ol { font-size: 10px; }
  .detail-hero, .ip-hero, .buyer-hero, .tm-int-hero { padding-block: 35px 25px; }
  .detail-hero h1, .ip-hero h1, .buyer-hero h1, .tm-int-hero h1, .article-hero h1 { font-size: clamp(32px, 8.3vw, 44px); }
  .detail-hero .detail-summary, .ip-hero-sub, .tm-int-sub { font-size: 16px; line-height: 1.85; }
  .detail-layout { padding-inline: 20px; }
  .pb-layout .detail-layout { padding-inline: 0; }
  .byline { align-items: flex-start; font-size: 11px; }
  .detail-layout p, .article-body p, .detail-layout li, .article-body li { font-size: 15px; line-height: 1.9; }
  .pb-sec + .pb-sec { margin-top: 46px; }
  .techmap-stage-head h2 { font-size: 27px; }
  .step-block { gap: 14px; }
  .article-cta-banner { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
  .article-cta-banner h3 { font-size: 26px; }
  .footer.field-footer { padding-top: 45px; }
  .footer-invitation > a { font-size: 44px; gap: 32px; }
  .field-footer .footer-columns { gap: 30px; }
  .footer-linework { right: -70px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
