/* Forward Deployed Engineering — v2 editorial narrative */

.page-fde .main-content {
    padding-top: 0;
}

.page-fde .main-content:has(.gleo-cta-section) {
    padding-bottom: 0;
}

.fde-container-narrow {
    max-width: 44rem;
}

/* Hero */
.fde-hero {
    padding: 5rem 0 4rem;
    border-bottom: 1px solid var(--color-border);
    background: #fff;
}

.fde-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
    gap: 3rem 3.5rem;
    align-items: start;
}

.fde-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 46rem;
    min-width: 0;
}

.fde-hero-copy .hero-ai-callout {
    margin-bottom: 1.25rem;
}

.fde-hero-copy .hero-headline,
.fde-hero-headline {
    text-align: left;
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    line-height: 1.2;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.25rem;
}

.fde-hero-line {
    display: block;
}

@media (min-width: 1024px) {
    .fde-hero-line {
        white-space: nowrap;
    }
}

.fde-hero-headline .highlight {
    white-space: normal;
}

.fde-hero-copy .hero-subheadline {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.75rem;
    max-width: none;
    font-size: 1.0625rem;
    line-height: 1.65;
}

.fde-hero-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
}

.fde-hero-form {
    justify-content: flex-start;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.fde-hero-link {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--color-muted-foreground);
    text-decoration: none;
    transition: color 0.15s ease;
}

.fde-hero-link:hover {
    color: #ea580c;
}

.fde-operating-model {
    padding: 0.125rem 0 0;
    max-width: 18rem;
    justify-self: end;
}

.fde-operating-model-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-muted-foreground);
    margin: 0 0 1.25rem;
}

.fde-operating-model-track {
    position: relative;
    padding-left: 1.25rem;
    --fde-timeline-axis: 1px;
}

.fde-operating-model-track::before {
    content: '';
    position: absolute;
    left: var(--fde-timeline-axis);
    transform: translateX(-50%);
    top: 0.5rem;
    bottom: 0.5rem;
    width: 2px;
    background: rgba(234, 88, 12, 0.18);
    border-radius: 1px;
}

.fde-operating-model-progress {
    position: absolute;
    left: var(--fde-timeline-axis);
    transform: translateX(-50%);
    top: 0.5rem;
    width: 2px;
    height: 0;
    background: #ea580c;
    border-radius: 1px;
    z-index: 1;
    transition: height 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.fde-operating-model-stages {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    position: relative;
    z-index: 2;
}

.fde-operating-model-stage {
    position: relative;
}

.fde-operating-model-stage::before {
    content: '';
    position: absolute;
    left: calc(var(--fde-timeline-axis) - 1.25rem);
    top: 0.45rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(234, 88, 12, 0.25);
    transform: translateX(-50%);
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.fde-operating-model-stage.is-complete::before {
    background: #ea580c;
}

.fde-operating-model-stage.is-active::before {
    background: #ea580c;
    transform: translateX(-50%) scale(1.35);
    box-shadow: 0 0 0 4px rgba(234, 88, 12, 0.18);
}

.fde-operating-model-name {
    display: block;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-muted-foreground);
    margin-bottom: 0.2rem;
    opacity: 0.55;
    transition: color 0.4s ease, opacity 0.4s ease;
}

.fde-operating-model-stage.is-complete .fde-operating-model-name {
    color: var(--color-text);
    opacity: 0.8;
}

.fde-operating-model-stage.is-active .fde-operating-model-name {
    color: var(--color-text);
    opacity: 1;
}

.fde-operating-model-meta {
    display: block;
    font-size: 0.8125rem;
    color: var(--color-muted-foreground);
    line-height: 1.4;
    opacity: 0.4;
    transition: opacity 0.4s ease;
}

.fde-operating-model-stage.is-complete .fde-operating-model-meta {
    opacity: 0.65;
}

.fde-operating-model-stage.is-active .fde-operating-model-meta {
    opacity: 1;
}

.fde-operating-model.is-static .fde-operating-model-stage::before {
    background: #ea580c;
    transform: translateX(-50%);
    box-shadow: none;
}

.fde-operating-model.is-static .fde-operating-model-name,
.fde-operating-model.is-static .fde-operating-model-meta {
    opacity: 1;
    color: inherit;
}

.fde-operating-model.is-static .fde-operating-model-name {
    color: var(--color-text);
}

.fde-operating-model.is-static .fde-operating-model-progress {
    height: 100% !important;
    transition: none;
}

/* Sections — editorial rhythm */
.fde-section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--color-border);
}

