:root {
  --asm-ink: #172435;
  --asm-muted: #687687;
  --asm-night: #101b29;
  --asm-night-2: #213249;
  --asm-green: #c4471f;
  --asm-lime: #f2a047;
  --asm-copper: #b83c16;
  --asm-mint: #f7f3ed;
  --asm-paper: #f4f6f8;
  --asm-line: #dce2e8;
  --asm-shadow: 0 24px 64px rgba(17, 29, 43, .15);
  --asm-shell: min(100% - 48px, 1240px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.asm-page { margin: 0; color: var(--asm-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; }
.asm-page img { max-width: 100%; }
.asm-shell { width: var(--asm-shell); margin-inline: auto; }
.asm-page main h1, .asm-page main h2, .asm-page main h3 { width: 100%; max-width: none; min-width: 0; margin-top: 0; white-space: nowrap; overflow: visible; text-overflow: clip; letter-spacing: -.038em; }
.asm-page p { line-height: 1.75; }
.asm-page a { color: inherit; }
.asm-overline, .asm-kicker { margin: 0 0 12px; color: #ff936b; font-size: 12px; line-height: 1.2; font-weight: 840; letter-spacing: .1em; text-transform: uppercase; }

.asm-hero { position: relative; height: clamp(650px, 36vw, 760px); min-height: 650px; overflow: hidden; isolation: isolate; color: #fff; background: var(--asm-night); }
.asm-hero::after { position: absolute; inset: 0; z-index: 1; content: ""; pointer-events: none; background: linear-gradient(90deg, rgba(12,22,34,.98) 0%, rgba(18,30,44,.92) 31%, rgba(23,37,53,.51) 56%, rgba(23,37,53,.06) 84%), linear-gradient(0deg, rgba(13,23,35,.35), transparent 48%); }
.asm-hero__media { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; overflow: hidden; }
.asm-hero__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.asm-hero__inner { position: relative; z-index: 2; display: flex; align-items: center; height: 100%; }
.asm-hero__copy { width: min(690px, 59%); padding: 54px 0 44px; }
.asm-hero h1 { margin-bottom: 18px; font-size: clamp(42px, 4.15vw, 67px); line-height: 1.04; }
.asm-hero__claim { max-width: 660px; margin: 0 0 15px; font-size: clamp(21px, 1.85vw, 29px); line-height: 1.3; font-weight: 790; }
.asm-hero__lead { max-width: 635px; margin: 0; color: rgba(255,255,255,.77); font-size: 15px; }
.asm-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.asm-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; }
.asm-button:hover { transform: translateY(-2px); }
.asm-button--primary { border-color: var(--asm-green); color: #fff; background: var(--asm-green); box-shadow: 0 14px 30px rgba(232,96,43,.29); }
.asm-button--ghost { background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.asm-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin: 31px 0 0; padding: 21px 0 0; border-top: 1px solid rgba(255,255,255,.17); list-style: none; }
.asm-proof li { min-width: 0; padding-right: 17px; }
.asm-proof li + li { padding-left: 17px; border-left: 1px solid rgba(255,255,255,.15); }
.asm-proof strong, .asm-proof span { display: block; }
.asm-proof strong { font-size: 16px; }
.asm-proof span { margin-top: 6px; color: rgba(255,255,255,.59); font-size: 12px; line-height: 1.55; }

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

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

.asm-role-bands { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--asm-line); border-bottom: 1px solid var(--asm-line); }
.asm-role-bands article { grid-column: span 2; min-width: 0; padding: 27px 20px 25px; border-left: 1px solid var(--asm-line); }
.asm-role-bands article:first-child { padding-left: 0; border-left: 0; }
.asm-role-bands article:nth-child(4), .asm-role-bands article:nth-child(5) { grid-column: span 3; border-top: 1px solid var(--asm-line); }
.asm-role-bands article:nth-child(4) { padding-left: 0; border-left: 0; }
.asm-role-bands span, .asm-scenario-list span { color: #b83c16; font-size: 11px; font-weight: 830; }
.asm-role-bands h3 { margin: 10px 0 7px; font-size: 18px; }
.asm-role-bands p { margin: 0; color: var(--asm-muted); font-size: 13px; }
.asm-breakpoint { margin-top: 30px; padding: 28px 30px; border-left: 4px solid var(--asm-copper); background: #fff8f3; }
.asm-breakpoint strong { display: block; font-size: 19px; }
.asm-breakpoint p { margin: 8px 0 18px; color: var(--asm-muted); font-size: 13px; }
.asm-breakpoint div { display: flex; flex-wrap: wrap; gap: 9px; }
.asm-breakpoint span { padding: 7px 11px; border-radius: 99px; color: #536272; background: #eef1f4; font-size: 11px; font-weight: 750; }

.asm-wide-scene, .asm-scene, .asm-command-scene { position: relative; margin: 0; overflow: hidden; background: #d8e6e1; box-shadow: var(--asm-shadow); }
.asm-wide-scene, .asm-command-scene { border-radius: 18px; }
.asm-scene { border-radius: 15px; }
.asm-wide-scene img, .asm-scene img, .asm-command-scene img { display: block; width: 100%; height: auto; }
.asm-wide-scene figcaption, .asm-scene figcaption, .asm-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(16,27,41,.94), rgba(16,27,41,.03)); }
.asm-wide-scene figcaption strong, .asm-wide-scene figcaption span, .asm-scene figcaption strong, .asm-scene figcaption span, .asm-command-scene figcaption strong, .asm-command-scene figcaption span { align-self: end; font-size: 12px; }
.asm-wide-scene figcaption span, .asm-scene figcaption span, .asm-command-scene figcaption span { color: rgba(255,255,255,.74); }
.asm-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; }
.asm-workflow li { min-width: 0; padding: 23px 19px; border-left: 1px solid rgba(255,255,255,.13); }
.asm-workflow li:nth-child(4n+1) { border-left: 0; }
.asm-workflow li:nth-child(n+5) { border-top: 1px solid rgba(255,255,255,.13); }
.asm-workflow span { color: #ffc08a; font-size: 10px; font-weight: 830; letter-spacing: .08em; }
.asm-workflow h3 { margin: 9px 0 7px; font-size: 17px; }
.asm-workflow p { margin: 0; color: rgba(255,255,255,.61); font-size: 12px; }

.asm-story { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); align-items: center; gap: 64px; }
.asm-story--reverse { grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr); }
.asm-story--reverse > :first-child { order: 2; transform: translateY(24px); }
.asm-story--reverse > :last-child { order: 1; }
.asm-story__copy h2, .asm-editorial__copy h2 { margin-bottom: 17px; font-size: clamp(27px, 2.45vw, 38px); }
.asm-story__copy > p, .asm-editorial__copy > p { color: var(--asm-muted); }
.asm-feature-lines { margin-top: 24px; border-top: 1px solid var(--asm-line); }
.asm-feature-lines article { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--asm-line); }
.asm-feature-lines span { padding-top: 3px; color: var(--asm-copper); font-size: 11px; font-weight: 830; }
.asm-feature-lines h3 { margin: 0 0 5px; font-size: 17px; }
.asm-feature-lines p { margin: 0; color: var(--asm-muted); font-size: 12px; }
.asm-switches { display: inline-flex; max-width: 100%; margin: 15px 0 14px; padding: 4px; gap: 4px; border: 1px solid var(--asm-line); border-radius: 10px; background: #fff; overflow-x: auto; }
.asm-switches button { flex: 0 0 auto; min-height: 37px; padding: 0 14px; border: 0; border-radius: 7px; color: var(--asm-muted); background: transparent; font: inherit; font-size: 12px; font-weight: 770; cursor: pointer; }
.asm-switches button:hover, .asm-switches button.is-active { color: #fff; background: #c4471f; }
.asm-output { min-height: 82px; margin: 0; padding: 16px 18px; border-left: 3px solid var(--asm-copper); color: var(--asm-ink); background: #fff1e9; font-size: 13px; }
.asm-editorial { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(350px, .65fr); align-items: center; gap: 0; }
.asm-editorial .asm-scene { transform: translateX(28px); }
.asm-editorial__copy { position: relative; z-index: 2; padding: 44px 42px; background: #fff; box-shadow: 0 18px 52px rgba(23,36,53,.13); }
.asm-metric-stack { margin-top: 26px; border-top: 1px solid var(--asm-line); }
.asm-metric-stack article { padding: 17px 0; border-bottom: 1px solid var(--asm-line); }
.asm-metric-stack strong, .asm-metric-stack span { display: block; }
.asm-metric-stack strong { font-size: 17px; }
.asm-metric-stack span { margin-top: 6px; color: var(--asm-muted); font-size: 12px; line-height: 1.62; }
.asm-command-scene { margin-top: 8px; }
.asm-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); }
.asm-console-rails article { min-width: 0; padding: 23px 19px; border-left: 1px solid rgba(255,255,255,.14); }
.asm-console-rails article:first-child { border-left: 0; }
.asm-console-rails strong, .asm-console-rails span { display: block; }
.asm-console-rails strong { font-size: 17px; }
.asm-console-rails span { margin-top: 8px; color: rgba(255,255,255,.59); font-size: 12px; line-height: 1.65; }
.asm-scenario-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 44px; align-items: start; }
.asm-scenario-list { border-top: 1px solid var(--asm-line); }
.asm-scenario-list article { padding: 19px 0; border-bottom: 1px solid var(--asm-line); }
.asm-scenario-list h3 { margin: 6px 0 7px; font-size: 18px; }
.asm-scenario-list p { margin: 0; color: var(--asm-muted); font-size: 12px; }
.asm-boundary { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; margin-top: 68px; padding: 38px; color: #fff; background: var(--asm-night); }
.asm-boundary h2 { margin-bottom: 12px; font-size: 28px; }
.asm-boundary p, .asm-boundary li { color: rgba(255,255,255,.68); font-size: 13px; }
.asm-boundary ul { margin: 0; padding-left: 20px; }
.asm-boundary li + li { margin-top: 9px; }
.asm-faq { margin-top: 40px; border-top: 1px solid var(--asm-line); }
.asm-faq details { border-bottom: 1px solid var(--asm-line); }
.asm-faq summary { padding: 19px 0; font-size: 16px; font-weight: 770; cursor: pointer; }
.asm-faq details p { max-width: 900px; margin: -6px 0 19px; color: var(--asm-muted); font-size: 13px; }
.asm-contact { padding: 68px 0; color: #fff; background: linear-gradient(120deg, #b83c16, #6f2516); }
.asm-contact__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 38px; }
.asm-contact h2 { margin-bottom: 10px; font-size: clamp(28px, 3vw, 42px); }
.asm-contact p { margin: 0; color: rgba(255,255,255,.74); }
.asm-contact .asm-kicker { color: #ffe0cd; }
.asm-contact__actions { display: flex; gap: 10px; }
.asm-reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.asm-reveal.visible { opacity: 1; transform: none; }

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

/* QA hardening: readable rails and visible keyboard focus. */
.asm-page .skip-link { z-index: 10050; }
.asm-page .xb-header-cta { background: #b83c16; }
body.asm-page.single-line-title-policy main :where(h1, h2, h3) { text-overflow: unset !important; }
.asm-page :is(a, button, summary):focus-visible {
  outline: 3px solid #ff936b;
  outline-offset: 3px;
}
.asm-workflow span,
.asm-role-bands span,
.asm-scenario-list span,
.asm-feature-lines span,
.asm-breakpoint span { font-size: 12px; }
.asm-workflow p,
.asm-feature-lines p,
.asm-scenario-list p { font-size: 13px; }
@media (max-width: 620px) {
  .asm-switches button { font-size: 12px; }
}

/* Ultra-wide face-safe hero for the complete service-advisor team. */
@media (min-width: 1041px) {
  .asm-hero { height: auto; min-height: clamp(650px, 25vw, 860px); }
  .asm-hero__inner { min-height: clamp(650px, 25vw, 860px); }
  .asm-hero__media img { object-position: center top; }
}
