:root {
  color-scheme: light;
  --ink: #14202f;
  --muted: #687386;
  --line: #e5e9f0;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --brand: #e96f12;
  --brand-dark: #c95b08;
  --navy: #111b2e;
  --navy-2: #1b2940;
  --navy-3: #07111f;
  --success: #16845f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
}
html { scroll-behavior: smooth; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-height: 92px;
  padding: 12px clamp(28px, 5.5vw, 86px);
  color: var(--ink);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(226,232,240,.92);
  box-shadow: 0 10px 34px rgba(20,32,47,.07);
  backdrop-filter: blur(14px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-logo {
  width: auto;
  height: 70px;
  object-fit: contain;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.brand strong { display: block; letter-spacing: .02em; }
.brand small { display: block; color: #b9c4d6; font-size: 12px; margin-top: 2px; }
.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #334155;
  font-size: 15px;
  font-weight: 700;
}
.nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.nav a:hover {
  color: var(--brand);
  background: #fff3e9;
}
.nav .nav-cta {
  margin-left: 12px;
  padding-inline: 20px;
  color: #fff;
  background: var(--brand);
  box-shadow: 0 10px 26px rgba(233,111,18,.24);
}
.nav .nav-cta:hover {
  color: #fff;
  background: var(--brand-dark);
  transform: translateY(-1px);
}

.hero {
  padding: 86px clamp(20px, 5vw, 72px) 72px;
  background:
    radial-gradient(circle at 78% 16%, rgba(245,130,32,.27), transparent 28%),
    linear-gradient(135deg, #111b2e 0%, #1a2b47 54%, #0e1727 100%);
  color: #fff;
}
.products-hero {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background-image:
    linear-gradient(90deg, rgba(6, 18, 34, .95) 0%, rgba(8, 28, 52, .84) 38%, rgba(8, 28, 52, .52) 66%, rgba(8, 28, 52, .22) 100%),
    linear-gradient(180deg, rgba(6, 18, 34, .24), rgba(6, 18, 34, .34)),
    url("assets/company/products-center-workshop-hero.png");
  background-size: cover;
  background-position: center 52%;
}
.products-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, .14), transparent 34%),
    linear-gradient(90deg, rgba(4, 14, 29, .38), rgba(11, 31, 58, .12) 58%, transparent 100%);
  pointer-events: none;
}
.products-hero .hero-grid {
  position: relative;
  z-index: 1;
}
.products-hero h1,
.products-hero .lead {
  text-shadow: 0 12px 30px rgba(0, 0, 0, .56);
}
.hero-home {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7,17,31,.96) 0%, rgba(17,27,46,.9) 48%, rgba(17,27,46,.55) 100%),
    radial-gradient(circle at 82% 28%, rgba(245,130,32,.34), transparent 32%),
    linear-gradient(135deg, #07111f 0%, #12203a 50%, #0b1322 100%);
}
.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, #000, transparent 84%);
  pointer-events: none;
}
.hero-home .hero-grid {
  position: relative;
  z-index: 1;
}
.hero-home h1 {
  max-width: 780px;
  text-transform: uppercase;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 44px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}
.eyebrow {
  margin: 0 0 14px;
  color: #ffbd83;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 13px;
}
h1, h2, h3 { margin: 0; line-height: 1.14; }
h1 { font-size: clamp(36px, 6vw, 68px); letter-spacing: -.05em; }
h2 { font-size: clamp(28px, 4vw, 42px); letter-spacing: -.035em; }
h3 { font-size: 20px; }
.lead {
  margin: 22px 0 0;
  max-width: 760px;
  color: #d5dfef;
  font-size: 18px;
  line-height: 1.75;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.trust-row span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #e6edf8;
  background: rgba(255,255,255,.07);
  font-size: 13px;
  font-weight: 700;
}
.hero-card {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
}
.hero-card .stat,
.hero-showcase .stat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}
.hero-showcase {
  padding: 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 34px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 34px 100px rgba(0,0,0,.34);
  backdrop-filter: blur(10px);
}
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.showcase-tile {
  position: relative;
  min-height: 184px;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
.showcase-tile img {
  width: 100%;
  height: 100%;
  min-height: 184px;
  object-fit: cover;
  transition: transform .45s ease;
}
.showcase-tile:hover img { transform: scale(1.06); }
.showcase-tile span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 9px 10px;
  border-radius: 14px;
  color: #fff;
  background: rgba(7,17,31,.72);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.stat-box {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.1);
}
.stat-box strong {
  display: block;
  font-size: 26px;
  color: #fff;
}
.stat-box span { color: #cdd8ea; font-size: 13px; }

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 20px;
}
.section-split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: start;
}
.rich-text {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20,32,47,.06);
}
.rich-text p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}
.rich-text p + p { margin-top: 16px; }
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
.section-head p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 720px;
}
.button-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--brand);
  border: 1px solid var(--brand);
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { background: var(--brand-dark); transform: translateY(-1px); }
.button-secondary {
  color: #fff;
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
}
.button-plain {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}
.product-card-cta {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}
.product-card-cta:hover {
  color: #fff;
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}
.button-light {
  color: var(--navy);
  background: #fff;
  border-color: #fff;
}

.category-filter {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 0 16px;
  margin-bottom: 18px;
}
.chip {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-weight: 700;
  cursor: pointer;
}
.chip.active, .chip:hover {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.solution-card {
  min-height: 280px;
  padding: 24px;
  border-radius: 28px;
  color: #fff;
  background:
    linear-gradient(150deg, rgba(17,27,46,.96), rgba(22,39,65,.94)),
    radial-gradient(circle at 80% 18%, rgba(245,130,32,.32), transparent 36%);
  box-shadow: 0 22px 64px rgba(17,27,46,.16);
}
.solution-card > span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: #fff;
  background: var(--brand);
  font-weight: 900;
}
.solution-card h3 { margin-top: 24px; }
.solution-card p {
  color: #c8d4e5;
  line-height: 1.7;
}
.solution-card strong {
  display: block;
  margin-top: 18px;
  color: #ffbd83;
}
.dark-section {
  max-width: none;
  padding-inline: clamp(20px, 5vw, 72px);
  color: #fff;
  background:
    radial-gradient(circle at 10% 20%, rgba(245,130,32,.16), transparent 30%),
    linear-gradient(135deg, var(--navy-3), var(--navy));
}
.dark-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.dark-section .section-head p,
.dark-section .card p { color: #c9d4e4; }
.dark-section .card {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 20px 70px rgba(0,0,0,.22);
}
.dark-section .card h3 { color: #fff; }
.dark-section .button-plain {
  color: #fff;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.2);
}
.category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(20,32,47,.06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.card:hover {
  transform: translateY(-3px);
  border-color: rgba(245,130,32,.45);
  box-shadow: 0 22px 60px rgba(20,32,47,.1);
}
.card-body { padding: 20px; }
.card p { color: var(--muted); line-height: 1.65; }
.product-img {
  height: 214px;
  background: linear-gradient(145deg, #dbe2ed, #fff);
  display: grid;
  place-items: center;
  color: #7a8597;
  overflow: hidden;
  position: relative;
}
.product-img img {
  position: absolute;
  inset: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  object-fit: contain;
  max-width: none;
  padding: 0;
  transition: transform .45s ease;
}
.product-img-missing {
  background:
    linear-gradient(135deg, rgba(233,111,18,.06), rgba(255,255,255,.92)),
    #eef2f7;
}
.product-img-missing span {
  padding: 10px 15px;
  border: 1px dashed #c9d2df;
  border-radius: 999px;
  color: #7a8597;
  background: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 700;
}
.card:hover .product-img img { transform: scale(1.04); }
.meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 14px 0;
}
.tag {
  padding: 6px 9px;
  border-radius: 999px;
  background: #eef2f8;
  color: #526176;
  font-size: 12px;
  font-weight: 700;
}
.tag.good { color: var(--success); background: #e8f5f0; }
.tag.warn { color: #9a5b00; background: #fff1d8; }

.products-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
}
.sidebar {
  position: sticky;
  top: 86px;
  align-self: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 14px;
}
.side-link {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 13px;
  border-radius: 14px;
  color: #4f5d70;
  font-size: 14px;
}
.side-link.active, .side-link:hover {
  color: var(--navy);
  background: #f2f5fa;
}
.side-link span:last-child { color: #8793a6; }

.detail-hero {
  padding: 42px clamp(20px, 5vw, 72px);
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(245,130,32,.22), transparent 30%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
}
.breadcrumb {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  color: #b8c5d8;
  font-size: 14px;
}
.detail {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: start;
}
.main-image {
  background: #fff;
  border-radius: 28px;
  border: 1px solid var(--line);
  overflow: hidden;
  min-height: 390px;
  display: grid;
  place-items: center;
}
.main-image img {
  width: 100%;
  height: 390px;
  object-fit: contain;
  padding: 18px;
}
.detail-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 24px;
}
.config-list {
  display: grid;
  gap: 10px;
  max-height: 360px;
  overflow: auto;
  padding-right: 4px;
}
.config-button {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  color: var(--ink);
}
.config-button.active {
  border-color: var(--brand);
  background: #fff7f0;
}
.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 20px 0;
}
.spec {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fafbfe;
}
.spec small {
  display: block;
  color: var(--muted);
  margin-bottom: 4px;
}
.spec strong {
  display: block;
  word-break: break-word;
}
.description {
  color: var(--muted);
  line-height: 1.75;
  white-space: pre-line;
}
.notice {
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff7ee;
  color: #8a4a12;
  line-height: 1.6;
}
.notice-warn {
  color: #8a4a12;
  background: #fff1df;
  border: 1px solid #f4cfaa;
}
.workflow-section {
  padding-top: 78px;
}
.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.workflow-card {
  position: relative;
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20,32,47,.06);
}
.workflow-card span {
  display: block;
  color: var(--brand);
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  opacity: .9;
}
.workflow-card h3 { margin-top: 22px; }
.workflow-card p {
  color: var(--muted);
  line-height: 1.7;
}
.cta-section {
  max-width: 1180px;
  margin: 0 auto 72px;
  padding: 54px clamp(24px, 5vw, 64px);
  border-radius: 36px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgba(245,130,32,.28), transparent 28%),
    linear-gradient(135deg, #15223a, #07111f);
  box-shadow: 0 28px 90px rgba(17,27,46,.2);
}
.cta-section h2 {
  max-width: 820px;
}
.cta-section p:not(.eyebrow) {
  max-width: 760px;
  color: #d4deed;
  line-height: 1.8;
}
.contact-hero {
  padding: 92px clamp(20px, 6vw, 84px) 72px;
  color: var(--move-navy);
  background:
    linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.82)),
    radial-gradient(circle at 86% 16%, rgba(255,121,14,.12), transparent 30%),
    url("assets/company/hero-factory-exterior.png") center / cover no-repeat;
  border-bottom: 1px solid var(--move-line);
}
.contact-hero .eyebrow,
.contact-hero h1,
.contact-hero p {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.contact-hero .eyebrow {
  color: var(--move-orange-dark);
}
.contact-hero h1 {
  margin-top: 12px;
  margin-bottom: 18px;
  color: var(--move-navy);
  font-size: clamp(48px, 7vw, 82px);
  line-height: 1.05;
}
.contact-hero p {
  max-width: 780px;
  color: #536174;
  line-height: 1.85;
  margin-left: calc((100% - min(1180px, 100%)) / 2);
}
.contact-section {
  display: block;
  padding: 82px clamp(20px, 5vw, 72px) 72px;
  color: var(--move-navy);
  background:
    radial-gradient(circle at 12% 0%, rgba(255,121,14,.08), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #f4f8fb 100%);
  border-top: 1px solid var(--move-line);
}
.contact-page-section {
  border-top: 0;
}
.contact-head {
  max-width: 1180px;
  margin: 0 auto 34px;
}
.contact-head .eyebrow {
  color: var(--move-orange-dark);
}
.contact-head h2 {
  margin: 8px 0 14px;
  color: var(--move-navy);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.12;
}
.contact-head p {
  max-width: 780px;
  margin: 0;
  color: #5e6f86;
  line-height: 1.8;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .72fr);
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
}
.contact-info-panel,
.contact-form {
  border: 1px solid var(--move-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(8,42,77,.08);
}
.contact-info-panel {
  padding: 34px;
}
.footer-logo {
  display: block;
  width: auto;
  height: 56px;
  margin-bottom: 22px;
}
.contact-info-panel h3,
.contact-form h3 {
  margin: 0 0 12px;
  color: var(--move-navy);
  font-size: 24px;
}
.contact-info-panel > p,
.contact-form > p {
  margin: 0 0 24px;
  color: #66758a;
  line-height: 1.75;
}
.contact-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.contact-card-grid article {
  min-height: 134px;
  padding: 20px;
  border: 1px solid #e7eef7;
  border-radius: 18px;
  background:
    linear-gradient(180deg, #ffffff, #f8fbff);
}
.contact-card-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--move-orange-dark);
  font-size: 13px;
  font-weight: 900;
}
.contact-card-grid strong {
  display: block;
  color: var(--move-navy);
  font-size: 16px;
  line-height: 1.6;
}
.contact-card-grid a {
  color: inherit;
  text-decoration: none;
}
.contact-form {
  padding: 30px;
}
.contact-form label {
  display: block;
  margin-bottom: 14px;
  color: #35445a;
  font-size: 13px;
  font-weight: 800;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  border: 1px solid #dce5f0;
  border-radius: 12px;
  color: var(--move-navy);
  background: #f9fbfe;
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-form textarea {
  resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(255,121,14,.55);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255,121,14,.1);
}
.contact-submit {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--move-orange), var(--move-orange-dark));
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(226,93,5,.2);
}
.contact-submit span {
  margin-left: 8px;
}
.audit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.audit-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(20,32,47,.06);
}
.audit-image {
  min-height: 190px;
  background: #f0f3f8;
  display: grid;
  place-items: center;
  color: var(--muted);
}
.audit-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}
.audit-body {
  padding: 18px;
}
.audit-body p {
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 920px) {
  .nav { display: none; }
  .hero-grid, .products-layout, .detail, .section-split { grid-template-columns: 1fr; }
  .grid, .category-grid, .solution-grid, .workflow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .audit-grid, .audit-card { grid-template-columns: 1fr; }
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .sidebar { position: static; }
  .hero-home { min-height: auto; }
}
@media (max-width: 620px) {
  .grid, .category-grid, .spec-grid, .solution-grid, .workflow-grid, .showcase-grid { grid-template-columns: 1fr; }
  .hero-card .stat { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .contact-card-grid,
  .form-row {
    grid-template-columns: 1fr;
  }
  .contact-section {
    padding: 58px 16px 52px;
  }
  .contact-info-panel,
  .contact-form {
    padding: 22px;
    border-radius: 22px;
  }
  .site-footer {
    display: block;
  }
  .site-footer .button {
    margin-top: 18px;
  }
  .brand span { display: none; }
}

/* Manus-inspired grey / white / orange visual direction */
.site-header {
  color: var(--ink);
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 30px rgba(20,32,47,.06);
}
.brand small { color: #7c8798; }
.nav { color: #445064; }
.nav a:hover { color: var(--brand); background: #fff3e9; }

.hero-home {
  min-height: 720px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.04) 48%, rgba(255,255,255,0) 100%),
    radial-gradient(circle at 80% 20%, rgba(245,130,32,.18), transparent 30%),
    url("https://files.manuscdn.com/user_upload_by_module/session_file/310519663497409692/NOKeBozcqpJxmjJj.png") center right / cover no-repeat;
}
.hero-home .hero-grid > div:first-child {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 34px;
  background: linear-gradient(115deg, rgba(255,255,255,.82), rgba(255,255,255,.54));
  box-shadow: 0 30px 100px rgba(20,32,47,.12);
  backdrop-filter: blur(12px) saturate(1.15);
}
.hero-home::before {
  background-image:
    linear-gradient(rgba(20,32,47,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,32,47,.055) 1px, transparent 1px);
  mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.35));
}
.hero-home h1 {
  color: #151f2e;
  text-shadow: none;
}
.hero-home .lead {
  color: #344154;
  font-weight: 500;
}
.eyebrow {
  color: var(--brand);
}
.button-secondary {
  color: var(--ink);
  border-color: #d7dde8;
  background: rgba(255,255,255,.8);
}
.hero-home .button-secondary {
  color: var(--ink);
  background: #fff;
  border-color: #d7dde8;
}
.trust-row span {
  color: #465266;
  border-color: #dfe4ed;
  background: rgba(255,255,255,.86);
  box-shadow: 0 10px 28px rgba(20,32,47,.06);
}
.hero-showcase {
  background: rgba(255,255,255,.86);
  border-color: rgba(255,255,255,.96);
  box-shadow: 0 28px 80px rgba(20,32,47,.12);
}
.showcase-tile {
  background: #f3f5f9;
  box-shadow: inset 0 0 0 1px #e6ebf3;
}
.showcase-tile img {
  object-fit: contain;
  padding: 12px;
}
.showcase-tile span {
  color: #fff;
  background: rgba(20,32,47,.76);
}
.hero-showcase .stat .stat-box {
  background: #fff;
  border: 1px solid var(--line);
}
.hero-showcase .stat .stat-box strong {
  color: var(--brand);
}
.hero-showcase .stat .stat-box span {
  color: var(--muted);
}

