:root {
  --focus-background: #070706;
  --focus-ink: #0a0a09;
  --focus-panel: #10100e;
  --focus-paper: #f2eee4;
  --focus-muted: #97948b;
  --focus-accent: #ff5143;
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Hiragino Sans", sans-serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body { min-height: 100%; margin: 0; background: var(--focus-background); }
a { color: inherit; }
.focus-logo { display: block; flex: 0 0 auto; overflow: hidden; background: #000; }
.focus-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.focus-logo-header { width: 44px; height: 44px; }
.focus-logo-hero { width: 100%; aspect-ratio: 1; border: 1px solid rgba(242,238,228,.16); }
.focus-logo-footer { width: clamp(92px,10vw,148px); aspect-ratio: 1; }

/* Marketing page */
.landing-page {
  --lp-page-gutter: clamp(24px,5vw,72px);
  --lp-section-gutter: clamp(24px,7vw,110px);
  --lp-card-inset: clamp(24px,3vw,40px);
  --lp-control-height: 60px;
  min-height: 100dvh;
  overflow: hidden;
  background: var(--focus-background);
  color: var(--focus-paper);
}
.landing-page a { text-decoration: none; }
.lp-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; height: 72px; padding: 0 var(--lp-page-gutter); border-bottom: 1px solid rgba(255,255,255,.13); }
.lp-brand { display: flex; align-items: center; gap: 14px; }
.lp-brand small { color: #6f727a; font-size: 6px; line-height: 1; letter-spacing: .18em; }
.lp-header-cta { display: inline-flex; align-items: center; justify-content: center; height: 40px; border: 1px solid rgba(255,255,255,.28); padding: 1px 16px 0; font-size: 9px; font-weight: 800; line-height: 1; white-space: nowrap; letter-spacing: .1em; }
.lp-header-cta:hover, .lp-header-cta:focus-visible { border-color: var(--focus-accent); color: var(--focus-accent); }
.lp-hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.96fr); min-height: 100dvh; padding: 126px var(--lp-page-gutter) 54px; gap: clamp(28px,5vw,86px); align-items: center; }
.lp-hero-copy { max-width: 720px; }
.lp-kicker, .lp-section-label { margin: 0; color: #ff6e62; font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.lp-kicker { display: flex; align-items: center; gap: 9px; }
.lp-kicker i { width: 7px; height: 7px; border-radius: 50%; background: var(--focus-accent); }
.lp-hero h1 { margin: 26px 0 25px; font-size: clamp(58px,8.4vw,130px); font-weight: 500; line-height: .87; letter-spacing: -.075em; }
.lp-hero h1 em { color: var(--focus-paper); font-style: normal; text-decoration: underline; text-decoration-color: var(--focus-accent); text-decoration-thickness: 3px; text-underline-offset: 10px; }
.lp-lead { max-width: 590px; margin: 0; color: #b7b9c0; font-size: clamp(14px,1.35vw,19px); line-height: 1.85; }
.lp-actions { display: flex; gap: 10px; margin-top: 34px; }
.lp-primary, .lp-secondary { display: inline-flex; align-items: center; justify-content: space-between; min-height: var(--lp-control-height); padding: 1px 24px 0; font-size: 11px; font-weight: 850; line-height: 1; }
.lp-primary { width: min(100%,280px); background: var(--focus-paper); color: var(--focus-ink); }
.lp-primary span { display: inline-grid; width: 24px; height: 24px; place-items: center; font-size: 19px; font-weight: 400; }
.lp-secondary { border: 1px solid rgba(255,255,255,.19); }
.lp-note { margin: 13px 0 0; color: #666a73; font-size: 8px; }
.lp-visual { align-self: center; margin: 0; }
.lp-visual figcaption { display: flex; justify-content: space-between; margin-top: 9px; color: #62666f; font-size: 7px; letter-spacing: .14em; }
.lp-statement, .lp-how, .lp-score-section, .lp-features, .lp-start { padding: clamp(76px,10vw,150px) var(--lp-section-gutter); }
.lp-statement { border-top: 1px solid rgba(255,255,255,.12); background: var(--focus-paper); color: #101114; }
.lp-statement .lp-section-label, .lp-start .lp-section-label { color: #9e2b24; }
.lp-statement h2, .lp-score-section h2, .lp-start h2 { margin: 32px 0 25px; font-size: clamp(34px,5.1vw,76px); font-weight: 500; line-height: 1.02; letter-spacing: -.06em; }
.lp-statement > p:last-child { max-width: 720px; margin: 0 0 0 auto; color: #55575d; font-size: clamp(14px,1.4vw,19px); line-height: 1.85; }
.lp-section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.lp-section-head > span { color: #565a63; font-size: 8px; letter-spacing: .14em; }
.lp-steps { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.lp-steps article { min-height: 390px; padding: 24px var(--lp-card-inset) 34px; border-left: 1px solid rgba(255,255,255,.18); }
.lp-steps article:first-child { border-left: 0; }
.lp-steps article > span { color: #656974; font-size: 8px; }
.lp-step-mark { display: grid; height: 179px; place-items: center; color: #fff; font-size: clamp(50px,6vw,86px); font-weight: 500; line-height: 1; letter-spacing: -.08em; }
.aperture-mark { color: var(--focus-accent); font-size: 84px; font-weight: 300; }
.score-mark { color: var(--focus-paper); font-size: 90px; }
.lp-steps h3, .lp-feature-grid h3 { margin: 0 0 12px; font-size: clamp(19px,2vw,29px); font-weight: 550; letter-spacing: -.04em; }
.lp-steps p, .lp-feature-grid p { margin: 0; color: var(--focus-muted); font-size: 11px; line-height: 1.8; }
.lp-score-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(35px,8vw,120px); align-items: center; border-top: 1px solid rgba(255,81,67,.24); border-bottom: 1px solid rgba(255,81,67,.24); background: var(--focus-panel); }
.lp-score-section > div:first-child > p:last-child { max-width: 520px; color: #a8a69c; font-size: 13px; line-height: 1.8; }
.lp-score-grid { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid rgba(255,255,255,.45); }
.lp-score-grid div { position: relative; min-height: 170px; padding: 20px; border-right: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }
.lp-score-grid div:nth-child(even) { border-right: 0; }
.lp-score-grid div:nth-child(n+3) { border-bottom: 0; }
.lp-score-grid span { color: rgba(255,255,255,.55); font-size: 8px; }
.lp-score-grid b { position: absolute; bottom: 20px; left: 20px; font-size: 12px; }
.lp-score-grid strong { position: absolute; right: 20px; bottom: 15px; font-size: 54px; font-weight: 450; line-height: .82; letter-spacing: -.07em; }
.lp-feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.lp-feature-grid article { display: flex; min-height: 330px; flex-direction: column; padding: var(--lp-card-inset); border: 1px solid rgba(255,255,255,.14); background: #111318; }
.lp-feature-grid small { color: #ff6e62; font-size: 8px; line-height: 1.5; letter-spacing: .15em; }
.lp-feature-grid h3 { margin-top: auto; }
.lp-feature-highlight { background: var(--focus-paper) !important; color: var(--focus-ink); }
.lp-feature-highlight small, .lp-feature-highlight p { color: rgba(10,10,9,.62); }
.lp-start { text-align: center; background: var(--focus-paper); color: #101114; }
.lp-start h2 { max-width: 900px; margin-inline: auto; }
.lp-start > p:not(.lp-section-label) { max-width: 650px; margin: 0 auto 30px; color: #5e6066; font-size: 13px; line-height: 1.85; }
.lp-release-note { display: inline-flex; min-width: min(100%,280px); min-height: 78px; flex-direction: column; justify-content: center; gap: 8px; border: 1px solid rgba(10,10,9,.24); padding: 16px 22px; text-align: left; }
.lp-release-note:hover, .lp-release-note:focus-visible { border-color: var(--focus-accent); }
.lp-release-note b { font-size: 12px; line-height: 1; letter-spacing: .12em; }
.lp-release-note span { color: #74736d; font-size: 9px; line-height: 1.25; }
.lp-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; padding: 48px var(--lp-page-gutter); }
.lp-footer span { color: #70737b; font-size: 8px; letter-spacing: .14em; }
.lp-footer nav { display: flex; justify-self: end; gap: 16px; color: #777a82; font-size: 7px; letter-spacing: .1em; }

/* Legal and support pages */
.legal-page { min-height: 100dvh; background: var(--focus-background); color: var(--focus-paper); }
.legal-page a { text-underline-offset: 4px; }
.legal-header, .legal-footer { display: flex; align-items: center; justify-content: space-between; min-height: 68px; padding: 0 clamp(20px,6vw,88px); border-bottom: 1px solid rgba(242,238,228,.15); }
.legal-header > a:last-child { color: #87857e; font-size: 10px; text-decoration: none; }
.legal-brand { font-size: 17px; font-weight: 900; letter-spacing: .12em; text-decoration: none; }
.legal-document { width: min(100% - 40px,860px); margin: 0 auto; padding: clamp(72px,10vw,130px) 0; }
.legal-eyebrow { margin: 0 0 24px; color: var(--focus-accent); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.legal-document > h1 { margin: 0; font-size: clamp(46px,8vw,92px); font-weight: 520; line-height: .95; letter-spacing: -.065em; }
.legal-lead { max-width: 650px; margin: 28px 0 70px; color: #a9a69d; font-size: clamp(15px,2vw,20px); line-height: 1.8; }
.legal-section { display: grid; grid-template-columns: minmax(150px,.42fr) minmax(0,1fr); gap: clamp(24px,6vw,86px); padding: 32px 0; border-top: 1px solid rgba(242,238,228,.14); }
.legal-section h2 { margin: 0; font-size: 13px; font-weight: 700; line-height: 1.5; }
.legal-section p, .legal-section ul { grid-column: 2; margin: 0; color: #aaa79e; font-size: 13px; line-height: 2; }
.legal-section p + p { margin-top: 14px; }
.legal-section ul { padding-left: 1.3em; }
.legal-contact { display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px; background: var(--focus-paper); color: #080807 !important; font-weight: 800; text-decoration: none; }
.legal-footer { min-height: 94px; border-top: 1px solid rgba(242,238,228,.15); border-bottom: 0; color: #73716b; font-size: 8px; letter-spacing: .1em; }
.legal-footer nav { display: flex; gap: 18px; }
.legal-footer a { text-decoration: none; }

@media (max-width: 820px) {
  .lp-header { height: 62px; }
  .lp-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 110px; }
  .lp-hero h1 { font-size: clamp(43px,11vw,60px); line-height: .94; word-break: keep-all; }
  .lp-visual { width: 100%; }
  .lp-steps, .lp-feature-grid { grid-template-columns: 1fr; }
  .lp-steps article { min-height: auto; border: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .lp-steps article:first-child { border-top: 0; }
  .lp-step-mark { height: 135px; }
  .lp-score-section { grid-template-columns: 1fr; }
  .lp-feature-grid article { min-height: 270px; }
  .lp-footer { grid-template-columns: 1fr auto; gap: 20px; }
  .lp-footer > span { display: none; }
}

@media (max-width: 620px) {
  .legal-section { grid-template-columns: 1fr; gap: 13px; }
  .legal-section p, .legal-section ul { grid-column: 1; }
  .legal-footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 12px; }
}

@media (max-width: 480px) {
  .landing-page { --lp-page-gutter: 24px; --lp-section-gutter: 24px; --lp-card-inset: 24px; }
  .lp-header-cta { max-width: 48vw; text-align: center; }
  .lp-actions { display: grid; }
  .lp-primary, .lp-secondary { width: 100%; }
  .lp-statement, .lp-how, .lp-score-section, .lp-features, .lp-start { padding-block: 72px; }
  .lp-score-grid div { min-height: 135px; }
  .lp-score-grid strong { font-size: 43px; }
  .focus-logo-footer { width: 82px; }
}