.fde-section--wall {
    background: #fafafa;
}

.fde-section--knowledge,
.fde-section--compound {
    background: #fffbf7;
}

.fde-section--tools {
    padding: 2.5rem 0;
    background: #fafafa;
}

.fde-section-header {
    max-width: 40rem;
    margin: 0 auto 3rem;
    text-align: center;
}

.fde-section-header--editorial {
    max-width: 44rem;
}

.fde-section-header--wide {
    max-width: 52rem;
}

.fde-heading-line {
    display: block;
}

.fde-heading .highlight {
    white-space: inherit;
}

@media (min-width: 768px) {
    .fde-heading-line {
        white-space: nowrap;
    }
}

.fde-kicker {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ea580c;
    margin-bottom: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.fde-heading {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: clamp(1.875rem, 3.2vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1rem;
    color: var(--color-text);
}

.fde-heading--large {
    font-size: clamp(2rem, 3.8vw, 2.75rem);
    line-height: 1.15;
}

.fde-prose {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--color-text-light);
    margin: 0 0 1rem;
}

.fde-prose--center {
    text-align: center;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.fde-prose--emphasis {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-text);
    margin-top: 1.5rem;
}

.fde-pullquote {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: clamp(1.25rem, 2.5vw, 1.625rem);
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    max-width: 28rem;
    margin: 3rem auto 0;
    padding: 0;
    border: none;
    color: var(--color-text);
}

.fde-note {
    text-align: center;
    font-size: 1rem;
    color: var(--color-text-light);
    margin: 2rem auto 0;
    max-width: 32rem;
    line-height: 1.6;
}

/* Industry shift */
.fde-shift-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1.5rem;
    align-items: start;
    max-width: 52rem;
    margin: 0 auto;
}

.fde-shift-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-muted-foreground);
    margin: 0 0 1rem;
}

.fde-shift-label--today {
    color: #ea580c;
}

.fde-shift-list {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--color-text-light);
}

.fde-shift-note {
    font-size: 0.875rem;
    color: var(--color-muted-foreground);
    margin: 0;
    font-style: italic;
}

.fde-shift-lead {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 1rem;
    color: var(--color-text);
    font-weight: 600;
}

.fde-shift-verbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fde-shift-verbs li {
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(234, 88, 12, 0.1);
    color: #9a3412;
}

.fde-shift-bridge {
    font-size: 1.5rem;
    color: #ea580c;
    padding-top: 2rem;
    align-self: center;
}

/* Cards */
.fde-card-grid {
    display: grid;
    gap: 1rem;
    max-width: 56rem;
    margin: 0 auto;
}

.fde-card-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fde-card--editorial {
    background: transparent;
    border: none;
    border-top: 1px solid var(--color-border);
    border-radius: 0;
    padding: 1.5rem 0 0;
}

.fde-card-title {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 1.125rem;
    margin: 0 0 0.5rem;
}

.fde-card-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--color-text-light);
    margin: 0;
}

.fde-section--insight {
    background: #fff;
}

/* Insight — traditional vs hub diagram */
.fde-insight-compare {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 1.25rem;
    max-width: 62rem;
    margin: 0 auto;
    align-items: stretch;
}

.fde-insight-panel {
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    padding: 1.5rem 1.25rem 1.75rem;
    background: #fafafa;
}

.fde-insight-panel--modern {
    background: #fffbf7;
    border-color: rgba(234, 88, 12, 0.15);
}

.fde-insight-panel-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-muted-foreground);
    margin: 0 0 1.25rem;
    text-align: center;
}

.fde-insight-panel-label--modern {
    color: #ea580c;
}

.fde-insight-traditional {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 22rem;
    gap: 0;
}

.fde-insight-traditional-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 12rem;
}

.fde-insight-traditional-node .fde-insight-node-icon {
    background: #fff;
    border: 1px solid var(--color-border);
}