.solution-card {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(20,32,47,.07);
}
.solution-card p {
  color: var(--muted);
}
.solution-card strong {
  color: var(--brand);
}
.dark-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 10%, rgba(245,130,32,.12), transparent 30%),
    linear-gradient(180deg, #f5f7fb 0%, #eef2f7 100%);
}
.dark-section .section-head p,
.dark-section .card p { color: var(--muted); }
.dark-section .card {
  background: #fff;
  border-color: var(--line);
  box-shadow: 0 14px 42px rgba(20,32,47,.06);
}
.dark-section .card h3 { color: var(--ink); }
.dark-section .button-plain {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}
.dark-section .product-card-cta {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}
.dark-section .product-card-cta:hover {
  color: #fff;
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.detail-hero {
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 16%, rgba(245,130,32,.15), transparent 30%),
    linear-gradient(115deg, #fff, #eef2f7);
  border-bottom: 1px solid var(--line);
}
.detail-hero .lead {
  color: var(--muted);
}
.breadcrumb {
  color: #687386;
}

.cta-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 18%, rgba(245,130,32,.18), transparent 28%),
    linear-gradient(135deg, #fff, #eef2f7);
  border: 1px solid var(--line);
  box-shadow: 0 22px 68px rgba(20,32,47,.08);
}
.cta-section p:not(.eyebrow) {
  color: var(--muted);
}
.cta-section .button-secondary {
  color: var(--ink);
  border-color: #d7dde8;
  background: #fff;
}

.home-about {
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}
.home-about h2 {
  max-width: 680px;
}
.home-about p:not(.eyebrow) {
  max-width: 780px;
  color: var(--muted);
  line-height: 1.8;
}
.home-about-actions {
  display: grid;
  grid-template-columns: repeat(3, 110px);
  gap: 12px;
  align-items: center;
}
.home-about-actions .button {
  grid-column: 1 / -1;
}
.mini-stat {
  padding: 16px 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 12px 34px rgba(20,32,47,.05);
}
.mini-stat strong {
  display: block;
  color: var(--brand);
  font-size: 28px;
}
.mini-stat span {
  color: var(--muted);
  font-size: 12px;
}

.about-hero {
  min-height: 360px;
  padding: 72px clamp(24px, 6vw, 84px);
  background:
    linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.9), rgba(255,255,255,.72)),
    radial-gradient(circle at 78% 10%, rgba(245,130,32,.12), transparent 28%),
    linear-gradient(135deg, #f8fafc, #edf1f7);
  border-bottom: 1px solid var(--line);
}
.about-hero-inner,
.about-main,
.about-preview,
.about-cta {
  max-width: 1180px;
  margin: 0 auto;
}
.about-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(260px, 1.05fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
}
.about-hero-copy {
  text-align: left;
}
.about-hero-logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 250px;
}
.about-hero-logo img {
  width: min(100%, 560px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 44px rgba(20,32,47,.08));
}
.about-hero h1 {
  color: var(--ink);
  font-size: clamp(42px, 7vw, 76px);
  letter-spacing: -.06em;
}
.about-hero h1::after,
.about-section-title::after,
.about-title h2::after,
.about-core h2::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 16px;
  background: var(--brand);
}
.about-hero p:not(.eyebrow) {
  max-width: 620px;
  color: #596579;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .about-hero-inner {
    grid-template-columns: 1fr;
  }
  .about-hero-logo {
    justify-content: flex-start;
    min-height: auto;
  }
  .about-hero-logo img {
    width: min(100%, 420px);
  }
}
.about-preview {
  padding: 76px 20px;
}
.about-title {
  max-width: 760px;
  margin-bottom: 84px;
}
.about-title h2 {
  font-size: clamp(42px, 7vw, 74px);
}
.about-title p {
  color: var(--muted);
  line-height: 1.8;
}
.about-main {
  padding: 82px 20px;
}
.about-core {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
  gap: 70px;
  align-items: center;
}
.about-core h2 {
  font-size: clamp(30px, 4vw, 46px);
}
.about-core h2 span {
  color: var(--brand);
}
.about-core p {
  color: #4f5c70;
  line-height: 1.9;
}
.about-company-overview .eyebrow {
  color: var(--brand);
  font-size: 13px;
  letter-spacing: .06em;
  margin-bottom: 14px;
}
.about-company-overview h2 {
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1.14;
  letter-spacing: -.055em;
  margin-bottom: 30px;
}
.about-company-overview h2::after {
  width: 64px;
  height: 3px;
  margin-top: 24px;
}
.about-company-overview p {
  font-size: 15.5px;
  line-height: 1.82;
  font-weight: 560;
  color: #536174;
  margin: 0 0 20px;
}
.about-checks {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(100%, 980px);
  margin: 6px auto 0;
}
.about-checks span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px 18px 10px 46px;
  border: 1px solid rgba(20,32,47,.08);
  border-radius: 8px;
  color: #536174;
  background: rgba(255,255,255,.68);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.about-checks span::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border: 2px solid var(--brand);
  border-radius: 999px;
  color: var(--brand);
  font-weight: 900;
  font-size: 10px;
  line-height: 1;
}
.factory-frame {
  position: relative;
  min-height: 390px;
  border: 1px solid rgba(245,130,32,.45);
  background: #fff;
}
.factory-frame::before,
.factory-frame::after {
  content: "";
  position: absolute;
  width: 84px;
  height: 84px;
  border-color: var(--brand);
}
.factory-frame::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid;
  border-left: 2px solid;
}
.factory-frame::after {
  right: -12px;
  bottom: -12px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}
