@property --ambient-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 120deg;
}

:root {
  --bg: #f3f8fb;
  --surface: #ffffff;
  --surface-2: #eaf4f8;
  --text: #102a36;
  --muted: #526d78;
  --accent: #146a8a;
  --accent-2: #54a8c3;
  --accent-soft: #d9edf5;
  --border: #afccd7;
  --on-accent: #ffffff;
  --shadow: 16 42 54;
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 36px;
  --display: ui-rounded, "SF Pro Rounded", "Segoe UI", system-ui, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --motion: cubic-bezier(.16, 1, .3, 1);
  --swap-x: 0px;
  --ambient-angle: 120deg;
  --header-h: 76px;
  --page-pad: clamp(18px, 4vw, 64px);
  --max: 1440px;
}

body[data-industry="health"][data-theme="light"] {
  --bg: #f3f8fb; --surface: #ffffff; --surface-2: #eaf4f8; --text: #102a36; --muted: #526d78;
  --accent: #146a8a; --accent-2: #54a8c3; --accent-soft: #d9edf5; --border: #afccd7; --on-accent: #ffffff; --shadow: 16 42 54;
  --radius-sm: 12px; --radius-md: 22px; --radius-lg: 36px; --display: ui-rounded, "SF Pro Rounded", "Segoe UI", system-ui, sans-serif;
  --motion: cubic-bezier(.16, 1, .3, 1); --swap-x: 0px;
}

body[data-industry="health"][data-theme="dark"] {
  --bg: #07161d; --surface: #0d2530; --surface-2: #12313d; --text: #eaf7fb; --muted: #9ebbc6;
  --accent: #6bc5e8; --accent-2: #91d6ec; --accent-soft: #143949; --border: #315c6c; --on-accent: #06202b; --shadow: 0 0 0;
  --radius-sm: 12px; --radius-md: 22px; --radius-lg: 36px; --display: ui-rounded, "SF Pro Rounded", "Segoe UI", system-ui, sans-serif;
  --motion: cubic-bezier(.16, 1, .3, 1); --swap-x: 0px;
}

body[data-industry="energy"][data-theme="light"] {
  --bg: #eeede8; --surface: #fbfaf5; --surface-2: #e4e2da; --text: #1d1f20; --muted: #5e605d;
  --accent: #aa4308; --accent-2: #e16e21; --accent-soft: #f2d6c2; --border: #aaa89e; --on-accent: #ffffff; --shadow: 22 24 24;
  --radius-sm: 2px; --radius-md: 4px; --radius-lg: 6px; --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --motion: cubic-bezier(.7, 0, .2, 1); --swap-x: 18px;
}

body[data-industry="energy"][data-theme="dark"] {
  --bg: #101112; --surface: #191b1d; --surface-2: #222528; --text: #f1f0eb; --muted: #aaa9a3;
  --accent: #ff9d3d; --accent-2: #ffc06e; --accent-soft: #402816; --border: #4b4e50; --on-accent: #1b1006; --shadow: 0 0 0;
  --radius-sm: 2px; --radius-md: 4px; --radius-lg: 6px; --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  --motion: cubic-bezier(.7, 0, .2, 1); --swap-x: 18px;
}

body[data-industry="finance"][data-theme="light"] {
  --bg: #f1f4f5; --surface: #ffffff; --surface-2: #e6ecec; --text: #0b213c; --muted: #526477;
  --accent: #08764f; --accent-2: #9a6a16; --accent-soft: #d9eee7; --border: #aebfc4; --on-accent: #ffffff; --shadow: 11 33 49;
  --radius-sm: 8px; --radius-md: 14px; --radius-lg: 20px; --display: Georgia, "Times New Roman", serif;
  --motion: cubic-bezier(.2, .8, .2, 1); --swap-x: -10px;
}

body[data-industry="finance"][data-theme="dark"] {
  --bg: #071321; --surface: #0d2034; --surface-2: #142b40; --text: #eef6f4; --muted: #a5b8c3;
  --accent: #48c99b; --accent-2: #e7bd69; --accent-soft: #123c37; --border: #385267; --on-accent: #05221b; --shadow: 0 0 0;
  --radius-sm: 8px; --radius-md: 14px; --radius-lg: 20px; --display: Georgia, "Times New Roman", serif;
  --motion: cubic-bezier(.2, .8, .2, 1); --swap-x: -10px;
}

