:root {
  --ink: #101a17;
  --ink-soft: #50605a;
  --line: #dbe2dc;
  --paper: #f7f9f7;
  --white: #ffffff;
  --dark: #07110f;
  --dark-soft: #10201c;
  --teal: #12a7a3;
  --teal-light: #dff4ee;
  --green: #72a942;
  --amber: #c98332;
  --shadow: 0 18px 48px rgba(10, 26, 20, 0.1);
}

.noscript-content { max-width: 960px; margin: 0 auto; padding: 72px 24px; color: var(--ink); }
.noscript-content img { width: 190px; height: auto; }
.noscript-content p { max-width: 680px; line-height: 1.8; }
.noscript-content h1 { max-width: 760px; margin: 36px 0 18px; font-size: clamp(34px, 5vw, 60px); line-height: 1.1; }
.noscript-content nav { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 32px; }
.noscript-content a { color: var(--teal); }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 10px 14px; border: 1px solid var(--teal-bright, #69d6cb); color: var(--dark); background: var(--teal-light); font-size: 13px; font-weight: 800; transform: translateY(-180%); transition: transform 0.18s ease; }
.skip-link:focus-visible { transform: translateY(0); outline: 3px solid rgba(105, 214, 203, 0.32); outline-offset: 3px; }
#main-content:focus { outline: none; }

/* Compact navigation and the three selectable homepage directions. */
.site-header { position: sticky; top: 0; background: rgba(5, 14, 12, 0.88); }
.header-inner { grid-template-columns: 190px 1fr auto; max-width: 1400px; }
.desktop-nav { gap: 7px; justify-content: flex-end; }
.desktop-nav > .nav-link, .nav-dropdown > summary { display: inline-flex; align-items: center; min-height: 46px; padding: 10px 13px; color: rgba(255, 255, 255, 0.68); font-size: 13px; cursor: pointer; transition: color 0.2s ease, background 0.2s ease; }
.desktop-nav > .nav-link:hover, .desktop-nav > .nav-link.is-active, .nav-dropdown:hover > summary, .nav-dropdown.is-active > summary { color: var(--white); background: rgba(255, 255, 255, 0.06); }
.desktop-nav > .nav-link.is-active::after { right: 13px; bottom: 4px; left: 13px; }
.nav-dropdown { position: relative; align-self: center; }
.nav-dropdown summary { list-style: none; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary span { margin-left: 6px; color: var(--teal-bright); font-size: 15px; }
.nav-dropdown-panel { position: absolute; top: calc(100% + 8px); right: 0; min-width: 184px; padding: 8px; border: 1px solid rgba(105, 214, 203, 0.25); background: rgba(5, 14, 12, 0.98); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28); }
.nav-dropdown-panel .nav-link { display: flex; align-items: center; min-height: 38px; padding: 8px 10px; color: rgba(255, 255, 255, 0.68); font-size: 13px; }
.nav-dropdown-panel .nav-link:hover, .nav-dropdown-panel .nav-link.is-active { color: var(--white); background: rgba(18, 167, 163, 0.13); }
.nav-dropdown-panel .nav-link.is-active::after { display: none; }
.nav-link-ai { color: var(--teal-light) !important; }
.nav-link-ai::before { width: 5px; height: 5px; margin-right: 7px; border-radius: 50%; content: ""; background: var(--teal); box-shadow: 0 0 12px rgba(18, 167, 163, 0.8); }
.nav-dropdown-wide .nav-dropdown-panel { min-width: 410px; padding: 14px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px; }
.nav-dropdown-wide .nav-dropdown-panel::before { grid-column: 1 / -1; padding: 3px 10px 10px; color: var(--teal-bright); font-size: 9px; letter-spacing: 0.14em; }
.nav-dropdown-twin .nav-dropdown-panel::before { content: "DIGITAL TWIN / APPLICATIONS"; }
.nav-dropdown-solutions .nav-dropdown-panel::before { content: "SOLUTIONS / DELIVERY"; }
.nav-dropdown-about .nav-dropdown-panel::before { content: "YUNQI / CONTENT + TRUST"; }
.nav-dropdown-wide .nav-dropdown-panel .nav-link { min-height: 42px; border: 1px solid transparent; }
.nav-dropdown-wide .nav-dropdown-panel .nav-link::after { position: static; right: auto; bottom: auto; left: auto; width: auto; height: auto; content: "↗"; margin-left: auto; color: var(--teal-bright); opacity: 0; transform: translateX(-4px); transition: opacity 0.2s ease, transform 0.2s ease; }
.nav-dropdown-wide .nav-dropdown-panel .nav-link:hover::after, .nav-dropdown-wide .nav-dropdown-panel .nav-link.is-active::after { opacity: 1; transform: translateX(0); }

.home-hero { position: relative; overflow: hidden; }
.particle-field { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; pointer-events: none; opacity: 0.76; }
.home-orbital { min-height: 760px; color: var(--white); background: var(--dark); }
.home-orbital .hero-background img { transform: scale(1.055); filter: saturate(1.14) contrast(1.08); }
.home-orbital .hero-overlay { z-index: 1; background: linear-gradient(90deg, rgba(4, 13, 12, 0.95), rgba(4, 13, 12, 0.68) 46%, rgba(4, 13, 12, 0.22)), linear-gradient(0deg, rgba(4, 13, 12, 0.92), transparent 62%); }
.home-orbital-content { position: relative; z-index: 3; padding-top: 145px; padding-bottom: 200px; }
.home-overline { display: flex; justify-content: space-between; max-width: 860px; margin-bottom: 96px; color: rgba(255, 255, 255, 0.52); font-size: 10px; font-weight: 800; letter-spacing: 0.15em; }
.home-hero-copy { max-width: 700px; }
.home-hero-copy h1 { max-width: 700px; margin: 0; font-size: 82px; line-height: 1.02; font-weight: 900; letter-spacing: 0; }
.home-hero-copy .hero-subtitle { margin-top: 23px; font-size: 25px; }
.home-hero-copy .hero-summary { max-width: 590px; margin-top: 18px; color: rgba(255, 255, 255, 0.74); font-size: 17px; }
.home-signal-row { position: absolute; right: 0; bottom: 25px; left: 0; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 20px; padding-top: 18px; border-top: 1px solid rgba(105, 214, 203, 0.28); color: rgba(255, 255, 255, 0.62); font-size: 10px; letter-spacing: 0.12em; }
.home-signal-row span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 8px 2px 0; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 0 4px rgba(105, 214, 203, 0.12); }
.home-signal-row small { color: var(--teal-bright); font-size: 9px; letter-spacing: 0.08em; }

.home-command { color: var(--white); background: #050b0a; }
.command-hero-grid { display: grid; grid-template-columns: 0.76fr 1.24fr; min-height: 730px; gap: 58px; align-items: center; padding-top: 64px; }
.command-copy { position: relative; z-index: 2; padding: 55px 0 70px; }
.command-copy h1 { margin: 0; font-size: clamp(50px, 5.4vw, 78px); line-height: 1.08; letter-spacing: 0; }
.command-copy h1 strong { color: var(--teal-bright); font-weight: 900; }
.command-copy > p:not(.section-kicker) { max-width: 490px; margin: 28px 0 0; color: rgba(255, 255, 255, 0.66); font-size: 16px; }
.command-index { display: flex; align-items: center; gap: 12px; margin-top: 76px; color: var(--teal-bright); }
.command-index span { font-size: 12px; font-weight: 900; }.command-index i { width: 44px; height: 1px; background: var(--teal); }.command-index small { color: rgba(255, 255, 255, 0.4); font-size: 9px; letter-spacing: 0.12em; }
.command-visual { position: relative; min-height: 610px; overflow: hidden; border-left: 1px solid rgba(105, 214, 203, 0.24); }
.command-visual-image, .command-visual-image img { position: absolute; inset: 0; width: 100%; height: 100%; }.command-visual-image img { object-fit: cover; filter: saturate(0.82) contrast(1.12) brightness(0.78); }
.command-visual::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #050b0a 0%, rgba(5, 11, 10, 0.2) 18%, rgba(5, 11, 10, 0.08) 100%); }
.command-visual-grid { position: absolute; inset: 0; z-index: 1; background-image: linear-gradient(rgba(105, 214, 203, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(105, 214, 203, 0.08) 1px, transparent 1px); background-size: 58px 58px; mix-blend-mode: screen; }
.command-visual .particle-field { z-index: 2; }.command-annotation { position: absolute; z-index: 3; display: grid; gap: 7px; min-width: 180px; padding: 13px 15px; border: 1px solid rgba(105, 214, 203, 0.46); color: rgba(255, 255, 255, 0.78); background: rgba(5, 13, 12, 0.68); font-style: normal; backdrop-filter: blur(7px); }.command-annotation::before { content: ""; position: absolute; top: -1px; left: -1px; width: 20px; height: 20px; border-top: 2px solid var(--teal-bright); border-left: 2px solid var(--teal-bright); }.command-annotation small { color: var(--teal-bright); font-size: 9px; letter-spacing: 0.08em; }.command-annotation strong, .command-annotation em { font-size: 11px; font-style: normal; font-weight: 600; }.command-annotation-a { top: 15%; left: 13%; }.command-annotation-b { top: 42%; right: 5%; border-color: rgba(201, 131, 50, 0.65); }.command-annotation-b::before { border-color: var(--amber); }.command-signal { position: absolute; right: 10%; bottom: 8%; z-index: 3; color: rgba(255, 255, 255, 0.45); font-size: 10px; line-height: 1.8; letter-spacing: 0.1em; }
.command-capability-bar { display: grid; grid-template-columns: 1fr repeat(3, 1fr); align-items: center; min-height: 112px; border-top: 1px solid rgba(105, 214, 203, 0.28); }.command-capability-bar span { color: var(--teal-bright); font-size: 11px; }.command-capability-bar a { padding-left: 28px; border-left: 1px solid rgba(255, 255, 255, 0.16); color: var(--white); font-size: 24px; }.command-capability-bar a:hover { color: var(--teal-bright); }

.home-atelier { color: var(--ink); background: #f1f3ef; }
.atelier-hero-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; min-height: 690px; gap: 52px; align-items: center; padding-top: 70px; }
.atelier-copy { position: relative; z-index: 3; padding: 32px 0 70px; }.atelier-copy h1 { margin: 0; font-size: clamp(50px, 5.6vw, 83px); line-height: 1.04; letter-spacing: 0; }.atelier-copy h1 strong { font-weight: 900; }.atelier-copy > p:not(.section-kicker) { max-width: 490px; margin: 28px 0 0; color: var(--ink-soft); font-size: 17px; }.atelier-year { display: inline-flex; align-items: center; gap: 13px; margin-top: 76px; padding-top: 14px; border-top: 1px solid rgba(16, 26, 23, 0.22); color: var(--ink-soft); font-size: 10px; letter-spacing: 0.13em; }.atelier-year::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--teal); }
.atelier-visual { position: relative; min-height: 610px; overflow: hidden; }.atelier-visual-image, .atelier-visual-image img { position: absolute; inset: 0; width: 100%; height: 100%; }.atelier-visual-image img { object-fit: cover; filter: saturate(0.78) contrast(1.05); }.atelier-visual::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(241, 243, 239, 0.6), transparent 22%), linear-gradient(0deg, rgba(241, 243, 239, 0.18), transparent 50%); }.atelier-visual .particle-field { z-index: 2; opacity: 0.62; }.atelier-trail { position: absolute; top: 17%; right: 4%; z-index: 2; width: 74%; height: 62%; border-top: 1px solid rgba(18, 167, 163, 0.58); border-radius: 50%; transform: rotate(-18deg); opacity: 0.7; }.atelier-capability-row { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 112px; border-top: 1px solid rgba(16, 26, 23, 0.18); }.atelier-capability-row span { display: flex; align-items: center; padding-left: 28px; border-left: 1px solid rgba(16, 26, 23, 0.18); font-size: 22px; }.atelier-capability-row span:first-child { padding-left: 0; border-left: 0; }