.factory-placeholder {
  position: absolute;
  inset: 0;
  overflow: hidden;
  color: var(--ink);
  background: #e7ecf4;
}
.factory-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.factory-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(17,27,46,.1) 45%, rgba(17,27,46,.72));
}
.factory-placeholder span {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  color: #fff;
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0,0,0,.34);
}
.factory-stats {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 16px 10px;
  color: #fff;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(0,0,0,.78));
}
.factory-stats strong {
  color: var(--brand);
  font-size: 22px;
  text-align: center;
}
.factory-stats span {
  display: block;
  color: #d9e1ef;
  font-size: 12px;
  margin-top: 4px;
}
.about-band {
  background: #f4f6fa;
}
.about-card-row {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.culture-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
}
.culture-wrap .about-section-title {
  margin-bottom: 28px;
}
.culture-card-row {
  padding: 0;
}
.value-card,
.ability-grid article {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(20,32,47,.04);
}
.value-card {
  min-height: 190px;
  padding: 28px;
}
.value-card span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  color: var(--brand);
  background: #fff1e7;
  border: 1px solid #ffd8bd;
  font-weight: 900;
}
.value-card p,
.ability-grid p {
  color: var(--muted);
  line-height: 1.75;
}
.about-section-title {
  margin-bottom: 42px;
}
.ability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.ability-grid article {
  padding: 30px;
  min-height: 150px;
}
.ai-empowerment-section {
  background:
    radial-gradient(circle at 88% 10%, rgba(255,121,14,.10), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
}
.ai-empowerment-wrap {
  padding-top: 72px;
  padding-bottom: 78px;
}
.ai-empowerment-head {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(320px, .62fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 24px;
}
.ai-empowerment-head .about-section-title {
  margin-bottom: 0;
}
.ai-empowerment-head > p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.55;
}
.ai-empowerment-intro {
  max-width: 980px;
  margin-bottom: 28px;
  padding: 26px 30px;
  border-left: 4px solid var(--brand);
  border-radius: 0 18px 18px 0;
  background: rgba(255,255,255,.72);
  box-shadow: 0 14px 40px rgba(20,32,47,.05);
}
.ai-empowerment-intro p {
  margin: 0;
  color: #56677c;
  line-height: 1.85;
}
.ai-empowerment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.ai-empowerment-grid article {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 30px;
  border: 1px solid #dce7f3;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.86)),
    radial-gradient(circle at 100% 0, rgba(255,121,14,.14), transparent 34%);
  box-shadow: 0 18px 46px rgba(8,42,77,.08);
}
.ai-empowerment-grid article::after {
  content: "AI";
  position: absolute;
  right: 18px;
  bottom: -18px;
  color: rgba(8,42,77,.04);
  font-size: 96px;
  font-weight: 900;
  line-height: 1;
}
.ai-empowerment-grid span {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--move-orange), var(--move-orange-dark));
  color: #fff;
  font-weight: 900;
}
.ai-empowerment-grid h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: var(--move-navy);
  font-size: 22px;
}
.ai-empowerment-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5e6f86;
  line-height: 1.78;
}
.timeline {
  position: relative;
  max-width: 840px;
  margin: 20px auto 0;
  padding: 10px 0;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #dce2ec;
}
.timeline-item {
  position: relative;
  width: 50%;
  padding: 22px 52px;
}
.timeline-item::after {
  content: "";
  position: absolute;
  top: 32px;
  width: 10px;
  height: 10px;
  background: var(--brand);
}
.timeline-item.left {
  text-align: right;
  left: 0;
}
.timeline-item.left::after {
  right: -5px;
}
.timeline-item.right {
  left: 50%;
}
.timeline-item.right::after {
  left: -5px;
}
.timeline-item strong {
  color: var(--brand);
  font-size: 24px;
}
.timeline-item p {
  color: #516074;
  line-height: 1.7;
}
.team-wrap {
  padding-top: 70px;
  padding-bottom: 70px;
}
.team-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 36px;
}
.team-heading .about-section-title {
  margin: 0;
}
.team-heading p {
  max-width: 680px;
  margin: 0 0 8px;
  color: #516074;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.01em;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.team-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(20,32,47,.06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.team-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245,130,32,.32);
  box-shadow: 0 24px 58px rgba(20,32,47,.1);
}
.team-photo-placeholder {
  position: relative;
  display: grid;
  min-height: 230px;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8,42,77,.08), rgba(8,42,77,.2)),
    radial-gradient(circle at 50% 20%, rgba(255,255,255,.85), transparent 30%),
    linear-gradient(135deg, #e8eef6, #cfd9e8);
}
.team-photo-placeholder::before {
  content: "";
  position: absolute;
  top: 54px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(8,42,77,.18);
  box-shadow: 0 96px 0 58px rgba(8,42,77,.16);
}
.team-photo-placeholder::after {
  content: "LinkedIn Photo";
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.team-photo-placeholder.has-photo {
  background: #e8eef6;
}
.team-photo-placeholder.has-photo::before,
.team-photo-placeholder.has-photo::after {
  content: none;
}
.team-photo-placeholder.has-photo img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  display: block;
  object-fit: cover;
  object-position: center 18%;
}
.team-photo-placeholder span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #d65a08);
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(226,93,5,.22);
}
.team-card-body {
  padding: 24px 22px 26px;
  text-align: left;
}
.team-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
}
.team-card strong {
  display: block;
  color: var(--brand);
  margin: 8px 0 14px;
  font-size: 14px;
}
.team-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.about-cta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 58px 20px;
}
.about-cta p {
  color: var(--muted);
}
.about-cta .about-cta-products {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}
.about-cta .about-cta-products:hover {
  color: #fff;
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

@media (max-width: 920px) {
  .about-core,
  .about-card-row,
  .ability-grid,
  .ai-empowerment-head,
  .ai-empowerment-grid,
  .team-heading,
  .team-grid {
    grid-template-columns: 1fr;
  }
  .team-heading {
    gap: 18px;
    align-items: start;
  }
  .ai-empowerment-head {
    align-items: start;
  }
  .timeline::before { left: 0; }
  .timeline-item,
  .timeline-item.right,
  .timeline-item.left {
    width: 100%;
    left: 0;
    text-align: left;
    padding-left: 36px;
    padding-right: 0;
  }
  .timeline-item.left::after,
  .timeline-item.right::after {
    left: -5px;
    right: auto;
  }
  .about-cta {
    display: block;
  }
  .home-about {
    grid-template-columns: 1fr;
  }
  .home-about-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .factory-stats {
    grid-template-columns: 1fr;
  }
  .home-about-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .about-checks {
    grid-template-columns: 1fr;
  }
}

/* Industrie-style homepage hero */
.hero-home {
  min-height: auto;
  padding: 34px clamp(20px, 5vw, 72px) 74px;
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}
.hero-home::before {
  display: none;
}
.hero-home .hero-grid {
  max-width: 1240px;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: 0;
  min-height: 610px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 26px 80px rgba(20,32,47,.12);
  background: #fff;
}
.hero-home .hero-grid > div:first-child {
  padding: 62px 54px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 12% 84%, rgba(245,130,32,.14), transparent 24%),
    linear-gradient(135deg, #073f3c 0%, #063532 58%, #092b2c 100%);
  box-shadow: none;
  backdrop-filter: none;
}
.hero-copy .eyebrow {
  color: #ff8b2b;
}
.hero-pill {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 24px;
  border-radius: 999px;
  color: #dff4ee;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  font-size: 13px;
  font-weight: 800;
}
.hero-home h1 {
  max-width: 660px;
  color: #fff;
  font-size: clamp(40px, 5.4vw, 72px);
  line-height: .98;
  letter-spacing: -.055em;
}
.hero-home .lead {
  max-width: 620px;
  color: #d4e2df;
  font-size: 17px;
  font-weight: 400;
}
.hero-home .button-secondary {
  color: #fff;
  border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.08);
}
.hero-visual {
  position: relative;
  min-height: 610px;
  background:
    linear-gradient(90deg, rgba(6,53,50,.3), rgba(6,53,50,0) 32%),
    url("https://files.manuscdn.com/user_upload_by_module/session_file/310519663497409692/NOKeBozcqpJxmjJj.png") center / cover no-repeat;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.12)),
    radial-gradient(circle at 20% 80%, rgba(245,130,32,.2), transparent 24%);
  pointer-events: none;
}
.hero-image-card {
  position: absolute;
  inset: 0;
}
.hero-image-label {
  position: absolute;
  right: 32px;
  bottom: 120px;
  max-width: 310px;
  padding: 18px 20px;
  color: #fff;
  background: rgba(7,17,31,.76);
  border-left: 4px solid var(--brand);
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
  backdrop-filter: blur(8px);
}
.hero-image-label strong {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}
.hero-image-label span {
  display: block;
  margin-top: 8px;
  color: #d7e0ee;
  line-height: 1.5;
  font-size: 13px;
}
.hero-metrics {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: -42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.hero-metrics .stat-box {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 48px rgba(20,32,47,.14);
}
.hero-metrics .stat-box strong {
  color: var(--brand);
  font-size: 36px;
}
.hero-metrics .stat-box span {
  color: var(--muted);
  font-size: 15px;
}

@media (max-width: 760px) and (min-width: 521px) {
  .hero-home .hero-grid {
    grid-template-columns: 56% 44%;
    min-height: 520px;
  }
  .hero-home .hero-grid > div:first-child {
    padding: 34px 26px;
  }
  .hero-home h1 {
    font-size: clamp(30px, 6vw, 40px);
  }
  .hero-home .lead {
    font-size: 13px;
  }
  .hero-visual {
    min-height: 520px;
  }
  .hero-image-label {
    display: none;
  }
}

@media (max-width: 520px) {
  .hero-home .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    min-height: 440px;
  }
  .hero-metrics {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 24px;
    background: rgba(255,255,255,.86);
  }
}

@media (max-width: 620px) {
  .hero-home .hero-grid > div:first-child {
    padding: 42px 26px;
  }
  .hero-metrics {
    grid-template-columns: 1fr;
  }
  .hero-image-label {
    left: 22px;
    right: 22px;
    bottom: 24px;
  }
}

/* Manus-style homepage sections after hero */
.manus-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1180px;
  margin: 0 auto;
  padding: 34px 20px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.manus-stats div {
  text-align: center;
}
.manus-stats strong {
  display: block;
  color: var(--brand);
  font-size: 34px;
  line-height: 1;
  letter-spacing: -.04em;
}
.manus-stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.manus-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 74px 20px;
  background: #fff;
}
.manus-section h2 {
  font-size: clamp(30px, 4vw, 42px);
}
.manus-lead {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.75;
  margin: 16px 0 34px;
}
.manus-workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.manus-step {
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--line);
  background: #f7f8fb;
}
.manus-step.active {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}
.manus-step span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  color: var(--brand);
  background: #fff1e7;
  font-weight: 900;
}
.manus-step.active span {
  color: var(--brand);
  background: #fff;
}
.manus-step p {
  color: var(--muted);
  line-height: 1.65;
}
.manus-step.active p {
  color: rgba(255,255,255,.9);
}
.workflow-page-hero {
  padding: 90px 20px 58px;
  text-align: center;
  background:
    radial-gradient(circle at 78% 10%, rgba(255,121,14,.12), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  border-bottom: 1px solid var(--move-line);
}
.workflow-page-hero .eyebrow {
  color: var(--move-orange-dark);
  font-family: "Bahnschrift", "DIN Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .24em;
  font-weight: 900;
}
.workflow-page-hero h1 {
  margin: 10px 0 16px;
  color: var(--move-navy);
  font-size: clamp(42px, 6vw, 72px);
  font-family: "Bahnschrift", "DIN Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.05;
}
.workflow-page-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: #5e6f86;
  font-size: 18px;
  line-height: 1.8;
}
.workflow-page-copy .manus-section {
  margin-top: 0;
}
.workflow-page-copy #workflow .eyebrow {
  font-family: "Bahnschrift", "DIN Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .22em;
}
.workflow-page-copy #workflow h2 {
  font-family: "Bahnschrift", "DIN Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -.035em;
}
.workflow-page-copy #workflow .manus-lead {
  max-width: 780px;
}
.workflow-page-copy #workflow .manus-step h3,
.workflow-service-grid h3 {
  font-family: "Bahnschrift", "DIN Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -.015em;
}
.workflow-page-copy #workflow .manus-step span,
.workflow-service-grid span {
  font-family: "Bahnschrift", "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  letter-spacing: .04em;
}
.workflow-detail-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 72px;
}
.workflow-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.workflow-info-card {
  padding: 34px;
  border: 1px solid var(--move-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0, rgba(255,121,14,.10), transparent 30%),
    #fff;
  box-shadow: 0 18px 48px rgba(8,42,77,.07);
}
.workflow-info-card.strong {
  background:
    radial-gradient(circle at 100% 0, rgba(255,121,14,.18), transparent 34%),
    linear-gradient(135deg, #082a4d, #123c68);
  color: #fff;
}
.workflow-info-card .eyebrow,
.workflow-service-section > .eyebrow {
  margin: 0 0 10px;
  color: var(--move-orange-dark);
  font-size: 12px;
  font-family: "Bahnschrift", "DIN Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.workflow-info-card.strong .eyebrow {
  color: #ffb571;
}
.workflow-info-card h2,
.workflow-service-section > h2 {
  margin: 0 0 14px;
  color: var(--move-navy);
  font-size: clamp(26px, 3vw, 38px);
  font-family: "Bahnschrift", "DIN Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.18;
}
.workflow-info-card.strong h2 {
  color: #fff;
}
.workflow-info-card p {
  margin: 0 0 22px;
  color: #5e6f86;
  line-height: 1.75;
}
.workflow-info-card.strong p {
  color: rgba(255,255,255,.76);
}
.workflow-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.workflow-chip-list span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 13px;
  border-radius: 999px;
  background: #f0f5fb;
  color: #40546d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .01em;
}
.workflow-info-card.strong .workflow-chip-list span {
  background: rgba(255,255,255,.12);
  color: rgba(255,255,255,.9);
}
.workflow-service-section {
  padding-top: 4px;
}
.workflow-service-section > .eyebrow,
.workflow-service-section > h2 {
  text-align: center;
}
.workflow-service-section > h2 {
  margin-bottom: 32px;
}
.workflow-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.workflow-service-grid article {
  min-height: 270px;
  padding: 28px;
  border: 1px solid var(--move-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(8,42,77,.06);
}
.workflow-service-grid span {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 14px;
  background: #fff2e8;
  color: var(--move-orange-dark);
  font-weight: 900;
}
.workflow-service-grid h3 {
  margin: 0 0 12px;
  color: var(--move-navy);
  font-size: 21px;
}
.workflow-service-grid p {
  margin: 0;
  color: #5e6f86;
  line-height: 1.72;
}
.industrial-panel {
  position: relative;
  height: 300px;
  margin-top: 34px;
  overflow: hidden;
  background: #dfe6ef;
  box-shadow: 0 18px 55px rgba(20,32,47,.08);
}
.industrial-slides {
  position: absolute;
  inset: 0;
}
.industrial-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
  animation: industrialSlide 12s infinite;
}
.industrial-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(20,32,47,.18) 48%, rgba(20,32,47,.72) 100%),
    linear-gradient(90deg, rgba(20,32,47,.38), rgba(20,32,47,0) 55%);
}
.industrial-slide:nth-child(2) {
  animation-delay: 4s;
}
.industrial-slide:nth-child(3) {
  animation-delay: 8s;
}
.industrial-caption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 430px;
  color: #fff;
  z-index: 1;
}
.industrial-caption span {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffb26f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.industrial-caption strong {
  display: block;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
}
.industrial-caption small {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.5;
}
.industrial-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  display: flex;
  gap: 5px;
  transform: translateX(-50%);
  z-index: 2;
}
.industrial-dots span {
  position: relative;
  width: 18px;
  height: 4px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
}
.industrial-dots span::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--brand);
  animation: industrialDot 12s infinite;
}
.industrial-dots span:nth-child(2)::after {
  animation-delay: 4s;
}
.industrial-dots span:nth-child(3)::after {
  animation-delay: 8s;
}
@keyframes industrialSlide {
  0%, 28% { opacity: 1; transform: scale(1); }
  35%, 100% { opacity: 0; transform: scale(1.035); }
}
@keyframes industrialDot {
  0% { transform: scaleX(0); }
  28% { transform: scaleX(1); }
  35%, 100% { transform: scaleX(0); }
}
.manus-about-block {
  position: relative;
  min-height: 470px;
  margin: 40px 0 0;
  padding: 80px clamp(20px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,255,255,.72)),
    url("assets/manus-home/image5.jpeg") center / cover no-repeat;
}
.manus-about-card {
  max-width: 620px;
  margin-left: auto;
  padding: 34px;
  background: rgba(255,255,255,.86);
  border-left: 3px solid var(--brand);
  box-shadow: 0 18px 60px rgba(20,32,47,.08);
}
.manus-about-card .eyebrow {
  font-family: "Bahnschrift", "DIN Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.manus-about-card h2 {
  margin-top: 10px;
  font-family: "Bahnschrift", "DIN Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(38px, 4.4vw, 68px);
  font-stretch: condensed;
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.manus-about-card h2 span {
  color: var(--brand);
}
.manus-about-card p {
  color: var(--muted);
  line-height: 1.75;
}
.about-number {
  position: absolute;
  left: clamp(24px, 6vw, 84px);
  bottom: 70px;
  padding: 18px 20px;
  color: #fff;
  background: var(--brand);
  font-family: "Bahnschrift", "DIN Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.about-number span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}
.about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 20px 0;
}
.about-points span {
  color: #475569;
  font-size: 13px;
  font-weight: 700;
}
.about-points span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: var(--brand);
}
.manus-about-card .button {
  border-radius: 0;
  font-family: "Bahnschrift", "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.patents-section {
  padding-top: 86px;
}
.patents-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  gap: 48px;
  align-items: center;
  margin-top: 32px;
}
.patent-image {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 56px rgba(20,32,47,.08);
}
.patent-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
}
.patent-card p {
  color: var(--muted);
  line-height: 1.75;
}
.patent-card {
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
}
.patent-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 24px 0;
  border: 1px solid var(--line);
}
.patent-stats strong {
  padding: 18px;
  color: var(--brand);
  font-size: 24px;
}
.patent-stats strong + strong {
  border-left: 1px solid var(--line);
}
.patent-stats span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 6px;
}
.why-section {
  text-align: center;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.why-grid article {
  padding: 26px;
  text-align: left;
  border: 1px solid var(--line);
  background: #f7f8fb;
}
.why-grid span {
  display: block;
  width: 34px;
  height: 3px;
  margin-bottom: 18px;
  background: var(--brand);
}
.why-grid p {
  color: var(--muted);
  line-height: 1.65;
}

@media (max-width: 920px) {
  .manus-stats,
  .manus-workflow-grid,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .patents-grid {
    grid-template-columns: 1fr;
  }
  .manus-about-card {
    margin-left: 0;
  }
}

@media (max-width: 620px) {
  .manus-stats,
  .manus-workflow-grid,
  .why-grid,
  .about-points {
    grid-template-columns: 1fr;
  }
  .about-number {
    position: static;
    display: inline-block;
    margin-bottom: 20px;
  }
}

/* Restore the original homepage layout: left text + right product collage */
.hero-home {
  min-height: 720px;
  padding: 86px clamp(20px, 5vw, 72px) 72px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.04) 48%, rgba(255,255,255,0) 100%),
    radial-gradient(circle at 80% 20%, rgba(233,111,18,.18), transparent 30%),
    url("https://files.manuscdn.com/user_upload_by_module/session_file/310519663497409692/NOKeBozcqpJxmjJj.png") center right / cover no-repeat;
}
.hero-home::before {
  display: block;
  background-image:
    linear-gradient(rgba(20,32,47,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,32,47,.055) 1px, transparent 1px);
  mask-image: linear-gradient(90deg, #000, rgba(0,0,0,.35));
}
.hero-home .hero-grid {
  max-width: 1180px;
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 44px;
  overflow: visible;
  box-shadow: none;
  background: transparent;
}
.hero-home .hero-grid > div:first-child {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 34px;
  background: linear-gradient(115deg, rgba(255,255,255,.82), rgba(255,255,255,.54));
  box-shadow: 0 30px 100px rgba(20,32,47,.12);
  backdrop-filter: blur(12px) saturate(1.15);
}
.hero-home h1 {
  max-width: 780px;
  color: var(--ink);
}
.hero-home .lead {
  color: #344154;
  font-weight: 500;
}
.hero-home .button-secondary {
  color: var(--ink);
  border-color: #d7dde8;
  background: #fff;
}
.hero-pill {
  color: #7a3a08;
  background: #fff1e7;
  border: 1px solid #f4c8a7;
}
.trust-row span {
  color: #465266;
  border-color: #dfe4ed;
  background: rgba(255,255,255,.86);
  box-shadow: 0 10px 28px rgba(20,32,47,.06);
}
.hero-showcase {
  padding: 16px;
  border: 1px solid rgba(255,255,255,.96);
  border-radius: 34px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 28px 80px rgba(20,32,47,.12);
  backdrop-filter: blur(10px);
}
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.showcase-tile {
  min-height: 184px;
  border-radius: 24px;
  background: #f3f5f9;
  box-shadow: inset 0 0 0 1px #e6ebf3;
}
.showcase-tile img {
  min-height: 184px;
  object-fit: contain;
  padding: 12px;
}
.showcase-tile span {
  color: #fff;
  background: rgba(20,32,47,.76);
}
.hero-showcase .stat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}
.hero-showcase .stat .stat-box {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: none;
}
.hero-showcase .stat .stat-box strong {
  color: var(--brand);
  font-size: 26px;
}
.hero-showcase .stat .stat-box span {
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 980px) {
  .hero-home .hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .hero-home .hero-grid > div:first-child {
    padding: 28px;
  }
  .hero-showcase .stat,
  .showcase-grid {
    grid-template-columns: 1fr;
  }
}

