@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=IBM+Plex+Mono:wght@400;500;700&family=Montserrat:wght@800;900&family=Noto+Sans+SC:wght@400;500;700;800;900&display=swap");

:root {
  --yellow: #ffd22e;
  --yellow-deep: #f4b400;
  --ink: #111111;
  --soft-ink: #383838;
  --paper: #fffaf0;
  --white: #ffffff;
  --blue: #2369e8;
  --aqua: #4ad9ff;
  --chalk: #151515;
  --line: rgba(17, 17, 17, 0.14);
  --light-line: rgba(255, 255, 255, 0.18);
  --container: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  background: var(--paper);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 240, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.topbar-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 72px;
  flex: 0 0 72px;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-copy strong {
  font-family: "Montserrat", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-copy span {
  font-size: 14px;
  color: var(--soft-ink);
}

.brand-copy strong .brand-magic,
.brand-copy strong .brand-byte {
  font: inherit;
  color: inherit;
}

.brand-copy strong .brand-byte,
.magicbyte-byte {
  color: var(--blue);
}

.magicbyte-word {
  display: inline-flex;
  align-items: baseline;
  font-family: "Montserrat", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 800;
  font-size: 14px;
}

.nav-cta,
.btn {
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.16);
}

.nav-cta {
  padding: 10px 14px;
  background: var(--white);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  display: block;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: min(860px, calc(100vh - 82px));
  display: grid;
  align-items: start;
  overflow: hidden;
  background:
    linear-gradient(168deg, var(--yellow) 0 16%, transparent 16% 100%),
    linear-gradient(350deg, var(--yellow) 0 17%, transparent 17% 100%),
    var(--paper);
}

.home-hero {
  isolation: isolate;
}

.home-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: var(--chalk);
}

.home-bg-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.94;
  filter: saturate(1.18) contrast(1.12);
}

.home-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.92) 0%, rgba(255, 250, 240, 0.78) 38%, rgba(255, 250, 240, 0.28) 62%, rgba(17, 17, 17, 0.12) 100%),
    linear-gradient(168deg, rgba(255, 210, 46, 0.74) 0 15%, transparent 15% 100%),
    linear-gradient(350deg, rgba(255, 210, 46, 0.78) 0 16%, transparent 16% 100%);
}

.home-hero::before,
.home-hero::after {
  content: none;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-hero::before {
  display: none;
}

.home-hero::after {
  display: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.hero-media img {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 92px;
  width: 460px;
  max-height: 74vh;
  object-fit: contain;
}

.home-hero .hero-media img {
  right: max(46px, calc((100vw - 1180px) / 2 - 8px));
  bottom: 86px;
  width: 420px;
  max-height: 70vh;
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(680px, 100%);
  padding: min(12vh, 118px) 0 150px;
}

.home-hero .hero-content {
  width: var(--container);
  max-width: var(--container);
  padding-top: min(7vh, 76px);
}

.home-hero .hero-content > :is(.eyebrow, .hero-title, .hero-lede, .hero-body, .hero-actions) {
  max-width: 690px;
}

.hero-brand-lockup {
  width: min(390px, 100%);
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  padding: 16px 18px 14px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.94);
  box-shadow: 10px 10px 0 rgba(255, 210, 46, 0.62);
}

.hero-brand-lockup img {
  width: min(305px, 100%);
}

.hero-brand-lockup span {
  color: var(--yellow);
  font-family: "IBM Plex Mono", Consolas, Menlo, monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow,
.peek-strip,
.portal-card span,
.process-card span {
  font-family: "IBM Plex Mono", Consolas, Menlo, monospace;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(17, 17, 17, 0.64);
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.72);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: 76px;
}

.hero-title {
  font-size: clamp(58px, 5.8vw, 92px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-title > span {
  display: block;
}

.hero-title-name {
  width: fit-content;
  margin: 0.08em 0;
  padding: 0.02em 0.09em 0.07em;
  background: var(--ink);
  color: var(--yellow);
  letter-spacing: 0;
  white-space: nowrap;
}

h2 {
  margin-bottom: 22px;
  font-size: 54px;
}

h3 {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.35;
}

p {
  color: var(--soft-ink);
  line-height: 1.82;
  font-size: 17px;
}

.hero-lede {
  max-width: 660px;
  color: var(--ink);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.42;
}

.hero-body {
  max-width: 650px;
}

.hero-mobile-summary {
  display: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  min-width: 0;
  padding: 0 18px;
  font-weight: 900;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 rgba(17, 17, 17, 0.18);
}

.btn-primary {
  background: var(--ink);
  color: var(--white);
}

.btn-ghost {
  background: var(--white);
}

.light-btn {
  border-color: var(--white);
  background: var(--yellow);
  color: var(--ink);
}

.light-ghost {
  border-color: var(--white);
  background: transparent;
  color: var(--white);
  box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.12);
}

.peek-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--ink);
  background: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.peek-strip span {
  padding: 18px 20px;
  border-right: 1px solid var(--line);
}

.video-story-section {
  position: relative;
  overflow: hidden;
  border-top: 2px solid var(--ink);
  background:
    linear-gradient(173deg, var(--yellow) 0 18%, transparent 18% 100%),
    var(--white);
}

.video-story-section::before {
  content: "MAGICBYTE";
  position: absolute;
  right: max(-28px, calc((100vw - 1180px) / 2 - 60px));
  top: 34px;
  color: rgba(17, 17, 17, 0.05);
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 132px;
  line-height: 1;
  pointer-events: none;
}

.video-story-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.video-story-head h2 {
  margin-bottom: 0;
  max-width: 760px;
}

.video-story-head p:last-child {
  margin-bottom: 0;
  padding: 18px 20px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.88);
  font-weight: 700;
}

.video-showcase-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.video-showcase-card {
  padding: 14px 14px 20px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.14);
}

.feature-video-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  margin-bottom: 18px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
}

.feature-video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(17, 17, 17, 0.58) 100%);
  pointer-events: none;
}

.feature-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
}

.feature-video-shell span {
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 1;
  color: var(--white);
  font-family: "IBM Plex Mono", Consolas, Menlo, monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.video-showcase-card h3 {
  margin-bottom: 8px;
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 26px;
  line-height: 1.08;
}

.video-showcase-card p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.72;
}

.section {
  padding: 110px 0;
}

.two-col,
.blackboard-grid,
.split-story,
.cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.copy-block {
  max-width: 680px;
}

.question-list {
  display: grid;
  gap: 10px;
  margin: 26px 0;
}

.question-list p {
  margin: 0;
  padding: 14px 16px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  font-weight: 800;
}

.pullquote {
  padding-left: 18px;
  border-left: 6px solid var(--yellow);
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
}

.figure-block {
  display: grid;
  place-items: center;
}

.figure-block img,
.story-image img,
.cta-layout img {
  max-height: 620px;
  object-fit: contain;
}

.blackboard-section {
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--chalk);
  background-size: 44px 44px;
}

.blackboard-section p,
.cta-section p {
  color: rgba(255, 255, 255, 0.78);
}

.blackboard-copy h2,
.cta-layout h2 {
  color: var(--white);
}

.neyris-entry {
  min-height: 520px;
  display: grid;
  align-content: center;
  gap: 28px;
  padding: 46px;
  border: 2px solid var(--yellow);
  border-radius: 12px;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 210, 46, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    #fff;
  color: var(--ink);
  box-shadow: 12px 12px 0 rgba(255, 210, 46, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.neyris-entry:hover,
.neyris-entry:focus-visible {
  transform: translate(-4px, -4px);
  box-shadow: 18px 18px 0 rgba(255, 210, 46, 0.22);
}

.neyris-entry img {
  width: min(390px, 100%);
}

.entry-kicker {
  margin-bottom: 8px;
  color: rgba(17, 17, 17, 0.56) !important;
  font-family: "IBM Plex Mono", Consolas, Menlo, monospace;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.neyris-entry h3 {
  max-width: 460px;
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 44px;
  line-height: 0.98;
  letter-spacing: 0;
}

.neyris-entry p {
  max-width: 500px;
  color: var(--soft-ink);
}

.neyris-entry span {
  display: inline-flex;
  width: fit-content;
  margin-top: 12px;
  padding: 12px 16px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 900;
}

.theme-neyris {
  --neyris-ink: #111111;
  --neyris-night: #141414;
  --neyris-steel: #eceff1;
  --neyris-mint: #bff7e4;
  --neyris-coral: #ff8b6a;
  --neyris-violet: #7b74ff;
}

.theme-neyris h1,
.theme-neyris h2,
.theme-neyris h3 {
  letter-spacing: 0;
}

.theme-neyris .band-head h2 {
  font-size: 56px;
  line-height: 1.06;
}

.neyris-hero {
  min-height: 720px;
  padding: 112px 0 78px;
  color: var(--white);
  background:
    linear-gradient(118deg, rgba(255, 210, 46, 0.96) 0 24%, rgba(255, 210, 46, 0) 24% 100%),
    linear-gradient(152deg, rgba(17, 17, 17, 0.92) 0 55%, rgba(35, 105, 232, 0.78) 100%),
    var(--neyris-night);
}

.neyris-hero::before {
  display: none;
}

.neyris-hero .magic-hero-inner {
  max-width: var(--container);
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(340px, 0.88fr);
  gap: 56px;
  align-items: center;
}

.neyris-hero h1 {
  max-width: 850px;
  margin-bottom: 24px;
  color: var(--white);
  font-size: 84px;
  line-height: 0.98;
}

.neyris-hero .hero-body {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 21px;
  font-weight: 700;
}

.neyris-hero .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.neyris-hero .btn-primary {
  border-color: var(--white);
  background: var(--yellow);
  color: var(--ink);
}

.neyris-hero .btn-ghost {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.12);
}

.neyris-proofbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 34px;
}

.neyris-proofbar div {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.neyris-proofbar strong,
.neyris-proofbar span {
  display: block;
}

.neyris-proofbar strong {
  margin-bottom: 6px;
  color: var(--yellow);
  font-size: 18px;
}

.neyris-proofbar span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
}

.neyris-hero-visual {
  position: relative;
  min-height: 500px;
  margin: 0;
  padding: 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    rgba(255, 255, 255, 0.08);
  background-size: 34px 34px;
  box-shadow: 18px 18px 0 rgba(255, 210, 46, 0.22);
}

.neyris-hero-eye {
  width: min(360px, 78%);
  filter: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.35));
}

.neyris-hero-visual figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.72);
  backdrop-filter: blur(14px);
}

.neyris-hero-visual span,
.neyris-console-head span,
.neyris-5d-grid span,
.neyris-feature span {
  font-family: "IBM Plex Mono", Consolas, Menlo, monospace;
  letter-spacing: 0;
  text-transform: uppercase;
}

.neyris-hero-visual figcaption strong {
  color: var(--white);
  font-size: 25px;
}

.neyris-hero-visual figcaption small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.neyris-split,
.neyris-console-layout,
.neyris-scenario-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 46px;
  align-items: center;
}

.neyris-contrast {
  display: grid;
  gap: 16px;
}

.neyris-contrast div {
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.1);
}

.neyris-contrast span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--neyris-steel);
  color: var(--soft-ink);
  font-size: 13px;
  font-weight: 900;
}

.neyris-contrast div:last-child {
  border-color: var(--yellow-deep);
  background: #fff7cf;
}

.neyris-contrast div:last-child span {
  background: var(--ink);
  color: var(--yellow);
}

.neyris-contrast strong {
  display: block;
  margin-bottom: 8px;
  font-size: 28px;
}

.neyris-contrast p {
  margin-bottom: 0;
  font-size: 16px;
}

.neyris-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.neyris-feature,
.neyris-workflow article,
.neyris-5d-grid article {
  min-width: 0;
  padding: 22px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.1);
}

.neyris-feature span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--blue);
  font-weight: 900;
}

.neyris-feature h3,
.neyris-workflow h3,
.neyris-5d-grid h3,
.neyris-scenario-copy h3 {
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.12;
}

.neyris-feature p,
.neyris-workflow p,
.neyris-5d-grid p {
  margin-bottom: 0;
  font-size: 16px;
}

.neyris-workflow-section {
  background:
    linear-gradient(90deg, rgba(191, 247, 228, 0.26) 0 50%, rgba(255, 139, 106, 0.18) 50% 100%),
    var(--paper);
}

.neyris-workflow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.neyris-workflow article {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 260px;
}

.neyris-workflow article::after {
  content: "";
  position: absolute;
  top: 28px;
  right: -18px;
  width: 24px;
  height: 3px;
  background: var(--ink);
}

.neyris-workflow article:last-child::after {
  display: none;
}