body[data-industry="gastronomy"][data-theme="light"] {
  --bg: #fbf3e6; --surface: #fffaf1; --surface-2: #f3e4cf; --text: #3e171e; --muted: #76545a;
  --accent: #8d2739; --accent-2: #a86f20; --accent-soft: #efd5d7; --border: #cbb4a1; --on-accent: #ffffff; --shadow: 62 23 29;
  --radius-sm: 14px; --radius-md: 26px; --radius-lg: 48px; --display: Georgia, "Times New Roman", serif;
  --motion: cubic-bezier(.22, 1, .36, 1); --swap-x: 0px;
}

body[data-industry="gastronomy"][data-theme="dark"] {
  --bg: #1c0e11; --surface: #2b171b; --surface-2: #382126; --text: #fff2dd; --muted: #d0afb0;
  --accent: #ef8e9f; --accent-2: #e9b65a; --accent-soft: #4c252d; --border: #70414a; --on-accent: #331017; --shadow: 0 0 0;
  --radius-sm: 14px; --radius-md: 26px; --radius-lg: 48px; --display: Georgia, "Times New Roman", serif;
  --motion: cubic-bezier(.22, 1, .36, 1); --swap-x: 0px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background: var(--bg);
  font-family: var(--body);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  transition: background-color .45s var(--motion), color .45s var(--motion);
  overflow-x: hidden;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
a { color: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; padding: 10px 14px; background: var(--accent); color: var(--on-accent); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; height: var(--header-h); padding-inline: var(--page-pad);
  display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid color-mix(in srgb, var(--border) 70%, transparent);
  background: color-mix(in srgb, var(--bg) 84%, transparent); backdrop-filter: blur(18px); transition: background-color .45s, border-color .45s;
}
.wordmark { font-size: 1.02rem; font-weight: 900; letter-spacing: -.04em; text-decoration: none; }
.wordmark span { color: var(--accent); transition: color .4s; }
.header-tools, .language-toggle { display: flex; align-items: center; }
.header-tools { gap: 14px; }
.language-toggle { gap: 7px; font-family: var(--mono); font-size: .75rem; font-weight: 700; }
.text-toggle, .theme-toggle { min-width: 44px; min-height: 44px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
.text-toggle { min-width: 26px; color: var(--muted); }
.text-toggle[aria-pressed="true"] { color: var(--text); text-decoration: underline; text-decoration-color: var(--accent); text-underline-offset: 5px; }
.tool-divider { width: 1px; height: 20px; background: var(--border); }
.theme-toggle { border: 1px solid var(--border); border-radius: 999px; }
.theme-icon { width: 16px; height: 16px; border: 2px solid var(--text); border-radius: 50%; position: relative; transition: transform .35s var(--motion), background .35s; }
.theme-icon::after { content: ""; position: absolute; width: 8px; height: 16px; top: -2px; right: -2px; background: var(--bg); border-radius: 0 10px 10px 0; transition: opacity .35s; }
body[data-theme="dark"] .theme-icon { background: var(--accent); border-color: var(--accent); transform: rotate(180deg); }
body[data-theme="dark"] .theme-icon::after { opacity: 0; }

main { padding-top: var(--header-h); }
.hero, .showcase, .cta, footer { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--page-pad); }
.hero { min-height: min(740px, calc(100svh - var(--header-h))); position: relative; padding-top: clamp(40px, 6vh, 72px); padding-bottom: clamp(40px, 5vh, 64px); display: flex; flex-direction: column; justify-content: space-between; isolation: isolate; }
.hero-copy { max-width: 900px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--accent); font-family: var(--mono); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px var(--accent-soft); animation: breathe 2.8s ease-in-out infinite; }
h1, h2, h3, p { text-wrap: balance; }
h1 { max-width: 880px; margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 5.5vw, 5.7rem); font-weight: 650; line-height: .94; letter-spacing: -.058em; transition: font-family .2s; }
.hero-subline { max-width: 570px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.ambient { position: absolute; z-index: -1; border-radius: 50%; filter: blur(3px); pointer-events: none; opacity: .55; transition: background .5s, border-radius .5s; }
.ambient-one { width: clamp(240px, 34vw, 530px); aspect-ratio: 1; right: -8%; top: 6%; background: conic-gradient(from var(--ambient-angle), transparent 0 18%, var(--accent-soft) 36%, color-mix(in srgb, var(--accent) 22%, transparent) 62%, transparent 80%); animation: ambientShift 16s linear infinite; }
.ambient-two { width: 220px; aspect-ratio: 1; left: 40%; top: 38%; background: radial-gradient(circle at 35% 35%, color-mix(in srgb, var(--accent-2) 20%, transparent), transparent 68%); }
body[data-industry="energy"] .ambient { border-radius: 0; transform: rotate(18deg); }
body[data-industry="finance"] .ambient-one { border-radius: 45% 55% 70% 30%; }
body[data-industry="gastronomy"] .ambient { filter: blur(10px); }

.industry-selector { margin-top: clamp(36px, 6vh, 64px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; position: relative; z-index: 3; perspective: 1000px; }
.industry-card { --tilt-x: 0deg; --tilt-y: 0deg; min-height: 168px; padding: 18px; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; overflow: hidden; text-align: left; border: 1px solid var(--border); border-radius: var(--radius-md); background: color-mix(in srgb, var(--surface) 78%, transparent); cursor: pointer; box-shadow: 0 18px 45px rgba(var(--shadow), .06); transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(0); transition: transform .28s var(--motion), border-color .4s, background-color .4s, box-shadow .4s, border-radius .4s; }
.industry-card::before { content: ""; position: absolute; inset: 0; opacity: 0; background: radial-gradient(circle at var(--pointer-x, 50%) var(--pointer-y, 50%), color-mix(in srgb, var(--accent) 20%, transparent), transparent 52%); transition: opacity .25s; }
.industry-card:hover { transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-5px); border-color: var(--accent); box-shadow: 0 22px 55px rgba(var(--shadow), .14); }
.industry-card:hover::before { opacity: 1; }
.industry-card[aria-pressed="true"] { background: var(--accent); color: var(--on-accent); border-color: var(--accent); }
.industry-card[aria-pressed="true"] .industry-number { color: currentColor; opacity: .7; }
.industry-card > * { position: relative; z-index: 1; }
.industry-number { color: var(--muted); font-family: var(--mono); font-size: .68rem; letter-spacing: .08em; }
.industry-name { max-width: 80%; font-family: var(--display); font-size: clamp(.96rem, 1.3vw, 1.2rem); font-weight: 700; line-height: 1.15; }
.industry-arrow { position: absolute; right: 17px; bottom: 16px; font-size: 1.1rem; transition: transform .25s; }
.industry-card:hover .industry-arrow { transform: translate(2px, -2px); }
.industry-mark { position: absolute; z-index: 0; top: 25px; right: 22px; width: 55px; height: 55px; opacity: .56; }
.industry-mark i { position: absolute; display: block; background: currentColor; }
.industry-mark-health i:first-child { width: 100%; height: 15px; left: 0; top: 20px; border-radius: 20px; }
.industry-mark-health i:last-child { width: 15px; height: 100%; top: 0; left: 20px; border-radius: 20px; }
.industry-mark-energy { border: 1px solid currentColor; border-radius: 50%; }
.industry-mark-energy i:first-child { width: 140%; height: 1px; left: -20%; top: 27px; }
.industry-mark-energy i:last-child { width: 1px; height: 140%; left: 27px; top: -20%; }
.industry-mark-finance { display: flex; gap: 6px; align-items: end; }
.industry-mark-finance i { position: static; flex: 1; height: 40%; }
.industry-mark-finance i:nth-child(2) { height: 68%; }
.industry-mark-finance i:nth-child(3) { height: 100%; }
.industry-mark-gastronomy { border: 1px solid currentColor; border-radius: 50% 50% 8px 50%; transform: rotate(45deg); }
.industry-mark-gastronomy i { width: 1px; height: 80%; left: 48%; top: 10%; transform: rotate(-45deg); }

.showcase { padding-top: clamp(90px, 13vw, 180px); padding-bottom: clamp(90px, 13vw, 180px); }
.section-heading { padding-bottom: 34px; display: flex; justify-content: space-between; align-items: end; gap: 32px; border-bottom: 1px solid var(--border); }
.section-heading .eyebrow { margin-bottom: 15px; }
.section-heading h2, .cta h2 { margin: 0; font-family: var(--display); font-size: clamp(2.4rem, 5vw, 5.8rem); line-height: .98; letter-spacing: -.05em; }
.section-note { max-width: 240px; margin: 0; color: var(--muted); font-size: .92rem; }
.showcase-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(270px, .7fr); gap: clamp(20px, 3vw, 48px); padding-top: clamp(28px, 5vw, 64px); }
.demo-shell { min-height: 650px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface-2); box-shadow: 0 32px 80px rgba(var(--shadow), .1); transition: background-color .45s, border-color .45s, border-radius .45s; }
.demo-topbar { min-height: 54px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); border-bottom: 1px solid var(--border); font-family: var(--mono); font-size: .65rem; letter-spacing: .08em; }
.demo-status { display: flex; align-items: center; gap: 8px; }
.demo-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.demo-panel { flex: 1; min-height: 596px; padding: clamp(22px, 5vw, 68px); position: relative; display: grid; place-items: center; overflow: hidden; opacity: 0; transform: translate3d(var(--swap-x), 12px, 0); }
.demo-panel.is-active { opacity: 1; transform: translate3d(0, 0, 0); animation: panelIn .48s var(--motion) both; }
.demo-panel[hidden], .capability-set[hidden] { display: none; }
.product-card { width: min(100%, 540px); position: relative; z-index: 3; padding: clamp(22px, 4vw, 36px); border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface); box-shadow: 0 28px 70px rgba(var(--shadow), .13); transition: background-color .45s, border-color .45s, border-radius .45s; }
.product-card-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.micro-label { margin: 0 0 9px; color: var(--accent); font-family: var(--mono); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin: 0; font-family: var(--display); font-size: clamp(1.5rem, 3vw, 2.25rem); line-height: 1.08; letter-spacing: -.035em; }
.medical-symbol { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--on-accent); background: var(--accent); font-size: 1.5rem; }
.doctor-row { margin: 28px 0; padding: 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border-radius: var(--radius-sm); background: var(--accent-soft); }
.doctor-row span:nth-child(2) { display: flex; flex-direction: column; }
.doctor-row b { font-size: .86rem; }
.doctor-row small { color: var(--muted); font-size: .73rem; }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; color: var(--on-accent); background: var(--accent); border-radius: 50%; font-family: var(--mono); font-size: .72rem; }
.verified { width: 22px; height: 22px; display: grid; place-items: center; color: var(--on-accent); background: var(--accent); border-radius: 50%; font-size: .7rem; }
.date-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.date-strip button, .time-row button { min-height: 52px; border: 1px solid var(--border); border-radius: var(--radius-sm); background: transparent; cursor: pointer; }
.date-strip button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; }
.date-strip small { color: var(--muted); font-size: .68rem; }
.date-strip .selected, .time-row .selected { color: var(--on-accent); background: var(--accent); border-color: var(--accent); }
.date-strip .selected small { color: currentColor; }
.time-row { margin-top: 9px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.demo-primary { min-height: 50px; padding: 0 20px; border: 0; border-radius: var(--radius-sm); color: var(--on-accent); background: var(--accent); font-weight: 750; cursor: pointer; transition: transform .2s, filter .2s; }
.appointment-card > .demo-primary { width: 100%; margin-top: 18px; }
.demo-primary:hover { transform: translateY(-2px); filter: brightness(1.07); }
.health-orbit { position: absolute; border: 1px solid var(--border); border-radius: 50%; }
.orbit-one { width: 410px; height: 410px; left: -170px; top: -90px; }
.orbit-two { width: 280px; height: 280px; right: -100px; bottom: -80px; box-shadow: 0 0 0 50px color-mix(in srgb, var(--accent-soft) 50%, transparent); }

.energy-demo { background: color-mix(in srgb, var(--surface-2) 80%, var(--bg)); }
.technical-grid { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.crosshair { position: absolute; width: 28px; height: 28px; border: 1px solid var(--accent); border-radius: 50%; }
.crosshair::before, .crosshair::after { content: ""; position: absolute; background: var(--accent); }
.crosshair::before { width: 38px; height: 1px; left: -6px; top: 13px; }
.crosshair::after { width: 1px; height: 38px; left: 13px; top: -6px; }
.crosshair-one { left: 8%; top: 18%; }.crosshair-two { right: 7%; bottom: 14%; transform: scale(.6); }
.dashboard-card { width: min(100%, 610px); }
.online-tag, .period-chip { padding: 6px 9px; color: var(--accent); border: 1px solid currentColor; border-radius: var(--radius-sm); font-family: var(--mono); font-size: .6rem; font-weight: 700; letter-spacing: .08em; }
.energy-metrics { margin-top: 36px; display: grid; grid-template-columns: 1.25fr 1fr; gap: 28px; }
.gauge-wrap { min-height: 190px; position: relative; display: grid; place-items: center; border-right: 1px solid var(--border); cursor: crosshair; }
.gauge { width: 100%; max-width: 230px; overflow: visible; }
.gauge path, .gauge line { fill: none; stroke-width: 9; stroke-linecap: square; }
.gauge-track { stroke: var(--surface-2); }.gauge-value { stroke: var(--accent); stroke-dasharray: 188 32; }
.gauge-needle { stroke: var(--text); stroke-width: 2 !important; transform-origin: 90px 95px; transition: transform .35s cubic-bezier(.7, 0, .2, 1); }
.gauge circle { fill: var(--accent); }
.gauge-wrap:hover .gauge-needle, .gauge-wrap:focus .gauge-needle { transform: rotate(17deg); }
.gauge-wrap strong { position: absolute; top: 90px; font-family: var(--mono); font-size: 2rem; }.gauge-wrap strong span { font-size: .8rem; color: var(--muted); }
.gauge-wrap > small { margin-top: -25px; color: var(--muted); font-family: var(--mono); font-size: .6rem; letter-spacing: .12em; }
.metric-stack { display: grid; gap: 10px; }.metric-stack > span { padding-bottom: 10px; display: flex; flex-direction: column; border-bottom: 1px solid var(--border); }
.metric-stack small { color: var(--muted); font-family: var(--mono); font-size: .58rem; }.metric-stack b { font-family: var(--mono); font-size: 1.15rem; }.metric-stack em { color: var(--muted); font-size: .55rem; font-style: normal; }
.chart-block { margin-top: 22px; padding-top: 17px; border-top: 1px solid var(--border); }
.chart-caption { display: flex; justify-content: space-between; color: var(--muted); font-family: var(--mono); font-size: .62rem; }.chart-caption b { color: var(--accent); }
.line-chart { width: 100%; height: 90px; margin-top: 10px; overflow: visible; }.chart-area { fill: color-mix(in srgb, var(--accent) 17%, transparent); }.chart-line { fill: none; stroke: var(--accent); stroke-width: 3; vector-effect: non-scaling-stroke; }

.finance-halo { position: absolute; width: 520px; height: 520px; border: 1px solid var(--border); border-radius: 50%; box-shadow: 0 0 0 65px color-mix(in srgb, var(--accent-soft) 55%, transparent), 0 0 0 130px color-mix(in srgb, var(--accent-soft) 25%, transparent); }
.portfolio-card { width: min(100%, 620px); }
.portfolio-value { font-family: var(--mono) !important; font-size: clamp(2rem, 5vw, 3.3rem) !important; font-variant-numeric: tabular-nums; }
.portfolio-change { margin-top: 9px; display: flex; gap: 12px; align-items: center; color: var(--accent); font-family: var(--mono); font-size: .78rem; }.portfolio-change b { padding: 3px 7px; background: var(--accent-soft); border-radius: 5px; }
.sparkline-button { width: 100%; height: 150px; padding: 16px 0 0; border: 0; background: transparent; cursor: pointer; }
.sparkline { width: 100%; height: 100%; overflow: visible; }.spark-area { fill: url(#financeFill); }.spark-line { fill: none; stroke: var(--accent); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 1; stroke-dashoffset: 0; vector-effect: non-scaling-stroke; }.sparkline circle { fill: var(--surface); stroke: var(--accent); stroke-width: 3; vector-effect: non-scaling-stroke; }
.sparkline-button.is-redrawing .spark-line { animation: drawLine .75s var(--motion) both; }
.asset-row { min-height: 64px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 13px; align-items: center; border-top: 1px solid var(--border); font-variant-numeric: tabular-nums; }
.asset-monogram { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--on-accent); background: var(--accent); font-family: var(--mono); font-size: .6rem; }
.asset-row > span:nth-child(2) { display: flex; flex-direction: column; }.asset-row b, .asset-row strong { font-size: .78rem; }.asset-row small { color: var(--muted); font-size: .65rem; }.asset-row em { color: var(--accent); font-family: var(--mono); font-size: .65rem; font-style: normal; }

.gastro-sun { position: absolute; width: 410px; height: 410px; border-radius: 50%; background: var(--accent-soft); opacity: .75; }
.botanical { position: absolute; width: 180px; height: 280px; left: 4%; bottom: -8%; border: 2px solid var(--accent-2); border-width: 0 0 0 2px; border-radius: 50%; transform: rotate(-28deg); opacity: .35; }
.botanical::before, .botanical::after { content: ""; position: absolute; width: 80px; height: 36px; border: 1px solid var(--accent-2); border-radius: 100% 0 100% 0; }.botanical::before { left: 5px; top: 70px; }.botanical::after { left: -80px; top: 125px; transform: scaleX(-1); }
.reservation-card { width: min(100%, 590px); padding: clamp(25px, 5vw, 46px); }
.restaurant-lockup { text-align: center; }.restaurant-lockup .ornament { color: var(--accent-2); }.restaurant-lockup p { margin: 7px 0 18px; color: var(--accent); font-family: var(--mono); font-size: .58rem; letter-spacing: .13em; text-transform: uppercase; }.restaurant-lockup h3 { font-size: clamp(3.8rem, 7vw, 6rem); font-weight: 400; font-style: italic; }.restaurant-lockup small { color: var(--muted); font-family: var(--display); font-style: italic; }
.menu-preview { margin: 36px 0 28px; border-block: 1px solid var(--border); }.menu-preview > div { min-height: 74px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }.menu-preview > div + div { border-top: 1px dotted var(--border); }.menu-preview span { display: flex; flex-direction: column; }.menu-preview b { font-family: var(--display); font-weight: 600; }.menu-preview small { color: var(--muted); font-size: .7rem; }.menu-preview em { color: var(--accent); font-family: var(--mono); font-size: .72rem; font-style: normal; transition: transform .25s; }.menu-preview > div:hover em { transform: rotate(-4deg) scale(1.08); }
.reservation-row { display: grid; grid-template-columns: 1.5fr 1fr; gap: 10px; }.reservation-date { min-height: 58px; padding: 8px 14px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border: 1px solid var(--border); border-radius: var(--radius-sm); background: transparent; text-align: left; cursor: pointer; }.reservation-date small { color: var(--muted); }.reservation-date b { font-family: var(--display); }

.capabilities { min-height: 650px; padding: 8px 0 0 clamp(0px, 2vw, 22px); display: flex; flex-direction: column; }
.capability-set { border-top: 1px solid var(--border); }
.capability-set.is-active { animation: capabilityIn .5s var(--motion) both; }
.capability { min-height: 92px; display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 15px; border-bottom: 1px solid var(--border); font-family: var(--display); font-size: clamp(.9rem, 1.2vw, 1.05rem); font-weight: 650; }
.cap-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: var(--radius-sm); color: var(--accent); background: var(--accent-soft); transition: transform .25s; }.capability:hover .cap-icon { transform: translateY(-3px) rotate(-3deg); }
.cap-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.system-note { margin-top: auto; padding-top: 32px; color: var(--muted); font-family: var(--mono); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }.note-line { width: 100%; height: 1px; margin-top: 12px; display: block; background: linear-gradient(90deg, var(--accent), transparent); }

.cta { min-height: 75svh; padding-top: clamp(90px, 15vw, 200px); padding-bottom: clamp(90px, 15vw, 200px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border-top: 1px solid var(--border); }
.cta h2 { max-width: 1000px; font-size: clamp(3.4rem, 8vw, 8.2rem); }
.cta-link { min-height: 60px; margin-top: 44px; padding: 0 7px 10px; display: flex; align-items: center; gap: 24px; border-bottom: 2px solid var(--accent); color: var(--text); font-family: var(--mono); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: gap .25s, color .25s; }.cta-link:hover { gap: 36px; color: var(--accent); }
footer { min-height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border-top: 1px solid var(--border); color: var(--muted); font-family: var(--mono); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }footer a { color: var(--text); font-weight: 800; text-decoration: none; }footer span:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--motion), transform .7s var(--motion); }.reveal.is-visible { opacity: 1; transform: translateY(0); }
#content-stage.is-leaving .demo-panel.is-active, #content-stage.is-leaving .capability-set.is-active { opacity: 0; transform: translate3d(calc(var(--swap-x) * -1), -8px, 0); transition: opacity .16s ease, transform .16s ease; }
::view-transition-old(showcase-content) { animation: .18s ease both fadeOut; }
::view-transition-new(showcase-content) { animation: .46s var(--motion) both panelIn; }
.demo-shell { view-transition-name: showcase-content; }

@keyframes breathe { 50% { transform: scale(.8); opacity: .55; } }
@keyframes ambientShift { to { --ambient-angle: 480deg; transform: rotate(360deg); } }
@keyframes panelIn { from { opacity: 0; transform: translate3d(var(--swap-x), 12px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes capabilityIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeOut { to { opacity: 0; transform: translateY(-6px); } }
@keyframes drawLine { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }

@media (max-width: 900px) {
  .industry-selector { grid-template-columns: repeat(2, 1fr); }
  .industry-card { min-height: 142px; }
  .showcase-grid { grid-template-columns: 1fr; }
  .capabilities { min-height: auto; padding: 28px 0 0; }
  .system-note { margin-top: 28px; }
  .demo-shell { min-height: 590px; }
  .demo-panel { min-height: 536px; }
}

@media (max-width: 620px) {
  :root { --header-h: 66px; }
  .site-header { padding-inline: 16px; }
  .header-tools { gap: 8px; }
  .tool-divider { display: none; }
  .hero { padding-top: 58px; }
  .hero { padding-top: 42px; }
  h1 { font-size: clamp(2.3rem, 10.5vw, 3.6rem); }
  .hero-subline { margin-top: 22px; }
  .industry-selector { margin-top: 38px; gap: 7px; }
  .industry-card { min-height: 128px; padding: 14px; }
  .industry-mark { width: 40px; height: 40px; right: 14px; top: 18px; transform: scale(.75); transform-origin: top right; }
  .industry-mark-health i:first-child { top: 13px; }.industry-mark-health i:last-child { left: 13px; }
  .industry-name { max-width: 88%; font-size: .85rem; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-note { max-width: none; }
  .demo-shell { min-height: 560px; }
  .demo-panel { min-height: 506px; padding: 18px; }
  .product-card { padding: 20px; }
  .doctor-row { margin: 20px 0; }
  .date-strip { gap: 5px; }.date-strip button { min-height: 48px; }
  .time-row button { min-height: 46px; font-size: .8rem; }
  .energy-metrics { grid-template-columns: 1fr; margin-top: 22px; gap: 14px; }
  .gauge-wrap { min-height: 145px; border-right: 0; border-bottom: 1px solid var(--border); }.gauge { max-width: 170px; }.gauge-wrap strong { top: 64px; }.gauge-wrap > small { display: none; }.metric-stack { grid-template-columns: repeat(3, 1fr); }.metric-stack b { font-size: .83rem; }
  .chart-block { margin-top: 12px; }.line-chart { height: 52px; }
  .portfolio-card { padding: 20px; }.sparkline-button { height: 120px; }.asset-row { grid-template-columns: auto 1fr auto; }.asset-row em { display: none; }
  .restaurant-lockup h3 { font-size: 3.6rem; }.menu-preview { margin: 23px 0; }.menu-preview > div { min-height: 60px; }.reservation-row { grid-template-columns: 1fr; }
  .capability { min-height: 80px; }
  footer { grid-template-columns: 1fr auto; }footer span:nth-child(2) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .industry-card:hover, .demo-primary:hover, .cap-icon { transform: none; }
}