.home-services-section .section-heading { margin-bottom: 30px; }
.home-service-list { border-top: 1px solid var(--line); }.home-service-row { display: grid; grid-template-columns: 62px 0.62fr 1fr 32px; gap: 20px; align-items: center; min-height: 126px; padding: 20px 0; border-bottom: 1px solid var(--line); transition: padding 0.25s ease, background 0.25s ease; }.home-service-row:hover { padding-right: 14px; padding-left: 14px; background: var(--paper); }.home-service-row > span { color: var(--teal); font-size: 12px; font-weight: 900; }.home-service-row small { color: var(--teal); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }.home-service-row h3 { margin: 5px 0 0; font-size: 25px; }.home-service-row p { margin: 0; color: var(--ink-soft); font-size: 14px; }.home-service-row > strong { color: var(--teal); font-size: 22px; text-align: right; }

@media (max-width: 1020px) {
  .header-inner { grid-template-columns: 180px 1fr auto; gap: 12px; }.desktop-nav { gap: 2px; }.desktop-nav > .nav-link, .nav-dropdown > summary { padding-right: 9px; padding-left: 9px; font-size: 12px; }.header-contact { padding-right: 11px; padding-left: 11px; font-size: 12px; }
  .home-hero-copy h1 { font-size: 66px; }.command-hero-grid, .atelier-hero-grid { gap: 30px; }.command-copy h1, .atelier-copy h1 { font-size: 58px; }
}

@media (max-width: 840px) {
  .desktop-nav, .header-contact { display: none; }.header-inner { grid-template-columns: 1fr auto; }.mobile-nav { display: grid; max-height: 0; overflow: hidden; padding: 0 24px; background: rgba(5, 14, 12, 0.98); transition: max-height 0.35s ease, padding 0.35s ease; }.site-header.menu-open .mobile-nav { max-height: 80vh; overflow-y: auto; padding-top: 12px; padding-bottom: 14px; }.mobile-nav > .nav-link, .mobile-nav > .nav-dropdown > summary { min-height: 45px; padding: 10px 0; border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.76); font-size: 14px; }.mobile-nav .nav-dropdown { position: static; }.mobile-nav .nav-dropdown-panel { position: static; min-width: 0; padding: 0 0 4px 16px; border: 0; background: transparent; box-shadow: none; }.mobile-nav .nav-dropdown-panel .nav-link { min-height: 37px; padding: 7px 0; border-top: 1px solid rgba(255, 255, 255, 0.07); font-size: 13px; }.menu-toggle { display: block; }.home-orbital-content { padding-top: 125px; }.home-overline { margin-bottom: 78px; }.command-hero-grid, .atelier-hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 45px; }.command-copy, .atelier-copy { padding: 30px 0 36px; }.command-visual, .atelier-visual { min-height: 480px; }.command-capability-bar { grid-template-columns: 1fr repeat(3, 1.1fr); }.command-capability-bar a { padding-left: 13px; font-size: 17px; }.atelier-capability-row span { padding-left: 16px; font-size: 17px; }.home-service-row { grid-template-columns: 44px 0.7fr 1fr 24px; gap: 14px; }
  .ai-lab-grid, .ai-home-promo { grid-template-columns: 1fr; gap: 28px; }.ai-lab-copy h2 { font-size: 40px; }.ai-capability-grid { grid-template-columns: repeat(2, 1fr); }.media-gallery-grid { grid-template-columns: repeat(2, 1fr); }.ai-home-promo-copy { padding: 35px 30px; }
}

@media (max-width: 600px) {
  .brand-logo { width: 154px; }.header-inner .brand { min-width: 154px; }.floating-chat { right: 14px; bottom: 14px; min-width: 0; padding-right: 11px; }.floating-chat small { display: none; }.home-orbital { min-height: 740px; }.home-orbital-content { padding-top: 92px; padding-bottom: 160px; }.home-overline { margin-bottom: 68px; font-size: 8px; }.home-overline span:last-child { display: none; }.home-hero-copy h1 { font-size: 47px; }.home-hero-copy .hero-subtitle { font-size: 20px; }.home-hero-copy .hero-summary { font-size: 15px; }.home-signal-row { grid-template-columns: repeat(3, 1fr); gap: 7px; padding-top: 13px; font-size: 8px; }.home-signal-row small { display: none; }.command-copy h1, .atelier-copy h1 { font-size: 46px; }.command-copy > p:not(.section-kicker), .atelier-copy > p:not(.section-kicker) { font-size: 15px; }.command-index, .atelier-year { margin-top: 48px; }.command-visual, .atelier-visual { min-height: 350px; }.command-annotation { min-width: 142px; padding: 9px 10px; }.command-annotation-a { top: 10%; left: 5%; }.command-annotation-b { top: 48%; right: 3%; }.command-signal { right: 6%; bottom: 6%; font-size: 8px; }.command-capability-bar { grid-template-columns: 1fr 1fr; gap: 0; padding: 16px 0; }.command-capability-bar span { grid-column: 1 / -1; margin-bottom: 15px; }.command-capability-bar a { min-height: 43px; padding-left: 12px; font-size: 15px; }.command-capability-bar a:nth-of-type(2) { border-left: 0; }.atelier-capability-row { grid-template-columns: 1fr; padding: 14px 0; }.atelier-capability-row span, .atelier-capability-row span:first-child { min-height: 43px; padding-left: 0; border-top: 1px solid rgba(16, 26, 23, 0.15); border-left: 0; }.atelier-capability-row span:first-child { border-top: 0; }.home-service-row { grid-template-columns: 34px 1fr 23px; gap: 10px; }.home-service-row p { grid-column: 2 / -1; margin-top: -3px; font-size: 13px; }.home-service-row h3 { font-size: 21px; }
  .ai-lab { padding: 84px 0; }.ai-lab-copy h2 { font-size: 32px; }.ai-console-top { display: grid; gap: 7px; }.ai-input-row { grid-template-columns: 1fr; }.ai-capability-grid, .media-video-grid, .media-gallery-grid { grid-template-columns: 1fr; }.ai-roadmap { grid-template-columns: 1fr; }.ai-roadmap article, .ai-roadmap article:not(:first-child) { min-height: auto; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }.ai-roadmap article:last-child { border-bottom: 0; }.ai-roadmap h3 { margin-top: 22px; }.ai-home-promo-copy { padding: 30px 24px; }.ai-home-promo-copy h2 { font-size: 30px; }.media-video-body { padding: 18px; }
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

.page-width { width: calc(100% - 48px); max-width: 1200px; margin: 0 auto; }

.initial-loader {
  min-height: 100vh;
  display: grid;
  place-content: center;
  gap: 16px;
  color: var(--ink-soft);
  text-align: center;
}

.loader-mark, .brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: var(--dark);
  background: var(--white);
  font-weight: 900;
}

.loader-logo {
  display: block;
  width: min(220px, 64vw);
  height: auto;
  margin: 0 auto;
}

.site-header {
  position: relative;
  top: 0;
  z-index: 30;
  color: var(--white);
  background: rgba(7, 17, 15, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 76px;
  width: calc(100% - 48px);
  max-width: 1350px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font-size: 16px; line-height: 1.2; }
.brand-copy small { margin-top: 3px; color: rgba(255, 255, 255, 0.58); font-size: 10px; letter-spacing: 0.12em; }

.desktop-nav { display: flex; justify-content: center; gap: 25px; }
.nav-link { position: relative; align-self: center; padding: 28px 0 25px; color: rgba(255, 255, 255, 0.68); font-size: 14px; transition: color 0.2s ease; }
.nav-link:hover, .nav-link.is-active { color: var(--white); }
.nav-link.is-active::after { content: ""; position: absolute; right: 0; bottom: 16px; left: 0; height: 2px; background: var(--teal); }
.nav-link-emphasis { padding: 10px 16px; border: 1px solid rgba(255, 255, 255, 0.32); border-radius: 8px; color: var(--white); }
.nav-link-emphasis.is-active::after { display: none; }

.header-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid rgba(18, 167, 163, 0.85);
  border-radius: 8px;
  color: var(--teal-light);
  font-size: 14px;
}

.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 8px; background: transparent; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--white); }
.mobile-nav { display: none; }

.section-light { color: var(--ink); background: var(--white); }
.section-soft { color: var(--ink); background: var(--paper); }
.section-dark { color: var(--white); background: var(--dark); }
.section-block { padding: 104px 0; }

