:root {
  color-scheme: dark;
  --bg: #070b0f;
  --panel: #0d141b;
  --panel-2: #111c25;
  --ink: #f6fbff;
  --muted: #a9b7c3;
  --line: rgba(174, 203, 221, 0.18);
  --cyan: #48d7ff;
  --blue: #2468ff;
  --green: #5cf0b2;
  --amber: #ffc857;
  --paper: #eef6fa;
  --dark-text: #101820;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
p, h1, h2, h3 { overflow-wrap: anywhere; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 18px;
  align-items: center;
  padding: 16px clamp(18px, 4vw, 56px);
  color: var(--ink);
  transition: background 180ms ease, border 180ms ease;
}
.site-header.scrolled, .site-header.open {
  background: rgba(7, 11, 15, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand strong { display: block; font-size: 18px; letter-spacing: 0.02em; }
.brand small { display: block; color: var(--muted); font-size: 11px; line-height: 1.1; }
.brand-logo {
  width: 148px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  filter: drop-shadow(0 0 18px rgba(255, 107, 43, 0.18));
}
.nav { justify-self: center; display: flex; gap: 16px; font-size: 13px; font-weight: 720; color: #dce8ef; }
.nav a { opacity: 0.86; }
.nav a:hover { opacity: 1; color: var(--cyan); }
.nav a[aria-current="page"] { color: var(--cyan); opacity: 1; }
.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.language-switch {
  display: inline-flex;
  grid-template-columns: none;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 10px;
  color: #dce8ef;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}
.language-switch select {
  width: auto;
  min-height: 30px;
  padding: 4px 28px 4px 8px;
  color: var(--ink);
  background: #091018;
  border-radius: 6px;
}
.header-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid var(--line);
  font-weight: 820;
}
.header-cta, .button.primary {
  color: #041014;
  background: linear-gradient(135deg, #ff6b2b, #ffb15f);
  border: 0;
  box-shadow: 0 0 28px rgba(255, 107, 43, 0.28);
}
.button.secondary { color: var(--ink); background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.34); }
.button.text { color: var(--cyan); border-color: rgba(72,215,255,0.35); background: rgba(72,215,255,0.08); }
.menu-button { display: none; width: 44px; height: 44px; color: inherit; border: 1px solid var(--line); border-radius: 8px; background: transparent; }
.menu-button span { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; }

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 112px clamp(18px, 5vw, 72px) 56px;
  background: #071018 url("assets/images/hero-slice-poster.jpg") center / cover;
}
.hero-video, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; opacity: 0.96; }
.hero-overlay {
  background:
    radial-gradient(circle at 78% 24%, rgba(72, 215, 255, 0.1), transparent 34%),
    linear-gradient(90deg, rgba(7,11,15,0.82), rgba(7,11,15,0.34) 52%, rgba(7,11,15,0.56)),
    linear-gradient(0deg, rgba(7,11,15,0.86), rgba(7,11,15,0.06) 58%, rgba(7,11,15,0.36));
}
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 42px; align-items: end; }
.hero-copy { max-width: 980px; }
.eyebrow, .section-kicker {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 16px;
  font-weight: 760;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
}
h1 { margin: 0; max-width: 980px; font-size: clamp(48px, 8vw, 116px); line-height: 0.92; letter-spacing: 0; }
h2 { margin: 0; font-size: clamp(32px, 5vw, 68px); line-height: 1.02; letter-spacing: 0; }
h3 { margin: 0; font-size: 22px; line-height: 1.18; }
.hero-copy > p:not(.eyebrow) { max-width: 760px; color: #d3e2eb; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 22px; }
.trust-line { color: var(--muted) !important; font-size: 14px !important; }
.play-button { cursor: pointer; }
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: clamp(18px, 5vw, 60px);
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(18px);
}
.video-modal.open { display: grid; }
.video-modal-panel {
  position: relative;
  width: min(1080px, 100%);
  background: #05080b;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.video-modal-panel video {
  width: 100%;
  max-height: 78vh;
  border-radius: 8px;
}
.video-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  width: 44px;
  height: 44px;
  color: var(--ink);
  background: rgba(7,11,15,0.96);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.hero-console {
  padding: 22px;
  background: linear-gradient(180deg, rgba(13,20,27,0.92), rgba(13,20,27,0.62));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.console-top { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 18px var(--green); }
.mode-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.mode-list span, .feature-grid span, .steps span {
  padding: 9px 11px;
  color: #dff8ff;
  background: rgba(72, 215, 255, 0.1);
  border: 1px solid rgba(72, 215, 255, 0.24);
  border-radius: 8px;
}
.console-metric { padding: 18px 0; border-top: 1px solid var(--line); }
.console-metric strong { display: block; color: var(--green); font-size: 32px; }
.console-metric span { color: var(--muted); }

.metric-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: #091018;
}
.metric-band div { min-height: 136px; padding: 24px; border-right: 1px solid var(--line); }
.metric-band strong { display: block; color: var(--ink); font-size: clamp(28px, 3vw, 42px); line-height: 1; }
.metric-band span { display: block; margin-top: 10px; color: var(--muted); line-height: 1.4; }

.section { padding: clamp(72px, 10vw, 132px) clamp(18px, 5vw, 72px); }
.split-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr); gap: 34px; align-items: end; margin-bottom: 38px; }
.split-head p, .product-overview p, .cases-strip p, .footer p, .page-hero p, .content-card p, .pain-grid p, .solution-grid p { color: var(--muted); line-height: 1.65; }
.pain-grid, .solution-grid, .article-grid, .case-grid, .method-grid, .content-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.pain-grid article, .solution-grid article, .article-grid article, .case-grid article, .method-grid article, .content-card {
  padding: 24px;
  min-height: 220px;
  background: linear-gradient(180deg, rgba(17,28,37,0.95), rgba(13,20,27,0.94));
  border: 1px solid var(--line);
  border-radius: 8px;
}
.pain-grid span, .article-grid span, .case-grid span { display: block; margin-bottom: 44px; color: var(--green); font-weight: 900; }
.case-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.case-card-link article {
  height: 100%;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.case-card-link:hover article {
  transform: translateY(-4px);
  border-color: rgba(255,122,61,0.6);
  box-shadow: 0 24px 70px rgba(255,107,43,0.16);
}
.case-card-link img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  margin: -4px 0 24px;
  border-radius: 8px;
}
.case-card-link strong {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-top: 22px;
  color: #071018;
  background: linear-gradient(135deg, var(--orange), #ffc857);
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 950;
}
.case-card-featured article {
  background:
    radial-gradient(circle at 88% 14%, rgba(255,122,61,0.16), transparent 34%),
    linear-gradient(160deg, rgba(18,31,40,0.98), rgba(7,16,24,0.98));
}
.pain-grid article { display: flex; flex-direction: column; }
.pain-grid article img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  margin-top: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.buyer-path {
  background:
    radial-gradient(circle at 16% 24%, rgba(72, 215, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #081018, #0b1118);
}
.path-grid,
.model-grid,
.form-helper-grid {
  display: grid;
  gap: 14px;
}
.path-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.path-grid article,
.model-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  background: linear-gradient(180deg, rgba(17,28,37,0.96), rgba(10,17,24,0.98));
  border: 1px solid var(--line);
  border-radius: 8px;
}
.path-grid article::after,
.model-card::after,
.contact-route-grid a::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--green), #ff6b2b);
  opacity: 0.62;
}
.path-grid span,
.model-card > span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}
.path-grid p,
.model-card p {
  color: var(--muted);
  line-height: 1.65;
}
.dark-section { background: #0a1118; }
.comparison { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--panel); }
.comparison-row { display: grid; grid-template-columns: 0.9fr 1.1fr; border-bottom: 1px solid var(--line); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row span { padding: 18px 22px; color: #dce8ef; border-right: 1px solid var(--line); }
.comparison-row span:last-child { border-right: 0; color: #e8fff7; background: rgba(92, 240, 178, 0.07); }
.comparison-row.head span { color: var(--ink); font-weight: 900; background: rgba(72, 215, 255, 0.12); }

.product-overview, .cases-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}
.product-visual img, .cases-strip video, .page-media {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.menu-automation-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background:
    radial-gradient(circle at 71% 42%, rgba(72,215,255,0.2), transparent 30%),
    radial-gradient(circle at 23% 40%, rgba(255,122,61,0.12), transparent 28%),
    linear-gradient(135deg, #071826, #0f2940 54%, #07131e);
  border: 1px solid rgba(27,74,104,0.24);
  border-radius: 28px;
  box-shadow: 0 32px 90px rgba(3,16,26,0.18);
  isolation: isolate;
}
.menu-automation-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 22px;
  pointer-events: none;
}
.menu-automation-image {
  display: grid;
  place-items: center;
  padding: 0;
  background: #071826;
}
.menu-automation-image::before {
  inset: 0;
  border: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,122,61,0.14), transparent 34%, rgba(72,215,255,0.1));
  z-index: 1;
}
.menu-send-graphic {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
}
.pipeline {
  position: absolute;
  left: 7%;
  top: 35%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 13px;
}
.pipeline-node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #f0b58f;
  background: rgba(7,19,30,0.72);
  border: 1px solid rgba(255,184,133,0.34);
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.18);
  animation: nodePulse 4.8s ease-in-out infinite;
}
.pipeline-node:nth-of-type(2) { animation-delay: .35s; color: #bcecff; border-color: rgba(72,215,255,0.36); }
.pipeline-node:nth-of-type(3) { animation-delay: .7s; }
.pipeline-node:nth-of-type(4) { animation-delay: 1.05s; color: #75dcff; border-color: rgba(72,215,255,0.36); }
.pipeline-node svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}
.pipeline i {
  width: 26px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0.3), rgba(255,255,255,0.92));
  border-radius: 20px;
  position: relative;
}
.pipeline i::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -4px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(255,255,255,0.92);
  border-right: 2px solid rgba(255,255,255,0.92);
  transform: rotate(45deg);
}
.ingredient-cloud {
  position: absolute;
  left: 32%;
  top: 18%;
  z-index: 4;
  width: 110px;
  height: 120px;
  animation: floatSoft 4.6s ease-in-out infinite;
}
.ingredient-cloud::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 64px;
  width: 35px;
  height: 42px;
  background: radial-gradient(circle, rgba(172,236,255,0.55) 10%, transparent 62%);
  filter: blur(2px);
}
.ingredient-cloud span {
  position: absolute;
  display: block;
  background: #efe4cf;
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(255,255,255,0.35);
}
.ingredient-cloud span:nth-child(1) { width: 34px; height: 26px; left: 42px; top: 20px; }
.ingredient-cloud span:nth-child(2) { width: 24px; height: 22px; left: 16px; top: 58px; }
.ingredient-cloud span:nth-child(3) { width: 14px; height: 10px; left: 84px; top: 6px; }
.ingredient-cloud span:nth-child(4) { width: 9px; height: 7px; left: 28px; top: 4px; }
.automation-machine {
  position: absolute;
  right: -6%;
  bottom: 5%;
  z-index: 2;
  width: 58%;
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 34px 52px rgba(0,0,0,0.38));
}
.file-stack {
  position: absolute;
  right: 4%;
  top: 25%;
  z-index: 4;
  display: flex;
}
.file-stack span {
  width: 35px;
  height: 44px;
  margin-left: -11px;
  background: linear-gradient(135deg, #f5fbff, #dce7ef);
  border: 2px solid #8a96a5;
  border-radius: 4px;
  box-shadow: 0 10px 18px rgba(0,0,0,0.16);
  animation: fileDrift 3.4s ease-in-out infinite;
}
.file-stack span:nth-child(2) { animation-delay: .12s; }
.file-stack span:nth-child(3) { animation-delay: .24s; }
.file-stack span:nth-child(4) { animation-delay: .36s; }
.file-stack span:nth-child(5) { animation-delay: .48s; }
.file-stack span:nth-child(6) { animation-delay: .6s; }
.output-bowls {
  position: absolute;
  left: 48%;
  bottom: 8%;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.output-bowls img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border: 4px solid rgba(255,255,255,0.86);
  border-radius: 50%;
  box-shadow: 0 16px 24px rgba(0,0,0,0.24);
  animation: bowlRise 4.2s ease-in-out infinite;
}
.output-bowls img:nth-child(2) { width: 86px; height: 86px; animation-delay: .25s; }
.output-bowls img:nth-child(3) { width: 102px; height: 102px; animation-delay: .5s; }
@keyframes nodePulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 14px 28px rgba(0,0,0,0.18); }
  50% { transform: translateY(-6px); box-shadow: 0 20px 36px rgba(72,215,255,0.16); }
}
@keyframes floatSoft {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-12px) rotate(2deg); }
}
@keyframes fileDrift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}
@keyframes bowlRise {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-8px) scale(1.03); }
}
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 24px 0; }
.solutions-preview { background: linear-gradient(180deg, #0c141c, #070b0f); }
.solution-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.solution-grid article {
  position: relative;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7,11,15,0.10), rgba(7,11,15,0.88)),
    var(--card-bg) center / cover no-repeat;
}
.solution-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(7,11,15,0.04), rgba(7,11,15,0.90)),
    var(--card-bg) center / cover no-repeat;
  filter: saturate(1.08);
  transition: transform 220ms ease;
}
.solution-grid article[style]::before { background-image: linear-gradient(180deg, rgba(7,11,15,0.04), rgba(7,11,15,0.90)), var(--card-bg); }
.solution-grid article:hover::before { transform: scale(1.04); }
.solution-grid article h3, .solution-grid article p { position: relative; z-index: 1; }
.solution-grid article h3 { text-shadow: 0 2px 18px rgba(0,0,0,0.42); }
.solution-grid article p { color: #d8e8f1; }
.cases-strip { background: var(--paper); color: var(--dark-text); }
.cases-strip .eyebrow { color: #0b6b91; }
.cases-strip p { color: #41505b; }
.steps { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.steps span { color: #07212b; background: rgba(36,104,255,0.08); border-color: rgba(36,104,255,0.2); }
.media-preview { background: #0a1118; }
.article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.media-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(255,107,43,0.16), transparent 28%),
    radial-gradient(circle at 18% 74%, rgba(72,215,255,0.14), transparent 34%),
    linear-gradient(135deg, #071018, #101922 62%, #05080b);
}
.media-index {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), transparent),
    #071018;
  border-top: 1px solid var(--line);
}
.media-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.media-stats article {
  min-height: 144px;
  padding: 22px;
  background:
    radial-gradient(circle at 86% 12%, rgba(72,215,255,0.14), transparent 34%),
    linear-gradient(180deg, rgba(17,28,37,0.95), rgba(13,20,27,0.94));
  border: 1px solid var(--line);
  border-radius: 8px;
}
.media-stats strong {
  display: block;
  color: var(--ink);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
}
.media-stats span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 850;
}
.media-timeline-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(92,240,178,0.10), transparent 30%),
    linear-gradient(180deg, #0a1118, #05080b);
}
.media-timeline-first { padding-top: 150px; }
.media-year-block + .media-year-block { margin-top: 72px; }
.media-year {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  align-items: end;
  margin-bottom: 22px;
}
.media-year span {
  color: #071018;
  background: linear-gradient(135deg, var(--orange), #ffc857);
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 950;
  text-align: center;
}
.media-year strong {
  color: var(--ink);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
}
.media-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.media-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 22px;
  background:
    radial-gradient(circle at 92% 10%, rgba(255,122,61,0.12), transparent 32%),
    linear-gradient(180deg, rgba(17,28,37,0.96), rgba(7,16,24,0.96));
  border: 1px solid var(--line);
  border-radius: 8px;
}
.media-card time {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 950;
}
.media-card span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin: 18px 0 26px;
  padding: 8px 10px;
  color: #dff8ff;
  background: rgba(72, 215, 255, 0.10);
  border: 1px solid rgba(72, 215, 255, 0.24);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 850;
}
.media-card h3 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.22;
}
.media-card p {
  color: var(--muted);
  line-height: 1.62;
}
.media-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-top: auto;
  padding: 10px 13px;
  color: #071018;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  border-radius: 8px;
  font-weight: 950;
  text-decoration: none;
}

