/* Workflow Intelligence inherits 1.B's type, colors, navigation and wave renderer. */
.offerings-menu { position: relative; }
.offerings-menu summary { display: flex; align-items: center; gap: 8px; min-height: 44px; cursor: pointer; list-style: none; }
.offerings-menu summary::-webkit-details-marker { display: none; }
.offerings-menu summary::after { content: ""; width: 6px; height: 6px; border-right: 1px solid; border-bottom: 1px solid; transform: translateY(-2px) rotate(45deg); transition: transform 180ms; }
.offerings-menu[open] summary::after { transform: translateY(2px) rotate(225deg); }
.offerings-menu[open] summary, .offerings-menu summary:hover { color: var(--white); }
.offerings-menu-panel { position: absolute; right: -20px; top: calc(100% + 10px); width: 304px; padding: 8px; border: 1px solid var(--line-strong); border-radius: 16px; background: #11141b; box-shadow: 0 24px 70px #0008; }
.site-links .offerings-menu-panel a { display: block; padding: 17px; border-radius: 9px; }
.offerings-menu-panel a:hover, .offerings-menu-panel a:focus-visible { background: #4b97ff12; }
.offerings-menu-panel strong { display: block; color: var(--ink); font-size: 15px; font-weight: 500; }
.offerings-menu-panel span { display: block; margin-top: 6px; font-size: 12px; line-height: 1.5; color: var(--muted-bright); }
.v1b-variation .site-links > .pill:hover, .workflow-offering .site-links > .pill:hover { color: var(--black); }

body:has(.workflow-offering:not([hidden])) { min-width: 0; }
.workflow-offering { --wi-muted: #aeb7c6; }
.workflow-offering .hero h1 { max-width: 1020px; font-size: clamp(48px, 6.9vw, 96px); line-height: 1.02; }
.workflow-offering .hero h1 span { display: block; }
.workflow-offering .hero-copy { max-width: 690px; }
.workflow-offering .v1-hero-metrics { gap: clamp(28px, 5vw, 76px); }
.workflow-offering .v1-hero-metric span { color: var(--wi-muted); }
.workflow-offering .wi-section { padding: clamp(62px, 6.5vw, 98px) var(--page-pad); scroll-margin-top: calc(var(--switcher-height) + var(--site-nav-height) + 20px); }
.wi-inner { max-width: var(--max); margin: auto; }
.wi-split { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 6vw, 90px); align-items: start; }
.wi-copy h2, .wi-heading h2 { margin: 0; font-size: clamp(34px, 3.7vw, 53px); font-weight: 500; line-height: 1.06; letter-spacing: -.045em; text-wrap: pretty; }
.wi-copy > p, .wi-heading > p { color: var(--wi-muted); font-size: 17px; line-height: 1.65; margin: 23px 0 0; max-width: 600px; }
.wi-copy .text-link { margin-top: 22px; font-size: 14px; }
.wi-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.wi-heading > p { margin: 0; }
.wi-panel { border: 1px solid var(--line-strong); border-radius: 20px; background: linear-gradient(135deg, #171d29 0%, #11141b 48%, #0f131c 100%); overflow: hidden; box-shadow: 0 24px 70px #0002; }
.wi-panel-top { display: flex; gap: 20px; justify-content: space-between; align-items: center; padding: 19px 25px; border-bottom: 1px solid var(--line); font-size: 13px; }
.wi-panel-top > span:last-child { color: var(--wi-muted); font-size: 11px; }
.wi-athena-name { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; }
.wi-athena-name::before { content: ""; width: 7px; height: 7px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 12px #4b97ff80; }
.wi-athena-walkthrough { min-width: 0; padding-top: 3px; background: none; }
.wi-chat-header { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.wi-chat-header > div:first-child { display: flex; align-items: center; gap: 17px; }
.wi-chat-header .wi-athena-name { font-size: 17px; letter-spacing: -.02em; }
.wi-chat-subtitle { font-size: 12px; color: var(--wi-muted); }
.wi-chat-controls { display: flex; align-items: center; gap: 3px; }
.wi-chat-control { border: 0; background: none; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 10px 8px; min-height: 40px; color: var(--wi-muted); font-size: 11px; cursor: pointer; border-radius: 6px; }
.wi-chat-control:hover { color: var(--ink); }
.wi-chat-control svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.wi-chat-status { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 15px; padding-bottom: 19px; border-bottom: 1px solid var(--line); font-size: 11px; color: var(--wi-muted); }
.wi-chat-progress { display: flex; width: 108px; gap: 5px; }
.wi-chat-progress i { position: relative; height: 2px; flex: 1; background: #ffffff16; overflow: hidden; }
.wi-chat-progress i::after { content: ""; position: absolute; inset: 0; background: var(--blue); transform-origin: left; transform: scaleX(var(--chat-progress, 0)); }
.wi-chat-stage { height: 376px; position: relative; overflow: hidden; mask-image: linear-gradient(to bottom, transparent, #000 25px, #000 100%); }
.wi-chat-feed { display: flex; flex-direction: column; gap: 27px; padding-top: 28px; will-change: transform; transition: opacity 400ms; }
.wi-chat-message { max-width: 93%; animation: wi-chat-arrive 500ms cubic-bezier(.2,.7,.2,1) both; }
.wi-chat-message.is-client { align-self: flex-end; width: 85%; }
.wi-chat-speaker { display: flex; align-items: center; gap: 8px; margin-bottom: 9px; font-size: 11px; font-weight: 500; color: #b8c4d6; }
.wi-chat-message.is-athena .wi-chat-speaker { color: var(--cyan); }
.wi-chat-message.is-client .wi-chat-speaker { justify-content: flex-end; }
.wi-chat-role { color: #8895a8; font-weight: 400; padding-left: 5px; border-left: 1px solid #ffffff20; }
.wi-chat-signal { width: 15px; display: inline-flex; height: 14px; align-items: center; gap: 2px; }
.wi-chat-signal i { width: 2px; height: 5px; border-radius: 2px; background: var(--blue); }
.wi-chat-signal i:nth-child(2) { height: 12px; }
.wi-chat-signal i:nth-child(3) { height: 8px; }
.is-typing .wi-chat-signal i { animation: wi-chat-signal 850ms ease-in-out infinite alternate; animation-play-state: paused; }
.is-typing .wi-chat-signal i:nth-child(2) { animation-delay: -260ms; }
.is-typing .wi-chat-signal i:nth-child(3) { animation-delay: -520ms; }
.wi-chat-person { width: 14px; height: 14px; border: 1px solid #8c9bb4; border-radius: 50%; position: relative; overflow: hidden; }
.wi-chat-person::before { content: ""; position: absolute; border: 1px solid #8c9bb4; border-radius: 50%; width: 3px; height: 3px; left: 4px; top: 2px; }
.wi-chat-person::after { content: ""; position: absolute; border: 1px solid #8c9bb4; border-radius: 50%; width: 8px; height: 7px; left: 1.5px; top: 8px; }
.wi-chat-message-body { position: relative; padding: 14px 18px; border: 1px solid rgba(170, 187, 212, .18); border-radius: 22px 22px 22px 6px; background: rgba(162, 181, 208, .075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025); }
.wi-chat-message p { margin: 0; color: #e5edf9; font-size: clamp(16px, 1.45vw, 20px); letter-spacing: -.018em; line-height: 1.6; }
.wi-chat-message.is-client .wi-chat-message-body { border-color: rgba(75, 151, 255, .32); border-radius: 22px 22px 6px 22px; background: rgba(44, 111, 211, .2); }
.wi-chat-message.is-client p { color: #d9e7fa; font-size: 16px; }
.wi-chat-message p > span { opacity: 0; filter: blur(3px); transition: opacity 250ms ease-out, filter 250ms ease-out; }
.wi-chat-message p > span.is-revealed { opacity: 1; filter: blur(0); }
.wi-chat-typing { display: inline-flex; gap: 5px; position: absolute; top: 27px; left: 20px; }
.wi-chat-message.is-client .wi-chat-typing { left: auto; right: 20px; }
.wi-chat-typing i { height: 4px; width: 4px; background: var(--blue); border-radius: 50%; animation: wi-chat-dot 1000ms ease-in-out infinite; animation-play-state: paused; }
.wi-chat-typing i:nth-child(2) { animation-delay: 140ms; }
.wi-chat-typing i:nth-child(3) { animation-delay: 280ms; }
.wi-athena-walkthrough.is-playing .wi-chat-typing i, .wi-athena-walkthrough.is-playing .is-typing .wi-chat-signal i { animation-play-state: running; }
.wi-chat-capture { display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 22px; border-top: 1px solid var(--line); padding-top: 18px; margin-top: 4px; transition: opacity 400ms; }
.wi-chat-capture > div > span { display: flex; align-items: center; gap: 7px; font-size: 11px; color: #8290a5; }
.wi-chat-capture > div > span::before { content: ""; width: 5px; height: 5px; border: 1px solid #607086; border-radius: 50%; transition: background 300ms, border-color 300ms; }
.wi-chat-capture .is-captured > span { color: var(--cyan); }
.wi-chat-capture .is-captured > span::before { background: var(--blue); border-color: var(--blue); }
.wi-chat-capture p { font-size: 12px; line-height: 1.6; margin: 9px 0 0; color: #c6d1e1; opacity: 0; transform: translateY(5px); transition: opacity 500ms, transform 500ms; }
.wi-chat-capture .is-captured p { opacity: 1; transform: translateY(0); }
.wi-athena-walkthrough.is-restarting .wi-chat-feed, .wi-athena-walkthrough.is-restarting .wi-chat-capture { opacity: 0; }
.wi-athena-walkthrough.is-reduced-motion .wi-chat-stage { height: auto; overflow: visible; mask-image: none; }
.wi-athena-walkthrough.is-reduced-motion .wi-chat-feed { padding-bottom: 25px; will-change: auto; }
.wi-athena-walkthrough.is-reduced-motion .wi-chat-message { animation: none; }
@keyframes wi-chat-arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes wi-chat-dot { 0%, 75%, 100% { opacity: .3; transform: translateY(0); } 35% { opacity: 1; transform: translateY(-3px); } }
@keyframes wi-chat-signal { from { transform: scaleY(.4); } to { transform: scaleY(1); } }
.wi-subtle-button { background: #ffffff08; border: 1px solid var(--line-strong); border-radius: 999px; padding: 9px 14px; font-size: 12px; cursor: pointer; transition: background 180ms; }
.wi-subtle-button:hover { background: #ffffff14; }
.wi-note { font-size: 11px; color: var(--wi-muted); line-height: 1.6; margin: 12px 0 0; }
.wi-output { display: grid; grid-template-columns: 32px 1fr; gap: 14px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.wi-output svg { width: 27px; height: 32px; stroke: var(--cyan); fill: none; stroke-width: 1; }
.wi-output strong { display: block; font-size: 15px; font-weight: 500; }
.wi-output p { color: var(--wi-muted); margin: 5px 0 0; font-size: 13px; line-height: 1.65; }
.wi-team { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.wi-decision-list { border-top: 1px solid var(--line-strong); }
.wi-decision { border-bottom: 1px solid var(--line); }
.wi-decision summary { display: flex; align-items: center; justify-content: space-between; padding: 19px 0; list-style: none; cursor: pointer; font-size: 23px; letter-spacing: -.025em; }
.wi-decision summary::-webkit-details-marker { display: none; }
.wi-decision summary::after { content: "+"; font-size: 23px; font-weight: 400; color: var(--wi-muted); }
.wi-decision[open] summary::after { content: "−"; }
.wi-decision p { color: var(--wi-muted); font-size: 15px; margin-bottom: 22px; max-width: 530px; }
.wi-decision small { display: block; font-size: 12px; color: var(--cyan); margin-top: 12px; }
.wi-evidence-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.wi-chart { margin: 0; padding: 26px; }
.wi-chart-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 27px; }
.wi-chart-head h3 { margin: 0; font-size: 16px; font-weight: 500; }
.wi-chart-view { flex-shrink: 0; color: #a1ceff; font-size: 12px; }
.wi-chart-view::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 7px; border-radius: 50%; background: #7bc8ff; vertical-align: middle; }
.wi-chart-row { display: grid; grid-template-columns: 148px minmax(0, 1fr) 32px; align-items: center; gap: 14px; margin: 24px 0; font-size: 12px; }
.wi-chart-label { color: #d4dbe5; line-height: 1.45; }
.wi-chart-track { height: 26px; position: relative; border-right: 1px solid #ffffff0d; background: repeating-linear-gradient(90deg, #ffffff07 0, #ffffff07 1px, transparent 1px, transparent 25%); }
.wi-chart-bar { display: flex; width: var(--total); height: 100%; background: #596879; border-radius: 2px; overflow: hidden; }
.wi-chart-addressable { width: var(--addressable); height: 100%; margin-left: auto; background: #7bc8ff; }
.wi-chart-total { text-align: right; color: var(--wi-muted); font-variant-numeric: tabular-nums; }
.wi-chart-legend { display: flex; gap: 20px; margin: 28px 0 22px; font-size: 11px; color: var(--wi-muted); flex-wrap: wrap; }
.wi-chart-legend span::before { content: ""; display: inline-block; vertical-align: middle; width: 8px; height: 8px; border-radius: 2px; margin-right: 6px; background: #596879; }
.wi-chart-legend span:last-child::before { background: var(--cyan); }
.wi-chart figcaption { font-size: 11px; color: var(--wi-muted); border-top: 1px solid var(--line); padding-top: 17px; }
.wi-output-scenario { display: flex; flex-direction: column; justify-content: space-between; gap: 26px; margin: 0; padding: 30px; background: radial-gradient(ellipse at 100% 0, #347fe922, transparent 65%), #111722; }
.wi-output-scenario h3 { max-width: 380px; margin: 0; font-size: clamp(26px, 2.6vw, 36px); font-weight: 500; line-height: 1.12; letter-spacing: -.035em; }
.wi-output-scenario p { margin: 13px 0 0; font-size: 15px; line-height: 1.6; color: #aeb7c6; }
.wi-output-scenario .wi-output-unit { margin: 0 0 20px; font-size: 13px; color: #d4dbe5; }
.wi-output-comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin: 0; }
.wi-output-comparison dt { color: #aeb7c6; font-size: 13px; }
.wi-output-comparison dd { margin: 12px 0 20px; font-size: clamp(58px, 5.8vw, 80px); font-weight: 400; font-variant-numeric: tabular-nums; line-height: 1; letter-spacing: -.065em; color: #f0f5fc; }
.wi-output-volume { display: block; height: 4px; margin-top: 20px; background: #ffffff0c; border-radius: 2px; overflow: hidden; }
.wi-output-volume i { display: block; width: var(--volume); height: 100%; background: #7d8da2; border-radius: inherit; }
.wi-output-volume.is-target i { background: #7bc8ff; }
.wi-output-scenario figcaption { border-top: 1px solid var(--line); padding-top: 17px; color: var(--wi-muted); font-size: 11px; line-height: 1.6; }
.wi-guide { margin: 0; }
.wi-guide-main { padding: 25px; }
.wi-guide-title { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.wi-guide-title h3 { font-size: 24px; font-weight: 500; letter-spacing: -.03em; margin: 0; }
.wi-guide-title span { font-size: 11px; color: var(--wi-muted); }
.wi-guide-progress { display: flex; gap: 4px; margin: 20px 0 24px; }
.wi-guide-progress i { height: 3px; background: #ffffff15; flex: 1; }
.wi-guide-progress i.is-active { background: var(--blue); }
.wi-guide-tabs { display: flex; gap: 7px; margin-bottom: 23px; }
.wi-guide-tabs button { border: 1px solid var(--line); background: transparent; color: var(--wi-muted); padding: 8px 11px; font-size: 12px; border-radius: 8px; cursor: pointer; }
.wi-guide-tabs button[aria-pressed="true"] { color: var(--ink); border-color: #4b97ff88; background: #4b97ff12; }
.wi-guide-command { padding: 15px; border-radius: 10px; border: 1px solid var(--line); font-size: 14px; color: #e3ebf8; background: #090d15; }
.wi-guide-roles { margin-top: 23px; display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }
.wi-guide-roles strong { font-size: 12px; font-weight: 500; color: var(--cyan); }
.wi-guide-roles p { font-size: 13px; color: var(--wi-muted); margin: 8px 0 0; line-height: 1.65; }
.wi-guide-foot { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); }
.wi-guide-foot span { font-size: 11px; color: var(--wi-muted); }
.wi-engagement { border-top: 1px solid var(--line); }
.wi-days { list-style: none; margin: 0; padding: 0; position: relative; }
.wi-days::before { content: ""; position: absolute; left: 29px; top: 18px; bottom: 35px; width: 1px; background: linear-gradient(var(--blue), #4b97ff15); }
.wi-days li { display: grid; position: relative; grid-template-columns: 78px minmax(0, 1fr); gap: 18px; padding: 0 0 32px; }
.wi-days li:last-child { padding-bottom: 0; }
.wi-day { position: relative; padding: 9px 0; align-self: start; font-size: 12px; background: var(--surface); color: var(--cyan); }
.wi-days h3 { font-size: 21px; letter-spacing: -.025em; font-weight: 500; margin: 4px 0 8px; }
.wi-days p { margin-bottom: 12px; font-size: 14px; color: var(--wi-muted); }
.wi-deliverable { display: block; font-size: 12px; color: var(--cyan); }
.wi-price { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.wi-price strong { display: block; font-size: 43px; font-weight: 400; letter-spacing: -.04em; }
.wi-price > span { color: var(--wi-muted); font-size: 13px; }
.wi-price .pill { margin-top: 23px; font-size: 13px; }
.wi-faq { border-top: 1px solid var(--line); }
.wi-faq .wi-decision summary { font-size: 18px; gap: 25px; padding: 21px 0; }
.workflow-offering .closing { padding: 70px var(--page-pad) 80px; border-top: 1px solid var(--line); scroll-margin-top: calc(var(--switcher-height) + var(--site-nav-height) + 20px); }
.workflow-offering .closing h2 { max-width: 850px; font-size: clamp(40px, 5vw, 68px); letter-spacing: -.045em; }
.wi-closing-links { display: flex; gap: 25px; align-items: center; justify-content: center; flex-wrap: wrap; }

@media (max-width: 1040px) {
  .wi-split { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 35px; }
  .wi-heading { gap: 35px; }
  .wi-evidence-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wi-chart-row { grid-template-columns: 143px minmax(0, 1fr) 30px; gap: 12px; }
  .wi-chart-head { flex-wrap: wrap; }
  .wi-output-scenario { padding: 23px; }
}
@media (max-width: 800px) {
  .wi-split, .wi-heading { grid-template-columns: 1fr; gap: 32px; }
  .wi-copy { max-width: 640px; }
  .wi-evidence-layout { grid-template-columns: 1fr; }
  .workflow-offering .hero h1 { font-size: clamp(42px, 7.7vw, 63px); }
  .workflow-offering .hero-inner { padding: 95px 0 75px; }
  .workflow-offering .hero, .workflow-offering .hero-inner { min-height: 0; }
}
@media (max-width: 720px) {
  .v1b-variation .site-nav, .workflow-offering .site-nav { gap: 12px; }
  .v1b-variation .site-links, .workflow-offering .site-links { gap: 15px; }
  .v1b-variation .brand, .workflow-offering .brand { font-size: 12px; gap: 6px; }
  .v1b-variation .site-links > .pill, .workflow-offering .site-links > .pill { padding: 7px 11px; min-height: 36px; font-size: 11px; }
  .v1b-variation .site-links > .pill .arrow, .workflow-offering .site-links > .pill .arrow { display: none; }
  .offerings-menu summary { font-size: 12px; }
  .offerings-menu-panel { position: fixed; left: var(--page-pad); right: var(--page-pad); top: calc(var(--site-nav-height) - 5px); width: auto; }
  .workflow-offering .v1-hero-metrics { display: flex; gap: 23px 30px; }
  .workflow-offering .v1-hero-metric strong { font-size: 25px; }
  .workflow-offering .v1-hero-metric span { font-size: 11px; }
  .workflow-offering .wi-section { padding: 54px var(--page-pad); }
  .wi-copy > p, .wi-heading > p { font-size: 16px; }
  .wi-chart { padding: 22px 17px; }
  .wi-chart-row { grid-template-columns: 115px minmax(0, 1fr) 27px; gap: 10px; font-size: 11px; }
  .wi-chart-head h3 { font-size: 15px; }
  .wi-chart-track { height: 23px; }
  .wi-output-comparison dd { font-size: clamp(44px, 15vw, 58px); }
  .wi-panel-top, .wi-guide-main { padding: 20px; }
  .wi-chat-header > div:first-child { display: block; }
  .wi-chat-subtitle { display: block; margin-top: 6px; font-size: 11px; }
  .wi-chat-stage { height: 400px; }
  .wi-chat-message { max-width: 96%; }
  .wi-chat-message.is-client { width: 90%; }
  .wi-chat-message.is-client p { font-size: 15px; }
  .wi-chat-capture { gap: 14px; grid-template-columns: 1fr 1fr; }
  .wi-chat-capture > div:last-child { grid-column: 1 / -1; }
  .wi-chat-capture p { margin-top: 5px; }
  .wi-guide-roles { gap: 17px; }
  .wi-guide-tabs { flex-wrap: wrap; }
  .wi-days li { grid-template-columns: 62px 1fr; gap: 12px; }
}
@media (max-width: 370px) {
  .v1b-variation .site-links, .workflow-offering .site-links { gap: 9px; }
  .v1b-variation .brand-mark, .workflow-offering .brand-mark { display: none; }
  .workflow-offering .hero h1 { font-size: 37px; }
  .wi-guide-roles { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .wi-chart-addressable, .offerings-menu summary::after { transition: none; }
  .wi-athena-walkthrough *, .wi-athena-walkthrough *::before, .wi-athena-walkthrough *::after { animation: none !important; transition: none !important; }
}
