/* Approved Paper 01M1TTW56MEAZ7D1R14E05MFHM; token hash 7d73fdf6. */
@font-face { font-family: 'Funnel Display'; src: url('/fonts/FunnelDisplay.ttf') format('truetype'); font-style: normal; font-weight: 300 800; font-display: swap; }
@font-face { font-family: 'Sequel Sans Body'; src: url('/fonts/SequelSansRomanBody.otf') format('opentype'); font-style: normal; font-weight: 310; font-display: swap; }
@font-face { font-family: 'Sequel Sans Body'; src: url('/fonts/SequelSansBoldBody.otf') format('opentype'); font-style: normal; font-weight: 325; font-display: swap; }
:root {
  --color-ink: #161616; --color-white: #FFFFFF; --color-paper: #E6E6E6;
  --color-accent: #E6F421; --color-muted: #5B5B5B; --color-line: #C4C4C4;
  --font-display: 'Funnel Display', sans-serif; --font-body: 'Sequel Sans Body', sans-serif;
  --page-inset: max(64px, calc((100% - 1312px) / 2));
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--color-white); color: var(--color-ink); font-family: var(--font-body); font-size: 18px; font-weight: 310; line-height: 28px; font-synthesis: none; -webkit-font-smoothing: antialiased; }
main, section, article, aside, div { min-width: 0; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3, .wordmark, .footer-wordmark { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.04em; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 4px; box-shadow: 0 0 0 4px var(--color-ink); }
[tabindex='-1']:focus { outline: none; }
::selection { background: var(--color-accent); color: var(--color-ink); }
.skip-link { position: absolute; z-index: 10; top: 8px; left: 8px; padding: 12px 20px; background: var(--color-accent); color: var(--color-ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 28px var(--page-inset); border-bottom: 1px solid var(--color-line); }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark { flex-shrink: 0; }
.wordmark { font-size: 30px; line-height: 34px; white-space: nowrap; }
.header-actions { display: flex; align-items: center; gap: 36px; }
.how-link { font-size: 15px; line-height: 22px; }
.button { display: flex; align-items: center; gap: 28px; width: fit-content; padding: 19px 24px; border-radius: 4px; background: var(--color-ink); color: var(--color-white); font-size: 17px; font-weight: 325; line-height: 22px; white-space: nowrap; }
.arrow { font-size: 20px; font-weight: 310; line-height: 22px; }
.header-button { justify-content: center; gap: 24px; padding: 17px 22px; font-size: 16px; line-height: 20px; }
.header-button .arrow { font-size: 16px; line-height: 20px; }
.hero { display: grid; grid-template-columns: minmax(0, 720fr) minmax(0, 512fr); align-items: center; gap: 80px; padding: 76px var(--page-inset) 80px; }
.hero-copy { display: flex; flex-direction: column; flex: 720 1 0; gap: 28px; }
.hero-heading { display: flex; flex-direction: column; gap: 24px; }
.eyebrow { font-size: 14px; font-weight: 325; line-height: 20px; letter-spacing: 0.06em; }
h1 { font-size: 88px; line-height: 88px; }
.mobile-space, .small-space { display: none; }
.hero-description { max-width: 620px; font-size: 20px; line-height: 30px; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.family-note { color: var(--color-muted); font-size: 15px; line-height: 22px; }
.workflow { display: flex; flex-direction: column; flex: 512 1 0; gap: 24px; padding: 32px; background: var(--color-accent); }
.workflow-heading { display: flex; flex-direction: column; gap: 18px; }
.workflow-label { font-size: 13px; font-weight: 325; line-height: 18px; letter-spacing: 0.06em; }
.workflow h2 { font-size: 32px; line-height: 34px; }
.workflow-step { display: flex; align-items: flex-start; gap: 18px; }
.first-step { padding-block: 20px; border-top: 1px solid var(--color-ink); }
.middle-step { padding-bottom: 20px; border-bottom: 1px solid var(--color-ink); }
.step-number { flex-shrink: 0; width: 28px; font-size: 14px; font-weight: 325; line-height: 24px; }
.step-copy { display: flex; flex-direction: column; gap: 6px; }
.step-copy h3 { font-size: 24px; line-height: 28px; }
.step-copy p { font-size: 16px; line-height: 24px; }
.workflow-note { font-size: 14px; line-height: 20px; }
.examples { display: flex; gap: 80px; padding: 72px var(--page-inset); background: var(--color-paper); }
.examples-intro { display: flex; flex-direction: column; flex-shrink: 0; gap: 24px; width: 352px; }
.examples h2, .engagement h2 { font-size: 44px; line-height: 46px; }
.examples-list { display: flex; flex-direction: column; flex: 1; }
.example { display: flex; gap: 40px; padding-block: 24px; border-bottom: 1px solid var(--color-line); }
.first-example { border-top: 1px solid var(--color-line); }
.example h3 { flex-shrink: 0; width: 250px; font-size: 25px; line-height: 28px; }
.example p { flex: 1; }
.examples-note { margin-top: 20px; color: var(--color-muted); font-size: 14px; line-height: 22px; }
.engagement { display: flex; flex-direction: column; gap: 48px; padding: 72px var(--page-inset); }
.engagement-heading { display: flex; align-items: flex-start; gap: 80px; }
.engagement-heading h2 { flex: 608 1 0; }
.engagement-heading > p { flex: 624 1 0; font-size: 20px; line-height: 30px; }
.engagement-steps { display: flex; gap: 48px; }
.engagement-step { display: flex; flex-direction: column; flex: 405 1 0; gap: 20px; padding-top: 24px; border-top: 1px solid var(--color-line); }
.handover { flex-grow: 406; }
.engagement-step h3 { font-size: 28px; line-height: 32px; }
.engagement-label { font-size: 14px; font-weight: 325; line-height: 20px; }
.contact { display: flex; align-items: flex-start; gap: 80px; padding: 72px var(--page-inset); background: var(--color-ink); color: var(--color-paper); }
.contact h2 { flex: 608 1 0; font-size: 60px; line-height: 62px; }
.contact-copy { display: flex; flex-direction: column; flex: 624 1 0; gap: 24px; }
.contact-copy h3 { font-size: 28px; line-height: 32px; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.accent-button { background: var(--color-accent); color: var(--color-ink); }
.contact-note { font-size: 14px; line-height: 20px; }
.site-footer { display: flex; flex-direction: column; gap: 32px; padding: 36px var(--page-inset) 24px; }
.footer-top, .footer-bottom { display: flex; align-items: center; justify-content: space-between; }
.footer-wordmark { font-size: 28px; line-height: 32px; }
.family-link { font-size: 16px; line-height: 24px; }
.footer-bottom { padding-top: 20px; border-top: 1px solid var(--color-line); font-size: 14px; line-height: 22px; }
.footer-bottom p { color: var(--color-muted); }
.privacy-link { text-decoration: underline; text-underline-offset: 3px; }
/* Extend link hit areas without moving the approved text. */
.how-link, .family-link, .privacy-link, .brand, .footer-wordmark { position: relative; }
.how-link::after, .family-link::after, .privacy-link::after, .brand::after, .footer-wordmark::after { content: ''; position: absolute; inset: -12px -4px; min-height: 44px; }
@media (max-width: 1279px) {
  :root { --page-inset: 32px; }
  .site-header { padding-block: 24px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 40px; padding-block: 64px; }
  .hero-copy, .workflow { flex: auto; width: 100%; }
  h1 { font-size: 64px; line-height: 66px; }
  .hero-description { max-width: none; }
  .examples { flex-direction: column; gap: 32px; padding-block: 64px; }
  .examples-intro { width: 100%; }
  .examples h2, .engagement h2 { font-size: 40px; line-height: 42px; }
  .desktop-break { display: none; }
  .small-space { display: inline; }
  .example { gap: 32px; }
  .example h3 { width: 200px; font-size: 24px; }
  .engagement { gap: 40px; padding-block: 64px; }
  .engagement-heading { flex-direction: column; gap: 20px; }
  .engagement-heading h2, .engagement-heading > p { flex: auto; width: 100%; }
  .engagement-steps { gap: 24px; }
  .engagement-step { flex-grow: 219; gap: 16px; font-size: 16px; line-height: 24px; }
  .scope { flex-grow: 218; }
  .engagement-step h3 { font-size: 24px; line-height: 28px; }
  .contact { flex-direction: column; gap: 32px; padding-block: 64px; }
  .contact h2 { flex: auto; width: 100%; font-size: 52px; line-height: 54px; }
  .contact-copy { flex: auto; width: 100%; }
  .site-footer { gap: 24px; padding-block: 32px; }
}
@media (max-width: 599px) {
  :root { --page-inset: 24px; }
  .site-header { padding-block: 20px; }
  .brand { gap: 10px; }
  .brand-mark { width: 26px; height: 26px; }
  .wordmark { font-size: 24px; line-height: 28px; }
  .header-actions { gap: 0; }
  .how-link, .header-button .arrow, .hero-break { display: none; }
  .mobile-space { display: inline; }
  .header-button { gap: 0; padding: 14px 12px; font-size: 14px; }
  .hero { gap: 36px; padding-block: 48px; }
  .hero-copy { gap: 24px; }
  .hero-heading { gap: 20px; }
  h1 { font-size: 52px; line-height: 54px; }
  .hero-description { font-size: 18px; line-height: 28px; }
  .family-note { font-size: 14px; }
  .workflow { gap: 20px; padding: 24px; }
  .workflow h2 { font-size: 28px; line-height: 30px; }
  .workflow-step { gap: 12px; }
  .step-number { width: 24px; }
  .step-copy h3 { font-size: 22px; line-height: 26px; }
  .examples { gap: 28px; padding-block: 48px; }
  .examples-intro { gap: 18px; }
  .examples h2, .engagement h2 { font-size: 36px; line-height: 38px; }
  .example { flex-direction: column; gap: 12px; }
  .example h3 { width: 100%; }
  .example p { font-size: 17px; line-height: 26px; }
  .engagement { gap: 32px; padding-block: 48px; }
  .engagement-heading { gap: 24px; }
  .engagement-heading > p { font-size: 18px; line-height: 28px; }
  .engagement-steps { flex-direction: column; }
  .engagement-step { flex: auto; width: 100%; font-size: 17px; line-height: 26px; }
  .engagement-step h3 { font-size: 25px; }
  .contact { padding-block: 48px; }
  .contact h2 { font-size: 42px; line-height: 44px; }
  .contact-copy { font-size: 17px; line-height: 26px; }
  .contact-copy h3 { font-size: 24px; line-height: 28px; }
  .site-footer { padding-block: 24px; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 16px; }
  .footer-wordmark { font-size: 24px; line-height: 28px; }
  .family-link { font-size: 15px; }
}
/* Below the approved mobile board, preserve both header actions and readable copy. */
@media (max-width: 359px) {
  .site-header { flex-wrap: wrap; gap: 20px; }
  h1 { font-size: 46px; line-height: 48px; }
  .contact h2 { font-size: 38px; line-height: 40px; }
}
