@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&display=swap');

:root {
  --ink: #101814;
  --ink-2: #19241e;
  --paper: #f5f7f2;
  --white: #ffffff;
  --lime: #caff5a;
  --mint: #b9f4d0;
  --muted: #667169;
  --line: rgba(16, 24, 20, 0.16);
  --shell: min(1400px, calc(100vw - 80px));
  --radius: 1.25rem;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
img, svg { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .75rem 1rem; transform: translateY(-150%); background: var(--lime); color: var(--ink); font-weight: 600; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 20; top: 0; left: 50%; width: var(--shell); height: 96px; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.2); color: #fff; }
.brand { display: inline-flex; align-items: center; color: inherit; text-decoration: none; }
.brand-logo { width: auto; height: 42px; object-fit: contain; }
.inner-page .site-header .brand-logo, .site-footer .brand-logo { content: url('/assets/probt-logo-dark.png'); filter: none; opacity: 1; }
.site-nav { display: flex; align-items: center; gap: 2rem; font-size: .95rem; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta) { color: rgba(255,255,255,.74); transition: color .2s; }
.site-nav a:not(.nav-cta):hover, .site-nav a[aria-current="page"] { color: #fff; }
.nav-cta { display: inline-flex; align-items: center; gap: 1.25rem; padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; }
.nav-cta:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.menu-button { display: none; border: 0; color: inherit; background: transparent; }

.home-page .site-header { color: var(--ink); border-color: var(--line); }
.home-page .site-nav a:not(.nav-cta) { color: #4f5b54; }
.home-page .site-nav a:not(.nav-cta):hover { color: var(--ink); }
.home-page .nav-cta { border-color: rgba(16,24,20,.3); }
.home-page .nav-cta:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0,1fr) clamp(390px,40vw,560px); gap: clamp(1.75rem,2.5vw,3rem); align-items: center; min-height: 760px; padding: 148px 0 78px; color: var(--ink); }
.hero::before { content: ""; position: absolute; z-index: -2; top: 0; left: 50%; width: 100vw; height: 100%; transform: translateX(-50%); background: var(--paper); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0 calc((100vw - 100%)/-2); opacity: .42; background-image: linear-gradient(rgba(16,24,20,.045) 1px, transparent 1px), linear-gradient(90deg,rgba(16,24,20,.045) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg,transparent 28%,black 100%); }
.hero-copy { align-self: center; max-width: 800px; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 2rem; color: rgba(255,255,255,.65); font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(202,255,90,.12); }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; letter-spacing: -.055em; }
h1 { max-width: 910px; margin: 0; font-size: clamp(4.2rem, 7.6vw, 8.2rem); font-weight: 400; line-height: .93; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero h1 { color: var(--ink); font-size: clamp(3.4rem,5.35vw,5.75rem); line-height: .97; }
.hero h1 em { color: #6b9200; }
.hero-lede { max-width: 670px; margin: 2rem 0 0; color: #48544d; font-size: clamp(1.05rem,1.35vw,1.25rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.75rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 54px; padding: .8rem 1.2rem; border-radius: 999px; text-decoration: none; font-weight: 600; }
.button-primary { color: var(--ink); background: var(--lime); }
.button-primary:hover { background: #dcff93; }
.text-link { display: inline-flex; align-items: center; gap: .7rem; color: #fff; text-underline-offset: .3rem; }
.text-link.dark { color: var(--ink); }
.hero .text-link { min-height: 48px; color: var(--ink); text-decoration: none; border-bottom: 1px solid rgba(16,24,20,.35); }
.hero .text-link:hover { border-color: var(--ink); }

.systems-visual { position: relative; width: 100%; max-width: 560px; aspect-ratio: 4 / 3; justify-self: end; overflow: hidden; border: 0; border-radius: 0; outline: 0; background: transparent; }
.systems-paths { position: absolute; inset: 0; width: 100%; height: 100%; }
.systems-paths path { fill: none; stroke-width: 1.6; vector-effect: non-scaling-stroke; }
.fragment-paths path { stroke: rgba(16,24,20,.26); stroke-dasharray: 4 7; }
.fragment-paths path:nth-child(2n) { stroke-dasharray: 11 8; }
.resolved-paths path { stroke: #789f10; stroke-width: 2; stroke-dasharray: 520; stroke-dashoffset: 520; animation: resolve-path 1.25s .35s ease-out forwards; }
.diagram-node, .outcome-node { position: absolute; z-index: 2; display: inline-flex; align-items: center; min-height: 34px; padding: .45rem .72rem; border-radius: 999px; font-size: .76rem; font-weight: 600; white-space: nowrap; }
.diagram-node { color: #fff; background: var(--ink); }
.node-finance { top: 12%; left: 3%; }.node-operations { top: 5%; left: 20%; }.node-crm { top: 41%; left: 4%; }.node-excel { top: 69%; left: 17%; }.node-email { bottom: 7%; left: 3%; }.node-teams { right: 59%; bottom: 5%; }
.probt-node { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; place-content: center; width: 112px; aspect-ratio: 1; transform: translate(-50%,-50%); border: 1px solid #91bb24; border-radius: 50%; color: var(--ink); text-align: center; background: var(--lime); box-shadow: 0 0 0 12px rgba(202,255,90,.22); }
.probt-node strong { font: 600 1.5rem "Manrope",sans-serif; letter-spacing: -.05em; }.probt-node small { margin-top: .2rem; color: #526126; font-size: .65rem; text-transform: uppercase; }
.connected-node { position: absolute; z-index: 2; top: 50%; right: 4%; display: grid; width: 24%; min-width: 118px; padding: 1.15rem 1rem; transform: translateY(-50%); border: 1px solid rgba(16,24,20,.25); border-radius: .9rem; color: var(--ink); background: #fff; }
.connected-node span { color: #667169; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }.connected-node strong { margin-top: .2rem; font: 500 1.25rem/1.05 "Manrope",sans-serif; letter-spacing: -.04em; }
.outcome-node { right: 8%; color: #3f4c45; border: 1px solid rgba(16,24,20,.18); background: rgba(255,255,255,.9); }
.outcome-data { top: 11%; }.outcome-flow { bottom: 11%; }
.diagram-status { position: absolute; z-index: 3; right: 1rem; bottom: 1rem; display: flex; align-items: center; gap: .5rem; padding: .55rem .7rem; color: #4a564f; background: rgba(245,247,242,.92); font-size: .68rem; }
.diagram-status i { width: 7px; height: 7px; border-radius: 50%; background: #789f10; }

.section-pad { padding-block: 6.5rem; }
.problem-section { background: var(--mint); }
.section-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }
.section-index { margin: 0 0 2.5rem; color: var(--muted); font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
h2 { margin: 0; font-size: clamp(3rem, 5.5vw, 6rem); font-weight: 400; line-height: .99; }
.problem-section h2 em { color: #347253; }
.problem-copy { align-self: end; }
.problem-copy p { max-width: 650px; color: #425049; font-size: 1.05rem; line-height: 1.7; }
.problem-copy .large-copy { margin-top: 0; color: var(--ink); font: 500 clamp(1.45rem, 2.4vw, 2.15rem)/1.35 "Manrope",sans-serif; letter-spacing: -.035em; }
.problem-copy .text-link { margin-top: 1.5rem; }
.section-heading { display: grid; grid-template-columns: 2fr 3fr; gap: 2rem; align-items: start; margin-bottom: 3.25rem; }
.section-heading .section-index { justify-self: start; }
.section-heading h2 { font-size: clamp(2.8rem,5vw,5.4rem); }
/* Stacked banner headings (05 on the home page + the products directory): the section index
   sits on its own row and the title spans the full content width on a single line. Each
   font size is solved from real Manrope metrics (advance width at -.055em tracking, *0.99):
     "We build and operate products of our own."  17.2295em -> min(5.08rem, 5.75vw - 4.6px)
     "Choose a product to see it in full."         13.1335em -> min(6.59rem, 7.54vw - 6.03px) */
.products-section .section-heading,
.products-directory .section-heading { display: block; margin-bottom: 3.25rem; }
.products-section .section-heading h2,
.products-directory .section-heading h2 { max-width: none; white-space: nowrap; }
.products-section .heading-copy,
.products-directory .heading-copy { margin-top: 1.75rem; }
.products-section .section-heading h2 { font-size: min(5.08rem, calc(5.75vw - 4.6px)); }
.products-directory .section-heading h2 { font-size: min(6.59rem, calc(7.54vw - 6.03px)); }
/* 08 — title column rebalanced to 54/46 and font scaled to the new width. */
.field-notes-home .section-heading { grid-template-columns: 54fr 46fr; }
.field-notes-home .section-heading h2 { font-size: clamp(2.6rem,4.4vw,4.5rem); }

/* what-we-do page — distinct heading treatments.
   "Fix / Connect / Build" runs a 45/55 index/title split; the base 2fr/3fr (40/60) is
   overridden, but the base h2 clamp is kept since it holds 2 lines across 921-2560px. */
.intervention-heading .section-heading { grid-template-columns: 45fr 55fr; }
.method-journey .section-heading { display: block; margin-bottom: 3.25rem; }
.method-journey .section-heading h2 { max-width: none; font-size: min(4.95rem, calc(5.665vw - 4.53px)); white-space: nowrap; }
.method-journey .section-heading h2 em { font-style: normal; color: var(--lime); }

/* Centred index only: the title stays full-bleed on one line, so text-align has no
   visible effect on it and just centres the .section-index above. */
.capabilities-heading .section-heading { display: block; text-align: center; }
.capabilities-heading .section-index { width: 100%; text-align: center; }
.capabilities-heading .section-heading h2 { max-width: none; font-size: min(3.9rem, calc(4.465vw - 3.57px)); white-space: nowrap; }
.pillar-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pillar-card { display: flex; flex-direction: column; min-height: 520px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillar-card-accent { background: var(--lime); }
.pillar-top { display: flex; justify-content: space-between; color: var(--muted); font-size: .8rem; }.pillar-card-accent .pillar-top { color: #536b23; }.pillar-top i { font-style: normal; font-size: 1.5rem; }
.pillar-card h3 { margin: auto 0 1rem; font-size: clamp(3.5rem,6vw,6rem); font-weight: 400; line-height: 1; }
.pillar-card p { max-width: 340px; margin: 0 0 2rem; color: #4b554f; font-size: 1.05rem; line-height: 1.5; }
.pillar-card ul { display: grid; gap: .75rem; margin: 0; padding: 1.25rem 0 0; border-top: 1px solid var(--line); list-style: none; color: #4f5b53; font-size: .9rem; }

.method-section { color: #fff; background: var(--ink-2); }
.section-heading.inverse .section-index { color: rgba(255,255,255,.48); }
.section-heading.inverse h2 em { color: var(--lime); }
.method-list { margin: 4rem 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.method-list li { display: grid; grid-template-columns: .25fr .75fr 1fr; gap: 2rem; align-items: baseline; padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.method-list span { color: var(--lime); font-size: .8rem; }
.method-list h3 { margin: 0; font-size: clamp(2rem,3.5vw,3.7rem); font-weight: 400; }
.method-list p { max-width: 520px; margin: 0; color: rgba(255,255,255,.58); line-height: 1.65; }
/* 04 — marked heading: oversized outlined numeral rail + offset headline */
.heading-marked { display: grid; grid-template-columns: clamp(96px,13vw,200px) 1fr; gap: clamp(1.5rem,4vw,3.75rem); align-items: center; margin-bottom: 3.25rem; padding-bottom: 3.25rem; border-bottom: 1px solid var(--line); }
.heading-marked-rail { display: grid; justify-items: start; gap: .7rem; margin: 0; }
.heading-marked-num { font: 500 clamp(4.4rem,8.4vw,8.4rem)/.74 "Manrope",sans-serif; letter-spacing: -.09em; color: transparent; -webkit-text-stroke: 1.5px rgba(16,24,20,.32); }
.heading-marked-label { display: flex; align-items: center; gap: .7rem; color: var(--muted); font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.heading-marked-label::before { content: ""; flex: none; width: 26px; height: 2px; background: #6b9200; }
.heading-marked h2 { max-width: 19ch; font-size: clamp(2.5rem,4.6vw,5rem); }
.heading-marked h2 em { color: #5c7f06; }
@supports not ((-webkit-text-stroke: 1px #000) or (text-stroke: 1px #000)) { .heading-marked-num { color: rgba(16,24,20,.2); } }
.situation-row { display: grid; grid-template-columns: .35fr 1.5fr auto; gap: 2rem; align-items: center; min-height: 122px; border-bottom: 1px solid var(--line); }
.situation-row p { max-width: 900px; margin: 0; font: 500 clamp(1.2rem,2.2vw,2rem)/1.35 "Manrope",sans-serif; letter-spacing: -.035em; }
.situation-row b { color: #a8b0aa; font-size: .75rem; }
.tag { width: max-content; padding: .45rem .75rem; border-radius: 999px; font-size: .72rem; font-weight: 600; text-transform: uppercase; }
.tag-fix { background: #d8e1db; }.tag-connect { background: var(--mint); }.tag-build { background: var(--lime); }
.products-section { background: #e9ede6; }
.heading-copy { max-width: 650px; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.1rem; line-height: 1.6; }
.product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.25rem; }
.product-card { display: flex; flex-direction: column; min-width: 0; min-height: 450px; padding: 1.75rem; overflow: hidden; border-radius: var(--radius); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 24px 50px rgba(16,24,20,.12); }
.product-card:focus-visible { outline: 3px solid #347253; outline-offset: 4px; }
.product-garde { color: #fff; background: #15271e; }
.product-bursary { color: var(--ink); background: var(--white); }
.product-locum { color: var(--ink); background: var(--mint); }
.product-meta { display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.product-bursary .product-meta, .product-locum .product-meta { color: var(--muted); }
.product-symbol { display: grid; place-content: center; align-self: center; width: 132px; aspect-ratio: 1; margin: 2.25rem auto; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--lime); font: 500 4.8rem "Manrope",sans-serif; letter-spacing: -.09em; box-shadow: 0 0 0 20px rgba(202,255,90,.05), 0 0 0 40px rgba(202,255,90,.03); }
.product-symbol-lines { gap: 8px; border-color: var(--line); color: var(--ink); box-shadow: 0 0 0 30px rgba(16,24,20,.035), 0 0 0 60px rgba(16,24,20,.02); }
.product-symbol-lines i { display: block; width: 78px; height: 10px; border-radius: 10px; background: var(--ink); }.product-symbol-lines i:nth-child(2) { width: 55px; background: #62ad7f; }.product-symbol-lines i:nth-child(3) { width: 35px; background: var(--lime); }
.product-symbol-locum { color: var(--ink); border-color: rgba(16,24,20,.24); box-shadow: 0 0 0 24px rgba(16,24,20,.045), 0 0 0 48px rgba(16,24,20,.025); }
.product-copy { margin-top: auto; }
.product-copy h3 { margin: 0 0 1rem; font-size: clamp(2.5rem,4vw,4rem); font-weight: 400; }
.product-copy p { max-width: 600px; margin-bottom: 0; color: rgba(255,255,255,.62); line-height: 1.65; }.product-bursary .product-copy p, .product-locum .product-copy p { color: var(--muted); }
.product-action { display: inline-flex; align-items: center; gap: .7rem; margin-top: 1.5rem; text-decoration: underline; text-underline-offset: .3rem; }
.button-outline { width: max-content; margin-top: 2rem; border: 1px solid var(--line); }
.button-outline:hover { color: #fff; background: var(--ink); }
.capabilities-band { color: #fff; background: #101814; }
/* 06 — banner heading: centred index + one-line headline spanning the full content width.
   Font size is solved from the real Manrope metrics (24.5325em for this string at -.055em
   tracking): min(1400px, 100vw - 80px) / 24.5325 * 0.99 = min(3.53rem, 4.03vw - 3.2px). */
.heading-banner { margin-bottom: 3.25rem; text-align: center; }
.heading-banner-tab { display: inline-flex; align-items: center; gap: .7rem; margin: 0 0 1.75rem; padding: .5rem .9rem; border: 1px solid rgba(202,255,90,.42); border-radius: 999px; color: var(--lime); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.heading-banner-tab::before { content: ""; flex: none; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(202,255,90,.16); }
.heading-banner h2 { font-size: min(3.53rem, calc(4.03vw - 3.2px)); white-space: nowrap; }
.capability-cloud { display: flex; flex-wrap: wrap; gap: .75rem; padding-block: 3rem; border-block: 1px solid rgba(255,255,255,.18); }
.capability-cloud span { padding: .9rem 1.1rem; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.72); }
.capability-cloud span:nth-child(3n+2) { border-color: rgba(202,255,90,.5); color: var(--lime); }
.capability-note { margin: 2rem 0 0; color: rgba(255,255,255,.48); text-align: right; }
.why-section { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
.why-statement { position: sticky; top: 3rem; align-self: start; }
.why-statement h2 { font-size: clamp(3rem,5vw,5.3rem); }
.reason-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.reason-grid article { min-height: 300px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reason-grid span { color: var(--muted); font-size: .75rem; }
.reason-grid h3 { margin: 4rem 0 1rem; font-size: 1.5rem; font-weight: 500; letter-spacing: -.035em; }
.reason-grid p { margin: 0; color: var(--muted); line-height: 1.6; }
.cta-section { padding-block: 6.5rem; color: #fff; background: #244d39; }
.cta-inner { text-align: center; }
.cta-inner .section-index { color: var(--mint); }
.cta-inner h2 { max-width: 1100px; margin-inline: auto; font-size: clamp(3.5rem,7vw,7rem); }
.cta-inner p:not(.section-index) { max-width: 700px; margin: 2rem auto; color: rgba(255,255,255,.67); font-size: 1.15rem; line-height: 1.6; }
.cta-inner .button { width: max-content; margin-inline: auto; }
.site-footer { padding: 5rem 0 1.5rem; color: #fff; background: var(--ink-2); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; padding-bottom: 5rem; }
.footer-grid > div:first-child p { color: rgba(255,255,255,.45); }
.footer-grid nav, .footer-grid > div:last-child { display: flex; flex-direction: column; gap: .85rem; }
.footer-grid nav p, .footer-grid > div:last-child p { margin: 0 0 .5rem; color: rgba(255,255,255,.38); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { width: max-content; color: rgba(255,255,255,.75); text-decoration: none; }.footer-grid a:hover { color: var(--lime); }
.footer-grid span { color: rgba(255,255,255,.45); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.4); font-size: .8rem; }.footer-bottom a { color: inherit; }

/* Inner pages */
.inner-page .site-header { position: absolute; }
.page-hero { position: relative; min-height: 560px; padding: 160px 0 4.75rem; color: #fff; background: var(--ink); }
.page-hero::after { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg,black,transparent 75%); }
.page-hero .shell { position: relative; z-index: 1; }
.page-hero h1 { max-width: 1100px; font-size: clamp(3.8rem,6.4vw,6.8rem); }
.page-hero .hero-lede { max-width: 760px; color: rgba(255,255,255,.68); }
.page-marker { position: absolute; right: 0; top: 0; display: grid; place-content: center; width: 180px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--lime); font-size: 3rem; }
.content-section { padding-block: 5.75rem; }
.content-section + .content-section { border-top: 1px solid var(--line); }
.split-copy { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; }
.split-copy h2 { font-size: clamp(2.8rem,4.6vw,5rem); }
.prose { color: var(--muted); font-size: 1.05rem; line-height: 1.75; }.prose .lead { color: var(--ink); font: 500 clamp(1.4rem,2.2vw,2rem)/1.45 "Manrope",sans-serif; letter-spacing: -.035em; }
.service-blocks { display: grid; gap: 1rem; }
.service-block { display: grid; grid-template-columns: .2fr .55fr 1fr; gap: 2rem; padding: 2rem; border: 1px solid var(--line); background: #fff; }
.service-block > span { color: var(--muted); font-size: .78rem; }.service-block h3 { margin: 0; font-size: clamp(2rem,3vw,3.3rem); font-weight: 400; }.service-block p { margin: 0 0 1rem; color: var(--muted); line-height: 1.6; }.service-block ul { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; list-style: none; }.service-block li { padding: .4rem .65rem; border-radius: 999px; background: #eef1eb; font-size: .78rem; }
.service-block-accent { background: var(--lime); }
.service-block-accent > span, .service-block-accent p { color: #536126; }
.service-block-accent li { border: 1px solid rgba(16,24,20,.18); background: rgba(255,255,255,.55); }
.product-directory-grid .product-card { min-height: 470px; }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.principle-grid article { min-height: 330px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.principle-grid span { color: #4c7b60; font-size: .78rem; }.principle-grid h3 { margin: 5rem 0 1rem; font-size: 1.8rem; font-weight: 500; }.principle-grid p { color: var(--muted); line-height: 1.6; }
.principle-grid .principle-card-accent { background: var(--lime); }
.principle-card-accent span, .principle-card-accent p { color: #536126; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; }.contact-card { padding: 2rem; border: 1px solid var(--line); background: #fff; }.contact-card + .contact-card { margin-top: 1rem; }.contact-card p { color: var(--muted); }.contact-card a { display: inline-block; margin-top: 2rem; font: 500 clamp(1.5rem,3vw,2.5rem) "Manrope",sans-serif; letter-spacing: -.04em; text-underline-offset: .35rem; }.contact-prompts { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }.contact-prompts li { padding: 1.4rem 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
.legal { max-width: 850px; }.legal h2 { margin-top: 3rem; font-size: 2rem; }.legal p { color: var(--muted); line-height: 1.75; }

/* Field notes */
.field-notes-home { background: #e9ede6; }
.notes-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.notes-grid-home { grid-template-columns: 1.15fr .85fr; }
.note-card { display: flex; flex-direction: column; min-height: 390px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.note-card:hover { transform: translateY(-4px); border-color: rgba(16,24,20,.38); box-shadow: 0 18px 48px rgba(16,24,20,.08); }
.note-card:focus-visible { outline: 3px solid #347253; outline-offset: 4px; }
.note-card-featured { grid-row: span 2; min-height: 796px; color: #fff; background: #244d39; }
.note-card-meta { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.note-card-featured .note-card-meta { color: rgba(255,255,255,.55); }
.note-card h3 { max-width: 720px; margin: auto 0 1.25rem; font: 500 clamp(2rem,3vw,3.35rem)/1.08 "Manrope",sans-serif; letter-spacing: -.05em; }
.note-card-featured h3 { font-size: clamp(3rem,4.5vw,5.2rem); }
.note-card p { max-width: 660px; margin: 0; color: var(--muted); line-height: 1.65; }
.note-card-featured p { color: rgba(255,255,255,.67); }
.notes-grid-home .note-card:nth-child(4) { grid-column: 1 / -1; min-height: 330px; }
.note-card-action { display: inline-flex; align-items: center; gap: .7rem; width: max-content; margin-top: 2rem; border-bottom: 1px solid currentColor; font-weight: 500; }
.field-notes-page .page-hero { min-height: 620px; background: #244d39; }
.field-notes-page .page-marker { color: var(--ink); border-color: rgba(202,255,90,.5); background: var(--lime); }
.notes-archive { padding-block: 7rem 9rem; }
.notes-archive .notes-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.notes-archive .note-card:first-child { grid-column: 1 / -1; min-height: 500px; color: #fff; background: var(--ink); }
.notes-archive .note-card:first-child .note-card-meta, .notes-archive .note-card:first-child p { color: rgba(255,255,255,.62); }
.article-page { background: #f8faf6; }
.article-hero { padding: 160px 0 5.5rem; color: #fff; background: var(--ink); }
.article-breadcrumb { display: inline-flex; align-items: center; gap: .65rem; margin-bottom: 4rem; color: var(--mint); font-size: .8rem; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.article-breadcrumb:hover { color: var(--lime); }
.article-hero h1 { max-width: 1120px; font-size: clamp(3.6rem,6.4vw,6.8rem); }
.article-date { display: flex; align-items: center; gap: 1rem; margin: 2.5rem 0 0; color: rgba(255,255,255,.6); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.article-date::before { content: ""; width: 46px; height: 1px; background: var(--lime); }
.article-shell { display: grid; grid-template-columns: minmax(180px,.35fr) minmax(0,1fr); gap: 7vw; padding-block: 6.5rem 9rem; }
.article-aside { position: sticky; top: 2rem; align-self: start; }
.article-aside p { margin: 0 0 1rem; color: var(--muted); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.article-aside a { display: inline-flex; gap: .5rem; align-items: center; font-weight: 500; text-underline-offset: .3rem; }
.article-body { max-width: 780px; font-size: 1.08rem; line-height: 1.82; }
.article-body > p { margin: 0 0 1.55rem; color: #3f4b44; }
.article-body > p:first-child { margin-bottom: 2.5rem; color: var(--ink); font: 500 clamp(1.45rem,2.4vw,2.1rem)/1.48 "Manrope",sans-serif; letter-spacing: -.035em; }
.article-body h2 { margin: 4.5rem 0 1.4rem; font-size: clamp(2rem,3.6vw,3.35rem); line-height: 1.12; }
.related-notes { margin-top: 5.5rem; padding-top: 2.5rem; border-top: 1px solid var(--line); }
.related-notes > p { margin: 0 0 .8rem; color: #347253; font-size: .74rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.related-notes h2 { margin: 0 0 2rem; font-size: clamp(2rem,3.2vw,3rem); }
.related-list { display: grid; border-top: 1px solid var(--line); }
.related-list a { display: grid; grid-template-columns: auto 1fr auto; gap: 1.2rem; align-items: center; padding: 1.4rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.related-list a > span:first-child { color: var(--muted); font-size: .72rem; }
.related-list strong { font: 500 1.08rem/1.35 "Manrope",sans-serif; letter-spacing: -.025em; }
.related-list a > span:last-child { font-size: 1.2rem; transition: transform .2s ease; }
.related-list a:hover > span:last-child { transform: translate(3px,-3px); color: #347253; }

/* Contact diagnosis */
.contact-hero { position: relative; overflow: hidden; padding: 180px 0 6rem; color: #fff; background: var(--ink); }
.contact-hero::after { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg,black,transparent 86%); }
.contact-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; align-items: end; }
.contact-hero h1 { max-width: 900px; font-size: clamp(4rem,7vw,7.8rem); }
.contact-hero-copy { padding-bottom: .5rem; }
.contact-hero-copy p { max-width: 600px; margin: 0; color: rgba(255,255,255,.65); font-size: 1.08rem; line-height: 1.7; }
.contact-hero-copy p + p { margin-top: 1.2rem; color: #fff; font-weight: 500; }
.diagnosis-section { padding: 7rem 0 9rem; }
.diagnosis-layout { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(280px,.5fr); gap: 6vw; align-items: start; }
.diagnosis-form, .problem-card-copy, .diagnosis-aside { min-width: 0; }
.diagnosis-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.diagnosis-form legend { display: flex; align-items: center; gap: 1rem; width: 100%; margin: 0 0 .5rem; padding: 0; font: 500 clamp(2rem,3.5vw,3.4rem)/1.1 "Manrope",sans-serif; letter-spacing: -.05em; }
.form-step { display: grid; place-content: center; flex: 0 0 auto; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font: 600 .7rem "DM Sans",sans-serif; letter-spacing: 0; }
.field-help { margin: 0 0 2rem 3.2rem; color: var(--muted); line-height: 1.55; }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.problem-card { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 1.15rem; min-height: 164px; padding: 1.5rem; border: 1px solid var(--line); border-radius: .8rem; cursor: pointer; background: rgba(255,255,255,.65); transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.problem-card:hover { transform: translateY(-2px); border-color: rgba(16,24,20,.42); background: #fff; box-shadow: 0 12px 34px rgba(16,24,20,.06); }
.problem-card:focus-within { outline: 3px solid rgba(52,114,83,.25); outline-offset: 2px; }
.problem-card:has(input:checked) { border-color: var(--ink); background: var(--mint); box-shadow: inset 0 0 0 1px var(--ink); }
.problem-card input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.problem-number { color: var(--muted); font-size: .72rem; font-weight: 600; }
.problem-card-copy { display: flex; flex-direction: column; gap: .75rem; }
.problem-card-copy strong { overflow-wrap: anywhere; font: 500 1.3rem/1.2 "Manrope",sans-serif; letter-spacing: -.035em; }
.problem-card-copy small { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.selection-mark { display: grid; place-content: center; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; color: transparent; transition: .2s ease; }
.problem-card:has(input:checked) .selection-mark { color: var(--lime); border-color: var(--ink); opacity: 1; background: var(--ink); }
.problem-card-wide { grid-column: 1 / -1; min-height: 128px; }
.field-error { min-height: 1.3rem; margin: .75rem 0 0; color: #a9342b; font-size: .88rem; }
.adaptive-section { margin-top: 5rem; }
.contact-fields { margin-top: 5rem !important; padding-top: 4rem !important; border-top: 1px solid var(--line) !important; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .6rem; }
.field > span { font-weight: 600; }
.field > span small { color: var(--muted); font-weight: 400; }
.field input, .field textarea { width: 100%; min-height: 58px; padding: .9rem 1rem; border: 1px solid var(--line); border-radius: .55rem; color: var(--ink); background: #fff; font-size: 1rem; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 180px; resize: vertical; line-height: 1.55; }
.field input:focus, .field textarea:focus { outline: 0; border-color: #347253; box-shadow: 0 0 0 4px rgba(52,114,83,.12); }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #a9342b; }
.input-error { min-height: 1.2rem; color: #a9342b; font-size: .8rem; }
.context-fields { padding-bottom: .5rem !important; }
.choice-grid { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 1rem; }
.choice-card { position: relative; display: inline-flex; align-items: center; gap: .55rem; min-height: 48px; padding: .7rem .9rem; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; background: #fff; transition: border-color .2s, background .2s, color .2s; }
.choice-card:hover { border-color: rgba(16,24,20,.5); }
.choice-card:focus-within { outline: 3px solid rgba(52,114,83,.2); outline-offset: 2px; }
.choice-card input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.choice-card i { display: none; font-style: normal; }
.choice-card:has(input:checked) { color: #fff; border-color: var(--ink); background: var(--ink); }
.choice-card:has(input:checked) i { display: inline; color: var(--lime); }
.context-description { margin-top: 2rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-actions { display: grid; grid-template-columns: auto 1fr; gap: 1.5rem; align-items: center; margin-top: 2rem; }
.form-actions p { max-width: 430px; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.diagnosis-submit { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 58px; padding: .9rem 1.2rem; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); cursor: pointer; background: var(--lime); font-weight: 600; transition: background .2s, transform .2s; }
.diagnosis-submit:hover { transform: translateY(-1px); background: #dcff93; }
.diagnosis-submit:disabled { opacity: .6; cursor: wait; transform: none; }
.form-status { min-height: 1.5rem; margin-top: 1rem; color: #a9342b; }
.diagnosis-aside { position: sticky; top: 2rem; padding: 2rem; border: 1px solid var(--line); border-radius: .8rem; background: #fff; }
.diagnosis-aside h2 { font-size: clamp(2.3rem,3.6vw,3.8rem); }
.aside-emphasis { margin: 1rem 0 2rem; color: #347253; font: 500 1.35rem "Manrope",sans-serif; }
.diagnosis-aside > p:not(.section-index,.aside-emphasis) { color: var(--muted); line-height: 1.65; }
.aside-route { display: grid; grid-template-columns: 1fr auto 1fr; gap: .7rem; align-items: center; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }.aside-route i { color: #347253; font-style: normal; }
.form-success { padding: 8rem 0; color: #fff; background: #244d39; }
.success-inner { max-width: 900px; text-align: center; }
.success-mark { display: grid; place-content: center; width: 74px; height: 74px; margin: 0 auto 2rem; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 1.8rem; }
.success-inner .section-index { color: var(--mint); }.success-inner h2 { font-size: clamp(4rem,8vw,7.5rem); }.success-inner > p:not(.section-index) { max-width: 690px; margin: 2rem auto; color: rgba(255,255,255,.68); font-size: 1.12rem; line-height: 1.65; }.success-inner .button { width: max-content; margin: 0 auto; }
.direct-contact { padding: 7rem 0; background: #e9ede6; }
.direct-contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; }
.direct-contact h2 { font-size: clamp(3rem,5vw,5rem); }
.direct-links { display: grid; }
.direct-links a { display: grid; grid-template-columns: .35fr 1fr auto; gap: 1rem; align-items: center; padding: 1.75rem 0; border-top: 1px solid var(--line); text-decoration: none; }.direct-links a:last-child { border-bottom: 1px solid var(--line); }.direct-links span { color: var(--muted); font-size: .78rem; text-transform: uppercase; }.direct-links strong { font: 500 clamp(1.3rem,2.7vw,2.3rem) "Manrope",sans-serif; letter-spacing: -.04em; }.direct-links i { font-style: normal; font-size: 1.4rem; }.direct-links a:hover i { color: #347253; }

.reveal { animation: reveal .7s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes resolve-path { to { stroke-dashoffset: 0; } }

@media (min-width: 921px) and (max-width: 1100px) {
  .site-nav { gap: 1.25rem; font-size: .9rem; }
}

@media (min-width: 921px) and (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; gap: 3.25rem; min-height: auto; padding: 130px 0 5rem; }
  .hero h1 { font-size: clamp(4rem,8vw,5rem); }
  .systems-visual { justify-self: center; max-width: 620px; }
}

@media (max-width: 920px) {
  :root { --shell: min(100% - 40px, 1400px); }
  .site-header { height: 78px; }
  .brand-logo { height: 36px; }
  .menu-button { display: grid; grid-template-columns: auto 22px; align-items: center; gap: .2rem .7rem; padding: .5rem 0; }
  .menu-button span { grid-row: 1 / 3; }.menu-button i { display: block; width: 22px; height: 1px; background: currentColor; }
  .site-nav { position: fixed; top: 78px; left: calc((100vw - var(--shell))/ -2); display: none; align-items: stretch; width: 100vw; height: calc(100svh - 78px); padding: 3rem 20px; color: #fff; background: var(--ink); }
  .site-nav.open { display: flex; flex-direction: column; }
  .site-nav a { padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 1.35rem; }
  .site-nav .nav-cta { justify-content: space-between; margin-top: auto; padding: 1rem 1.25rem; border: 1px solid rgba(255,255,255,.4); }
  .home-page .site-nav.open a:not(.nav-cta) { color: rgba(255,255,255,.82); }
  .home-page .site-nav.open .nav-cta { color: #fff; border-color: rgba(255,255,255,.4); }
  .hero { grid-template-columns: 1fr; gap: 3.25rem; min-height: auto; padding: 130px 0 5rem; }
  .hero-copy { max-width: 760px; }
  .hero h1 { font-size: clamp(4rem,9vw,5.25rem); }
  .systems-visual { justify-self: center; max-width: 620px; }
  .section-pad { padding-block: 5.5rem; }
  .content-section { padding-block: 5rem; }
  .cta-section { padding-block: 5.5rem; }
  .section-grid { grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr; row-gap: 0; }
  .intervention-heading .section-heading { grid-template-columns: 1fr; }
  .method-journey .section-heading h2 { font-size: clamp(2.5rem,7vw,3.8rem); white-space: normal; }
  .capabilities-heading .section-heading h2 { font-size: clamp(2.2rem,6.5vw,3.2rem); white-space: normal; }
  .products-section .section-heading h2, .products-directory .section-heading h2 { font-size: clamp(2.6rem,7.2vw,4.2rem); white-space: normal; }

  .heading-marked { grid-template-columns: auto 1fr; gap: 1.35rem; margin-bottom: 2.5rem; padding-bottom: 2.25rem; }
  .heading-marked-num { font-size: clamp(3.2rem,15vw,4.6rem); }
  .heading-marked h2 { max-width: none; font-size: clamp(2.1rem,6.4vw,3rem); }
  .heading-banner { margin-bottom: 2.5rem; }
  .heading-banner h2 { font-size: clamp(2rem,6vw,2.9rem); white-space: normal; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 420px; }
  .product-grid, .why-section, .split-copy, .contact-layout { grid-template-columns: 1fr; }
  .why-statement { position: static; }
  .service-block { grid-template-columns: .2fr .8fr; }.service-block > div { grid-column: 2; }
  .principle-grid { grid-template-columns: 1fr 1fr; }
  .contact-hero-grid, .diagnosis-layout, .direct-contact-grid { grid-template-columns: 1fr; }
  .notes-grid-home, .article-shell { grid-template-columns: 1fr; }
  .note-card-featured { grid-row: auto; min-height: 560px; }
  .article-aside { position: static; }
  .contact-hero-copy { max-width: 700px; }
  .diagnosis-aside { position: static; }
}

@media (max-width: 720px) {
  .problem-grid, .field-grid { grid-template-columns: 1fr; }
  .problem-card-wide { grid-column: auto; }
  .problem-card { min-height: 132px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 32px); --radius: 1rem; }
  h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
  .hero { gap: 2.75rem; padding: 112px 0 4.25rem; }
  .hero h1 { max-width: 100%; font-size: clamp(3.05rem,13.8vw,4.1rem); line-height: .98; }
  .hero-lede { margin-top: 1.5rem; font-size: 1.03rem; line-height: 1.6; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: .7rem; margin-top: 1.6rem; }
  .hero .text-link { justify-content: space-between; width: 100%; padding: .65rem .25rem; border-bottom-color: var(--line); }
  .button { width: 100%; }
  .systems-visual { aspect-ratio: 1 / 1.04; }
  .diagram-node, .outcome-node { min-height: 29px; padding: .35rem .55rem; font-size: .66rem; }
  .node-operations { left: 18%; }.node-excel { left: 11%; }.node-teams { right: 57%; }
  .probt-node { width: 88px; box-shadow: 0 0 0 8px rgba(202,255,90,.22); }
  .probt-node strong { font-size: 1.2rem; }.probt-node small { font-size: .54rem; }
  .connected-node { right: 3%; min-width: 100px; padding: .9rem .7rem; }
  .connected-node strong { font-size: 1.05rem; }
  .outcome-node { right: 5%; }
  .diagram-status { display: none; }
  .section-pad { padding-block: 4.5rem; }
  .pillar-card { min-height: 390px; padding: 1.5rem; }
  .method-list li { grid-template-columns: auto 1fr; gap: 1rem; }.method-list li p { grid-column: 2; }
  .situation-row { grid-template-columns: 1fr auto; gap: 1rem; padding: 1.5rem 0; }.situation-row p { grid-column: 1 / -1; grid-row: 2; }.situation-row b { grid-column: 2; grid-row: 1; }
  .product-grid, .reason-grid, .principle-grid, .footer-grid { grid-template-columns: 1fr; }
  .notes-grid, .notes-archive .notes-grid { grid-template-columns: 1fr; }
  .notes-archive .note-card:first-child { grid-column: auto; min-height: 450px; }
  .notes-grid-home .note-card:nth-child(4) { grid-column: auto; }
  .related-list a { grid-template-columns: auto 1fr auto; gap: .8rem; }
  .note-card, .note-card-featured { min-height: 410px; padding: 1.5rem; }
  .note-card-featured h3 { font-size: clamp(2.8rem,12vw,4rem); }
  .article-hero { padding: 125px 0 4rem; }
  .article-hero h1 { font-size: clamp(3rem,13vw,4.4rem); overflow-wrap: anywhere; }
  .article-breadcrumb { margin-bottom: 3rem; }
  .article-shell { padding-block: 4.5rem 6rem; }
  .article-body { font-size: 1rem; }
  .article-body h2 { margin-top: 3.5rem; }
  .product-card, .product-directory-grid .product-card { min-height: 410px; }
  .product-symbol { width: 116px; margin-block: 1.75rem; font-size: 4.1rem; }
  .capability-note { text-align: left; }
  .cta-section { padding-block: 4.75rem; }
  .footer-grid { padding-bottom: 3rem; }
  .page-hero { min-height: 480px; padding: 126px 0 4rem; }
  .page-hero h1 { font-size: clamp(3rem,14vw,4.2rem); }
  .content-section { padding-block: 4.25rem; }
  .page-marker { display: none; }
  .service-block { grid-template-columns: 1fr; }.service-block > div { grid-column: 1; }
  .contact-hero { padding: 140px 0 4.5rem; }
  .contact-hero h1 { font-size: clamp(3.2rem,15vw,4.8rem); }
  .contact-hero-copy p { font-size: 1rem; }
  .diagnosis-section { padding: 4.5rem 0 6rem; }
  .diagnosis-form legend { align-items: flex-start; font-size: clamp(1.8rem,8vw,2.5rem); }
  .field-help { margin-left: 0; }
  .problem-card { grid-template-columns: auto 1fr auto; padding: 1.2rem; }
  .problem-card-copy strong { font-size: 1.15rem; }
  .adaptive-section, .contact-fields { margin-top: 3.5rem !important; }
  .contact-fields { padding-top: 3rem !important; }
  .form-actions { grid-template-columns: 1fr; }
  .diagnosis-submit { width: 100%; }
  .diagnosis-aside { padding: 1.5rem; }
  .direct-contact { padding: 5rem 0; }
  .direct-links a { grid-template-columns: 1fr auto; }.direct-links a span { grid-column: 1 / -1; }.direct-links a i { grid-column: 2; grid-row: 2; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 2.8rem; }
  .hero { padding-top: 104px; }
  .hero .button { gap: .8rem; font-size: .92rem; }
  .systems-visual { width: calc(100% + 4px); margin-left: -2px; }
  .node-email, .node-teams { display: none; }
  .node-finance { top: 14%; }.node-operations { top: 5%; left: 23%; }.node-crm { top: 43%; }.node-excel { top: 74%; }
  .connected-node { min-width: 92px; }
  .outcome-node { right: 3%; }
  .contact-hero { padding-top: 125px; }
  .contact-hero h1 { font-size: 2.9rem; overflow-wrap: anywhere; }
  .problem-card { min-height: 120px; gap: .8rem; padding: 1rem; }
  .problem-card-copy small { font-size: .85rem; }
  .selection-mark { width: 24px; height: 24px; }
  .choice-card { width: 100%; justify-content: space-between; }
  .diagnosis-aside h2 { font-size: 2rem; overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