.fde-insight-traditional-connector {
    width: 1px;
    height: 3.5rem;
    margin: 0.35rem 0;
    background: repeating-linear-gradient(
        to bottom,
        rgba(234, 88, 12, 0.55) 0,
        rgba(234, 88, 12, 0.55) 4px,
        transparent 4px,
        transparent 8px
    );
    position: relative;
}

.fde-insight-traditional-connector::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid rgba(234, 88, 12, 0.55);
}

.fde-insight-node-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    background: rgba(234, 88, 12, 0.08);
    color: #ea580c;
    margin-bottom: 0.65rem;
}

.fde-insight-node-icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.fde-insight-node-icon--accent {
    background: rgba(234, 88, 12, 0.1);
}

.fde-insight-node-copy strong {
    display: block;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 0.25rem;
}

.fde-insight-node-copy p {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.45;
    color: var(--color-muted-foreground);
}

.fde-insight-hub {
    position: relative;
    min-height: 24rem;
    max-width: 34rem;
    margin: 0 auto;
}

.fde-insight-hub-ring {
    position: absolute;
    inset: 8% 4% 6%;
    width: calc(100% - 8%);
    height: calc(100% - 14%);
    pointer-events: none;
}

.fde-insight-hub-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 9.5rem;
    height: 9.5rem;
    padding: 1rem;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 25%, #fff 0%, #fff7ed 55%, #ffedd5 100%);
    border: 1px solid rgba(234, 88, 12, 0.2);
    box-shadow: 0 0 0 8px rgba(255, 237, 213, 0.45);
}

.fde-insight-hub-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ea580c;
    margin-bottom: 0.35rem;
}

.fde-insight-hub-icon svg {
    width: 1.125rem;
    height: 1.125rem;
}

.fde-insight-hub-title {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--color-text);
    margin-bottom: 0.2rem;
}

.fde-insight-hub-tagline {
    font-size: 0.625rem;
    line-height: 1.35;
    color: var(--color-muted-foreground);
}

.fde-insight-node {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 7.5rem;
}

.fde-insight-node--top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.fde-insight-node--right {
    top: 34%;
    right: 0;
    transform: translateY(-50%);
}

.fde-insight-node--bottom-right {
    bottom: 8%;
    right: 8%;
}

.fde-insight-node--bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.fde-insight-node--bottom-left {
    bottom: 8%;
    left: 8%;
}

.fde-insight-node--left {
    top: 34%;
    left: 0;
    transform: translateY(-50%);
}

.fde-insight-outcome {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(0, 1fr));
    gap: 1.5rem 2rem;
    max-width: 62rem;
    margin: 2.75rem auto 0;
    padding-top: 2.25rem;
    border-top: 1px solid var(--color-border);
    align-items: start;
}

.fde-insight-outcome-lead {
    border-left: 3px solid #ea580c;
    padding-left: 1rem;
}

.fde-insight-outcome-title {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 0.5rem;
    color: var(--color-text);
}

.fde-insight-outcome-desc {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--color-muted-foreground);
}

.fde-insight-outcome-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.fde-insight-outcome-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(234, 88, 12, 0.08);
    color: #ea580c;
}

.fde-insight-outcome-icon svg {
    width: 1rem;
    height: 1rem;
}

.fde-insight-outcome-item strong {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 0.2rem;
}

.fde-insight-outcome-item p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: var(--color-muted-foreground);
}

/* Diagrams */
.fde-compare-diagram {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    max-width: 40rem;
    margin: 0 auto;
}

.fde-compare-col {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

.fde-compare-col--modern {
    background: transparent;
    border: none;
}

.fde-compare-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-muted-foreground);
    margin: 0 0 1.25rem;
}

.fde-compare-label--modern {
    color: #ea580c;
}

.fde-flow {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
}

.fde-flow li:not(.fde-flow-arrow) {
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0.625rem 0;
    border-bottom: 1px solid var(--color-border);
    background: transparent;
    text-align: left;
    border-radius: 0;
    color: var(--color-text);
}

.fde-flow--modern li:not(.fde-flow-arrow) {
    background: transparent;
    color: var(--color-text);
    border-bottom-color: rgba(234, 88, 12, 0.2);
}

.fde-flow--muted li:not(.fde-flow-arrow) {
    color: var(--color-muted-foreground);
    font-weight: 500;
}

