@font-face {
  font-family: "Hanken Grotesk";
  src: url("./assets/hanken-grotesk-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: oklch(96.6% 0.008 90);
  --ink: oklch(23% 0.008 75);
  --muted: oklch(46% 0.009 75);
  --line: oklch(82% 0.012 75);
  --orange: oklch(70% 0.19 42);
  --orange-ink: oklch(45% 0.15 38);
  --pale: oklch(91.8% 0.019 80);
  --dark: oklch(24% 0.008 75);
  --dark-muted: oklch(76% 0.012 75);
  --space-section: clamp(5rem, 8vw, 8rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  font-family: "Hanken Grotesk", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: var(--paper);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
button, summary { cursor: pointer; }
svg { display: block; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
button, summary, a { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--orange-ink); outline-offset: 6px; }
::selection { background: var(--orange); color: var(--ink); }
[hidden] { display: none !important; }
.wrap { width: min(100% - 7rem, 1328px); margin-inline: auto; }
.section-space { padding-block: var(--space-section); }
.eyebrow { font-size: 0.72rem; font-weight: 650; letter-spacing: 0.11em; line-height: 1.5; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 30; padding: 0.75rem 1.25rem; color: var(--paper); background: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

/* Identity and quiet, direct navigation. */
.site-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: 0.75rem; font-size: 1.56rem; font-weight: 800; line-height: 0.95; letter-spacing: -0.035em; }
.brand-mark { width: 45px; height: 45px; }
.brand-second { display: block; font-size: 0.67rem; letter-spacing: 0.09em; margin-top: 0.42rem; }
.brand-llc { font-size: 0.48rem; letter-spacing: 0; }
.main-navigation { display: flex; align-items: center; gap: 2.5rem; font-size: 0.875rem; font-weight: 550; }
.main-navigation a { min-height: 44px; display: inline-flex; align-items: center; gap: 1.75rem; transition: color 180ms var(--ease); }
.main-navigation a:hover { color: var(--orange-ink); }
.main-navigation .nav-company { padding: 0.3rem 1.15rem; border: 1px solid var(--ink); }
.nav-company span { font-size: 1.25rem; }
.menu-toggle { border: 0; background: none; color: var(--ink); min-height: 44px; padding: 0.5rem 0; align-items: center; gap: 0.75rem; }
.menu-glyph { display: flex; flex-direction: column; gap: 5px; width: 21px; }
.menu-glyph span { height: 1px; background: currentColor; width: 100%; transition: transform 220ms var(--ease); }
.menu-toggle[aria-expanded="true"] .menu-glyph span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-glyph span:last-child { transform: translateY(-3px) rotate(-45deg); }

/* A directional sculpture, rather than a simulated product screenshot. */
.hero { display: grid; grid-template-columns: 1.06fr 1fr; gap: 3rem; padding-top: 2rem; padding-bottom: 3.5rem; align-items: stretch; }
.hero-copy { padding-top: 1.3rem; padding-bottom: 1rem; }
.hero .eyebrow { display: flex; align-items: center; gap: 0.55rem; margin-bottom: 2rem; }
.signal-dot { width: 7px; height: 7px; background: var(--orange-ink); border-radius: 50%; flex-shrink: 0; }
h1 { font-size: clamp(3.75rem, 6.75vw, 6.5rem); line-height: 0.98; letter-spacing: -0.063em; font-weight: 550; }
.motion-word { position: relative; white-space: nowrap; }
.motion-word svg { position: absolute; width: 102%; height: 15px; left: 0; bottom: -0.085em; fill: none; stroke: var(--orange); stroke-width: 5; }
.hero-description { font-size: 1.08rem; line-height: 1.65; color: var(--muted); max-width: 36ch; margin-top: 2rem; margin-bottom: 1.8rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0.85rem 1.3rem; gap: 2.5rem; font-size: 0.86rem; font-weight: 600; transition: background 180ms var(--ease); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: var(--orange-ink); }
.button span { font-size: 1.4rem; line-height: 1; transition: transform 200ms var(--ease); }
.button:hover span { transform: translate(2px, -2px); }
.hero-art { background: var(--orange); position: relative; min-height: 565px; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; }
.art-heading, .art-caption { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem; font-size: 0.57rem; font-weight: 700; letter-spacing: 0.075em; }
.art-heading { padding-bottom: 0; }
.art-caption { padding-top: 0; }
.motion-sculpture { width: 100%; margin-block: -0.75rem; flex: 1; min-height: 0; }
.sculpture-shadow { stroke: oklch(43% 0.11 40 / 30%); }
.path-back { stroke: oklch(76% 0.026 80); }
.path-top { stroke: oklch(94% 0.021 85); }
.path-front { stroke: oklch(86% 0.028 80); }
.arrow-shadow { fill: oklch(43% 0.11 40 / 35%); }
.arrow-face { fill: oklch(94% 0.021 85); }
.arrow-fold { fill: oklch(98% 0.008 80); }
.principle-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.principle-strip p { font-size: 0.94rem; font-weight: 500; }
.principle-strip > div { display: flex; align-items: center; gap: 1.5rem; font-size: 0.64rem; font-weight: 650; letter-spacing: 0.1em; }
.strip-plus { color: var(--orange-ink); font-size: 1.2rem; font-weight: 400; }
.mobile-break { display: none; }

/* Services use a readable list, with optional detail. */
.section-intro { display: grid; grid-template-columns: 1.1fr 1fr; gap: 5rem; align-items: end; margin-bottom: 3.5rem; }
.section-intro .eyebrow { margin-bottom: 1.5rem; color: var(--muted); }
h2 { font-size: clamp(2.5rem, 4.3vw, 4rem); font-weight: 500; line-height: 1.06; letter-spacing: -0.05em; }
.section-intro > p { max-width: 43ch; color: var(--muted); padding-bottom: 0.2rem; font-size: 1.04rem; }
.solution { border-top: 1px solid var(--line); }
.solution:last-child { border-bottom: 1px solid var(--line); }
.solution summary { display: grid; grid-template-columns: 3.5rem 1fr 0.9fr 44px; align-items: center; gap: 1.5rem; padding-block: 1.7rem; list-style: none; }
.solution summary::-webkit-details-marker { display: none; }
.solution summary::marker { content: ""; }
.solution-number { font-size: 0.75rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.solution h3 { font-size: clamp(1.35rem, 2.05vw, 1.85rem); font-weight: 500; letter-spacing: -0.035em; }
.solution-short { font-size: 0.88rem; color: var(--muted); }
.disclosure { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; position: relative; transition: background 180ms var(--ease); }
.disclosure::before, .disclosure::after { content: ""; position: absolute; top: 19px; left: 13px; width: 12px; height: 1px; background: var(--ink); }
.disclosure::after { transform: rotate(90deg); transition: transform 200ms var(--ease); }
.solution[open] .disclosure::after { transform: rotate(0); }
.solution summary:hover .disclosure, .solution[open] .disclosure { background: var(--orange); border-color: var(--orange); }
.solution-detail { padding: 0 4rem 2rem 5rem; display: grid; grid-template-columns: 1fr 0.9fr; gap: 3rem; }
.solution-detail p { max-width: 52ch; font-size: 0.94rem; color: var(--muted); }
.inline-list { list-style: none; padding: 0; margin: 0; align-content: start; display: flex; flex-wrap: wrap; gap: 0.6rem; }
.inline-list li { border: 1px solid var(--line); padding: 0.35rem 0.65rem; font-size: 0.7rem; }

/* Example selector: no providers, simulated results, or data collection. */
.workflow-section { background: var(--dark); color: var(--paper); }
.workflow-inner { padding-block: 4.5rem; }
.workflow-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; }
.workflow-heading .eyebrow { color: var(--orange); margin-bottom: 1.5rem; }
.workflow-heading > p { color: var(--dark-muted); font-size: 0.98rem; padding-bottom: 0.2rem; }
.workflow-tabs { display: flex; gap: 0.4rem; margin-top: 2.5rem; flex-wrap: wrap; }
.workflow-tabs button { min-height: 44px; padding: 0.55rem 1rem; background: none; border: 1px solid oklch(46% 0.01 75); color: var(--paper); font-size: 0.8rem; transition: background 180ms var(--ease), color 180ms var(--ease); }
.workflow-tabs button:hover { background: oklch(33% 0.01 75); }
.workflow-tabs button[aria-selected="true"] { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.workflow-section :focus-visible { outline-color: var(--orange); }
.workflow-panel { margin-top: 2rem; }
.flow-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 0; margin: 0; list-style: none; }
.flow-steps li { border: 1px solid oklch(44% 0.009 75); padding: 1.75rem; position: relative; }
.flow-steps li + li { border-left: 0; }
.flow-steps li:not(:last-child)::after { content: "→"; position: absolute; z-index: 1; right: -16px; top: 50%; transform: translateY(-50%); width: 31px; height: 31px; display: grid; place-items: center; background: var(--dark); border: 1px solid oklch(50% 0.009 75); border-radius: 50%; font-size: 1rem; }
.flow-label { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.09em; color: var(--dark-muted); }
.flow-icon { width: 38px; height: 38px; margin-top: 2rem; margin-bottom: 1.4rem; fill: none; stroke: currentColor; stroke-width: 1.2; }
.flow-steps h3 { font-size: 1.25rem; font-weight: 500; letter-spacing: -0.025em; line-height: 1.3; margin-bottom: 0.75rem; }
.flow-steps p { color: var(--dark-muted); font-size: 0.92rem; line-height: 1.65; max-width: 32ch; min-height: 3.1rem; }
.flow-ai .flow-icon, .flow-ai .flow-label { color: var(--orange); }
.example-note { margin-top: 1.25rem; font-size: 0.74rem; color: var(--dark-muted); display: flex; gap: 0.7rem; align-items: baseline; }
.example-note span { color: var(--orange); font-size: 1rem; }

.approach-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3rem; }
.approach-number { display: flex; justify-content: space-between; align-items: center; color: var(--orange-ink); border-bottom: 1px solid var(--line); padding-bottom: 1.15rem; margin-bottom: 1.5rem; font-size: 0.9rem; }
.approach-number span { font-size: 1.3rem; }
.approach h3 { font-size: 1.36rem; font-weight: 550; letter-spacing: -0.03em; margin-bottom: 0.75rem; }
.approach-steps p { font-size: 0.95rem; color: var(--muted); max-width: 34ch; }

.company-section { background: var(--pale); padding-block: 4.5rem; }
.company-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 5rem; }
.company-story { position: relative; padding-block: 1.5rem; }
.company-story .eyebrow { color: var(--muted); margin-bottom: 1.5rem; }
.company-story h2 { font-size: clamp(3rem, 4.8vw, 4.5rem); }
.company-story p:not(.eyebrow) { color: var(--muted); max-width: 36ch; margin-top: 1.5rem; font-size: 1.03rem; }
.company-arrow { width: 64px; height: 64px; fill: none; stroke: var(--orange-ink); stroke-width: 3; margin-top: 2rem; }
.company-address { background: var(--orange); padding: 2rem 2.25rem; display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; }
.address-label, .address-footnote { font-size: 0.65rem; font-weight: 650; letter-spacing: 0.1em; }
.company-address h3 { font-size: 1.55rem; line-height: 1.2; font-weight: 600; letter-spacing: -0.035em; margin-bottom: 1.75rem; }
.address-caption { font-size: 0.8rem; margin-bottom: 0.3rem; }
address { font-style: normal; font-size: 1.23rem; line-height: 1.6; letter-spacing: -0.02em; }
.copy-address { display: inline-flex; align-items: center; gap: 1rem; font-size: 0.8rem; font-weight: 550; min-height: 44px; border: 0; border-bottom: 1px solid var(--ink); color: var(--ink); background: none; padding: 0.4rem 0; margin-top: 1rem; }
.copy-address:hover { border-bottom-width: 2px; }
.copy-address svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.copy-status { min-height: 1.5em; max-width: 36ch; font-size: 0.75rem; margin-top: 0.5rem; }
.company-address :focus-visible { outline-color: var(--ink); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: 2rem; }
.footer-brand { font-size: 0.8rem; font-weight: 750; letter-spacing: -0.015em; min-height: 44px; display: flex; align-items: center; gap: 1rem; }
.footer-brand span { color: var(--orange-ink); font-size: 1.2rem; }
.site-footer p { font-size: 0.74rem; color: var(--muted); }
.back-top { font-size: 0.75rem; display: inline-flex; align-items: center; gap: 1rem; min-height: 44px; }
.back-top:hover { text-decoration: underline; text-underline-offset: 4px; }

@media (min-width: 1600px) {
  .hero { gap: 5rem; }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 4rem); }
  .hero { gap: 2rem; }
  .hero-art { min-height: 520px; }
  .art-heading, .art-caption { padding-inline: 1rem; font-size: 0.5rem; }
  .section-intro { gap: 3rem; }
  .solution summary { grid-template-columns: 2rem 1fr 0.85fr 40px; gap: 1rem; }
  .solution-detail { padding-left: 3rem; gap: 2rem; }
  .workflow-heading { align-items: start; }
  .workflow-heading > p { max-width: 25ch; margin-top: 2.5rem; }
  .flow-steps li { padding: 1.4rem; }
  .flow-steps p { min-height: 4.6rem; }
  .approach-steps { gap: 2rem; }
  .company-layout { gap: 3rem; grid-template-columns: 1.1fr 1fr; }
  .company-address { padding: 1.75rem; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 2.5rem); }
  .site-header { min-height: 92px; gap: 1.5rem; flex-wrap: wrap; position: relative; }
  .brand { font-size: 1.42rem; }
  .brand-mark { width: 39px; height: 39px; }
  .main-navigation { gap: 1.25rem; font-size: 0.8rem; }
  .main-navigation .nav-company { padding-inline: 0.65rem; gap: 0.6rem; }
  .menu-toggle:not([hidden]) { display: flex; }
  .menu-enabled .main-navigation { display: none; width: 100%; padding-block: 0 1.25rem; }
  .menu-enabled .main-navigation.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0.5rem; }
  .menu-enabled .main-navigation a { padding: 0.65rem 0.75rem; justify-content: space-between; }
  .hero { grid-template-columns: 1fr; padding-top: 1.5rem; padding-bottom: 2rem; gap: 2.5rem; }
  .hero-copy { padding-top: 0; padding-bottom: 0; }
  .hero .eyebrow { margin-bottom: 1.6rem; font-size: 0.64rem; }
  h1 { font-size: clamp(3.75rem, 12.4vw, 6rem); }
  .hero-description { max-width: 40ch; margin-top: 1.75rem; }
  .hero-art { min-height: 0; height: clamp(340px, 82vw, 500px); }
  .motion-sculpture { position: absolute; width: 100%; height: calc(100% - 3.5rem); top: 1.75rem; margin: 0; }
  .art-heading, .art-caption { padding: 1.15rem; font-size: 0.6rem; }
  .principle-strip { flex-direction: column; gap: 1.1rem; align-items: start; }
  .principle-strip p { font-size: 0.91rem; }
  .principle-strip > div { gap: 1.2rem; }
  .section-intro { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2.5rem; }
  h2 { font-size: clamp(2.5rem, 7.8vw, 3.5rem); }
  .section-intro .eyebrow { margin-bottom: 1.2rem; }
  .section-intro > p { max-width: 48ch; font-size: 1rem; }
  .solution summary { grid-template-columns: 1.4rem 1fr 36px; padding-block: 1.35rem; gap: 0.6rem; }
  .solution h3 { font-size: 1.4rem; }
  .solution-short { display: none; }
  .disclosure { width: 34px; height: 34px; }
  .disclosure::before, .disclosure::after { top: 16px; left: 10px; }
  .solution-detail { grid-template-columns: 1fr; padding: 0 0 1.6rem 2rem; gap: 1.2rem; }
  .workflow-inner { padding-block: 3.5rem; }
  .workflow-heading { flex-direction: column; gap: 1.5rem; }
  .workflow-heading > p { margin-top: 0; max-width: 40ch; }
  .workflow-tabs { margin-top: 2rem; gap: 0.5rem; }
  .workflow-tabs button { font-size: 0.73rem; padding-inline: 0.75rem; }
  .flow-steps { grid-template-columns: 1fr; }
  .flow-steps li { padding: 1.5rem; display: grid; grid-template-columns: 1fr 40px; column-gap: 1rem; }
  .flow-steps li + li { border-left: 1px solid oklch(44% 0.009 75); border-top: 0; }
  .flow-label { grid-column: 1; }
  .flow-icon { grid-column: 2; grid-row: 1 / 4; margin: 0.4rem 0 0; width: 32px; height: 32px; }
  .flow-steps h3 { grid-column: 1; margin-top: 0.6rem; }
  .flow-steps p { grid-column: 1; min-height: 0; max-width: 44ch; }
  .flow-steps li:not(:last-child)::after { content: "↓"; right: 25px; top: auto; bottom: -16px; transform: none; }
  .example-note { font-size: 0.72rem; align-items: start; }
  .approach-steps { grid-template-columns: 1fr; gap: 2rem; }
  .approach-number { margin-bottom: 1rem; padding-bottom: 0.65rem; }
  .approach-steps p { max-width: 50ch; }
  .company-section { padding-block: 3rem; }
  .company-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .company-story { padding-block: 0; }
  .company-story h2 { font-size: clamp(3rem, 9vw, 4rem); }
  .company-arrow { width: 48px; height: 48px; }
  .company-address { min-height: 390px; padding: 1.75rem; }
  .company-address h3 { font-size: 1.65rem; }
  .site-footer { display: grid; grid-template-columns: 1fr auto; gap: 0.5rem 1rem; padding-block: 1.5rem; }
  .site-footer p { grid-row: 2; grid-column: 1 / -1; }
  .back-top { grid-column: 2; grid-row: 1; }
}
@media (max-width: 380px) {
  .wrap { width: calc(100% - 2rem); }
  .brand { font-size: 1.3rem; }
  .hero .eyebrow { font-size: 0.56rem; }
  .main-navigation { flex-wrap: wrap; gap: 0.8rem; padding-bottom: 1rem; }
  .principle-strip > div { gap: 0.9rem; }
  .mobile-break { display: inline; }
  .solution h3 { font-size: 1.25rem; }
  .workflow-tabs button { font-size: 0.7rem; padding-inline: 0.6rem; }
  .flow-steps li { padding: 1.2rem; }
  .footer-brand { font-size: 0.68rem; gap: 0.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  :root { color: oklch(23% 0.008 75); background: oklch(99% 0.005 90); }
  .wrap { width: 100%; }
  .site-header { min-height: 70px; }
  .main-navigation, .menu-toggle, .button, .hero-art, .workflow-tabs, .copy-address, .copy-status, .back-top, .skip-link { display: none !important; }
  .hero, .section-intro, .company-layout { display: block; }
  h1 { font-size: 3.5rem; }
  h2 { font-size: 2.25rem; }
  .section-space, .workflow-inner, .company-section { padding-block: 2rem; }
  .workflow-section { color: var(--ink); background: var(--paper); }
  .workflow-heading .eyebrow, .workflow-heading > p, .flow-label, .flow-steps p, .example-note { color: var(--muted); }
  .flow-steps li:not(:last-child)::after { display: none; }
  .company-address { min-height: auto; margin-top: 1.5rem; }
  .solution, .flow-steps, .approach-steps, .company-address { break-inside: avoid; }
}