/* Rollback target: industrie-style homepage hero */
.hero-home {
  min-height: auto;
  padding: 28px clamp(20px, 5vw, 72px) 64px;
  color: var(--ink);
  background: #fff;
}
.hero-home::before {
  display: none;
}
.hero-home .hero-grid {
  max-width: 1180px;
  grid-template-columns: minmax(420px, .92fr) minmax(480px, 1.08fr);
  gap: 0;
  min-height: 520px;
  overflow: hidden;
  box-shadow: 0 22px 58px rgba(20,32,47,.12);
  background: #fff;
}
.hero-home .hero-grid > div:first-child {
  padding: 54px 48px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 12% 84%, rgba(255,255,255,.16), transparent 24%),
    linear-gradient(135deg, #f08a24 0%, var(--brand) 56%, #c75b08 100%);
  box-shadow: none;
  backdrop-filter: none;
}
.hero-copy .eyebrow {
  color: #fff2e7;
}
.hero-pill {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 24px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.28);
  font-size: 13px;
  font-weight: 800;
}
.hero-home h1 {
  max-width: 620px;
  color: #fff;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.05;
  letter-spacing: -.045em;
}
.hero-home .lead {
  max-width: 620px;
  color: #fff6ef;
  font-size: 15px;
  font-weight: 400;
}
.hero-home .button-secondary {
  color: #fff;
  border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.08);
}
.hero-visual {
  position: relative;
  min-height: 520px;
  background:
    linear-gradient(90deg, rgba(6,53,50,.22), rgba(6,53,50,0) 30%),
    url("https://files.manuscdn.com/user_upload_by_module/session_file/310519663497409692/NOKeBozcqpJxmjJj.png") center / cover no-repeat;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.12)),
    radial-gradient(circle at 20% 80%, rgba(233,111,18,.2), transparent 24%);
  pointer-events: none;
}
.hero-image-card {
  position: absolute;
  inset: 0;
}
.hero-image-label {
  position: absolute;
  right: 28px;
  bottom: 28px;
  max-width: 310px;
  padding: 18px 20px;
  color: #fff;
  background: rgba(7,17,31,.76);
  border-left: 4px solid var(--brand);
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
  backdrop-filter: blur(8px);
}
.hero-image-label strong {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}
.hero-image-label span {
  display: block;
  margin-top: 8px;
  color: #d7e0ee;
  line-height: 1.5;
  font-size: 13px;
}
@media (max-width: 520px) {
  .hero-home .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    min-height: 440px;
  }
}

@media (max-width: 760px) and (min-width: 521px) {
  .hero-home .hero-grid {
    grid-template-columns: 56% 44%;
  }
  .hero-home .hero-grid > div:first-child {
    padding: 34px 26px;
  }
  .hero-home h1 {
    font-size: clamp(30px, 6vw, 40px);
  }
  .hero-home .lead {
    font-size: 13px;
  }
  .hero-visual {
    min-height: 520px;
  }
  .hero-image-label {
    display: none;
  }
}

@media (max-width: 520px) {
  .hero-home .hero-grid > div:first-child {
    padding: 42px 26px;
  }
  .hero-image-label {
    left: 22px;
    right: 22px;
    bottom: 24px;
  }
}

/* Premium animated homepage hero */
.hero-premium {
  --hero-orange: #e6650a;
  --hero-orange-dark: #b94700;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(620px, calc(100vh - 92px), 760px);
  padding: clamp(24px, 3.2vw, 46px);
  color: #172235;
  background:
    radial-gradient(circle at 8% 10%, rgba(230,101,10,.1), transparent 26%),
    linear-gradient(135deg, #f9fafc 0%, #f0f3f7 55%, #e9edf3 100%);
}
.hero-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .42;
  background-image:
    linear-gradient(rgba(24,37,57,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24,37,57,.07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.36) 58%, transparent 92%);
}
.hero-premium::after {
  content: "";
  position: absolute;
  left: -9%;
  bottom: -52%;
  width: 54vw;
  height: 54vw;
  z-index: -1;
  border: 1px solid rgba(230,101,10,.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(230,101,10,.035),
    0 0 0 140px rgba(230,101,10,.025);
  animation: heroOrbit 16s linear infinite;
}
.hero-premium-grid {
  display: grid;
  grid-template-columns: minmax(420px, .88fr) minmax(520px, 1.12fr);
  width: min(100%, 1320px);
  min-height: 550px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,.88);
  background: rgba(255,255,255,.5);
  box-shadow: 0 36px 110px rgba(21,34,52,.14);
  backdrop-filter: blur(18px);
}
.hero-premium-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 3.8vw, 52px);
  background:
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(249,250,252,.8)),
    radial-gradient(circle at 0 100%, rgba(230,101,10,.11), transparent 35%);
}
.hero-premium-copy::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 3px;
  height: 78px;
  transform: translateY(-50%);
  background: var(--hero-orange);
  box-shadow: 0 0 26px rgba(230,101,10,.48);
}
.hero-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
  color: #5e6878;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
}
.hero-kicker span {
  position: relative;
  width: 38px;
  height: 2px;
  overflow: hidden;
  background: #e5a26f;
}
.hero-kicker span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-orange);
  animation: heroKicker 2.5s ease-in-out infinite;
}
.hero-premium h1 {
  max-width: 610px;
  color: #172235;
  font-size: clamp(42px, 4.15vw, 64px);
  line-height: 1.03;
  letter-spacing: -.065em;
}
.hero-premium h1 em {
  position: relative;
  display: inline-block;
  color: var(--hero-orange);
  font-style: normal;
}
.hero-premium h1 em::after {
  content: "";
  position: absolute;
  left: 1%;
  right: 0;
  bottom: 2px;
  height: 8px;
  z-index: -1;
  opacity: .16;
  background: var(--hero-orange);
  transform: skewX(-16deg);
}
.hero-premium-copy > p {
  max-width: 580px;
  margin: 22px 0 0;
  color: #596579;
  font-size: 16px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}