.neyris-workflow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--yellow);
  font-family: "IBM Plex Mono", Consolas, Menlo, monospace;
  font-weight: 900;
}

.neyris-scenario-layout {
  align-items: stretch;
}

.neyris-loop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-content: center;
}

.neyris-loop span {
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 16px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.neyris-loop span:nth-child(2),
.neyris-loop span:nth-child(5) {
  background: rgba(255, 210, 46, 0.18);
  color: var(--yellow);
}

.neyris-loop span:nth-child(3),
.neyris-loop span:nth-child(6) {
  background: rgba(191, 247, 228, 0.16);
  color: var(--neyris-mint);
}

.neyris-scenario-copy {
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.neyris-scenario-copy p {
  color: rgba(255, 255, 255, 0.8);
}

.neyris-line-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.neyris-line-list li {
  padding: 12px 14px;
  border-left: 5px solid var(--yellow);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
}

.neyris-5d-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.neyris-5d-grid article {
  min-height: 250px;
}

.neyris-5d-grid span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--neyris-violet);
  font-size: 13px;
  font-weight: 900;
}

.neyris-console-section {
  padding-bottom: 104px;
}

.neyris-console {
  min-width: 0;
  padding: 24px;
  border: 2px solid var(--yellow);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 12px 12px 0 rgba(255, 210, 46, 0.16);
}

.neyris-console-head {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.neyris-console-head span {
  color: var(--neyris-mint);
  font-size: 13px;
  font-weight: 900;
}

.neyris-console-head strong {
  color: var(--white);
  font-size: 34px;
  line-height: 1.1;
}

.neyris-console-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(120px, 0.8fr) minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.neyris-console-row span,
.neyris-console-row strong,
.neyris-console-row em {
  min-width: 0;
  overflow-wrap: anywhere;
}

.neyris-console-row span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 900;
}

.neyris-console-row strong {
  color: var(--white);
  font-size: 18px;
}

.neyris-console-row em {
  color: var(--neyris-mint);
  font-style: normal;
  font-size: 14px;
  font-weight: 800;
}

.neyris-console-row.is-alert em {
  color: var(--neyris-coral);
}

.neyris-console-insight {
  margin-top: 18px;
  padding: 18px;
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
}

.neyris-console-insight span {
  display: block;
  margin-bottom: 8px;
  font-weight: 900;
}

.neyris-console-insight p {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}

.theme-neyris .cta-panel {
  border-radius: 8px;
}

.trend-section {
  background: var(--yellow);
}

.trend-title {
  max-width: 920px;
}

.trend-title span {
  display: block;
  width: fit-content;
  margin-top: 14px;
  padding: 10px 20px 18px;
  border: 3px solid var(--ink);
  background: var(--ink);
  color: var(--yellow);
  font-size: clamp(88px, 11vw, 168px);
  line-height: 0.82;
  letter-spacing: 0;
  box-shadow: 12px 12px 0 rgba(17, 17, 17, 0.16);
}

.split-story {
  grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1.16fr);
}

.statement-grid,
.process-grid,
.portal-grid {
  display: grid;
  gap: 18px;
}

.statement-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}

.statement-grid article,
.process-card,
.portal-card {
  min-width: 0;
  padding: 22px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
}

.statement-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.statement-grid p,
.process-card p,
.portal-card p {
  margin-bottom: 0;
  font-size: 15px;
}

.section-head {
  max-width: 800px;
  margin-bottom: 34px;
}

.section-head p {
  font-size: 19px;
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
}

.process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-weight: 900;
}

.portal-section {
  background: #f7f7f7;
}

.portal-grid {
  grid-template-columns: repeat(3, 1fr);
}

.portal-card {
  min-height: 230px;
  background: var(--white);
  transition: transform 160ms ease, background 160ms ease;
}

.portal-card:hover,
.portal-card:focus-visible {
  transform: translateY(-4px);
  background: #fff5c2;
}

.portal-card span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.portal-card h3 {
  margin-top: 22px;
}

.cta-section {
  color: var(--white);
  background: var(--ink);
}

.cta-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.7fr);
}

.footer {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  color: var(--soft-ink);
  font-size: 14px;
}

.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.footer-inner a {
  color: var(--soft-ink);
  font-weight: 800;
  text-decoration: none;
}

.footer-inner a:hover,
.footer-inner a:focus-visible {
  color: var(--blue);
  text-decoration: underline;
}

.page-hero {
  min-height: 520px;
  padding: 96px 0;
}

.page-hero .hero-media {
  z-index: 0;
}

.page-hero .hero-media img {
  top: 90px;
  right: max(40px, calc((100vw - 1180px) / 2));
  bottom: auto;
  width: 430px;
  opacity: 0.08;
}

.page-hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 0;
}

.page-hero h1 {
  font-size: 68px;
}

.page-section {
  padding: 80px 0;
}

.simple-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.simple-card {
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
}

.product-lockup {
  display: grid;
  place-items: center;
  padding: 36px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
}

.product-lockup img {
  max-height: 220px;
  object-fit: contain;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 40px;
  }

  .hero-media img {
    opacity: 0.16;
    right: -96px;
    bottom: auto;
    top: 70px;
    width: 420px;
  }

  .home-hero .hero-media img {
    right: -120px;
    bottom: auto;
    top: 150px;
    width: 390px;
    max-height: none;
  }

  .peek-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .two-col,
  .blackboard-grid,
  .split-story,
  .cta-layout {
    grid-template-columns: 1fr;
  }

  .statement-grid,
  .process-grid,
  .portal-grid,
  .simple-grid,
  .video-showcase-grid,
  .video-story-head {
    grid-template-columns: 1fr;
  }

  .video-story-section::before {
    right: -40px;
    font-size: 92px;
  }
}

@media (max-width: 760px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 2px solid var(--ink);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.14);
  }

  .site-nav.is-open {
    display: flex;
  }

  .brand-copy strong {
    font-size: 17px;
  }

  .brand-mark {
    width: 58px;
    flex-basis: 58px;
  }

  h1,
  .page-hero h1 {
    font-size: 30px;
    line-height: 1.14;
    word-break: break-all;
  }

  h2 {
    font-size: 30px;
    line-height: 1.16;
  }

  p,
  .hero-body,
  .hero-lede {
    font-size: 16px;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero-lede,
  .hero-body {
    max-width: 21em;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    padding: 62px 20px 190px;
  }

  .home-hero::before {
    width: 380px;
    height: 380px;
    left: -190px;
    top: 160px;
  }

  .home-hero::after {
    width: 360px;
    height: 220px;
    right: -190px;
    top: 50px;
  }

  .home-hero .hero-content {
    width: 100%;
    max-width: 100%;
    padding: 24px 20px 92px;
  }

  .home-bg-video {
    opacity: 0.86;
  }

  .home-video-overlay {
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.93) 0%, rgba(255, 250, 240, 0.84) 52%, rgba(255, 210, 46, 0.62) 100%),
      linear-gradient(350deg, rgba(255, 210, 46, 0.76) 0 18%, transparent 18% 100%);
  }

  .home-hero .hero-content > :is(.eyebrow, .hero-title, .hero-lede, .hero-body, .hero-mobile-summary, .hero-actions) {
    max-width: 100%;
  }

  .hero-brand-lockup {
    width: min(220px, 68vw);
    gap: 6px;
    margin-bottom: 12px;
    padding: 9px 10px 8px;
    box-shadow: 6px 6px 0 rgba(255, 210, 46, 0.72);
  }

  .hero-brand-lockup img {
    width: 174px;
  }

  .hero-brand-lockup span {
    font-size: 9px;
    line-height: 1.35;
  }

  .home-hero .eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .hero-title {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
  }

  .home-hero .hero-lede {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.42;
  }

  .home-hero .hero-body {
    display: none;
  }

  .hero-mobile-summary {
    display: block;
    margin-bottom: 0;
    color: var(--soft-ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
  }

  .hero-title-name {
    display: block;
    width: fit-content;
  }

  .home-hero .hero-media img {
    display: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 16px;
  }

  .btn {
    min-height: 46px;
    justify-content: center;
    padding: 0 12px;
    text-align: center;
    font-size: 14px;
    box-shadow: none;
  }

  .peek-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    font-size: 11px;
  }

  .peek-strip span {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
  }

  .section {
    padding: 74px 0;
  }

  .video-story-section::before {
    content: "AI";
    top: 38px;
    right: 14px;
    font-size: 96px;
  }

  .video-story-head {
    gap: 18px;
  }

  .video-story-head p:last-child {
    padding: 14px;
    font-size: 15px;
  }

  .video-showcase-card {
    padding: 12px 12px 18px;
    box-shadow: none;
  }

  .neyris-entry {
    min-height: auto;
    padding: 28px 22px;
    box-shadow: 6px 6px 0 rgba(255, 210, 46, 0.16);
  }

  .neyris-entry h3 {
    font-size: 32px;
  }

  .trend-title span {
    padding: 8px 14px 12px;
    font-size: 74px;
    box-shadow: 7px 7px 0 rgba(17, 17, 17, 0.16);
  }

  .footer-inner {
    flex-direction: column;
  }
}

/* ===== Expanded site system: directory pages, detail pages, motion ===== */

::selection {
  background: var(--yellow);
  color: var(--ink);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 4px;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--yellow), var(--aqua), var(--blue));
  pointer-events: none;
}

.motion-glow {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  opacity: 0.12;
  transform: translate(calc(var(--cursor-x, 50vw) - 50%), calc(var(--cursor-y, 50vh) - 50%));
  background: radial-gradient(circle, var(--aqua), transparent 65%);
  filter: blur(16px);
  pointer-events: none;
  mix-blend-mode: multiply;
}

.site-nav a {
  position: relative;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--yellow);
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.magic-hero {
  position: relative;
  min-height: auto;
  padding: 104px 0 72px;
  overflow: hidden;
  background:
    linear-gradient(168deg, var(--yellow) 0 20%, transparent 20% 100%),
    radial-gradient(circle at 88% 24%, rgba(35, 105, 232, 0.13), transparent 22%),
    var(--paper);
}

.magic-hero::before {
  content: "";
  position: absolute;
  right: max(-130px, calc((100vw - 1180px) / 2 - 180px));
  top: 46px;
  width: 460px;
  height: 460px;
  opacity: 0.07;
  background: url("../brand/logo-full-dark-crop.png") center / contain no-repeat;
  pointer-events: none;
}

.magic-hero.dark {
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgba(74, 217, 255, 0.18), transparent 28%),
    var(--chalk);
  background-size: 44px 44px, 44px 44px, auto, auto;
}

.magic-hero.dark p,
.magic-hero.dark .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.magic-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
}

.magic-hero h1 {
  max-width: 900px;
  font-size: clamp(54px, 7.2vw, 112px);
  line-height: 0.94;
  letter-spacing: 0;
}

.magic-hero .hero-body {
  max-width: 780px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 700;
}

.magic-hero.dark .hero-body {
  color: rgba(255, 255, 255, 0.86);
}

.accent-word {
  display: inline-block;
  padding: 0.02em 0.12em 0.08em;
  background: var(--ink);
  color: var(--yellow);
}

.dark .accent-word {
  background: var(--yellow);
  color: var(--ink);
}

