@font-face { font-family: Inter; font-style: normal; font-weight: 100 900; font-display: swap; src: url('./assets/inter-latin.woff2') format('woff2'); }
:root { font-family: Inter, Arial, sans-serif; font-synthesis: none; color: #1b2027; background: #fff; --ink: #1b2027; --muted: #69717c; --line: #e3e6ea; --accent: #4665dc; --gutter: clamp(1.25rem, 4.3vw, 5rem); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
::selection { color: #172242; background: #dce4fd; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
[hidden] { display: none !important; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { font-weight: 450; }
section { scroll-margin-top: 3rem; }
.shell { width: calc(100% - 2 * var(--gutter)); max-width: 1320px; margin-inline: auto; }
.section-space { padding-block: clamp(5rem, 8.5vw, 8.5rem); }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { display: inline-block; width: 1.25rem; height: 1.25rem; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 50; padding: .8rem 1rem; color: #fff; background: var(--ink); }
.skip-link:focus { top: 1rem; }
.wordmark { display: inline-flex; align-items: center; flex-shrink: 0; gap: .42em; width: fit-content; font-size: 2.2rem; line-height: 1; color: inherit; }
.wordmark-type { font-family: Inter, Arial, sans-serif; font-weight: 590; letter-spacing: -.065em; font-optical-sizing: auto; }
.wordmark-dot { opacity: .72; }
.wordmark-symbol, .brand-mark { display: block; fill: none; stroke: currentColor; stroke-width: 3.1; stroke-linecap: butt; stroke-linejoin: miter; flex-shrink: 0; }
.wordmark-symbol { width: .77em; height: .9em; transform: translateY(-.035em); }
.brand-mark { width: 28px; height: auto; aspect-ratio: 42 / 46; }
.header { display: flex; justify-content: space-between; align-items: center; gap: 2rem; height: 100px; border-bottom: 1px solid var(--line); }
.header nav { display: flex; align-items: center; gap: 2rem; font-size: .875rem; }
.nav-section { padding-block: .9rem; color: #565f6a; transition: color 160ms; }
.nav-section:hover { color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 2.75rem; min-height: 3.25rem; padding: .85rem 1.3rem; border: 1px solid var(--ink); border-radius: 5px; color: #fff; background: var(--ink); font-size: .875rem; font-weight: 500; line-height: 1.4; transition: background 180ms, transform 180ms; }
.button:hover { background: #35404f; transform: translateY(-2px); }
.button-small { min-height: 2.7rem; padding: .65rem 1rem; gap: 1.7rem; }
.button .icon { width: 1rem; height: 1rem; }
.eyebrow { display: block; font-size: .875rem; font-weight: 450; line-height: 1.6; color: #67707a; }
.hero { padding-top: clamp(2.5rem, 4.3vw, 4.5rem); }
.hero > .eyebrow { margin-bottom: 1.5rem; }
.hero-heading-row { display: grid; grid-template-columns: minmax(0, 1fr) 20rem; gap: 3rem; align-items: end; }
h1 { font-size: clamp(2.75rem, 5.1vw, 4.65rem); line-height: 1.075; letter-spacing: -.062em; }
h1 > span { color: #747d89; }
.hero-summary { padding-bottom: .2rem; }
.hero-summary p { font-size: 1rem; line-height: 1.7; color: #606976; text-wrap: pretty; }
.text-link { display: inline-flex; align-items: center; gap: 1.6rem; padding-block: .5rem; margin-top: .8rem; font-size: .875rem; font-weight: 500; }
.text-link .icon { transition: transform 180ms; }
.text-link:hover .icon { transform: translateX(4px); }
.hero-image { position: relative; margin-top: 3rem; height: clamp(18rem, 29vw, 26rem); border-radius: 8px; overflow: hidden; background: #142026; color: #fff; }
.hero-image > img { width: 100%; height: 100%; object-fit: cover; object-position: center 65%; }
.hero-image::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 40%, rgb(5 15 20 / 42%)); }
.image-caption { position: absolute; z-index: 1; bottom: 2rem; left: 2.2rem; display: flex; gap: 1.2rem; align-items: center; font-size: 1rem; line-height: 1.6; color: #b8c6c8; }
.image-caption .brand-mark { color: #e5ecea; width: 34px; }
.image-caption strong { color: #f3f6f4; font-weight: 400; }
.hero-explore { position: absolute; z-index: 1; right: 2rem; bottom: 2rem; display: grid; place-items: center; width: 3rem; height: 3rem; border: 1px solid #b5c3c273; border-radius: 50%; transition: background 180ms; }
.hero-explore .icon { transform: rotate(90deg); }
.hero-explore:hover { background: #ffffff20; }
.hero-foot { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-top: 1.2rem; color: #69717c; font-size: .8125rem; line-height: 1.6; }
h2 { font-size: clamp(2.2rem, 3.8vw, 3.5rem); line-height: 1.12; letter-spacing: -.052em; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) 22rem; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.section-heading .eyebrow { margin-bottom: 1.15rem; }
.section-heading > p { color: var(--muted); font-size: 1rem; line-height: 1.75; text-wrap: pretty; padding-bottom: .1rem; }
/* A single recorded journey, with the interface doing the explaining. */
.product-tour { padding: 0 1rem; background: #151a23; border: 1px solid #242b37; border-radius: 14px; box-shadow: 0 24px 60px -40px #17213370; }
.recording-title { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 3.8rem; padding-inline: .65rem; color: #c7ccd5; font-size: .8125rem; }
.recording-title > span:first-child { display: flex; align-items: center; gap: .65rem; }
.recording-title > span:last-child { color: #8f98a8; font-size: .75rem; }
.recording-mark { width: 12px; height: 12px; border: 1.5px solid #b3c0e2; border-radius: 3px; box-shadow: inset 3px 0 0 #b3c0e2; }
.recording-screen { position: relative; display: grid; grid-template-columns: 64px minmax(0,1fr); background: #fff; border-radius: 7px; overflow: hidden; isolation: isolate; }
.app-rail { display: flex; flex-direction: column; align-items: center; padding: 1.3rem 0; gap: .7rem; color: #788399; background: #202735; }
.app-rail > .brand-mark { color: #f1f3f7; width: 23px; margin-bottom: 2rem; }
.rail-item { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 6px; }
.rail-item.active { color: #e7ecff; background: #414f76; }
.rail-item .icon { width: 18px; height: 18px; }
.rail-avatar { display: grid; place-items: center; width: 29px; height: 29px; margin-top: auto; background: #333e50; border: 1px solid #566077; border-radius: 50%; font-size: .75rem; color: #ecf0fa; }
.app-main { min-width: 0; }
.app-topbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 3.5rem; padding: .8rem 2rem; border-bottom: 1px solid var(--line); font-size: .8125rem; color: #697381; }
.app-topbar strong { color: #232b35; font-weight: 550; }
.breadcrumb-divider { color: #b7bdc6; margin-inline: 1rem; }
.sample-label { font-size: .75rem; color: #747d89; }
.scene-stack { display: grid; }
.demo-scene, .demo-scene[hidden] { display: flex !important; flex-direction: column; grid-area: 1 / 1; min-width: 0; padding: 2.2rem 2.3rem 1.8rem; min-height: 455px; }
.demo-scene[hidden] { visibility: hidden; pointer-events: none; }
.demo-scene.is-entering { animation: scene-enter 450ms cubic-bezier(.2,.7,.2,1) both; }
@keyframes scene-enter { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
.app-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.8rem; }
.ui-kicker { display: block; font-size: .8125rem; line-height: 1.5; color: #777f8d; margin-bottom: .5rem; }
.app-heading h3 { font-size: clamp(1.3rem, 2vw, 1.8rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.25; }
.ui-meta { display: inline-flex; align-items: center; gap: .5rem; color: #838b97; font-size: .75rem; line-height: 1.6; }
.ui-meta .icon { width: 14px; height: 14px; }
.brief-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 2rem; flex: 1; }
.metric-panel { min-width: 0; }
.metric-label { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #46505f; font-size: .875rem; }
.metric-label > span { color: #9299a4; font-size: .75rem; }
.metric-value { display: flex; align-items: center; gap: 1rem; margin-top: .6rem; }
.metric-value > strong { font-size: 3.25rem; line-height: 1.1; font-weight: 450; letter-spacing: -.055em; font-variant-numeric: tabular-nums; }
.metric-change { border-radius: 4px; padding: .35rem .5rem; background: #fff1ec; color: #ac5c40; font-size: .8125rem; }
.trend-chart { margin-top: .8rem; }
.trend-chart svg { display: block; width: 100%; height: 140px; overflow: visible; }
.chart-grid { stroke: #edf0f4; stroke-width: 1; fill: none; }
.chart-area { fill: url('#chart-fill'); }
.chart-line { stroke: #5576df; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; fill: none; }
.chart-end { stroke: #fff; stroke-width: 3; fill: #5576df; }
.chart-labels { display: flex; justify-content: space-between; font-size: .75rem; color: #949ba7; margin-top: .3rem; }
.metric-source { display: flex; align-items: center; gap: .4rem; color: #858e9a; font-size: .75rem; margin-top: 1.3rem; }
.metric-source .icon { width: 13px; height: 13px; }
.metric-source > span { margin-left: auto; }
.brief-insight { display: flex; flex-direction: column; align-items: flex-start; padding: 1.5rem 1.6rem; border: 1px solid #dce3f7; background: #f3f6ff; border-radius: 8px; }
.insight-label { font-size: .75rem; font-weight: 500; color: #4a65b7; }
.brief-insight h4 { margin-top: .9rem; font-size: clamp(1.25rem, 1.8vw, 1.65rem); line-height: 1.15; letter-spacing: -.035em; font-weight: 500; }
.brief-insight p { margin-top: .8rem; color: #758097; font-size: .875rem; line-height: 1.6; max-width: 19rem; }
.app-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.2rem; min-height: 2.75rem; padding: .7rem .9rem; border: 1px solid #4964d0; border-radius: 5px; background: #4b66d9; color: #fff; font-size: .8125rem; font-weight: 500; line-height: 1.4; transition: background 140ms, transform 140ms; }
.app-button:hover { background: #3b54c0; }
.app-button .icon { width: 15px; height: 15px; }
.app-button:active, .app-button.demo-pressed { transform: scale(.975); background: #2b43ac; }
.brief-insight .app-button { margin-top: 1.25rem; width: 100%; }
.insight-foot { display: block; margin-top: .8rem; font-size: .75rem; color: #94a0b5; }
.brief-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1.3rem; margin-top: 1.3rem; border-top: 1px solid #edf0f3; color: #8a929e; font-size: .75rem; }
.brief-bottom > span { display: flex; align-items: center; gap: .6rem; }
.brief-bottom .icon { width: 13px; height: 13px; }
.brief-bottom i { width: 2px; height: 2px; background: #a0a8b2; border-radius: 50%; }
.status-tag { display: inline-flex; align-items: center; gap: .35rem; border: 1px solid #dee3ed; background: #f7f8fa; color: #7b8390; border-radius: 4px; font-size: .75rem; padding: .4rem .6rem; white-space: nowrap; }
.status-approved { color: #397665; background: #eef8f3; border-color: #d9eae1; }
.status-tag .icon { width: 13px; height: 13px; }
.plan-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 2.5rem; margin-top: .3rem; flex: 1; align-items: start; }
.plan-intro { font-size: 1.1rem; letter-spacing: -.02em; line-height: 1.55; max-width: 25rem; color: #495466; }
.plan-facts { margin-top: 1.4rem; border-top: 1px solid var(--line); }
.plan-facts > div { display: grid; grid-template-columns: 7rem 1fr; gap: .6rem; padding-block: .9rem; border-bottom: 1px solid var(--line); font-size: .8125rem; line-height: 1.5; }
.plan-facts span { color: #9299a3; }
.plan-facts strong { color: #465263; font-weight: 450; }
.plan-source { display: flex; gap: .7rem; font-size: .75rem; line-height: 1.65; color: #939ba6; margin-top: 1.3rem; }
.plan-source .icon { width: 15px; height: 15px; margin-top: .2rem; }
.responsibility-panel { border: 1px solid var(--line); border-radius: 7px; padding: 1.5rem; background: #fbfcfe; }
.owner-row { display: flex; align-items: center; gap: .7rem; padding-block: 1.2rem; border-bottom: 1px solid #e9edf3; }
.small-avatar { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 7px; color: #67707e; background: #eaedf2; font-size: .75rem; flex-shrink: 0; }
.aerial-avatar { color: #4b67c8; background: #e9eefd; }
.owner-row strong { display: block; font-size: .875rem; font-weight: 500; }
.owner-row div > span { display: block; margin-top: .3rem; color: #939aa5; font-size: .75rem; line-height: 1.45; }
.responsibility-panel .app-button { margin-top: 1.3rem; width: 100%; }
.approval-note { display: block; margin-top: .5rem; text-align: center; }
.delivery-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2.5rem; align-items: center; flex: 1; }
.delivery-list { border-top: 1px solid var(--line); }
.delivery-row { display: flex; align-items: center; gap: 1rem; padding-block: 1.65rem; border-bottom: 1px solid var(--line); }
.delivery-check { display: grid; place-items: center; flex-shrink: 0; width: 29px; height: 29px; color: #568175; background: #edf5f1; border-radius: 50%; }
.delivery-check .icon { width: 16px; height: 16px; }
.delivery-pending { color: #6178c2; background: #eef1fc; }
.delivery-row strong { display: block; font-size: .875rem; font-weight: 450; line-height: 1.45; }
.delivery-row div > span { display: block; font-size: .75rem; color: #949ca8; margin-top: .35rem; }
.delivery-row > span:last-child { font-size: .75rem; color: #8b94a2; margin-left: auto; }
.time-jump { text-align: center; padding: 1.8rem 1rem; border-radius: 9px; background: #f7f8fc; }
.time-jump > .icon { width: 27px; height: 27px; color: #7589c8; margin-bottom: 1rem; stroke-width: 1.2; }
.time-jump > strong { display: block; font-size: 1.5rem; line-height: 1.2; letter-spacing: -.04em; font-weight: 450; }
.app-text-button { display: inline-flex; align-items: center; justify-content: center; gap: .8rem; padding: .75rem 0; border: 0; background: transparent; color: #4963be; font-size: .8125rem; margin-top: 1rem; }
.app-text-button:hover { color: #263c97; }
.app-text-button .icon { width: 14px; height: 14px; }
.time-jump > span { display: block; font-size: .75rem; line-height: 1.5; color: #9099a9; margin-top: .3rem; }
.result-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 3rem; flex: 1; align-items: start; margin-top: .9rem; }
.result-chart { padding-top: .2rem; }
.result-bar-row { margin-top: 1.75rem; }
.result-bar-row > div:first-child { display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: .8125rem; }
.result-bar-row strong { font-weight: 450; }
.result-bar-row > div:first-child > span { font-size: .75rem; color: #949eac; }
.result-bar-track { display: flex; align-items: center; gap: .8rem; margin-top: .65rem; }
.result-bar { display: block; height: 33px; border-radius: 3px; }
.invited-bar { width: 75%; background: #5a75dc; }
.comparison-bar { width: 55%; background: #d6ddeb; }
.result-bar-track strong { font-size: 1rem; letter-spacing: -.025em; }
.result-difference { display: flex; align-items: center; gap: 1rem; margin-top: 1.9rem; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.result-difference > strong { font-size: 2.5rem; font-weight: 450; letter-spacing: -.05em; color: #455fb8; white-space: nowrap; }
.result-difference > span { font-size: .8125rem; line-height: 1.5; color: #727d8d; }
.result-difference small { font-size: .75rem; color: #919baa; }
.learning-panel { padding: 1.5rem; background: #f5f7fc; border: 1px solid #e3e7f1; border-radius: 7px; }
.learning-panel h4 { font-size: 1.5rem; line-height: 1.2; font-weight: 500; letter-spacing: -.04em; margin-top: .85rem; }
.learning-panel > p { font-size: .875rem; line-height: 1.65; color: #818b9c; margin-top: .85rem; }
.learning-panel .app-button { width: 100%; margin-top: 1.5rem; }
.saved-note { display: flex; align-items: flex-start; gap: .7rem; margin-top: 1.25rem; color: #456f66; font-size: .8125rem; line-height: 1.5; }
.saved-note .icon { width: 16px; height: 16px; margin-top: .1rem; }
.saved-note strong { display: block; font-weight: 400; color: #87998f; font-size: .75rem; margin-top: .25rem; }
.demo-cursor { position: absolute; z-index: 10; top: 0; left: 0; pointer-events: none; width: 24px; height: 30px; will-change: transform; filter: drop-shadow(0 2px 2px #142b5033); }
.demo-cursor > svg { display: block; width: 100%; height: 100%; fill: #202a3f; stroke: #fff; stroke-width: 1.6; }
.demo-cursor > span { position: absolute; width: 24px; height: 24px; left: -7px; top: -7px; border: 1.5px solid #576fca80; border-radius: 50%; opacity: 0; transform: scale(.2); }
.demo-cursor.is-clicking > span { opacity: 1; transform: scale(1); transition: transform 180ms, opacity 180ms; }
.player-controls { display: flex; align-items: center; gap: .85rem; min-height: 3.7rem; color: #b9c1cf; padding: .55rem .3rem; }
.player-controls button { display: grid; place-items: center; flex-shrink: 0; width: 32px; height: 32px; border: 0; border-radius: 4px; background: transparent; color: #d6dcea; }
.player-controls button:hover { background: #2b3445; }
.player-controls button .icon { width: 16px; height: 16px; }
.player-toggle .play-shape { display: none; fill: currentColor; stroke: none; }
.product-tour.is-paused .player-toggle .play-shape { display: block; }
.product-tour.is-paused .player-toggle .pause-shape { display: none; }
.player-caption { font-size: .8125rem; min-width: 11.3rem; }
.player-controls input { min-width: 0; flex: 1; appearance: none; height: 24px; background: transparent; cursor: pointer; --position: 0%; }
.player-controls input::-webkit-slider-runnable-track { height: 3px; border-radius: 2px; background: linear-gradient(to right,#859be8 var(--position),#394253 var(--position)); }
.player-controls input::-moz-range-track { height: 3px; border-radius: 2px; background: #394253; }
.player-controls input::-moz-range-progress { height: 3px; background: #859be8; }
.player-controls input::-webkit-slider-thumb { appearance: none; width: 9px; height: 9px; border: 0; border-radius: 50%; background: #d6def6; margin-top: -3px; }
.player-controls input::-moz-range-thumb { width: 9px; height: 9px; border: 0; border-radius: 50%; background: #d6def6; }
.player-time { font-size: .75rem; color: #9ba6b9; font-variant-numeric: tabular-nums; min-width: 4.8rem; text-align: right; }
.no-script { padding: 1rem; font-size: .875rem; color: #d4dbe8; }
.showcase-caption { display: flex; justify-content: space-between; gap: 1.5rem; margin-top: 1.5rem; font-size: .8125rem; color: #949ba6; line-height: 1.5; }
.showcase-caption p { color: #687381; }
/* The customer's experience and the operating record share one composition. */
.experience-section { background: #f5f6f8; }
.experience-composition { position: relative; padding-right: 12%; padding-bottom: 1rem; margin-top: 3.5rem; }
.customer-site { overflow: hidden; border-radius: 8px; box-shadow: 0 18px 45px -30px #292f4b44; }
.customer-site-image { position: relative; height: clamp(25rem, 43vw, 36rem); color: #fff; background: #292821; isolation: isolate; }
.customer-site-image > img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -2; }
.customer-site-image::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#12170fc4, #18160e42 58%, transparent), linear-gradient(0deg,#0e160a70,transparent 45%); z-index: -1; }
.north-nav { display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; padding: 2.4rem 3rem; }
.north-logo { font-family: Georgia, 'Times New Roman', serif; font-size: 2.4rem; line-height: 1; letter-spacing: -.055em; }
.north-logo > span { display: block; font-family: Inter, Arial, sans-serif; font-size: .625em; font-size: 12px; font-weight: 400; margin-top: .5rem; letter-spacing: .035em; opacity: .75; }
.north-menu { display: flex; gap: 1.8rem; font-size: .75rem; opacity: .8; padding-top: .4rem; }
.north-copy { position: absolute; top: 39%; left: 3rem; }
.north-copy > span:first-child { display: block; color: #e5e0d4; font-size: .75rem; letter-spacing: .02em; margin-bottom: 1.1rem; }
.north-copy h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; font-size: clamp(2.9rem,5vw,4.5rem); line-height: 1.05; letter-spacing: -.047em; }
.north-booking { display: inline-flex; align-items: center; gap: 2rem; font-size: .8125rem; margin-top: 1.8rem; border-bottom: 1px solid #ffffff66; padding-bottom: .7rem; }
.north-booking .icon { width: 15px; height: 15px; }
.north-location { position: absolute; left: 3rem; bottom: 2rem; color: #c2c2b5; font-size: .75rem; }
.customer-site-footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 1.5rem; font-size: .75rem; line-height: 1.5; color: #737b80; background: #fff; }
.customer-site-footer > span:first-child { color: #333c3e; }
.guest-record { position: absolute; right: 0; top: 28%; width: 355px; border: 1px solid #e0e4ea; border-radius: 10px; color: #33404d; background: #fff; box-shadow: 0 28px 80px -24px #18233b55, 0 3px 7px #10244708; }
.guest-record-header { display: flex; align-items: center; justify-content: space-between; gap: .5rem; padding: 1rem 1.3rem; border-bottom: 1px solid #ecedf0; color: #7b879b; font-size: .75rem; }
.guest-record-header > span { display: flex; align-items: center; gap: .7rem; }
.guest-record-header .brand-mark { width: 15px; color: #52617d; }
.guest-record-header > .icon { width: 14px; height: 14px; color: #9aabc7; }
.guest-identity { display: flex; align-items: center; gap: .8rem; padding: 1.5rem 1.3rem .9rem; }
.guest-avatar { display: grid; place-items: center; width: 37px; height: 37px; flex-shrink: 0; border-radius: 50%; background: #eef1f8; color: #7a89a5; font-size: .75rem; }
.guest-identity strong { display: block; font-size: .9375rem; font-weight: 500; }
.guest-identity div > span { display: block; font-size: .75rem; color: #939aa5; margin-top: .3rem; }
.guest-preferences { display: flex; gap: .4rem; padding-inline: 1.3rem; }
.guest-preferences > span { padding: .3rem .45rem; border-radius: 4px; background: #f5f6f9; font-size: .75rem; color: #818b9b; }
.guest-events { padding: 1.3rem; }
.guest-events > div { position: relative; display: flex; align-items: flex-start; gap: .7rem; padding-block: .85rem; }
.guest-events > div:not(:last-child)::after { content: ''; position: absolute; left: 3px; top: 1.2rem; bottom: -1.2rem; width: 1px; background: #e1e7f0; }
.event-dot { position: relative; z-index: 1; width: 7px; height: 7px; margin-top: .35rem; flex-shrink: 0; border: 1.5px solid #9eb0d3; background: #fff; border-radius: 50%; }
.guest-events strong { display: block; font-size: .8125rem; font-weight: 450; }
.guest-events p > span { display: block; font-size: .75rem; line-height: 1.5; margin-top: .3rem; color: #929caa; }
.guest-events time { position: absolute; top: -.1rem; right: 0; font-size: .75rem; color: #abb2be; }
.guest-record-foot { padding: .9rem 1.3rem; border-top: 1px solid #ebeff4; background: #fbfcfe; color: #8d98ab; font-size: .75rem; border-radius: 0 0 10px 10px; }
.guest-record-foot .icon { width: 13px; height: 13px; margin-right: .4rem; color: #688e80; }
.capability-columns { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 3rem; margin-top: 3.7rem; }
.capability-columns > div { padding-top: 1.4rem; border-top: 1px solid #dfe3e9; }
.capability-columns .icon { color: #6a7891; margin-bottom: 1.1rem; width: 21px; height: 21px; }
.capability-columns h3 { font-size: 1.25rem; letter-spacing: -.035em; margin-bottom: .75rem; }
.capability-columns p { font-size: .9375rem; color: #7b838e; line-height: 1.7; max-width: 22rem; }
/* The operating partnership, without a second mock dashboard or chapter list. */
.partnership-section { display: grid; grid-template-columns: 1.05fr 1fr; gap: 7rem; padding-block: clamp(5rem,10vw,10rem); }
.partnership-heading .eyebrow { margin-bottom: 1.9rem; }
.partnership-heading h2 { font-size: clamp(2.9rem,5.4vw,4.8rem); line-height: 1.1; letter-spacing: -.06em; }
.partnership-heading h2 > span { color: #68768d; }
.partnership-content { padding-top: 3.7rem; }
.partnership-intro { font-size: 1.6rem; line-height: 1.4; letter-spacing: -.035em; max-width: 24rem; }
.partnership-content > p + p { color: #7c8590; font-size: 1rem; line-height: 1.8; margin-top: 1.1rem; max-width: 28rem; }
.partner-services { margin-top: 2rem; }
.partner-services > div { border-top: 1px solid var(--line); padding-block: 1.2rem; }
.partner-services h3 { font-size: .9375rem; font-weight: 500; }
.partner-services p { font-size: .875rem; color: #87909b; line-height: 1.7; margin-top: .4rem; max-width: 26rem; }
.contact-section { position: relative; overflow: hidden; background: #1c2635; color: #fff; }
.contact-section::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#1c2635 25%,#1c263599 65%,#1c263566), url('./assets/city-study.png') right 60% / cover; opacity: .8; pointer-events: none; }
.contact-inner { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 3rem; padding-block: 5rem; }
.contact-inner .eyebrow { color: #a2afc3; margin-bottom: 1.5rem; }
.contact-inner h2 { font-size: clamp(2.4rem,4.5vw,4rem); letter-spacing: -.055em; line-height: 1.1; }
.contact-action { padding-bottom: .3rem; }
.button-light { background: #fff; color: #222d3d; border-color: #fff; min-width: 14rem; justify-content: space-between; }
.button-light:hover { background: #dfe7f6; }
.contact-email { display: block; color: #b5bfd0; font-size: .875rem; margin-top: 1.1rem; padding-block: .5rem; }
.contact-email:hover { color: #fff; }
.footer { display: flex; align-items: center; gap: 2rem; padding-block: 2.4rem; color: #7e8794; font-size: .8125rem; }
.footer .wordmark { color: #293444; font-size: 1.8rem; }
.footer > span:last-child { margin-left: auto; }
@media (min-width: 1450px) { .demo-scene, .demo-scene[hidden] { min-height: 485px; padding: 2.6rem 3rem 2rem; } .trend-chart svg { height: 155px; } }
@media (max-width: 1100px) {
  .hero-heading-row { grid-template-columns: minmax(0,1fr) 17rem; gap: 2rem; }
  h1 { font-size: clamp(2.6rem,5vw,4rem); }
  .section-heading { grid-template-columns: minmax(0,1fr) 19rem; gap: 2rem; }
  .demo-scene, .demo-scene[hidden] { padding: 1.6rem 1.5rem; }
  .brief-grid, .plan-grid, .delivery-layout, .result-grid { gap: 1.5rem; }
  .brief-insight { padding: 1.25rem; }
  .metric-source { flex-wrap: wrap; }
  .metric-source > span { margin-left: 0; width: 100%; padding-left: 1.2rem; }
  .metric-label > span { display: none; }
  .responsibility-panel { padding: 1.1rem; }
  .plan-facts > div { grid-template-columns: 5.8rem 1fr; }
  .result-difference { align-items: flex-start; gap: .8rem; }
  .result-difference > strong { font-size: 2rem; }
  .guest-record { width: 325px; top: 30%; }
  .north-nav { padding: 2rem; }
  .north-copy, .north-location { left: 2rem; }
  .north-menu { display: none; }
  .capability-columns { gap: 2rem; }
  .partnership-section { gap: 4rem; }
}
@media (max-width: 800px) {
  .header { height: 84px; }
  .header nav { gap: 1.5rem; }
  .nav-section { display: none; }
  .hero-heading-row { grid-template-columns: 1fr; gap: 1.5rem; }
  h1 { font-size: clamp(2.7rem,7.5vw,3.8rem); }
  .hero-summary { max-width: 30rem; }
  .hero-image { margin-top: 2rem; height: 23rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1.25rem; margin-bottom: 2rem; }
  .section-heading > p { max-width: 32rem; }
  .recording-title { padding-inline: .25rem; }
  .recording-title > span:last-child { display: none; }
  .product-tour { padding-inline: .6rem; }
  .app-rail { display: none; }
  .recording-screen { grid-template-columns: 1fr; }
  .app-topbar { padding-inline: 1.4rem; }
  .demo-scene, .demo-scene[hidden] { min-height: 445px; padding: 1.5rem 1.4rem; }
  .brief-grid { grid-template-columns: 1.1fr 1fr; gap: 1.2rem; }
  .app-heading .ui-meta { display: none; }
  .ui-kicker { font-size: .75rem; }
  .brief-insight h4 { font-size: 1.35rem; }
  .brief-insight p { font-size: .8125rem; }
  .metric-value > strong { font-size: 2.8rem; }
  .brief-bottom > span:last-child { display: none; }
  .plan-grid, .result-grid { gap: 1.2rem; grid-template-columns: 1.1fr 1fr; }
  .plan-intro { font-size: 1rem; }
  .plan-facts > div { grid-template-columns: 1fr; gap: .3rem; padding-block: .7rem; }
  .plan-source { display: none; }
  .learning-panel { padding: 1.1rem; }
  .learning-panel h4 { font-size: 1.3rem; }
  .result-difference { flex-direction: column; gap: .4rem; }
  .delivery-layout { gap: 1rem; grid-template-columns: 1.2fr 1fr; }
  .delivery-row { gap: .7rem; }
  .delivery-row > span:last-child { display: none; }
  .player-caption { min-width: 9rem; font-size: .75rem; }
  .player-controls { gap: .5rem; }
  .showcase-caption { flex-direction: column; gap: .3rem; }
  .experience-composition { padding-right: 0; margin-top: 2rem; padding-bottom: 0; }
  .customer-site-image { height: 31rem; }
  .north-copy { top: 36%; }
  .guest-record { position: relative; top: auto; width: 80%; max-width: 400px; margin: -3rem 1.5rem 0 auto; }
  .customer-site-footer { display: none; }
  .capability-columns { gap: 1.5rem; margin-top: 3rem; }
  .capability-columns h3 { font-size: 1.1rem; }
  .capability-columns p { font-size: .875rem; }
  .partnership-section { gap: 3rem; }
  .partnership-heading h2 { font-size: 3.2rem; }
  .partnership-content { padding-top: 3.4rem; }
  .partnership-intro { font-size: 1.3rem; }
  .contact-inner { padding-block: 4rem; gap: 2rem; }
  .button-light { min-width: 12rem; }
}
@media (max-width: 560px) {
  .header .wordmark { font-size: 1.9rem; }
  .header .button { min-height: 2.6rem; gap: 1.2rem; }
  .hero > .eyebrow { font-size: .8125rem; max-width: 19rem; }
  h1 { font-size: clamp(2.1rem,7.6vw,2.75rem); letter-spacing: -.06em; }
  .hero-summary p { font-size: .9375rem; }
  .hero-image { height: 23rem; margin-inline: calc(-1 * var(--gutter)); border-radius: 0; }
  .hero-image > img { object-position: 63% center; }
  .image-caption { left: 1.5rem; bottom: 1.5rem; gap: .8rem; font-size: .875rem; }
  .image-caption .brand-mark { width: 28px; }
  .hero-explore { right: 1.5rem; bottom: 1.5rem; width: 2.5rem; height: 2.5rem; }
  .hero-foot { font-size: .75rem; }
  .hero-foot > span:last-child { display: none; }
  h2 { font-size: 2.2rem; }
  .section-heading .eyebrow { margin-bottom: .85rem; }
  .section-heading > p { font-size: .9375rem; line-height: 1.7; }
  .product-tour { margin-inline: -.6rem; border-radius: 10px; padding-inline: .5rem; }
  .recording-title { min-height: 3.2rem; font-size: .75rem; }
  .app-topbar { padding-inline: 1.1rem; min-height: 3.1rem; font-size: .75rem; }
  .breadcrumb-divider { margin-inline: .6rem; }
  .sample-label { font-size: .75rem; }
  .demo-scene, .demo-scene[hidden] { padding: 1.4rem 1.1rem; min-height: 665px; }
  .app-heading { margin-bottom: 1.5rem; align-items: flex-start; }
  .app-heading h3 { font-size: 1.4rem; max-width: 17rem; }
  .app-heading .status-tag { display: none; }
  .brief-grid, .plan-grid, .delivery-layout, .result-grid { grid-template-columns: 1fr; gap: 1.4rem; flex: initial; }
  .metric-value > strong { font-size: 2.5rem; }
  .trend-chart svg { height: 95px; }
  .metric-source { margin-top: 1rem; }
  .metric-source > span { margin-left: auto; width: auto; padding: 0; }
  .metric-label { font-size: .8125rem; }
  .brief-insight { padding: 1.2rem; }
  .brief-insight h4 { font-size: 1.4rem; margin-top: .6rem; }
  .brief-insight h4 br { display: none; }
  .brief-insight p { max-width: none; margin-top: .5rem; }
  .brief-insight .app-button { margin-top: 1rem; }
  .insight-foot { display: none; }
  .brief-bottom { margin-top: auto; padding-top: 1rem; }
  .plan-grid { margin-top: 0; }
  .plan-facts { margin-top: 1rem; }
  .plan-facts > div { grid-template-columns: 6rem 1fr; gap: .5rem; }
  .responsibility-panel { padding: 1.2rem; }
  .owner-row { padding-block: .8rem; }
  .responsibility-panel .app-button { margin-top: 1rem; }
  .owner-row div > span { font-size: .8125rem; }
  .delivery-layout { margin-top: .4rem; }
  .delivery-row { padding-block: 1.1rem; }
  .time-jump { padding: 1.5rem; }
  .time-jump > strong { font-size: 1.5rem; }
  .time-jump > .icon { margin-bottom: .6rem; }
  .app-text-button { margin-top: .5rem; }
  .result-grid { margin-top: 0; gap: 1.5rem; }
  .result-bar-row { margin-top: 1.2rem; }
  .result-bar { height: 25px; }
  .result-difference { flex-direction: row; align-items: center; gap: 1rem; margin-top: 1.3rem; padding-top: 1rem; }
  .result-difference > strong { font-size: 2rem; }
  .learning-panel { padding: 1.2rem; }
  .learning-panel h4 { margin-top: .4rem; }
  .learning-panel h4 br { display: none; }
  .learning-panel > p { margin-top: .6rem; font-size: .8125rem; }
  .learning-panel .app-button { margin-top: 1.1rem; }
  .player-controls { flex-wrap: wrap; gap: .25rem .5rem; padding-block: .6rem; }
  .player-caption { min-width: 0; flex: 1; }
  .player-controls input { flex: none; order: 2; width: 100%; height: 16px; margin: 0 .3rem; }
  .player-time { min-width: 4.7rem; }
  .player-controls button { width: 28px; height: 28px; }
  .north-nav { padding: 1.7rem; }
  .north-copy, .north-location { left: 1.7rem; }
  .north-copy h3 { font-size: 3.4rem; }
  .north-copy { top: 35%; }
  .customer-site-image { height: 31rem; }
  .north-location { bottom: 3rem; }
  .guest-record { width: calc(100% - 1.5rem); margin: -1.5rem 0 0 auto; }
  .capability-columns { grid-template-columns: 1fr; gap: 1.8rem; }
  .capability-columns > div { position: relative; padding-left: 2.5rem; }
  .capability-columns .icon { position: absolute; left: 0; top: 1.4rem; width: 19px; height: 19px; }
  .capability-columns h3 { font-size: 1.2rem; }
  .capability-columns p { font-size: .9375rem; max-width: none; }
  .partnership-section { grid-template-columns: 1fr; gap: 2rem; }
  .partnership-heading h2 { font-size: clamp(2.8rem,9vw,3.5rem); }
  .partnership-heading .eyebrow { margin-bottom: 1.2rem; }
  .partnership-content { padding: 0; }
  .partnership-intro { max-width: 20rem; font-size: 1.5rem; }
  .partner-services { margin-top: 1.5rem; }
  .contact-inner { flex-direction: column; align-items: flex-start; padding-block: 3.5rem; gap: 2rem; }
  .contact-inner h2 { font-size: 2.65rem; }
  .contact-action { width: 100%; }
  .button-light { min-width: 13rem; }
  .contact-section::before { background: linear-gradient(90deg,#1c2635de,#1c263599), url('./assets/city-study.png') center / cover; }
  .footer { flex-wrap: wrap; gap: 1.5rem; padding-block: 2rem; }
  .footer > span:nth-child(2) { display: none; }
  .footer .wordmark { font-size: 1.7rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .demo-cursor { display: none !important; }
}