.fde-flow-arrow {
    font-size: 0.875rem;
    color: #ea580c;
    line-height: 1;
    text-align: center;
    padding: 0.15rem 0;
}

.fde-doc-stack {
    list-style: none;
    margin: 0 0 0.5rem;
    padding: 0;
}

.fde-doc-stack li {
    font-size: 0.9375rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--color-border);
    background: transparent;
    text-align: left;
    color: var(--color-text-light);
}

/* Knowledge funnel — docs + tribal combined */
.fde-knowledge-diagram {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 11rem) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 2rem;
    row-gap: 1rem;
    max-width: 58rem;
    margin: 0 auto 2.75rem;
}

.fde-knowledge-diagram-label--sources {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
    margin: 0;
}

.fde-knowledge-diagram-label--outcomes {
    grid-column: 3;
    grid-row: 1;
    text-align: left;
    margin: 0;
}

.fde-knowledge-diagram-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-muted-foreground);
}

.fde-knowledge-diagram-body {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 11rem) minmax(0, 1fr);
    column-gap: 2rem;
    align-items: center;
    position: relative;
    min-height: 11rem;
}

.fde-knowledge-diagram-body::before,
.fde-knowledge-diagram-body::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 18%;
    height: 0;
    border-top: 1px dashed rgba(234, 88, 12, 0.35);
    pointer-events: none;
    z-index: 1;
}

.fde-knowledge-diagram-body::before {
    left: 22%;
}

.fde-knowledge-diagram-body::after {
    right: 22%;
}

.fde-knowledge-diagram-body-col {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.fde-knowledge-diagram-body-col--sources {
    grid-column: 1;
    justify-content: flex-end;
}

.fde-knowledge-diagram-body-col--hub {
    grid-column: 2;
    justify-content: center;
}

.fde-knowledge-diagram-body-col--outcomes {
    grid-column: 3;
    justify-content: flex-start;
}

.fde-knowledge-source-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    max-width: 15rem;
}

.fde-knowledge-hub {
    position: relative;
    width: 11rem;
    height: 11rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    flex-shrink: 0;
}

.fde-knowledge-outcome-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 16rem;
    width: 100%;
}

.fde-knowledge-source-grid li:nth-child(odd) {
    transform: translateX(0.35rem);
}

.fde-knowledge-source {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.65rem;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--color-text);
    white-space: nowrap;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.fde-knowledge-source.is-visible,
.fde-animate-knowledge.is-active .fde-knowledge-source {
    opacity: 1;
}

.fde-knowledge-source-grid li:nth-child(odd).is-visible,
.fde-animate-knowledge.is-active .fde-knowledge-source-grid li:nth-child(odd) {
    transform: translate(0.35rem, 0);
}

.fde-knowledge-source-grid li:nth-child(even).is-visible,
.fde-animate-knowledge.is-active .fde-knowledge-source-grid li:nth-child(even) {
    transform: translateY(0);
}

.fde-knowledge-source svg {
    width: 0.875rem;
    height: 0.875rem;
    color: #ea580c;
    flex-shrink: 0;
}

.fde-knowledge-hub-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    border: 1px solid rgba(234, 88, 12, 0.15);
    pointer-events: none;
}

.fde-knowledge-hub-ring--1 {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 237, 213, 0.5) 0%, transparent 70%);
}

.fde-knowledge-hub-ring--2 {
    width: 78%;
    height: 78%;
    border-color: rgba(234, 88, 12, 0.2);
}

.fde-knowledge-hub-ring--3 {
    width: 56%;
    height: 56%;
    border-color: rgba(234, 88, 12, 0.28);
    background: rgba(255, 247, 237, 0.6);
}

.fde-knowledge-hub-core {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0.75rem;
    max-width: 7.5rem;
}

.fde-knowledge-hub-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ea580c;
    margin-bottom: 0.35rem;
}

.fde-knowledge-hub-icon svg {
    width: 1.125rem;
    height: 1.125rem;
}

.fde-knowledge-hub-title {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--color-text);
    margin-bottom: 0.25rem;
}

.fde-knowledge-hub-tagline {
    font-size: 0.625rem;
    line-height: 1.4;
    color: var(--color-muted-foreground);
}

