:root {
  --ink: #111715;
  --ink-2: #28322e;
  --muted: #5c6863;
  --line: #d7ddd9;
  --line-dark: #3a4540;
  --paper: #f3f5f2;
  --surface: #ffffff;
  --signal: #f26b21;
  --signal-dark: #c94d0c;
  --green: #176a58;
  --blue: #315d83;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, summary { font: inherit; }
h1, h2, h3, p { margin-top: 0; }

.site-header { height: 72px; padding: 0 max(24px, calc((100vw - 1440px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 36px; height: 36px; display: block; }
.brand-name { font-size: 16px; font-weight: 650; color: var(--ink); letter-spacing: 0; }
.brand-name b { font-weight: 800; }
nav { display: flex; align-items: center; justify-content: center; gap: 30px; font-size: 14px; font-weight: 650; }
nav a { color: #3c4742; }
nav a:hover, nav a[aria-current="page"] { color: var(--signal-dark); }

.button { min-height: 46px; padding: 11px 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: 4px; font-size: 14px; font-weight: 750; text-align: center; transition: background .16s ease, color .16s ease, border-color .16s ease, transform .16s ease; }
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 38px; padding: 8px 14px; font-size: 13px; }
.button-primary { background: var(--signal); border-color: var(--signal); color: #17110d; }
.button-primary:hover { background: var(--signal-dark); border-color: var(--signal-dark); color: #fff; }
.button-dark { background: var(--ink); border-color: var(--ink); color: #fff; }
.button-dark:hover { background: #2c3732; border-color: #2c3732; }
.button-quiet { background: rgba(255,255,255,.9); border-color: #aeb8b3; color: var(--ink); }
.button-quiet:hover, .button-outline:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.button-outline { background: transparent; border-color: #9ba7a1; color: var(--ink); }

.hero { min-height: 680px; padding: 92px max(24px, calc((100vw - 1440px) / 2)) 96px; display: flex; align-items: center; position: relative; isolation: isolate; overflow: hidden; background: #eef1ee; }
.hero-media { position: absolute; inset: 0; z-index: -2; background: #eef1ee url('/assets/harness-formboard-hero.jpg') center center / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(247,249,247,.42); }
.hero-content { width: min(690px, 58%); }
.eyebrow { margin: 0 0 15px; color: var(--signal-dark); font-size: 12px; font-weight: 850; letter-spacing: 0; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: 66px; line-height: 1.02; font-weight: 790; letter-spacing: 0; }
.hero-copy { max-width: 650px; margin-bottom: 30px; color: #36423d; font-size: 20px; line-height: 1.52; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-note { margin: 18px 0 0; color: #59655f; font-size: 13px; font-weight: 600; }

.format-rail { min-height: 72px; padding: 18px max(24px, calc((100vw - 1440px) / 2)); display: flex; align-items: center; gap: 26px; overflow-x: auto; background: var(--ink); color: #eef2ef; white-space: nowrap; }
.format-rail span { margin-right: auto; color: #99a69f; font-size: 11px; font-weight: 800; }
.format-rail b { color: #fff; font-size: 13px; font-weight: 750; }

.section { padding: 108px max(24px, calc((100vw - 1440px) / 2)); }
.section-heading { max-width: 820px; }
.section-heading > p:last-child { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
h2 { margin-bottom: 0; font-size: 50px; line-height: 1.08; font-weight: 760; letter-spacing: 0; }
h3 { letter-spacing: 0; }

.problem { background: var(--surface); }
.problem-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.problem-grid article { min-height: 250px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-grid article > span { display: block; margin-bottom: 52px; color: var(--signal-dark); font-size: 13px; font-weight: 850; }
.problem-grid h3 { margin-bottom: 10px; font-size: 22px; }
.problem-grid p { margin: 0; color: var(--muted); font-size: 15px; }

.outcomes { padding: 0 max(24px, calc((100vw - 1440px) / 2)); display: grid; grid-template-columns: 1fr 1fr 1fr; background: #e8ede9; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.outcomes > div { min-height: 190px; padding: 36px 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #c7d0cb; }
.outcomes strong { margin-bottom: 8px; color: var(--green); font-size: 36px; line-height: 1; }
.outcomes div span { max-width: 280px; color: #48554f; font-size: 14px; }
.outcomes > a { grid-column: 1 / -1; padding: 22px 30px; display: flex; justify-content: space-between; color: #fff; background: var(--green); font-size: 15px; font-weight: 750; }
.outcomes > a:hover { background: #105746; }

.workflow { color: #fff; background: var(--ink); }
.inverse h2 { color: #fff; }
.workflow-line { margin: 65px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.workflow-line li { min-height: 290px; padding: 25px 23px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.workflow-line li::before { display: none; }
.workflow-line li > span { display: block; margin-bottom: 62px; color: #f7975f; font-size: 12px; font-weight: 850; }
.workflow-line h3 { margin-bottom: 10px; color: #fff; font-size: 21px; }
.workflow-line p { margin: 0; color: #b8c3bd; font-size: 14px; }

.capabilities { background: var(--surface); }
.capability-columns { margin-top: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.capability-columns > div { padding-top: 24px; border-top: 3px solid var(--ink); }
.capability-columns > div:last-child { border-color: var(--signal); }
.capability-columns h3 { margin-bottom: 24px; font-size: 25px; }
.feature-list { margin: 0; padding: 0; list-style: none; }
.feature-list li { padding: 17px 0 17px 27px; position: relative; border-top: 1px solid var(--line); color: #3d4944; font-size: 15px; }
.feature-list li:last-child { border-bottom: 1px solid var(--line); }
.feature-list li::before { content: ""; width: 8px; height: 8px; position: absolute; left: 0; top: 24px; background: var(--signal); }

.bridge { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; background: #dfe8e3; }
.bridge-copy p { margin-bottom: 18px; color: #35443d; font-size: 18px; }
.bridge-copy p:last-child { margin-bottom: 0; }

.pricing { background: #f7f8f6; }
.pricing-heading { max-width: 800px; }
.pricing-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-card { min-height: 560px; padding: 30px; display: flex; flex-direction: column; position: relative; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); }
.price-card.featured { border: 2px solid var(--signal); }
.recommended { margin: -30px -30px 25px; padding: 8px 16px; background: var(--signal); color: #17110d; font-size: 11px; font-weight: 850; text-align: center; }
.tier { margin-bottom: 24px; color: var(--green); font-size: 12px; font-weight: 850; }
.price-card h3 { margin-bottom: 24px; font-size: 25px; }
.price { margin-bottom: 2px; font-size: 42px; font-weight: 820; line-height: 1; }
.price span { margin-right: 3px; color: var(--muted); font-size: 20px; vertical-align: top; }
.price-note { min-height: 42px; margin: 9px 0 25px; color: var(--muted); font-size: 13px; }
.price-card ul { margin: 0 0 30px; padding: 0; list-style: none; }
.price-card li { padding: 13px 0 13px 22px; position: relative; border-top: 1px solid var(--line); color: #3f4b46; font-size: 14px; }
.price-card li::before { content: "+"; position: absolute; left: 0; color: var(--signal-dark); font-weight: 900; }
.price-card .button { margin-top: auto; }

.faq { background: var(--surface); }
.faq-list { margin-top: 58px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 42px 24px 0; position: relative; cursor: pointer; list-style: none; font-size: 18px; font-weight: 720; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--signal-dark); font-size: 25px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 820px; margin: -4px 0 25px; color: var(--muted); font-size: 16px; }

.closing { min-height: 370px; display: flex; align-items: center; justify-content: space-between; gap: 60px; color: #fff; background: var(--ink); }
.closing > div { max-width: 850px; }
.closing h2 { max-width: 800px; }
.closing p:last-child { max-width: 680px; margin: 22px 0 0; color: #b9c4be; font-size: 17px; }
.closing .button { flex: 0 0 auto; }

.page-hero { padding: 96px max(24px, calc((100vw - 1440px) / 2)) 88px; color: #fff; background: var(--ink); }
.page-hero h1 { max-width: 920px; font-size: 62px; }
.page-hero > p:not(.eyebrow) { max-width: 780px; margin-bottom: 0; color: #bdc7c2; font-size: 20px; }
.page-hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.page-hero .button-outline { border-color: #75827c; color: #fff; }
.savings-summary { padding: 0 max(24px, calc((100vw - 1440px) / 2)); display: grid; grid-template-columns: repeat(3, 1fr); background: #e8ede9; }
.savings-summary article { min-height: 190px; padding: 36px 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #c7d0cb; }
.savings-summary article:last-child { border-right: 0; }
.savings-summary strong { margin-bottom: 10px; color: var(--green); font-size: 36px; line-height: 1; }
.savings-summary span { max-width: 340px; color: #46534d; font-size: 14px; }
.savings-context { background: var(--surface); }
.context-grid { max-width: 940px; margin-top: 45px; display: grid; grid-template-columns: 1fr 1fr; gap: 55px; color: var(--muted); font-size: 17px; }
.savings-breakdown { background: #f0f3f0; }
.savings-table-wrap { margin-top: 50px; overflow-x: auto; border: 1px solid var(--line); background: var(--surface); }
.savings-table { width: 100%; min-width: 960px; border-collapse: collapse; text-align: left; }
.savings-table th { padding: 16px 18px; color: #fff; background: var(--ink); font-size: 12px; letter-spacing: 0; text-transform: uppercase; }
.savings-table td { padding: 18px; vertical-align: top; border-top: 1px solid var(--line); color: #43504a; font-size: 14px; }
.savings-table td:first-child { width: 13%; color: var(--green); font-weight: 800; }
.savings-table td:nth-child(2) { width: 19%; color: var(--ink); font-weight: 800; }
.savings-table td:nth-child(3) { width: 44%; }
.savings-table td:last-child { width: 24%; color: var(--signal-dark); font-weight: 750; }
.savings-outcome { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; background: var(--surface); }
.savings-outcome > p { margin: 0; color: var(--muted); font-size: 18px; }

footer { min-height: 92px; padding: 18px max(24px, calc((100vw - 1440px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #aeb9b3; background: #080d0b; font-size: 13px; }
footer a { color: #fff; }
.footer-brand .brand-name { color: #fff; }

@media (max-width: 1050px) {
  .site-header { padding-left: 24px; padding-right: 24px; }
  nav { gap: 18px; }
  h1 { font-size: 54px; }
  .hero-content { width: 66%; }
  .workflow-line { grid-template-columns: repeat(3, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; max-width: 720px; }
  .price-card { min-height: 0; }
}

@media (max-width: 760px) {
  .site-header { height: auto; min-height: 68px; padding-top: 12px; padding-bottom: 12px; flex-wrap: wrap; }
  .brand-mark { width: 32px; height: 32px; }
  .site-header nav { order: 3; width: 100%; justify-content: space-between; gap: 8px; padding-top: 10px; border-top: 1px solid var(--line); font-size: 12px; }
  .site-header > .button { margin-left: auto; }
  .hero { min-height: 610px; padding-top: 72px; padding-bottom: 72px; }
  .hero::after { background: rgba(247,249,247,.78); }
  .hero-media { background-position: 62% center; }
  .hero-content { width: 100%; }
  h1, .page-hero h1 { font-size: 42px; }
  h2 { font-size: 36px; }
  .hero-copy { font-size: 18px; }
  .section { padding-top: 76px; padding-bottom: 76px; }
  .problem-grid, .capability-columns, .bridge, .outcomes, .savings-summary, .context-grid, .savings-outcome { grid-template-columns: 1fr; }
  .problem-grid article { min-height: 0; }
  .problem-grid article > span { margin-bottom: 28px; }
  .outcomes > div, .savings-summary article { min-height: 145px; border-right: 0; border-bottom: 1px solid #c7d0cb; }
  .outcomes > a { grid-column: auto; }
  .workflow-line { grid-template-columns: 1fr; }
  .workflow-line li { min-height: 0; }
  .workflow-line li > span { margin-bottom: 28px; }
  .capability-columns, .bridge, .context-grid, .savings-outcome { gap: 45px; }
  .closing { align-items: flex-start; flex-direction: column; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .brand-name { font-size: 14px; }
  .site-header > .button { display: none; }
  .hero { min-height: 590px; }
  h1, .page-hero h1 { font-size: 38px; }
  .hero-actions .button, .page-hero-actions .button { width: 100%; }
  .format-rail { gap: 20px; }
  .section-heading > p:last-child, .bridge-copy p, .savings-outcome > p { font-size: 16px; }
}