.chapter-nav {
  position: sticky;
  top: 82px;
  z-index: 35;
  overflow: auto;
  border-block: 2px solid var(--ink);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.chapter-nav .container {
  display: flex;
  gap: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.chapter-nav a,
.filter-chip {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  font-weight: 900;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.chapter-nav a:hover,
.chapter-nav a:focus-visible,
.filter-chip:hover,
.filter-chip:focus-visible,
.filter-chip.is-active {
  transform: translateY(-2px);
  background: var(--ink);
  color: var(--white);
}

.impact-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.metric-card {
  min-width: 0;
  padding: 18px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.12);
}

.metric-card strong {
  display: block;
  color: var(--blue);
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
}

.metric-card span {
  display: block;
  margin-top: 8px;
  color: var(--soft-ink);
  font-size: 14px;
  font-weight: 800;
}

.content-band {
  padding: 92px 0;
}

.content-band.alt {
  background:
    linear-gradient(rgba(17, 17, 17, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.04) 1px, transparent 1px),
    #f7f7f7;
  background-size: 36px 36px;
}

.content-band.dark {
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    var(--chalk);
  background-size: 42px 42px;
}

.content-band.dark p,
.content-band.dark li {
  color: rgba(255, 255, 255, 0.78);
}

.content-band.dark h2,
.content-band.dark h3 {
  color: var(--white);
}

.band-head {
  max-width: 860px;
  margin-bottom: 32px;
}

.band-head h2 {
  font-size: clamp(38px, 5vw, 72px);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.card-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.magic-card,
.route-card,
.text-panel,
.case-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.spotlight-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  opacity: 0;
  background: radial-gradient(circle at var(--card-x, 50%) var(--card-y, 50%), rgba(255, 210, 46, 0.55), transparent 36%);
  transition: opacity 160ms ease;
  pointer-events: none;
}

.spotlight-card:hover::before,
.spotlight-card:focus-within::before {
  opacity: 1;
}

.magic-card > *,
.route-card > *,
.text-panel > *,
.case-card > * {
  position: relative;
  z-index: 1;
}

.magic-card:hover,
.route-card:hover,
.case-card:hover {
  transform: translate(-4px, -4px) rotate(var(--tilt, 0deg));
  box-shadow: 14px 14px 0 rgba(17, 17, 17, 0.14);
}

.magic-card h3,
.route-card h3,
.case-card h3 {
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: 0;
}

.magic-card p,
.route-card p,
.case-card p,
.text-panel p {
  font-size: 16px;
}

.tag-row,
.stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tag-row span,
.stat-row span {
  display: inline-flex;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f6f6f6;
  color: var(--soft-ink);
  font-size: 13px;
  font-weight: 800;
}

.stat-row span {
  border: 2px solid var(--ink);
  background: var(--yellow);
  color: var(--ink);
}

.route-card {
  display: grid;
  gap: 12px;
}

.route-card .no {
  width: fit-content;
  padding: 8px 10px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--yellow);
  font-family: "IBM Plex Mono", Consolas, Menlo, monospace;
  font-weight: 900;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.flow-steps .route-card::after {
  content: "→";
  position: absolute;
  right: 14px;
  top: 14px;
  color: rgba(17, 17, 17, 0.22);
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 34px;
}

.flow-steps .route-card:last-child::after {
  content: "";
}

.text-flow {
  display: grid;
  gap: 12px;
}

.text-flow p,
.text-flow li {
  margin: 0;
  color: var(--soft-ink);
}

.line-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.line-list li {
  padding: 13px 14px;
  border-left: 6px solid var(--yellow);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.directory-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  margin-bottom: 24px;
}

.directory-search {
  min-height: 52px;
  width: 100%;
  padding: 0 16px;
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.1);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.industry-card[hidden] {
  display: none;
}

.guide-split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 30px;
  align-items: start;
}

.sticky-note {
  position: sticky;
  top: 154px;
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: var(--yellow);
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.12);
}

.sticky-note strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 34px;
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 12px 12px 0 rgba(17, 17, 17, 0.12);
}

.cta-panel h2 {
  margin-bottom: 10px;
}

.wizard-badge {
  width: 138px;
  height: 138px;
  object-fit: contain;
  animation: floatBadge 4s ease-in-out infinite;
}

@keyframes floatBadge {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}

details.magic-card summary {
  cursor: pointer;
  font-weight: 900;
}

details.magic-card summary::marker {
  color: var(--blue);
}

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

@media (max-width: 980px) {
  .impact-strip,
  .card-grid,
  .card-grid.two,
  .card-grid.four,
  .flow-steps,
  .guide-split,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .magic-hero {
    padding: 82px 0 58px;
  }

  .sticky-note {
    position: relative;
    top: auto;
  }

  .directory-tools {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .motion-glow {
    display: none;
  }

  .magic-hero::before {
    display: none;
  }

  .chapter-nav {
    top: 82px;
  }

  .magic-hero h1 {
    font-size: 29px;
    line-height: 1.08;
    max-width: calc(100vw - 40px);
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .magic-hero .accent-word {
    display: block;
    width: fit-content;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-all;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }

  .card-grid,
  .directory-tools,
  .filter-row {
    max-width: 100%;
    min-width: 0;
  }

  .magic-card,
  .route-card,
  .text-panel,
  .case-card,
  .directory-search {
    width: 100%;
    max-width: 100%;
  }

  .magic-hero .hero-body {
    font-size: 17px;
  }

  .content-band {
    padding: 68px 0;
  }

  .band-head h2 {
    font-size: 34px;
  }

  .metric-card strong {
    font-size: 26px;
  }

  .magic-card,
  .route-card,
  .text-panel,
  .case-card,
  .cta-panel {
    padding: 20px;
    box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.1);
  }

  .wizard-badge {
    width: 96px;
    height: 96px;
  }
}

@media (max-width: 1180px) {
  .neyris-capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .neyris-workflow,
  .neyris-5d-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .neyris-workflow article::after {
    display: none;
  }
}

@media (max-width: 980px) {
  .neyris-hero {
    min-height: auto;
  }

  .neyris-hero .magic-hero-inner,
  .neyris-split,
  .neyris-console-layout,
  .neyris-scenario-layout {
    grid-template-columns: 1fr;
  }

  .neyris-hero h1 {
    font-size: 60px;
  }

  .neyris-hero-visual {
    min-height: 420px;
  }

  .neyris-proofbar {
    grid-template-columns: repeat(2, 1fr);
  }

  .theme-neyris .band-head h2 {
    font-size: 44px;
  }
}

@media (max-width: 760px) {
  .neyris-hero {
    padding: 64px 0 56px;
  }

  .neyris-hero h1 {
    font-size: 38px;
    line-height: 1.08;
    word-break: normal;
  }

  .neyris-hero .hero-body {
    font-size: 17px;
  }

  .neyris-hero-visual {
    min-height: 360px;
    padding: 24px;
    box-shadow: 7px 7px 0 rgba(255, 210, 46, 0.22);
  }

  .neyris-hero-eye {
    width: min(280px, 82%);
  }

  .neyris-hero-visual figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .neyris-proofbar,
  .neyris-capability-grid,
  .neyris-workflow,
  .neyris-loop,
  .neyris-5d-grid {
    grid-template-columns: 1fr;
  }

  .theme-neyris .band-head h2,
  .theme-neyris .cta-panel h2 {
    font-size: 32px;
    line-height: 1.12;
  }

  .neyris-feature,
  .neyris-workflow article,
  .neyris-5d-grid article,
  .neyris-scenario-copy,
  .neyris-console {
    padding: 20px;
  }

  .neyris-workflow article,
  .neyris-5d-grid article {
    min-height: auto;
  }

  .neyris-console-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .neyris-console-head strong {
    font-size: 27px;
  }

  .theme-neyris .cta-panel {
    grid-template-columns: 1fr;
  }
}

.theme-neyris .neyris-hero {
  color: var(--ink);
  background:
    linear-gradient(166deg, rgba(255, 210, 46, 0.96) 0 26%, rgba(255, 210, 46, 0) 26% 100%),
    linear-gradient(152deg, var(--paper) 0 55%, #edf6fb 100%);
}

.theme-neyris .neyris-hero h1 {
  color: var(--ink);
  font-size: 76px;
  line-height: 1;
}

.theme-neyris .neyris-hero .eyebrow {
  color: rgba(17, 17, 17, 0.7);
}

.theme-neyris .neyris-hero .hero-body {
  color: var(--ink);
}

.theme-neyris .neyris-hero .btn-primary {
  border-color: var(--ink);
}

.theme-neyris .neyris-hero .btn-ghost {
  border-color: var(--ink);
  background: var(--white);
  color: var(--ink);
  box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.12);
}

.theme-neyris .neyris-proofbar div {
  border-color: rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.78);
}

.theme-neyris .neyris-proofbar strong {
  color: var(--yellow-deep);
}

.theme-neyris .neyris-proofbar span {
  color: rgba(17, 17, 17, 0.68);
}

.theme-neyris .neyris-hero-visual {
  border-color: rgba(17, 17, 17, 0.13);
  background:
    linear-gradient(rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    rgba(255, 255, 255, 0.52);
}

.theme-neyris .neyris-hero-copy,
.theme-neyris .band-head,
.theme-neyris .neyris-feature,
.theme-neyris .neyris-workflow article,
.theme-neyris .neyris-5d-grid article,
.theme-neyris .neyris-scenario-copy,
.theme-neyris .neyris-console {
  max-width: 100%;
  min-width: 0;
}

.theme-neyris main h1,
.theme-neyris main h2,
.theme-neyris main h3,
.theme-neyris main p,
.theme-neyris main li,
.theme-neyris main strong,
.theme-neyris main span,
.theme-neyris main small,
.theme-neyris main em {
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .theme-neyris .neyris-hero h1 {
    font-size: 54px;
  }
}

@media (max-width: 760px) {
  .theme-neyris main .container {
    width: 358px;
    max-width: calc(100vw - 32px);
    padding-left: 0;
    padding-right: 0;
  }

  .theme-neyris main :is(
    .band-head,
    .neyris-contrast,
    .neyris-contrast div,
    .neyris-capability-grid,
    .neyris-feature,
    .neyris-workflow,
    .neyris-workflow article,
    .neyris-loop,
    .neyris-scenario-copy,
    .neyris-5d-grid,
    .neyris-5d-grid article,
    .neyris-console,
    .cta-panel,
    .neyris-hero-visual
  ) {
    width: 100%;
    max-width: calc(100vw - 32px);
  }

  .theme-neyris .neyris-hero h1 {
    max-width: 100%;
    font-size: 26px;
    line-height: 1.12;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .theme-neyris main h2,
  .theme-neyris main h3,
  .theme-neyris main p,
  .theme-neyris main li,
  .theme-neyris main strong,
  .theme-neyris main span,
  .theme-neyris main small,
  .theme-neyris main em {
    word-break: break-all;
  }

  .theme-neyris .band-head h2,
  .theme-neyris .cta-panel h2 {
    font-size: 24px;
  }

  .theme-neyris .neyris-feature h3,
  .theme-neyris .neyris-workflow h3,
  .theme-neyris .neyris-5d-grid h3,
  .theme-neyris .neyris-scenario-copy h3 {
    font-size: 23px;
  }

  .theme-neyris .neyris-hero .hero-body {
    font-size: 16px;
    line-height: 1.68;
  }
}

@media (min-width: 520px) and (max-width: 760px) {
  .theme-neyris main .container {
    width: min(620px, calc(100% - 40px));
    max-width: calc(100% - 40px);
  }
}

/* About / MagicByte company page */
.theme-about {
  --about-night: #111111;
  --about-blue: #2369e8;
  --about-mint: #c9f7e7;
  --about-coral: #ff8b6a;
  --about-ice: #eef7fb;
}

.theme-about h1,
.theme-about h2,
.theme-about h3 {
  letter-spacing: 0;
}

.theme-about .cta-panel {
  border-radius: 8px;
}

.about-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: 104px 0 82px;
  background:
    linear-gradient(165deg, var(--yellow) 0 28%, transparent 28% 100%),
    linear-gradient(90deg, var(--paper) 0 58%, var(--about-ice) 58% 100%);
}

.about-hero-grid,
.about-method-grid,
.about-product-grid,
.about-ops-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 54px;
  align-items: center;
}

.about-hero-copy {
  position: relative;
  z-index: 2;
}

.about-hero h1 {
  max-width: 780px;
  margin-bottom: 26px;
  font-size: 72px;
  line-height: 1.02;
}

.about-lede {
  max-width: 760px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
}

.about-hero-visual,
.about-method-visual,
.about-ops-visual,
.about-product-panel {
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 12px 12px 0 rgba(17, 17, 17, 0.12);
}

.about-hero-visual {
  position: relative;
  min-width: 0;
}

.about-hero-visual img,
.about-method-visual img,
.about-ops-visual img,
.about-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.about-hero-note {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(17, 17, 17, 0.82);
  color: var(--white);
}

.about-hero-note span,
.about-service-card span,
.about-delivery-rail span,
.about-gallery span {
  font-family: "IBM Plex Mono", Consolas, Menlo, monospace;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-hero-note span {
  display: block;
  margin-bottom: 8px;
  color: var(--yellow);
  font-weight: 900;
}

.about-hero-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 24px;
}

.about-hero-note p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 700;
}

.about-section-head {
  max-width: 920px;
  margin-bottom: 34px;
}

.about-section-head h2 {
  font-size: 56px;
  line-height: 1.07;
}

.about-section-head p {
  max-width: 820px;
  font-size: 19px;
}

.about-services-band {
  background:
    linear-gradient(rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    var(--white);
  background-size: 36px 36px;
}

.about-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-service-card {
  min-width: 0;
  min-height: 260px;
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 7px 7px 0 rgba(17, 17, 17, 0.1);
}

.about-service-card:nth-child(2),
.about-service-card:nth-child(5) {
  background: #fff5c7;
}

.about-service-card:nth-child(3),
.about-service-card:nth-child(6) {
  background: var(--about-ice);
}

.about-service-card span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--about-blue);
  font-weight: 900;
}