.fde-knowledge-outcome-card {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 0.75rem;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 0.625rem;
    opacity: 0;
    transform: translateX(8px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.fde-knowledge-outcome-card.is-visible,
.fde-animate-knowledge.is-active .fde-knowledge-outcome-card {
    opacity: 1;
    transform: translateX(0);
}

.fde-knowledge-outcome-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    background: rgba(234, 88, 12, 0.08);
    color: #ea580c;
}

.fde-knowledge-outcome-icon svg {
    width: 0.875rem;
    height: 0.875rem;
}

.fde-knowledge-outcome-copy {
    flex: 1;
    min-width: 0;
}

.fde-knowledge-outcome-copy strong {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 0.1rem;
}

.fde-knowledge-outcome-copy span {
    display: block;
    font-size: 0.6875rem;
    color: var(--color-muted-foreground);
    line-height: 1.35;
}

.fde-knowledge-outcome-chevron {
    flex-shrink: 0;
    width: 0.875rem;
    height: 0.875rem;
    color: var(--color-muted-foreground);
}

.fde-knowledge-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem 2rem;
    max-width: 58rem;
    margin: 0 auto;
    padding-top: 2.25rem;
    border-top: 1px solid rgba(234, 88, 12, 0.12);
}

.fde-knowledge-feature {
    text-align: center;
}

.fde-knowledge-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 0.75rem;
    border-radius: 999px;
    background: rgba(234, 88, 12, 0.08);
    color: #ea580c;
}

.fde-knowledge-feature-icon svg {
    width: 1.125rem;
    height: 1.125rem;
}

.fde-knowledge-feature strong {
    display: block;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 0.35rem;
}

.fde-knowledge-feature p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: var(--color-muted-foreground);
}

/* AI day in the life */
.fde-day-flow {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

.fde-day-flow li:not(.fde-day-arrow) {
    padding: 1rem 0;
    border-bottom: 1px solid var(--color-border);
}

.fde-day-time {
    display: block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ea580c;
    margin-bottom: 0.35rem;
}

.fde-day-flow p {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.5;
    color: var(--color-text);
}

.fde-day-arrow {
    text-align: center;
    border: none;
    padding: 0.25rem 0;
}

/* Journey grid */
.fde-journey-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: var(--color-border);
    border: 1px solid var(--color-border);
    max-width: 56rem;
    margin: 0 auto;
}

.fde-journey-stage {
    background: #fff;
    padding: 1.25rem;
}

.fde-journey-stage h3 {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 1rem;
    margin: 0 0 0.75rem;
}

.fde-journey-stage ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    color: var(--color-muted-foreground);
    line-height: 1.6;
}

/* Compound flow — large */
.fde-compound-flow--large {
    max-width: 20rem;
    margin: 0 auto;
}

.fde-compound-flow--large li:not(.fde-flow-arrow) {
    font-size: 1rem;
    padding: 0.625rem 0;
    border-bottom: 1px solid rgba(234, 88, 12, 0.15);
    background: transparent;
    border-radius: 0;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.fde-compound-flow-capstone {
    font-family: 'Libre Baskerville', Georgia, serif !important;
    font-size: 1.125rem !important;
    color: #ea580c !important;
    border-bottom: none !important;
}

/* Tools strip */
.fde-tools-label {
    text-align: center;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-muted-foreground);
    margin: 0 0 1.5rem;
}

.fde-tools-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem 2.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.fde-tools-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
}

.fde-tools-logo {
    display: block;
    width: auto;
    object-fit: contain;
    opacity: 0.62;
    transition: opacity 0.15s ease;
}

.fde-tools-item:hover .fde-tools-logo,
.fde-tools-item:focus-within .fde-tools-logo {
    opacity: 0.92;
}

.fde-tools-logo--cursor {
    height: 2rem;
}

.fde-tools-logo--claude {
    height: 2.25rem;
}

.fde-tools-logo--gdocs {
    height: 2.125rem;
}

.fde-tools-logo--mcp {
    height: 2rem;
}

.fde-tools-logo--placeholder {
    height: 1.625rem;
    opacity: 0.45;
}

.fde-tools-item:hover .fde-tools-logo--placeholder,
.fde-tools-item:focus-within .fde-tools-logo--placeholder {
    opacity: 0.65;
}