.hero-primary,
.hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.hero-primary {
  gap: 28px;
  padding: 0 12px 0 24px;
  color: #fff;
  background: linear-gradient(135deg, #ee741c, var(--hero-orange-dark));
  box-shadow: 0 16px 34px rgba(199,79,0,.25);
}
.hero-primary b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--hero-orange-dark);
  background: #fff;
  font-size: 18px;
  transition: transform .25s ease;
}
.hero-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(199,79,0,.32);
}
.hero-primary:hover b { transform: rotate(45deg); }
.hero-secondary {
  gap: 11px;
  padding: 0 20px;
  color: #26344a;
  border: 1px solid #d7dde7;
  background: rgba(255,255,255,.78);
}
.hero-secondary:hover {
  transform: translateY(-3px);
  border-color: rgba(230,101,10,.45);
  box-shadow: 0 14px 30px rgba(21,34,52,.1);
}
.hero-play {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--hero-orange);
}
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #dfe4ec;
}
.hero-proof div {
  padding-right: 18px;
}
.hero-proof div + div {
  padding-left: 18px;
  border-left: 1px solid #dfe4ec;
}
.hero-proof strong {
  display: block;
  color: #172235;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
}
.hero-proof sup {
  color: var(--hero-orange);
  font-size: .55em;
}
.hero-proof span {
  display: block;
  margin-top: 8px;
  color: #758094;
  font-size: 12px;
}
.hero-premium-visual {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  background: #182332;
}
.hero-factory-scene {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17,28,43,.58), rgba(17,28,43,.06) 42%, rgba(17,28,43,.2)),
    linear-gradient(180deg, rgba(17,28,43,.02), rgba(17,28,43,.58)),
    url("assets/company/factory.png") center / cover no-repeat;
  animation: heroScene 16s ease-in-out infinite alternate;
}
.hero-tech-grid {
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000, transparent 78%);
}
.hero-scan-line {
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  height: 120px;
  opacity: .55;
  background: linear-gradient(180deg, transparent, rgba(239,112,23,.3), transparent);
  border-bottom: 1px solid rgba(255,155,82,.5);
  animation: heroScan 6s linear infinite;
}
.hero-machine-card {
  position: absolute;
  left: clamp(22px, 5vw, 68px);
  right: clamp(22px, 5vw, 68px);
  bottom: 72px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 16px 22px 16px 14px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(17,28,43,.78);
  box-shadow: 0 28px 70px rgba(0,0,0,.3);
  backdrop-filter: blur(14px) saturate(1.25);
  animation: heroFloat 5s ease-in-out infinite;
}
.hero-machine-card::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 18px;
  bottom: 18px;
  width: 3px;
  background: var(--hero-orange);
}
.hero-machine-image {
  display: grid;
  place-items: center;
  height: 118px;
  overflow: hidden;
  background: #fff;
}
.hero-machine-image img {
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain;
}
.hero-machine-card small,
.hero-status-card small {
  display: block;
  color: #ffae72;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}
.hero-machine-card strong {
  display: block;
  margin-top: 7px;
  font-size: clamp(18px, 2vw, 25px);
}
.hero-machine-card span {
  display: block;
  margin-top: 8px;
  color: #cbd4df;
  font-size: 12px;
  line-height: 1.55;
}
.hero-status-card {
  position: absolute;
  top: 28px;
  right: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 17px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(17,28,43,.68);
  backdrop-filter: blur(10px);
}
.hero-status-card i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #48d597;
  box-shadow: 0 0 0 0 rgba(72,213,151,.55);
  animation: heroPulse 2s ease-out infinite;
}
.hero-status-card strong {
  display: block;
  margin-top: 3px;
  font-size: 13px;
}
.hero-visual-caption {
  position: absolute;
  left: 28px;
  top: 30px;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.35);
}
.hero-visual-caption span {
  display: block;
  color: #ffae72;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}
.hero-visual-caption strong {
  display: block;
  margin-top: 8px;
  font-size: 16px;
}
.hero-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #717d8f;
  font-size: 11px;
  letter-spacing: .1em;
  transform: translateX(-50%);
}
.hero-scroll-hint span {
  position: relative;
  width: 1px;
  height: 28px;
  overflow: hidden;
  background: #c6ced9;
}
.hero-scroll-hint span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-orange);
  animation: heroScroll 2s ease-in-out infinite;
}
@keyframes heroScene {
  from { transform: scale(1.02) translate3d(0,0,0); }
  to { transform: scale(1.09) translate3d(-1.5%, -.7%, 0); }
}
@keyframes heroScan {
  0% { transform: translateY(-120%); }
  100% { transform: translateY(720%); }
}
@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}
@keyframes heroPulse {
  0% { box-shadow: 0 0 0 0 rgba(72,213,151,.58); }
  70% { box-shadow: 0 0 0 10px rgba(72,213,151,0); }
  100% { box-shadow: 0 0 0 0 rgba(72,213,151,0); }
}
@keyframes heroKicker {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}
@keyframes heroScroll {
  0% { transform: translateY(-100%); }
  55%, 100% { transform: translateY(100%); }
}
@keyframes heroOrbit {
  to { transform: rotate(360deg); }
}
@media (max-width: 1040px) {
  .hero-premium {
    padding: 28px;
  }
  .hero-premium-grid {
    grid-template-columns: minmax(380px, .9fr) minmax(400px, 1.1fr);
  }
  .hero-premium-copy {
    padding: 44px 36px;
  }
  .hero-machine-card {
    grid-template-columns: 140px minmax(0, 1fr);
  }
}
@media (max-width: 820px) {
  .hero-premium {
    min-height: auto;
    padding: 20px 20px 58px;
  }
  .hero-premium-grid {
    grid-template-columns: 1fr;
  }
  .hero-premium-copy::after {
    top: auto;
    right: 50%;
    bottom: -1px;
    width: 78px;
    height: 3px;
    transform: translateX(50%);
  }
  .hero-premium-visual {
    min-height: 500px;
  }
}
@media (max-width: 560px) {
  .hero-premium {
    padding-inline: 12px;
  }
  .hero-premium-copy {
    padding: 38px 24px;
  }
  .hero-premium h1 {
    font-size: clamp(38px, 12vw, 54px);
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-primary,
  .hero-secondary {
    width: 100%;
  }
  .hero-proof {
    margin-top: 36px;
  }
  .hero-proof div {
    padding-right: 9px;
  }
  .hero-proof div + div {
    padding-left: 9px;
  }
  .hero-premium-visual {
    min-height: 430px;
  }
  .hero-machine-card {
    left: 16px;
    right: 16px;
    bottom: 38px;
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 13px;
    padding: 11px 13px 11px 10px;
  }
  .hero-machine-image {
    height: 90px;
  }
  .hero-machine-card span {
    display: none;
  }
  .hero-status-card {
    top: 18px;
    right: 16px;
  }
  .hero-visual-caption {
    left: 16px;
    top: 20px;
    max-width: 170px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-premium *,
  .hero-premium::after {
    animation: none !important;
  }
}

/* Reference-style full-screen homepage hero */
body.home-view > .site-header {
  display: none;
}
.hero-reference {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background: #1d2731;
}
.hero-reference-bg {
  position: absolute;
  inset: -2%;
  z-index: -3;
  background: url("assets/company/hero-factory-exterior.png") center / cover no-repeat;
  animation: referenceHeroZoom 16s ease-in-out infinite alternate;
}
.hero-reference-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(18,27,36,.8) 0%, rgba(18,27,36,.55) 42%, rgba(18,27,36,.1) 76%),
    linear-gradient(180deg, rgba(13,20,27,.06), rgba(13,20,27,.22));
}
.hero-reference-tagline {
  position: absolute;
  top: 11%;
  left: clamp(40px, 5.8vw, 118px);
  margin: 0;
  color: rgba(255,255,255,.92);
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: clamp(17px, 1.65vw, 32px);
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: .13em;
  text-transform: uppercase;
  animation: referenceHeroReveal .9s ease both;
}
.hero-reference-nav {
  position: absolute;
  top: 27%;
  left: 0;
  right: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(210px, .68fr) minmax(500px, 1.2fr) minmax(310px, .8fr);
  align-items: center;
  min-height: 100px;
  padding: 0 clamp(40px, 5.8vw, 118px);
  background: rgba(19,22,25,.9);
  box-shadow: 0 14px 42px rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
}
.hero-reference-brand {
  display: flex;
  align-items: center;
}
.hero-reference-brand img {
  width: min(230px, 94%);
  height: 74px;
  object-fit: contain;
  object-position: left center;
}
.hero-reference-links {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 100%;
}
.hero-reference-links a {
  position: relative;
  display: grid;
  place-items: center;
  padding: 0 clamp(13px, 1.25vw, 25px);
  color: #d8dadd;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  transition: color .22s ease;
}
.hero-reference-links a::after {
  content: "";
  position: absolute;
  left: 24%;
  right: 24%;
  bottom: 25px;
  height: 2px;
  transform: scaleX(0);
  background: #f47712;
  transition: transform .22s ease;
}
.hero-reference-links a:hover,
.hero-reference-links a.active {
  color: #f47712;
}
.hero-reference-links a:hover::after,
.hero-reference-links a.active::after {
  transform: scaleX(1);
}
.hero-reference-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  color: #d8dadd;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.hero-reference-tools b {
  color: #f47712;
}
.hero-reference-quote {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-width: 180px;
  min-height: 56px;
  padding: 0 24px;
  color: #fff;
  background: #f36d00;
  font-size: 15px;
  font-weight: 900;
  transition: background .2s ease, transform .2s ease;
}
.hero-reference-quote:hover {
  background: #d95e00;
  transform: translateY(-2px);
}
.hero-reference-quote i {
  font-size: 23px;
  font-style: normal;
}
.hero-reference-content {
  position: absolute;
  left: clamp(40px, 5.8vw, 118px);
  top: calc(27% + 116px);
  z-index: 2;
  width: min(780px, 48vw);
  animation: referenceHeroContent .8s .1s ease both;
}
.hero-reference-content h1 {
  color: #fff;
  font-family: Impact, "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: clamp(68px, 6.4vw, 132px);
  font-weight: 900;
  line-height: .83;
  letter-spacing: -.025em;
  text-transform: uppercase;
  text-shadow: 0 6px 24px rgba(0,0,0,.17);
}
.hero-reference-content p {
  width: min(690px, 88%);
  margin: clamp(24px, 3vh, 42px) 0 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 500;
  line-height: 1.75;
  text-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.hero-reference-actions {
  display: flex;
  gap: 20px;
  margin-top: clamp(28px, 4vh, 50px);
}
.hero-reference-primary,
.hero-reference-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 220px;
  min-height: 58px;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .04em;
  transition: transform .22s ease, background .22s ease, color .22s ease;
}
.hero-reference-primary {
  color: #fff;
  background: #f36d00;
}
.hero-reference-secondary {
  color: #f47712;
  border: 2px solid #f47712;
  background: rgba(20,24,28,.14);
  backdrop-filter: blur(4px);
}
.hero-reference-primary:hover,
.hero-reference-secondary:hover {
  transform: translateY(-3px);
}
.hero-reference-secondary:hover {
  color: #fff;
  background: #f36d00;
}
.hero-reference-actions span {
  font-size: 22px;
}
.hero-reference-side {
  position: absolute;
  right: 21px;
  top: 42%;
  bottom: 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  color: rgba(255,255,255,.42);
  font-size: 9px;
  letter-spacing: .3em;
  writing-mode: vertical-rl;
}
.hero-reference-side i {
  flex: 1;
  width: 1px;
  background: rgba(255,255,255,.42);
}
.hero-reference-progress {
  position: absolute;
  right: 21px;
  bottom: 4%;
  display: grid;
  gap: 7px;
}
.hero-reference-progress span,
.hero-reference-progress b {
  width: 3px;
  height: 22px;
  background: rgba(255,255,255,.42);
}
.hero-reference-progress b {
  height: 46px;
  background: #f47712;
  animation: referenceProgress 3s ease-in-out infinite;
}
@keyframes referenceHeroZoom {
  from { transform: scale(1.005); }
  to { transform: scale(1.025); }
}
@keyframes referenceHeroReveal {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes referenceHeroContent {
  from { transform: translateY(28px); }
  to { transform: translateY(0); }
}
@keyframes referenceProgress {
  0%, 100% { opacity: .55; transform: scaleY(.72); }
  50% { opacity: 1; transform: scaleY(1); }
}
@media (max-width: 1180px) {
  .hero-reference-nav {
    grid-template-columns: 180px 1fr auto;
    padding-inline: 38px;
  }
  .hero-reference-links a {
    padding-inline: 12px;
    font-size: 13px;
  }
  .hero-reference-tools > span {
    display: none;
  }
  .hero-reference-content {
    width: 61vw;
  }
}
@media (max-width: 820px) {
  .hero-reference {
    min-height: 820px;
  }
  .hero-reference-bg {
    background-position: 58% center;
  }
  .hero-reference-shade {
    background: linear-gradient(90deg, rgba(18,27,36,.82), rgba(18,27,36,.34));
  }
  .hero-reference-tagline {
    top: 6%;
    left: 28px;
    right: 28px;
  }
  .hero-reference-nav {
    top: 18%;
    grid-template-columns: 150px 1fr;
    min-height: 78px;
    padding: 0 26px;
  }
  .hero-reference-brand img {
    height: 50px;
  }
  .hero-reference-links {
    display: none;
  }
  .hero-reference-tools {
    display: none;
  }
  .hero-reference-content {
    top: 32%;
    left: 28px;
    width: calc(100% - 70px);
  }
  .hero-reference-content h1 {
    font-size: clamp(62px, 14vw, 98px);
  }
  .hero-reference-content p {
    width: min(620px, 94%);
  }
}
@media (max-width: 520px) {
  .hero-reference {
    min-height: 760px;
  }
  .hero-reference-tagline {
    font-size: 12px;
  }
  .hero-reference-nav {
    top: 17%;
    grid-template-columns: 125px 1fr;
    padding-inline: 18px;
  }
  .hero-reference-content {
    top: 30%;
    left: 20px;
    width: calc(100% - 42px);
  }
  .hero-reference-content h1 {
    font-size: clamp(51px, 15.5vw, 76px);
    line-height: .9;
  }
  .hero-reference-content p {
    width: 100%;
    font-size: 13px;
  }
  .hero-reference-actions {
    flex-direction: column;
    gap: 12px;
  }
  .hero-reference-primary,
  .hero-reference-secondary {
    width: min(100%, 270px);
  }
  .hero-reference-side,
  .hero-reference-progress {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-reference-bg,
  .hero-reference-tagline,
  .hero-reference-content,
  .hero-reference-progress b {
    animation: none !important;
  }
}
.hero-mobile-menu {
  display: none;
}
@media (max-width: 820px) {
  .hero-mobile-menu {
    position: relative;
    display: block;
    justify-self: end;
  }
  .hero-mobile-menu summary {
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 11px 8px;
    list-style: none;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,.22);
    background: rgba(255,255,255,.06);
  }
  .hero-mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .hero-mobile-menu summary span {
    display: block;
    height: 2px;
    background: #fff;
  }
  .hero-mobile-menu > div {
    position: absolute;
    top: 54px;
    right: 0;
    display: grid;
    width: 210px;
    padding: 8px;
    background: rgba(18,22,26,.96);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 20px 48px rgba(0,0,0,.3);
  }
  .hero-mobile-menu > div a {
    padding: 13px 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }
  .hero-mobile-menu > div a:hover {
    color: #f47712;
    background: rgba(255,255,255,.06);
  }
}

/* Restore the homepage presentation used at 2026-06-22 16:48. */
body.home-view > .site-header {
  display: flex;
}

/* Corporate homepage hero */
.corporate-hero {
  --corporate-orange: #dd5a08;
  --corporate-deep: #101b2a;
  position: relative;
  overflow: hidden;
  padding: 0 0 68px;
  color: var(--corporate-deep);
  background:
    radial-gradient(circle at 8% 8%, rgba(221,90,8,.09), transparent 28%),
    linear-gradient(180deg, #eef1f5 0%, #f7f7f5 58%, #ffffff 100%);
}
.corporate-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 48%;
  opacity: .18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(20,32,47,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,32,47,.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent);
}
.corporate-hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(400px, 42%) 58%;
  grid-template-rows: minmax(600px, calc(100vh - 146px)) auto;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid rgba(16,27,42,.06);
  border-bottom: 1px solid rgba(16,27,42,.06);
  background:
    linear-gradient(90deg, #ffffff 0%, #fbfaf6 28%, #f6eee7 42%, rgba(221,90,8,.12) 50%, transparent 60%),
    linear-gradient(180deg, #f7f7f5 0%, #f3f4f2 76%, rgba(243,244,242,0) 100%);
  box-shadow: 0 36px 90px rgba(16,27,42,.08);
}
.corporate-hero-copy {
  position: relative;
  z-index: 2;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(52px, 6.2vw, 108px);
  animation: corporateCopyIn .8s cubic-bezier(.22,.8,.3,1) both;
}
.corporate-hero-copy::before {
  content: "";
  position: absolute;
  inset: 0 -150px 0 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      #ffffff 0%,
      #fbfaf6 38%,
      #f8eadf 62%,
      rgba(221,90,8,.28) 82%,
      rgba(221,90,8,0) 100%);
}
.corporate-hero-copy > * {
  position: relative;
  z-index: 1;
}
.corporate-hero-copy::after {
  content: "";
  position: absolute;
  top: 19%;
  right: -150px;
  width: 150px;
  height: 62%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.38), rgba(255,255,255,0));
}
.corporate-hero-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 clamp(34px, 5vh, 58px);
  color: #6f7b8c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}
