/* Technology + people: open editorial content beside one working product surface. */
.manifesto { position: relative; background: linear-gradient(180deg, #fff, #fafbfc 66%, #fff); color: var(--ink); }
.manifesto::before { content: ""; position: absolute; top: 0; left: var(--gutter); right: var(--gutter); max-width: var(--max); height: 1px; margin-inline: auto; background: var(--ui-line, #e4e8ee); }
.continuum-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr); column-gap: clamp(40px, 5.2vw, 80px); row-gap: 38px; align-items: start; }
.continuum-feature { display: contents; }
.continuum-result { grid-column: 1; grid-row: 1; min-width: 0; padding-top: 12px; }
.continuum-outcome { margin: 0; }
.continuum-outcome-label { display: block; color: var(--muted); font-size: 18px; font-weight: 400; line-height: 1.5; letter-spacing: -.01em; }
.continuum-outcome-label br { display: none; }
.continuum-outcome-value { display: flex; align-items: center; gap: 22px; margin-top: 15px; }
.continuum-number { font-size: clamp(100px, 8vw, 118px); font-weight: 500; line-height: .9; letter-spacing: -.06em; font-variant-numeric: lining-nums; }
.continuum-unit { display: block; padding-top: 4px; font-size: 38px; font-weight: 500; line-height: 1.1; letter-spacing: -.035em; }
.continuum-unit > span { display: block; margin-top: 8px; color: var(--muted); font-size: 15px; font-weight: 400; line-height: 1.5; letter-spacing: 0; }
.continuum-legend { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 24px; color: #5b6778; font-size: 12px; line-height: 1.5; }
.continuum-legend > span { display: inline-flex; align-items: center; gap: 7px; }
.continuum-legend i { width: 5px; height: 5px; border-radius: 50%; }
.continuum-dot-human { background: var(--rose); }
.continuum-dot-tech { background: #536275; }
.continuum-plus { color: #8190a1; font-size: 16px; font-weight: 400; }

/* A neutral field gives the application a setting without extra floating cards. */
.monthly-scene { grid-column: 2; grid-row: 1 / span 2; align-self: stretch; min-width: 0; display: flex; align-items: center; justify-content: center; padding: clamp(24px, 3vw, 42px); border: 1px solid #ece6ec; border-radius: calc(var(--ui-radius, 14px) + 6px); background: var(--brand-wash, #f7f9fc); }
.month-demo { width: 100%; max-width: 510px; overflow: hidden; border: 1px solid var(--ui-line, #e4e8ee); border-radius: var(--ui-radius, 14px); background: #fff; box-shadow: var(--ui-shadow, 0 2px 4px #0f172a03, 0 18px 45px -24px #25345126); }
.month-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 72px; padding: 14px 22px; border-bottom: 1px solid var(--ui-line, #e4e8ee); }
.month-toolbar > img { width: 90px; height: auto; object-fit: contain; }
.month-toolbar > span { margin-left: auto; color: #647184; font-size: 11px; font-weight: 400; line-height: 1.5; }
.monthly-toggle { display: grid; place-items: center; flex: none; width: 36px; height: 36px; border: 1px solid var(--ui-line, #e4e8ee); border-radius: 8px; background: #fff; color: #627084; transition: color 160ms, background-color 160ms; }
.monthly-toggle:hover { background: var(--ui-wash, #f6f8fa); color: var(--ink); }
.monthly-toggle:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.monthly-toggle svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.month-play-icon, .is-paused .month-pause-icon { display: none; }
.is-paused .month-play-icon { display: block; }
.month-body { padding: 5px 22px 0; }
.month-row { display: grid; grid-template-columns: 34px minmax(0, 1fr) 25px; gap: 14px; align-items: center; min-height: 76px; border-bottom: 1px solid var(--ui-line, #e4e8ee); }
.month-item-icon { display: grid; place-items: center; width: 34px; height: 36px; border-radius: 8px; background: var(--ui-wash, #f6f8fa); color: #596a7e; }
.month-item-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.month-item-copy { min-width: 0; }
.month-item-copy > span { display: block; color: var(--ink); font-size: 14px; font-weight: 400; line-height: 1.4; }
.month-line { width: 100%; height: 3px; margin-top: 9px; overflow: hidden; border-radius: 3px; background: #e9edf2; }
.month-line-fill { display: block; width: 100%; height: 100%; border-radius: inherit; transform-origin: left center; background: #8795a6; }
.month-item-status { position: relative; width: 25px; height: 25px; }
.month-check, .month-working { position: absolute; inset: 0; width: 25px; height: 25px; }
.month-check { fill: none; stroke: var(--success, #047857); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.month-check circle { fill: var(--success-soft, #ecfdf5); stroke: #b5decc; }
.month-working { display: flex; align-items: center; justify-content: center; gap: 3px; opacity: 0; }
.month-working i { width: 3px; height: 3px; border-radius: 50%; background: #8593a5; }

/* The filled rose review is the single strong accent requested for this module. */
.month-review { display: grid; grid-template-columns: 34px minmax(0, 1fr) 23px; align-items: center; gap: 12px; margin-top: 18px; padding: 16px 14px; border: 1px solid #fe3e6d; border-radius: 10px; background: #fe3e6d; color: #fff; }
.month-review-person { display: grid; place-items: center; width: 34px; height: 36px; border: 1px solid #ffffff45; border-radius: 8px; background: #ffffff12; color: #fff; }
.month-review-person svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.month-review > div > span { display: block; color: #fff; font-size: 14px; font-weight: 500; line-height: 1.4; }
.month-review p { margin-top: 5px; color: #fff; font-size: 12px; line-height: 1.55; }
.month-review-seal { width: 23px; height: 23px; fill: none; stroke: var(--success, #047857); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.month-review-seal circle { fill: #fff; stroke: #fff; }
.month-complete { display: flex; align-items: center; gap: 8px; min-height: 55px; padding-block: 14px; color: #59687a; font-size: 12px; line-height: 1.5; }
.month-complete svg { width: 17px; height: 19px; flex: none; fill: none; stroke: var(--success, #047857); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }

/* Complementary disciplines stay visible as two open, aligned columns. */
.continuum-roles { grid-column: 1; grid-row: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px; min-width: 0; }
.continuum-role { min-width: 0; }
.continuum-role header { display: flex; align-items: center; gap: 10px; min-height: 30px; margin-bottom: 17px; }
.continuum-role h3 { font-size: 20px; font-weight: 500; line-height: 1.3; letter-spacing: -.025em; }
.continuum-role-symbol { display: grid; place-items: center; width: 23px; height: 24px; flex: none; color: #66778b; }
.continuum-role-human .continuum-role-symbol { color: var(--rose-dark); }
.continuum-role-symbol svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linejoin: round; stroke-linecap: round; }
.continuum-role ul { padding: 0; margin: 0; list-style: none; }
.continuum-role li { min-width: 0; min-height: 76px; padding: 14px 0; border-top: 1px solid var(--ui-line, #e4e8ee); color: var(--muted); font-size: 14px; line-height: 1.6; }

@media (max-width: 1100px) {
  .continuum-layout { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); column-gap: 38px; row-gap: 40px; }
  .continuum-result { align-self: center; padding-top: 0; }
  .monthly-scene { grid-row: 1; padding: 28px; }
  .month-toolbar { padding-inline: 18px; }
  .month-toolbar > span { display: none; }
  .month-body { padding-inline: 18px; }
  .continuum-roles { grid-column: 1 / -1; grid-row: 2; column-gap: 48px; }
  .continuum-role header { margin-bottom: 18px; }
  .continuum-role h3 { font-size: 23px; }
  .continuum-role li { min-height: 58px; font-size: 15px; padding-block: 15px; }
}
@media (max-width: 760px) {
  .continuum-layout { grid-template-columns: minmax(0, 1fr); row-gap: 32px; }
  .continuum-result { grid-column: 1; grid-row: 1; }
  .continuum-outcome-label { font-size: 18px; }
  .continuum-outcome-value { gap: 20px; margin-top: 16px; }
  .continuum-number { font-size: 104px; }
  .continuum-unit { font-size: 36px; }
  .continuum-legend { margin-top: 22px; }
  .monthly-scene { grid-column: 1; grid-row: 2; padding: 32px; }
  .month-toolbar > span { display: block; }
  .month-toolbar { min-height: 70px; }
  .monthly-toggle { width: 40px; height: 40px; }
  .continuum-roles { grid-column: 1; grid-row: 3; gap: 28px; }
  .continuum-role li { min-height: 80px; }
}
@media (max-width: 540px) {
  .monthly-scene { padding: 18px; border-radius: 18px; }
  .month-toolbar { min-height: 68px; padding: 10px 16px; }
  .month-toolbar > span { display: none; }
  .monthly-toggle { width: 44px; height: 44px; }
  .month-body { padding: 4px 16px 0; }
  .month-row { grid-template-columns: 30px minmax(0, 1fr) 24px; min-height: 72px; gap: 11px; }
  .month-item-icon { width: 30px; height: 34px; }
  .month-review { grid-template-columns: 30px minmax(0, 1fr) 22px; gap: 9px; padding: 14px 11px; }
  .month-review-person { width: 30px; height: 34px; }
  .month-review-seal { width: 22px; height: 22px; }
  .month-review > div > span { font-size: 13px; }
  .month-review p { font-size: 12px; }
  .month-complete { font-size: 11px; }
  .continuum-roles { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .continuum-role h3 { font-size: 23px; }
  .continuum-role li { min-height: 0; padding-block: 15px; font-size: 15px; }
}
@media (max-width: 360px) {
  .monthly-scene { padding: 12px; }
  .month-body { padding-inline: 12px; }
  .month-row { gap: 9px; }
  .month-review { grid-template-columns: 25px minmax(0, 1fr) 20px; gap: 7px; padding-inline: 9px; }
  .month-review-person { width: 25px; }
  .month-review-seal { width: 20px; height: 20px; }
  .continuum-number { font-size: 94px; }
  .continuum-unit { font-size: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  .continuum-layout *, .continuum-layout *::before { animation: none !important; transition: none !important; }
}