.section-kicker { margin: 0 0 15px; color: var(--teal); font-size: 12px; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 42px; }
.section-heading h2, .intro-grid h2, .cta-band h2, .faq-layout h2, .image-story h2 { margin: 0; font-size: 48px; line-height: 1.1; letter-spacing: 0; }
.section-heading > p { max-width: 330px; margin: 0 0 4px; color: var(--ink-soft); font-size: 16px; }
.section-dark .section-heading > p, .cta-band p { color: rgba(255, 255, 255, 0.66); }
.section-heading-tight { margin-bottom: 24px; }

.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 12px 18px; border: 1px solid transparent; border-radius: 8px; font-weight: 850; cursor: pointer; transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--dark); background: var(--teal); }
.button-primary:hover { background: #35c5b8; }
.button-outline { color: var(--white); border-color: rgba(255, 255, 255, 0.45); background: rgba(255, 255, 255, 0.06); }
.button-outline:hover { background: rgba(255, 255, 255, 0.15); }
.button-light { color: var(--dark); background: var(--white); }
.button-light:hover { background: var(--teal-light); }
.button-dark { color: var(--white); background: var(--dark); }
.button-dark:hover { background: var(--teal); }

.hero-media-section { position: relative; min-height: 800px; overflow: hidden; color: var(--white); background: var(--dark); }
.hero-background, .hero-background img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 17, 15, 0.94) 0%, rgba(7, 17, 15, 0.72) 45%, rgba(7, 17, 15, 0.22) 100%), linear-gradient(0deg, rgba(7, 17, 15, 0.85), transparent 58%); }
.hero-home-content { position: relative; z-index: 1; padding-top: 155px; padding-bottom: 100px; }
.hero-home-content .section-kicker { color: #66dcd1; }
.hero-home h1 { max-width: 700px; margin: 0; font-size: 78px; line-height: 1.02; font-weight: 900; }
.hero-subtitle { margin: 24px 0 0; font-size: 26px; font-weight: 800; }
.hero-summary { max-width: 620px; margin: 19px 0 0; color: rgba(255, 255, 255, 0.78); font-size: 18px; }
.hero-stats { position: absolute; right: 0; bottom: 28px; left: 0; z-index: 2; }
.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 8px; overflow: hidden; background: rgba(7, 17, 15, 0.68); backdrop-filter: blur(12px); }
.stat-item { min-height: 118px; padding: 21px 24px; border-right: 1px solid rgba(255, 255, 255, 0.14); }
.stat-item:last-child { border-right: 0; }
.stat-item strong { display: block; font-size: 35px; line-height: 1; color: #69d6cb; }
.stat-item span { display: block; margin-top: 9px; font-size: 14px; font-weight: 800; }
.stat-item small { display: block; margin-top: 3px; color: rgba(255, 255, 255, 0.55); font-size: 12px; }

.intro-band { padding: 100px 0 95px; }
.intro-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 84px; align-items: start; }
.intro-lead { margin: 5px 0 0; color: var(--ink-soft); font-size: 20px; line-height: 1.8; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 8px 28px rgba(18, 30, 23, 0.05); }
.service-card-link { display: block; height: 100%; }
.service-card-top { display: flex; justify-content: space-between; padding: 19px 20px 0; color: var(--teal); font-size: 13px; font-weight: 900; }
.service-card-image { height: 145px; margin: 18px 20px 0; overflow: hidden; border-radius: 6px; background: var(--teal-light); }
.service-card-image img { height: 100%; object-fit: cover; }
.service-card-body { padding: 22px 20px 24px; }
.service-english { margin: 0 0 8px; color: var(--teal); font-size: 11px; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.service-card h3 { margin: 0; font-size: 24px; line-height: 1.2; }
.service-card-body > p:not(.service-english) { min-height: 77px; margin: 14px 0 0; color: var(--ink-soft); font-size: 14px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 17px; }
.tag-row span { padding: 4px 7px; color: var(--ink-soft); background: var(--paper); border-radius: 4px; font-size: 11px; }
.text-link { display: inline-flex; gap: 9px; margin-top: 20px; color: var(--ink); font-size: 14px; font-weight: 850; }
.text-link:hover { color: var(--teal); }

.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, 0.18); }
.value-item { min-height: 220px; padding: 26px 25px 0 0; border-right: 1px solid rgba(255, 255, 255, 0.14); }
.value-item:not(:first-child) { padding-left: 25px; }
.value-item:last-child { border-right: 0; }
.value-item > span { color: #64d7ca; font-size: 13px; font-weight: 900; }
.value-item h3 { margin: 52px 0 12px; font-size: 20px; }
.value-item p { margin: 0; color: rgba(255, 255, 255, 0.64); font-size: 14px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.section-dark .process-grid { border-top-color: rgba(255, 255, 255, 0.18); }
.process-item { min-height: 240px; padding: 24px 24px 0 0; border-right: 1px solid var(--line); }
.section-dark .process-item { border-right-color: rgba(255, 255, 255, 0.14); }
.process-item:not(:first-child) { padding-left: 24px; }
.process-item:last-child { border-right: 0; }
.process-number { color: var(--amber); font-size: 13px; font-weight: 900; }
.process-item h3 { margin: 52px 0 12px; font-size: 21px; }
.process-item p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.section-dark .process-item p { color: rgba(255, 255, 255, 0.64); }

.application-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.application-grid-six { grid-template-columns: repeat(3, 1fr); }
.application-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.application-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.application-image { height: 180px; overflow: hidden; background: var(--teal-light); }
.application-image img { height: 100%; object-fit: cover; }
.application-body { position: relative; min-height: 180px; padding: 20px; }
.application-body > span:first-child { color: var(--teal); font-size: 12px; font-weight: 850; }
.application-body h3 { margin: 8px 0; font-size: 20px; }
.application-body p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.card-arrow { position: absolute; right: 20px; bottom: 20px; color: var(--teal); font-size: 21px; }

.cta-band { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 104px; margin-bottom: 104px; padding: 48px 54px; border-radius: 8px; color: var(--white); background: var(--dark); }
.cta-band h2 { max-width: 650px; font-size: 38px; }
.cta-band p:last-child { margin: 14px 0 0; color: rgba(255, 255, 255, 0.65); }

.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, 0.18); }
.trust-item { min-height: 205px; padding: 25px 24px 0 0; border-right: 1px solid rgba(255, 255, 255, 0.14); }
.trust-item:not(:first-child) { padding-left: 24px; }
.trust-item:last-child { border-right: 0; }
.trust-item > span { color: #65d9cc; font-size: 12px; font-weight: 900; }
.trust-item h3 { margin: 50px 0 12px; font-size: 20px; }
.trust-item p { margin: 0; color: rgba(255, 255, 255, 0.64); font-size: 14px; }
.section-end-link { display: flex; justify-content: flex-end; margin-top: 28px; }

.detail-hero { position: relative; min-height: 565px; overflow: hidden; color: var(--white); background: var(--dark); }
.detail-hero-image, .detail-hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.detail-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 17, 15, 0.96) 0%, rgba(7, 17, 15, 0.74) 51%, rgba(7, 17, 15, 0.23) 100%); }
.detail-hero-content { position: relative; z-index: 1; padding-top: 130px; }
.detail-hero-content h1 { max-width: 760px; margin: 0; font-size: 64px; line-height: 1.08; }
.detail-hero-content > p:not(.section-kicker) { max-width: 640px; margin: 24px 0 0; color: rgba(255, 255, 255, 0.78); font-size: 19px; }
.detail-subtitle { margin-top: 21px !important; color: var(--teal-light) !important; font-size: 25px !important; font-weight: 850; }
.metric-section { padding: 0 0 28px; }
.metric-section .stats-strip { background: rgba(255, 255, 255, 0.05); }

