html {
  scroll-padding-top: 86px;
}

body {
  font-size: 15px;
  line-height: 1.58;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body > * {
  max-width: 100vw;
}

.cursor-glow {
  display: none;
}

.background-mesh {
  background:
    radial-gradient(circle at 16% 6%, rgba(255, 90, 31, 0.18), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(58, 167, 255, 0.12), transparent 34%),
    linear-gradient(#050506, #08080a 48%, #050506);
}

.nav {
  position: sticky;
  top: 0;
  z-index: 220;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: center;
  justify-content: stretch;
  width: 100%;
  max-width: 100vw;
  min-height: auto;
  overflow: visible;
  padding: 10px 12px;
  background:
    linear-gradient(180deg, rgba(5, 5, 6, 0.96), rgba(5, 5, 6, 0.78)),
    rgba(5, 5, 6, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.nav-logo {
  width: 116px;
  min-width: 0;
  flex: 0 1 116px;
  min-height: 42px;
  padding: 8px 10px;
}

.nav-logo img {
  height: 24px;
  object-fit: contain;
}

.nav-links {
  display: none;
}

.nav-tools {
  display: none;
}

.mobile-nav {
  position: static;
  display: block;
  width: 100%;
  max-width: 100%;
}

.mobile-nav summary {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  padding: 0 18px;
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav summary::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: 0.75;
  transform: rotate(45deg) translateY(-2px);
}

.mobile-nav[open] summary::after {
  transform: rotate(225deg) translate(-2px, -1px);
}

.mobile-nav-panel {
  position: fixed;
  top: 112px;
  left: 12px;
  right: 12px;
  z-index: 260;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: calc(100vh - 92px);
  overflow-y: auto;
  border: 1px solid rgba(255, 138, 61, 0.25);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 90, 31, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(7, 7, 9, 0.96);
  padding: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.52);
  backdrop-filter: blur(18px);
}

.mobile-nav-panel a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  padding: 10px 8px;
  text-align: center;
  color: rgba(245, 245, 247, 0.9);
  font-size: 13px;
  font-weight: 850;
}

.nav-action {
  display: none;
}

.language-toggle {
  width: 44px;
  min-height: 38px;
  padding: 5px;
  border-radius: 999px;
}

.language-toggle small {
  display: none;
}

.hero {
  min-height: auto;
  padding: 22px 16px 46px;
  gap: 16px;
}

.hero-machine-wrap {
  order: 0;
  min-height: 292px;
  border-radius: 28px;
  overflow: hidden;
}

.hero-machine-wrap::before {
  width: 72vw;
}

.hero-product {
  max-height: 280px;
  object-fit: contain;
}

.machine-label {
  left: 14px;
  right: 14px;
  bottom: 14px;
  width: auto;
  border-radius: 16px;
  padding: 12px;
}

.hero-content {
  padding-top: 4px;
}

.eyebrow {
  margin-bottom: 10px;
  font-size: 12px;
}

h1,
.hero h1 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(30px, 9vw, 40px);
  line-height: 1.08;
  text-wrap: balance;
}

.hero-copy,
.section-heading p,
.company-hero p,
.contact-copy p {
  font-size: 15px;
  line-height: 1.68;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

.hero-actions a,
.primary-link,
.secondary-link {
  width: 100%;
  min-height: 46px;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 16px;
  font-size: 15px;
}

.hero-metrics {
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 18px;
}

.hero-metrics span {
  min-height: 54px;
  border-radius: 16px;
  padding: 12px 14px;
}

.view-dots {
  position: static;
  justify-content: center;
  margin-top: 2px;
}

.ticker {
  margin-top: 0;
  padding: 0 16px 20px;
}

.ticker div {
  grid-template-columns: 1fr;
  gap: 8px;
}

.section,
.flagship,
.impact-panel,
.scenarios-section,
.service,
.company,
.contact {
  padding: 52px 16px;
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading h2,
h2 {
  font-size: clamp(26px, 8vw, 34px);
  line-height: 1.12;
  text-wrap: balance;
}

.need-grid,
.product-grid,
.product-grid-seven,
.tech-grid,
.company-grid,
.scenario-grid,
.service-grid,
.contact,
.contact-form {
  grid-template-columns: 1fr;
}

.need-card,
.model-card,
.service-card,
.scenario-card,
.company-grid article,
.contact-form {
  min-height: auto;
  border-radius: 22px;
  padding: 20px;
}

.need-product-photo {
  max-height: 220px;
  object-fit: contain;
}

.series-popover {
  position: static;
  width: auto;
  margin-top: 14px;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.flagship-visual,
.tech-visual,
.company-visual {
  min-height: 300px;
}

.contact {
  gap: 20px;
}

.contact-copy {
  max-width: none;
}

.contact-info-placeholder,
.contact-form {
  border-radius: 22px;
}

.contact-form {
  gap: 12px;
}

.contact-form label {
  gap: 7px;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-detail-form input,
.contact-detail-form select,
.contact-detail-form textarea {
  min-height: 46px;
  border-radius: 14px;
  font-size: 15px;
}

.contact-form textarea,
.contact-detail-form textarea {
  min-height: 116px;
}

.subpage-hero {
  grid-template-columns: 1fr;
  gap: 18px;
  min-height: auto;
  width: 100%;
  max-width: 100vw;
  padding: 28px 16px 36px;
  overflow: hidden;
}

.subpage-hero-copy {
  width: 100%;
  max-width: calc(100vw - 32px);
  overflow: hidden;
}

.subpage-hero h1 {
  margin-bottom: 14px;
  font-size: clamp(34px, 10.6vw, 46px);
  line-height: 1.02;
}

.subpage-hero-copy > p:not(.eyebrow) {
  display: -webkit-box;
  width: 100%;
  max-width: calc(100vw - 32px);
  white-space: normal !important;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: anywhere;
  word-break: break-all;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.subpage-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 20px;
}

.subpage-visual {
  min-height: 280px;
  margin-top: 6px;
  overflow: hidden;
  border-radius: 28px;
  max-width: calc(100vw - 32px);
}

.subpage-visual::before {
  width: 82%;
}

.subpage-visual img {
  width: min(360px, 96%);
  max-height: 300px;
  object-fit: contain;
}

.subpage-label {
  display: none;
}

.subpage-content {
  gap: 14px;
  padding: 42px 16px 24px;
}

.subpage-panel,
.subpage-grid article {
  border-radius: 20px;
  padding: 18px;
}

.subpage-panel h2 {
  font-size: 26px;
  line-height: 1.16;
}

.subpage-points {
  gap: 10px;
  margin-top: 18px;
}

.subpage-grid {
  gap: 12px;
}

.subpage-grid span {
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
}

.contact-detail-page {
  padding: 0 16px 54px;
}

.contact-detail-head {
  margin-bottom: 18px;
}

.contact-detail-head h2 {
  max-width: 100%;
  white-space: normal !important;
  font-size: clamp(24px, 7.1vw, 29px);
  line-height: 1.18;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.contact-detail-head p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.68;
}

.contact-detail-layout {
  gap: 14px;
}

.contact-detail-form,
.contact-channel-panel {
  border-radius: 20px;
  padding: 18px;
}

.contact-form-title {
  gap: 12px;
}

.contact-form-title h3 {
  font-size: 22px;
}

.contact-detail-form {
  gap: 12px;
}

.contact-channel-card,
.contact-response-note {
  border-radius: 18px;
  padding: 16px;
}

.contact-channel-phone a {
  font-size: 25px;
}

.contact-channel-card img {
  width: min(220px, 100%);
  margin-inline: auto;
}

.contact-float {
  right: 12px;
  bottom: 12px;
  z-index: 240;
}

.contact-float-toggle {
  width: 66px;
  height: 66px;
  border-radius: 18px;
}

.contact-float-toggle b {
  font-size: 16px;
}

.contact-float-panel {
  width: min(330px, calc(100vw - 24px));
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  border-radius: 20px;
  padding: 14px;
}

.contact-phone strong {
  font-size: 22px;
}

.contact-qr-grid {
  gap: 10px;
}

.footer {
  gap: 8px;
  padding: 28px 16px 96px;
  text-align: center;
}

.footer img {
  width: 120px;
}

.strength-list li::before {
  content: "";
}

@media (max-width: 420px) {
  .nav {
    display: grid;
  }

  .nav-logo {
    width: 104px;
    min-width: 104px;
    padding-inline: 8px;
  }

  .nav-menu summary {
    max-width: 88px;
    padding-inline: 10px;
    font-size: 12px;
  }

  .hero {
    padding-inline: 14px;
  }

  .hero-machine-wrap {
    min-height: 260px;
  }

  .hero-product {
    max-height: 252px;
  }

  .subpage-hero,
  .section,
  .flagship,
  .impact-panel,
  .scenarios-section,
  .service,
  .company,
  .contact,
  .subpage-content,
  .contact-detail-page {
    padding-left: 14px;
    padding-right: 14px;
  }

  .subpage-visual {
    min-height: 250px;
  }

  .subpage-visual img {
    max-height: 268px;
  }

  .contact-qr-grid {
    grid-template-columns: 1fr;
  }
}
