:root {
  --ink: #191713;
  --ink-2: #2c2924;
  --paper: #f6f3ec;
  --white: #fff;
  --orange: #f04b23;
  --orange-dark: #c93615;
  --lime: #d8ff63;
  --line: #ded9cf;
  --muted: #6e6960;
  --shadow: 0 18px 50px rgba(29, 24, 17, 0.12);
  --radius: 16px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
button,
a,
textarea {
  font: inherit;
}
button,
a {
  cursor: pointer;
}
img {
  display: block;
  width: 100%;
  object-fit: cover;
}
button:focus-visible,
a:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(240, 75, 35, 0.35);
  outline-offset: 3px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 clamp(24px, 5vw, 80px);
  border-bottom: 1px solid rgba(35, 31, 26, 0.12);
  background: rgba(246, 243, 236, 0.94);
  backdrop-filter: blur(14px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  box-shadow: 4px 4px 0 var(--ink);
}
.brand strong,
.brand small {
  display: block;
}
.brand strong {
  font-size: 15px;
}
.brand small {
  font-size: 11px;
  color: var(--muted);
}
.main-nav {
  display: flex;
  gap: 30px;
}
.main-nav a {
  color: #4d4942;
  font-size: 14px;
  text-decoration: none;
}
.main-nav a:hover {
  color: var(--orange);
}
.header-actions {
  display: flex;
  gap: 9px;
}
.primary,
.secondary,
.text-btn,
.light-btn,
.industry-grid button {
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  font-weight: 700;
  transition: 0.2s ease;
}
.primary {
  background: var(--orange);
  color: #fff;
  box-shadow: 4px 4px 0 var(--ink);
}
.primary:hover {
  background: var(--orange-dark);
  transform: translate(-1px, -1px);
  box-shadow: 6px 6px 0 var(--ink);
}
.primary.small {
  min-height: 40px;
  padding: 0 17px;
  font-size: 13px;
}
.secondary {
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
}
.secondary:hover {
  background: var(--ink);
  color: #fff;
}
.text-btn {
  padding: 0 12px;
  background: none;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 0.92fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: center;
  min-height: 680px;
  padding: 90px clamp(24px, 6vw, 104px) 78px;
}
.truth-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #514c44;
  font-size: 14px;
  font-weight: 700;
}
.truth-line span {
  width: 34px;
  height: 3px;
  background: var(--orange);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.hero h1 {
  max-width: 740px;
  margin-bottom: 24px;
  font-size: clamp(44px, 5.5vw, 78px);
  line-height: 1.07;
  letter-spacing: -0.045em;
}
.hero h1 em {
  color: var(--orange);
  font-style: normal;
}
.hero-lead {
  max-width: 640px;
  color: #5e5951;
  font-size: 18px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin: 32px 0;
}
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  color: var(--muted);
  font-size: 13px;
}
.hero-proof strong {
  color: var(--ink);
}
.hero-proof span:before {
  content: "✓";
  margin-right: 5px;
  color: var(--orange);
  font-weight: 900;
}
.hero-stage {
  overflow: hidden;
  border: 1px solid #35322d;
  border-radius: 24px;
  background: var(--ink);
  color: #fff;
  box-shadow: 18px 22px 0 #ded8cc;
}
.stage-heading {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 2px 12px;
  padding: 18px 20px;
}
.stage-heading span {
  grid-row: 1/3;
  align-self: center;
  padding: 4px 8px;
  border-radius: 7px;
  background: var(--lime);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
}
.stage-heading strong {
  font-size: 14px;
}
.stage-heading small {
  color: #a9a49b;
}
.stage-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr;
  gap: 8px;
  padding: 0 8px;
}
.stage-main {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 16px;
}
.stage-main:after {
  content: "";
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
}
.stage-main img {
  height: 100%;
}
.stage-main > div {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  left: 18px;
}
.stage-main b,
.stage-main small {
  display: block;
}
.stage-main small {
  color: #d2cec6;
}
.play {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
}
.stage-side {
  display: grid;
  gap: 8px;
}
.stage-side img {
  height: 211px;
  border-radius: 15px;
}
.stage-progress {
  display: grid;
  grid-template-columns: 100px max-content 1fr;
  gap: 12px;
  align-items: center;
  padding: 17px 20px;
  font-size: 12px;
}
.stage-progress > span {
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--lime) 80%, #4a4742 80%);
}
.stage-progress small {
  justify-self: end;
  color: #aaa59c;
}
.role-strip {
  display: flex;
  align-items: center;
  gap: 28px;
  overflow: auto;
  padding: 18px clamp(24px, 6vw, 104px);
  border-block: 1px solid var(--line);
  white-space: nowrap;
}
.role-strip span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
}
.role-strip div {
  font-size: 14px;
  font-weight: 700;
}
.solutions,
.fine-tools,
.lab {
  padding: 105px clamp(24px, 6vw, 104px);
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}
.section-head h2 {
  margin-bottom: 8px;
  font-size: clamp(30px, 3.5vw, 50px);
  line-height: 1.15;
  letter-spacing: -0.035em;
}
.section-head p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
}
.section-head > span {
  padding: 8px 12px;
  border-radius: 8px;
  background: #ebe5da;
  font-size: 12px;
  font-weight: 700;
}
.audience-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  background: #ebe6dc;
}
.audience-tabs button {
  display: grid;
  gap: 3px;
  min-height: 86px;
  padding: 16px 24px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  text-align: left;
}
.audience-tabs button:last-child {
  border-right: 0;
}
.audience-tabs b {
  font-size: 16px;
}
.audience-tabs span {
  color: var(--muted);
  font-size: 12px;
}
.audience-tabs button.active {
  background: var(--ink);
  color: #fff;
}
.audience-tabs button.active span {
  color: #b9b4ab;
}
.solution-panel {
  display: grid;
  grid-template-columns: 360px 1fr;
  min-height: 570px;
  border: 1px solid var(--ink);
  border-radius: 0 0 20px 20px;
  background: #fff;
  box-shadow: var(--shadow);
}
.solution-summary {
  display: flex;
  flex-direction: column;
  padding: 34px;
  border-right: 1px solid var(--line);
}
.summary-index {
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
}
.solution-summary h3 {
  margin: 16px 0 12px;
  font-size: 28px;
  line-height: 1.25;
}
.solution-summary > p {
  color: var(--muted);
  font-size: 14px;
}
.solution-summary ol {
  display: grid;
  gap: 15px;
  margin: 20px 0 28px;
  padding: 0;
  counter-reset: creation-step;
  list-style: none;
}
.solution-summary li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 0 10px;
  counter-increment: creation-step;
}
.solution-summary li:before {
  content: counter(creation-step);
  grid-row: 1/3;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #f1ece3;
  font-size: 12px;
  font-weight: 900;
}
.solution-summary li b {
  font-size: 13px;
}
.solution-summary li span {
  color: var(--muted);
  font-size: 12px;
}
.wide {
  width: 100%;
  margin-top: auto;
}
.tool-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  padding: 22px;
}
.tool-card {
  position: relative;
  min-height: 164px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}