.mode-grid, .benefit-grid, .capability-grid, .principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mode-card, .benefit-grid article, .capability-card, .principle-grid article { min-height: 220px; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.mode-card > span, .benefit-grid article > span, .capability-card > span, .principle-grid article > span { color: var(--teal); font-size: 13px; font-weight: 900; }
.mode-card h3, .benefit-grid h3, .capability-card h3, .principle-grid h3 { margin: 46px 0 11px; font-size: 21px; }
.mode-card p, .benefit-grid p, .capability-card p, .principle-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.benefit-grid { grid-template-columns: repeat(3, 1fr); }

.image-story { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.image-story > div:first-child { overflow: hidden; border-radius: 8px; }
.image-story h2 { margin-bottom: 22px; }
.image-story p:not(.section-kicker) { color: var(--ink-soft); font-size: 17px; }

.deliverable-row { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.deliverable-row > div { display: grid; gap: 27px; min-height: 145px; padding: 21px 20px 21px 0; border-right: 1px solid var(--line); }
.deliverable-row > div:not(:first-child) { padding-left: 20px; }
.deliverable-row > div:last-child { border-right: 0; }
.deliverable-row span { color: var(--amber); font-size: 13px; font-weight: 900; }
.deliverable-row strong { font-size: 17px; }

.scenario-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.scenario-grid article { min-height: 180px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.scenario-grid article > span { color: var(--teal); font-size: 22px; }
.scenario-grid h3 { margin: 36px 0 10px; font-size: 19px; }
.scenario-grid p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.animation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.animation-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.animation-image { height: 210px; overflow: hidden; }
.animation-image img { height: 100%; object-fit: cover; }
.animation-body { padding: 22px; }
.animation-body > span { color: var(--teal); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.animation-body h3 { margin: 13px 0 10px; font-size: 20px; }
.animation-body p { min-height: 49px; margin: 0; color: var(--ink-soft); font-size: 14px; }
.animation-process { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.animation-process article { min-height: 170px; padding: 22px 22px 0 0; border-right: 1px solid var(--line); }
.animation-process article:not(:first-child) { padding-left: 22px; }
.animation-process article:last-child { border-right: 0; }
.animation-process span { color: var(--amber); font-size: 13px; font-weight: 900; }
.animation-process h3 { margin: 39px 0 8px; font-size: 19px; }
.animation-process p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.case-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.case-tile { position: relative; height: 250px; overflow: hidden; border-radius: 8px; background: var(--dark-soft); }
.case-tile img { height: 100%; object-fit: cover; opacity: 0.72; }
.case-tile span { position: absolute; right: 18px; bottom: 16px; left: 18px; color: var(--white); font-weight: 850; }

.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.case-card { position: relative; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--white); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.case-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.case-image { height: 220px; overflow: hidden; background: var(--teal-light); }
.case-image img { height: 100%; object-fit: cover; }
.case-body { position: relative; flex: 1; min-height: 176px; padding: 22px 48px 24px 22px; }
.case-label { color: var(--teal); font-size: 12px; font-weight: 850; }
.case-body h3 { margin: 11px 0 9px; font-size: 20px; line-height: 1.35; }
.case-body p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.case-body .card-arrow { right: 22px; bottom: 22px; }
.case-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: -13px 0 30px; }
.filter-button { min-height: 40px; padding: 8px 15px; border: 1px solid var(--line); border-radius: 20px; color: var(--ink-soft); background: transparent; cursor: pointer; }
.filter-button:hover, .filter-button.is-active { border-color: var(--dark); color: var(--white); background: var(--dark); }
.case-card[hidden] { display: none; }

.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.insight-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--white); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.insight-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.insight-image { height: 190px; overflow: hidden; background: var(--teal-light); }
.insight-image img { height: 100%; object-fit: cover; }
.insight-body { flex: 1; padding: 20px 22px 24px; }
.insight-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--teal); font-size: 12px; font-weight: 800; }
.insight-meta span:last-child { color: var(--ink-soft); font-weight: 600; }
.insight-body h3 { margin: 17px 0 10px; font-size: 20px; line-height: 1.4; }
.insight-body p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.insight-body .text-link { margin-top: 18px; }
.insight-feature { margin-bottom: 16px; }
.insight-feature .insight-card { display: grid; grid-template-columns: 1fr 1fr; }
.insight-feature .insight-image { height: 100%; min-height: 330px; }
.insight-feature .insight-body { display: flex; flex-direction: column; justify-content: center; padding: 40px 50px; }
.insight-feature .insight-body h3 { font-size: 31px; }
.insight-feature .insight-body .text-link { margin-top: 25px; }

.use-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.use-card { min-height: 210px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.use-card > span, .module-grid article > span { color: var(--amber); font-size: 12px; font-weight: 900; }
.use-card strong { display: block; margin-top: 30px; color: var(--teal); font-size: 12px; }
.use-card h3 { margin: 8px 0 10px; font-size: 19px; }
.use-card p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.related-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.section-dark .case-card { border-color: rgba(255, 255, 255, 0.14); color: var(--white); background: rgba(255, 255, 255, 0.05); }
.section-dark .case-body p { color: rgba(255, 255, 255, 0.65); }

.format-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.format-grid > div { display: grid; gap: 30px; min-height: 145px; padding: 22px 20px 20px 0; border-right: 1px solid var(--line); }
.format-grid > div:not(:first-child) { padding-left: 20px; }
.format-grid > div:last-child { border-right: 0; }
.format-grid span { color: var(--amber); font-size: 12px; font-weight: 900; }
.format-grid strong { font-size: 16px; }

.experience-promo { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: stretch; overflow: hidden; margin-top: 104px; margin-bottom: 104px; border-radius: 8px; color: var(--white); background: var(--dark); }
.experience-promo-image { min-height: 360px; }
.experience-promo-image img { height: 100%; object-fit: cover; opacity: 0.7; }
.experience-promo > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: 45px; }
.experience-promo h2 { margin: 0; font-size: 36px; line-height: 1.15; }
.experience-promo p:not(.section-kicker) { margin: 18px 0 28px; color: rgba(255, 255, 255, 0.68); }

.simple-hero { position: relative; overflow: hidden; }
.simple-hero-content { position: relative; z-index: 1; }
.simple-hero-image { color: var(--white); background: var(--dark); }
.simple-hero-background, .simple-hero-background img, .simple-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.simple-hero-background img { object-fit: cover; }
.simple-hero-overlay { background: linear-gradient(90deg, rgba(7, 17, 15, 0.95), rgba(7, 17, 15, 0.47)); }
.simple-hero-image .simple-hero-content { padding-top: 125px; padding-bottom: 115px; }
.simple-hero-image .simple-hero-content > p:last-child { color: rgba(255, 255, 255, 0.72); }

.article-layout { display: grid; grid-template-columns: 0.32fr 0.68fr; gap: 90px; padding-top: 90px; padding-bottom: 110px; }
.article-aside { display: grid; align-content: start; gap: 16px; position: sticky; top: 30px; height: fit-content; color: var(--ink-soft); font-size: 13px; }
.article-aside a { color: var(--ink); font-weight: 800; }
.article-aside a:hover { color: var(--teal); }
.article-body { max-width: 760px; }
.article-body section { padding: 0 0 42px; border-bottom: 1px solid var(--line); }
.article-body section + section { padding-top: 42px; }
.article-index { color: var(--teal); font-size: 12px; font-weight: 900; }
.article-body h2 { margin: 15px 0 13px; font-size: 30px; }
.article-body p { margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.85; }
.article-callout { margin-top: 50px; padding: 28px; border-left: 3px solid var(--teal); background: var(--teal-light); }
.article-callout strong { font-size: 20px; }
.article-callout p { margin: 7px 0 18px; font-size: 14px; }

.experience-shell { padding: 70px 0 100px; }
.experience-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.experience-head h2 { margin: 16px 0 0; font-size: 38px; }
.demo-badge { display: inline-flex; padding: 6px 10px; border: 1px solid rgba(105, 214, 203, 0.5); border-radius: 4px; color: #69d6cb; font-size: 11px; font-weight: 800; }
.experience-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 16px; }
.experience-kpis article { padding: 18px; border: 1px solid rgba(255, 255, 255, 0.14); background: rgba(255, 255, 255, 0.04); }
.experience-kpis span, .experience-kpis small { display: block; color: rgba(255, 255, 255, 0.62); font-size: 12px; }
.experience-kpis strong { display: block; margin: 15px 0 5px; color: #69d6cb; font-size: 31px; }
.experience-dashboard { display: grid; grid-template-columns: 1.45fr 0.55fr; min-height: 440px; border: 1px solid rgba(255, 255, 255, 0.14); background: #0b1917; }
.dashboard-map { position: relative; overflow: hidden; min-height: 440px; background-color: #0c2520; background-image: linear-gradient(rgba(66, 180, 159, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(66, 180, 159, 0.1) 1px, transparent 1px); background-size: 40px 40px; }
.map-grid { position: absolute; inset: 13% 8%; border: 1px solid rgba(105, 214, 203, 0.28); transform: perspective(450px) rotateX(52deg) rotateZ(-5deg); }
.map-title { position: absolute; top: 25px; left: 28px; color: rgba(255, 255, 255, 0.65); font-size: 11px; letter-spacing: 0.1em; }
.map-building { position: absolute; border: 1px solid rgba(105, 214, 203, 0.72); background: rgba(35, 157, 137, 0.22); box-shadow: 0 0 28px rgba(35, 157, 137, 0.18); transform: skewY(-12deg); }
.building-a { top: 31%; left: 22%; width: 23%; height: 27%; }
.building-b { top: 22%; left: 55%; width: 18%; height: 34%; }
.building-c { top: 60%; left: 38%; width: 26%; height: 15%; }
.map-node { position: absolute; width: 13px; height: 13px; border: 2px solid #b5fff4; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 6px rgba(18, 167, 163, 0.16); cursor: pointer; }
.map-node.is-highlighted { background: var(--amber); box-shadow: 0 0 0 8px rgba(201, 131, 50, 0.2); }
.node-1 { top: 35%; left: 30%; }.node-2 { top: 27%; left: 61%; }.node-3 { top: 62%; left: 49%; }.node-4 { top: 48%; left: 75%; }.node-5 { top: 72%; left: 23%; }.node-6 { top: 74%; left: 70%; }
.map-tooltip { position: absolute; right: 24px; bottom: 22px; padding: 10px 13px; border: 1px solid rgba(255, 255, 255, 0.16); color: rgba(255, 255, 255, 0.72); background: rgba(7, 17, 15, 0.82); font-size: 12px; }
.dashboard-panel { padding: 25px; border-left: 1px solid rgba(255, 255, 255, 0.14); }
.panel-label { margin-bottom: 18px; color: #69d6cb; font-size: 11px; font-weight: 900; letter-spacing: 0.1em; }
.layer-list { display: grid; gap: 4px; }
.layer-button { display: grid; grid-template-columns: 27px 1fr auto; gap: 8px; align-items: center; min-height: 43px; padding: 8px; border: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.7); background: transparent; text-align: left; cursor: pointer; }
.layer-button span { color: rgba(255, 255, 255, 0.38); font-size: 11px; }.layer-button b { color: #69d6cb; font-weight: 400; }.layer-button.is-active { color: var(--white); background: rgba(18, 167, 163, 0.16); }
.panel-note { margin-top: 35px; color: rgba(255, 255, 255, 0.48); font-size: 12px; line-height: 1.7; }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.module-grid article { min-height: 190px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.module-grid h3 { margin: 42px 0 10px; font-size: 21px; }.module-grid p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.about-story { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: start; }
.about-story h2 { margin: 0; font-size: 43px; line-height: 1.15; }
.about-stat-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 15px; margin-top: 35px; padding-top: 20px; border-top: 1px solid var(--line); }
.about-stat-row strong { color: var(--teal); font-size: 32px; }.about-stat-row span { margin-right: 20px; color: var(--ink-soft); font-size: 13px; }
.legal-layout { max-width: 900px; }.legal-layout section { padding: 0 0 35px; border-bottom: 1px solid var(--line); }.legal-layout section + section { padding-top: 35px; }.legal-layout span { color: var(--teal); font-size: 12px; font-weight: 900; }.legal-layout h2 { margin: 12px 0; font-size: 28px; }.legal-layout p { margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.85; }

.about-services { display: grid; gap: 0; border-top: 1px solid var(--line); }
.about-services a { display: grid; grid-template-columns: 50px 1fr auto; gap: 20px; align-items: center; min-height: 66px; border-bottom: 1px solid var(--line); }
.about-services a > span:first-child { color: var(--teal); font-size: 13px; font-weight: 900; }
.about-services a > span:last-child { color: var(--teal); font-size: 20px; }

.simple-hero { padding: 125px 0 115px; }
.simple-hero h1 { margin: 0; font-size: 68px; line-height: 1.05; }
.simple-hero > div > p:last-child { margin: 23px 0 0; color: rgba(255, 255, 255, 0.68); font-size: 19px; }
.faq-layout { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 90px; align-items: start; }
.faq-layout aside { position: sticky; top: 116px; }
.faq-layout aside > p:not(.section-kicker) { margin: 24px 0 30px; color: var(--ink-soft); }
.faq-groups { display: grid; gap: 36px; }
.faq-group h3 { margin: 0 0 12px; color: var(--teal); font-size: 14px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; justify-content: space-between; gap: 20px; padding: 21px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 800; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--teal); font-size: 23px; font-weight: 400; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { max-width: 720px; margin: -4px 0 22px; color: var(--ink-soft); font-size: 15px; }

.contact-layout { display: grid; grid-template-columns: 1fr 0.9fr; gap: 70px; align-items: start; }
.contact-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 34px; }
.contact-card-grid article { min-height: 125px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.contact-card-grid span, .contact-card-grid strong, .contact-card-grid a { display: block; }
.contact-card-grid span { color: var(--teal); font-size: 13px; font-weight: 800; }
.contact-card-grid strong, .contact-card-grid a { margin-top: 12px; font-size: 17px; font-weight: 850; }
.contact-card-grid p { margin: 4px 0 0; color: var(--ink-soft); font-size: 12px; }
.address-list { display: grid; gap: 7px; margin-top: 36px; color: var(--ink-soft); font-size: 14px; }
.inquiry-form { display: grid; gap: 15px; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 5px; }
.form-heading h2 { margin: 0; font-size: 31px; }
.inquiry-form label { display: grid; gap: 7px; color: var(--ink-soft); font-size: 13px; font-weight: 750; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: var(--paper); outline: none; }
.inquiry-form textarea { resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(18, 167, 163, 0.12); }
.inquiry-form button { width: 100%; border: 0; }
.form-status { min-height: 24px; margin: 0; color: var(--ink-soft); font-size: 13px; }.form-status[data-state="success"] { color: var(--teal); }.form-status[data-state="error"] { color: #b44e3d; }.form-status[data-state="loading"] { color: var(--ink-soft); }
.inquiry-form .form-consent { display: flex; grid-template-columns: none; align-items: flex-start; gap: 9px; color: var(--ink-soft); font-size: 12px; font-weight: 500; line-height: 1.6; }
.inquiry-form .form-consent input[type="checkbox"] { flex: 0 0 auto; width: 18px; min-height: 18px; margin: 2px 0 0; padding: 0; accent-color: var(--teal); }
.inquiry-form .form-consent span { display: block; }
.inquiry-form .form-consent a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }

.site-footer { color: rgba(255, 255, 255, 0.67); background: #050a09; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 35px; padding: 70px 0 60px; }
.footer-brand p { max-width: 280px; margin: 24px 0 0; font-size: 14px; }
.footer-online { display: flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--teal-light); font-size: 12px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #69d6cb; box-shadow: 0 0 0 4px rgba(105, 214, 203, 0.12); }
.footer-column { display: grid; align-content: start; gap: 11px; font-size: 13px; }
.footer-column a:hover { color: var(--white); }
.footer-label { margin-bottom: 8px; color: var(--teal-light); font-size: 12px; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 26px; border-top: 1px solid rgba(255, 255, 255, 0.13); font-size: 12px; }
.footer-bottom a:hover { color: var(--white); }

.error-page { min-height: 60vh; padding: 150px 0; }

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 210px 1fr auto; }
  .desktop-nav { gap: 15px; }
  .nav-link { font-size: 13px; }
  .hero-home h1 { font-size: 65px; }
  .section-heading h2, .intro-grid h2, .cta-band h2, .faq-layout h2, .image-story h2 { font-size: 42px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card-image { height: 190px; }
  .application-grid-six { grid-template-columns: repeat(2, 1fr); }
  .detail-hero-content h1 { font-size: 56px; }
  .trust-grid, .use-grid { grid-template-columns: repeat(2, 1fr); }
  .case-grid, .related-case-grid { grid-template-columns: repeat(2, 1fr); }
  .format-grid { grid-template-columns: repeat(3, 1fr); }
  .format-grid > div:nth-child(3) { border-right: 0; }
  .format-grid > div:nth-child(n + 4) { border-top: 1px solid var(--line); }
  .experience-dashboard { grid-template-columns: 1fr; }
  .dashboard-panel { border-top: 1px solid rgba(255, 255, 255, 0.14); border-left: 0; }
}

@media (max-width: 840px) {
  .desktop-nav, .header-contact { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-toggle { display: block; justify-self: end; }
  .mobile-nav { display: none; padding: 0 24px 18px; }
  .menu-open .mobile-nav { display: grid; }
  .mobile-nav .nav-link { padding: 13px 0; border-top: 1px solid rgba(255, 255, 255, 0.12); }
  .mobile-nav .nav-link.is-active::after { bottom: 0; }
  .intro-grid, .image-story, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .faq-layout aside { position: static; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .value-item:nth-child(2) { border-right: 0; }
  .value-item:nth-child(n + 3) { border-top: 1px solid rgba(255, 255, 255, 0.14); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-item:nth-child(2) { border-right: 0; }
  .process-item:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .section-dark .process-item:nth-child(n + 3) { border-top-color: rgba(255, 255, 255, 0.14); }
  .mode-grid, .benefit-grid, .capability-grid, .principle-grid { grid-template-columns: repeat(2, 1fr); }
  .scenario-grid, .animation-grid, .case-gallery { grid-template-columns: repeat(2, 1fr); }
  .deliverable-row { grid-template-columns: repeat(2, 1fr); }
  .deliverable-row > div:nth-child(2) { border-right: 0; }
  .deliverable-row > div:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .insight-grid, .module-grid { grid-template-columns: repeat(2, 1fr); }
  .insight-feature .insight-card { grid-template-columns: 1fr; }
  .insight-feature .insight-image { min-height: 250px; }
  .about-story { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 600px) {
  .page-width, .header-inner { width: calc(100% - 32px); }
  .section-block { padding: 72px 0; }
  .intro-band { padding: 72px 0; }
  .hero-media-section { min-height: 780px; }
  .hero-home-content { padding-top: 115px; padding-bottom: 70px; }
  .hero-home h1 { font-size: 45px; }
  .hero-subtitle { font-size: 20px; }
  .hero-summary { font-size: 16px; }
  .hero-stats { bottom: 16px; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .stat-item { min-height: 100px; padding: 17px; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
  .stat-item:nth-child(2) { border-right: 0; }
  .stat-item:nth-child(n + 3) { border-bottom: 0; }
  .stat-item strong { font-size: 27px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading > p { margin-top: 20px; }
  .section-heading h2, .intro-grid h2, .cta-band h2, .faq-layout h2, .image-story h2 { font-size: 32px; }
  .service-grid, .application-grid, .application-grid-six, .mode-grid, .benefit-grid, .capability-grid, .principle-grid, .scenario-grid, .animation-grid, .case-gallery { grid-template-columns: 1fr; }
  .service-card-image { height: 180px; }
  .value-grid, .process-grid { grid-template-columns: 1fr; }
  .value-item, .value-item:not(:first-child), .process-item, .process-item:not(:first-child) { min-height: auto; padding: 21px 0; border-right: 0; border-top: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
  .value-item h3, .process-item h3 { margin-top: 22px; }
  .section-light .process-item { border-bottom-color: var(--line); }
  .cta-band { display: block; margin-top: 72px; margin-bottom: 72px; padding: 30px 24px; }
  .cta-band h2 { font-size: 29px; }
  .cta-band .button { margin-top: 25px; }
  .detail-hero { min-height: 610px; }
  .detail-hero-content { padding-top: 100px; }
  .detail-hero-content h1, .simple-hero h1 { font-size: 45px; }
  .detail-hero-content > p:not(.section-kicker) { font-size: 16px; }
  .detail-subtitle { font-size: 21px !important; }
  .deliverable-row { grid-template-columns: 1fr; }
  .deliverable-row > div, .deliverable-row > div:not(:first-child) { min-height: 95px; padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); border-top: 0; }
  .deliverable-row > div:last-child { border-bottom: 0; }
  .animation-process { grid-template-columns: 1fr; }
  .animation-process article, .animation-process article:not(:first-child) { min-height: auto; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-card-grid { grid-template-columns: 1fr; }
  .inquiry-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; padding: 52px 0 38px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 5px; }
  .trust-grid, .use-grid, .case-grid, .related-case-grid, .insight-grid, .module-grid { grid-template-columns: 1fr; }
  .simple-hero-image .simple-hero-content { padding-top: 95px; padding-bottom: 90px; }
  .simple-hero h1 { font-size: 45px; }
  .article-layout { grid-template-columns: 1fr; gap: 35px; padding-top: 60px; }
  .article-aside { position: static; }
  .article-body h2 { font-size: 26px; }
  .experience-promo { grid-template-columns: 1fr; margin-top: 72px; margin-bottom: 72px; }
  .experience-promo-image { min-height: 230px; }
  .experience-promo > div:last-child { padding: 30px 24px; }
  .experience-promo h2 { font-size: 30px; }
  .experience-head { display: block; }.experience-head .button { margin-top: 20px; }
  .experience-kpis { grid-template-columns: repeat(2, 1fr); }
  .dashboard-map { min-height: 330px; }.experience-dashboard { min-height: 0; }
  .format-grid { grid-template-columns: 1fr; }.format-grid > div, .format-grid > div:not(:first-child) { min-height: auto; padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); border-top: 0; }.format-grid > div:last-child { border-bottom: 0; }
  .insight-feature .insight-body { padding: 28px 24px; }.insight-feature .insight-body h3 { font-size: 26px; }
  .form-split { grid-template-columns: 1fr !important; }
}

.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

@media (max-width: 600px) {
  .form-split { grid-template-columns: 1fr; }
}

/* Visual pass: a measured technical layer gives the site a stronger signature without hiding the content. */
:root {
  --teal-bright: #69d6cb;
  --ink-faint: #72817b;
  --hairline: rgba(18, 167, 163, 0.22);
}

h1, h2, h3, p { text-wrap: balance; }

.site-header { background: rgba(5, 14, 12, 0.88); }
.brand-mark { box-shadow: 0 0 0 1px rgba(105, 214, 203, 0.24), 0 9px 24px rgba(0, 0, 0, 0.2); }
.nav-link { transition: color 0.22s ease, transform 0.22s ease; }
.nav-link:hover { transform: translateY(-1px); }
.header-contact, .button { border-radius: 4px; }
.button { position: relative; overflow: hidden; }
.button::after { position: absolute; inset: 0; content: ""; background: rgba(255, 255, 255, 0.14); transform: translateX(-110%) skewX(-18deg); transition: transform 0.4s ease; }
.button:hover::after { transform: translateX(110%) skewX(-18deg); }
.button > span { position: relative; z-index: 1; }

.hero-media-section { min-height: 830px; isolation: isolate; }
.hero-background { transform: scale(1.055) translate3d(var(--hero-x, 0px), var(--hero-y, 0px), 0); transition: transform 0.8s cubic-bezier(0.2, 0.75, 0.25, 1); }
.hero-background img { filter: saturate(1.12) contrast(1.07); }
.hero-overlay { background: linear-gradient(90deg, rgba(4, 13, 12, 0.96) 0%, rgba(4, 13, 12, 0.8) 42%, rgba(4, 13, 12, 0.2) 100%), linear-gradient(0deg, rgba(4, 13, 12, 0.92), transparent 62%); }
.hero-home-content { max-width: 1360px; }
.hero-home h1 { max-width: 760px; text-shadow: 0 16px 45px rgba(0, 0, 0, 0.28); }
.hero-subtitle { max-width: 580px; color: #f4fffb; }
.hero-summary { max-width: 560px; }
.hero-stats { max-width: 1360px; }
.stats-strip { border-color: rgba(105, 214, 203, 0.28); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22); }
.stat-item strong { text-shadow: 0 0 24px rgba(105, 214, 203, 0.2); }

.hero-hud { position: absolute; z-index: 1; inset: 0; overflow: hidden; pointer-events: none; }
.hero-hud::before { position: absolute; inset: 0; content: ""; opacity: 0.24; background-image: linear-gradient(rgba(105, 214, 203, 0.09) 1px, transparent 1px), linear-gradient(90deg, rgba(105, 214, 203, 0.09) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent 18%, #000 55%, transparent 100%); }
.hud-frame { position: absolute; border: 1px solid rgba(105, 214, 203, 0.28); }
.hud-frame-a { top: 18%; right: 9%; width: 370px; height: 370px; border-radius: 50%; animation: hud-rotate 24s linear infinite; }
.hud-frame-a::before, .hud-frame-a::after { position: absolute; content: ""; border: 1px solid rgba(105, 214, 203, 0.2); border-radius: 50%; }
.hud-frame-a::before { inset: 30px; }
.hud-frame-a::after { inset: -24px; border-style: dashed; opacity: 0.7; }
.hud-frame-b { top: 34%; right: 2%; width: 460px; height: 190px; border-left: 0; border-right: 0; transform: rotate(-12deg); opacity: 0.65; }
.hud-orbit { position: absolute; top: 23%; right: 17%; width: 210px; height: 210px; border: 1px solid rgba(213, 255, 247, 0.42); border-radius: 50%; animation: hud-pulse 4s ease-in-out infinite; }
.hud-orbit::before { position: absolute; top: 50%; right: -7px; width: 14px; height: 1px; content: ""; background: var(--teal-bright); box-shadow: -50px 0 0 rgba(105, 214, 203, 0.2); }
.hud-orbit-dot { position: absolute; top: 16px; left: 49%; width: 6px; height: 6px; border-radius: 50%; background: #d4fff8; box-shadow: 0 0 0 6px rgba(105, 214, 203, 0.14); }
.hud-orbit i { position: absolute; top: 30px; left: -15px; width: 240px; height: 80px; border-top: 1px solid rgba(105, 214, 203, 0.65); border-radius: 50%; transform: rotate(-31deg); }
.hud-readout { position: absolute; display: grid; gap: 3px; min-width: 148px; padding: 12px 15px; border-left: 2px solid var(--teal-bright); color: rgba(255, 255, 255, 0.62); background: rgba(4, 13, 12, 0.42); backdrop-filter: blur(7px); }
.hud-readout span, .hud-readout small { font-size: 9px; letter-spacing: 0.12em; }
.hud-readout strong { color: #e1fff8; font-size: 16px; letter-spacing: 0.05em; }
.hud-readout-a { top: 24%; right: 3%; }
.hud-readout-b { right: 22%; bottom: 29%; }
.hud-crosshair { position: absolute; right: 35%; bottom: 24%; width: 34px; height: 34px; border: 1px solid rgba(105, 214, 203, 0.5); border-radius: 50%; }
.hud-crosshair::before, .hud-crosshair::after, .hud-crosshair i { position: absolute; content: ""; background: rgba(105, 214, 203, 0.65); }
.hud-crosshair::before { top: 16px; left: -12px; width: 56px; height: 1px; }.hud-crosshair::after { top: -12px; left: 16px; width: 1px; height: 56px; }
.hud-crosshair i:first-child { inset: 9px; border: 1px solid rgba(105, 214, 203, 0.55); border-radius: 50%; background: transparent; }
.hud-crosshair i:last-child { display: none; }
.hud-scan { position: absolute; top: 15%; right: 9%; width: 340px; height: 1px; background: var(--teal-bright); opacity: 0.55; box-shadow: 0 0 15px var(--teal-bright); animation: hud-scan 5s ease-in-out infinite; }
.hero-scroll-cue { position: absolute; right: 24px; bottom: 38px; z-index: 3; display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, 0.6); font-size: 9px; letter-spacing: 0.16em; writing-mode: vertical-rl; }
.hero-scroll-cue i { width: 1px; height: 60px; background: linear-gradient(var(--teal-bright), transparent); }
.signal-rail { position: absolute; right: max(48px, calc((100% - 1200px) / 2)); bottom: 166px; z-index: 3; display: flex; gap: 22px; padding-top: 10px; border-top: 1px solid rgba(105, 214, 203, 0.35); color: rgba(255, 255, 255, 0.52); font-size: 9px; letter-spacing: 0.12em; }
.signal-rail span::before { display: inline-block; width: 5px; height: 5px; margin: 0 7px 1px 0; content: ""; border-radius: 50%; background: var(--teal-bright); }

.section-block { padding-top: 118px; padding-bottom: 118px; }
.section-dark { background-color: #07110f; background-image: linear-gradient(rgba(105, 214, 203, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(105, 214, 203, 0.035) 1px, transparent 1px); background-size: 80px 80px; }
.section-heading h2, .intro-grid h2, .cta-band h2, .faq-layout h2, .image-story h2 { max-width: 740px; text-wrap: balance; }
.section-heading > p { text-wrap: pretty; }
.service-grid { gap: 18px; }
.service-card, .case-card, .insight-card, .application-card, .animation-card, .mode-card, .capability-card, .benefit-grid article, .principle-grid article, .scenario-grid article, .use-card, .module-grid article { position: relative; border-radius: 4px; box-shadow: none; transition: transform 0.35s cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 0.35s ease, border-color 0.35s ease; }
.service-card::before, .case-card::before, .insight-card::before, .application-card::before { position: absolute; top: 0; right: 18px; left: 18px; z-index: 2; height: 2px; content: ""; background: var(--teal); transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease; }
.service-card:hover, .case-card:hover, .insight-card:hover, .application-card:hover, .animation-card:hover, .mode-card:hover, .capability-card:hover, .benefit-grid article:hover, .principle-grid article:hover, .scenario-grid article:hover, .use-card:hover, .module-grid article:hover { transform: translateY(-8px); box-shadow: 0 22px 50px rgba(10, 26, 20, 0.12); }
.service-card:hover::before, .case-card:hover::before, .insight-card:hover::before, .application-card:hover::before { transform: scaleX(1); }
.service-card-image img, .case-image img, .insight-image img, .application-image img, .animation-image img { transition: transform 0.65s cubic-bezier(0.2, 0.75, 0.25, 1), filter 0.65s ease; }
.service-card-image, .case-image, .insight-image, .application-image, .animation-image { background-color: #102a25; background-image: linear-gradient(rgba(105, 214, 203, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(105, 214, 203, 0.08) 1px, transparent 1px); background-size: 28px 28px; }
.service-card:hover img, .case-card:hover img, .insight-card:hover img, .application-card:hover img, .animation-card:hover img { transform: scale(1.06); filter: saturate(1.12); }
.service-card:first-child { color: var(--white); border-color: rgba(105, 214, 203, 0.28); background: var(--dark); }
.service-card:first-child .service-card-body > p:not(.service-english) { color: rgba(255, 255, 255, 0.68); }
.service-card:first-child .tag-row span { color: rgba(255, 255, 255, 0.72); background: rgba(255, 255, 255, 0.08); }
.service-card:first-child .text-link { color: var(--white); }
.service-card:first-child .service-card-image { background: #0c2520; }
.home-case-grid .case-card:first-child { grid-column: span 2; }
.home-case-grid .case-card:first-child .case-image { height: 295px; }
.home-case-grid .case-card:first-child .case-body { min-height: 150px; }

.simple-hero::after, .detail-hero::after { position: absolute; right: 8%; bottom: -100px; width: 300px; height: 300px; content: ""; border: 1px solid rgba(105, 214, 203, 0.23); border-radius: 50%; transform: rotate(24deg); box-shadow: 0 0 0 24px rgba(105, 214, 203, 0.025), 0 0 0 48px rgba(105, 214, 203, 0.02); pointer-events: none; }
.detail-hero-content, .simple-hero-content { max-width: 1360px; }
.detail-hero-content h1, .simple-hero h1 { text-wrap: balance; text-shadow: 0 14px 36px rgba(0, 0, 0, 0.2); }
.detail-hero-image img, .simple-hero-background img { filter: saturate(1.1) contrast(1.06); }

.motion-ready .reveal-item { opacity: 1; transform: translateY(24px); }
.motion-ready .reveal-item.is-visible { opacity: 1; transform: translateY(0); transition: opacity 0.7s ease var(--reveal-delay), transform 0.7s cubic-bezier(0.2, 0.75, 0.25, 1) var(--reveal-delay); }

.dashboard-map { background-image: linear-gradient(rgba(105, 214, 203, 0.11) 1px, transparent 1px), linear-gradient(90deg, rgba(105, 214, 203, 0.11) 1px, transparent 1px); }
.map-node { animation: node-pulse 2.8s ease-in-out infinite; }
.map-node:nth-of-type(2n) { animation-delay: 0.7s; }

@keyframes hud-rotate { to { transform: rotate(360deg); } }
@keyframes hud-pulse { 0%, 100% { opacity: 0.62; transform: scale(0.98); } 50% { opacity: 1; transform: scale(1.02); } }
@keyframes hud-scan { 0%, 100% { transform: translateY(0); opacity: 0.1; } 35% { opacity: 0.65; } 70% { transform: translateY(430px); opacity: 0.08; } }
@keyframes node-pulse { 0%, 100% { box-shadow: 0 0 0 5px rgba(18, 167, 163, 0.12); } 50% { box-shadow: 0 0 0 10px rgba(18, 167, 163, 0.02); } }
@keyframes hero-rise { from { transform: translateY(16px); } to { transform: translateY(0); } }
@keyframes hud-in { from { opacity: 0; transform: scale(0.96); } to { opacity: 1; transform: scale(1); } }

.hero-home-content > * { animation: hero-rise 0.8s cubic-bezier(0.2, 0.75, 0.25, 1) both; }
.hero-home-content > *:nth-child(2) { animation-delay: 0.08s; }
.hero-home-content > *:nth-child(3) { animation-delay: 0.16s; }
.hero-home-content > *:nth-child(4) { animation-delay: 0.24s; }
.hero-home-content > *:nth-child(5) { animation-delay: 0.32s; }
.hero-hud { animation: hud-in 1.1s 0.18s ease both; }
.hero-stats { animation: hero-rise 0.85s 0.28s ease both; }
.detail-hero-content, .simple-hero-content { animation: hero-rise 0.85s ease both; }

@media (max-width: 1080px) {
  .hud-frame-a { right: 2%; width: 300px; height: 300px; }
  .hud-orbit { right: 10%; }
  .hud-readout-b { right: 14%; }
  .signal-rail { right: 28px; gap: 13px; }
}

@media (max-width: 840px) {
  .hero-hud, .hero-scroll-cue, .signal-rail { display: none; }
  .hero-home-content { padding-top: 115px; }
  .home-case-grid .case-card:first-child { grid-column: span 2; }
}

@media (max-width: 600px) {
  .hero-media-section { min-height: 740px; }
  .hero-background { transform: scale(1.08); }
  .hero-home h1 { max-width: 100%; font-size: 45px; }
  .hero-summary { max-width: 100%; }
  .section-block { padding-top: 84px; padding-bottom: 84px; }
  .home-case-grid .case-card:first-child { grid-column: span 1; }
  .home-case-grid .case-card:first-child .case-image { height: 220px; }
  .simple-hero::after, .detail-hero::after { right: -110px; bottom: -120px; width: 230px; height: 230px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

.brand-logo { display: block; width: 174px; height: auto; max-height: 52px; object-fit: contain; object-position: left center; }
.header-inner .brand { min-width: 174px; }

.floating-chat { position: fixed; right: 22px; bottom: 22px; z-index: 45; display: inline-flex; align-items: center; gap: 10px; min-width: 178px; padding: 10px 13px 10px 10px; border: 1px solid rgba(105, 214, 203, 0.62); border-radius: 4px; color: var(--white); background: rgba(5, 14, 12, 0.92); box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22); backdrop-filter: blur(12px); transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, visibility 0.25s ease; }
.floating-chat.is-footer-visible { visibility: hidden; opacity: 0; transform: translateY(12px); pointer-events: none; }
.floating-chat:hover { transform: translateY(-4px); border-color: var(--teal-bright); background: rgba(8, 29, 25, 0.98); }
.floating-chat-icon { display: grid; place-items: center; width: 30px; height: 30px; color: var(--dark); background: var(--teal-bright); font-weight: 900; }
.floating-chat strong, .floating-chat small { display: block; }
.floating-chat strong { font-size: 13px; }.floating-chat small { margin-top: 1px; color: rgba(255, 255, 255, 0.58); font-size: 10px; }
.contact-chat-card { color: var(--white); border-color: rgba(105, 214, 203, 0.34) !important; background: var(--dark) !important; }
.contact-chat-card > span { display: block; color: var(--teal-bright) !important; }.contact-chat-card strong { display: block; margin-top: 7px; font-size: 17px; }.contact-chat-card a { color: var(--white); }.contact-chat-card p { color: rgba(255, 255, 255, 0.56); }
.chat-account-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }.chat-account-link { display: inline-flex; align-items: center; gap: 6px; padding: 8px 10px; border: 1px solid rgba(105, 214, 203, 0.32); color: var(--white) !important; font-size: 12px; }.chat-account-link:hover, .chat-account-link:focus-visible { border-color: var(--teal-bright); color: var(--teal-bright) !important; outline: none; }.chat-account-link span { color: inherit !important; }

.ai-hero .detail-hero-overlay { background: linear-gradient(90deg, rgba(4, 13, 12, 0.96), rgba(4, 13, 12, 0.62) 55%, rgba(4, 13, 12, 0.2)); }
.ai-lab { padding: 110px 0; }
.ai-lab-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 70px; align-items: center; }
.ai-lab-copy h2 { max-width: 560px; margin: 17px 0 18px; font-size: 48px; line-height: 1.12; }
.ai-lab-copy > p:not(.section-kicker) { max-width: 520px; color: rgba(255, 255, 255, 0.66); font-size: 17px; }
.ai-console { overflow: hidden; border: 1px solid rgba(105, 214, 203, 0.32); background: #091713; box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24); }
.ai-console-top { display: flex; justify-content: space-between; gap: 16px; padding: 16px 20px; border-bottom: 1px solid rgba(105, 214, 203, 0.19); color: rgba(255, 255, 255, 0.55); font-size: 10px; letter-spacing: 0.1em; }
.ai-console-top strong { color: var(--teal-bright); font-size: 10px; font-weight: 700; }.ai-console-top i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 0 4px rgba(105, 214, 203, 0.12); }
.ai-question-list { display: grid; gap: 8px; padding: 20px; border-bottom: 1px solid rgba(105, 214, 203, 0.12); }
.ai-question { display: flex; justify-content: space-between; gap: 16px; width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.76); background: rgba(255, 255, 255, 0.035); text-align: left; cursor: pointer; transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease; }
.ai-question:hover { border-color: rgba(105, 214, 203, 0.65); color: var(--white); background: rgba(18, 167, 163, 0.13); }.ai-question span { color: var(--teal-bright); }
.ai-response { min-height: 154px; padding: 24px 20px; background-color: #0b211b; background-image: linear-gradient(rgba(105, 214, 203, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(105, 214, 203, 0.06) 1px, transparent 1px); background-size: 36px 36px; }
.ai-response-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--teal-bright); font-size: 11px; font-weight: 800; letter-spacing: 0.08em; }.ai-response-meta small { color: rgba(255, 255, 255, 0.38); font-size: 9px; font-weight: 600; }
.ai-response p { max-width: 660px; margin: 25px 0 0; color: rgba(255, 255, 255, 0.84); font-size: 17px; line-height: 1.8; }.ai-console.is-updated .ai-response { animation: response-flash 0.45s ease; }
.ai-consult-status { display: block; margin-top: 17px; color: rgba(105, 214, 203, 0.74); font-size: 11px; line-height: 1.6; }
.ai-consult-cta { display: inline-flex; margin-top: 13px; color: var(--teal-bright); font-size: 12px; font-weight: 800; }
.ai-consult-cta:hover { color: var(--white); }
.ai-input-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 14px 20px 20px; }.ai-input-row input { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid rgba(255, 255, 255, 0.16); color: var(--white); background: rgba(255, 255, 255, 0.05); outline: none; }.ai-input-row input:focus { border-color: var(--teal-bright); }.ai-input-row .button { min-height: 46px; border: 0; }
.ai-capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.ai-capability-card { min-height: 205px; padding: 24px; border: 1px solid var(--line); border-radius: 4px; background: var(--white); transition: transform 0.3s ease, box-shadow 0.3s ease; }.ai-capability-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }.ai-capability-card > span, .ai-roadmap article > span { color: var(--teal); font-size: 12px; font-weight: 900; }.ai-capability-card h3 { margin: 48px 0 10px; font-size: 20px; }.ai-capability-card p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.ai-roadmap { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }.ai-roadmap article { min-height: 190px; padding: 24px 24px 0 0; border-right: 1px solid var(--line); }.ai-roadmap article:not(:first-child) { padding-left: 24px; }.ai-roadmap article:last-child { border-right: 0; }.ai-roadmap h3 { margin: 45px 0 10px; font-size: 21px; }.ai-roadmap p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.media-video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.media-video-card { overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: var(--white); }.media-video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #0b211b; }.media-video-frame video { width: 100%; height: 100%; object-fit: cover; }.media-video-badge { position: absolute; top: 14px; left: 14px; padding: 5px 8px; border: 1px solid rgba(105, 214, 203, 0.5); color: var(--teal-bright); background: rgba(4, 13, 12, 0.72); font-size: 10px; letter-spacing: 0.08em; }.media-video-body { padding: 20px 22px 23px; }.media-video-body h3 { margin: 0 0 9px; font-size: 22px; }.media-video-body p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.media-gallery { background-color: #07110f; }.media-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.media-gallery-item { margin: 0; overflow: hidden; border: 1px solid rgba(105, 214, 203, 0.2); background: rgba(255, 255, 255, 0.04); }.media-gallery-item > div { aspect-ratio: 16 / 10; overflow: hidden; }.media-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s ease; }.media-gallery-item:hover img { transform: scale(1.06); }.media-gallery-item figcaption { display: grid; grid-template-columns: 28px 1fr; gap: 2px 12px; padding: 15px 16px 17px; }.media-gallery-item figcaption span { grid-row: span 2; color: var(--teal-bright); font-size: 11px; font-weight: 900; }.media-gallery-item strong { color: var(--white); font-size: 16px; }.media-gallery-item small { color: rgba(255, 255, 255, 0.48); font-size: 11px; }
.media-gallery-trigger { display: block; width: 100%; padding: 0; border: 0; color: inherit; background: transparent; text-align: left; cursor: zoom-in; }.media-gallery-trigger img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform 0.5s ease, filter 0.5s ease; }.media-gallery-trigger:hover img, .media-gallery-trigger:focus-visible img { transform: scale(1.025); filter: brightness(1.08); }.media-gallery-trigger:focus-visible { outline: 2px solid var(--teal-bright); outline-offset: 5px; }.media-lightbox[hidden] { display: none; }.media-lightbox { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 56px 6vw 40px; background: rgba(2, 7, 8, .94); backdrop-filter: blur(8px); }.media-lightbox-image { display: block; max-width: min(1180px, 88vw); max-height: calc(100vh - 150px); object-fit: contain; box-shadow: 0 24px 80px rgba(0, 0, 0, .5); }.media-lightbox-caption { position: absolute; bottom: 18px; left: 0; right: 0; margin: 0; color: var(--white); font-size: 14px; text-align: center; }.media-lightbox-close { position: absolute; top: 18px; right: 24px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.42); color: var(--white); background: transparent; font-size: 28px; line-height: 1; cursor: pointer; }.media-lightbox-close:hover, .media-lightbox-close:focus-visible { border-color: var(--teal-bright); color: var(--teal-bright); outline: none; } body.lightbox-open { overflow: hidden; }
.ai-home-promo { display: grid; grid-template-columns: 1.08fr 0.92fr; overflow: hidden; margin-top: 104px; margin-bottom: 0; color: var(--white); background: #07110f; }.ai-home-promo-media { min-height: 340px; overflow: hidden; }.ai-home-promo-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.1) contrast(1.05); }.ai-home-promo-copy { display: flex; flex-direction: column; justify-content: center; padding: 46px; }.ai-home-promo-copy h2 { max-width: 540px; margin: 16px 0; font-size: 38px; line-height: 1.16; }.ai-home-promo-copy > p:not(.section-kicker) { max-width: 520px; color: rgba(255, 255, 255, 0.67); }.ai-home-promo-copy .button-row { margin-top: 24px; }
.ai-context-promo { display: flex; justify-content: space-between; align-items: center; gap: 34px; margin-top: 86px; margin-bottom: 0; padding: 34px 40px; border-left: 3px solid var(--teal-bright); color: var(--white); background: #07110f; box-shadow: 0 22px 55px rgba(0, 0, 0, 0.16); }
.ai-context-promo h2 { max-width: 620px; margin: 12px 0 8px; font-size: 30px; line-height: 1.18; }
.ai-context-promo p { max-width: 680px; margin: 0; color: rgba(255, 255, 255, 0.65); font-size: 14px; }
.ai-context-promo .button-row { flex: 0 0 auto; margin-top: 0; }
@keyframes response-flash { 0% { background-color: rgba(18, 167, 163, 0.26); } 100% { background-color: transparent; } }

@media (max-width: 840px) {
  .ai-lab-grid, .ai-home-promo { grid-template-columns: 1fr; gap: 28px; }.ai-lab-copy h2 { font-size: 40px; }.ai-capability-grid { grid-template-columns: repeat(2, 1fr); }.media-gallery-grid { grid-template-columns: repeat(2, 1fr); }.ai-home-promo-copy { padding: 35px 30px; }
}

@media (max-width: 600px) {
  .brand-logo { width: 154px; }.header-inner .brand { min-width: 154px; }.floating-chat { right: 14px; bottom: 14px; min-width: 0; padding-right: 11px; }.floating-chat small { display: none; }.ai-lab { padding: 84px 0; }.ai-lab-copy h2 { font-size: 32px; }.ai-console-top { display: grid; gap: 7px; }.ai-input-row { grid-template-columns: 1fr; }.ai-capability-grid, .media-video-grid, .media-gallery-grid { grid-template-columns: 1fr; }.ai-roadmap { grid-template-columns: 1fr; }.ai-roadmap article, .ai-roadmap article:not(:first-child) { min-height: auto; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }.ai-roadmap article:last-child { border-bottom: 0; }.ai-roadmap h3 { margin-top: 22px; }.ai-home-promo-copy { padding: 30px 24px; }.ai-home-promo-copy h2 { font-size: 30px; }.media-video-body { padding: 18px; }
}

@media (max-width: 600px) {
  .floating-chat { display: none; }
}

@media (max-width: 840px) {
  .ai-context-promo { display: block; }
  .ai-context-promo .button-row { margin-top: 25px; }
}

@media (max-width: 600px) {
  .ai-context-promo { margin-top: 70px; padding: 28px 24px; }
  .ai-context-promo h2 { font-size: 26px; }
}

.contact-hero { min-height: 500px; padding: 0; }
.contact-hero-content { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr); align-items: center; gap: 80px; min-height: 500px; padding-top: 70px; padding-bottom: 70px; }
.contact-hero-copy h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 5.8vw, 78px); line-height: 1.06; }
.contact-hero-copy > p:not(.section-kicker) { margin: 22px 0 0; color: rgba(255, 255, 255, 0.75); font-size: 18px; }
.contact-hero-panel { align-self: center; padding: 22px 24px 20px; border: 1px solid rgba(105, 214, 203, 0.36); background: rgba(5, 18, 16, 0.72); box-shadow: 0 24px 65px rgba(0, 0, 0, 0.24); backdrop-filter: blur(10px); }
.contact-panel-top, .contact-panel-footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; color: rgba(255, 255, 255, 0.45); font-size: 10px; letter-spacing: 0.12em; }
.contact-panel-top { padding-bottom: 17px; border-bottom: 1px solid rgba(105, 214, 203, 0.18); }
.contact-panel-top strong { color: var(--teal-bright); font-size: 10px; }.contact-panel-top i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--teal-bright); box-shadow: 0 0 0 4px rgba(105, 214, 203, 0.12); }
.contact-protocol { display: grid; gap: 0; padding: 11px 0; }
.contact-protocol > div { display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: start; padding: 16px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.contact-protocol > div:last-child { border-bottom: 0; }
.contact-protocol b { color: var(--teal-bright); font: 12px/1.4 "Consolas", monospace; }.contact-protocol span { color: rgba(255, 255, 255, 0.88); font-size: 15px; font-weight: 800; }.contact-protocol small { display: block; margin-top: 4px; color: rgba(255, 255, 255, 0.45); font-size: 11px; font-weight: 400; }
.contact-panel-footer { padding-top: 16px; border-top: 1px solid rgba(105, 214, 203, 0.18); }.contact-panel-footer strong { color: var(--white); font-size: 12px; letter-spacing: 0.05em; }

@media (max-width: 840px) {
  .contact-hero-content { grid-template-columns: 1fr; gap: 38px; min-height: auto; padding-top: 86px; padding-bottom: 70px; }
  .contact-hero-panel { width: min(100%, 520px); }
}

@media (max-width: 600px) {
  .contact-hero-content { padding-top: 72px; padding-bottom: 62px; }
  .contact-hero-copy h1 { font-size: 45px; }
  .contact-hero-copy > p:not(.section-kicker) { font-size: 16px; }
  .contact-hero-panel { padding: 18px 18px 16px; }
}

.chat-fallback-modal[hidden] { display: none; }
.chat-fallback-modal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 24px; background: rgba(2, 7, 8, 0.78); backdrop-filter: blur(10px); }
.chat-fallback-dialog { position: relative; width: min(100%, 520px); padding: 42px 42px 32px; border: 1px solid rgba(105, 214, 203, 0.42); color: var(--white); background: #07110f; box-shadow: 0 26px 90px rgba(0, 0, 0, 0.4); }
.chat-fallback-dialog h2 { margin: 13px 0 12px; font-size: 34px; line-height: 1.15; }
.chat-fallback-dialog > p:not(.section-kicker) { max-width: 420px; margin: 0; color: rgba(255, 255, 255, 0.66); font-size: 15px; line-height: 1.7; }
.chat-fallback-dialog .button-row { margin-top: 25px; }
.chat-fallback-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.26); color: var(--white); background: transparent; font-size: 23px; line-height: 1; cursor: pointer; }
.chat-fallback-close:hover, .chat-fallback-close:focus-visible { border-color: var(--teal-bright); color: var(--teal-bright); outline: none; }
.chat-fallback-store { display: flex; align-items: center; gap: 10px; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.13); color: rgba(255, 255, 255, 0.55); font-size: 12px; }
.chat-fallback-store strong { color: var(--white); font-size: 13px; font-weight: 700; }
.chat-fallback-store button { margin-left: auto; padding: 0; border: 0; color: var(--teal-bright); background: transparent; font: inherit; cursor: pointer; }
.chat-fallback-store button:hover, .chat-fallback-store button:focus-visible { color: var(--white); outline: none; }
.chat-fallback-links { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; color: rgba(255, 255, 255, 0.5); font-size: 12px; }
.chat-fallback-links a { color: var(--teal-bright); text-decoration: underline; text-underline-offset: 3px; }
.chat-fallback-links a:hover, .chat-fallback-links a:focus-visible { color: var(--white); }

@media (max-width: 600px) {
  .chat-fallback-modal { padding: 16px; }
  .chat-fallback-dialog { padding: 36px 24px 26px; }
  .chat-fallback-dialog h2 { font-size: 29px; }
  .chat-fallback-dialog .button-row { display: grid; }
  .chat-fallback-dialog .button { justify-content: space-between; }
  .chat-fallback-links { align-items: flex-start; flex-direction: column; }
}