/* Engagement story */
.fde-story {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.fde-story-beat {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--color-text-light);
    margin: 0;
    padding-left: 1rem;
    border-left: 2px solid rgba(234, 88, 12, 0.25);
}

.fde-story-beat strong {
    color: var(--color-text);
}

/* Expedition timeline */
.fde-expedition {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--color-border);
}

.fde-expedition li {
    display: flex;
    gap: 1.25rem;
    align-items: baseline;
    padding: 0.875rem 0;
    border-bottom: 1px solid var(--color-border);
    font-size: 1rem;
    font-weight: 600;
}

.fde-expedition li span {
    flex-shrink: 0;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ea580c;
    min-width: 4rem;
}

/* Social proof */
.fde-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--color-border);
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.fde-proof-grid li {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 0.9375rem;
    font-weight: 700;
    text-align: center;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
    color: var(--color-text);
}

.fde-proof-grid li:nth-child(4n) {
    border-right: none;
}

@media (max-width: 1100px) {
    .fde-insight-outcome {
        grid-template-columns: 1fr 1fr;
    }

    .fde-insight-outcome-lead {
        grid-column: 1 / -1;
    }
}

@media (max-width: 960px) {
    .fde-hero-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .fde-hero-copy {
        max-width: none;
        align-items: center;
    }

    .fde-hero-copy .hero-headline,
    .fde-hero-copy .hero-subheadline {
        text-align: center;
    }

    .fde-hero-actions {
        align-items: center;
        width: 100%;
    }

    .fde-hero-form {
        justify-content: center;
    }

    .fde-operating-model {
        justify-self: center;
        max-width: 16rem;
    }

    .fde-shift-grid {
        grid-template-columns: 1fr;
    }

    .fde-shift-bridge {
        transform: rotate(90deg);
        padding: 0;
        text-align: center;
    }

    .fde-card-grid--4,
    .fde-compare-diagram,
    .fde-journey-grid,
    .fde-proof-grid {
        grid-template-columns: 1fr;
    }

    .fde-insight-compare {
        grid-template-columns: 1fr;
    }

    .fde-insight-traditional {
        min-height: 0;
        padding: 1rem 0;
    }

    .fde-insight-hub {
        min-height: 0;
        max-width: none;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        padding-top: 0.5rem;
    }

    .fde-insight-hub-ring {
        display: none;
    }

    .fde-insight-hub-core {
        position: static;
        transform: none;
        grid-column: 1 / -1;
        width: auto;
        height: auto;
        flex-direction: row;
        justify-content: center;
        gap: 0.65rem;
        padding: 0.875rem 1rem;
        border-radius: 0.75rem;
        box-shadow: none;
    }

    .fde-insight-hub-tagline {
        font-size: 0.6875rem;
        text-align: left;
    }

    .fde-insight-node {
        position: static;
        transform: none;
        width: auto;
    }

    .fde-insight-outcome {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .fde-knowledge-diagram {
        grid-template-columns: 1fr;
        row-gap: 1.5rem;
    }

    .fde-knowledge-diagram-label--sources,
    .fde-knowledge-diagram-label--outcomes {
        grid-column: 1;
        text-align: center;
    }

    .fde-knowledge-diagram-body {
        grid-column: 1;
        grid-template-columns: 1fr;
        row-gap: 1.5rem;
        min-height: 0;
    }

    .fde-knowledge-diagram-body::before,
    .fde-knowledge-diagram-body::after {
        display: none;
    }

    .fde-knowledge-diagram-body-col--sources,
    .fde-knowledge-diagram-body-col--hub,
    .fde-knowledge-diagram-body-col--outcomes {
        grid-column: 1;
        justify-content: center;
    }

    .fde-knowledge-source-grid li:nth-child(odd) {
        transform: none;
    }

    .fde-knowledge-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fde-proof-grid li {
        border-right: none;
    }

    .fde-section {
        padding: 3.5rem 0;
    }
}

@media (max-width: 560px) {
    .fde-knowledge-features {
        grid-template-columns: 1fr;
    }

    .fde-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fde-proof-grid li:nth-child(2n) {
        border-right: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fde-knowledge-source,
    .fde-knowledge-outcome-card,
    .fde-compound-flow--large li:not(.fde-flow-arrow) {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