.about-service-card h3,
.about-delivery-rail h3,
.about-principle-list strong,
.about-stack-list strong,
.about-ops-board strong,
.about-gallery h3 {
  color: var(--ink);
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.15;
}

.about-service-card p,
.about-delivery-rail p,
.about-stack-list span,
.about-gallery p {
  margin-bottom: 0;
  font-size: 16px;
}

.about-method-band,
.about-ops-band {
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    var(--about-night);
  background-size: 42px 42px;
}

.about-method-band p,
.about-ops-band p {
  color: rgba(255, 255, 255, 0.78);
}

.about-method-copy h2,
.about-ops-copy h2 {
  color: var(--white);
  font-size: 56px;
  line-height: 1.06;
}

.about-method-copy > p,
.about-ops-copy > p {
  font-size: 19px;
}

.about-method-visual {
  box-shadow: 12px 12px 0 rgba(255, 210, 46, 0.16);
}

.about-principle-list,
.about-stack-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.about-principle-list div,
.about-stack-list div {
  display: grid;
  gap: 7px;
  padding: 18px;
  border-left: 6px solid var(--yellow);
  background: rgba(255, 255, 255, 0.08);
}

.about-principle-list strong {
  color: var(--white);
  font-size: 22px;
}

.about-principle-list span {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
  font-weight: 700;
}

.about-delivery-band {
  background:
    linear-gradient(90deg, rgba(201, 247, 231, 0.4) 0 50%, rgba(255, 139, 106, 0.2) 50% 100%),
    var(--paper);
}

.about-delivery-rail {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.about-delivery-rail article {
  position: relative;
  min-width: 0;
  min-height: 260px;
  padding: 22px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.1);
}

.about-delivery-rail article::after {
  content: "";
  position: absolute;
  top: 34px;
  right: -18px;
  width: 24px;
  height: 3px;
  background: var(--ink);
}

.about-delivery-rail article:last-child::after {
  display: none;
}

.about-delivery-rail span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--yellow);
  font-weight: 900;
}

.about-product-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.8fr);
}

.about-product-copy h2 {
  font-size: 56px;
  line-height: 1.06;
}

.about-stack-list div {
  border-left-color: var(--about-blue);
  background: var(--white);
}

.about-stack-list strong {
  font-size: 22px;
}

.about-stack-list span {
  color: var(--soft-ink);
  line-height: 1.7;
  font-weight: 700;
}

.about-product-panel {
  display: grid;
  gap: 18px;
  align-content: center;
  padding: 30px;
  background: #fff5c7;
}

.about-product-panel img {
  width: min(260px, 80%);
  margin: 0 auto;
}

.about-product-panel h3 {
  font-size: 30px;
}

.about-product-panel p {
  font-size: 16px;
}

.about-product-panel .btn {
  width: fit-content;
}

.about-ops-grid {
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.95fr);
}

.about-ops-board {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.about-ops-board div {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.about-ops-board span {
  display: block;
  margin-bottom: 8px;
  color: var(--yellow);
  font-weight: 900;
}

.about-ops-board strong {
  color: var(--white);
  font-size: 24px;
}

.about-ops-visual {
  border-color: rgba(255, 255, 255, 0.82);
  box-shadow: 12px 12px 0 rgba(255, 210, 46, 0.16);
}

.about-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.about-gallery article {
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.1);
}

.about-gallery div {
  padding: 22px;
}

.about-gallery span {
  display: block;
  margin-bottom: 10px;
  color: var(--about-blue);
  font-size: 13px;
  font-weight: 900;
}

.about-gallery p {
  color: var(--soft-ink);
}

.about-cta {
  background:
    linear-gradient(135deg, var(--yellow) 0 62%, var(--about-mint) 62% 100%);
}

@media (max-width: 1180px) {
  .about-delivery-rail {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-delivery-rail article::after {
    display: none;
  }
}

@media (max-width: 980px) {
  .about-hero-grid,
  .about-method-grid,
  .about-product-grid,
  .about-ops-grid {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: auto;
  }

  .about-hero h1,
  .about-section-head h2,
  .about-method-copy h2,
  .about-product-copy h2,
  .about-ops-copy h2 {
    font-size: 46px;
  }

  .about-service-grid,
  .about-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .theme-about main .container {
    width: 100%;
    max-width: calc(100vw - 32px);
    padding-left: 0;
    padding-right: 0;
  }

  .about-hero {
    padding: 66px 0 58px;
  }

  .about-hero h1,
  .about-section-head h2,
  .about-method-copy h2,
  .about-product-copy h2,
  .about-ops-copy h2 {
    font-size: 30px;
    line-height: 1.14;
    overflow-wrap: anywhere;
  }

  .about-lede,
  .about-method-copy > p,
  .about-ops-copy > p,
  .about-section-head p {
    font-size: 16px;
  }

  .about-service-grid,
  .about-gallery,
  .about-delivery-rail,
  .about-ops-board {
    grid-template-columns: 1fr;
  }

  .about-service-card,
  .about-delivery-rail article {
    min-height: auto;
  }

  .about-hero-visual,
  .about-method-visual,
  .about-ops-visual,
  .about-product-panel {
    box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.1);
  }

  .about-hero-note {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    border-radius: 0;
  }

  .about-product-panel .btn {
    width: 100%;
  }
}

/* About page redesign v2 */
.about-v2 h1,
.about-v2 h2,
.about-v2 h3 {
  letter-spacing: 0;
}

.about-v2 main {
  background: var(--paper);
}

.about2-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 82px);
  padding: 86px 0 0;
  background:
    linear-gradient(104deg, var(--paper) 0 58%, var(--ink) 58% 100%);
}

.about2-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 36vh;
  background: var(--yellow);
  clip-path: polygon(0 0, 100% 0, 100% 28%, 0 100%);
  pointer-events: none;
}

.about2-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.86fr);
  gap: 42px;
  align-items: end;
  min-height: 620px;
}

.about2-hero-copy {
  align-self: center;
  padding: 38px 0 76px;
}

.about2-hero h1 {
  max-width: 860px;
  margin-bottom: 26px;
  font-size: clamp(58px, 7.4vw, 104px);
  line-height: 0.96;
}

.about2-lede {
  max-width: 730px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
}

.about2-hero-stage {
  position: relative;
  align-self: stretch;
  min-height: 620px;
  display: grid;
  align-items: end;
  justify-items: center;
}

.about2-hero-stage img {
  position: relative;
  z-index: 2;
  width: min(520px, 96%);
  max-height: 640px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 26px 28px rgba(0, 0, 0, 0.34));
}

.about2-hero-caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 34px;
  z-index: 3;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(17, 17, 17, 0.82);
  color: var(--white);
  backdrop-filter: blur(16px);
}

.about2-hero-caption span,
.about2-signal-row span,
.about2-practice-list span,
.about2-delivery-grid span,
.about2-product-visual span {
  font-family: "IBM Plex Mono", Consolas, Menlo, monospace;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about2-hero-caption span {
  display: block;
  margin-bottom: 6px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
}

.about2-hero-caption strong {
  font-size: 24px;
}

.about2-signal-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--ink);
  background: var(--white);
}

.about2-signal-row div {
  min-width: 0;
  padding: 18px 20px;
  border-right: 1px solid var(--line);
}

.about2-signal-row div:last-child {
  border-right: 0;
}

.about2-signal-row span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.about2-signal-row strong {
  font-size: 17px;
}

.about2-nav {
  top: 82px;
}

.about2-section {
  padding: 110px 0;
}

.about2-editorial,
.about2-method-grid,
.about2-product-grid,
.about2-belief-grid,
.about2-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 62px;
  align-items: start;
}

.about2-kicker,
.about2-section-head {
  max-width: 760px;
}

.about2-kicker h2,
.about2-section-head h2,
.about2-method-copy h2,
.about2-product-copy h2,
.about2-belief-copy h2,
.about2-cta h2 {
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 1.02;
}

.about2-practice {
  background:
    linear-gradient(rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    var(--white);
  background-size: 38px 38px;
}

.about2-practice-list {
  border-top: 2px solid var(--ink);
}

.about2-practice-list div {
  display: grid;
  grid-template-columns: 136px minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 22px;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 2px solid var(--ink);
}

.about2-practice-list span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.about2-practice-list h3 {
  margin-bottom: 0;
  font-size: 24px;
}

.about2-practice-list p {
  margin-bottom: 0;
  font-size: 16px;
}

.about2-method,
.about2-belief {
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    var(--ink);
  background-size: 42px 42px;
}

.about2-method-grid,
.about2-belief-grid {
  align-items: center;
}

.about2-method-figure,
.about2-belief-figure {
  margin: 0;
  min-height: 520px;
  display: grid;
  align-items: end;
  justify-items: center;
  overflow: hidden;
}

.about2-method-figure img,
.about2-belief-figure img {
  width: min(450px, 100%);
  max-height: 600px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.38));
}

.about2-method-copy h2,
.about2-belief-copy h2 {
  color: var(--white);
}

.about2-question-list {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.about2-question-list li {
  display: grid;
  grid-template-columns: minmax(160px, 0.45fr) minmax(0, 1fr);
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.about2-question-list strong {
  color: var(--yellow);
  font-size: 20px;
}

.about2-question-list span {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  font-weight: 700;
}

.about2-delivery {
  background:
    linear-gradient(90deg, rgba(74, 217, 255, 0.12) 0 36%, rgba(255, 210, 46, 0.18) 36% 68%, rgba(255, 139, 106, 0.12) 68% 100%),
    var(--paper);
}

.about2-section-head {
  margin-bottom: 38px;
}

.about2-delivery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: 10px 10px 0 rgba(17, 17, 17, 0.1);
}

.about2-delivery-grid article {
  min-width: 0;
  min-height: 280px;
  display: grid;
  align-content: space-between;
  gap: 24px;
  padding: 24px;
  border-right: 2px solid var(--ink);
}

.about2-delivery-grid article:last-child {
  border-right: 0;
}

.about2-delivery-grid span {
  color: var(--blue);
  font-weight: 900;
}

.about2-delivery-grid h3 {
  margin-bottom: 10px;
  font-size: 30px;
}

.about2-delivery-grid p {
  margin-bottom: 0;
  font-size: 15px;
}

.about2-product {
  background: var(--white);
}

.about2-product-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  align-items: center;
}

.about2-product-copy p,
.about2-belief-copy p,
.about2-cta p {
  max-width: 760px;
  font-size: 19px;
}

.about2-product-visual {
  min-height: 520px;
  display: grid;
  place-items: center;
  padding: 34px;
  border: 2px solid var(--ink);
  background: #fff5c7;
  box-shadow: 12px 12px 0 rgba(17, 17, 17, 0.1);
}

.about2-product-visual img {
  width: min(320px, 82%);
}

.about2-product-visual div {
  width: 100%;
  padding-top: 22px;
  border-top: 2px solid var(--ink);
}

.about2-product-visual span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-weight: 900;
}

.about2-product-visual strong {
  font-size: 24px;
}

.about2-belief {
  overflow: hidden;
}

.about2-belief-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
}

.about2-belief-figure {
  min-height: 420px;
}

.about2-belief-figure img {
  width: min(360px, 90%);
}

.about2-cta-section {
  padding: 76px 0;
  background: var(--yellow);
}

.about2-cta {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.82fr);
  align-items: center;
}

.about2-cta h2 {
  margin-bottom: 0;
}

.about2-cta p {
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 1180px) {
  .about2-delivery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about2-delivery-grid article {
    border-right: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink);
  }

  .about2-delivery-grid article:nth-child(2n) {
    border-right: 0;
  }

  .about2-delivery-grid article:nth-last-child(-n + 1) {
    border-bottom: 0;
  }
}

