/* Hallmark · macrostructure: Marquee Hero · tone: editorial · anchor hue: forest green
 * theme: Studio · nav: N9 Edge-aligned minimal · footer: Ft1 Mast-headed
 * Audience: prospective customers · Use: company introduction · enrichment: typography
 * Hallmark · pre-emit critique: P4 H5 E4 S3 R5 V4 */
@import url('/tokens.css');
* { box-sizing: border-box; }
html, body { margin: 0; overflow-x: clip; }
html { scroll-behavior: smooth; }
body { background: var(--color-paper); color: var(--color-ink); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: var(--color-panel); }
a:focus-visible { outline: 2px solid var(--color-accent); outline-offset: 6px; }
a:hover { color: var(--color-accent); }
a:active { opacity: .7; }
a { transition: color var(--dur-hover) var(--ease-standard); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-style: normal; overflow-wrap: anywhere; min-width: 0; }
a { white-space: nowrap; }
.wrap { max-width: 1600px; margin-inline: auto; padding-inline: var(--space-gutter); }
.skip-link { position: absolute; top: -100px; left: 20px; padding: 14px; background: var(--color-paper); z-index: 2; }
.skip-link:focus { top: 10px; }
.page-header { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.wordmark { font-size: 25px; font-weight: 750; letter-spacing: -1px; min-height: 44px; display: inline-flex; align-items: center; }
.brand-mark { font-size: 30px; margin-right: 9px; color: var(--color-accent); }
.brand-dot { color: var(--color-accent); }
.header-link { font-size: 14px; min-height: 44px; display: flex; align-items: center; gap: 20px; }
.hero { min-height: 750px; min-height: calc(100svh - 108px); padding-top: 36px; padding-bottom: 40px; display: flex; flex-direction: column; }
.eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: .09em; line-height: 1.8; font-weight: 400; }
.hero > .eyebrow { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--color-rule); }
h1 { font-family: var(--font-display); font-size: clamp(100px, 15.5vw, 242px); line-height: .88; font-weight: 400; letter-spacing: -.065em; padding: 50px 0 42px; }
.last-line { display: block; padding-left: 17%; }
.period { color: var(--color-accent); }
.hero-bottom { margin-top: auto; display: flex; justify-content: space-between; align-items: end; }
.hero-bottom p { font-size: clamp(18px, 2vw, 25px); line-height: 1.6; letter-spacing: -.04em; }
.scroll-note { font-family: var(--font-mono); font-size: 10px; letter-spacing: .05em; }
.about { margin-top: 32px; padding-block: 100px; background: var(--color-panel); scroll-margin-top: 24px; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 35px; }
h2 { font-size: clamp(30px, 3.6vw, 54px); font-weight: 500; line-height: 1.4; letter-spacing: -.045em; word-break: keep-all; }
.body-copy { max-width: 610px; margin-top: 32px; font-size: 18px; line-height: 1.95; word-break: keep-all; }
.sample-note { font-size: 13px; color: var(--color-muted); margin-top: 34px; line-height: 1.8; }
.approach { padding-block: 115px; }
.section-heading { display: flex; justify-content: space-between; gap: 32px; align-items: start; margin-bottom: 65px; }
.section-heading h2 { width: 66%; }
.principles { margin: 0; }
.principles > div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); border-top: 1px solid var(--color-rule); padding: 34px 0; gap: 24px; }
.principles > div:last-child { border-bottom: 1px solid var(--color-rule); }
dt { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 44px); letter-spacing: -.035em; }
.index { font-family: var(--font-mono); color: var(--color-muted); font-size: 11px; margin-right: 28px; vertical-align: middle; }
dd { margin: 0; align-self: center; }
h3 { font-size: 18px; font-weight: 500; line-height: 1.6; }
dd p { font-size: 15px; color: var(--color-muted); line-height: 1.9; margin-top: 8px; word-break: keep-all; }
.next { padding-bottom: 100px; }
.next h2 { margin-top: 25px; }
.next-bottom { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-top: 35px; }
.next-bottom p { color: var(--color-muted); font-size: 15px; line-height: 1.8; word-break: keep-all; }
.text-link { border-bottom: 1px solid var(--color-ink); min-height: 44px; display: inline-flex; align-items: center; gap: 35px; font-size: 15px; }
.page-footer { border-top: 1px solid var(--color-rule); padding-block: 35px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.page-footer p, .page-footer > a:not(.wordmark), .page-footer small { color: var(--color-muted); font-size: 12px; }
.page-footer > a:not(.wordmark) { margin-left: auto; min-height: 44px; display: flex; align-items: center; }
.page-footer small { width: 100%; }
.error-page { min-height: 100svh; display: grid; align-content: center; justify-items: start; gap: 30px; }
@media (min-width: 1600px) { .hero { min-height: 830px; } }
@media (max-width: 768px) {
  .page-header { min-height: 88px; }
  .hero { min-height: 650px; padding-top: 10px; }
  h1 { font-size: clamp(85px, 19vw, 145px); padding-block: 72px; }
  .last-line { padding-left: 7%; }
  .about-grid { grid-template-columns: minmax(0, 1fr); }
  .about { padding-block: 65px; }
  .approach { padding-block: 70px; }
  .section-heading { display: block; margin-bottom: 40px; }
  .section-heading h2 { width: auto; margin-top: 24px; }
  .next-bottom { flex-direction: column; align-items: start; }
}
@media (max-width: 480px) {
  .wordmark { font-size: 20px; }
  .brand-mark { font-size: 24px; margin-right: 4px; }
  .header-link { font-size: 12px; gap: 8px; }
  .hero { min-height: 590px; }
  .hero > .eyebrow { font-size: 9px; gap: 12px; }
  h1 { font-size: 23vw; padding-block: 70px; }
  .hero-bottom { align-items: start; gap: 26px; flex-direction: column; }
  .body-copy { font-size: 16px; }
  .principles > div { grid-template-columns: minmax(0, 1fr); gap: 15px; }
  .index { margin-right: 18px; }
  .next { padding-bottom: 65px; }
  .page-footer { gap: 10px 20px; }
  .page-footer p { width: 100%; }
  .page-footer > a:not(.wordmark) { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } a { transition: none; } }