.corporate-hero-kicker span { color: var(--corporate-orange); }
.corporate-hero-kicker i {
  width: 34px;
  height: 1px;
  background: var(--corporate-orange);
}
.corporate-hero h1 {
  max-width: 620px;
  color: var(--corporate-deep);
  font-size: clamp(56px, 6.3vw, 104px);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.075em;
  text-shadow: 0 16px 34px rgba(16,27,42,.08);
}
.corporate-hero h1 em {
  color: transparent;
  background: linear-gradient(90deg, #e9690d 0%, #b94705 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}
.corporate-hero-lead {
  max-width: 510px;
  margin: clamp(28px, 4vh, 44px) 0 0;
  color: #6d7786;
  font-size: 16px;
  line-height: 2;
}
.corporate-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: clamp(30px, 4vh, 46px);
}
.corporate-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-width: 214px;
  min-height: 58px;
  padding: 0 24px;
  color: #fff;
  background: linear-gradient(135deg, #ef6b0b 0%, #c84a04 100%);
  font-weight: 800;
  box-shadow: 0 22px 44px rgba(201,82,6,.22);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}
.corporate-hero-primary:hover {
  transform: translateY(-3px);
  background: #c95206;
  box-shadow: 0 22px 42px rgba(201,82,6,.3);
}
.corporate-hero-primary span,
.corporate-hero-link span {
  font-size: 20px;
}
.corporate-hero-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  color: #39465a;
  border-bottom: 1px solid #aeb6c1;
  font-weight: 800;
  transition: color .2s ease, border-color .2s ease;
}
.corporate-hero-link:hover {
  color: var(--corporate-orange);
  border-color: var(--corporate-orange);
}
.corporate-hero-signature {
  margin: auto 0 0;
  padding-top: 42px;
  color: #a1a8b2;
  font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.7;
  letter-spacing: .2em;
}
.corporate-hero-facts {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 180px)) 1fr;
  align-items: center;
  min-height: 112px;
  padding: 22px clamp(36px, 6vw, 108px);
  color: #fff;
  background:
    radial-gradient(circle at 12% 0%, rgba(223,97,14,.22), transparent 32%),
    linear-gradient(90deg, #111a28 0%, #192637 52%, #111a28 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 26px 70px rgba(17,26,40,.18);
}
.corporate-hero-facts div + div {
  padding-left: 28px;
  border-left: 1px solid rgba(255,255,255,.13);
}
.corporate-hero-facts strong {
  display: block;
  color: #fff;
  font-size: clamp(23px, 2vw, 32px);
  line-height: 1;
}
.corporate-hero-facts span {
  display: block;
  margin-top: 8px;
  color: #9fa9b9;
  font-size: 11px;
}
.corporate-hero-facts p {
  justify-self: end;
  margin: 0;
  color: #aab3c0;
  font-size: 11px;
  letter-spacing: .18em;
}
.corporate-hero-visual {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #1c2734;
}
.corporate-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 28%;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(248,234,223,.9) 0%, rgba(248,234,223,.38) 42%, rgba(248,234,223,0) 100%);
}
.corporate-hero-visual::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(17,26,40,0) 0%, rgba(17,26,40,.46) 56%, rgba(17,26,40,.92) 100%);
}
.corporate-hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(20,32,47,.12), transparent 38%),
    linear-gradient(180deg, rgba(10,19,29,.03) 42%, rgba(10,19,29,.58)),
    url("assets/company/hero-factory-exterior.png") 48% center / cover no-repeat;
  animation: corporateImageMove 18s ease-in-out infinite alternate;
}
.corporate-hero-caption {
  position: absolute;
  z-index: 3;
  left: clamp(26px, 4vw, 56px);
  bottom: clamp(28px, 5vw, 56px);
  max-width: 430px;
  padding-left: 20px;
  color: #fff;
  border-left: 2px solid var(--corporate-orange);
  text-shadow: 0 2px 16px rgba(0,0,0,.38);
}
.corporate-hero-caption span {
  display: block;
  color: #ffad72;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
}
.corporate-hero-caption strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(21px, 2.2vw, 32px);
  line-height: 1.35;
}
.corporate-hero-index {
  position: absolute;
  z-index: 3;
  top: 38px;
  right: 42px;
  display: grid;
  justify-items: end;
  color: rgba(255,255,255,.86);
}
.corporate-hero-index b {
  font-size: 25px;
}
.corporate-hero-index span {
  width: 70px;
  height: 1px;
  margin: 8px 0;
  background: var(--corporate-orange);
}
.corporate-hero-index small {
  font-size: 8px;
  letter-spacing: .18em;
}
.corporate-hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #778295;
  font-size: 9px;
  letter-spacing: .22em;
  transform: translateX(-50%);
}
.corporate-hero-scroll span {
  position: relative;
  width: 1px;
  height: 25px;
  overflow: hidden;
  background: #cbd1da;
}
.corporate-hero-scroll span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--corporate-orange);
  animation: corporateScroll 2s ease-in-out infinite;
}
@keyframes corporateCopyIn {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes corporateImageMove {
  from { transform: scale(1.01); }
  to { transform: scale(1.055) translateX(-1%); }
}
@keyframes corporateScroll {
  from { transform: translateY(-100%); }
  to { transform: translateY(100%); }
}
@media (max-width: 980px) {
  .corporate-hero-shell {
    grid-template-columns: 47% 53%;
  }
  .corporate-hero-copy {
    padding: 44px 34px;
  }
  .corporate-hero h1 {
    font-size: clamp(42px, 6vw, 62px);
  }
}
@media (max-width: 760px) {
  .corporate-hero {
    padding: 16px 14px 52px;
  }
  .corporate-hero-shell {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .corporate-hero-copy {
    padding: 44px 28px;
  }
  .corporate-hero-copy::after {
    top: auto;
    right: 12%;
    bottom: 0;
    width: 76%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--corporate-orange), transparent);
  }
  .corporate-hero-visual {
    min-height: 420px;
  }
  .corporate-hero-signature {
    margin-top: 44px;
  }
  .corporate-hero-facts {
    grid-column: 1;
    grid-template-columns: repeat(3, 1fr);
    padding: 24px 22px;
  }
  .corporate-hero-facts p {
    display: none;
  }
}
@media (max-width: 480px) {
  .corporate-hero h1 {
    font-size: clamp(39px, 12vw, 52px);
  }
  .corporate-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .corporate-hero-primary {
    width: 100%;
  }
  .corporate-hero-link {
    align-self: flex-start;
  }
  .corporate-hero-facts div + div {
    padding-left: 12px;
  }
  .corporate-hero-visual {
    min-height: 330px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .corporate-hero-copy,
  .corporate-hero-image,
  .corporate-hero-scroll span::after {
    animation: none !important;
  }
}

/* Conversion-focused hero inspired by the provided navy/orange reference. */
.corporate-hero {
  --corporate-orange: #f36b0b;
  --corporate-orange-dark: #d95505;
  --corporate-navy: #082a4d;
  --corporate-ink: #0c2440;
  padding: 22px clamp(18px, 3vw, 34px) 58px;
  color: var(--corporate-ink);
  background:
    radial-gradient(circle at 88% 12%, rgba(243,107,11,.12), transparent 28%),
    linear-gradient(180deg, #f5f8fc 0%, #ffffff 72%);
}
.corporate-hero::before {
  display: none;
}
.corporate-hero-shell {
  grid-template-columns: minmax(430px, 44%) minmax(0, 56%);
  grid-template-rows: minmax(520px, calc(100vh - 190px)) 118px;
  max-width: 1500px;
  border: 1px solid rgba(8,42,77,.12);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(8,42,77,.13);
}
.corporate-hero-copy {
  padding: clamp(48px, 5vw, 82px) clamp(34px, 5vw, 72px);
  background: linear-gradient(90deg, #ffffff 0%, #fbfcff 72%, rgba(255,255,255,.82) 100%);
}
.corporate-hero-copy::before {
  inset: 0 -88px 0 0;
  background:
    linear-gradient(90deg, #fff 0%, #fff 56%, rgba(255,255,255,.76) 80%, rgba(255,255,255,0) 100%);
}
.corporate-hero-copy::after {
  display: none;
}
.corporate-hero-kicker {
  gap: 12px;
  margin-bottom: 26px;
  color: #596a80;
  font-size: 12px;
  letter-spacing: .08em;
}
.corporate-hero-kicker span {
  color: var(--corporate-orange);
}
.corporate-hero-kicker i {
  width: 42px;
  height: 2px;
  border-radius: 99px;
  background: var(--corporate-orange);
}
.corporate-hero h1 {
  max-width: 590px;
  color: var(--corporate-navy);
  font-size: clamp(48px, 5.4vw, 84px);
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -.045em;
  text-shadow: none;
}
.corporate-hero h1 em {
  background: linear-gradient(90deg, #ff7a12 0%, #d95505 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.corporate-hero-lead {
  max-width: 560px;
  margin-top: 28px;
  color: #53647a;
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.85;
}
.corporate-hero-actions {
  gap: 16px;
  margin-top: 34px;
}
.corporate-hero-primary,
.corporate-hero-link {
  min-height: 56px;
  border-radius: 8px;
  font-size: 15px;
}
.corporate-hero-primary {
  min-width: 202px;
  background: linear-gradient(135deg, #ff7a12 0%, var(--corporate-orange-dark) 100%);
  box-shadow: 0 18px 34px rgba(217,85,5,.24);
}
.corporate-hero-link {
  min-width: 184px;
  justify-content: center;
  padding: 0 22px;
  color: var(--corporate-navy);
  border: 1px solid rgba(8,42,77,.18);
  border-bottom-color: rgba(8,42,77,.18);
  background: #fff;
  box-shadow: 0 10px 24px rgba(8,42,77,.06);
}
.corporate-hero-link:hover {
  color: var(--corporate-orange-dark);
  border-color: rgba(217,85,5,.35);
}
.corporate-hero-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 520px;
  margin-top: clamp(34px, 5vh, 54px);
}
.corporate-hero-badges span {
  position: relative;
  min-height: 58px;
  padding: 18px 14px 14px 42px;
  color: var(--corporate-navy);
  border: 1px solid rgba(8,42,77,.1);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #f8fafc);
  box-shadow: 0 12px 24px rgba(8,42,77,.06);
  font-size: 14px;
  font-weight: 800;
}
.corporate-hero-badges span::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 21px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--corporate-orange);
  border-radius: 50%;
}
.corporate-hero-signature {
  display: none;
}
.corporate-hero-visual {
  min-height: 520px;
  border-radius: 0 28px 0 0;
  background: #dce5ef;
}
.corporate-hero-visual::before {
  z-index: 2;
  width: 18%;
  background: linear-gradient(90deg, rgba(255,255,255,.9), rgba(255,255,255,0));
}
.corporate-hero-visual::after {
  z-index: 1;
  height: 42%;
  background: linear-gradient(180deg, rgba(8,42,77,0) 0%, rgba(8,42,77,.18) 54%, rgba(8,42,77,.64) 100%);
}
.corporate-hero-image {
  background:
    linear-gradient(90deg, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(180deg, rgba(8,42,77,.02) 38%, rgba(8,42,77,.16)),
    url("assets/company/hero-factory-exterior.png") 54% center / cover no-repeat;
}
.corporate-hero-caption {
  left: auto;
  right: clamp(22px, 3vw, 44px);
  bottom: clamp(22px, 3vw, 40px);
  max-width: 420px;
  padding: 22px 24px;
  border: 0;
  border-left: 5px solid var(--corporate-orange);
  border-radius: 16px;
  background: rgba(8,42,77,.88);
  box-shadow: 0 22px 48px rgba(3,18,34,.28);
  backdrop-filter: blur(8px);
}
.corporate-hero-caption span {
  color: #ffb06d;
}
.corporate-hero-caption strong {
  font-size: clamp(20px, 1.8vw, 28px);
}
.corporate-hero-index {
  display: none;
}
.corporate-hero-facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  min-height: 118px;
  padding: 0;
  color: var(--corporate-navy);
  background: #fff;
  box-shadow: none;
  border-top: 1px solid rgba(8,42,77,.1);
}
.corporate-hero-facts div {
  position: relative;
  display: flex;
  min-height: 118px;
  flex-direction: column;
  justify-content: center;
  padding: 24px 34px 24px 74px;
  background: linear-gradient(180deg, #fff, #fbfcff);
}
.corporate-hero-facts div::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 50%;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(243,107,11,.9);
  border-radius: 8px;
  transform: translateY(-50%) rotate(45deg);
}
.corporate-hero-facts div + div {
  padding-left: 74px;
  border-left: 1px solid rgba(8,42,77,.1);
}
.corporate-hero-facts strong {
  color: var(--corporate-navy);
  font-size: clamp(22px, 1.9vw, 30px);
  font-weight: 850;
}
.corporate-hero-facts span {
  color: #5d6d81;
  font-size: 13px;
  font-weight: 700;
}
.corporate-hero-facts p,
.corporate-hero-scroll {
  display: none;
}
@media (max-width: 980px) {
  .corporate-hero-shell {
    grid-template-columns: 1fr;
    grid-template-rows: 360px auto auto;
  }
  .corporate-hero-copy {
    grid-row: 2;
    margin: -56px 18px 0;
    padding: 44px 34px;
    border-radius: 22px;
    box-shadow: 0 24px 58px rgba(8,42,77,.14);
  }
  .corporate-hero-copy::before {
    inset: 0;
    border-radius: inherit;
  }
  .corporate-hero-visual {
    grid-row: 1;
    min-height: 360px;
    border-radius: 28px 28px 0 0;
  }
  .corporate-hero-facts {
    grid-row: 3;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .corporate-hero {
    padding: 14px 12px 42px;
  }
  .corporate-hero-shell {
    border-radius: 22px;
    grid-template-rows: 300px auto auto;
  }
  .corporate-hero-copy {
    margin: -42px 12px 0;
    padding: 34px 24px;
  }
  .corporate-hero-visual {
    min-height: 300px;
    border-radius: 22px 22px 0 0;
  }
  .corporate-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }
  .corporate-hero-actions,
  .corporate-hero-badges {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }
  .corporate-hero-primary,
  .corporate-hero-link {
    width: 100%;
  }
  .corporate-hero-caption {
    left: 18px;
    right: 18px;
  }
  .corporate-hero-facts {
    grid-template-columns: 1fr;
  }
  .corporate-hero-facts div + div {
    border-left: 0;
    border-top: 1px solid rgba(8,42,77,.1);
  }
}

/* MoveAus-style polish for all homepage UI except the product display grid. */
:root {
  --move-navy: #082a4d;
  --move-navy-2: #0f3a65;
  --move-orange: #ff790e;
  --move-orange-dark: #e25d05;
  --move-bg: #f6f9fd;
  --move-card: #ffffff;
  --move-line: #e5edf6;
}

body {
  background: var(--move-bg);
}

.site-header {
  min-height: 86px;
  padding: 12px clamp(18px, 5vw, 72px);
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid var(--move-line);
  box-shadow: 0 12px 34px rgba(8,42,77,.08);
}
.brand-logo {
  height: 58px;
}
.nav {
  gap: 4px;
  color: var(--move-navy);
  font-weight: 800;
}
.nav a {
  min-height: 42px;
  padding: 0 15px;
  border-radius: 10px;
}
.nav a:hover {
  color: var(--move-orange-dark);
  background: #fff4eb;
}
.nav .nav-cta {
  min-height: 54px;
  padding: 0 24px;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--move-orange), var(--move-orange-dark));
  box-shadow: 0 14px 30px rgba(226,93,5,.25);
}

.corporate-hero {
  --corporate-orange: var(--move-orange);
  --corporate-orange-dark: var(--move-orange-dark);
  --corporate-navy: var(--move-navy);
  --corporate-ink: #0b2745;
  padding: 22px clamp(14px, 3vw, 30px) 42px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255,121,14,.16), transparent 28%),
    linear-gradient(180deg, #f5f9fe 0%, #ffffff 78%);
}
.corporate-hero-shell {
  max-width: 1480px;
  border-color: rgba(8,42,77,.13);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(8,42,77,.13);
}
.corporate-hero-copy {
  background: linear-gradient(90deg, #fff 0%, #fbfdff 78%, rgba(255,255,255,.76) 100%);
}
.corporate-hero h1 {
  color: var(--move-navy);
  letter-spacing: -.035em;
}
.corporate-hero-lead {
  color: #52657c;
}
.corporate-hero-primary {
  background: linear-gradient(135deg, var(--move-orange), var(--move-orange-dark));
}
.corporate-hero-link {
  color: var(--move-navy);
}
.corporate-hero-badges span,
.corporate-hero-facts div {
  border-color: var(--move-line);
  background: linear-gradient(180deg, #fff, #f8fbff);
}
.corporate-hero-caption {
  background: rgba(8,42,77,.9);
}

.manus-stats {
  max-width: 1180px;
  margin: 0 auto 22px;
  padding: 0 20px 34px;
  border: 0;
  background: transparent;
}
.manus-stats div {
  min-height: 92px;
  padding: 22px 14px;
  border: 1px solid var(--move-line);
  background: #fff;
  box-shadow: 0 12px 30px rgba(8,42,77,.06);
}
.manus-stats div:first-child {
  border-radius: 18px 0 0 18px;
}
.manus-stats div:last-child {
  border-radius: 0 18px 18px 0;
}
.manus-stats strong {
  color: var(--move-orange);
  font-size: clamp(26px, 3vw, 38px);
}
.manus-stats span {
  color: #62738a;
  text-transform: none;
  letter-spacing: .02em;
}

.manus-section:not(.dark-section) {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 20px;
  background: transparent;
}
.manus-section:not(.dark-section) > .eyebrow,
.manus-about-card .eyebrow,
.patents-section > .eyebrow,
.why-section > .eyebrow {
  display: block;
  color: var(--move-orange-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-align: center;
}
.manus-section:not(.dark-section) > h2,
.why-section > h2,
.patents-section > h2 {
  max-width: 780px;
  margin: 10px auto 0;
  color: var(--move-navy);
  font-size: clamp(30px, 4vw, 44px);
  text-align: center;
}
.manus-lead {
  max-width: 720px;
  margin: 16px auto 36px;
  color: #5e6f86;
  text-align: center;
}

.manus-workflow-grid {
  gap: 16px;
}
.manus-step {
  min-height: 190px;
  padding: 28px;
  border: 1px solid var(--move-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8,42,77,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.manus-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 46px rgba(8,42,77,.1);
}
.manus-step.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, var(--move-orange), var(--move-orange-dark));
  box-shadow: 0 22px 52px rgba(226,93,5,.24);
}
.manus-step span {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  color: var(--move-orange-dark);
  background: #fff4eb;
}
.manus-step h3 {
  color: var(--move-navy);
}
.manus-step.active h3 {
  color: #fff;
}

.industrial-panel {
  height: clamp(300px, 36vw, 430px);
  border: 1px solid var(--move-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(8,42,77,.09);
}
.industrial-slide::before {
  background:
    linear-gradient(180deg, rgba(8,42,77,.08) 0%, rgba(8,42,77,.18) 48%, rgba(8,42,77,.72) 100%),
    linear-gradient(90deg, rgba(8,42,77,.34), rgba(8,42,77,0) 58%);
}
.industrial-caption {
  left: 32px;
  bottom: 34px;
}
.industrial-caption span {
  color: #ffb571;
}
.industrial-dots span {
  border-radius: 999px;
}
.industrial-dots span::after {
  background: var(--move-orange);
}

/* Manufacturing capability cards: show all three strengths clearly */
.industrial-panel {
  height: auto;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.industrial-slides {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.industrial-slide {
  position: relative;
  inset: auto;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--move-line);
  border-radius: 24px;
  opacity: 1;
  animation: none;
  box-shadow: 0 18px 50px rgba(8,42,77,.09);
}
.industrial-caption {
  left: 24px;
  right: 24px;
  bottom: 26px;
  max-width: none;
}
.industrial-caption strong {
  display: block;
  margin: 8px 0 10px;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.18;
}
.industrial-caption small {
  display: block;
  color: rgba(255,255,255,.88);
  font-size: 14px;
  line-height: 1.7;
}
.industrial-dots {
  display: none;
}

.manus-about-block {
  max-width: 1180px;
  min-height: 440px;
  margin: 42px auto 0;
  padding: clamp(30px, 5vw, 62px);
  border: 1px solid var(--move-line);
  border-radius: 26px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8,42,77,.92), rgba(8,42,77,.72) 42%, rgba(8,42,77,.08) 72%),
    url("assets/manus-home/image5.jpeg") center / cover no-repeat;
  box-shadow: 0 22px 64px rgba(8,42,77,.12);
}
.manus-about-card {
  max-width: 560px;
  margin-left: 0;
  padding: 34px;
  border: 0;
  border-radius: 22px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 20px 54px rgba(8,42,77,.16);
}
.manus-about-card .eyebrow {
  text-align: left;
}
.manus-about-card h2 {
  color: var(--move-navy);
}
.manus-about-card h2 span {
  color: var(--move-orange-dark);
}
.about-number {
  left: auto;
  right: clamp(24px, 5vw, 62px);
  bottom: clamp(24px, 5vw, 54px);
  border-radius: 18px;
  background: linear-gradient(135deg, var(--move-orange), var(--move-orange-dark));
  box-shadow: 0 18px 38px rgba(226,93,5,.24);
}
.about-points span::before {
  background: var(--move-orange);
}

.patents-section {
  padding-top: 76px;
}
.patents-grid {
  gap: 26px;
  align-items: stretch;
}
.patent-image,
.patent-card {
  border-color: var(--move-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(8,42,77,.07);
}
.patent-image img {
  height: 100%;
  min-height: 420px;
}
.patent-card {
  padding: 34px;
}
.patent-card h3 {
  color: var(--move-navy);
}
.patent-stats {
  border-color: var(--move-line);
  border-radius: 16px;
  overflow: hidden;
}
.patent-stats strong {
  color: var(--move-orange-dark);
  background: #fbfcff;
}
.button,
.patent-card .button,
.manus-about-card .button {
  border-radius: 8px;
  background: linear-gradient(135deg, var(--move-orange), var(--move-orange-dark));
  box-shadow: 0 12px 28px rgba(226,93,5,.18);
}
.manus-about-card .eyebrow {
  font-family: "Bahnschrift", "DIN Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.manus-about-card h2 {
  font-family: "Bahnschrift", "DIN Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(38px, 4.4vw, 68px);
  font-stretch: condensed;
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.manus-about-card .button {
  border-radius: 0;
  font-family: "Bahnschrift", "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.why-section {
  padding-top: 0;
  padding-bottom: 92px;
}
.why-section {
  position: relative;
  overflow: hidden;
  background: #f4f8fb;
}
.why-section::before {
  content: "WANYE";
  position: absolute;
  top: -22px;
  right: clamp(20px, 4vw, 70px);
  color: rgba(8,42,77,.035);
  font-size: clamp(90px, 14vw, 220px);
  font-weight: 900;
  letter-spacing: .04em;
  pointer-events: none;
}
.why-section > .eyebrow,
.why-section > h2 {
  position: relative;
  z-index: 1;
  text-align: left;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-48px);
}
.why-section > h2 {
  font-size: clamp(34px, 4.8vw, 58px);
  margin-bottom: 6px;
}
.why-image-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}
.why-image-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 18px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 44px rgba(8,42,77,.12);
  transition: transform .28s ease, box-shadow .28s ease;
}
.why-image-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 58px rgba(8,42,77,.18);
}
.why-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8,42,77,.52), rgba(8,42,77,.68)),
    rgba(82,105,126,.18);
  backdrop-filter: saturate(.82);
  transition: background .28s ease;
}
.why-image-card:hover .why-card-overlay {
  background:
    linear-gradient(180deg, rgba(8,42,77,.58), rgba(8,42,77,.72)),
    rgba(82,105,126,.16);
}
.why-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 58px 48px 42px;
  text-align: center;
  color: #fff;
}
.why-card-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 26px;
  right: 26px;
  top: 34px;
  bottom: 26px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(226,93,5,.96), rgba(255,121,14,.88));
  box-shadow: 0 22px 48px rgba(226,93,5,.28);
  opacity: 0;
  transform: translateY(44px) scale(.96);
  clip-path: inset(100% 0 0 0 round 20px);
  transition: opacity .32s ease, transform .32s ease, clip-path .36s ease;
}
.why-image-card:hover .why-card-content::before {
  opacity: 1;
  transform: translateY(0) scale(1);
  clip-path: inset(0 0 0 0 round 20px);
}
.why-card-content span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border: 2px solid rgba(255,255,255,.72);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  letter-spacing: .04em;
}
.why-card-content h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(21px, 2.4vw, 30px);
  text-shadow: 0 2px 14px rgba(0,0,0,.26);
}
.why-card-content h3::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin: 16px auto 22px;
  background: var(--move-orange);
}
.why-card-content p {
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: 15px;
  font-weight: 560;
  line-height: 1.82;
  text-shadow: 0 2px 12px rgba(0,0,0,.18);
  transition: color .28s ease;
}
.why-image-card:hover .why-card-content p {
  color: #fff;
}
.why-image-card:hover .why-card-content h3::after {
  background: rgba(255,255,255,.72);
}

