:root {
  --ink: #102c42;
  --body: #485d6d;
  --muted: #60727f;
  --blue: #075adb;
  --blue-dark: #0345af;
  --lime: #c1f36a;
  --green: #315b0a;
  --line: #dce4e9;
  --soft: #f3f6f8;
  --white: #fff;
  --radius: 16px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--white); color: var(--ink); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button { touch-action: manipulation; }
img { display: block; max-width: 100%; height: auto; }
figure, p { margin: 0; }
h1, h2, h3 { margin: 0; line-height: 1.12; font-weight: 750; letter-spacing: -.045em; text-wrap: balance; }
h2 { font-size: clamp(2rem, 3.3vw, 2.9rem); }
h3 { font-size: 1.2rem; letter-spacing: -.02em; line-height: 1.35; }
::selection { color: var(--ink); background: var(--lime); }
:focus-visible { outline: 3px solid #1473ed; outline-offset: 4px; }
.container { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.icon { width: 22px; height: 22px; flex: 0 0 auto; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 12px 20px; background: var(--ink); color: #fff; z-index: 100; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0; }
.brand img { width: 38px; height: 38px; object-fit: contain; border-radius: 6px; }
.brand > span { font-size: 1.4rem; letter-spacing: -.055em; font-weight: 800; }
.desktop-nav { display: flex; gap: 27px; margin-left: auto; align-items: center; }
.desktop-nav a, .login-link { font-size: .875rem; font-weight: 600; line-height: 1.4; }
.desktop-nav a { padding: 12px 0; }
.desktop-nav a:hover, .desktop-nav a[aria-current], .login-link:hover { color: var(--blue); }
.header-actions { display: flex; gap: 25px; align-items: center; margin-left: 20px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 21px; border: 1px solid transparent; border-radius: 8px; font-size: .9375rem; font-weight: 650; line-height: 1.4; text-align: center; transition: background-color .18s, border-color .18s, box-shadow .18s; }
.btn .icon { width: 18px; height: 18px; }
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dark); box-shadow: 0 4px 14px #075adb25; }
.btn-secondary { color: var(--ink); background: transparent; border-color: #b9c7d1; }
.btn-secondary:hover { background: #edf2f5; border-color: #8097a8; }
.btn-small { min-height: 44px; padding: 10px 17px; font-size: .875rem; }
.btn-lime { color: var(--ink); background: var(--lime); }
.btn-lime:hover { background: #d5ff94; }
.btn-outline-light { color: #fff; border-color: #6f8493; background: transparent; }
.btn-outline-light:hover { background: #ffffff12; border-color: #afc2d0; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; background: none; color: var(--blue); font-size: 1rem; font-weight: 650; text-align: left; line-height: 1.6; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.text-link .icon { width: 20px; }
.mobile-menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.mobile-menu-button span { display: block; height: 2px; width: 20px; margin: 4px 0; background: var(--ink); }
.mobile-nav { padding: 14px 24px 24px; border-top: 1px solid var(--line); }
.mobile-nav > a { display: block; padding: 12px 0; font-weight: 600; }
.mobile-nav .btn { margin-top: 10px; }
.eyebrow { font-size: .75rem; line-height: 1.5; font-weight: 750; letter-spacing: .12em; color: var(--blue); margin-bottom: 20px; }
.hero { padding: 80px 0 64px; background: linear-gradient(140deg, #fff 30%, #eef4f9 100%); }
.hero-layout { display: grid; grid-template-columns: .93fr 1.07fr; gap: 52px; align-items: center; }
.hero-copy { min-width: 0; }
.hero h1 { font-size: clamp(2.65rem, 4.45vw, 4rem); line-height: 1.045; letter-spacing: -.057em; }
.hero h1 span { color: var(--blue); }
.hero-lede { font-size: 1.125rem; line-height: 1.65; color: var(--body); max-width: 540px; margin-top: 27px; }
.hero-support { margin-top: 14px; color: var(--body); max-width: 480px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.micro-copy { font-size: .8125rem; color: var(--muted); margin-top: 17px; }
.micro-copy > span { padding: 0 8px; }
.product-preview { min-width: 0; }
.workspace { background: #fff; border: 1px solid #ccdae3; border-radius: 18px; overflow: hidden; box-shadow: 0 24px 64px #102c4215, 0 2px 4px #102c4208; }
.workspace-top { background: var(--ink); color: #dce8f0; display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; gap: 12px; }
.workspace-brand { display: inline-flex; align-items: center; gap: 10px; font-size: .75rem; font-weight: 650; letter-spacing: .09em; }
.workspace-brand .icon { width: 20px; color: var(--lime); }
.preview-tag { border: 1px solid #667f91; border-radius: 4px; padding: 1px 8px; font-size: .75rem; color: #e0eaf1; }
.workspace-body { padding: 28px 24px 24px; }
.workspace-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.small-label { display: block; color: var(--muted); font-size: .75rem; font-weight: 650; line-height: 1.4; letter-spacing: .04em; }
.workspace-heading h2 { margin-top: 7px; font-size: 1.8rem; line-height: 1.2; letter-spacing: -.04em; }
.date-chip { font-size: .75rem; white-space: nowrap; padding: 5px 9px; background: var(--soft); border-radius: 5px; color: var(--body); }
.status-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 24px; border: 1px solid var(--line); border-radius: 10px; }
.status-grid > div { padding: 16px 18px; border-right: 1px solid var(--line); }
.status-grid > div:last-child { border-right: 0; background: #f1f9e6; border-radius: 0 9px 9px 0; }
.status-grid strong { display: block; font-size: 1.8rem; line-height: 1.2; font-weight: 650; letter-spacing: -.04em; }
.status-grid span { display: block; font-size: .8125rem; color: var(--body); margin-top: 6px; }
.inspection-list { margin-top: 24px; }
.list-heading { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 10px; color: var(--muted); font-size: .75rem; }
.inspection-row { display: grid; grid-template-columns: 32px 1fr auto; gap: 10px; align-items: center; padding: 17px 0; border-bottom: 1px solid #e9eef1; }
.row-icon { display: flex; align-items: center; justify-content: center; color: #68839a; }
.row-icon .icon { width: 20px; }
.inspection-row strong { display: block; font-size: .875rem; line-height: 1.4; font-weight: 650; }
.inspection-row > div > span { display: block; color: var(--muted); font-size: .75rem; line-height: 1.5; margin-top: 4px; }
.pill { display: inline-flex; justify-content: center; border-radius: 5px; font-size: .75rem; font-weight: 650; line-height: 1.4; padding: 5px 8px; text-align: center; }
.pill-blue { background: #e8f1ff; color: #1355ac; }
.pill-neutral { background: #eef2f4; color: #4a606f; }
.pill-green { background: #e5f3d6; color: #335b13; }
.pill-amber { background: #fff2d4; color: #825416; }
.report-ready { display: flex; align-items: center; gap: 12px; background: #f2f7ed; border: 1px solid #dce7d3; border-radius: 8px; padding: 14px; margin-top: 20px; }
.report-icon { display: grid; place-items: center; border-radius: 50%; width: 32px; height: 32px; flex: 0 0 32px; background: var(--lime); color: var(--ink); }
.report-icon .icon { width: 18px; height: 18px; }
.report-ready strong { display: block; font-size: .8125rem; line-height: 1.5; }
.report-ready span { display: block; font-size: .75rem; line-height: 1.5; color: #516449; margin-top: 2px; }
.report-ready > .icon { color: #5e7552; margin-left: auto; width: 20px; }
.product-preview figcaption { text-align: center; font-size: .75rem; color: var(--muted); margin-top: 14px; }
.audience-strip { border-block: 1px solid var(--line); padding: 25px 0; }
.audience-strip .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.audience-strip span { font-size: .75rem; color: var(--muted); letter-spacing: .065em; font-weight: 650; }
.audience-strip strong { font-size: .9375rem; font-weight: 650; color: #405567; }
.section { padding: 96px 0; }
.section-soft { background: var(--soft); border-block: 1px solid #e7edf1; }
.section-heading { max-width: 740px; margin: 0 auto 48px; text-align: center; }
.section-heading > p:last-child { margin: 20px auto 0; color: var(--body); max-width: 670px; font-size: 1.0625rem; }
.section-heading-split { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; max-width: none; text-align: left; }
.section-heading-split > p:last-child { max-width: 420px; margin: 0 0 3px; }
.feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 34px 44px; }
.feature-card { padding: 22px 0 8px; border-top: 1px solid var(--line); }
.feature-icon { width: 43px; height: 43px; display: flex; align-items: center; justify-content: center; background: #edf4ff; color: var(--blue); border-radius: 10px; margin-bottom: 20px; }
.feature-icon .icon { width: 24px; height: 24px; }
.feature-card h3 { margin-bottom: 11px; }
.feature-card p { color: var(--body); font-size: 1rem; }
.workflow-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0; padding: 0; list-style: none; border-top: 1px solid #cdd9e0; }
.workflow-grid > li { padding: 30px 28px 0 0; }
.workflow-grid > li + li { border-left: 1px solid #dce4e9; padding-left: 28px; }
.step-number { display: block; font-variant-numeric: tabular-nums; font-size: .9375rem; font-weight: 650; color: var(--blue); margin-bottom: 26px; }
.workflow-grid h3 { font-size: 1.125rem; margin-bottom: 12px; }
.workflow-grid p { color: var(--body); }
.field-layout { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 78px; }
.field-visual { border-radius: 18px; border: 1px solid #dbe4eb; background: #f2f6f9; padding: 30px 24px 18px; min-width: 0; }
.field-visual-label { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 24px; color: var(--muted); font-size: .75rem; font-weight: 650; letter-spacing: .07em; }
.field-visual-label .icon { width: 20px; }
.field-images { display: grid; grid-template-columns: .74fr 1fr; align-items: center; gap: 12px; }
.field-images img { width: 100%; object-fit: contain; border-radius: 6px; }
.visual-caption { display: block; text-align: center; color: var(--muted); font-size: .75rem; margin-top: 15px; }
.field-copy p:not(.eyebrow) { margin-top: 21px; color: var(--body); }
.check-list { padding: 0; margin: 25px 0 28px; list-style: none; display: grid; gap: 11px; }
.check-list li { position: relative; padding-left: 26px; color: var(--body); line-height: 1.5; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #477519; font-weight: 750; }
.section-dark { background: var(--ink); color: #fff; }
.section-dark .eyebrow { color: var(--lime); }
.section-dark p:not(.eyebrow) { color: #bacbd7; }
.use-case-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: center; }
.use-case-layout > div > p:not(.eyebrow) { margin-top: 25px; }
.type-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
.type-tags span { border: 1px solid #4a6274; border-radius: 5px; padding: 6px 13px; font-size: .875rem; }
.solution-card { display: block; background: #1c3b51; border: 1px solid #426074; border-radius: var(--radius); padding: 32px; transition: border-color .18s; }
.solution-card:hover { border-color: var(--lime); }
.solution-icon { color: var(--lime); margin-bottom: 23px; }
.solution-icon .icon { width: 30px; height: 30px; }
.solution-card .eyebrow { font-size: .75rem; margin-bottom: 12px; }
.solution-card h3 { font-size: 1.65rem; }
.solution-card p:not(.eyebrow) { margin-top: 14px; }
.solution-card .text-link { color: var(--lime); margin-top: 25px; font-size: .9375rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.pricing-card { background: #fff; border: 1px solid #ccd9e2; border-radius: 14px; padding: 30px; display: flex; flex-direction: column; min-width: 0; }
.pricing-featured { border: 2px solid var(--blue); padding: 29px; box-shadow: 0 8px 25px #075adb0a; }
.plan-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.plan-header h3 { font-size: 1.4rem; }
.plan-badge { font-size: .75rem; line-height: 1.3; background: #edf4ff; color: #1e58a6; border-radius: 4px; padding: 5px 8px; }
.pricing-card > p { color: var(--muted); font-size: .875rem; margin-top: 8px; }
.price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.price strong { font-size: 2.9rem; line-height: 1.1; letter-spacing: -.05em; font-weight: 750; }
.price span { color: var(--muted); font-size: .875rem; }
.pricing-card .btn { width: 100%; padding-inline: 10px; font-size: .875rem; }
.pricing-card .check-list { margin-bottom: 0; font-size: .9375rem; }
.pricing-note { text-align: center; color: var(--muted); margin-top: 28px; font-size: .875rem; line-height: 1.9; }
.pricing-note .text-link { font-size: inherit; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.faq-layout > div > p:not(.eyebrow) { color: var(--muted); margin-top: 24px; }
.faq-layout > div > .text-link { margin-top: 8px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; position: relative; padding: 22px 30px 22px 0; font-size: 1rem; font-weight: 650; line-height: 1.5; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 18px; font-size: 1.5rem; font-weight: 400; color: var(--blue); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--body); margin: 0 24px 24px 0; }
.final-cta { background: var(--ink); color: #fff; padding: 68px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-cta .eyebrow { color: var(--lime); }
.final-cta h2 { font-size: clamp(2rem, 3.6vw, 3.2rem); }
.final-cta p:not(.eyebrow) { color: #c2d1dd; margin-top: 20px; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; min-width: 245px; }
.cta-actions small { font-size: .8125rem; color: #b9cbd8; text-align: center; }
.site-footer { padding: 60px 0 0; }
.footer-top { display: grid; grid-template-columns: 1.3fr .85fr 1.3fr 1fr; gap: 40px; padding-bottom: 48px; }
.footer-intro p { color: var(--muted); margin-top: 17px; font-size: .9375rem; }
.footer-column h2 { font-size: .875rem; font-weight: 700; letter-spacing: 0; margin: 10px 0 19px; }
.footer-column a, .footer-column button { display: block; margin-top: 9px; padding: 0; border: 0; background: none; color: var(--muted); font-size: .875rem; text-align: left; line-height: 1.7; }
.footer-column a:hover, .footer-column button:hover, .footer-bottom a:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .8125rem; }
.footer-bottom > div { display: flex; gap: 25px; }
/* Pole scheduling landing: distinct content, shared brand and components. */
.pole-hero { padding-top: 27px; }
.breadcrumbs { margin-bottom: 44px; color: var(--muted); font-size: .8125rem; }
.breadcrumbs ol { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.breadcrumbs li + li::before { content: "/"; margin-right: 10px; color: #9aabb8; }
.breadcrumbs a:hover { color: var(--blue); text-decoration: underline; }
.pole-hero .hero-layout { grid-template-columns: .88fr 1.12fr; gap: 48px; }
.pole-hero .hero-lede { font-size: 1.25rem; font-weight: 500; line-height: 1.5; color: var(--ink); }
.schedule-key { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin: 25px 0 18px; font-size: .8125rem; color: var(--muted); }
.schedule-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.schedule-day { padding: 12px 8px; min-width: 0; }
.schedule-day + .schedule-day { border-left: 1px solid var(--line); }
.day-label { display: flex; justify-content: space-between; align-items: baseline; font-size: .75rem; color: var(--muted); padding: 0 3px 13px; }
.day-label strong { font-size: 1.125rem; color: var(--ink); font-weight: 600; }
.schedule-item { display: flex; flex-direction: column; padding: 12px 10px; border-radius: 5px; background: #edf3fc; border-left: 3px solid #4786e4; }
.schedule-item + .schedule-item { margin-top: 9px; }
.schedule-item > strong { font-size: .875rem; line-height: 1.4; margin-top: 7px; }
.schedule-item > span:not(.small-label) { color: var(--body); font-size: .75rem; line-height: 1.4; margin-top: 3px; }
.schedule-item .small-label { font-size: .75rem; letter-spacing: 0; color: #4f6a88; }
.assignee { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; color: #285a91; font-size: .75rem; margin-top: 22px; }
.assignee span { font-size: .75rem; color: var(--body); }
.schedule-item.muted { background: #f3f5f7; border-left-color: #a8b8c6; min-height: 93px; }
.schedule-item.followup { background: #f1f8e7; border-left-color: #8cba4b; min-height: 93px; }
.schedule-footer { display: flex; gap: 12px; align-items: center; margin-top: 20px; color: #4b6171; font-size: .8125rem; line-height: 1.5; }
.schedule-footer > .icon { color: #668842; }
.schedule-footer strong { display: block; color: var(--ink); }
.record-preview { background: #fff; border: 1px solid #cbd9e3; border-radius: 14px; box-shadow: 0 16px 40px #102c420b; padding: 28px; }
.record-heading { display: flex; align-items: center; gap: 16px; }
.record-heading h3 { font-size: 1.75rem; margin-top: 4px; }
.record-heading p { font-size: .875rem; color: var(--muted); margin-top: 4px; }
.record-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 10px; background: #edf4ff; color: var(--blue); }
.record-details { margin: 25px 0 0; }
.record-details > div { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; padding: 12px 0; border-top: 1px solid var(--line); font-size: .875rem; }
.record-details dt { color: var(--muted); }
.record-details dd { margin: 0; font-weight: 600; }
.record-note { margin-top: 15px; padding: 20px; background: var(--soft); border-radius: 8px; }
.record-note p { font-size: .9375rem; color: var(--body); margin-top: 10px; }
.record-attachments { display: flex; flex-wrap: wrap; gap: 14px; font-size: .75rem; margin-top: 18px; color: var(--muted); }
.record-attachments > span { display: flex; align-items: center; gap: 5px; }
.record-attachments .icon { width: 16px; height: 16px; }
.record-next { display: flex; flex-direction: column; gap: 4px; background: #f0f7e8; padding: 14px 20px; border-radius: 8px; margin-top: 12px; font-size: .875rem; color: #405834; }
.field-copy .small-copy { font-size: .875rem; border-left: 3px solid #bfdf98; padding-left: 16px; margin-bottom: 25px; }
.program-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.program-layout > div > p:not(.eyebrow) { margin-top: 25px; }
.program-list article { border-top: 1px solid #486175; padding: 22px 0; }
.program-list article:first-child { padding-top: 0; border-top: 0; }
.program-list p { margin-top: 9px; }
.pole-pricing-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; max-width: 870px; margin: 0 auto; }
.pole-pricing-grid .check-list { margin-top: 0; margin-bottom: 26px; }
.pole-pricing-grid .btn { margin-top: auto; }
/* Native dialogs keep focus inside the request and support Escape. */
.modal { width: min(530px, calc(100% - 32px)); max-height: calc(100dvh - 40px); border: 1px solid var(--line); border-radius: 18px; padding: 38px; color: var(--ink); background: #fff; box-shadow: 0 20px 80px #00172c44; }
.modal::backdrop { background: #081e32a6; backdrop-filter: blur(4px); }
.modal .eyebrow { margin-bottom: 12px; padding-right: 28px; }
.modal h2 { font-size: 1.85rem; }
.modal > p:not(.eyebrow) { color: var(--body); margin-top: 17px; font-size: .9375rem; }
.modal-close { position: absolute; right: 12px; top: 12px; width: 36px; height: 36px; border: 0; border-radius: 50%; color: var(--body); background: var(--soft); font-size: 1.5rem; line-height: 1; }
.modal-form { display: grid; gap: 15px; margin-top: 25px; }
.modal-form label { display: grid; gap: 5px; font-size: .875rem; font-weight: 600; }
.modal-form input, .modal-form select, .modal-form textarea { width: 100%; min-width: 0; border: 1px solid #b9cad7; border-radius: 7px; padding: 10px 12px; font-size: 1rem; font-weight: 400; color: var(--ink); background: #fff; }
.modal-form textarea { resize: vertical; line-height: 1.5; }
.modal-form .form-note { color: var(--muted); font-size: .8125rem; }
.form-note a { text-decoration: underline; }
.form-status { color: #365a20; font-size: .875rem; }
.form-status:empty { display: none; }
@media (min-width: 1440px) {
  .hero { padding-block: 92px 78px; }
  .pole-hero { padding-top: 28px; }
  .hero-layout { gap: 70px; }
}
@media (max-width: 1190px) {
  .container { width: min(1280px, calc(100% - 64px)); }
  .header-inner { gap: 20px; }
  .desktop-nav { gap: 19px; }
  .header-actions { margin-left: 0; gap: 18px; }
  .header-actions .btn .icon { display: none; }
  .hero-layout, .pole-hero .hero-layout { gap: 32px; grid-template-columns: .95fr 1.05fr; }
  .workspace-top { padding-inline: 19px; }
  .workspace-body { padding: 24px 18px 18px; }
  .workspace-heading h2 { font-size: 1.55rem; }
  .date-chip { display: none; }
  .status-grid > div { padding: 15px 12px; }
  .inspection-row { grid-template-columns: 25px 1fr auto; gap: 7px; }
  .field-layout, .faq-layout, .use-case-layout, .program-layout { gap: 50px; }
  .pricing-card { padding: 25px; }
  .pricing-featured { padding: 24px; }
  .footer-top { gap: 25px; }
  .schedule-item { padding: 10px 7px; }
}
@media (max-width: 980px) {
  .header-inner { min-height: 74px; }
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu-button { display: block; margin-left: auto; }
  .hero { padding-top: 54px; }
  .hero-layout, .pole-hero .hero-layout { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { max-width: 670px; }
  .hero h1 { font-size: clamp(2.9rem, 6.7vw, 4rem); }
  .hero h1 br { display: none; }
  .hero h1 span { display: block; }
  .product-preview { width: min(100%, 660px); margin-inline: auto; }
  .workspace-body { padding: 28px; }
  .date-chip { display: inline-block; }
  .workspace-heading h2 { font-size: 1.8rem; }
  .inspection-row { grid-template-columns: 32px 1fr auto; gap: 12px; }
  .audience-strip .container { justify-content: flex-start; gap: 15px 30px; }
  .audience-strip span { width: 100%; }
  .section { padding: 72px 0; }
  .feature-grid { gap: 24px; }
  .section-heading-split { gap: 30px; }
  .workflow-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 0; }
  .workflow-grid > li:nth-child(3) { border-left: 0; padding-left: 0; }
  .field-layout, .use-case-layout, .program-layout { grid-template-columns: 1fr 1fr; gap: 32px; }
  .field-layout h2, .use-case-layout h2, .program-layout h2 { font-size: 2.25rem; }
  .field-visual { padding-inline: 14px; }
  .field-visual-label { gap: 8px; letter-spacing: 0; }
  .pricing-card { padding: 22px 18px; }
  .pricing-featured { padding: 21px 17px; }
  .price strong { font-size: 2.5rem; }
  .plan-header { align-items: flex-start; flex-direction: column; gap: 8px; }
  .pricing-card .btn { min-height: 61px; }
  .pricing-card .btn .icon { display: none; }
  .faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .faq-layout > div:first-child { max-width: 640px; }
  .footer-top { grid-template-columns: 1.2fr 1fr; gap: 36px; }
  .pole-hero { padding-top: 24px; }
  .breadcrumbs { margin-bottom: 36px; }
  .schedule-item { padding: 12px; }
  .record-preview { padding: 20px; }
  .record-heading { align-items: flex-start; }
  .record-icon { display: none; }
  .record-note { padding: 15px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 86px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 70px; }
  .brand > span { font-size: 1.3rem; }
  .brand img { width: 34px; height: 34px; }
  .hero { padding: 40px 0; }
  .hero .eyebrow { margin-bottom: 17px; }
  .hero h1 { font-size: clamp(2.5rem, 9.5vw, 3.6rem); letter-spacing: -.05em; }
  .hero-lede { font-size: 1.0625rem; margin-top: 23px; }
  .hero-actions { gap: 10px; margin-top: 24px; }
  .hero-actions .btn { flex: 1 1 200px; }
  .workspace-top { padding: 17px 16px; }
  .workspace-brand { font-size: .75rem; letter-spacing: .045em; gap: 7px; }
  .workspace-body { padding: 22px 16px 16px; }
  .workspace-heading h2 { font-size: 1.6rem; }
  .status-grid { margin-top: 20px; }
  .status-grid > div { padding: 13px 11px; }
  .status-grid strong { font-size: 1.6rem; }
  .status-grid span { font-size: .75rem; }
  .inspection-row { grid-template-columns: 1fr auto; gap: 8px; }
  .row-icon { display: none; }
  .report-ready { padding: 12px; gap: 9px; }
  .report-ready > .icon { display: none; }
  .audience-strip { padding: 20px 0; }
  .audience-strip .container { gap: 12px 22px; }
  .audience-strip strong { font-size: .875rem; }
  .section { padding: 56px 0; }
  .section-heading { text-align: left; margin-bottom: 32px; }
  h2 { font-size: clamp(1.9rem, 7vw, 2.5rem); }
  h2 br { display: none; }
  .eyebrow { margin-bottom: 15px; }
  .section-heading > p:last-child { font-size: 1rem; margin-top: 17px; }
  .section-heading-split { display: block; }
  .feature-grid { grid-template-columns: 1fr; gap: 22px; }
  .feature-card { padding-top: 24px; }
  .feature-icon { margin-bottom: 14px; }
  .workflow-grid { gap: 0; }
  .workflow-grid > li { padding: 24px 20px 20px 0; }
  .workflow-grid > li + li { padding-left: 20px; }
  .workflow-grid > li:nth-child(3) { padding-left: 0; border-top: 1px solid var(--line); }
  .workflow-grid > li:nth-child(4) { border-top: 1px solid var(--line); }
  .step-number { margin-bottom: 18px; }
  .workflow-grid h3 { font-size: 1.0625rem; }
  .workflow-grid p { font-size: 1rem; }
  .field-layout, .use-case-layout, .program-layout { grid-template-columns: 1fr; gap: 32px; }
  .field-visual { order: 2; padding: 24px 20px 18px; }
  .field-copy { order: 1; }
  .field-images { max-width: 480px; margin-inline: auto; }
  .field-layout h2, .use-case-layout h2, .program-layout h2 { font-size: clamp(1.9rem, 7vw, 2.5rem); }
  .solution-card { padding: 28px; }
  .pricing-grid, .pole-pricing-grid { grid-template-columns: 1fr; gap: 18px; }
  .pricing-card { padding: 28px; }
  .pricing-featured { padding: 27px; }
  .plan-header { flex-direction: row; align-items: center; }
  .pricing-card .btn { min-height: 50px; }
  .pricing-card .btn .icon { display: block; }
  .price strong { font-size: 2.9rem; }
  .pricing-note { text-align: left; }
  .faq-layout { gap: 30px; }
  .final-cta { padding: 48px 0; }
  .cta-inner { flex-direction: column; align-items: stretch; gap: 28px; }
  .cta-actions { min-width: 0; }
  .site-footer { padding-top: 40px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 25px; padding-bottom: 35px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-intro p br { display: none; }
  .footer-bottom { padding-block: 22px; gap: 13px; }
  .pole-hero { padding-top: 20px; }
  .breadcrumbs { margin-bottom: 30px; font-size: .75rem; }
  .schedule-item { padding: 11px 7px; }
  .schedule-day { padding: 10px 5px; }
  .schedule-key { font-size: .75rem; }
  .record-preview { padding: 25px; }
  .record-heading h3 { font-size: 1.65rem; }
  .record-icon { display: grid; }
  .pole-record-layout .record-preview { order: 2; }
  .program-list article:last-child { padding-bottom: 0; }
  .modal { padding: 30px 24px; }
}
@media (max-width: 380px) {
  .container { width: calc(100% - 32px); }
  .hero h1 { font-size: 2.45rem; }
  .micro-copy span { padding: 0 3px; }
  .workspace-top { padding: 16px 12px; }
  .workspace-brand { letter-spacing: 0; }
  .workspace-body { padding-inline: 12px; }
  .date-chip { display: none; }
  .inspection-row .pill { max-width: 78px; }
  .report-icon { display: none; }
  .schedule-grid { grid-template-columns: 1fr; }
  .schedule-day { padding: 14px; }
  .schedule-day + .schedule-day { border-left: 0; border-top: 1px solid var(--line); }
  .schedule-item { padding: 12px; }
  .assignee { margin-top: 12px; }
  .schedule-item.muted, .schedule-item.followup { min-height: 0; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-grid > li + li { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .footer-top { grid-template-columns: 1fr; }
  .record-preview { padding: 20px; }
  .record-icon { display: none; }
}
@media (min-width: 981px) { .mobile-nav { display: none !important; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header, .hero-actions, .final-cta, .modal, .mobile-nav { display: none !important; }
  .container { width: 100%; }
  .section { padding: 30px 0; }
  .workspace { box-shadow: none; }
}
