:root {
  --scs-ink: #14212b;
  --scs-muted: #63717c;
  --scs-night: #111c25;
  --scs-night-2: #172934;
  --scs-orange: #ef7b3d;
  --scs-amber: #f2a63b;
  --scs-cyan: #27a8a3;
  --scs-sand: #f5f1e9;
  --scs-paper: #f4f7f8;
  --scs-line: #dce3e6;
  --scs-shadow: 0 24px 64px rgba(19, 35, 44, .14);
  --scs-shell: min(100% - 48px, 1240px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.scs-page { margin: 0; color: var(--scs-ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; }
.scs-page img { max-width: 100%; }
.scs-shell { width: var(--scs-shell); margin-inline: auto; }
.scs-page main h1,
.scs-page main h2,
.scs-page main h3 { width: 100%; max-width: none; min-width: 0; margin-top: 0; white-space: nowrap; overflow: visible; text-overflow: clip; letter-spacing: -.035em; }
.scs-page p { line-height: 1.75; }
.scs-page a { color: inherit; }
.scs-overline,
.scs-kicker { margin: 0 0 12px; color: var(--scs-cyan); font-size: 12px; line-height: 1.2; font-weight: 840; letter-spacing: .1em; text-transform: uppercase; }

/* Full-bleed desktop hero. A high, independent focal point keeps complete faces visible on 2560px canvases. */
.scs-hero { position: relative; height: clamp(650px, 36vw, 760px); min-height: 650px; overflow: hidden; isolation: isolate; color: #fff; background: var(--scs-night); }
.scs-hero::after { position: absolute; inset: 0; z-index: 1; content: ""; pointer-events: none; background: linear-gradient(90deg, rgba(11,21,27,.98) 0%, rgba(12,24,31,.93) 31%, rgba(12,24,31,.5) 56%, rgba(12,24,31,.08) 84%), linear-gradient(0deg, rgba(7,15,20,.38), transparent 48%); }
.scs-hero__media { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; overflow: hidden; }
.scs-hero__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 26%; }
.scs-hero__inner { position: relative; z-index: 2; display: flex; align-items: center; height: 100%; }
.scs-hero__copy { width: min(670px, 58%); padding: 54px 0 44px; }
.scs-hero h1 { margin-bottom: 18px; font-size: clamp(42px, 4.2vw, 67px); line-height: 1.04; }
.scs-hero__claim { max-width: 650px; margin: 0 0 15px; font-size: clamp(21px, 1.9vw, 29px); line-height: 1.3; font-weight: 790; }
.scs-hero__lead { max-width: 620px; margin: 0; color: rgba(255,255,255,.76); font-size: 15px; }
.scs-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.scs-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid rgba(255,255,255,.25); border-radius: 9px; font-weight: 770; text-decoration: none; transition: transform .24s ease, box-shadow .24s ease, background .24s ease; }
.scs-button:hover { transform: translateY(-2px); }
.scs-button--primary { border-color: var(--scs-orange); color: #fff; background: var(--scs-orange); box-shadow: 0 14px 30px rgba(239,123,61,.26); }
.scs-button--ghost { background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.scs-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 31px 0 0; padding: 21px 0 0; border-top: 1px solid rgba(255,255,255,.17); list-style: none; }
.scs-proof li { min-width: 0; padding-right: 17px; }
.scs-proof li + li { padding-left: 17px; border-left: 1px solid rgba(255,255,255,.15); }
.scs-proof strong, .scs-proof span { display: block; }
.scs-proof strong { font-size: 16px; }
.scs-proof span { margin-top: 6px; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.55; }

.scs-anchor { position: sticky; top: var(--header-height, 0); z-index: 60; display: none; border-bottom: 1px solid #e0e6e8; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
body.xb-shell-embedded .scs-anchor { top: 0; display: block; }
.scs-anchor__scroll { display: flex; justify-content: center; gap: 27px; overflow-x: auto; scrollbar-width: none; }
.scs-anchor__scroll::-webkit-scrollbar { display: none; }
.scs-anchor a { position: relative; flex: 0 0 auto; padding: 15px 0 13px; color: var(--scs-muted); font-size: 13px; font-weight: 730; text-decoration: none; }
.scs-anchor a::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; content: ""; background: var(--scs-orange); transform: scaleX(0); transition: transform .2s ease; }
.scs-anchor a:hover, .scs-anchor a.is-active { color: var(--scs-ink); }
.scs-anchor a.is-active::after { transform: scaleX(1); }

.scs-section { position: relative; padding: 88px 0; }
.scs-section--paper { background: var(--scs-paper); }
.scs-section--sand { background: var(--scs-sand); }
.scs-section--night { color: #fff; background: linear-gradient(135deg, var(--scs-night), var(--scs-night-2)); }
.scs-section--night .scs-heading > p { color: rgba(255,255,255,.65); }
.scs-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: end; gap: 64px; margin-bottom: 40px; }
.scs-heading h2 { margin-bottom: 0; font-size: clamp(30px, 3vw, 44px); line-height: 1.15; }
.scs-heading > p { margin: 0; color: var(--scs-muted); font-size: 14px; }

.scs-role-field { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--scs-line); border-bottom: 1px solid var(--scs-line); }
.scs-role-field article { grid-column: span 2; min-width: 0; padding: 27px 20px 25px; border-left: 1px solid var(--scs-line); }
.scs-role-field article:first-child { padding-left: 0; border-left: 0; }
.scs-role-field article:nth-child(4), .scs-role-field article:nth-child(5) { grid-column: span 3; border-top: 1px solid var(--scs-line); }
.scs-role-field article:nth-child(4) { padding-left: 0; border-left: 0; }
.scs-role-field span { color: #168780; font-size: 11px; font-weight: 830; }
.scs-role-field h3 { margin: 10px 0 7px; font-size: 18px; line-height: 1.25; }
.scs-role-field p { margin: 0; color: var(--scs-muted); font-size: 13px; }
.scs-pain-rail { display: grid; grid-template-columns: 1.5fr .9fr .9fr; gap: 1px; margin-top: 28px; background: var(--scs-line); }
.scs-pain-rail article { padding: 25px; background: #fff; }
.scs-pain-rail strong { display: block; font-size: 18px; }
.scs-pain-rail p { margin: 8px 0 0; color: var(--scs-muted); font-size: 13px; }

.scs-wide-scene, .scs-scene, .scs-command-scene { position: relative; margin: 0; overflow: hidden; background: #d8e1e3; box-shadow: var(--scs-shadow); }
.scs-wide-scene, .scs-command-scene { border-radius: 18px; }
.scs-scene { border-radius: 15px; }
.scs-wide-scene img, .scs-scene img, .scs-command-scene img { display: block; width: 100%; height: auto; }
.scs-wide-scene figcaption, .scs-scene figcaption, .scs-command-scene figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; gap: 20px; padding: 17px 20px; color: #fff; background: linear-gradient(0deg, rgba(9,21,28,.94), rgba(9,21,28,.04)); }
.scs-wide-scene figcaption strong, .scs-wide-scene figcaption span, .scs-scene figcaption strong, .scs-scene figcaption span, .scs-command-scene figcaption strong, .scs-command-scene figcaption span { align-self: end; font-size: 12px; }
.scs-wide-scene figcaption span, .scs-scene figcaption span, .scs-command-scene figcaption span { color: rgba(255,255,255,.72); }

.scs-workflow { display: grid; grid-template-columns: repeat(4, 1fr); margin: 31px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); list-style: none; }
.scs-workflow li { min-width: 0; padding: 23px 19px; border-left: 1px solid rgba(255,255,255,.13); }
.scs-workflow li:nth-child(4n+1) { border-left: 0; }
.scs-workflow li:nth-child(n+5) { border-top: 1px solid rgba(255,255,255,.13); }
.scs-workflow span { color: #63d5cf; font-size: 10px; font-weight: 830; letter-spacing: .08em; }
.scs-workflow h3 { margin: 9px 0 7px; font-size: 17px; }
.scs-workflow p { margin: 0; color: rgba(255,255,255,.59); font-size: 12px; }

.scs-story { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); align-items: center; gap: 64px; }
.scs-story--reverse { grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr); }
.scs-story--reverse > :first-child { order: 2; transform: translateY(24px); }
.scs-story--reverse > :last-child { order: 1; }
.scs-story__copy h2, .scs-editorial__copy h2 { margin-bottom: 17px; font-size: clamp(27px, 2.45vw, 38px); }
.scs-story__copy > p, .scs-editorial__copy > p { color: var(--scs-muted); }
.scs-feature-lines { margin-top: 24px; border-top: 1px solid var(--scs-line); }
.scs-feature-lines article { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--scs-line); }
.scs-feature-lines span { padding-top: 3px; color: var(--scs-orange); font-size: 11px; font-weight: 830; }
.scs-feature-lines h3 { margin: 0 0 5px; font-size: 17px; }
.scs-feature-lines p { margin: 0; color: var(--scs-muted); font-size: 12px; }
.scs-switches { display: inline-flex; max-width: 100%; margin: 15px 0 14px; padding: 4px; gap: 4px; border: 1px solid var(--scs-line); border-radius: 10px; background: #fff; overflow-x: auto; }
.scs-switches button { flex: 0 0 auto; min-height: 37px; padding: 0 14px; border: 0; border-radius: 7px; color: var(--scs-muted); background: transparent; font: inherit; font-size: 12px; font-weight: 770; cursor: pointer; }
.scs-switches button:hover, .scs-switches button.is-active { color: #fff; background: #177f7a; }
.scs-output { min-height: 82px; margin: 0; padding: 16px 18px; border-left: 3px solid var(--scs-orange); color: var(--scs-ink); background: #e9f3f2; font-size: 13px; }

.scs-editorial { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(350px, .65fr); align-items: center; gap: 0; }
.scs-editorial .scs-scene { transform: translateX(28px); }
.scs-editorial__copy { position: relative; z-index: 2; padding: 44px 42px; background: #fff; box-shadow: 0 18px 52px rgba(19,35,44,.13); }
.scs-metric-stack { margin-top: 26px; border-top: 1px solid var(--scs-line); }
.scs-metric-stack article { padding: 17px 0; border-bottom: 1px solid var(--scs-line); }
.scs-metric-stack strong, .scs-metric-stack span { display: block; }
.scs-metric-stack strong { font-size: 17px; }
.scs-metric-stack span { margin-top: 6px; color: var(--scs-muted); font-size: 12px; line-height: 1.62; }

.scs-command-scene { margin-top: 8px; }
.scs-console-rails { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 29px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.scs-console-rails article { min-width: 0; padding: 23px 19px; border-left: 1px solid rgba(255,255,255,.14); }
.scs-console-rails article:first-child { border-left: 0; }
.scs-console-rails strong, .scs-console-rails span { display: block; }
.scs-console-rails strong { font-size: 17px; }
.scs-console-rails span { margin-top: 8px; color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.65; }

.scs-scenario-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 44px; align-items: start; }
.scs-scenario-list { border-top: 1px solid var(--scs-line); }
.scs-scenario-list article { padding: 19px 0; border-bottom: 1px solid var(--scs-line); }
.scs-scenario-list span { color: #168780; font-size: 11px; font-weight: 830; }
.scs-scenario-list h3 { margin: 6px 0 7px; font-size: 18px; }
.scs-scenario-list p { margin: 0; color: var(--scs-muted); font-size: 12px; }
.scs-boundary { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; margin-top: 68px; padding: 38px; color: #fff; background: var(--scs-night); }
.scs-boundary h2 { margin-bottom: 12px; font-size: 28px; }
.scs-boundary p, .scs-boundary li { color: rgba(255,255,255,.66); font-size: 13px; }
.scs-boundary ul { margin: 0; padding-left: 20px; }
.scs-boundary li + li { margin-top: 9px; }
.scs-faq { margin-top: 40px; border-top: 1px solid var(--scs-line); }
.scs-faq details { border-bottom: 1px solid var(--scs-line); }
.scs-faq summary { padding: 19px 0; font-size: 16px; font-weight: 770; cursor: pointer; }
.scs-faq details p { max-width: 900px; margin: -6px 0 19px; color: var(--scs-muted); font-size: 13px; }

.scs-contact { padding: 68px 0; color: #fff; background: linear-gradient(120deg, #177f7a, #245e61); }
.scs-contact__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 38px; }
.scs-contact h2 { margin-bottom: 10px; font-size: clamp(28px, 3vw, 42px); }
.scs-contact p { margin: 0; color: rgba(255,255,255,.72); }
.scs-contact .scs-kicker { color: #baf1e8; }
.scs-contact__actions { display: flex; gap: 10px; }
.scs-reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }
.scs-reveal.is-reveal-pending { opacity: 0; transform: translateY(18px); }
.scs-reveal.visible { opacity: 1; transform: none; }

@media (min-width: 1800px) {
  .scs-hero__media img { object-position: center 18%; }
}
@media (max-width: 1260px) { body.xb-shell-ready:not(.xb-shell-embedded) .scs-anchor { display: block; } }
@media (max-width: 1080px) {
  :root { --scs-shell: min(100% - 40px, 920px); }
  .scs-heading { grid-template-columns: 1fr; gap: 14px; }
  .scs-role-field { grid-template-columns: repeat(3, 1fr); }
  .scs-role-field article, .scs-role-field article:nth-child(4), .scs-role-field article:nth-child(5) { grid-column: auto; }
  .scs-role-field article:nth-child(4) { padding-left: 0; border-left: 0; border-top: 1px solid var(--scs-line); }
  .scs-role-field article:nth-child(n+4) { border-top: 1px solid var(--scs-line); }
  .scs-story, .scs-story--reverse, .scs-editorial { grid-template-columns: 1fr; gap: 37px; }
  .scs-story--reverse > :first-child, .scs-story--reverse > :last-child { order: initial; transform: none; }
  .scs-editorial .scs-scene { transform: none; }
  .scs-editorial__copy { padding: 0; box-shadow: none; }
  .scs-workflow { grid-template-columns: repeat(2, 1fr); }
  .scs-workflow li:nth-child(odd) { border-left: 0; }
  .scs-workflow li:nth-child(even) { border-left: 1px solid rgba(255,255,255,.14); }
  .scs-workflow li:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.14); }
  .scs-scenario-layout { grid-template-columns: 1fr; }
  .scs-scenario-list { display: grid; grid-template-columns: 1fr 1fr; }
  .scs-scenario-list article:nth-child(odd) { padding-right: 20px; }
  .scs-scenario-list article:nth-child(even) { padding-left: 20px; border-left: 1px solid var(--scs-line); }
  .scs-boundary { grid-template-columns: 1fr; gap: 23px; }
}
@media (max-width: 820px) {
  .scs-hero { display: flex; height: auto; min-height: 0; flex-direction: column; background: var(--scs-night); }
  .scs-hero::after { display: none; }
  .scs-hero__inner { order: 1; width: 100%; height: auto; }
  .scs-hero__copy { width: 100%; padding: 50px 0 40px; }
  .scs-hero__media { position: relative; inset: auto; order: 2; width: 100%; height: auto; aspect-ratio: 16 / 9; background: #0d1d25; }
  .scs-hero__media img { object-fit: contain; object-position: center top; }
  .scs-role-field { grid-template-columns: 1fr 1fr; }
  .scs-role-field article, .scs-role-field article:nth-child(4), .scs-role-field article:nth-child(5) { border-top: 1px solid var(--scs-line); }
  .scs-role-field article:nth-child(odd) { padding-left: 0; border-left: 0; }
  .scs-role-field article:first-child, .scs-role-field article:nth-child(2) { border-top: 0; }
  .scs-console-rails { grid-template-columns: 1fr 1fr; }
  .scs-console-rails article:nth-child(odd) { border-left: 0; }
  .scs-console-rails article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.14); }
  .scs-contact__inner { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  :root { --scs-shell: calc(100% - 28px); }
  .scs-section { padding: 64px 0; }
  .scs-heading { margin-bottom: 29px; }
  .scs-heading h2 { font-size: 29px; }
  .scs-hero__copy { padding: 40px 0 33px; }
  .scs-hero h1 { font-size: 37px; }
  .scs-hero__claim { font-size: 20px; }
  .scs-proof { grid-template-columns: 1fr; }
  .scs-proof li { padding: 12px 0; }
  .scs-proof li + li { padding-left: 0; border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
  .scs-anchor__scroll { justify-content: flex-start; gap: 23px; }
  .scs-role-field { grid-template-columns: 1fr; }
  .scs-role-field article, .scs-role-field article:first-child, .scs-role-field article:nth-child(4), .scs-role-field article:nth-child(5) { padding: 18px 0; border-top: 1px solid var(--scs-line); border-left: 0; }
  .scs-role-field article:first-child { border-top: 0; }
  .scs-workflow { grid-template-columns: 1fr; }
  .scs-workflow li, .scs-workflow li:nth-child(odd), .scs-workflow li:nth-child(even) { border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .scs-workflow li:first-child { border-top: 0; }
  .scs-pain-rail { grid-template-columns: 1fr; }
  .scs-pain-rail article { padding: 19px 0; }
  .scs-wide-scene, .scs-scene, .scs-command-scene { border-radius: 10px; }
  .scs-wide-scene figcaption, .scs-scene figcaption, .scs-command-scene figcaption { padding: 12px 14px; }
  .scs-wide-scene figcaption span, .scs-scene figcaption span, .scs-command-scene figcaption span { display: none; }
  .scs-feature-lines article { grid-template-columns: 34px 1fr; }
  .scs-scenario-list { grid-template-columns: 1fr; }
  .scs-scenario-list article:nth-child(odd), .scs-scenario-list article:nth-child(even) { padding-right: 0; padding-left: 0; border-left: 0; }
  .scs-boundary { margin-top: 48px; padding: 26px 20px; }
  .scs-console-rails { grid-template-columns: 1fr; }
  .scs-console-rails article, .scs-console-rails article:first-child { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .scs-console-rails article:first-child { border-top: 0; }
  .scs-contact__actions { align-items: stretch; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scs-reveal,
  .scs-reveal.is-reveal-pending { opacity: 1; transform: none; transition: none; }
  .scs-button, .scs-anchor a::after { transition: none; }
}
