@layer reset, base, layout, components, motion, responsive;
@layer reset {
  *, *::before, *::after { box-sizing: border-box; }
  html { scroll-behavior: smooth; scroll-padding-top: 100px; overflow-x: clip; }
  body { margin: 0; }
  button, a, input { -webkit-tap-highlight-color: transparent; }
  button { font: inherit; }
  a { color: inherit; text-decoration: none; }
  button { color: inherit; }
  svg, img { display: block; max-width: 100%; }
  button, a { touch-action: manipulation; }
  button { cursor: pointer; }
  h1, h2, h3, p { margin: 0; }
  ::selection { background: #67dffd; color: #05090f; }
}
@layer base {
  :root {
    color-scheme: dark;
    --bg: #05090f;
    --panel: #0a111c;
    --ink: #eef5fa;
    --muted: #9aaab9;
    --dim: #738598;
    --line: #ffffff16;
    --accent: #75e4ff;
    --accent2: #5c87ff;
    --glow: 63, 161, 255;
    --mono: Consolas, 'SFMono-Regular', 'Liberation Mono', monospace;
    --sans: 'Segoe UI Variable', 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  }
  [data-page="biz"] { --accent: #87f9d7; --accent2: #27bdad; --glow: 45, 220, 177; }
  [data-page="aqua"] { --accent: #7ddaff; --accent2: #548bff; --glow: 58, 150, 255; }
  [data-page="farm"] { --accent: #ffc193; --accent2: #e284cb; --glow: 209, 101, 164; }
  body { background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
  main { overflow: clip; }
  body::before { content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(ellipse at 90% 15%, rgba(var(--glow), .045), transparent 60%); }
  :focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; border-radius: 3px; }
  h1, h2 { font-weight: 500; letter-spacing: -.045em; line-height: 1.22; white-space: pre-line; }
  h2 { font-size: clamp(34px, 3.45vw, 56px); }
  p { color: var(--muted); }
  .container { width: min(100% - 120px, 1392px); margin-inline: auto; }
  .section { padding-block: 124px; }
  .eyebrow { color: var(--accent); font-size: 11px; font-weight: 500; letter-spacing: .15em; line-height: 1.6; display: block; margin-bottom: 27px; }
  .eyebrow:not(.hero-eyebrow) { font-family: var(--mono); }
  .gradient-text { background: linear-gradient(115deg, #f0fcff -10%, var(--accent) 32%, var(--accent2) 95%); background-clip: text; -webkit-background-clip: text; color: transparent; }
  .skip-link { position: fixed; top: -80px; left: 20px; padding: 12px 20px; z-index: 200; color: var(--bg); background: var(--accent); }
  .skip-link:focus { top: 12px; }
}
@layer layout {
  .site-header { height: 87px; position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(5, 9, 15, .8); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
  .nav-wrap { width: min(100% - 80px, 1480px); height: 100%; display: flex; align-items: center; gap: 40px; margin: auto; }
  .brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; letter-spacing: .025em; font-weight: 650; flex-shrink: 0; min-height: 44px; }
  .brand-mark { width: 23px; height: 23px; fill: currentColor; flex: none; }
  .brand-divider { height: 20px; border-left: 1px solid #ffffff30; margin: 0 2px 0 9px; }
  .subbrand { font-size: 12px; letter-spacing: .08em; color: var(--accent); font-weight: 500; }
  .desktop-nav { margin: auto; display: flex; gap: 32px; }
  .desktop-nav a { min-height: 44px; display: flex; align-items: center; position: relative; font-size: 11px; letter-spacing: .08em; color: var(--muted); transition: color .25s; }
  .desktop-nav a:hover, .desktop-nav a[aria-current] { color: #fff; }
  .nav-dot { width: 3px; height: 3px; background: var(--accent); border-radius: 50%; position: absolute; bottom: 1px; left: calc(50% - 1px); opacity: 0; }
  [aria-current] .nav-dot { opacity: 1; }
  .nav-actions { display: flex; align-items: center; gap: 25px; }
  .language-switch { display: flex; gap: 1px; background: transparent; border: 0; border-radius: 0; padding: 0; box-shadow: none; }
  .language-switch button { background: transparent; border: 0; padding: 0 7px; min-width: 28px; min-height: 44px; font-size: 11px; color: var(--dim); font-weight: 400; line-height: 1.7; border-radius: 0; box-shadow: none; display: inline-flex; align-items: center; justify-content: center; }
  .language-switch button.on { background: transparent; box-shadow: none; }
  .language-switch button[aria-pressed="true"] { color: var(--ink); }
  .language-switch button:hover { color: var(--accent); }
  .nav-cta { font-size: 12px; border: 1px solid #ffffff3a; display: flex; align-items: center; gap: 22px; min-height: 39px; padding: 0 16px; border-radius: 3px; transition: background .2s; white-space: nowrap; background: transparent; box-shadow: none; font-weight: 500; color: var(--ink); }
  .nav-cta:hover { background: #ffffff10; box-shadow: none; transform: none; }
  .nav-cta > span:last-child { font-size: 16px; }
  .menu-toggle, .mobile-nav { display: none; }
  .hero { min-height: 760px; height: min(850px, calc(100svh - 87px)); position: relative; isolation: isolate; }
  .hero-coordinate { position: absolute; top: 37px; left: 0; right: 0; display: flex; justify-content: space-between; font: 9px var(--mono); letter-spacing: .15em; color: var(--dim); }
  .hero-copy { width: 53%; position: relative; z-index: 4; padding-top: clamp(130px, 11.4vw, 173px); padding-bottom: 155px; pointer-events: none; }
  .hero-copy a { pointer-events: auto; }
  .hero-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 33px; font-size: 11px; letter-spacing: .13em; }
  .hero h1 { font-size: clamp(46px, 4.55vw, 74px); line-height: 1.25; letter-spacing: -.065em; }
  .hero h1 > span { display: block; }
  .hero h1 .gradient-text { margin-top: 4px; }
  .hero-body { font-size: 15px; line-height: 2; white-space: pre-line; margin-top: 30px; max-width: 500px; letter-spacing: .01em; }
  .hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 33px; }
  .hero-note { display: flex; gap: 11px; align-items: center; margin-top: 34px; color: var(--dim); font-size: 10px; letter-spacing: .05em; }
  .note-line { display: inline-block; height: 1px; width: 22px; background: var(--accent); }
  .hero-scene { position: absolute; width: 66%; height: 91%; top: 1%; right: -6%; z-index: 1; touch-action: pan-y; }
  .hero-scene::before { content: ''; position: absolute; inset: 8% -8% 5%; pointer-events: none; background: radial-gradient(ellipse at 52% 51%, rgba(var(--glow), .1), rgba(var(--glow), .025) 38%, transparent 67%); }
  .hero-scene canvas { display: block; width: 100%; height: 100%; position: absolute; inset: 0; cursor: grab; transition: opacity .8s; }
  .hero-scene canvas:active { cursor: grabbing; }
  .scene-fallback { position: absolute; width: 100%; inset: 0; display: grid; place-items: center; opacity: 1; transition: opacity 1s; }
  .scene-fallback > svg { width: 100%; height: 100%; filter: drop-shadow(0 0 12px rgba(var(--glow), .4)); }
  .hero-scene[data-ready="true"] .scene-fallback { opacity: 0; }
  .scene-orbit-label { font: 9px var(--mono); color: var(--muted); letter-spacing: .1em; position: absolute; z-index: 2; pointer-events: none; }
  .orbit-label-a { top: 21%; right: 8%; display: flex; align-items: center; gap: 9px; }
  .orbit-label-a::after { content: ''; position: absolute; width: 40px; height: 1px; background: #ffffff25; top: 26px; right: 0; }
  .orbit-label-b { bottom: 18%; right: 12%; padding-left: 32px; }
  .orbit-label-b::before { content: ''; width: 23px; height: 1px; background: var(--accent); position: absolute; left: 0; top: 50%; }
  .scene-caption { position: absolute; bottom: 4%; left: 30%; right: 12%; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--dim); font-size: 9px; letter-spacing: .08em; z-index: 2; pointer-events: none; }
  .scene-drag { display: none; gap: 5px; align-items: center; }
  [data-ready="true"] .scene-drag { display: flex; }
  .scene-scale { position: absolute; right: 6%; top: 40%; display: grid; gap: 13px; z-index: 2; }
  .scene-scale i { height: 1px; width: 7px; background: #ffffff38; justify-self: end; }
  .scene-scale i:nth-child(4) { background: var(--accent); width: 19px; }
  .hero-bottom { display: flex; align-items: center; justify-content: space-between; position: absolute; bottom: 26px; left: 0; right: 0; z-index: 5; border-top: 1px solid var(--line); padding-top: 19px; }
  .scroll-cue { display: flex; gap: 13px; align-items: center; font-size: 10px; color: var(--muted); min-height: 30px; }
  .scroll-cue > span:first-child { color: var(--accent); font-size: 19px; }
  .hero-bottom-caption { font: 9px var(--mono); color: var(--dim); letter-spacing: .15em; }
  .motion-toggle { background: transparent; border: none; display: flex; align-items: center; gap: 9px; min-height: 32px; padding: 0; color: var(--muted); font-size: 10px; }
  .motion-icon { font-size: 13px; color: var(--accent); width: 14px; }
  .ticker { border-block: 1px solid var(--line); overflow: hidden; padding-block: 21px; background: #070d15; }
  .ticker-track { display: flex; width: max-content; gap: 39px; align-items: center; animation: ticker 75s linear infinite; will-change: transform; }
  .ticker span { font-size: 18px; font-weight: 500; letter-spacing: .07em; color: #7d8e9f; }
  .ticker i { font-style: normal; color: var(--accent); font-size: 21px; opacity: .8; }
  .ticker .ticker-outline { color: transparent; -webkit-text-stroke: 1px #586a7b; }
  .section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 55px; }
  .section-heading > p { font-size: 14px; max-width: 305px; line-height: 1.9; padding-bottom: 4px; }
  .vision { border-block: 1px solid var(--line); background: radial-gradient(ellipse at 75% 50%, rgba(var(--glow), .065), transparent 60%); overflow: hidden; }
  .vision-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 70px; align-items: center; }
  .large-body { font-size: 15px; line-height: 2; max-width: 435px; margin: 30px 0; }
  .closing { text-align: center; padding-block: 142px 128px; position: relative; overflow: hidden; }
  .closing h2 { font-size: clamp(38px, 4.2vw, 64px); position: relative; }
  .closing p { margin: 25px auto 30px; max-width: 570px; font-size: 14px; line-height: 1.9; position: relative; }
  .closing-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; position: relative; }
  .closing-orbit { width: 700px; height: 320px; border: 1px solid #ffffff0b; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-30deg); z-index: -1; box-shadow: 0 0 140px 0 rgba(var(--glow), .035), inset 0 0 90px rgba(var(--glow), .035); }
  .closing-orbit::after { content: ''; position: absolute; inset: 32px -65px; border: 1px solid #ffffff08; border-radius: 50%; transform: rotate(60deg); }
  .site-footer { border-top: 1px solid var(--line); padding-top: 48px; padding-bottom: 28px; }
  .footer-main { display: flex; align-items: center; gap: 32px; }
  .footer-main p { font-size: 11px; }
  .back-top { display: flex; gap: 15px; align-items: center; margin-left: auto; font-size: 11px; color: var(--muted); min-height: 36px; }
  .back-top > span:last-child { font-size: 21px; color: var(--ink); }
  .footer-links { display: flex; gap: 30px; margin-top: 27px; font-size: 10px; letter-spacing: .1em; color: var(--muted); }
  .footer-links a { padding-block: 10px; }
  .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; padding-top: 23px; border-top: 1px solid var(--line); color: var(--dim); font-size: 10px; }
  .footer-bottom > div { display: flex; gap: 25px; }
  .footer-bottom a { padding-block: 8px; }
  .site-footer a:hover { color: var(--accent); }
}
@layer components {
  .button { display: inline-flex; justify-content: center; align-items: center; gap: 30px; min-height: 50px; padding: 12px 24px; font-size: 12px; font-weight: 550; line-height: 1.5; border: 1px solid transparent; border-radius: 3px; position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s, background .25s; }
  .button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.4; flex-shrink: 0; transition: transform .3s; }
  .button-primary { background: var(--accent); color: #051016; box-shadow: 0 0 35px rgba(var(--glow), .08); }
  .button-primary::before { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 25%, #ffffff5c 50%, transparent 75%); transform: translateX(-150%); transition: transform .8s; }
  .button-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 40px rgba(var(--glow), .22); }
  .button-primary:hover::before { transform: translateX(150%); }
  .button-ghost { background: #08101866; border-color: #ffffff24; color: #e2ebf2; }
  .button-ghost:hover { background: #ffffff0c; border-color: #ffffff55; }
  .button:hover svg { transform: translateX(3px); }
  .status-dot { width: 5px; height: 5px; background: var(--accent); border-radius: 50%; display: inline-block; flex-shrink: 0; box-shadow: 0 0 12px rgba(var(--glow), .65); }
  .tiny-square { width: 4px; height: 4px; background: var(--accent); display: inline-block; }
  .product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .product-card { position: relative; overflow: hidden; min-height: 440px; padding: 28px 32px 32px; border: 1px solid var(--line); border-radius: 6px; background: radial-gradient(ellipse at 65% 20%, rgba(var(--card-glow), .045), transparent 68%), #080e16; transition: border-color .35s, background .35s, transform .35s; isolation: isolate; }
  .product-card[data-product="control"] { --card-glow: 110, 160, 255; --card-color: #a7c9ff; }
  .product-card[data-product="biz"] { --card-glow: 55, 235, 179; --card-color: #85f1cc; }
  .product-card[data-product="aqua"] { --card-glow: 60, 152, 255; --card-color: #76d3ff; }
  .product-card[data-product="farm"] { --card-glow: 237, 136, 183; --card-color: #edafc7; }
  .product-card[data-product="cloud"] { --card-glow: 172, 147, 255; --card-color: #ccb7ff; grid-column: 1 / -1; }
  .product-card[data-product="cloud"] .card-art { width: min(55%, 470px); right: 3%; }
  .product-card[data-product="cloud"] .card-copy { max-width: 68%; }
  .product-card::after { content: ''; pointer-events: none; position: absolute; inset: 0; z-index: -1; background: radial-gradient(450px circle at var(--mx, 50%) var(--my, 30%), rgba(var(--card-glow), .11), transparent 65%); opacity: 0; transition: opacity .4s; }
  .product-card:hover { border-color: rgba(var(--card-glow), .4); transform: translateY(-4px); }
  .product-card:hover::after { opacity: 1; }
  .card-top { display: flex; align-items: center; justify-content: space-between; font: 10px var(--mono); letter-spacing: .09em; color: var(--muted); }
  .card-arrow { border: 1px solid #ffffff1f; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; transition: background .3s; }
  .card-arrow svg { width: 15px; height: 15px; fill: none; stroke: var(--ink); transform: rotate(-45deg); transition: transform .3s; }
  .product-card:hover .card-arrow { background: var(--card-color); }
  .product-card:hover .card-arrow svg { stroke: #05090f; transform: rotate(0); }
  .card-art { position: absolute; width: 340px; height: 300px; top: 7px; right: 12px; z-index: -1; mask-image: linear-gradient(#000 65%, transparent); transition: transform .65s; }
  .card-art svg { width: 100%; height: 100%; }
  .product-card:hover .card-art { transform: scale(1.09) translateY(-5px) rotate(3deg); }
  .card-copy { position: relative; padding-top: 188px; }
  .product-brand { display: flex; align-items: baseline; gap: 15px; flex-wrap: wrap; }
  .product-brand h3 { font-size: 27px; font-weight: 500; letter-spacing: -.03em; }
  .product-brand > span { font: 12px var(--mono); letter-spacing: .06em; color: var(--card-color); }
  .product-tag { color: var(--card-color); font-size: 12px; margin-top: 6px; }
  .product-description { color: var(--muted); font-size: 12px; margin-top: 18px; }
  .network-visual { height: 455px; position: relative; perspective: 900px; }
  .network-visual > svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: #6bb7e14f; stroke-width: 1; stroke-dasharray: 4 7; animation: dataflow 8s linear infinite; }
  .network-ring { position: absolute; left: 50%; top: 50%; border: 1px solid #84ceff22; border-radius: 50%; width: 360px; height: 360px; transform: translate(-50%, -50%) rotateX(62deg) rotateZ(-22deg); }
  .ring-2 { width: 440px; height: 440px; opacity: .5; transform: translate(-50%, -50%) rotateY(50deg) rotateX(-20deg); }
  .ring-3 { width: 245px; height: 245px; border-style: dashed; transform: translate(-50%, -50%) rotateY(-45deg) rotateZ(20deg); }
  .network-core { width: 102px; height: 102px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-8deg); display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 31px; font-weight: 300; letter-spacing: .05em; background: linear-gradient(140deg, #273e5266, #081722ee); border: 1px solid #98ddff75; border-radius: 23px; box-shadow: inset 0 0 30px #79c9ff1a, 0 0 60px #54b4ff18; }
  .network-core span { font: 6px var(--mono); letter-spacing: .16em; color: var(--accent); margin-top: 2px; }
  .network-node { display: flex; align-items: center; gap: 9px; position: absolute; font: 10px var(--mono); background: #0c1722; border: 1px solid #5b7c984d; border-radius: 3px; padding: 12px 16px; transform: translate(-50%, -50%); box-shadow: 0 12px 35px #0005; }
  .network-node i { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }
  .node-0 { left: 22%; top: 23%; }
  .node-1 { left: 79%; top: 23%; }
  .node-2 { left: 22%; top: 78%; }
  .node-3 { left: 79%; top: 78%; }
  .node-4 { left: 50%; top: 87%; }
  .network-sub { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; font: 8px var(--mono); color: var(--dim); letter-spacing: .17em; }
  .workflow-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 72px; }
  .workflow-step { width: 100%; border: 0; border-top: 1px solid var(--line); padding: 28px 14px 28px 0; display: flex; gap: 20px; text-align: left; background: transparent; transition: padding .3s, background .3s; position: relative; }
  .workflow-step:last-child { border-bottom: 1px solid var(--line); }
  .workflow-step::before { content: ''; width: 2px; height: 0; position: absolute; left: 0; top: 28px; background: var(--accent); transition: height .35s; }
  .workflow-step.is-active { padding-left: 18px; background: linear-gradient(90deg, rgba(var(--glow), .065), transparent 90%); }
  .workflow-step.is-active::before { height: calc(100% - 56px); }
  .step-number { color: var(--dim); font: 10px var(--mono); margin-top: 6px; }
  .workflow-step strong { display: block; color: #bbcad5; font-size: 19px; font-weight: 500; line-height: 1.5; }
  .workflow-step.is-active strong { color: var(--accent); }
  .step-body { display: block; font-size: 12px; line-height: 1.9; color: var(--muted); margin-top: 11px; max-width: 370px; }
  .step-plus { margin-left: auto; color: var(--dim); font-size: 18px; }
  .workflow-stage { min-width: 0; position: relative; perspective: 1400px; }
  .app-window { border: 1px solid #ffffff29; background: #0a1420; border-radius: 8px; overflow: hidden; box-shadow: 0 32px 90px #0007, 0 0 90px rgba(var(--glow), .08); transform: rotateY(-5deg) rotateX(3deg); transition: transform .65s; }
  .workflow-stage:hover .app-window { transform: rotateY(0) rotateX(0); }
  .window-bar { height: 38px; padding-inline: 14px; display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #96a9b9; font: 8px var(--mono); letter-spacing: .08em; border-bottom: 1px solid #ffffff13; background: #0b131d; }
  .window-dots { display: flex; gap: 4px; }
  .window-dots i { width: 4px; height: 4px; border-radius: 50%; background: #5e7184; }
  .window-dots i:first-child { background: var(--accent); }
  .screenshot-wrap { overflow: hidden; background: #0c151e; }
  .screenshot-wrap img { width: 100%; height: auto; transition: opacity .2s; }
  .biz-shot { height: 530px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #3e776d #0c151e; }
  .biz-shot img { min-height: 100%; object-fit: cover; object-position: top; }
  .biz-layout .app-window { max-width: 335px; margin: 0 auto; }
  .floating-note { position: absolute; right: -2px; bottom: 80px; max-width: 260px; display: flex; align-items: flex-start; gap: 10px; padding: 17px 19px; background: #0a201cee; border: 1px solid #79ffd74f; border-radius: 5px; box-shadow: 0 10px 45px #0006; font-size: 11px; color: #c4e7de; backdrop-filter: blur(14px); transform: translateZ(45px); }
  .floating-note .status-dot { margin-top: 7px; }
  .report-flow { min-height: 530px; border: 1px solid #83f6d744; background: linear-gradient(150deg, #122720, #0a111b 65%); border-radius: 8px; padding: 32px; position: relative; box-shadow: 0 20px 70px #0007; }
  .report-flow[hidden], .floating-note[hidden] { display: none; }
  .report-symbol { margin: 60px auto 38px; height: 85px; width: 85px; border-radius: 50%; border: 1px solid #83f6d760; color: var(--accent); display: grid; place-items: center; font-size: 35px; box-shadow: 0 0 65px #83f6d71a; }
  .report-flow h3 { text-align: center; font-size: 25px; font-weight: 500; }
  .report-flow p { margin: 24px auto; text-align: center; font-size: 13px; max-width: 315px; line-height: 2; }
  .report-rule { display: block; height: 1px; width: 65%; margin: 38px auto; background: linear-gradient(90deg, transparent, var(--accent), transparent); opacity: .5; }
  .stage-caption { margin-top: 22px; text-align: center; font-size: 10px; color: var(--dim); }
  .aqua-layout { gap: 44px; grid-template-columns: .65fr 1.35fr; }
  .aqua-shot { aspect-ratio: 1.6; }
  .aqua-shot img { height: 100%; width: 100%; object-fit: contain; }
  .wall-status { display: flex; gap: 10px; align-items: center; border: 1px solid #ffffff21; margin: 18px 16px 0; padding: 16px; font-size: 11px; color: var(--accent); background: #0a141f; border-radius: 4px; }
  .wall-status-line { flex: 1; height: 1px; background: linear-gradient(90deg, var(--accent), transparent); opacity: .4; }
  .wall-status > span:last-child { font: 9px var(--mono); color: var(--dim); }
  .features-section { border-block: 1px solid var(--line); background: #070d14; }
  .features-section h2 { font-size: clamp(30px, 3.1vw, 45px); }
  .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
  .feature { padding: 38px 36px 12px 0; position: relative; }
  .feature + .feature { border-left: 1px solid var(--line); padding-left: 36px; }
  .feature-index { position: absolute; right: 34px; top: 42px; font: 9px var(--mono); color: var(--dim); }
  .feature-icon { width: 37px; height: 37px; margin-bottom: 33px; color: var(--accent); }
  .feature-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
  .feature h3 { font-size: 20px; line-height: 1.5; font-weight: 500; margin-bottom: 16px; }
  .feature p { font-size: 12px; line-height: 1.95; }
  .status-tag { display: inline-flex; align-items: center; gap: 6px; margin-top: 26px; padding: 3px 7px; font-size: 9px; color: #9be0c5; background: #38876d12; border: 1px solid #69aa8f25; border-radius: 3px; }
  .status-tag::before { content: ''; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
  .status-planned { color: #d8be8d; background: #8460230f; border-color: #ac88572b; }
  .roadmap { font-size: 11px; border-top: 1px solid var(--line); padding-top: 24px; margin-top: 37px; }
  .farm-console { border: 1px solid #e8b2ca33; border-radius: 7px; background: #101018; overflow: hidden; box-shadow: 0 20px 100px #0008, 0 0 70px #b44f8910; transform: rotateY(-4deg) rotateX(3deg); }
  .coral-shelf { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 21px; background: radial-gradient(ellipse at 50% 50%, #68374d1c, transparent); }
  .coral-slot { border: 1px solid #ffffff14; border-radius: 3px; background: linear-gradient(160deg, #14141e, #0a0e16); padding: 11px; position: relative; transition: border .2s, transform .2s, background .2s; }
  .coral-slot svg { width: 100%; filter: hue-rotate(var(--coral-hue)) drop-shadow(0 0 6px #ff89dc33); transition: transform .3s; }
  .coral-slot:hover svg { transform: translateY(-4px); }
  .coral-slot:hover { border-color: #ffca9a66; }
  .coral-id { font: 7px var(--mono); letter-spacing: .08em; color: #98a0b1; display: block; text-align: left; }
  .coral-check { position: absolute; right: 7px; bottom: 8px; height: 15px; width: 15px; border-radius: 50%; display: grid; place-items: center; color: #071319; background: var(--accent); opacity: 0; font-size: 9px; }
  .coral-slot[aria-pressed="true"] { border-color: var(--accent); background: #24202a; }
  .coral-slot[aria-pressed="true"] .coral-check { opacity: 1; }
  .shelf-feedback { font-size: 11px; text-align: center; color: var(--accent); min-height: 40px; padding: 0 18px 16px; }
  .farm-ledger { display: flex; padding: 18px; gap: 10px; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: #65768a; }
  .farm-ledger > div { flex: 1; border: 1px solid #ffffff15; padding: 8px; font-size: 9px; color: #a7b1c0; text-align: center; border-radius: 3px; }
  .farm-ledger > div.is-current { border-color: #ffc19388; color: var(--accent); }
}
@layer motion {
  .scroll-progress { position: fixed; top: 0; left: 0; height: 2px; width: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--accent2), var(--accent)); z-index: 60; pointer-events: none; }
  .js-motion .reveal { opacity: 0; transform: translateY(26px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.65,.3,1); transition-delay: var(--reveal-delay, 0ms); }
  .js-motion .reveal.is-visible { opacity: 1; transform: translateY(0); }
  .js-motion .hero-copy { animation: hero-enter 1.15s cubic-bezier(.2,.65,.3,1) both; }
  .js-motion .hero-scene { animation: scene-enter 1.8s ease both; }
  @keyframes hero-enter { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
  @keyframes scene-enter { from { opacity: 0; } to { opacity: 1; } }
  @keyframes ticker { to { transform: translateX(-50%); } }
  @keyframes dataflow { to { stroke-dashoffset: -110; } }
  .motion-paused *, .motion-paused *::before, .motion-paused *::after { animation-play-state: paused !important; }
  .motion-paused .reveal { opacity: 1; transform: none; transition: none; }
  .motion-paused .hero-copy, .motion-paused .hero-scene { animation: none; opacity: 1; transform: none; }
  .motion-paused .app-window, .motion-paused .farm-console { transform: none; }
  .motion-paused .product-card, .motion-paused .card-art, .motion-paused .button, .motion-paused .coral-slot svg { transform: none !important; }
  .motion-paused .ticker-track { animation: none; }
  .motion-touched .hero-copy, .motion-touched .hero-scene { animation: none !important; opacity: 1; transform: none; }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
    .js-motion .reveal { opacity: 1; transform: none; }
    .app-window, .farm-console { transform: none; }
    .product-card:hover, .button:hover, .product-card:hover .card-art { transform: none; }
  }
}
@layer responsive {
  :lang(en) .hero h1 { font-size: clamp(41px, 4.25vw, 69px); letter-spacing: -.055em; line-height: 1.12; }
  :lang(en) .hero h1 .gradient-text { margin-top: 12px; }
  [data-page="biz"]:lang(en) .hero h1, [data-page="aqua"]:lang(en) .hero h1 { font-size: clamp(40px, 3.9vw, 61px); }
  :lang(en) .hero-body { font-size: 14px; max-width: 460px; }
  :lang(en) .hero-buttons { gap: 10px; }
  :lang(en) .button { gap: 15px; padding-inline: 20px; }
  :lang(en) .hero-note { max-width: 440px; }
  @media (min-width: 1600px) { .hero-copy { padding-top: 165px; } .hero-scene { right: -3%; } }
  @media (max-width: 1150px) {
    .container { width: calc(100% - 72px); }
    .nav-wrap { width: calc(100% - 48px); gap: 22px; }
    .desktop-nav { gap: 14px; }
    .nav-actions { gap: 16px; }
    .nav-cta { padding: 0 12px; gap: 10px; }
    .subbrand, .brand-divider { display: none; }
    .hero { min-height: 715px; }
    .hero-copy { padding-top: 145px; width: 55%; }
    .hero-scene { width: 67%; right: -4%; }
    .hero h1 { font-size: clamp(45px, 5vw, 59px); }
    .hero-body { font-size: 13px; }
    .hero-buttons { gap: 10px; }
    .button { padding-inline: 18px; gap: 17px; }
    .hero-note { font-size: 9px; }
    .section { padding-block: 100px; }
    .card-copy { padding-top: 170px; }
    .product-card { min-height: 420px; }
    .card-art { width: 290px; right: 2px; }
    .vision-grid { gap: 30px; }
    .workflow-layout { gap: 32px; }
    .feature { padding-right: 25px; }
    .feature + .feature { padding-left: 25px; }
    .feature h3 { font-size: 18px; }
    .feature-index { right: 25px; }
    .floating-note { max-width: 225px; }
  }
  @media (max-width: 800px) {
    .container { width: calc(100% - 44px); }
    .site-header { height: 72px; }
    .nav-wrap { width: calc(100% - 40px); }
    .brand { font-size: 18px; gap: 9px; }
    .brand-mark { width: 20px; }
    .desktop-nav { display: none; }
    .nav-actions { margin-left: auto; }
    .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; height: 42px; width: 32px; padding: 0; background: transparent; border: 0; order: 3; }
    .menu-toggle span { width: 18px; height: 1px; background: var(--ink); transition: transform .25s; }
    .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
    .mobile-nav { position: absolute; top: 71px; left: 0; right: 0; background: #080e17f5; border-bottom: 1px solid #ffffff25; padding: 18px 23px 23px; backdrop-filter: blur(25px); gap: 0; flex-direction: column; }
    .mobile-nav.is-open { display: flex; }
    .mobile-nav a { display: flex; padding: 14px 8px; font: 12px var(--mono); border-bottom: 1px solid var(--line); color: var(--muted); }
    .mobile-nav a[aria-current] { color: var(--accent); }
    .mobile-nav .nav-dot { display: none; }
    .hero { min-height: 945px; height: auto; }
    .hero-coordinate { top: 25px; font-size: 8px; }
    .hero-copy { padding-top: 98px; width: 100%; padding-bottom: 440px; }
    .hero-eyebrow { font-size: 10px; margin-bottom: 24px; letter-spacing: .08em; }
    .hero h1 { font-size: clamp(43px, 8.2vw, 65px); line-height: 1.23; }
    .hero-body { font-size: 13px; max-width: 500px; margin-top: 21px; }
    .hero-buttons { margin-top: 25px; }
    .hero-note { margin-top: 22px; font-size: 9px; }
    .hero-scene { width: min(115%, 640px); height: 455px; top: auto; bottom: 54px; right: -6%; }
    .orbit-label-a { top: 15%; right: 8%; font-size: 7px; }
    .orbit-label-b { bottom: 16%; font-size: 8px; }
    .scene-caption { bottom: 4%; left: 17%; right: 12%; font-size: 8px; }
    .hero-bottom { bottom: 15px; padding-top: 12px; }
    .hero-bottom-caption { display: none; }
    .hero-scene .scene-scale { right: 8%; }
    .ticker { padding-block: 16px; }
    .ticker span { font-size: 15px; }
    .ticker-track { gap: 24px; }
    .section { padding-block: 77px; }
    .eyebrow { margin-bottom: 22px; font-size: 9px; }
    h2 { font-size: clamp(32px, 6vw, 45px); }
    .section-heading { gap: 23px; margin-bottom: 36px; align-items: flex-start; flex-direction: column; }
    .section-heading > p { max-width: 440px; font-size: 12px; }
    .product-grid { gap: 15px; }
    .product-card { padding: 20px; min-height: 390px; }
    .card-art { width: 255px; right: -33px; }
    .card-copy { padding-top: 165px; }
    .product-brand { gap: 7px; flex-direction: column; }
    .product-brand h3 { font-size: 23px; }
    .product-brand > span { font-size: 10px; }
    .product-tag { font-size: 11px; }
    .product-description { font-size: 11px; margin-top: 13px; }
    .card-top { font-size: 8px; }
    .card-arrow { width: 28px; height: 28px; }
    .vision-grid { grid-template-columns: 1fr; gap: 20px; }
    .large-body { font-size: 13px; max-width: 550px; }
    .network-visual { width: min(100%, 520px); height: 400px; margin: auto; }
    .workflow-layout, .aqua-layout { grid-template-columns: 1fr; gap: 40px; }
    .workflow-steps { width: 100%; }
    .workflow-step { padding-block: 22px; }
    .workflow-step.is-active::before { top: 22px; height: calc(100% - 44px); }
    .workflow-step strong { font-size: 18px; }
    .step-body { max-width: 600px; }
    .workflow-stage { width: min(100%, 620px); margin-inline: auto; }
    .biz-layout .workflow-stage { max-width: 500px; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature, .feature + .feature { border-left: 0; border-bottom: 1px solid var(--line); padding: 27px 0; }
    .feature-icon { margin-bottom: 16px; }
    .feature h3 { font-size: 20px; }
    .feature p { max-width: 560px; }
    .feature-index { right: 0; top: 37px; }
    .status-tag { margin-top: 18px; }
    .closing { padding-block: 96px 90px; }
    .closing h2 { font-size: clamp(32px, 6.1vw, 47px); }
    .closing p { font-size: 12px; }
    .footer-main { gap: 18px; flex-wrap: wrap; }
    .footer-main p { order: 3; width: 100%; }
    .footer-main .brand { font-size: 19px; }
    .footer-links { flex-wrap: wrap; gap: 20px; margin-top: 15px; font-size: 9px; }
    .footer-bottom { flex-wrap: wrap; gap: 10px; margin-top: 22px; font-size: 9px; }
    .footer-bottom > a { width: 100%; }
    :lang(en) .hero h1, [data-page="biz"]:lang(en) .hero h1, [data-page="aqua"]:lang(en) .hero h1 { font-size: clamp(40px, 7.8vw, 63px); max-width: 630px; }
    :lang(en) .hero-body { font-size: 13px; }
    :lang(en) .hero { min-height: 1000px; }
    :lang(en) .hero-copy { padding-bottom: 445px; }
  }
  @media (max-width: 480px) {
    .nav-cta { display: none; }
    .nav-actions { gap: 13px; }
    .language-switch button { min-width: 26px; padding: 0 6px; }
    .hero { min-height: 920px; }
    .hero-copy { padding-top: 92px; padding-bottom: 410px; }
    .hero h1 { font-size: 44px; }
    .hero-eyebrow { font-size: 9px; }
    .hero-body { font-size: 12px; line-height: 1.95; }
    .hero-note { max-width: 320px; font-size: 8px; }
    .hero-scene { height: 405px; bottom: 58px; width: 120%; right: -10%; }
    .button { min-height: 47px; font-size: 11px; padding: 12px 16px; gap: 15px; }
    .hero-buttons { gap: 8px; }
    .hero-buttons .button-ghost { padding-inline: 14px; }
    .hero-scene .orbit-label-a { top: 14%; right: 11%; }
    .scene-scale { display: none; }
    .orbit-label-b { bottom: 17%; right: 15%; }
    .scene-caption { right: 15%; }
    .product-grid { grid-template-columns: 1fr; }
    .product-card[data-product="cloud"] .card-art { width: 290px; right: 2px; }
    .product-card[data-product="cloud"] .card-copy { max-width: none; }
    .product-card { min-height: 405px; padding: 22px; }
    .card-art { width: 320px; right: -3px; top: -10px; }
    .card-copy { padding-top: 183px; }
    .product-brand { flex-direction: row; gap: 12px; }
    .product-brand h3 { font-size: 27px; }
    .product-description { font-size: 12px; }
    .network-visual { height: 330px; }
    .network-ring { width: 280px; height: 280px; }
    .ring-2 { width: 345px; height: 345px; }
    .ring-3 { width: 200px; height: 200px; }
    .network-node { font-size: 8px; padding: 9px 10px; }
    .network-core { width: 82px; height: 82px; font-size: 25px; }
    .coral-shelf { padding: 12px; gap: 7px; }
    .coral-slot { padding: 8px 5px; }
    .coral-id { font-size: 6px; }
    .farm-ledger { padding: 14px 10px; gap: 5px; }
    .farm-ledger > div { padding: 8px 4px; font-size: 8px; }
    .floating-note { right: 0; bottom: 65px; max-width: 200px; padding: 12px; font-size: 10px; }
    .biz-layout .app-window { max-width: 285px; }
    .biz-shot { height: 465px; }
    :lang(en) .hero h1, [data-page="biz"]:lang(en) .hero h1, [data-page="aqua"]:lang(en) .hero h1 { font-size: clamp(35px, 9.25vw, 44px); }
    :lang(en) .hero-body { font-size: 12px; }
    :lang(en) .hero h1 .gradient-text { margin-top: 9px; }
    :lang(en) .button { padding-inline: 14px; gap: 10px; font-size: 10px; }
    :lang(en) .hero { min-height: 990px; }
    :lang(en) .hero-copy { padding-bottom: 410px; }
    [data-page="farm"]:lang(en) .hero-buttons { flex-direction: column; align-items: flex-start; }
    [data-page="farm"]:lang(en) .hero { min-height: 1040px; }
  }
  @media (max-width: 360px) {
    .container { width: calc(100% - 32px); }
    .hero h1 { font-size: 39px; }
    .hero-buttons .button { font-size: 10px; gap: 8px; padding-inline: 12px; }
    .hero-eyebrow { font-size: 8px; }
  }
}