.page-hero {
  padding: 140px clamp(18px,5vw,72px) 70px;
  background:
    radial-gradient(circle at 82% 20%, rgba(72,215,255,0.18), transparent 34%),
    linear-gradient(135deg, #081018, #101b25 54%, #071016);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: clamp(42px, 7vw, 88px); }
.page-hero p { max-width: 780px; font-size: 20px; }
.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: 34px;
  align-items: center;
}
.about-hero .page-media {
  height: min(58vh, 560px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.about-metrics { border-top: 1px solid var(--line); }
.about-story p,
.about-purpose p,
.about-build .split-head p,
.about-cta p {
  color: var(--muted);
  line-height: 1.7;
}
.about-capabilities .content-card span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: #071018;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
}
.about-purpose { align-items: center; }
.about-cta { padding-top: 36px; }
.cooking-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 42px;
  align-items: center;
  min-height: 100vh;
  background:
    radial-gradient(circle at 75% 32%, rgba(255,107,43,0.18), transparent 30%),
    radial-gradient(circle at 24% 76%, rgba(72,215,255,0.14), transparent 34%),
    linear-gradient(135deg, #081018, #111c25 58%, #070b0f);
}
.cooking-hero-copy { max-width: 920px; }
.cooking-hero .hero-subtitle {
  color: #e9f7ff;
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 820;
}
.cooking-hero-panel {
  position: relative;
  min-height: 560px;
}
.cooking-hero-panel canvas {
  position: absolute;
  width: 68%;
  height: 260px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.cooking-hero-panel canvas:nth-child(1) { top: 10px; right: 0; transform: rotate(2deg); }
.cooking-hero-panel canvas:nth-child(2) { top: 180px; left: 0; transform: rotate(-3deg); }
.cooking-hero-panel canvas:nth-child(3) { bottom: 20px; right: 8%; transform: rotate(1deg); }
.cooking-hero-dishes {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: auto;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.cooking-hero-dishes::before {
  content: "";
  position: absolute;
  inset: 6%;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 42%, rgba(72,215,255,0.24), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01));
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.cooking-hero-dishes .dish-main {
  position: relative;
  width: calc(100% - 12%);
  height: calc(100% - 12%);
  object-fit: cover;
  border-radius: 8px;
  filter: drop-shadow(0 34px 60px rgba(0,0,0,0.48));
}
.cooking-hero-dishes .dish-card {
  position: absolute;
  width: 36%;
  aspect-ratio: 1.25;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  box-shadow: 0 24px 50px rgba(0,0,0,0.38);
}
.dish-card-one { left: 0; top: 8%; transform: rotate(-4deg); }
.dish-card-two { left: 8%; bottom: 2%; transform: rotate(3deg); }
.dish-card-three { right: 4%; bottom: 0; width: 30% !important; transform: rotate(-2deg); }
.cooking-mode-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.method-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 310px !important;
  isolation: isolate;
}
.method-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 76% 14%, rgba(72, 215, 255, 0.18), transparent 34%),
    linear-gradient(160deg, rgba(17, 28, 37, 0.96), rgba(6, 11, 16, 0.94));
}
.method-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px;
  height: 3px;
  z-index: -1;
  background: linear-gradient(90deg, var(--cyan), var(--green));
  border-radius: 99px;
  opacity: 0.8;
}
.method-visual {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  color: #071018;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(72, 215, 255, 0.18);
}
.method-visual svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.method-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.method-card > span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 8px 10px;
  color: #dff8ff;
  background: rgba(72, 215, 255, 0.10);
  border: 1px solid rgba(72, 215, 255, 0.24);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 850;
}
.method-card h3 {
  font-size: 28px;
  margin-bottom: 14px;
}
.method-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.method-braise .method-visual { background: linear-gradient(135deg, #ff8a3d, #ffc857); }
.method-stew .method-visual { background: linear-gradient(135deg, #5cf0b2, #c6f6d5); }
.method-simmer .method-visual { background: linear-gradient(135deg, #48d7ff, #ffb15f); }
.method-boil .method-visual { background: linear-gradient(135deg, #8cc7ff, #48d7ff); }
.market-footprint {
  background:
    radial-gradient(circle at 84% 18%, rgba(255,107,43,0.14), transparent 30%),
    linear-gradient(180deg, #071018, #0b151d);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.case-intro-panel {
  background:
    radial-gradient(circle at 14% 10%, rgba(92,240,178,0.11), transparent 28%),
    radial-gradient(circle at 90% 8%, rgba(255,107,43,0.12), transparent 30%),
    linear-gradient(180deg, #081018, #071016);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.market-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 26px 0 22px;
}
.case-summary-strip {
  margin: 0 0 24px;
}
.market-summary div {
  padding: 18px;
  background: rgba(255,255,255,0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.market-summary strong {
  display: block;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
}
.market-summary span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 750;
}
.country-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.country-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  color: #eaf8ff;
  background: rgba(72,215,255,0.08);
  border: 1px solid rgba(72,215,255,0.22);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
}
.country-chip.more {
  color: #071018;
  background: linear-gradient(135deg, var(--orange), #ffc857);
  border-color: transparent;
}
.case-hero {
  background:
    linear-gradient(90deg, rgba(7,16,24,0.98), rgba(7,16,24,0.72)),
    url("assets/images/cases/sumanxiang/01-storefront.jpg") center / cover;
}
.case-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: 34px;
  align-items: center;
  background:
    radial-gradient(circle at 84% 18%, rgba(255,107,43,0.18), transparent 28%),
    linear-gradient(135deg, #071018, #101922 62%, #05080b);
}
.case-detail-hero-copy { max-width: 920px; }
.case-detail-hero-media {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  box-shadow: var(--shadow);
}
.case-detail-hero-media img {
  display: block;
  width: 100%;
  min-height: 380px;
  object-fit: cover;
}
.sumanxiang-hero {
  min-height: 760px;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(7,16,24,0.96), rgba(7,16,24,0.78) 45%, rgba(7,16,24,0.16)),
    linear-gradient(0deg, rgba(7,16,24,0.88), rgba(7,16,24,0.12) 58%),
    url("assets/images/cases/sumanxiang/04-kitchen-machines.jpg") center 58% / cover;
}
.swiss-hero {
  min-height: 760px;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(7,16,24,0.96), rgba(7,16,24,0.74) 44%, rgba(7,16,24,0.18)),
    linear-gradient(0deg, rgba(7,16,24,0.88), rgba(7,16,24,0.10) 58%),
    url("assets/images/cases/swiss/hero-restaurant.jpg") center 58% / cover;
}
.japan-hero {
  min-height: 760px;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(7,16,24,0.96), rgba(7,16,24,0.76) 44%, rgba(7,16,24,0.18)),
    linear-gradient(0deg, rgba(7,16,24,0.9), rgba(7,16,24,0.12) 58%),
    url("assets/images/cases/japan/store-hero.png") center 58% / cover;
}
.tianjie-hero {
  min-height: 760px;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(7,16,24,0.96), rgba(7,16,24,0.74) 44%, rgba(7,16,24,0.18)),
    linear-gradient(0deg, rgba(7,16,24,0.9), rgba(7,16,24,0.12) 58%),
    url("assets/images/cases/tianjie/finished-dishes.jpg") center 58% / cover;
}
.case-metrics.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
}
.case-brief-grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.case-feature-layout.story {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}
.case-copy-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 12%, rgba(72,215,255,0.12), transparent 34%),
    linear-gradient(180deg, #12202a 0%, #0b131a 100%);
}
.case-copy-panel span {
  width: fit-content;
  color: #061016;
  background: var(--green);
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 950;
}
.case-copy-panel h3,
.case-copy-panel h2 {
  margin: 22px 0 0;
}
.case-copy-panel p {
  margin: 22px 0 0;
  color: #d5dee6;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 600;
}
.case-brief-grid.timeline article { min-height: 230px; }
.case-gallery.narrative {
  grid-template-columns: 1.3fr 0.7fr;
  grid-auto-rows: 260px;
}
.case-gallery.narrative figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}
.case-gallery.narrative .wide { grid-row: span 2; }
.case-gallery.narrative img,
.case-gallery.narrative video {
  height: 100%;
  aspect-ratio: auto;
  width: 100%;
  object-fit: cover;
}
.case-gallery.narrative figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
  text-shadow: 0 2px 18px rgba(0,0,0,0.8);
}
.sumanxiang-final {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: 18px;
  padding-top: 76px;
  border-top: 1px solid var(--line);
}
.sumanxiang-final .case-feature-media { min-height: 520px; }
.featured-case {
  background:
    radial-gradient(circle at 12% 16%, rgba(72,215,255,0.12), transparent 30%),
    linear-gradient(180deg, #0a1118, #071018);
}
.case-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.46fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 28px;
}
.case-feature-media,
.case-video-grid article,
.case-gallery img,
.case-gallery video {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  box-shadow: var(--shadow);
}
.case-feature-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.case-metrics {
  display: grid;
  gap: 12px;
}
.case-metrics article {
  display: grid;
  align-content: center;
  min-height: 132px;
  padding: 22px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255,122,61,0.16), transparent 32%),
    rgba(255,255,255,0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.case-metrics strong {
  display: block;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1;
}
.case-metrics span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
}
.case-brief-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.case-brief-grid article {
  min-height: 260px;
  padding: 22px;
  background: rgba(255,255,255,0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.case-brief-grid span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  color: #071018;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  border-radius: 8px;
  font-size: 12px;
  font-weight: 950;
}
.case-brief-grid h3 { margin-bottom: 12px; font-size: 22px; }
.case-brief-grid p { color: var(--muted); }
.case-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}
.case-video-grid article {
  display: grid;
  grid-template-rows: auto 1fr;
}
.case-video-grid video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}
.case-video-grid div {
  padding: 18px;
}
.case-video-grid h3 { margin-bottom: 8px; }
.case-video-grid p { margin: 0; color: var(--muted); }
.case-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.case-gallery img,
.case-gallery video {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
  box-shadow: none;
}
.cloud-recipe-section {
  background:
    radial-gradient(circle at 82% 22%, rgba(92,240,178,0.13), transparent 32%),
    linear-gradient(180deg, #081018, #0d141b);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cloud-recipe-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}
.cloud-recipe-visual {
  display: grid;
  align-content: space-between;
  min-height: 430px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(72,215,255,0.14), rgba(255,122,61,0.09)),
    #0a1118;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.cloud-recipe-visual span {
  color: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
}
.cloud-recipe-visual strong {
  max-width: 480px;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.02;
}
.recipe-flow {
  display: grid;
  gap: 10px;
}
.recipe-flow i {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  color: #e9f7ff;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-style: normal;
  font-weight: 850;
}
.cloud-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.cloud-feature-grid article {
  min-height: 180px;
  padding: 22px;
  background: rgba(17,28,37,0.88);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.cloud-feature-grid p {
  color: var(--muted);
  line-height: 1.62;
}
.product-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
  min-height: 88vh;
  background:
    linear-gradient(90deg, rgba(7,11,15,0.96), rgba(7,11,15,0.66) 48%, rgba(7,11,15,0.16)),
    linear-gradient(0deg, rgba(7,11,15,0.9), rgba(7,11,15,0.12) 45%, rgba(7,11,15,0.72)),
    url("assets/images/machine-hero.png") center right / contain no-repeat,
    radial-gradient(circle at 78% 28%, rgba(72,215,255,0.18), transparent 34%),
    #071016;
}
.product-hero-copy { position: relative; z-index: 1; max-width: 860px; }
.overview-list span:last-child { grid-column: 1 / -1; }
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.capability-card {
  min-height: 420px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(17,28,37,0.95), rgba(13,20,27,0.94));
  border: 1px solid var(--line);
  border-radius: 8px;
}
.capability-card img, .capability-card video {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}
.capability-card div { padding: 22px; }
.capability-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  color: #041014;
  background: var(--green);
  border-radius: 8px;
  font-weight: 900;
}
.capability-card p, .faq-grid p, .cta-band p { color: var(--muted); line-height: 1.65; }
.workflow-section {
  background:
    radial-gradient(circle at 18% 20%, rgba(92,240,178,0.13), transparent 32%),
    linear-gradient(180deg, #080d12, #0c151d);
}
.workflow-canvas-shell {
  position: relative;
  min-height: 620px;
  padding: clamp(20px, 4vw, 54px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 46%, rgba(72,215,255,0.18), transparent 30%),
    radial-gradient(circle at 16% 80%, rgba(92,240,178,0.12), transparent 26%),
    linear-gradient(180deg, rgba(17,28,37,0.72), rgba(7,11,15,0.78));
  overflow: hidden;
}
.workflow-canvas-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, black, transparent 76%);
  pointer-events: none;
}
.workflow-canvas {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 520px;
  display: block;
}
.workflow-fallback { display: none; }
.recipe-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(255,107,43,0.12), transparent 26%),
    linear-gradient(180deg, #0a1118, #070b0f);
}
.recipe-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
}
.recipe-filters button {
  min-height: 42px;
  padding: 0 15px;
  color: #dff8ff;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  font-size: 13px;
  font-weight: 820;
  cursor: pointer;
}
.recipe-filters button.active {
  color: #041014;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  border-color: transparent;
}
.recipe-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.recipe-card {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(17,28,37,0.95), rgba(13,20,27,0.94));
  border: 1px solid var(--line);
  border-radius: 8px;
}
.recipe-card[hidden] { display: none; }
.recipe-card canvas,
.recipe-card img {
  width: 100%;
  height: 250px;
  display: block;
  object-fit: cover;
  background: #091018;
  border-bottom: 1px solid var(--line);
}
.recipe-card div { padding: 22px; }
.recipe-card span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 10px;
  color: #092027;
  background: linear-gradient(135deg, #ffb15f, #ffc857);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
}
.recipe-card h3 { margin-bottom: 12px; }
.recipe-card p { color: var(--muted); line-height: 1.65; }
.spec-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}
.spec-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}
.spec-table th, .spec-table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}
.spec-table th {
  color: var(--ink);
  background: rgba(72,215,255,0.12);
  font-size: 15px;
}
.spec-table td { color: #dce8ef; }
.spec-table td:first-child { color: var(--muted); font-weight: 860; }
.spec-table tr:last-child td { border-bottom: 0; }
.spec-table th:last-child, .spec-table td:last-child { border-right: 0; }
.model-advisor {
  background:
    linear-gradient(90deg, rgba(255,107,43,0.1), transparent 42%),
    #070b0f;
}
.model-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.model-card {
  min-height: 420px;
  display: flex;
  flex-direction: column;
}
.model-card.featured {
  border-color: rgba(255, 177, 95, 0.42);
  background:
    radial-gradient(circle at 78% 8%, rgba(255,107,43,0.22), transparent 34%),
    linear-gradient(180deg, rgba(23,31,39,0.98), rgba(13,20,27,0.98));
}
.model-card h3 {
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 54px);
}
.model-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}
.model-card li {
  padding: 11px 12px;
  color: #dff8ff;
  background: rgba(72, 215, 255, 0.1);
  border: 1px solid rgba(72, 215, 255, 0.22);
  border-radius: 8px;
}
.model-card .button {
  width: fit-content;
  margin-top: auto;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.faq-grid article {
  min-height: 240px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(17,28,37,0.95), rgba(13,20,27,0.94));
  border: 1px solid var(--line);
  border-radius: 8px;
}
.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255,107,43,0.18), transparent 38%),
    linear-gradient(180deg, #101b25, #081018);
  border-top: 1px solid var(--line);
}
.cta-band h2 { max-width: 900px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr); gap: 28px; align-items: start; }
.contact-form { display: grid; gap: 14px; padding: 24px; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; }
.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}
.form-status[data-status="success"] { color: var(--green); }
.form-status[data-status="error"] { color: #ff8a66; }
.contact-hero {
  min-height: 76vh;
}
.contact-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
  max-width: 1100px;
}
.contact-route-grid a {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.contact-route-grid strong { color: var(--ink); font-size: 18px; }
.contact-route-grid span { color: var(--muted); line-height: 1.45; }
.contact-fast-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  width: fit-content;
  margin-top: 18px;
  padding: 10px;
  color: #dce8ef;
  background: rgba(7,11,15,0.52);
  border: 1px solid var(--line);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}