@media (max-width: 980px) {
  .about2-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, var(--paper) 0 58%, var(--ink) 58% 100%);
  }

  .about2-hero-grid,
  .about2-editorial,
  .about2-method-grid,
  .about2-product-grid,
  .about2-belief-grid,
  .about2-cta {
    grid-template-columns: 1fr;
  }

  .about2-hero-stage {
    min-height: 520px;
  }

  .about2-practice-list div {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .about2-practice-list p {
    grid-column: 2;
  }

  .about2-signal-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .about-v2 main .container {
    width: 100%;
    max-width: calc(100vw - 32px);
    padding-left: 0;
    padding-right: 0;
  }

  .about2-hero {
    padding-top: 58px;
  }

  .about2-hero-copy {
    padding: 22px 0 42px;
  }

  .about2-hero h1,
  .about2-kicker h2,
  .about2-section-head h2,
  .about2-method-copy h2,
  .about2-product-copy h2,
  .about2-belief-copy h2,
  .about2-cta h2 {
    font-size: 34px;
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  .about2-lede,
  .about2-product-copy p,
  .about2-belief-copy p,
  .about2-cta p {
    font-size: 16px;
  }

  .about2-hero-stage {
    min-height: 430px;
  }

  .about2-hero-stage img {
    width: min(360px, 96%);
  }

  .about2-hero-caption {
    left: 0;
    right: 0;
    bottom: 0;
  }

  .about2-signal-row,
  .about2-delivery-grid {
    grid-template-columns: 1fr;
  }

  .about2-signal-row div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .about2-section {
    padding: 72px 0;
  }

  .about2-practice-list div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .about2-practice-list p {
    grid-column: auto;
  }

  .about2-question-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .about2-method-figure,
  .about2-belief-figure {
    min-height: auto;
  }

  .about2-method-copy {
    order: 1;
  }

  .about2-method-figure {
    order: 2;
  }

  .about2-method-figure img,
  .about2-belief-figure img {
    width: min(280px, 88%);
  }

  .about2-delivery-grid article,
  .about2-delivery-grid article:nth-child(2n) {
    min-height: auto;
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .about2-delivery-grid article:last-child {
    border-bottom: 0;
  }

  .about2-product-visual {
    min-height: auto;
  }
}

/* About v2 refinements */
.about2-hero {
  min-height: auto;
}

.about2-hero-grid {
  min-height: 690px;
}

.about2-hero h1 {
  font-size: clamp(52px, 6.5vw, 92px);
  line-height: 1;
}

.about2-hero h1 span,
.about2-kicker h2 span {
  display: block;
}

.about2-hero-stage {
  min-height: 610px;
}

@media (max-width: 980px) {
  .about2-hero-grid {
    min-height: auto;
  }

  .about2-hero-stage {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  .about2-hero-stage {
    min-height: 330px;
    align-items: end;
  }

  .about2-hero-stage img {
    width: min(315px, 92%);
  }

  .about2-hero h1 {
    font-size: 31px;
  }
}

/* Industry directory redesign */
.industry-directory-page {
  background: var(--paper);
}

.industry-dir-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.industry-dir-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.96) 0%, rgba(17, 17, 17, 0.82) 42%, rgba(17, 17, 17, 0.44) 100%),
    linear-gradient(166deg, rgba(255, 210, 46, 0.94) 0 16%, transparent 16% 100%),
    linear-gradient(350deg, rgba(74, 217, 255, 0.6) 0 12%, transparent 12% 100%);
  pointer-events: none;
}

.industry-dir-hero::after {
  content: "AI";
  position: absolute;
  right: -28px;
  bottom: -54px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.08);
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 230px;
  line-height: 0.8;
  letter-spacing: 0;
  pointer-events: none;
}

.industry-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.industry-hero-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.58;
  filter: saturate(1.18) contrast(1.08);
}

.industry-hero-grid {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.76fr);
  gap: 54px;
  align-items: center;
  padding: 84px 0 96px;
}

.industry-hero-copy {
  max-width: 760px;
}

.industry-hero-copy h1 {
  margin-bottom: 26px;
  color: var(--white);
  font-size: 76px;
  line-height: 1.03;
  letter-spacing: 0;
}

.industry-hero-copy h1 span {
  display: block;
  color: var(--yellow);
}

.industry-hero-copy p {
  max-width: 710px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  font-weight: 700;
}

.industry-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.industry-hero-actions .btn-ghost {
  color: var(--ink);
}

.industry-hero-stage {
  position: relative;
  min-height: 540px;
  padding: 28px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(160deg, var(--white) 0 50%, var(--yellow) 50% 100%),
    var(--white);
  box-shadow: 14px 14px 0 rgba(255, 210, 46, 0.2);
}

.industry-hero-logo {
  position: absolute;
  top: 28px;
  left: 28px;
  z-index: 2;
  width: 262px;
  max-width: calc(100% - 56px);
}

.industry-hero-character {
  position: absolute;
  right: 18px;
  bottom: 0;
  z-index: 3;
  width: min(430px, 94%);
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(17, 17, 17, 0.22));
}

.industry-signal {
  position: absolute;
  z-index: 4;
  width: 154px;
  padding: 12px 13px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.12);
}

.industry-signal strong {
  display: block;
  color: var(--blue);
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 25px;
  line-height: 1;
}

.industry-signal span {
  display: block;
  margin-top: 6px;
  font-weight: 900;
}

.signal-a {
  left: 30px;
  bottom: 160px;
}

.signal-b {
  right: 24px;
  top: 118px;
}

.signal-c {
  left: 64px;
  bottom: 38px;
  background: var(--aqua);
}

.industry-proof-strip {
  padding: 0 0 52px;
  background: var(--ink);
}

.industry-proof-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: -58px;
}

.industry-proof-grid article {
  min-height: 132px;
  padding: 20px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 8px 8px 0 rgba(255, 255, 255, 0.12);
}

.industry-proof-grid article:nth-child(2) {
  background: var(--aqua);
}

.industry-proof-grid article:nth-child(3) {
  background: var(--white);
}

.industry-proof-grid article:nth-child(4) {
  background: #ff6f61;
}

.industry-proof-grid strong {
  display: block;
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 46px;
  line-height: 0.95;
}

.industry-proof-grid span {
  display: block;
  margin-top: 10px;
  font-weight: 900;
}

.industry-method-section,
.industry-playbook-section {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
}

.industry-method-section {
  background:
    linear-gradient(rgba(17, 17, 17, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.045) 1px, transparent 1px),
    var(--white);
  background-size: 40px 40px;
}

.industry-method-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.12fr);
  gap: 44px;
  align-items: start;
}

.industry-method-grid,
.industry-method-copy,
.industry-method-steps,
.industry-method-steps article,
.industry-directory-tools,
.industry-filter-row,
.industry-case-grid,
.industry-case-card,
.industry-case-card dl,
.industry-case-card dl div,
.industry-playbook-grid,
.industry-playbook-copy,
.industry-sprint-list,
.industry-sprint-list article {
  min-width: 0;
  max-width: 100%;
}

.industry-method-copy {
  position: sticky;
  top: 132px;
}

.industry-method-copy h2,
.industry-section-head h2,
.industry-playbook-copy h2 {
  max-width: 860px;
  margin-bottom: 16px;
  font-size: 54px;
  line-height: 1.08;
  letter-spacing: 0;
}

.industry-method-steps {
  display: grid;
  gap: 16px;
}

.industry-method-steps article {
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.1);
}

.industry-method-steps span,
.industry-case-top span,
.industry-case-card dt,
.industry-case-flow span,
.industry-sprint-list span {
  font-family: "IBM Plex Mono", Consolas, Menlo, monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.industry-method-steps span {
  color: var(--blue);
}

.industry-method-steps h3 {
  margin: 8px 0 8px;
  font-size: 26px;
}

.industry-method-steps p {
  margin: 0;
  color: var(--soft-ink);
  font-weight: 700;
}

.industry-cases-section {
  padding: 108px 0;
  background:
    linear-gradient(172deg, var(--yellow) 0 10%, transparent 10% 100%),
    var(--paper);
}

.industry-section-head {
  max-width: 860px;
  margin-bottom: 30px;
}

.industry-section-head p {
  max-width: 760px;
  font-weight: 700;
}

.industry-directory-tools {
  position: sticky;
  top: 94px;
  z-index: 20;
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
  padding: 18px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.12);
  backdrop-filter: blur(14px);
}

.industry-directory-search {
  min-height: 54px;
  width: 100%;
  padding: 0 16px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 900;
}

.industry-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.industry-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.industry-case-card {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  width: 100%;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.11);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.industry-case-card:nth-child(4n + 2) {
  background: #fff8d8;
}

.industry-case-card:nth-child(4n + 3) {
  background: #eef8ff;
}

.industry-case-card:nth-child(4n + 4) {
  background: #f4fff7;
}

.industry-case-card[hidden] {
  display: none;
}

.industry-case-card:hover,
.industry-case-card:focus-visible {
  transform: translate(-4px, -4px);
  box-shadow: 14px 14px 0 rgba(17, 17, 17, 0.14);
}

.industry-case-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ink);
}

.industry-case-top span {
  color: var(--blue);
}

.industry-case-top strong {
  padding: 8px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  font-size: 13px;
  line-height: 1;
}

.industry-case-card h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0;
}

.industry-case-card p {
  margin: 0;
  color: var(--soft-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.78;
}

.industry-case-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.industry-case-card dl div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.industry-case-card dl div:last-child {
  border-bottom: 1px solid var(--line);
}

.industry-case-card dt {
  color: var(--ink);
}

.industry-case-card dd {
  margin: 0;
  color: var(--soft-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.industry-case-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.industry-case-flow span {
  padding: 8px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  text-transform: none;
}

.industry-case-flow span:nth-child(2n) {
  background: var(--yellow);
}

.industry-case-flow span:nth-child(3n) {
  background: var(--aqua);
}

.industry-playbook-section {
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    var(--chalk);
  background-size: 42px 42px;
}

.industry-playbook-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.industry-playbook-visual {
  min-height: 520px;
  display: grid;
  place-items: end center;
  border: 2px solid var(--yellow);
  border-radius: 8px;
  background:
    linear-gradient(160deg, transparent 0 42%, var(--yellow) 42% 100%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 12px 12px 0 rgba(255, 210, 46, 0.12);
}

.industry-playbook-visual img {
  width: min(390px, 100%);
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.22));
}

.industry-playbook-copy h2 {
  color: var(--white);
}

.industry-sprint-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.industry-sprint-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 0.34fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.industry-sprint-list article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.industry-sprint-list span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 2px solid var(--yellow);
  border-radius: 999px;
  color: var(--yellow);
}

.industry-sprint-list strong {
  color: var(--yellow);
  font-size: 19px;
  line-height: 1.35;
}

.industry-sprint-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

@media (max-width: 1180px) {
  .industry-hero-grid,
  .industry-method-grid,
  .industry-playbook-grid {
    grid-template-columns: 1fr;
  }

  .industry-hero-grid {
    gap: 24px;
  }

  .industry-method-copy {
    position: relative;
    top: auto;
  }

  .industry-hero-stage {
    max-width: 680px;
  }
}

@media (max-width: 980px) {
  .industry-dir-hero,
  .industry-hero-grid {
    min-height: auto;
  }

  .industry-hero-grid {
    padding: 88px 0 74px;
  }

  .industry-hero-copy h1 {
    font-size: 54px;
  }

  .industry-proof-grid,
  .industry-case-grid {
    grid-template-columns: 1fr;
  }

  .industry-proof-grid {
    margin-top: -34px;
  }

  .industry-directory-tools {
    position: relative;
    top: auto;
  }

  .industry-sprint-list article {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .industry-sprint-list p {
    grid-column: 2;
  }
}

@media (max-width: 760px) {
  .industry-directory-page :is(h1, h2, h3, p, strong, span, dt, dd, li, input, button) {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .industry-dir-hero::after {
    right: -16px;
    bottom: -24px;
    font-size: 116px;
  }

  .industry-hero-grid {
    padding: 78px 20px 56px;
  }

  .industry-hero-copy h1 {
    max-width: calc(100vw - 40px);
    font-size: 32px;
    line-height: 1.12;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .industry-hero-copy p {
    font-size: 16px;
    line-height: 1.75;
  }

  .industry-hero-actions {
    gap: 10px;
  }

  .industry-hero-stage {
    min-height: 390px;
    padding: 18px;
    box-shadow: 6px 6px 0 rgba(255, 210, 46, 0.2);
  }

  .industry-hero-logo {
    top: 18px;
    left: 18px;
    width: 205px;
    max-width: calc(100% - 36px);
  }

  .industry-hero-character {
    right: -12px;
    width: 330px;
    max-width: 98%;
  }

  .industry-signal {
    width: 128px;
    padding: 10px;
  }

  .industry-signal strong {
    font-size: 21px;
  }

  .industry-signal span {
    font-size: 13px;
  }

  .signal-a {
    left: 16px;
    bottom: 120px;
  }

  .signal-b {
    right: 12px;
    top: 88px;
  }

  .signal-c {
    left: 26px;
    bottom: 18px;
  }

  .industry-proof-strip {
    padding-bottom: 36px;
  }

  .industry-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: -22px;
  }

  .industry-proof-grid article {
    min-height: 104px;
    padding: 16px;
    box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.12);
  }

  .industry-proof-grid strong {
    font-size: 33px;
  }

  .industry-method-section,
  .industry-cases-section,
  .industry-playbook-section {
    padding: 68px 0;
  }

  .industry-method-copy h2,
  .industry-section-head h2,
  .industry-playbook-copy h2 {
    font-size: 34px;
    line-height: 1.14;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .industry-method-steps article,
  .industry-directory-tools,
  .industry-case-card {
    padding: 18px;
    box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.1);
  }

  .industry-directory-tools {
    overflow: hidden;
  }

  .industry-directory-search {
    min-width: 0;
    max-width: 100%;
  }

  .industry-filter-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .industry-filter-row .filter-chip {
    white-space: nowrap;
  }

  .industry-case-card {
    min-height: auto;
    gap: 14px;
  }

  .industry-case-card h3 {
    font-size: 24px;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .industry-case-card p,
  .industry-case-card dd {
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .industry-case-card dl div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }

  .industry-case-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .industry-playbook-visual {
    min-height: 360px;
  }

  .industry-playbook-visual img {
    width: min(300px, 96%);
  }

  .industry-sprint-list article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .industry-sprint-list p {
    grid-column: 1 / -1;
  }
}

/* Retail detail pages */
.retail-detail-page {
  background: var(--paper);
}

.retail-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.retail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.96) 0%, rgba(17, 17, 17, 0.82) 45%, rgba(17, 17, 17, 0.48) 100%),
    linear-gradient(166deg, rgba(255, 210, 46, 0.94) 0 15%, transparent 15% 100%),
    linear-gradient(350deg, rgba(74, 217, 255, 0.52) 0 12%, transparent 12% 100%);
  pointer-events: none;
}