.tool-card:nth-child(odd) {
  border-right: 1px solid var(--line);
}
.tool-card h4 {
  margin: 12px 0 6px;
  font-size: 17px;
}
.tool-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.tool-card .tool-code {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f1ece3;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
}
.tool-card a {
  position: absolute;
  right: 18px;
  bottom: 18px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.tool-card a:after {
  content: " →";
}
.examples {
  padding: 105px clamp(24px, 6vw, 104px);
  background: var(--ink);
  color: #fff;
}
.section-head.inverse p {
  color: #aaa59d;
}
.example-switch {
  display: flex;
  gap: 5px;
  padding: 5px;
  border-radius: 12px;
  background: #2b2823;
}
.example-switch button {
  padding: 9px 14px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #aaa49b;
}
.example-switch button.active {
  background: #fff;
  color: var(--ink);
}
.example-layout {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 50px;
  align-items: center;
}
.example-copy > span {
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
}
.example-copy h3 {
  margin: 15px 0;
  font-size: 32px;
  line-height: 1.2;
}
.example-copy p {
  color: #bdb8af;
}
.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 22px 0;
}
.case-tags i {
  padding: 5px 9px;
  border: 1px solid #48443e;
  border-radius: 7px;
  color: #d5d0c7;
  font-size: 11px;
  font-style: normal;
}
.light-btn {
  background: var(--lime);
  color: var(--ink);
}
.case-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  align-items: end;
}
.case-gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #2a2722;
  transition: 0.25s;
}
.case-gallery figure:nth-child(2) {
  transform: translateY(-22px);
}
.case-gallery figure:nth-child(3) {
  transform: translateY(14px);
}
.case-gallery img {
  aspect-ratio: 1/1.2;
}
.case-gallery figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(25, 23, 19, 0.75);
  font-size: 11px;
}
.free-tool {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  padding: 105px clamp(24px, 6vw, 104px);
  background: var(--lime);
}
.free-badge {
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 9px;
  border-radius: 7px;
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.free-copy h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.12;
}
.free-copy p {
  font-size: 17px;
}
.free-copy ul {
  padding-left: 20px;
}
.parse-box {
  align-self: center;
  padding: 28px;
  border: 1px solid var(--ink);
  border-radius: 18px;
  background: #fff;
  box-shadow: 8px 8px 0 var(--ink);
}
.parse-box label {
  display: block;
  margin-bottom: 9px;
  font-weight: 800;
}
.parse-box textarea {
  width: 100%;
  min-height: 160px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  resize: vertical;
}
.parse-box > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 14px;
}
.parse-box > div span {
  color: var(--muted);
  font-size: 12px;
}
.parse-box output {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  color: var(--orange-dark);
  font-size: 12px;
}
.industry-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 0.75fr);
  gap: 12px;
}
.industry-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.industry-grid article > img {
  height: 230px;
}
.industry-grid article:not(.industry-feature) {
  padding-bottom: 18px;
}
.industry-grid article:not(.industry-feature) > span,
.industry-grid article:not(.industry-feature) > h3,
.industry-grid article:not(.industry-feature) > p {
  margin-right: 18px;
  margin-left: 18px;
}
.industry-grid article > span,
.industry-feature span {
  display: block;
  margin-top: 16px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 800;
}
.industry-grid h3 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 18px;
}
.industry-grid p {
  color: var(--muted);
  font-size: 13px;
}
.industry-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.industry-feature > img {
  height: 100% !important;
}
.industry-feature > div {
  padding: 24px;
}
.industry-grid button {
  padding: 0 14px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
}
.lab {
  padding-top: 60px;
}
.lab-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.lab-list article {
  min-height: 180px;
  padding: 24px;
  border-right: 1px solid var(--line);
}
.lab-list article:last-child {
  border-right: 0;
}
.lab-list b {
  display: block;
}
.lab-list span {
  display: inline-block;
  margin: 12px 0;
  padding: 3px 7px;
  border-radius: 5px;
  background: #efebe3;
  color: var(--muted);
  font-size: 10px;
}
.lab-list p {
  color: var(--muted);
  font-size: 13px;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 38px clamp(24px, 6vw, 104px);
  background: #0f0e0c;
  color: #fff;
}
footer p {
  margin: 0;
  color: #8f8a82;
  font-size: 12px;
}
footer a {
  margin-left: 18px;
  color: #c7c2ba;
  font-size: 12px;
  text-decoration: none;
}
.footer-brand {
  color: #fff;
}
.site-footer {
  display: grid;
  grid-template-columns: max-content minmax(220px, 1fr) max-content;
  align-items: center;
  gap: 18px 34px;
}
.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.site-footer .footer-links a,
.site-footer .icp-link {
  margin-left: 0;
}
.site-footer .icp-link {
  grid-column: 1 / -1;
  justify-self: center;
  width: 100%;
  padding-top: 18px;
  border-top: 1px solid #2a2824;
  color: #aaa59c;
  text-align: center;
}
.site-footer .icp-link:hover {
  color: #fff;
}
@media (max-width: 1100px) {
  .main-nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }
  .hero-stage {
    max-width: 720px;
  }
  .solution-panel {
    grid-template-columns: 310px 1fr;
  }
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lab-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .lab-list article:nth-child(2) {
    border-right: 0;
  }
  .lab-list article {
    border-bottom: 1px solid var(--line);
  }
}
@media (max-width: 720px) {
  body {
    font-size: 15px;
  }
  .site-header {
    height: 66px;
    padding: 0 16px;
  }
  .brand small,
  .header-actions .text-btn {
    display: none;
  }
  .hero {
    min-height: 0;
    padding: 52px 18px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero-lead {
    font-size: 16px;
  }
  .hero-actions {
    display: grid;
  }
  .hero-stage {
    box-shadow: 8px 10px 0 #ded8cc;
  }
  .stage-main {
    min-height: 360px;
  }
  .stage-grid {
    grid-template-columns: 1fr;
  }
  .stage-side {
    grid-template-columns: 1fr 1fr;
  }
  .stage-side img {
    height: 150px;
  }
  .stage-progress {
    grid-template-columns: 1fr max-content;
  }
  .stage-progress small {
    display: none;
  }
  .role-strip {
    padding-inline: 18px;
  }
  .solutions,
  .fine-tools,
  .lab,
  .examples,
  .free-tool {
    padding: 72px 18px;
  }
  .section-head {
    display: block;
  }
  .section-head > span {
    display: inline-block;
    margin-top: 14px;
  }
  .audience-tabs {
    grid-template-columns: 1fr;
  }
  .audience-tabs button {
    min-height: 66px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .solution-panel {
    grid-template-columns: 1fr;
  }
  .solution-summary {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .tool-board {
    grid-template-columns: 1fr;
    padding: 10px 20px;
  }
  .tool-card:nth-child(odd) {
    border-right: 0;
  }
  .example-switch {
    margin-top: 18px;
    overflow: auto;
  }
  .example-layout {
    grid-template-columns: 1fr;
  }
  .case-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .case-gallery figure:nth-child(n) {
    transform: none;
  }
  .free-tool {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .parse-box > div {
    align-items: stretch;
    flex-direction: column;
  }
  .industry-grid {
    grid-template-columns: 1fr;
  }
  .industry-feature {
    grid-template-columns: 1fr;
  }
  .industry-feature > img {
    height: 280px !important;
  }
  .lab-list {
    grid-template-columns: 1fr;
  }
  .lab-list article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .site-footer {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .footer-links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .site-footer .icp-link {
    grid-column: 1;
    justify-self: stretch;
  }
  .hero-proof {
    display: grid;
  }
  .main-nav {
    display: none;
  }
}

/* Mobile homepage parity: keep the desktop information architecture while
   recomposing it for a compact, touch-first phone viewport. */
@media (max-width: 720px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  body {
    font-size: 16px;
  }

  .site-header {
    height: 64px;
    padding: 0 16px;
    backdrop-filter: blur(10px);
  }

  .brand {
    gap: 9px;
    min-width: 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 11px;
    box-shadow: 3px 3px 0 var(--ink);
  }

  .brand strong {
    overflow: hidden;
    max-width: 150px;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .primary.small {
    min-height: 44px;
    padding: 0 15px;
    border-radius: 11px;
    font-size: 13px;
    white-space: nowrap;
  }

  .hero {
    gap: 34px;
    padding: 36px 16px 48px;
  }

  .truth-line {
    gap: 8px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.5;
  }

  .truth-line span {
    width: 28px;
  }

  .hero h1 {
    margin-bottom: 18px;
    font-size: clamp(34px, 10.2vw, 40px);
    line-height: 1.1;
    letter-spacing: -0.04em;
  }

  .hero-lead {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.72;
  }

  .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 24px 0 22px;
  }

  .hero-actions :is(.primary, .secondary) {
    min-height: 48px;
    padding: 0 10px;
    border-radius: 11px;
    font-size: 13px;
  }

  .hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px 8px;
    font-size: 12px;
  }

  .hero-proof strong {
    grid-column: 1 / -1;
  }

  .hero-proof span {
    white-space: nowrap;
  }

  .hero-stage {
    width: 100%;
    max-width: none;
    border-radius: 18px;
    box-shadow: 7px 8px 0 #ded8cc;
  }

  .stage-heading {
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 1px 9px;
    padding: 13px 14px;
  }

  .stage-heading strong {
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .stage-heading small {
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .stage-grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, .72fr);
    gap: 6px;
    padding: 0 6px;
  }

  .stage-main {
    min-height: 300px;
    border-radius: 13px;
  }

  .stage-main > div {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .stage-main b {
    font-size: 12px;
  }

  .stage-main small {
    font-size: 10px;
  }

  .play {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .stage-side {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .stage-side img {
    height: 147px;
    border-radius: 12px;
  }

  .stage-progress {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 14px;
  }

  .stage-progress b {
    justify-self: end;
    font-size: 11px;
    white-space: nowrap;
  }

  .role-strip {
    gap: 24px;
    padding: 15px 16px;
    scrollbar-width: none;
  }

  .role-strip::-webkit-scrollbar,
  .audience-tabs::-webkit-scrollbar,
  .industry-grid::-webkit-scrollbar,
  .lab-list::-webkit-scrollbar {
    display: none;
  }

  .solutions,
  .fine-tools,
  .lab,
  .examples {
    padding: 58px 16px;
  }

  .section-head {
    margin-bottom: 26px;
  }

  .section-head h2 {
    margin-bottom: 9px;
    font-size: 30px;
    line-height: 1.18;
  }

  .section-head p {
    font-size: 15px;
    line-height: 1.65;
  }

  .section-head > span {
    margin-top: 12px;
  }

  .audience-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border-bottom: 0;
    border-radius: 14px 14px 0 0;
  }

  .audience-tabs button {
    min-height: 58px;
    align-content: center;
    padding: 9px 6px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
    text-align: center;
  }

  .audience-tabs button:last-child {
    border-right: 0;
  }

  .audience-tabs b {
    font-size: 14px;
  }

  .audience-tabs span {
    display: none;
  }

  .solution-panel {
    min-height: 0;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 14px 38px rgba(29, 24, 17, .1);
  }

  .solution-summary {
    padding: 22px 18px;
  }

  .solution-summary h3 {
    margin: 12px 0 9px;
    font-size: 24px;
  }

  .solution-summary > p {
    font-size: 14px;
    line-height: 1.65;
  }

  .solution-summary ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 18px 0 20px;
  }

  .solution-summary li {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    padding: 10px 8px;
    border-radius: 10px;
    background: #f4f0e8;
  }

  .solution-summary li:before {
    width: 24px;
    height: 24px;
    margin-bottom: 3px;
    border-radius: 7px;
    background: #fff;
  }

  .solution-summary li b {
    font-size: 12px;
  }

  .solution-summary li span {
    overflow-wrap: anywhere;
    font-size: 10px;
    line-height: 1.45;
  }

  .solution-summary .wide {
    min-height: 48px;
  }

  .tool-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 8px;
  }

  .tool-card {
    min-height: 168px;
    padding: 16px 12px 52px;
  }

  .tool-card:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .tool-card h4 {
    margin: 10px 0 5px;
    font-size: 15px;
    line-height: 1.35;
  }

  .tool-card p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .tool-card a {
    right: 12px;
    bottom: 7px;
    left: 12px;
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: flex-end;
  }

  .example-switch {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    margin-top: 18px;
  }

  .example-switch button {
    min-height: 44px;
    padding: 8px 5px;
    font-size: 12px;
  }

  .example-layout {
    gap: 28px;
  }

  .example-copy h3 {
    margin: 12px 0;
    font-size: 27px;
  }

  .case-gallery {
    gap: 8px;
  }

  .industry-grid,
  .lab-list {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    margin-right: -16px;
    padding-right: 16px;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
  }

  .industry-grid article,
  .lab-list article {
    width: min(82vw, 320px);
    flex: 0 0 min(82vw, 320px);
    scroll-snap-align: start;
  }

  .industry-feature {
    grid-template-columns: 1fr;
  }

  .industry-feature > img {
    height: 230px !important;
  }

  .industry-grid article > img {
    height: 210px;
  }

  .lab-list {
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .lab-list article {
    min-height: 170px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
  }

  .site-footer {
    gap: 18px;
    padding: 34px 16px calc(34px + env(safe-area-inset-bottom));
  }

  .footer-links {
    gap: 14px 18px;
  }

  .site-footer .icp-link {
    padding-top: 16px;
  }
}