.contact-fast-line span,
.contact-fast-line a {
  padding: 8px 10px;
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
}
.contact-fast-line span {
  color: var(--cyan);
  font-weight: 900;
}
.contact-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: 24px;
  align-items: start;
  background: linear-gradient(180deg, #071018, #0d141b);
}
.contact-form-large {
  padding: clamp(22px, 3vw, 34px);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.form-helper-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.form-helper-grid span {
  padding: 10px 11px;
  color: #dff8ff;
  background: rgba(92,240,178,0.08);
  border: 1px solid rgba(92,240,178,0.2);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 820;
}
.contact-side {
  display: grid;
  gap: 16px;
}
.contact-promise {
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(72,215,255,0.13), rgba(92,240,178,0.08)),
    #0a1118;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.contact-promise span {
  display: block;
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.contact-promise strong {
  display: block;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.12;
}
.contact-promise p,
.contact-process p,
.contact-bottom p {
  color: var(--muted);
  line-height: 1.65;
}
.contact-step-grid,
.contact-bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.contact-bottom {
  grid-template-columns: 1fr 1fr;
}
.contact-step-grid article {
  min-height: 210px;
  padding: 22px;
  background: rgba(17,28,37,0.88);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.contact-step-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: #071018;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  border-radius: 8px;
  font-weight: 900;
}
label { display: grid; gap: 7px; color: #dce8ef; font-size: 14px; font-weight: 800; }
input, select, textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  color: var(--ink);
  background: #081018;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}
textarea { resize: vertical; }
.roi-card strong { color: var(--green); font-size: 42px; }
.video-clip-panel {
  margin: 0;
  padding: 16px;
  color: #dce8ef;
  background: rgba(72, 215, 255, 0.06);
  border: 1px solid rgba(72, 215, 255, 0.22);
  border-radius: 8px;
}
.video-clip-panel legend {
  padding: 0 8px;
  color: var(--cyan);
  font-weight: 900;
}
.video-clip-panel p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
}
.clip-toggle {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}
.clip-toggle input {
  width: 18px;
  min-height: 18px;
}

.footer {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 1.15fr 0.8fr;
  gap: 28px;
  padding: 48px clamp(18px, 5vw, 72px);
  background: #05080b;
  border-top: 1px solid var(--line);
}
.footer .brand-logo { width: 156px; }
.footer strong, .footer a { display: block; }
.footer strong { margin-bottom: 12px; color: var(--ink); }
.footer a { margin-top: 9px; color: var(--muted); }
.social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-top: 0;
  color: var(--ink);
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.footer .social-icons a:hover {
  transform: translateY(-2px);
  background: rgba(255,122,61,0.12);
  border-color: rgba(255,122,61,0.55);
}
.social-icons svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 69;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 16px 0 12px;
  color: #06110b;
  text-decoration: none;
  background: linear-gradient(135deg, #25d366, #7bf2a4);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  box-shadow: 0 18px 48px rgba(37,211,102,0.28);
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 56px rgba(37,211,102,0.36);
}
.whatsapp-float-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #075e54;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
}
.whatsapp-float strong {
  font-size: 14px;
  line-height: 1;
}
.mobile-contact-hub {
  display: none;
}
.yao-chat {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 70;
  display: grid;
  justify-items: end;
  gap: 12px;
}
.yao-chat-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 16px;
  color: #041014;
  background: linear-gradient(135deg, #ff6b2b, #ffb15f);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 46px rgba(255,107,43,0.34);
  cursor: pointer;
}
.yao-chat-toggle span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #041014;
  box-shadow: 0 0 0 6px rgba(4,16,20,0.14);
}
.yao-chat-toggle strong { font-size: 14px; }
.yao-chat-panel {
  width: min(360px, calc(100vw - 32px));
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 0%, rgba(72,215,255,0.16), transparent 34%),
    linear-gradient(180deg, rgba(17,28,37,0.98), rgba(7,11,15,0.98));
  border: 1px solid rgba(174,203,221,0.26);
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(0,0,0,0.5);
  backdrop-filter: blur(18px);
}
.yao-chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}
.yao-chat-head strong,
.yao-chat-head span { display: block; }
.yao-chat-head strong { color: var(--ink); }
.yao-chat-head span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}
.yao-chat-head button {
  width: 32px;
  height: 32px;
  color: var(--ink);
  background: rgba(255,255,255,0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}
.yao-chat-body {
  display: grid;
  gap: 10px;
  max-height: 330px;
  overflow: auto;
  padding: 16px;
}
.yao-chat-message {
  width: fit-content;
  max-width: 88%;
  margin: 0;
  padding: 11px 12px;
  color: #dce8ef;
  background: rgba(255,255,255,0.07);
  border: 1px solid var(--line);
  border-radius: 8px;
  line-height: 1.48;
}
.yao-chat-message.user {
  justify-self: end;
  color: #041014;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  border: 0;
}
.yao-chat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 16px 12px;
}
.yao-chat-chips button {
  padding: 8px 10px;
  color: #dff8ff;
  background: rgba(72,215,255,0.10);
  border: 1px solid rgba(72,215,255,0.24);
  border-radius: 8px;
  cursor: pointer;
}
.yao-chat-input,
.yao-chat-lead {
  display: grid;
  gap: 8px;
  padding: 0 16px 16px;
}
.yao-chat-input { grid-template-columns: 1fr 44px; }
.yao-chat-input input,
.yao-chat-lead input { min-height: 42px; }
.yao-chat-input button,
.yao-chat-lead button {
  min-height: 42px;
  color: #041014;
  background: linear-gradient(135deg, #ff6b2b, #ffb15f);
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}
.yao-chat-lead {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

@media (max-width: 1120px) {
  .nav, .header-actions .header-cta { display: none; }
  .site-header { grid-template-columns: auto 1fr auto; }
  .header-actions { justify-self: end; }
  .language-switch span { display: none; }
  .menu-button { display: block; justify-self: end; }
  .site-header.open .nav {
    position: absolute;
    top: 76px;
    left: 18px;
    right: 18px;
    display: grid;
    gap: 0;
    padding: 10px;
    background: rgba(7,11,15,0.96);
    border: 1px solid var(--line);
    border-radius: 8px;
  }
  .site-header.open .nav a { padding: 13px; }
  .hero-grid, .split-head, .product-overview, .cases-strip, .two-col, .product-hero, .cta-band, .cooking-hero, .about-hero, .case-feature-layout, .case-detail-hero, .case-feature-layout.story, .sumanxiang-final { grid-template-columns: 1fr; }
  .metric-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pain-grid, .solution-grid, .content-grid, .method-grid, .case-grid, .capability-grid, .faq-grid, .recipe-grid, .cloud-feature-grid, .contact-route-grid, .contact-step-grid, .path-grid, .model-grid, .form-helper-grid, .case-brief-grid, .case-gallery, .market-summary, .media-timeline, .media-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-brief-grid.five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .case-metrics.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .case-gallery.narrative { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .case-gallery.narrative .wide { grid-row: span 1; }
  .cooking-mode-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-main, .contact-bottom { grid-template-columns: 1fr; }
  .cooking-hero-panel { min-height: 420px; }
  .cooking-hero-panel canvas { height: 210px; }
  .cooking-hero-dishes { aspect-ratio: 16 / 9; }
  .cloud-recipe-layout { grid-template-columns: 1fr; }
  .cloud-recipe-visual { min-height: 360px; }
  .product-hero {
    background-size: auto, auto, 70%, auto, auto;
    background-position: center, center, right bottom, center, center;
  }
  .menu-automation-visual { min-height: 520px; }
  .pipeline { left: 6%; top: 18%; transform: scale(.92); transform-origin: left center; }
  .automation-machine { right: -10%; width: 70%; }
  .file-stack { right: 5%; top: 32%; }
  .output-bowls { left: 34%; bottom: 7%; }
  .workflow-canvas-shell { min-height: auto; padding: 24px; }
  .workflow-canvas { display: none; }
  .workflow-fallback { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .workflow-fallback article {
    min-height: 112px;
    padding: 18px;
    background: rgba(13,20,27,0.86);
    border: 1px solid var(--line);
    border-radius: 8px;
  }
  .workflow-fallback article span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #041014;
    background: linear-gradient(135deg, var(--cyan), var(--green));
    border-radius: 8px;
    font-weight: 900;
  }
  .workflow-fallback article p { margin: 0; color: #e9f7ff; font-weight: 820; line-height: 1.35; }
  .cta-actions { justify-content: flex-start; }
  .footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .site-header { padding: 13px 16px; }
  .brand small { display: none; }
  .brand-logo { width: 118px; }
  .language-switch {
    min-height: 40px;
    padding: 0 8px;
  }
  .language-switch span { display: none; }
  .language-switch select {
    min-height: 30px;
    max-width: 118px;
  }
  .menu-button {
    width: 40px;
    height: 40px;
  }
  .hero { padding: 96px 16px 34px; }
  h1 { font-size: 38px; line-height: 0.98; }
  h2 { font-size: 28px; line-height: 1.06; }
  h3 { font-size: 22px; line-height: 1.16; margin: 0 0 8px; }
  p { line-height: 1.52; }
  .hero-grid { gap: 20px; }
  .metric-band, .pain-grid, .solution-grid, .article-grid, .content-grid, .method-grid, .case-grid, .feature-grid, .comparison-row, .footer, .capability-grid, .faq-grid, .workflow-fallback, .recipe-grid, .cloud-feature-grid, .contact-route-grid, .contact-step-grid, .form-grid, .path-grid, .model-grid, .form-helper-grid, .market-summary, .case-brief-grid, .case-video-grid, .case-gallery, .media-timeline, .media-stats, .media-year { grid-template-columns: 1fr; }
  .pain-grid,
  .solution-grid,
  .article-grid,
  .case-grid,
  .method-grid,
  .content-grid,
  .capability-grid,
  .workflow-fallback,
  .contact-step-grid,
  .path-grid,
  .model-grid,
  .form-helper-grid,
  .faq-grid,
  .media-timeline {
    gap: 10px;
  }
  .case-brief-grid.five,
  .case-metrics.compact,
  .case-gallery.narrative,
  .sumanxiang-final { grid-template-columns: 1fr; }
  .sumanxiang-hero,
  .swiss-hero,
  .japan-hero,
  .tianjie-hero { min-height: 720px; }
  .media-card { min-height: auto; }
  .media-year span { width: max-content; }
  .cooking-mode-grid { grid-template-columns: 1fr; }
  .country-chip { width: 100%; justify-content: center; }
  .case-feature-media img { min-height: 300px; }
  .case-detail-hero-media img { min-height: 260px; }
  .case-brief-grid article { min-height: auto; }
  .metric-band div { min-height: auto; border-bottom: 1px solid var(--line); }
  .comparison-row span { border-right: 0; border-bottom: 1px solid var(--line); }
  .pain-grid article,
  .solution-grid article,
  .article-grid article,
  .case-grid article,
  .method-grid article,
  .content-card,
  .path-grid article,
  .model-card,
  .faq-grid article,
  .cloud-feature-grid article,
  .contact-route-grid a,
  .contact-step-grid article,
  .form-helper-grid article,
  .case-brief-grid article,
  .media-card {
    min-height: auto;
    padding: 16px;
    border-radius: 8px;
  }
  .pain-grid span,
  .article-grid span,
  .case-grid span,
  .path-grid span,
  .model-card > span,
  .contact-step-grid span,
  .case-brief-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-width: 32px;
    min-height: 28px;
    margin: 0 0 10px;
    padding: 4px 8px;
    color: #061016;
    background: linear-gradient(135deg, var(--cyan), var(--green));
    border-radius: 7px;
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
  }
  .path-grid article,
  .contact-step-grid article,
  .case-brief-grid article {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    row-gap: 6px;
    align-items: start;
  }
  .path-grid article span,
  .contact-step-grid article span,
  .case-brief-grid article span {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }
  .path-grid article h3,
  .contact-step-grid article h3,
  .case-brief-grid article h3 {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }
  .path-grid article p,
  .contact-step-grid article p,
  .case-brief-grid article p {
    grid-column: 1 / -1;
    margin-top: 2px;
  }
  .path-grid article::after,
  .model-card::after,
  .contact-route-grid a::after {
    inset: auto 16px 0;
  }
  .pain-grid article img,
  .case-card-link img {
    height: 128px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .solution-grid article,
  .method-grid article,
  .faq-grid article {
    display: grid;
    gap: 6px;
  }
  .product-visual img, .cases-strip video, .page-media { height: 340px; }
  .menu-send-graphic {
    width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: contain;
    object-position: center;
  }
  .menu-automation-image {
    min-height: auto;
    padding: 10px;
    background: #eef8fb;
  }
  .menu-automation-visual {
    min-height: 360px;
    border-radius: 10px;
  }
  .pipeline {
    left: 18px;
    right: 18px;
    top: 28px;
    gap: 8px;
    transform: none;
  }
  .pipeline-node {
    width: 42px;
    height: 42px;
    border-radius: 8px;
  }
  .pipeline-node svg { width: 25px; height: 25px; }
  .pipeline i { flex: 1; min-width: 14px; width: auto; }
  .ingredient-cloud { left: 42%; top: 108px; transform: scale(.9); }
  .automation-machine {
    right: -22%;
    bottom: 74px;
    width: 118%;
    max-height: 360px;
  }
  .file-stack {
    right: 18px;
    top: 162px;
  }
  .file-stack span {
    width: 28px;
    height: 36px;
    margin-left: -9px;
  }
  .output-bowls {
    left: 18px;
    bottom: 26px;
  }
  .output-bowls img { width: 58px; height: 58px; border-width: 3px; }
  .output-bowls img:nth-child(2) { width: 68px; height: 68px; }
  .output-bowls img:nth-child(3) { width: 80px; height: 80px; }
  .product-hero {
    min-height: 620px;
    padding-top: 104px;
    padding-bottom: 34px;
    background-size: auto, auto, 108%, auto, auto;
    background-position: center, center, right bottom, center, center;
  }
  .contact-hero,
  .about-hero {
    min-height: 620px;
  }
  .capability-card {
    min-height: auto;
    border-radius: 8px;
  }
  .capability-card img,
  .capability-card video {
    height: 146px;
  }
  .capability-card div {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px 12px;
    padding: 16px;
  }
  .capability-card span {
    width: auto;
    min-width: 32px;
    height: 28px;
    margin: 0;
    padding: 4px 8px;
    border-radius: 7px;
    font-size: 12px;
  }
  .capability-card h3 {
    margin: 0;
  }
  .capability-card p {
    grid-column: 1 / -1;
    margin: 0;
  }
  .path-grid article,
  .model-card,
  .contact-route-grid a {
    min-height: auto;
  }
  .model-card h3 { font-size: 36px; }
  .model-card .button,
  .contact-form .button {
    width: 100%;
  }
  .contact-fast-line {
    width: 100%;
  }
  .contact-fast-line span,
  .contact-fast-line a {
    width: 100%;
  }
  .whatsapp-float {
    right: 12px;
    bottom: 76px;
    min-height: 46px;
    padding: 0 13px 0 10px;
  }
  .whatsapp-float-icon {
    width: 28px;
    height: 28px;
  }
  .whatsapp-float strong {
    font-size: 13px;
  }
  .yao-chat {
    right: 12px;
    bottom: 12px;
  }
  .yao-chat-toggle {
    width: auto;
    min-height: 52px;
    padding: 0 14px;
    border-radius: 999px;
  }
  .yao-chat-toggle span {
    width: 16px;
    height: 16px;
  }
  .yao-chat-toggle strong {
    display: block;
    font-size: 13px;
    white-space: nowrap;
  }
  .yao-chat-panel {
    width: calc(100vw - 28px);
  }
  .yao-chat-body {
    max-height: 280px;
  }
  .cta-actions .button { width: 100%; }
  .section { padding: 48px 16px; }
  .page-hero { padding: 104px 16px 44px; }
  .cooking-hero-panel { min-height: 500px; }
  .cooking-hero-panel canvas {
    position: relative;
    inset: auto !important;
    width: 100%;
    height: 190px;
    margin-bottom: 14px;
    transform: none !important;
  }
  .cooking-hero-dishes {
    display: grid;
    gap: 12px;
    min-height: auto;
  }
  .cooking-hero-dishes::before { display: none; }
  .cooking-hero-dishes .dish-main,
  .cooking-hero-dishes .dish-card {
    position: relative;
    inset: auto !important;
    width: 100% !important;
    height: 220px;
    object-fit: cover;
    transform: none !important;
  }
  .cooking-hero-dishes .dish-main {
    object-fit: contain;
    background: linear-gradient(135deg, rgba(72,215,255,0.14), rgba(255,122,61,0.08));
    border: 1px solid var(--line);
    border-radius: 8px;
  }
  .cloud-recipe-visual { min-height: 280px; padding: 18px; }
  .recipe-card canvas, .recipe-card img { height: 188px; }

  .feature-grid,
  .overview-list,
  .recipe-filters,
  .mode-list,
  .steps {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0;
  }
  .mode-list span,
  .feature-grid span,
  .overview-list span,
  .steps span,
  .recipe-filters button {
    min-height: 32px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.15;
    background: rgba(255,255,255,0.055);
    border-color: rgba(174,203,221,0.16);
  }
  .overview-list span:last-child {
    grid-column: auto;
  }

  .comparison {
    display: grid;
    gap: 10px;
    border: 0;
    background: transparent;
    overflow: visible;
  }
  .comparison-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px;
    border: 1px solid rgba(174,203,221,0.14);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(17,28,37,0.72), rgba(9,16,23,0.76));
  }
  .comparison-row.head {
    display: none;
  }
  .comparison-row span {
    position: relative;
    padding: 0 0 0 16px;
    border: 0;
    line-height: 1.42;
    color: var(--muted);
    background: transparent;
  }
  .comparison-row span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(169,183,195,0.55);
  }
  .comparison-row span:last-child {
    padding: 10px 12px 10px 32px;
    color: #eafff7;
    background: rgba(92,240,178,0.075);
    border: 1px solid rgba(92,240,178,0.16);
    border-radius: 8px;
  }
  .comparison-row span:last-child::before {
    left: 14px;
    background: var(--green);
    box-shadow: 0 0 16px rgba(92,240,178,0.45);
  }

  .spec-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }
  .spec-table,
  .spec-table thead,
  .spec-table tbody,
  .spec-table tr,
  .spec-table th,
  .spec-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .spec-table thead {
    display: none;
  }
  .spec-table tbody {
    display: grid;
    gap: 10px;
  }
  .spec-table tr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px;
    border: 1px solid rgba(174,203,221,0.14);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(17,28,37,0.74), rgba(9,16,23,0.78));
  }
  .spec-table td {
    padding: 0;
    border: 0;
    line-height: 1.42;
  }
  .spec-table td:first-child {
    color: var(--cyan);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
  }
  .spec-table td:nth-child(2),
  .spec-table td:nth-child(3) {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 10px;
    align-items: start;
    padding: 10px 12px;
    color: #e9f7ff;
    background: rgba(255,255,255,0.045);
    border-radius: 8px;
  }
  .spec-table td:nth-child(2)::before,
  .spec-table td:nth-child(3)::before {
    color: var(--green);
    font-size: 12px;
    font-weight: 950;
    line-height: 1.35;
  }
  .spec-table td:nth-child(2)::before { content: "YG-B01"; }
  .spec-table td:nth-child(3)::before { content: "YG-B01 Pro"; }

  .model-grid {
    gap: 12px;
  }
  .model-card {
    padding: 18px;
    background: linear-gradient(180deg, rgba(17,28,37,0.78), rgba(9,16,23,0.84));
  }
  .model-card h3 {
    font-size: 30px;
    line-height: 1;
  }
  .model-card ul {
    gap: 7px;
    margin: 14px 0;
  }
  .model-card li {
    padding: 8px 9px;
    font-size: 13px;
  }

  .media-card {
    display: grid;
    gap: 8px;
  }
  .media-card time,
  .media-card span {
    width: max-content;
    margin: 0;
  }
  .media-card h3 {
    font-size: 20px;
    line-height: 1.18;
  }
  .media-card p {
    margin: 0;
    line-height: 1.5;
  }
  .media-card a {
    width: max-content;
    min-height: 34px;
    margin-top: 4px;
    padding: 8px 10px;
  }

  .recipe-card {
    border-color: rgba(174,203,221,0.14);
  }
  .recipe-card div {
    padding: 14px;
  }
  .recipe-card span {
    padding: 6px 8px;
    font-size: 11px;
  }
  .recipe-card h3 {
    margin-bottom: 6px;
    font-size: 21px;
  }
  .recipe-card p {
    margin: 0;
    line-height: 1.48;
  }

  .content-card,
  .contact-form,
  .roi-card {
    background: rgba(17,28,37,0.62);
    border-color: rgba(174,203,221,0.13);
  }
  .content-card h2,
  .roi-card h2 {
    font-size: 24px;
  }
  .contact-route-grid {
    gap: 8px;
  }
  .contact-route-grid a {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 12px;
    padding: 13px 14px;
  }
  .contact-route-grid a::after {
    display: none;
  }
  .contact-route-grid strong {
    font-size: 16px;
  }
  .contact-route-grid span {
    grid-column: 1 / -1;
    font-size: 13px;
    line-height: 1.35;
  }

  .case-card-link article {
    padding: 14px;
  }
  .case-card-link strong {
    margin-top: 10px;
    padding: 8px 10px;
  }
  .case-brief-grid.five,
  .case-brief-grid.timeline {
    gap: 10px;
  }

  .metric-band {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .metric-band div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-right: 0;
  }
  .metric-band strong {
    font-size: 28px;
  }
  .metric-band span {
    margin-top: 0;
    text-align: right;
  }

  .split-head {
    gap: 14px;
    margin-bottom: 22px;
  }
  .split-head p,
  .product-overview p,
  .cases-strip p,
  .page-hero p,
  .content-card p,
  .pain-grid p,
  .solution-grid p {
    line-height: 1.5;
  }

  .pain-grid article {
    display: grid !important;
    grid-template-columns: 1fr 76px;
    column-gap: 12px;
    row-gap: 6px;
    align-items: start;
  }
  .pain-grid article span {
    grid-column: 1;
    margin-bottom: 2px;
  }
  .pain-grid article h3,
  .pain-grid article p {
    grid-column: 1;
  }
  .pain-grid article img {
    grid-column: 2;
    grid-row: 1 / span 3;
    width: 76px;
    height: 76px;
    margin: 0;
    align-self: center;
  }

  .method-card {
    min-height: auto !important;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 6px 12px;
    padding: 14px;
  }
  .method-card::after {
    display: none;
  }
  .method-visual {
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 48px;
    height: 48px;
    margin: 0;
    border-radius: 10px;
    box-shadow: none;
  }
  .method-visual svg {
    width: 29px;
    height: 29px;
    stroke-width: 3.2;
  }
  .method-card > span {
    grid-column: 2;
    width: max-content;
    margin: 0;
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 11px;
  }
  .method-card h3 {
    grid-column: 2;
    margin: 0;
    font-size: 22px;
  }
  .method-card p {
    grid-column: 1 / -1;
    line-height: 1.45;
  }

  .model-card {
    min-height: auto;
    display: grid;
    gap: 8px;
    padding: 16px;
  }
  .model-card > span {
    min-height: 26px;
    margin: 0;
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 11px;
  }
  .model-card p {
    margin: 0;
    line-height: 1.43;
  }
  .model-card ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin: 8px 0 4px;
  }
  .model-card li {
    display: flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 8px;
    font-size: 12px;
    line-height: 1.2;
  }
  .model-card .button {
    width: 100%;
    margin-top: 4px;
    min-height: 38px;
  }

  .faq-grid article {
    min-height: auto;
    display: block;
  }
  .faq-grid article h3 {
    font-size: 19px;
  }
  .faq-grid article p {
    margin: 0;
    line-height: 1.45;
  }

  .cloud-feature-grid article {
    min-height: auto;
    padding: 14px;
  }
  .cloud-feature-grid article h3 {
    font-size: 20px;
  }
  .cloud-feature-grid article p {
    margin: 0;
    line-height: 1.45;
  }

  .media-card {
    min-height: auto;
    padding: 14px;
    background: linear-gradient(180deg, rgba(17,28,37,0.56), rgba(9,16,23,0.66));
  }
  .media-card span {
    margin: 0;
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 11px;
  }
  .media-card h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.18;
  }
  .media-card p {
    display: -webkit-box;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .media-card a {
    min-height: 32px;
    margin-top: 0;
    padding: 7px 10px;
  }

  .capability-card img,
  .capability-card video {
    height: 128px;
  }

  .recipe-card {
    display: grid;
    grid-template-columns: 104px 1fr;
    align-items: stretch;
  }
  .recipe-card canvas,
  .recipe-card img {
    width: 104px;
    height: 100%;
    min-height: 136px;
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }
  .recipe-card div {
    min-width: 0;
    padding: 12px;
  }
  .recipe-card span {
    margin-bottom: 8px;
  }
  .recipe-card h3 {
    font-size: 19px;
  }
  .recipe-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .about-capabilities .content-card,
  .content-grid .content-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 12px;
    min-height: auto;
  }
  .about-capabilities .content-card span,
  .content-grid .content-card span {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }
  .about-capabilities .content-card h3,
  .content-grid .content-card h3 {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }
  .about-capabilities .content-card p,
  .content-grid .content-card p {
    grid-column: 1 / -1;
    margin: 0;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: 100svh;
    padding: 92px 16px 28px;
    align-items: end;
  }
  .hero-video {
    opacity: 0.98;
    object-position: center center;
  }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(7,11,15,0.18) 0%, rgba(7,11,15,0.28) 28%, rgba(7,11,15,0.88) 100%),
      linear-gradient(90deg, rgba(7,11,15,0.36), rgba(7,11,15,0.08));
  }
  .hero-copy .eyebrow {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .hero-copy h1 {
    max-width: 10em;
    font-size: 36px;
    line-height: 1;
  }
  .hero-copy > p:not(.eyebrow) {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.45;
  }
  .hero-actions {
    gap: 8px;
    margin: 18px 0 12px;
  }
  .hero-actions .button {
    min-height: 40px;
    padding: 0 13px;
    font-size: 13px;
  }
  .hero-console {
    margin-top: 12px;
    padding: 13px;
    border-color: rgba(174,203,221,0.2);
    background: rgba(7,11,15,0.58);
    backdrop-filter: blur(8px);
  }
  .mode-list {
    gap: 6px;
    margin: 10px 0;
  }
  .mode-list span {
    padding: 7px 9px;
    font-size: 12px;
  }
  .console-metric {
    min-height: 0;
    padding: 9px 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
  }
  .console-metric strong {
    font-size: 22px;
    white-space: nowrap;
  }
  .console-metric span {
    margin: 0;
    font-size: 12px;
    line-height: 1.35;
    text-align: right;
  }
  .trust-line {
    font-size: 12px !important;
    line-height: 1.4;
  }
  .case-summary-strip > div {
    min-height: 0;
    padding: 14px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
  }
  .case-summary-strip strong {
    font-size: 24px;
    line-height: 1;
  }
  .case-summary-strip span {
    margin: 0;
    font-size: 12px;
    line-height: 1.35;
  }
  .case-detail-hero.sumanxiang-hero,
  .case-detail-hero.swiss-hero,
  .case-detail-hero.japan-hero,
  .case-detail-hero.tianjie-hero {
    min-height: 620px;
    padding-top: 96px;
    padding-bottom: 34px;
  }
  .case-metrics {
    gap: 8px;
  }
  .case-metrics article {
    min-height: 0;
    padding: 12px 14px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: baseline;
  }
  .case-metrics strong {
    font-size: 24px;
  }
  .case-metrics span {
    margin: 0;
    font-size: 12px;
    line-height: 1.35;
  }
  .case-copy-panel {
    min-height: 0;
    padding: 16px;
    justify-content: start;
    border-color: rgba(174,203,221,0.14);
    background: rgba(17,28,37,0.58);
  }
  .case-copy-panel span {
    padding: 6px 9px;
    border-radius: 999px;
    font-size: 11px;
  }
  .case-copy-panel h2,
  .case-copy-panel h3 {
    margin-top: 12px;
    font-size: 24px;
    line-height: 1.08;
  }
  .case-copy-panel p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 560;
  }
  .case-feature-layout.story {
    gap: 10px;
    margin-top: 14px;
  }
  .case-feature-media,
  .case-video-grid article,
  .case-gallery.narrative figure {
    box-shadow: none;
  }
  .case-feature-media img,
  .case-feature-media video {
    min-height: 220px;
    max-height: 280px;
    object-fit: cover;
  }
  .case-video-grid video,
  .case-video-grid img {
    height: 170px;
    aspect-ratio: auto;
    object-fit: cover;
  }
  .case-video-grid div {
    padding: 14px;
  }
  .case-video-grid h3 {
    font-size: 19px;
  }
  .case-video-grid p {
    line-height: 1.45;
  }
  .case-brief-grid.timeline article {
    min-height: 0;
  }
  .case-gallery.narrative {
    grid-auto-rows: auto;
    gap: 10px;
  }
  .case-gallery.narrative figure {
    min-height: 0;
  }
  .case-gallery.narrative img,
  .case-gallery.narrative video {
    height: 190px;
  }
  .case-gallery.narrative figcaption {
    position: static;
    padding: 10px 12px;
    background: rgba(7,11,15,0.82);
    font-size: 13px;
    text-shadow: none;
  }
  .sumanxiang-final {
    gap: 10px;
    padding-top: 44px;
  }
  .sumanxiang-final .case-feature-media {
    min-height: 0;
  }
  .sumanxiang-final video {
    height: 220px;
    object-fit: cover;
  }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .section { padding: 36px 14px; }
  .split-head { gap: 10px; margin-bottom: 16px; }
  .split-head p { font-size: 14px; }
  .eyebrow { margin-bottom: 8px; font-size: 12px; }
  h1 { font-size: clamp(32px, 10vw, 42px); line-height: 1.02; }
  h2 { font-size: clamp(24px, 7.2vw, 31px); line-height: 1.1; }
  h3 { font-size: 19px; }
  .product-hero { min-height: 520px; }
  .page-hero { padding-top: 94px; padding-bottom: 34px; }

  .capability-grid { gap: 9px; }
  .capability-card {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 0;
    min-height: 112px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(17,28,37,0.74), rgba(8,14,20,0.84));
  }
  .capability-card img,
  .capability-card video {
    width: 112px;
    height: 100%;
    min-height: 112px;
    object-fit: cover;
    background: rgba(72,215,255,0.08);
  }
  .capability-card div {
    display: grid;
    grid-template-columns: auto 1fr;
    align-content: center;
    gap: 6px 9px;
    padding: 12px;
  }
  .capability-card span {
    min-width: 28px;
    height: 24px;
    padding: 0 7px;
    font-size: 11px;
  }
  .capability-card h3 {
    align-self: center;
    font-size: 18px;
    line-height: 1.12;
  }
  .capability-card p {
    display: -webkit-box;
    grid-column: 1 / -1;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #aebfca;
    font-size: 13px;
    line-height: 1.38;
  }

  .workflow-canvas-shell {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .workflow-canvas-shell::before { display: none; }
  .workflow-fallback {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .workflow-fallback article {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    min-height: 0;
    padding: 10px;
    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(174,203,221,0.13);
  }
  .workflow-fallback article span {
    width: 28px;
    height: 28px;
    margin: 0 8px 0 0;
    border-radius: 8px;
    font-size: 12px;
  }
  .workflow-fallback article p {
    font-size: 14px;
    line-height: 1.28;
  }

  .spec-table tbody { gap: 8px; }
  .spec-table tr {
    gap: 6px;
    padding: 11px;
  }
  .spec-table td:first-child { font-size: 12px; }
  .spec-table td:nth-child(2),
  .spec-table td:nth-child(3) {
    grid-template-columns: 68px 1fr;
    gap: 8px;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.35;
  }
  .comparison { gap: 8px; }
  .comparison-row {
    gap: 5px;
    padding: 11px;
  }
  .comparison-row span {
    font-size: 13px;
    line-height: 1.35;
  }
  .comparison-row span:last-child { padding: 8px 10px 8px 28px; }
  .comparison-row span:last-child::before { left: 12px; }

  .method-grid { gap: 8px; }
  .method-card {
    grid-template-columns: 42px 1fr;
    gap: 4px 10px;
    padding: 12px;
  }
  .method-visual {
    width: 42px;
    height: 42px;
  }
  .method-card h3 { font-size: 19px; }
  .method-card p {
    margin: 2px 0 0;
    font-size: 13px;
  }
  .metric-band div,
  .market-summary article,
  .case-brief-grid article,
  .content-card,
  .faq-grid article,
  .media-card {
    padding: 12px 14px;
  }
  .market-summary article,
  .case-brief-grid article,
  .faq-grid article,
  .media-card {
    min-height: auto;
  }

  .whatsapp-float {
    display: none;
  }
  .yao-chat-toggle {
    display: none;
  }
  .mobile-contact-hub {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 72;
    display: grid;
    justify-items: end;
    gap: 9px;
  }
  .mobile-contact-main,
  .mobile-contact-actions a,
  .mobile-contact-actions button {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    color: #06110b;
    background: linear-gradient(135deg, #25d366, #7bf2a4);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 50%;
    box-shadow: 0 16px 42px rgba(37,211,102,0.3);
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
  }
  .mobile-contact-main svg {
    width: 23px;
    height: 23px;
    fill: #06110b;
  }
  .mobile-contact-actions {
    display: grid;
    gap: 8px;
    transform: translateY(4px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
  }
  .mobile-contact-hub.open .mobile-contact-actions {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-contact-actions[hidden] {
    display: none;
  }
}

@media (max-width: 420px) {
  .capability-card {
    grid-template-columns: 96px 1fr;
    min-height: 104px;
  }
  .capability-card img,
  .capability-card video {
    width: 96px;
    min-height: 104px;
  }
  .capability-card div { padding: 10px; }
  .workflow-fallback article p { font-size: 13px; }
}