.retail-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.retail-hero-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.52;
  filter: saturate(1.2) contrast(1.08);
}

.retail-hero-grid {
  position: relative;
  z-index: 2;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(380px, 0.76fr);
  gap: 54px;
  align-items: center;
  padding: 78px 0 92px;
}

.retail-hero-copy {
  max-width: 760px;
}

.retail-hero-copy h1 {
  margin-bottom: 22px;
  color: var(--white);
  font-size: 72px;
  line-height: 1.03;
  letter-spacing: 0;
}

.retail-hero-copy h1 span {
  display: block;
  color: var(--yellow);
}

.retail-hero-copy p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  font-weight: 700;
}

.retail-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.retail-hero-actions .btn-ghost {
  color: var(--ink);
}

.retail-hero-stage {
  position: relative;
  min-height: 520px;
  padding: 26px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(162deg, var(--white) 0 48%, var(--yellow) 48% 100%),
    var(--white);
  box-shadow: 14px 14px 0 rgba(255, 210, 46, 0.2);
}

.retail-theme-beauty .retail-hero-stage {
  background:
    linear-gradient(162deg, #fff7fb 0 48%, #ff9dc8 48% 100%),
    var(--white);
}

.retail-theme-fashion .retail-hero-stage {
  background:
    linear-gradient(162deg, #f7fbff 0 48%, var(--aqua) 48% 100%),
    var(--white);
}

.retail-theme-baby .retail-hero-stage {
  background:
    linear-gradient(162deg, #fffdf2 0 48%, #9cffb4 48% 100%),
    var(--white);
}

.retail-theme-commerce .retail-hero-stage {
  background:
    linear-gradient(162deg, #f4f7ff 0 48%, #ff6f61 48% 100%),
    var(--white);
}

.service-theme-restaurant .retail-hero-stage {
  background:
    linear-gradient(162deg, #fff9ed 0 48%, #ff8a3d 48% 100%),
    var(--white);
}

.service-theme-public .retail-hero-stage {
  background:
    linear-gradient(162deg, #f5fbff 0 48%, #6dd5ff 48% 100%),
    var(--white);
}

.service-theme-auto .retail-hero-stage {
  background:
    linear-gradient(162deg, #f6f8ff 0 48%, #7b8cff 48% 100%),
    var(--white);
}

.service-theme-education .retail-hero-stage {
  background:
    linear-gradient(162deg, #f7f5ff 0 48%, #b99cff 48% 100%),
    var(--white);
}

.service-theme-energy .retail-hero-stage {
  background:
    linear-gradient(162deg, #f5fff8 0 48%, #65e89a 48% 100%),
    var(--white);
}

.service-theme-finance .retail-hero-stage {
  background:
    linear-gradient(162deg, #f7fbff 0 48%, #5aa7ff 48% 100%),
    var(--white);
}

.service-theme-logistics .retail-hero-stage {
  background:
    linear-gradient(162deg, #fff9f0 0 48%, #ffb84d 48% 100%),
    var(--white);
}

.service-theme-media .retail-hero-stage {
  background:
    linear-gradient(162deg, #fff5fb 0 48%, #ff7ab6 48% 100%),
    var(--white);
}

.service-theme-medical .retail-hero-stage {
  background:
    linear-gradient(162deg, #f3fffb 0 48%, #4ee0c1 48% 100%),
    var(--white);
}

.service-theme-realestate .retail-hero-stage {
  background:
    linear-gradient(162deg, #f7f4ed 0 48%, #c9a26b 48% 100%),
    var(--white);
}

.retail-stage-logo {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 2;
  width: 234px;
  max-width: calc(100% - 48px);
}

.retail-stage-character {
  position: absolute;
  right: 8px;
  bottom: 0;
  z-index: 3;
  width: min(430px, 92%);
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(17, 17, 17, 0.24));
}

.retail-stage-card {
  position: absolute;
  z-index: 4;
  width: 172px;
  padding: 14px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.12);
}

.retail-stage-card strong {
  display: block;
  color: var(--blue);
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 29px;
  line-height: 1;
}

.retail-stage-card span {
  display: block;
  margin-top: 8px;
  font-weight: 900;
}

.retail-stage-card.one {
  left: 26px;
  bottom: 126px;
}

.retail-stage-card.two {
  right: 22px;
  top: 112px;
}

.retail-stage-card.three {
  left: 58px;
  bottom: 30px;
  background: var(--aqua);
}

.retail-subnav {
  position: sticky;
  top: 82px;
  z-index: 30;
  border-block: 2px solid var(--ink);
  background: rgba(255, 250, 240, 0.94);
  backdrop-filter: blur(14px);
}

.retail-subnav .container {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.retail-subnav a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  font-weight: 900;
  white-space: nowrap;
}

.retail-subnav a:hover,
.retail-subnav a:focus-visible {
  background: var(--ink);
  color: var(--white);
}

.retail-metrics-section {
  padding: 42px 0 70px;
  background: var(--ink);
}

.retail-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.retail-hero-grid,
.retail-hero-copy,
.retail-hero-stage,
.retail-metrics-grid,
.retail-section-head,
.retail-pain-grid,
.retail-module-grid,
.retail-deliverable-grid,
.retail-case-stack,
.retail-case-card,
.retail-case-main,
.retail-case-side,
.retail-workflow-board,
.retail-pilot-grid,
.retail-next-grid {
  min-width: 0;
  max-width: 100%;
}

.retail-metric {
  min-height: 138px;
  padding: 20px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 8px 8px 0 rgba(255, 255, 255, 0.12);
}

.retail-metric:nth-child(2) {
  background: var(--aqua);
}

.retail-metric:nth-child(3) {
  background: var(--white);
}

.retail-metric:nth-child(4) {
  background: #ff6f61;
}

.retail-metric strong {
  display: block;
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 40px;
  line-height: 0.95;
}

.retail-metric span {
  display: block;
  margin-top: 12px;
  font-weight: 900;
}

.retail-section {
  position: relative;
  overflow: hidden;
  padding: 104px 0;
}

.retail-section.alt {
  background:
    linear-gradient(rgba(17, 17, 17, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.045) 1px, transparent 1px),
    var(--white);
  background-size: 40px 40px;
}

.retail-section.dark {
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    var(--chalk);
  background-size: 42px 42px;
}

.retail-section-head {
  max-width: 860px;
  margin-bottom: 32px;
}

.retail-section-head h2,
.retail-pilot-copy h2 {
  margin-bottom: 14px;
  font-size: 54px;
  line-height: 1.08;
  letter-spacing: 0;
}

.retail-section-head p,
.retail-pilot-copy p {
  max-width: 760px;
  font-weight: 700;
}

.retail-pain-grid,
.retail-module-grid,
.retail-deliverable-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.retail-pain-card,
.retail-module-card,
.retail-deliverable-card,
.retail-case-card,
.retail-workflow-step,
.retail-data-panel,
.retail-pilot-card {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.1);
}

.retail-pain-card,
.retail-module-card,
.retail-deliverable-card {
  padding: 22px;
}

.retail-pain-card span,
.retail-module-card span,
.retail-deliverable-card span,
.retail-case-kicker,
.retail-workflow-step span,
.retail-data-panel span,
.retail-pilot-card span {
  color: var(--blue);
  font-family: "IBM Plex Mono", Consolas, Menlo, monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.retail-pain-card h3,
.retail-module-card h3,
.retail-deliverable-card h3,
.retail-workflow-step h3 {
  margin: 10px 0 8px;
  font-size: 25px;
  line-height: 1.22;
}

.retail-pain-card p,
.retail-module-card p,
.retail-deliverable-card p,
.retail-workflow-step p {
  margin: 0;
  color: var(--soft-ink);
  font-weight: 700;
  line-height: 1.68;
}

.retail-case-stack {
  display: grid;
  gap: 20px;
}

.retail-case-card {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.58fr);
  gap: 0;
  overflow: hidden;
}

.retail-case-main,
.retail-case-side {
  padding: 26px;
}

.retail-case-main {
  border-right: 2px solid var(--ink);
}

.retail-case-card h3 {
  margin: 10px 0 14px;
  font-size: 32px;
  line-height: 1.18;
  letter-spacing: 0;
}

.retail-case-card p {
  margin: 0;
  color: var(--soft-ink);
  font-weight: 700;
  line-height: 1.78;
}

.retail-case-side {
  background: #fff8d8;
}

.retail-case-side dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.retail-case-side div {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.retail-case-side dt {
  margin-bottom: 6px;
  font-weight: 900;
}

.retail-case-side dd {
  margin: 0;
  color: var(--soft-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

.retail-case-tags,
.retail-data-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.retail-case-tags span,
.retail-data-list span {
  padding: 8px 10px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.retail-case-tags span:nth-child(2n),
.retail-data-list span:nth-child(2n) {
  background: var(--aqua);
}

.retail-workflow-board {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.retail-workflow-step {
  position: relative;
  min-height: 270px;
  padding: 20px;
}

.retail-workflow-step::after {
  content: "→";
  position: absolute;
  top: 14px;
  right: 14px;
  color: rgba(17, 17, 17, 0.22);
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 32px;
}

.retail-workflow-step:last-child::after {
  content: "";
}

.retail-pilot-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.retail-section.dark .retail-pilot-copy h2,
.retail-section.dark .retail-pilot-copy p {
  color: inherit;
}

.retail-pilot-card,
.retail-data-panel {
  padding: 26px;
}

.retail-pilot-card {
  display: grid;
  gap: 18px;
  background: var(--yellow);
}

.retail-pilot-card h3,
.retail-data-panel h3 {
  margin: 8px 0;
  font-size: 30px;
  line-height: 1.18;
}

.retail-pilot-card ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
  font-weight: 800;
}

.retail-data-panel {
  background: var(--paper);
}

.retail-data-panel p {
  color: var(--soft-ink);
  font-weight: 700;
}

.retail-next-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.retail-next-grid a {
  min-height: 88px;
  display: grid;
  align-content: center;
  padding: 16px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  font-weight: 900;
  box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.1);
}

.retail-next-grid a.is-current {
  background: var(--ink);
  color: var(--yellow);
}

@media (max-width: 1180px) {
  .retail-hero-grid,
  .retail-pilot-grid {
    grid-template-columns: 1fr;
  }

  .retail-hero-stage {
    max-width: 680px;
  }

  .retail-pain-grid,
  .retail-module-grid,
  .retail-deliverable-grid,
  .retail-workflow-board,
  .retail-next-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .retail-hero,
  .retail-hero-grid {
    min-height: auto;
  }

  .retail-hero-grid {
    padding: 86px 0 74px;
  }

  .retail-hero-copy h1 {
    font-size: 54px;
  }

  .retail-metrics-grid,
  .retail-case-card {
    grid-template-columns: 1fr;
  }

  .retail-case-main {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .retail-metrics-grid {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .retail-detail-page :is(h1, h2, h3, p, strong, span, dt, dd, li, a) {
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .retail-hero-grid.container {
    width: calc(100% - 32px);
  }

  .retail-hero-grid {
    padding: 78px 0 56px;
  }

  .retail-hero-copy h1 {
    max-width: calc(100vw - 40px);
    font-size: 34px;
    line-height: 1.12;
  }

  .retail-hero-copy p {
    font-size: 16px;
    line-height: 1.75;
  }

  .retail-hero-stage {
    width: 100%;
    min-height: 382px;
    padding: 18px;
    overflow: hidden;
    box-shadow: 6px 6px 0 rgba(255, 210, 46, 0.18);
  }

  .retail-stage-logo {
    left: 18px;
    top: 18px;
    width: 172px;
  }

  .retail-stage-character {
    right: -34px;
    width: 308px;
    max-width: 92%;
  }

  .retail-stage-card {
    width: 118px;
    padding: 9px;
  }

  .retail-stage-card strong {
    font-size: 22px;
  }

  .retail-stage-card span {
    font-size: 13px;
  }

  .retail-stage-card.one {
    left: 14px;
    bottom: 110px;
  }

  .retail-stage-card.two {
    left: min(52%, 190px);
    right: auto;
    top: 92px;
  }

  .retail-stage-card.three {
    left: 22px;
    bottom: 18px;
  }

  .retail-subnav {
    top: 82px;
  }

  .retail-metrics-section {
    padding-bottom: 42px;
  }

  .retail-metrics-grid,
  .retail-pain-grid,
  .retail-module-grid,
  .retail-deliverable-grid,
  .retail-workflow-board,
  .retail-next-grid {
    grid-template-columns: 1fr;
  }

  .retail-metric {
    min-height: auto;
    padding: 18px;
  }

  .retail-metric strong {
    font-size: 32px;
  }

  .retail-section {
    padding: 68px 0;
  }

  .retail-section-head h2,
  .retail-pilot-copy h2 {
    font-size: 34px;
    line-height: 1.14;
  }

  .retail-pain-card,
  .retail-module-card,
  .retail-deliverable-card,
  .retail-case-main,
  .retail-case-side,
  .retail-pilot-card,
  .retail-data-panel {
    padding: 18px;
  }

  .retail-case-card h3 {
    font-size: 25px;
  }

  .retail-workflow-step {
    min-height: auto;
  }

  .retail-workflow-step::after {
    display: none;
  }
}

/* Solution map redesign */
.solution-map-page {
  background: var(--paper);
}

.solution-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.solution-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.96) 0%, rgba(17, 17, 17, 0.82) 42%, rgba(17, 17, 17, 0.48) 70%, rgba(17, 17, 17, 0.32) 100%),
    linear-gradient(166deg, rgba(255, 210, 46, 0.96) 0 14%, transparent 14% 100%),
    linear-gradient(350deg, rgba(255, 210, 46, 0.92) 0 16%, transparent 16% 100%);
}

.solution-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.solution-hero-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.78;
  filter: saturate(1.2) contrast(1.1);
}

.solution-hero-grid {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.74fr);
  gap: 48px;
  align-items: center;
  padding: 72px 0 96px;
}

.solution-hero-copy {
  max-width: 760px;
}

.solution-hero-copy h1 {
  max-width: 800px;
  margin-bottom: 24px;
  color: var(--white);
  font-size: 78px;
  line-height: 1.02;
  letter-spacing: 0;
}

.solution-hero-copy h1 span {
  display: block;
}

.solution-hero-copy p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  font-weight: 600;
}

.solution-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.solution-hero-stage {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: end center;
}

.solution-hero-stage img {
  width: min(520px, 100%);
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.28));
}

.solution-hero-badge {
  position: absolute;
  right: 0;
  bottom: 58px;
  width: 178px;
  padding: 16px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 8px 8px 0 rgba(255, 255, 255, 0.14);
}

.solution-hero-badge span,
.solution-hero-badge small,
.planner-result > span,
.solution-route-card span {
  font-family: "IBM Plex Mono", Consolas, Menlo, monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.solution-hero-badge strong {
  display: block;
  margin: 4px 0;
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 36px;
  line-height: 1;
}

.solution-hero-badge small {
  display: block;
  text-transform: none;
}

.solution-section {
  position: relative;
  padding: 112px 0;
  overflow: hidden;
}

.solution-section-head {
  max-width: 880px;
  margin-bottom: 42px;
}

.solution-section-head h2,
.planner-copy h2,
.risk-copy h2,
.solution-cta h2 {
  max-width: 880px;
  margin-bottom: 18px;
  font-size: 54px;
  line-height: 1.08;
  letter-spacing: 0;
}

.solution-section-head p {
  max-width: 760px;
  font-weight: 700;
}

.route-map-section {
  background:
    linear-gradient(172deg, var(--yellow) 0 13%, transparent 13% 100%),
    var(--white);
}

.solution-lane-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.solution-lane {
  position: relative;
  min-height: 390px;
  padding: 24px 20px 22px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.12);
}

.solution-lane:nth-child(even) {
  transform: translateY(24px);
}

.lane-no {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 26px;
}

.solution-lane h3,
.planner-result h3,
.anatomy-notes h3,
.solution-route-card h3,
.solution-theater-item h3,
.risk-list strong {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.24;
}

.solution-lane p,
.solution-route-card p,
.solution-theater-item p,
.risk-list span {
  font-size: 15px;
  line-height: 1.72;
}

.solution-lane ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.solution-lane li {
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--soft-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.planner-section {
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    var(--chalk);
  background-size: 42px 42px;
}

.planner-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
}

.planner-copy h2,
.risk-copy h2,
.solution-cta h2 {
  color: inherit;
}

.planner-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.planner-copy img {
  width: min(360px, 100%);
  margin-top: 20px;
}

.planner-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.86fr);
  gap: 18px;
  padding: 18px;
  border: 2px solid var(--yellow);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 12px 12px 0 rgba(255, 210, 46, 0.14);
}

.planner-choices {
  display: grid;
  gap: 14px;
}

.planner-choices fieldset {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.planner-choices legend {
  padding: 0 6px;
  color: var(--yellow);
  font-weight: 900;
}

.planner-choices button {
  min-height: 42px;
  padding: 9px 12px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  cursor: pointer;
  text-align: left;
  font-weight: 800;
}

.planner-choices button.is-active {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--ink);
}

.planner-result {
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
}

.planner-result h3 {
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 36px;
}

.planner-result p {
  margin-bottom: 18px;
  color: var(--soft-ink);
  font-size: 16px;
}

.planner-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.planner-stack span {
  padding: 7px 9px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.planner-meter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 4px 0 18px;
}

.planner-meter i {
  height: 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
}

.planner-meter i.is-active {
  background: var(--yellow);
}

.planner-result strong {
  padding-top: 14px;
  border-top: 2px solid var(--ink);
  font-size: 16px;
  line-height: 1.55;
}

.anatomy-section {
  background: var(--paper);
}

.anatomy-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.72fr);
  gap: 42px 54px;
  align-items: start;
}

.anatomy-grid .solution-section-head {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.anatomy-visual {
  display: grid;
  gap: 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 10px 10px 0 rgba(17, 17, 17, 0.12);
}

.anatomy-visual div {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 0 22px;
  border-bottom: 2px solid var(--ink);
  font-size: 20px;
  font-weight: 900;
}

.anatomy-visual div:nth-child(odd) {
  background: #fff4bd;
}

.anatomy-visual div:last-child {
  border-bottom: 0;
  background: var(--ink);
  color: var(--yellow);
}

.anatomy-notes {
  display: grid;
  gap: 16px;
}

.anatomy-notes article {
  padding: 24px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
}

.anatomy-notes p {
  margin-bottom: 0;
  font-size: 16px;
}

.routes-section {
  background:
    linear-gradient(172deg, var(--yellow) 0 11%, transparent 11% 100%),
    var(--white);
}

.solution-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.solution-route-card {
  position: relative;
  min-height: 410px;
  display: grid;
  align-content: end;
  padding: 20px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.solution-route-card:hover,
.solution-route-card:focus-visible {
  transform: translate(-4px, -4px);
  box-shadow: 14px 14px 0 rgba(17, 17, 17, 0.14);
}

.solution-route-card img {
  position: absolute;
  top: 12px;
  right: -28px;
  width: 210px;
  max-height: 230px;
  object-fit: contain;
}

.solution-route-card span {
  position: relative;
  z-index: 1;
  color: rgba(17, 17, 17, 0.58);
}

.solution-route-card h3,
.solution-route-card p {
  position: relative;
  z-index: 1;
}

.solution-route-card h3 {
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 32px;
}

.theater-section {
  color: var(--white);
  background: var(--ink);
}

.theater-section .solution-section-head h2,
.theater-section .solution-section-head p {
  color: var(--white);
}

.solution-theater-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.solution-theater-item {
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.solution-theater-item video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.solution-theater-item h3,
.solution-theater-item p {
  padding: 0 18px;
}

.solution-theater-item h3 {
  margin-top: 18px;
  color: var(--white);
}

.solution-theater-item p {
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.74);
}

.risk-section {
  background:
    linear-gradient(168deg, var(--yellow) 0 18%, transparent 18% 100%),
    var(--paper);
}

.risk-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.9fr);
  gap: 54px;
  align-items: center;
}

.risk-copy p {
  font-weight: 700;
}

.risk-list {
  display: grid;
  gap: 14px;
}

.risk-list article {
  display: grid;
  gap: 6px;
  padding: 22px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 7px 7px 0 rgba(17, 17, 17, 0.12);
}

.risk-list strong {
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}

.solution-cta-section {
  padding-bottom: 0;
  color: var(--white);
  background: var(--ink);
}

.solution-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
  gap: 36px;
  align-items: end;
  min-height: 520px;
  padding: 54px 54px 0;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(170deg, var(--yellow) 0 20%, transparent 20% 100%),
    #161616;
}

.solution-cta p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.78);
}

.solution-cta img {
  max-height: 460px;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .solution-hero-grid,
  .planner-grid,
  .risk-grid,
  .solution-cta {
    grid-template-columns: 1fr;
  }

  .solution-hero-stage {
    min-height: auto;
    justify-items: center;
  }

  .solution-hero-stage img {
    width: min(420px, 100%);
  }

  .solution-lane-board,
  .solution-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .solution-hero,
  .solution-hero-grid {
    min-height: auto;
  }

  .solution-hero-grid {
    padding: 72px 0;
  }

  .solution-hero-copy h1 {
    font-size: 54px;
  }

  .solution-section-head h2,
  .planner-copy h2,
  .risk-copy h2,
  .solution-cta h2 {
    font-size: 40px;
  }

  .planner-panel,
  .anatomy-grid,
  .solution-theater-grid {
    grid-template-columns: 1fr;
  }

  .solution-lane:nth-child(even) {
    transform: none;
  }
}

@media (max-width: 760px) {
  .solution-map-page {
    width: 100%;
    overflow-x: hidden;
  }

  .solution-map-page .container {
    width: 100vw;
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .solution-map-page :is(h1, h2, h3, p, li, span, strong) {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .solution-hero::before {
    background:
      linear-gradient(180deg, rgba(17, 17, 17, 0.94) 0%, rgba(17, 17, 17, 0.82) 54%, rgba(17, 17, 17, 0.62) 100%),
      linear-gradient(168deg, rgba(255, 210, 46, 0.92) 0 12%, transparent 12% 100%);
  }

  .solution-hero-grid {
    padding: 48px 20px 58px;
    gap: 22px;
  }

  .solution-hero-copy h1 {
    max-width: calc(100vw - 72px);
    font-size: 30px;
    line-height: 1.12;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .solution-hero-copy p {
    max-width: calc(100vw - 72px);
    font-size: 15px;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .solution-hero-actions {
    display: grid;
    gap: 10px;
  }

  .solution-hero-stage img {
    width: min(260px, 82vw);
  }

  .solution-hero-badge {
    left: 20px;
    right: auto;
    bottom: 18px;
    width: 118px;
    padding: 10px;
  }

  .solution-hero-badge strong {
    font-size: 24px;
  }

  .solution-hero-badge span {
    display: none;
  }

  .solution-section {
    padding: 72px 0;
  }

  .solution-section-head {
    margin-bottom: 28px;
  }

  .solution-section-head h2,
  .planner-copy h2,
  .risk-copy h2,
  .solution-cta h2 {
    max-width: calc(100vw - 72px);
    font-size: 28px;
    line-height: 1.16;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .solution-section-head p,
  .planner-copy p,
  .risk-copy p,
  .solution-cta p {
    max-width: 21em;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .solution-lane p,
  .solution-lane li,
  .solution-route-card p,
  .solution-theater-item p,
  .planner-result p,
  .planner-result strong,
  .anatomy-notes p,
  .risk-list span {
    max-width: 21em;
    font-size: 14px;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .solution-lane-board,
  .solution-lane,
  .planner-panel,
  .anatomy-visual,
  .anatomy-notes,
  .solution-route-grid,
  .solution-route-card,
  .solution-theater-grid,
  .solution-theater-item,
  .risk-list,
  .risk-list article {
    width: 100%;
    max-width: 100%;
  }

  .solution-lane-board,
  .solution-route-grid {
    grid-template-columns: 1fr;
  }

  .solution-lane {
    min-height: auto;
  }

  .planner-panel {
    padding: 12px;
    box-shadow: none;
  }

  .planner-result {
    padding: 18px;
  }

  .planner-result h3 {
    font-size: 28px;
  }

  .anatomy-visual div {
    min-height: 60px;
    font-size: 16px;
  }

  .solution-route-card {
    min-height: 330px;
  }

  .solution-route-card img {
    width: 160px;
  }

  .risk-grid {
    gap: 28px;
  }

  .solution-cta {
    min-height: auto;
    padding: 32px 22px 0;
  }

  .solution-cta img {
    max-height: 280px;
    justify-self: center;
  }
}

/* Consult page */
.consult-page {
  background: var(--paper);
  overflow-x: hidden;
}

.consult-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(17, 17, 17, 0.92) 0 56%, rgba(255, 210, 46, 0.94) 56% 100%),
    var(--ink);
}

.consult-hero::before {
  content: "CONTACT";
  position: absolute;
  right: -28px;
  bottom: -48px;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: clamp(92px, 18vw, 230px);
  line-height: 0.8;
}

.consult-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.72fr);
  gap: 54px;
  align-items: center;
  padding: 88px 0;
}

.consult-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(48px, 7vw, 86px);
  line-height: 1.02;
  letter-spacing: 0;
}

.consult-hero-copy p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  font-weight: 800;
}

.consult-hero-actions,
.consult-submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.consult-hero-card {
  position: relative;
  min-height: 500px;
  padding: 28px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(162deg, #f7fbff 0 48%, var(--aqua) 48% 100%),
    var(--white);
  box-shadow: 14px 14px 0 rgba(17, 17, 17, 0.2);
}

.consult-hero-card img {
  position: absolute;
  right: -8px;
  bottom: 0;
  width: min(430px, 92%);
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(17, 17, 17, 0.22));
}

.consult-hero-card div {
  position: relative;
  z-index: 2;
  max-width: 260px;
  padding: 18px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.12);
}

.consult-hero-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 24px;
}

.consult-hero-card strong {
  display: block;
  font-size: 18px;
  line-height: 1.45;
}

.consult-section {
  padding: 92px 0;
}

.consult-section.alt {
  background: var(--white);
}

.consult-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: 28px;
  align-items: start;
}