.patents-section,
.patents-section > .eyebrow,
.patents-section > h2,
.patent-card,
.patent-card h3,
.patent-card p,
.patent-stats,
.why-section,
.why-section > .eyebrow,
.why-section > h2,
.why-card-content,
.why-card-content h3,
.why-card-content p {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-stretch: normal;
}

.patents-section > h2,
.why-section > h2 {
  letter-spacing: -.035em;
}

.patent-card h3,
.why-card-content h3 {
  letter-spacing: -.02em;
}
.why-grid {
  gap: 16px;
}
.why-grid article {
  position: relative;
  min-height: 190px;
  padding: 32px 26px;
  border: 1px solid var(--move-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8,42,77,.06);
}
.why-grid span {
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: var(--move-orange);
}
.why-grid h3 {
  color: var(--move-navy);
}

.footer:not(.contact-section) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  padding: 44px clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 86% 10%, rgba(255,121,14,.14), transparent 26%),
    linear-gradient(135deg, #082a4d, #041b33);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.footer:not(.contact-section) .footer-logo {
  height: 54px;
}
.site-footer p {
  color: #c8d4e5;
  margin: 8px 0 0;
}
.site-footer strong {
  color: #fff;
}
.contact-lines a {
  color: #fff;
}

/* Enterprise footer inspired by the reference site */
.site-footer.footer {
  display: block;
  padding: 0;
  color: rgba(255, 255, 255, .78);
  background:
    radial-gradient(circle at 78% 8%, rgba(255, 121, 14, .12), transparent 24%),
    linear-gradient(135deg, #111b3f 0%, #1f2855 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.footer-main {
  display: grid;
  grid-template-columns: 1.18fr .78fr .96fr;
  gap: clamp(34px, 6vw, 88px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 76px 20px 70px;
}
.footer-brand-block .footer-logo {
  width: auto;
  height: 46px;
  margin: 0 0 34px;
  object-fit: contain;
}
.footer-brand-block p {
  max-width: 480px;
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 15px;
  line-height: 1.75;
}
.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}
.footer-socials a {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(144, 206, 245, .28);
  border-radius: 6px;
  background: rgba(144, 206, 245, .14);
  color: #8fd0ff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: .82;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.footer-socials a:first-child {
  font-size: 16px;
  line-height: .82;
}
.footer-socials a:hover {
  transform: translateY(-3px);
  background: #2397d3;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0,0,0,.16);
}
.footer-links-block h3,
.footer-contact-block h3 {
  margin: 0 0 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-size: 17px;
}
.footer-links-block {
  display: flex;
  flex-direction: column;
}
.footer-links-block a {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding-left: 18px;
  color: rgba(255,255,255,.62);
  font-size: 15px;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}
.footer-links-block a::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--move-orange);
}
.footer-links-block a:hover {
  color: #fff;
  transform: translateX(4px);
}
.footer-contact-list {
  display: grid;
  gap: 14px;
}
.footer-contact-block p {
  position: relative;
  margin: 0;
  min-height: 76px;
  padding: 16px 18px 16px 68px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
  color: rgba(255,255,255,.66);
  font-size: 15px;
  line-height: 1.65;
}
.footer-contact-block p i {
  position: absolute;
  left: 0;
  top: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  margin-left: 16px;
  place-items: center;
  transform: translateY(-50%);
  border: 1px solid rgba(255,121,14,.45);
  border-radius: 12px;
  background: rgba(255,121,14,.11);
  color: #ff8a1d;
  font-style: normal;
  font-size: 15px;
  font-weight: 900;
}
.footer-contact-block p span {
  display: block;
  margin-bottom: 2px;
  color: rgba(255,255,255,.92);
  font-weight: 800;
}
.footer-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  width: 100%;
  margin-top: 18px;
  padding: 0 22px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--move-orange), var(--move-orange-dark));
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(226,93,5,.22);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 20px 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.38);
  font-size: 13px;
}

