/* Shared editorial foundations, homepage sections, and public footer. */
body.flex-editorial {
  --fe-paper: #faf9f6;
  --fe-ink: #252823;
  --fe-muted: #676b62;
  --fe-line: #dddfd7;
  background: var(--fe-paper);
  color: var(--fe-ink);
  color-scheme: light;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.flex-editorial * { box-sizing: border-box; }
.flex-editorial a { color: inherit; text-decoration: none; }
.flex-editorial a:hover { color: #0369a1; }
.flex-editorial :focus-visible { outline: 2px solid #0284c7; outline-offset: 5px; }
.flex-editorial h1, .flex-editorial h2, .flex-editorial h3 { font-weight: 400; }
.flex-editorial em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.flex-editorial section[id] { scroll-margin-top: 100px; }
.fe-container { width: min(1320px, calc(100% - 112px)); margin-inline: auto; }
.fe-eyebrow { font-size: 14px; line-height: 1.6; letter-spacing: normal; text-transform: none; font-weight: 500; }
.fe-wordmark { display: inline-flex; align-items: center; gap: 4px; font-size: 42px; font-weight: 600; letter-spacing: -.07em; line-height: 1; }
.flex-editorial .fe-button { display: inline-flex; align-items: center; justify-content: center; gap: 35px; min-height: 54px; padding: 16px 26px; border: 1px solid var(--fe-ink); border-radius: 100px; background: var(--fe-ink); color: #fff; font-size: 15px; letter-spacing: normal; transition: background .2s, border-color .2s; }
.flex-editorial .fe-button:hover { background: #0369a1; border-color: #0369a1; color: white; }
.fe-button > span { font-size: 19px; line-height: 1; }
.fe-hero { padding-top: 35px; }
.fe-hero-topline { display: flex; justify-content: space-between; color: var(--fe-muted); }
.fe-hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 58px; align-items: center; padding-block: 77px 79px; }
.fe-hero-copy h1 { font-size: clamp(54px, 5.1vw, 76px); line-height: 1.06; letter-spacing: -.055em; }
.fe-hero-copy h1 em { letter-spacing: -.065em; white-space: nowrap; }
.fe-hero-copy > p:not(.fe-hero-footnote) { max-width: 450px; margin-top: 29px; font-size: 17px; line-height: 1.8; color: var(--fe-muted); }
.fe-hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 32px; }
.fe-text-link { display: inline-flex; align-items: center; gap: 20px; font-size: 15px; padding-block: 10px; border-bottom: 1px solid var(--fe-line); }
.fe-hero-copy .fe-hero-footnote { margin-top: 26px; font-size: 13px; color: var(--fe-muted); letter-spacing: normal; }
.fe-example { min-width: 0; background: #eaece4; padding: 22px; border: 1px solid #e2e5db; border-radius: 3px; }
.fe-example-caption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; color: #565e4f; margin-bottom: 28px; }
.fe-example-caption .fe-eyebrow { font-size: 14px; letter-spacing: normal; }
.fe-request { display: flex; align-items: center; gap: 12px; padding: 17px; background: #fafbf7; border: 1px solid #d8ddcf; border-radius: 4px; }
.fe-avatar { display: grid; place-items: center; flex: 0 0 30px; height: 30px; border: 1px solid #ced6c2; border-radius: 50%; background: #e4e8da; font-size: 13px; }
.fe-request p { font-size: 15px; line-height: 1.6; }
.fe-example-connector { height: 32px; display: flex; align-items: center; justify-content: center; color: #79816f; }
.fe-app-preview { background: #fff; border: 1px solid #d3d8cc; border-radius: 5px; overflow: hidden; box-shadow: 0 8px 20px #30392008; }
.fe-app-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid #e7e9e1; padding: 13px 17px; }
.fe-app-brand { font-size: 13px; font-weight: 500; }
.fe-live { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; color: #42634b; }
.fe-live i { display: block; width: 5px; height: 5px; background: #6c966d; border-radius: 50%; }
.fe-app-content { padding: 21px 20px 9px; }
.fe-app-heading { display: flex; justify-content: space-between; align-items: center; }
.fe-mini-label { font-size: 13px; letter-spacing: normal; color: var(--fe-muted); }
.fe-app-heading h2 { font-size: 23px; letter-spacing: -.05em; margin-top: 4px; }
.fe-app-monogram { display: grid; place-items: center; height: 27px; width: 27px; border-radius: 50%; background: #eeeae3; font-size: 13px; }
.fe-app-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-block: 20px 16px; }
.fe-app-stats > div { padding: 12px; border: 1px solid #e7e9e0; background: #f8f9f5; }
.fe-app-stats > div > span { font-size: 13px; color: var(--fe-muted); }
.fe-app-stats strong { display: flex; justify-content: space-between; align-items: center; font-size: 29px; font-weight: 400; line-height: 1.3; }
.fe-table-row { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr) minmax(0, 1fr); align-items: center; gap: 8px; min-height: 42px; border-top: 1px solid #edf0e8; font-size: 13px; }
.fe-table-head { font-size: 13px; color: var(--fe-muted); text-transform: none; letter-spacing: normal; }
.fe-status { justify-self: start; border-radius: 100px; background: #eef3e9; color: #4a6740; padding: 3px 8px; font-size: 13px; }
.fe-status-warm { background: #f7f0df; color: #7e692c; }
.fe-app-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding: 12px 20px; border-top: 1px solid #e7e9e1; color: var(--fe-muted); font-size: 13px; }
.fe-example-footer { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 16px; font-size: 13px; color: #59614f; }
.fe-example-check { flex-shrink: 0; display: grid; place-items: center; border: 1px solid #b3bda6; border-radius: 50%; width: 16px; height: 16px; }
.fe-example-label { margin-left: auto; font-size: 13px; }
.fe-principles { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 22px; border-block: 1px solid var(--fe-line); gap: 24px; }
.fe-principles > span { font-size: 13px; }
.fe-principles i { color: #7a8173; font-style: normal; font-size: 13px; margin-right: 18px; }
.fe-possibilities { padding-block: 101px 94px; }
.fe-section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 42px; }
.flex-editorial main:not(.lp-page) section h2:not(.fe-app-heading h2) { font-size: clamp(32px, 3.25vw, 46px); line-height: 1.16; letter-spacing: -.045em; }
.fe-section-heading h2, .fe-control h2, .fe-faq h2 { margin-top: 19px; }
.fe-section-heading > p { max-width: 320px; font-size: 16px; line-height: 1.85; color: var(--fe-muted); padding-bottom: 2px; }
.fe-use-cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.fe-use-case { min-width: 0; }
.fe-case-art { position: relative; height: 330px; padding: 21px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.fe-art-tools { background: #e9ece3; }
.fe-art-product { background: #e6edf0; }
.fe-art-prototypes { background: #eee7df; }
.fe-art-caption { position: absolute; top: 20px; left: 21px; font-size: 13px; color: #51594b; }
.fe-art-index { position: absolute; bottom: 18px; left: 21px; font-size: 13px; letter-spacing: normal; color: #5a6357; }
.fe-task-sheet, .fe-change-sheet, .fe-prototype-note { width: 92%; background: #fafbf7; border: 1px solid #d4dbcc; padding: 18px; box-shadow: 0 7px 14px #34382b06; transition: transform .25s; }
.fe-use-case:hover .fe-task-sheet, .fe-use-case:hover .fe-change-sheet { transform: translateY(-4px); }
.fe-task-sheet > span { display: flex; justify-content: space-between; font-size: 13px; letter-spacing: normal; margin-bottom: 12px; }
.fe-task-sheet p { display: flex; align-items: center; gap: 10px; font-size: 13px; padding-block: 9px; border-top: 1px solid #e5e9df; }
.fe-task-sheet i { font-style: normal; color: #5b7250; }
.fe-change-sheet { border-color: #d0dae0; background: #fcfdfd; }
.fe-change-sheet > span:first-child { font-size: 13px; letter-spacing: normal; }
.fe-change-line { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 13px; margin-block: 17px; }
.fe-search-example { display: flex; align-items: center; justify-content: space-between; gap: 6px; border: 1px solid #cbd7de; border-radius: 3px; padding: 10px; font-size: 13px; color: #667681; }
.fe-review-badge { display: block; font-size: 13px; margin-top: 13px; color: #507155; }
.fe-prototype-note { position: relative; width: 70%; padding: 20px; background: #f9f5e9; border-color: #ded6bf; transform: rotate(-6deg); }
.fe-use-case:hover .fe-prototype-note { transform: rotate(-3deg); }
.fe-prototype-note > span:first-child { font-size: 13px; letter-spacing: normal; }
.fe-prototype-note p { margin-top: 17px; font-size: 27px; line-height: 1.1; letter-spacing: -.04em; }
.fe-case-title { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-top: 23px; }
.fe-case-title h3 { font-size: 20px; line-height: 1.3; letter-spacing: -.035em; }
.fe-use-case > p { color: var(--fe-muted); font-size: 16px; line-height: 1.8; margin-top: 11px; max-width: 350px; }
.fe-case-link { display: inline-block; font-size: 13px; border-bottom: 1px solid #bfc4b8; padding-block: 6px; margin-top: 15px; }
.fe-process { background: #efeee9; padding-block: 85px 0; }
.fe-steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; padding: 0; margin: 55px 0 60px; }
.fe-step-number { display: flex; justify-content: space-between; border-bottom: 1px solid #cfd2c7; padding-bottom: 17px; font-size: 15px; color: #697260; }
.fe-steps h3 { font-size: 20px; line-height: 1.35; letter-spacing: -.025em; margin-top: 23px; }
.fe-steps p { font-size: 16px; line-height: 1.85; color: var(--fe-muted); margin-top: 12px; }
.fe-integrations { display: flex; align-items: center; gap: 30px; justify-content: space-between; border-top: 1px solid #cfd2c7; padding-block: 25px; }
.fe-integrations > div { display: flex; align-items: center; gap: 45px; font-size: 15px; }
.fe-integrations a { font-size: 15px; }
.fe-demo { padding-block: 65px 75px; scroll-margin-top: 30px; }
.fe-video { padding-block: 12px 25px; }
.fe-demo-links { display: flex; flex-wrap: wrap; gap: 20px 40px; }
.fe-audiences { padding-block: 65px 75px; border-top: 1px solid var(--fe-line); }
.fe-audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.fe-audience-grid article { background: #e6edf0; padding: 35px; border-radius: 4px; }
.fe-audience-grid article + article { background: #e9ece3; }
.fe-audience-grid h3 { margin-top: 25px; font-size: 30px; line-height: 1.25; letter-spacing: -.025em; font-weight: 400; }
.fe-audience-grid article > p:not(:first-child) { margin-top: 18px; font-size: 17px; line-height: 1.8; color: var(--fe-muted); }
.fe-audience-grid nav { display: flex; flex-wrap: wrap; gap: 14px 23px; margin-top: 25px; }
.fe-audience-grid nav a { font-size: 16px; text-decoration: underline; text-underline-offset: 5px; }
.fe-footer-solutions { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; border-top: 1px solid var(--fe-line); padding-block: 35px; }
.fe-footer-solutions p { font-size: 16px; margin-bottom: 15px; }
.fe-footer .fe-footer-solutions nav { display: flex; flex-wrap: wrap; margin: 0; gap: 12px 25px; }
.fe-footer-solutions a { font-size: 14px; }
@media (max-width: 760px) {
  .fe-audience-grid, .fe-footer-solutions { grid-template-columns: 1fr; }
  .fe-demo, .fe-audiences { padding-block: 50px; }
  .fe-audience-grid article { padding: 25px; }
}
.fe-video iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 4px; }
.fe-control { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-block: 95px; border-bottom: 1px solid var(--fe-line); }
.fe-control-copy > p { font-size: 16px; line-height: 1.85; max-width: 450px; color: var(--fe-muted); }
.fe-control ul { list-style: none; padding: 0; margin-block: 24px 17px; }
.fe-control li { border-bottom: 1px solid var(--fe-line); padding-block: 14px; font-size: 15px; }
.fe-control li > span { color: #79816e; margin-right: 20px; font-size: 13px; }
.fe-faq { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding-block: 86px 100px; }
.fe-questions details { border-bottom: 1px solid var(--fe-line); }
.fe-questions details:first-child { border-top: 1px solid var(--fe-line); }
.fe-questions summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 21px; cursor: pointer; font-size: 16px; line-height: 1.6; list-style: none; }
.fe-questions summary::-webkit-details-marker { display: none; }
.fe-questions summary > span { font-size: 22px; font-weight: 300; transition: transform .2s; }
.fe-questions details[open] summary > span { transform: rotate(45deg); }
.fe-questions p { padding-bottom: 23px; font-size: 16px; line-height: 1.9; color: var(--fe-muted); }
.fe-final { text-align: center; padding-block: 82px; background: #e7eadf; }
.flex-editorial .fe-final h2 { font-size: clamp(40px, 4.5vw, 65px); margin-block: 25px 30px; line-height: 1.1; }
.fe-final .fe-button { margin-bottom: 20px; }
.fe-final .fe-button + p { color: #5e6655; font-size: 13px; }
.fe-footer { padding-block: 42px 22px; }
.fe-footer-top { display: flex; align-items: center; gap: 42px; padding-bottom: 42px; }
.fe-footer-top > p { font-size: 15px; line-height: 1.7; color: var(--fe-muted); }
.fe-footer nav { display: flex; flex-wrap: wrap; gap: 24px; margin-left: auto; font-size: 13px; }
.fe-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--fe-line); font-size: 13px; color: var(--fe-muted); }
@media (min-width: 1600px) { .fe-hero-grid { padding-block: 90px; } }
@media (max-width: 1100px) {
  .fe-container { width: calc(100% - 64px); }
  .fe-hero-grid { gap: 30px; padding-block: 60px; }
  .fe-hero-copy h1 { font-size: 54px; }
  .fe-hero-actions { gap: 18px; }
  .fe-example { padding: 16px; }
  .fe-example-label { display: none; }
  .fe-case-art { padding: 12px; height: 320px; }
  .fe-task-sheet, .fe-change-sheet { width: 100%; padding: 13px; }
  .fe-prototype-note { width: 80%; }
  .fe-steps { gap: 30px; }
  .fe-case-title h3 { font-size: 18px; }
  .fe-control, .fe-faq { gap: 45px; }
}
@media (max-width: 800px) {
  .fe-hero-note { display: none; }
  .fe-hero-grid { grid-template-columns: 1fr; gap: 40px; padding-block: 35px 40px; }
  .fe-hero-copy h1 { font-size: clamp(48px, 8.8vw, 68px); }
  .fe-hero-copy > p:not(.fe-hero-footnote) { max-width: 530px; }
  .fe-example { padding: 22px; }
  .fe-example-label { display: inline; }
  .fe-principles { gap: 12px; }
  .fe-principles > span { line-height: 1.6; }
  .fe-principles i { display: block; margin-bottom: 6px; }
  .fe-section-heading { display: block; }
  .fe-section-heading > p { margin-top: 20px; max-width: 450px; }
  .fe-possibilities { padding-block: 65px; }
  .fe-use-cases { grid-template-columns: 1fr; gap: 36px; }
  .fe-case-art { height: 330px; padding: 25px; }
  .fe-task-sheet, .fe-change-sheet { max-width: 280px; padding: 20px; }
  .fe-prototype-note { max-width: 225px; }
  .fe-case-title { margin-top: 18px; }
  .fe-case-title h3 { font-size: 23px; }
  .fe-use-case > p { max-width: 500px; }
  .fe-process { padding-top: 60px; }
  .fe-steps { grid-template-columns: 1fr; gap: 28px; margin-block: 35px; }
  .fe-steps h3 { margin-top: 16px; }
  .fe-integrations { align-items: flex-start; flex-direction: column; gap: 18px; }
  .fe-integrations > div { flex-wrap: wrap; gap: 25px; }
  .fe-control, .fe-faq { grid-template-columns: 1fr; gap: 32px; padding-block: 60px; }
  .fe-final { padding-block: 60px; }
  .fe-footer-top { flex-wrap: wrap; gap: 25px; }
  .fe-footer nav { margin-left: 0; width: 100%; gap: 22px; }
}
@media (max-width: 480px) {
  .fe-container { width: calc(100% - 40px); }
  .fe-wordmark { font-size: 36px; }
  .fe-hero-copy h1 { font-size: clamp(39px, 10.8vw, 51px); }
  .fe-hero-copy > p:not(.fe-hero-footnote) { font-size: 15px; margin-top: 23px; }
  .fe-hero-actions { flex-wrap: wrap; gap: 15px 20px; margin-top: 25px; }
  .fe-button { gap: 24px; }
  .fe-example { padding: 14px; }
  .fe-example-caption { margin-bottom: 18px; }
  .fe-example-caption .fe-eyebrow { font-size: 14px; }
  .fe-request { padding: 12px; gap: 9px; }
  .fe-request p { font-size: 13px; }
  .fe-app-content { padding: 17px 13px 7px; }
  .fe-app-bar, .fe-app-bottom { padding-inline: 13px; }
  .fe-example-label { display: none; }
  .fe-principles > span { font-size: 13px; }
  .fe-principles { gap: 17px; }
  .fe-footer-bottom { flex-wrap: wrap; }
  .fe-footer-bottom > span:nth-child(2) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .flex-editorial *, .flex-editorial *::before, .flex-editorial *::after { transition: none !important; animation: none !important; }
}