.consult-form-panel,
.consult-contact-panel {
  border: 2px solid var(--ink);
  border-radius: 8px;
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.12);
}

.consult-form-panel {
  padding: 30px;
  background: var(--white);
}

.consult-form-panel h2,
.consult-contact-panel h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.consult-form {
  display: grid;
  gap: 22px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field span {
  font-size: 14px;
  font-weight: 900;
}

.consult-form input,
.consult-form select,
.consult-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  outline: none;
}

.consult-form textarea {
  min-height: 168px;
  resize: vertical;
  line-height: 1.65;
}

.consult-form input:focus,
.consult-form select:focus,
.consult-form textarea:focus {
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(255, 210, 46, 0.42);
}

.consult-form-note {
  margin: 0;
  padding: 14px 16px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--yellow);
  font-weight: 900;
}

.consult-contact-panel {
  position: sticky;
  top: 108px;
  padding: 24px;
  background: var(--ink);
  color: var(--white);
}

.consult-contact-panel .eyebrow,
.consult-contact-panel h2 {
  color: var(--yellow);
}

.contact-qr-card {
  padding: 14px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
}

.contact-qr {
  width: 100%;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 8px;
  object-fit: contain;
  background: var(--white);
}

.contact-qr-card p {
  margin: 12px 0 0;
  color: var(--soft-ink);
  font-weight: 800;
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
}