@media (max-width: 920px) {
  .workflow-info-grid,
  .workflow-service-grid {
    grid-template-columns: 1fr;
  }
  .workflow-service-grid article {
    min-height: auto;
  }
  .industrial-slides {
    grid-template-columns: 1fr;
  }
  .industrial-slide {
    min-height: 320px;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 56px 24px 48px;
  }
  .footer-bottom {
    flex-direction: column;
    padding-inline: 24px;
  }
  .manus-stats div:first-child,
  .manus-stats div:last-child {
    border-radius: 18px;
  }
  .manus-stats {
    gap: 12px;
  }
  .manus-about-block {
    background:
      linear-gradient(180deg, rgba(8,42,77,.9), rgba(8,42,77,.62)),
      url("assets/manus-home/image5.jpeg") center / cover no-repeat;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 74px;
  }
  .brand-logo {
    height: 48px;
  }
  .manus-stats {
    padding-bottom: 20px;
  }
  .manus-section:not(.dark-section) {
    padding: 54px 16px;
  }
  .manus-step,
  .why-grid article,
  .patent-card,
  .manus-about-card {
    border-radius: 18px;
  }
  .manus-about-block {
    margin-inline: 14px;
    padding: 22px;
    border-radius: 22px;
  }
}

/* Refined industrial hero: full-image, premium, less template-like. */
.corporate-hero {
  --corporate-orange: #f36b0b;
  --corporate-orange-dark: #d95505;
  --corporate-navy: #082a4d;
  padding: clamp(16px, 2.4vw, 28px);
  background:
    radial-gradient(circle at 84% 12%, rgba(243,107,11,.12), transparent 28%),
    linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}
.corporate-hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(620px, calc(100vh - 150px));
  max-width: 1500px;
  overflow: hidden;
  border: 1px solid rgba(8,42,77,.1);
  border-radius: 30px;
  background: #0b2038;
  box-shadow: 0 34px 90px rgba(8,42,77,.18);
}
.corporate-hero-visual {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  min-height: 620px;
  border-radius: 0;
  overflow: hidden;
  background: #0b2038;
}
.corporate-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5,24,45,.88) 0%, rgba(5,24,45,.72) 34%, rgba(5,24,45,.18) 70%, rgba(5,24,45,.08) 100%),
    linear-gradient(180deg, rgba(5,24,45,.08) 0%, rgba(5,24,45,.58) 100%);
}
.corporate-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.85), transparent 72%);
}
.corporate-hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    url("assets/company/hero-factory-exterior.png") center / cover no-repeat;
  animation: corporateImageMove 18s ease-in-out infinite alternate;
}
.corporate-hero-copy {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  position: relative;
  z-index: 4;
  width: min(760px, 62%);
  margin-left: clamp(34px, 7vw, 110px);
  padding: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
}
.corporate-hero-copy::before,
.corporate-hero-copy::after {
  display: none;
}
.corporate-hero-kicker {
  display: inline-flex;
  gap: 14px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.82);
  font-family: "Bahnschrift", "DIN Condensed", "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 12px;
  font-stretch: condensed;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.corporate-hero-kicker span {
  color: #ff9a3d;
}
.corporate-hero-kicker i {
  width: 54px;
  height: 2px;
  background: #ff7a12;
}
.corporate-hero h1 {
  max-width: 760px;
  color: #fff;
  font-family: "Bahnschrift", "DIN Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(56px, 7vw, 104px);
  font-stretch: condensed;
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.045em;
  text-transform: uppercase;
  text-shadow: 0 24px 58px rgba(0,0,0,.32);
}
.corporate-hero h1 em {
  color: #ff7a12;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}
.corporate-hero-lead {
  max-width: 620px;
  margin-top: 28px;
  color: rgba(255,255,255,.84);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.85;
}
.corporate-hero-actions {
  gap: 16px;
  margin-top: 36px;
}
.corporate-hero-primary,
.corporate-hero-link {
  min-height: 58px;
  border-radius: 0;
  font-family: "Bahnschrift", "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.corporate-hero-primary {
  min-width: 210px;
  color: #fff;
  background: linear-gradient(135deg, #ff7a12, #df5d05);
  box-shadow: 0 18px 42px rgba(223,93,5,.32);
}
.corporate-hero-link {
  min-width: 190px;
  justify-content: center;
  padding: 0 24px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(255,255,255,.08);
  box-shadow: none;
  backdrop-filter: blur(8px);
}
.corporate-hero-link:hover {
  color: #fff;
  border-color: rgba(255,122,18,.72);
  background: rgba(255,122,18,.12);
}
.corporate-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.corporate-hero-badges span {
  min-height: auto;
  padding: 10px 16px;
  color: rgba(255,255,255,.9);
  font-family: "Bahnschrift", "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  box-shadow: none;
  backdrop-filter: blur(8px);
}
.corporate-hero-badges span::before {
  display: none;
}
@media (max-width: 980px) {
  .corporate-hero-shell {
    grid-template-rows: minmax(560px, auto);
  }
  .corporate-hero-visual {
    min-height: 560px;
  }
  .corporate-hero-copy {
    width: auto;
    margin: 0;
    padding: 54px 36px;
    align-self: end;
  }
  .corporate-hero h1 {
    font-size: clamp(44px, 10vw, 72px);
  }
}
@media (max-width: 640px) {
  .corporate-hero {
    padding: 12px;
  }
  .corporate-hero-shell {
    border-radius: 24px;
    grid-template-rows: minmax(560px, auto);
  }
  .corporate-hero-visual {
    min-height: 560px;
  }
  .corporate-hero-copy {
    padding: 42px 24px;
  }
  .corporate-hero h1 {
    font-size: clamp(40px, 13vw, 58px);
  }
  .corporate-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .corporate-hero-primary,
  .corporate-hero-link {
    width: 100%;
  }
}

/* Make hero full-bleed: no card margin, no rounded corners. */
.corporate-hero {
  padding: 0 !important;
  background: #071d35;
}
.corporate-hero-shell {
  width: 100%;
  max-width: none;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none;
}
.corporate-hero-visual {
  border-radius: 0 !important;
}
@media (max-width: 640px) {
  .corporate-hero {
    padding: 0 !important;
  }
  .corporate-hero-shell,
  .corporate-hero-visual {
    border-radius: 0 !important;
  }
}

/* Homepage about section image override */
.manus-about-block {
  background:
    linear-gradient(90deg, rgba(8,42,77,.92), rgba(8,42,77,.62) 42%, rgba(8,42,77,.12) 78%),
    url("assets/company/about-home-bg.png") center / cover no-repeat !important;
}

/* Static partner logo wall */
.partner-wall {
  max-width: 1180px;
  margin: 28px auto 0;
  padding: 68px 20px 72px;
}
.partner-wall-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}
.partner-wall-head .eyebrow {
  color: var(--move-orange-dark);
  font-family: "Bahnschrift", "DIN Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.partner-wall-head h2 {
  margin: 10px 0 12px;
  color: var(--move-navy);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.035em;
}
.partner-wall-head p {
  margin: 0;
  color: #5e6f86;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: -.01em;
}
.partner-wall-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--move-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255,121,14,.08), transparent 30%),
    linear-gradient(180deg, #ffffff, #f7fbff);
  box-shadow: 0 18px 52px rgba(8,42,77,.08);
}
.partner-wall-card {
  display: grid;
  min-height: 116px;
  place-items: center;
  padding: 20px;
  border: 1px solid #e7eef7;
  border-radius: 18px;
  background: #fff;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.partner-wall-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,121,14,.28);
  box-shadow: 0 16px 34px rgba(8,42,77,.09);
}
.partner-wall-card img {
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
}

/* Global trade partner map */
.global-trade-section {
  max-width: 1180px;
  margin: -34px auto 0;
  padding: 0 20px 78px;
}
.global-trade-inner {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border: 1px solid var(--move-line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 121, 14, .12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  box-shadow: 0 22px 58px rgba(8, 42, 77, .08);
}
.global-trade-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
  gap: 28px;
  align-items: end;
  padding: 42px 44px 26px;
}
.global-trade-copy .eyebrow {
  margin: 0 0 12px;
  color: var(--move-orange-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}
.global-trade-copy h2 {
  margin: 0;
  color: var(--move-navy);
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.16;
}
.global-trade-copy p {
  margin: 0 0 12px;
  color: #5d6f86;
  font-size: 15px;
  line-height: 1.72;
}
.global-trade-tags {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}
.global-trade-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(238, 96, 9, .22);
  border-radius: 999px;
  background: #fff;
  color: #d75b08;
  font-size: 13px;
  font-weight: 800;
}
.global-map-panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 28%, rgba(255, 121, 14, .12), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #eef5fb 52%, #fff6ed 100%);
}
.global-map-image-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 34px 38px;
  background: transparent;
}
.global-map-image-panel img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 22px 52px rgba(8, 42, 77, .14);
}
.global-map-watermark {
  position: absolute;
  right: 22px;
  top: 22px;
  color: rgba(8, 42, 77, .055);
  font-size: clamp(42px, 8vw, 94px);
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
  white-space: nowrap;
}
.global-map-svg {
  position: absolute;
  inset: 30px 28px 24px;
  width: calc(100% - 56px);
  height: calc(100% - 54px);
}
.map-grid path {
  fill: none;
  stroke: rgba(8, 42, 77, .07);
  stroke-width: 1;
}
.map-land path {
  fill: url(#tradeOrange);
  opacity: .86;
}
.world-map-land path {
  opacity: .72;
  stroke: rgba(255,255,255,.62);
  stroke-width: 2;
}
.map-routes path {
  fill: none;
  stroke: rgba(238, 96, 9, .58);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 9 10;
  animation: tradeRoute 3.8s linear infinite;
}
.map-points circle {
  fill: #fff;
  stroke: #ef6b00;
  stroke-width: 5;
}
.world-map-points circle {
  filter: drop-shadow(0 6px 10px rgba(226, 93, 5, .24));
}
.world-map-points .origin {
  fill: #ef6b00;
  stroke: #fff;
  stroke-width: 5;
}
.map-labels text {
  fill: #163552;
  font-size: 18px;
  font-weight: 900;
  paint-order: stroke;
  stroke: rgba(255,255,255,.9);
  stroke-width: 5px;
  stroke-linejoin: round;
}
.global-map-card {
  position: absolute;
  right: 30px;
  bottom: 28px;
  width: min(330px, calc(100% - 60px));
  padding: 20px 22px;
  border: 1px solid rgba(238, 96, 9, .22);
  border-radius: 22px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 18px 44px rgba(8, 42, 77, .12);
  backdrop-filter: blur(14px);
}
.global-map-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--move-orange-dark);
  font-size: 24px;
  line-height: 1.15;
}
.global-map-card span {
  display: block;
  color: #5d6f86;
  font-size: 14px;
  line-height: 1.65;
}
@keyframes tradeRoute {
  to {
    stroke-dashoffset: -38;
  }
}
@media (max-width: 860px) {
  .partner-wall-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .global-trade-inner {
    grid-template-columns: 1fr;
  }
  .global-trade-copy {
    grid-template-columns: 1fr;
  }
  .global-map-panel {
    min-height: 0;
  }
  .global-map-image-panel img {
    max-height: none;
  }
}
@media (max-width: 520px) {
  .partner-wall {
    padding: 50px 14px 56px;
  }
  .partner-wall-grid {
    grid-template-columns: 1fr;
    padding: 14px;
  }
  .global-trade-section {
    margin-top: -18px;
    padding: 0 14px 58px;
  }
  .global-trade-inner {
    border-radius: 22px;
  }
  .global-trade-copy {
    padding: 34px 24px;
  }
  .global-map-panel {
    min-height: 0;
  }
  .global-map-image-panel {
    padding: 0 14px 24px;
  }
  .global-map-svg {
    inset: 18px 10px 18px;
    width: calc(100% - 20px);
    height: calc(100% - 36px);
  }
  .global-map-card {
    right: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
  }
}

@media (max-width: 920px) {
  .why-image-grid {
    grid-template-columns: 1fr;
  }
  .why-image-card,
  .why-card-content {
    min-height: 420px;
  }
}

@media (max-width: 520px) {
  .why-card-content {
    padding: 46px 22px 30px;
  }
  .why-card-content::before {
    left: 14px;
    right: 14px;
    top: 18px;
    bottom: 18px;
    border-radius: 14px;
  }
  .why-card-content p {
    font-size: 14px;
  }
}

.card .product-card-cta.button {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.card .product-card-cta.button:hover {
  color: #fff;
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}