.contact-list div {
  padding: 14px;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-list dt {
  margin-bottom: 4px;
  color: var(--yellow);
  font-family: "IBM Plex Mono", Consolas, Menlo, monospace;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-list dd {
  margin: 0;
  font-weight: 900;
  line-height: 1.55;
}

.contact-list a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

@media (max-width: 980px) {
  .consult-hero-grid,
  .consult-layout {
    grid-template-columns: 1fr;
  }

  .consult-hero-grid {
    min-height: auto;
  }

  .consult-hero-card {
    max-width: 660px;
  }

  .consult-contact-panel {
    position: static;
  }
}

@media (max-width: 760px) {
  .consult-hero {
    background:
      linear-gradient(150deg, rgba(17, 17, 17, 0.94) 0 68%, rgba(255, 210, 46, 0.94) 68% 100%),
      var(--ink);
  }

  .consult-hero-grid {
    padding: 70px 20px 58px;
  }

  .consult-layout.container {
    width: calc(100% - 32px);
    padding-left: 0;
    padding-right: 0;
  }

  .consult-hero-copy h1 {
    max-width: calc(100vw - 40px);
    font-size: 40px;
    line-height: 1.1;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .consult-hero-copy p {
    font-size: 16px;
    line-height: 1.72;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .consult-hero-card {
    width: 100%;
    min-height: 390px;
    padding: 18px;
    overflow: hidden;
    box-shadow: 7px 7px 0 rgba(17, 17, 17, 0.16);
  }

  .consult-hero-card img {
    right: -34px;
    width: 318px;
  }

  .consult-hero-card div {
    max-width: 212px;
    padding: 14px;
  }

  .consult-hero-card span {
    font-size: 20px;
  }

  .consult-section {
    padding: 68px 0;
  }

  .consult-form-panel,
  .consult-contact-panel {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 20px;
    box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.1);
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .consult-form-panel h2,
  .consult-contact-panel h2 {
    max-width: calc(100vw - 72px);
    font-size: 32px;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .contact-qr-card {
    padding: 10px;
  }
}

/* Learn AI page */
.learn-ai-page {
  background: var(--paper);
  overflow-x: hidden;
}

.learn-hero {
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(17, 17, 17, 0.95) 0 54%, rgba(255, 210, 46, 0.98) 54% 100%),
    var(--ink);
}

.learn-hero-grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1fr);
  gap: 54px;
  align-items: center;
  padding: 74px 0 84px;
}

.learn-hero-copy h1 {
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(54px, 7vw, 92px);
  line-height: 1.02;
  letter-spacing: 0;
}

.learn-hero-copy h1 span {
  display: block;
  color: var(--yellow);
}

.learn-hero-copy p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  font-weight: 800;
}

.learn-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.learn-hero-visual,
.learn-feature-visual {
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 12px 12px 0 rgba(17, 17, 17, 0.18);
  overflow: hidden;
}

.learn-hero-visual img,
.learn-feature-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.learn-hero-visual {
  aspect-ratio: 16 / 10;
}

.learn-subnav {
  position: sticky;
  top: 82px;
  z-index: 30;
  border-block: 2px solid var(--ink);
  background: rgba(255, 250, 240, 0.94);
  backdrop-filter: blur(14px);
}

.learn-subnav .container {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.learn-subnav a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--white);
  font-weight: 900;
  white-space: nowrap;
}

.learn-subnav a:hover,
.learn-subnav a:focus-visible {
  background: var(--ink);
  color: var(--white);
}

.learn-section {
  padding: 96px 0;
}

.learn-section.alt {
  background: var(--white);
}

.learn-section.dark {
  background: var(--ink);
  color: var(--white);
}

.learn-section.final {
  padding-top: 42px;
}

.learn-section-head {
  max-width: 920px;
  margin-bottom: 34px;
}

.learn-section-head h2,
.learn-feature-copy h2,
.learn-cta h2 {
  margin-bottom: 16px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.05;
  letter-spacing: 0;
}

.learn-section-head p,
.learn-feature-copy p,
.learn-cta p {
  max-width: 760px;
  color: var(--soft-ink);
  font-size: 18px;
  font-weight: 800;
}

.learn-section.dark .learn-feature-copy p,
.learn-section.dark .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.learn-principle-grid,
.learn-capability-grid,
.learn-project-grid {
  display: grid;
  gap: 16px;
}

.learn-principle-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.learn-principle-card,
.learn-capability-card,
.learn-project-card {
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 7px 7px 0 rgba(17, 17, 17, 0.1);
}

.learn-principle-card {
  min-height: 244px;
  padding: 22px;
}

.learn-principle-card:nth-child(1),
.learn-capability-card:nth-child(1),
.learn-capability-card:nth-child(5) {
  background: var(--yellow);
}

.learn-principle-card:nth-child(2),
.learn-capability-card:nth-child(2),
.learn-capability-card:nth-child(6) {
  background: var(--aqua);
}

.learn-principle-card span,
.learn-capability-card span,
.learn-project-card span,
.learn-timeline article span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--blue);
  font-family: "Archivo Black", "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 18px;
}

.learn-principle-card h3,
.learn-capability-card h3,
.learn-project-card h3,
.learn-timeline article h3 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.14;
}

.learn-principle-card p,
.learn-capability-card p,
.learn-project-card p {
  color: var(--soft-ink);
  font-weight: 800;
}

.learn-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 42px;
  align-items: center;
}

.learn-feature-grid.reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
}

.learn-feature-visual {
  aspect-ratio: 16 / 9;
}

.learn-explain-list,
.learn-timeline,
.learn-guard-grid {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.learn-explain-list article,
.learn-timeline article,
.learn-guard-grid article {
  padding: 18px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.1);
}

.learn-explain-list strong,
.learn-guard-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 22px;
}

.learn-explain-list p,
.learn-timeline p,
.learn-guard-grid p {
  margin: 0;
  color: var(--soft-ink);
  font-weight: 800;
}

.learn-capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.learn-capability-card {
  min-height: 248px;
  padding: 22px;
}

.learn-timeline article {
  background: var(--white);
}

.learn-project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.learn-project-card {
  min-height: 246px;
  padding: 24px;
}

.learn-project-card h3 {
  font-size: 32px;
}

.learn-project-card span {
  display: block;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 2px solid rgba(17, 17, 17, 0.14);
  color: var(--blue);
  font-size: 15px;
}

.learn-guard-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.learn-cta {
  min-height: 440px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: end;
  padding: 42px 46px 0;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(160deg, var(--ink) 0 54%, var(--yellow) 54% 100%),
    var(--ink);
  color: var(--white);
  box-shadow: 12px 12px 0 rgba(17, 17, 17, 0.12);
  overflow: hidden;
}

.learn-cta h2,
.learn-cta p {
  color: var(--white);
}

.learn-cta .btn-ghost {
  color: var(--ink);
}

.learn-cta img {
  align-self: end;
  justify-self: center;
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(17, 17, 17, 0.22));
}

@media (max-width: 1180px) {
  .learn-hero-grid,
  .learn-feature-grid,
  .learn-feature-grid.reverse {
    grid-template-columns: 1fr;
  }

  .learn-hero-visual,
  .learn-feature-visual {
    max-width: 840px;
  }

  .learn-principle-grid,
  .learn-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .learn-hero {
    background:
      linear-gradient(150deg, rgba(17, 17, 17, 0.96) 0 68%, rgba(255, 210, 46, 0.98) 68% 100%),
      var(--ink);
  }

  .learn-hero-grid {
    padding: 64px 20px 58px;
  }

  .learn-hero-copy h1 {
    max-width: calc(100vw - 40px);
    font-size: 38px;
    line-height: 1.12;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .learn-hero-copy p,
  .learn-section-head p,
  .learn-feature-copy p,
  .learn-cta p {
    max-width: 22em;
    font-size: 16px;
    line-height: 1.72;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .learn-hero-visual,
  .learn-feature-visual {
    aspect-ratio: 4 / 3;
    box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.14);
  }

  .learn-hero-visual img,
  .learn-feature-visual img {
    object-position: center;
  }

  .learn-subnav {
    top: 82px;
  }

  .learn-section {
    padding: 68px 0;
  }

  .learn-section-head h2,
  .learn-feature-copy h2,
  .learn-cta h2 {
    max-width: calc(100vw - 48px);
    font-size: 32px;
    line-height: 1.14;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .learn-principle-grid,
  .learn-capability-grid,
  .learn-project-grid,
  .learn-guard-grid {
    grid-template-columns: 1fr;
  }

  .learn-principle-card,
  .learn-capability-card,
  .learn-project-card {
    min-height: auto;
    padding: 20px;
  }

  .learn-principle-card h3,
  .learn-capability-card h3,
  .learn-project-card h3,
  .learn-timeline article h3 {
    font-size: 26px;
  }

  .learn-cta {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 30px 22px 0;
  }

  .learn-cta img {
    max-height: 300px;
  }
}
