.nav-toggle {
  width: 42px;
  height: 38px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #dce6ef;
  border-radius: 8px;
  background: var(--white);
  color: #0d4c84;
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

@media (max-width: 1120px) {
  .container {
    width: min(var(--max), calc(100% - 40px));
  }

  .navbar .container {
    gap: 18px;
  }

  .menu {
    gap: 18px;
    font-size: 14px;
  }

  .quote-btn {
    min-width: 86px;
  }

  .benefit {
    padding: 0 14px 0 22px;
  }
}

@media (max-width: 960px) {
  :root {
    --navbar-height: 58px;
  }

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

  body.nav-open {
    overflow: hidden;
  }

  .topbar {
    height: auto;
  }

  .topbar .container {
    min-height: var(--topbar-height);
    flex-wrap: wrap;
    gap: 4px 11px;
    padding: 7px 0;
    white-space: normal;
  }

  .navbar {
    height: auto;
    top: 0;
  }

  .navbar .container {
    position: relative;
    min-height: var(--navbar-height);
    flex-wrap: nowrap;
    padding: 8px 0;
  }

  .logo {
    width: 142px;
    height: 48px;
  }

  .nav-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-flex !important;
    order: 3;
    margin-left: auto;
    z-index: 80;
    transform: translateY(-50%);
    border-color: #1462a7;
    color: var(--white);
    background: #1462a7;
  }

  .quote-btn {
    order: 2;
    margin-left: auto;
  }

  .nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .menu {
    position: absolute;
    top: 100%;
    left: -15px;
    right: -15px;
    order: 4;
    z-index: 40;
    width: auto;
    height: auto;
    max-height: calc(100vh - var(--navbar-height));
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-top: 1px solid #e4edf7;
    border-bottom: 1px solid #dce6ef;
    background: var(--white);
    box-shadow: 0 18px 34px rgba(16, 31, 49, 0.12);
  }

  .nav-open .menu {
    display: block !important;
  }

  .menu > a,
  .menu-item > a {
    min-height: 42px;
    height: auto;
    justify-content: space-between;
    padding: 0 24px;
    border-bottom: 1px solid #edf2f7;
  }

  .nav-open .menu > a,
  .nav-open .menu .menu-item,
  .nav-open .menu-item > a {
    display: flex !important;
    width: 100%;
  }

  .nav-open .menu .menu-item {
    display: block !important;
  }

  .menu > a.active::after,
  .menu-item > a.active::after {
    display: none;
  }

  .menu-item {
    height: auto;
    display: block;
  }

  .submenu,
  .submenu.compact {
    position: static;
    width: auto;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 0;
    box-shadow: none;
    transition: none;
  }

  .menu-item:hover .submenu,
  .menu-item:focus-within .submenu {
    transform: none;
  }

  .menu-item.is-open .submenu {
    display: grid;
    max-height: 42vh;
    overflow-y: auto;
  }

  .menu-item.is-closing .submenu {
    display: none;
  }

  .submenu a {
    justify-content: flex-start;
    min-height: 36px;
    padding: 7px 34px;
    border-bottom: 1px solid #edf2f7;
    background: #f7fbfe;
    text-align: left;
    font-size: 13px;
  }

  .submenu-group {
    position: static;
  }

  .submenu .submenu-parent {
    padding-right: 34px;
    font-weight: 700;
  }

  .submenu .submenu-parent::after,
  .submenu-nested::before {
    display: none;
  }

  .submenu-nested {
    position: static;
    width: auto;
    display: grid;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    border: 0;
    background: transparent;
    box-shadow: none;
    transition: none;
  }

  .submenu-nested a {
    min-height: 34px;
    padding: 7px 34px 7px 52px;
    background: #eef7fd;
    font-size: 12px;
    font-weight: 700;
  }

  .hero,
  .hero .container {
    min-height: auto;
  }

  .hero .container {
    padding-top: 42px;
    padding-bottom: 56px;
  }

  .hero .container::after {
    right: -210px;
  }

  .hero-ribbon {
    width: min(40vw, 360px);
    right: -52px;
    opacity: 0.86;
  }

  h1 {
    max-width: 100%;
    font-size: 39px;
  }

  .hero-copy {
    width: min(100%, 540px);
    max-width: 100%;
  }

  .benefits,
  .benefits-grid {
    height: auto;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefit {
    min-height: 70px;
    padding: 14px 22px;
    border-bottom: 1px solid #e7eef5;
  }

  .industry-grid,
  .advantages-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .formulation-shell {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .formulation-tab {
    min-height: 66px;
    padding: 0 18px;
    font-size: 20px;
  }

  .formulation-tab.is-formula {
    min-height: 58px;
    font-size: 15px;
  }

  .formulation-back {
    font-size: 11px;
  }

  .formulation-panel {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 18px;
    padding: 28px 24px;
  }

  .formulation-panel h2 {
    font-size: 34px;
  }

  .formulation-photo {
    height: 220px;
  }

  .printer-grid {
    grid-template-columns: 1fr;
  }

  .support-shell,
  .maintenance-layout {
    grid-template-columns: 1fr;
  }

  .support-copy h1,
  .support-copy h2,
  .maintenance-intro h1,
  .maintenance-intro h2 {
    font-size: 40px;
  }

  .support-command-card {
    max-width: 560px;
  }

  .support-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .maintenance-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .maintenance-card.featured {
    transform: none;
  }

  .applications-grid {
    grid-auto-columns: calc((100% - 20px) / 2);
  }

  .formula-table,
  .brand-strip {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .formula-row {
    min-width: 820px;
  }

  .brand-strip {
    grid-template-columns: repeat(7, minmax(140px, 1fr));
  }

  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }

  .footer-location-row {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-map {
    grid-template-columns: 1fr;
  }

  .about-hero h1,
  .about-hero h2 {
    font-size: 34px;
  }

  .about-grid,
  .history-showcase,
  .history-redesign,
  .history-corporate,
  .identity-hero,
  .identity-layout,
  .story-board,
  .principle-layout,
  .principle-layout.reverse {
    grid-template-columns: 1fr;
  }

  .identity-copy h1 {
    font-size: 38px;
  }

  .identity-badge {
    min-height: auto;
  }

  .identity-layout {
    gap: 34px;
  }

  .identity-milestones {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .identity-visual {
    min-height: 430px;
  }

  .identity-photo-main {
    width: 68%;
    height: 260px;
  }

  .identity-photo-secondary {
    top: 210px;
    width: 48%;
  }

  .story-board {
    gap: 28px;
  }

  .story-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-image-card-offset {
    margin-left: 0;
  }

  .history-copy {
    padding-right: 0;
  }

  .history-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .history-minimal-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .history-lead {
    min-height: 420px;
  }

  .history-machine {
    height: 180px;
  }

  .history-visual {
    min-height: 390px;
  }

  .parallax-card-one {
    width: 72%;
    height: 220px;
  }

  .parallax-card-two {
    width: 72%;
    height: 210px;
  }

  .principle-copy h1 {
    font-size: 34px;
  }

  .principle-layout.reverse .principle-visual {
    order: 2;
  }

  .about-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-metrics div:nth-child(2) {
    border-right: 0;
  }

  .about-metrics div:nth-child(-n + 2) {
    border-bottom: 1px solid #e7eef5;
  }

  .ribbon-panel {
    min-height: auto;
    padding: 72px 0;
  }

  .ribbon-panel-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .ribbon-visual-column {
    min-height: auto;
    padding-left: 0;
  }

  .ribbon-visual-column h1 {
    font-size: 52px;
    letter-spacing: -1.3px;
  }

  .ribbon-visual-column p:not(.ribbon-kicker) {
    max-width: 640px;
  }

  .ribbon-floating-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(72vw, 410px);
    margin-top: 34px;
  }

  .ribbon-tech-card {
    max-width: 720px;
  }

  .ribbon-dots {
    right: 16px;
  }

}

@media (max-width: 720px) {
  .container {
    width: calc(100% - 30px);
  }

  .quote-btn {
    display: none;
  }

  .hero .container {
    padding-top: 34px;
    padding-bottom: 42px;
  }

  .hero-ribbon {
    position: relative;
    right: auto;
    top: auto;
    width: min(76vw, 320px);
    margin: 28px auto 0;
    transform: none;
    opacity: 1;
  }

  .ribbon-slide img {
    transform: translate3d(0, 0, 0);
  }

  h1 {
    font-size: 26px;
  }

  .hero-copy {
    font-size: 13px;
    line-height: 1.65;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .action,
  .action-primary,
  .action-secondary {
    width: 100%;
  }

  .applications {
    padding: 34px 0 42px;
  }

  .applications-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .applications-header h2 {
    font-size: 30px;
  }

  .applications-grid {
    grid-auto-columns: 100%;
  }

  .benefits-grid,
  .industry-grid,
  .advantages-grid,
  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-map {
    padding: 14px;
    border-radius: 18px;
  }

  .footer-map-copy {
    display: block;
  }

  .footer-map-frame,
  .footer-map-frame iframe {
    min-height: 230px;
  }

  .formulation-shell {
    display: block;
    width: 100%;
    min-width: 0;
    filter: drop-shadow(0 12px 24px rgba(20, 89, 152, 0.12));
  }

  .formulation-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .formulation-tab,
  .formulation-tab.is-active,
  .formulation-back {
    min-height: 54px;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid #d7e4f2;
    border-radius: 13px;
    font-size: 15px;
    text-align: center;
    transform: none;
  }

  .formulation-tab.is-formula {
    min-height: 56px;
    font-size: 12px;
  }

  .formulation-back {
    grid-column: 1 / -1;
  }

  .formulation-tab + .formulation-tab,
  .formulation-back + .formulation-tab {
    margin-top: 0;
  }

  .formulation-tab::before {
    width: 8px;
    height: 14px;
    margin-right: 8px;
    border-right-width: 4px;
    border-bottom-width: 4px;
  }

  .formulation-panel {
    width: 100%;
    min-width: 0;
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .formulation-content,
  .formulation-photo {
    min-width: 0;
  }

  .formulation-photo {
    height: 210px;
    order: -1;
  }

  .industry-card,
  .advantage-card {
    min-height: auto;
  }

  .products h2,
  .printers h2,
  .compatibility h2,
  .about-hero h1,
  .about-hero h2,
  .advantages h2,
  .industries h2 {
    font-size: 27px;
  }

  .support-hub,
  .maintenance-plans {
    padding-top: 48px;
    padding-bottom: 46px;
  }

  .support-shell {
    gap: 28px;
  }

  .support-copy h1,
  .support-copy h2,
  .maintenance-intro h1,
  .maintenance-intro h2 {
    font-size: 30px;
    letter-spacing: -0.3px;
  }

  .support-actions,
  .maintenance-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .support-primary,
  .support-secondary,
  .maintenance-cta a {
    width: 100%;
  }

  .support-feature-grid,
  .support-ticket-grid,
  .support-steps,
  .maintenance-cards,
  .maintenance-highlights {
    grid-template-columns: 1fr;
  }

  .policy-oneview {
    padding: 10px 0;
  }

  .policy-oneview .container {
    width: calc(100% - 20px);
    min-height: calc(100svh - var(--topbar-height) - var(--navbar-height) - 20px);
    gap: 8px;
  }

  .policy-oneview-head {
    display: block;
  }

  .policy-oneview-head .section-kicker {
    min-height: 18px;
    margin-bottom: 6px;
    padding: 0 9px;
    font-size: 8px;
    letter-spacing: 0.6px;
  }

  .policy-oneview-head h1 {
    max-width: none;
    font-size: 18px;
    line-height: 1.08;
    letter-spacing: -0.2px;
  }

  .policy-oneview-head p:not(.section-kicker) {
    max-width: none;
    margin-top: 4px;
    font-size: 9.5px;
    line-height: 1.35;
  }

  .policy-matrix {
    grid-template-rows: 52px repeat(9, minmax(28px, 1fr));
    border-radius: 14px;
  }

  .policy-row {
    grid-template-columns: minmax(118px, 1.3fr) repeat(3, minmax(58px, 0.7fr));
    min-height: 33px;
  }

  .policy-row-head {
    min-height: 52px;
  }

  .policy-row > div,
  .policy-row > span {
    padding: 4px 5px;
    font-size: 8.5px;
  }

  .policy-service-title {
    font-size: 9px;
  }

  .policy-plan-head {
    gap: 4px;
  }

  .policy-plan-head strong {
    font-size: 11px;
  }

  .policy-plan-head span {
    min-height: 16px;
    padding: 0 5px;
    font-size: 7px;
    letter-spacing: 0.4px;
  }

  .policy-oneview-contact {
    min-height: 46px;
    gap: 8px;
    padding: 8px;
    border-radius: 14px;
  }

  .policy-oneview-contact span {
    font-size: 9.5px;
  }

  .policy-oneview-contact a {
    min-height: 30px;
    padding: 0 8px;
    font-size: 8.5px;
  }

  .policy-corporate {
    align-items: flex-start;
    padding: 8px 0;
  }

  .policy-corporate .container {
    width: calc(100% - 18px);
    min-height: auto;
    display: block;
  }

  .policy-board {
    padding: 10px;
    border-radius: 18px;
  }

  .policy-board-top {
    display: block;
    margin-bottom: 8px;
    padding-top: 4px;
  }

  .policy-overline {
    min-height: 18px;
    margin-bottom: 6px;
    padding: 0 8px;
    font-size: 8px;
    letter-spacing: 0.6px;
  }

  .policy-board-top h1 {
    max-width: none;
    font-size: 21px;
    line-height: 1.05;
  }

  .policy-board-top p {
    max-width: none;
    margin-top: 5px;
    font-size: 9.5px;
    line-height: 1.35;
  }

  .policy-board-top aside {
    display: none;
  }

  .corporate-policy-table {
    border-radius: 13px;
  }

  .corporate-policy-head,
  .corporate-policy-row {
    grid-template-columns: minmax(112px, 1.28fr) repeat(3, minmax(58px, 0.82fr));
  }

  .corporate-policy-head {
    min-height: 48px;
  }

  .corporate-policy-head > div,
  .corporate-policy-row > div,
  .corporate-policy-row > span {
    padding: 0 5px;
  }

  .corporate-service-title {
    font-size: 8px;
    letter-spacing: 0.5px;
  }

  .corporate-plan {
    gap: 3px;
  }

  .corporate-plan span {
    font-size: 10px;
    letter-spacing: 0.2px;
  }

  .corporate-plan strong {
    min-height: 14px;
    padding: 0 5px;
    font-size: 6.5px;
    letter-spacing: 0.4px;
  }

  .corporate-policy-row {
    min-height: 31px;
  }

  .corporate-policy-row > div {
    gap: 4px;
    font-size: 8.2px;
  }

  .corporate-policy-row small {
    min-width: 14px;
    font-size: 7px;
  }

  .corporate-policy-row > span {
    font-size: 7.8px;
  }

  .policy-board-footer {
    min-height: 42px;
    gap: 8px;
    margin-top: 8px;
    padding: 7px 8px;
    border-radius: 13px;
  }

  .policy-board-footer span {
    font-size: 8.8px;
  }

  .policy-board-footer a {
    min-height: 28px;
    padding: 0 8px;
    font-size: 7.5px;
  }

  .policy-premium-view {
    align-items: flex-start;
    padding: 8px 0;
  }

  .policy-premium-view .container {
    width: calc(100% - 16px);
  }

  .policy-proposal {
    min-height: auto;
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .policy-proposal-intro {
    min-height: auto;
    padding: 16px 14px 14px;
  }

  .policy-eyebrow {
    min-height: 18px;
    margin-bottom: 8px;
    padding: 0 8px;
    font-size: 7.5px;
    letter-spacing: 0.6px;
  }

  .policy-proposal-intro h1 {
    font-size: 22px;
    line-height: 1.04;
  }

  .policy-proposal-intro p {
    margin-top: 7px;
    font-size: 9.5px;
    line-height: 1.38;
  }

  .policy-intro-tags,
  .policy-intro-note,
  .policy-proposal-intro a {
    display: none;
  }

  .policy-comparison {
    gap: 8px;
    padding: 9px;
  }

  .policy-plan-summary {
    gap: 6px;
  }

  .policy-plan-summary article {
    min-height: 47px;
    padding: 8px 7px;
    border-radius: 12px;
  }

  .policy-plan-summary article span {
    font-size: 11px;
  }

  .policy-plan-summary article strong {
    min-height: 15px;
    margin-top: 5px;
    padding: 0 5px;
    font-size: 6.5px;
    letter-spacing: 0.4px;
  }

  .policy-coverage-grid {
    grid-template-columns: minmax(112px, 1.35fr) repeat(3, minmax(56px, 0.8fr));
    border-radius: 12px;
  }

  .policy-coverage-grid > div,
  .policy-coverage-grid > span {
    min-height: 30px;
    padding: 0 5px;
    font-size: 7.8px;
  }

  .policy-coverage-grid > div:nth-child(-n + 4) {
    min-height: 36px;
    font-size: 7.2px;
    letter-spacing: 0.4px;
  }

  .policy-coverage-grid .coverage-label {
    font-size: 8.1px;
  }

  .support-command-card,
  .support-flow,
  .maintenance-cta {
    border-radius: 18px;
  }

  .support-device {
    height: 210px;
  }

  .support-feature,
  .maintenance-card {
    min-height: auto;
  }

  .support-flow-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .support-flow-head strong {
    text-align: left;
  }

  .maintenance-cta h2,
  .maintenance-cta h3 {
    font-size: 19px;
  }

  .identity-hero {
    margin-bottom: 34px;
    padding-bottom: 26px;
  }

  .identity-copy h1,
  .identity-narrative h2,
  .story-heading h1 {
    font-size: 30px;
  }

  .identity-copy p,
  .identity-narrative p {
    font-size: 14px;
  }

  .identity-milestones {
    grid-template-columns: 1fr;
  }

  .story-board {
    padding: 22px;
    border-radius: 16px;
  }

  .story-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .story-content p {
    font-size: 14px;
  }

  .story-media {
    grid-template-columns: 1fr;
  }

  .story-image-card img {
    height: 190px;
  }

  .identity-visual {
    min-height: auto;
    display: grid;
    gap: 16px;
  }

  .identity-photo,
  .identity-photo-main,
  .identity-photo-secondary,
  .identity-note {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .identity-photo-main,
  .identity-photo-secondary {
    height: 220px;
  }

  .identity-note {
    width: 100%;
  }

  .about {
    padding: 38px 0 34px;
  }

  .principle-layout {
    min-height: auto;
    gap: 28px;
  }

  .principle-copy h1 {
    font-size: 29px;
  }

  .principle-copy > p {
    font-size: 14px;
  }

  .principle-points,
  .vision-pillars {
    grid-template-columns: 1fr;
  }

  .parallax-panel {
    height: 300px;
  }

  .about-story,
  .about-principles article {
    padding: 24px 20px;
  }

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

  .about-metrics {
    grid-template-columns: 1fr;
  }

  .about-metrics div,
  .about-metrics div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #e7eef5;
  }

  .about-metrics div:last-child {
    border-bottom: 0;
  }

  .history-visual {
    min-height: 330px;
  }

  .history-lead {
    min-height: auto;
    padding: 28px 22px;
  }

  .history-lead h2 {
    font-size: 30px;
  }

  .history-machine {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    height: 180px;
    margin-top: 24px;
  }

  .history-chapters {
    grid-template-columns: 1fr;
  }

  .history-chapters article,
  .history-chapters article:nth-child(5) {
    grid-column: auto;
    min-height: auto;
  }

  .history-chapters strong {
    font-size: 44px;
  }

  .history-minimal {
    padding-top: 26px;
  }

  .history-line::before {
    left: 0;
  }

  .history-line article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-left: 24px;
  }

  .history-line article::before {
    left: -7px;
    top: 5px;
  }

  .history-line time {
    font-size: 22px;
  }

  .history-corporate {
    gap: 26px;
    padding-top: 26px;
  }

  .history-label {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .history-copy h2 {
    font-size: 24px;
  }

  .history-copy p {
    font-size: 14px;
  }

  .history-years,
  .history-media {
    grid-template-columns: 1fr;
  }

  .history-media img {
    height: 190px;
  }

  .parallax-card-one,
  .parallax-card-two {
    width: 82%;
    height: 185px;
  }

  .section-copy,
  .dark-copy {
    margin-bottom: 30px;
  }

  .printer-specs div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .printer-specs dd {
    text-align: left;
  }

  .cta-panel {
    padding: 28px 24px;
  }

  .cta-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .cta-light,
  .cta-whatsapp {
    width: 100%;
  }

  .ribbon-panel {
    padding: 54px 0;
    background:
      radial-gradient(circle at 18% 16%, rgba(20, 89, 152, 0.08), transparent 240px),
      linear-gradient(180deg, #ffffff 0%, #f5f9fd 100%);
  }

  body.ribbon-page,
  .ribbon-main,
  .ribbon-showcase {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .ribbon-page .navbar .container,
  .ribbon-visual-column,
  .ribbon-visual-column p:not(.ribbon-kicker),
  .ribbon-tech-card {
    width: 100%;
    max-width: 100%;
  }

  .ribbon-visual-column p:not(.ribbon-kicker) {
    overflow-wrap: anywhere;
  }

  .ribbon-panel::before {
    inset: 18px;
    border-radius: 22px;
    mask-image: linear-gradient(180deg, #000 0 70%, transparent 100%);
  }

  .ribbon-panel::after {
    right: -180px;
    width: 360px;
    height: 360px;
  }

  .ribbon-visual-column h1 {
    font-size: 40px;
    line-height: 1;
    white-space: normal;
  }

  .ribbon-visual-column p:not(.ribbon-kicker) {
    font-size: 14px;
  }

  .ribbon-floating-card {
    width: min(82vw, 320px);
  }

  .ribbon-tech-card {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .ribbon-tech-card h2 {
    font-size: 26px;
  }

  .ribbon-tech-card > p {
    font-size: 14px;
  }

  .ribbon-feature {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ribbon-features {
    grid-template-columns: 1fr;
  }

  .ribbon-feature strong {
    justify-self: start;
  }

  .ribbon-dots {
    position: sticky;
    top: calc(var(--navbar-height) + 10px);
    right: auto;
    z-index: 12;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: calc(100% - 30px);
    margin: 0 auto -44px;
    padding-top: 10px;
    transform: none;
  }

  .ribbon-dots button {
    width: auto;
    min-width: 52px;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--blue-dark);
    background: rgba(255, 255, 255, 0.86);
    font-size: 10px;
    font-weight: 800;
  }

  .ribbon-dots button::before {
    inset: auto;
    left: 10px;
    right: 10px;
    bottom: 5px;
    width: auto;
    height: 2px;
    border-radius: 999px;
    transform: none;
  }

  .ribbon-dots button.is-active::before,
  .ribbon-dots button:hover::before,
  .ribbon-dots button:focus-visible::before {
    transform: none;
  }

  .ribbon-dots span {
    position: static;
    min-width: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 430px) {
  .topbar {
    font-size: 9px;
  }

  .topbar .container {
    justify-content: center;
    gap: 3px 8px;
    line-height: 1.35;
  }

  .topbar .container > span:nth-child(2),
  .topbar .container > span:nth-child(4),
  .topbar .container > span:nth-child(6) {
    display: none !important;
  }

  .topbar .container > span {
    max-width: 100%;
  }

  .logo {
    width: 126px;
  }

  .nav-toggle {
    width: 38px;
    height: 36px;
  }

  .menu {
    left: -12px;
    right: -12px;
  }

  .eyebrow {
    margin-left: 0;
    font-size: 11px;
    letter-spacing: 1px;
  }

  h1 {
    font-size: 27px;
  }

  .hero-copy {
    font-size: 14px;
  }

  .products,
  .printers,
  .support-hub,
  .maintenance-plans,
  .compatibility,
  .about,
  .advantages {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .support-copy h1,
  .support-copy h2,
  .maintenance-intro h1,
  .maintenance-intro h2 {
    font-size: 27px;
  }

  .support-command-card {
    padding: 14px;
    border-radius: 16px;
  }

  .support-card-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .support-device {
    height: 190px;
    border-radius: 16px;
  }

  .support-flow,
  .maintenance-cta {
    padding: 18px;
  }

  .formula-row {
    min-width: 740px;
  }

  .applications-header h2 {
    font-size: 27px;
  }

  .application-card {
    min-height: 400px;
  }

  .application-card img {
    height: 185px;
  }

  .formulation-tabs {
    grid-template-columns: 1fr;
  }

  .formulation-panel {
    padding: 24px 18px;
    grid-template-columns: minmax(0, 1fr);
  }

  .formulation-panel h2 {
    font-size: 30px;
  }

  .formulation-panel p {
    width: 100%;
    max-width: none;
    font-size: 13px;
  }

  .pdf-modal {
    padding: 12px;
  }

  .pdf-modal-dialog {
    height: 88vh;
    border-radius: 14px;
  }

  .pdf-modal-head,
  .pdf-modal-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pdf-modal-actions a {
    width: 100%;
  }

  .ribbon-panel {
    padding: 48px 0;
  }

  .ribbon-kicker {
    font-size: 10px;
    letter-spacing: 1.3px;
  }

  .ribbon-visual-column h1 {
    font-size: 34px;
  }

  .ribbon-floating-card {
    width: min(86vw, 280px);
  }

  .ribbon-tech-card h2 {
    font-size: 23px;
  }

  .ribbon-dots {
    width: calc(100% - 24px);
    overflow: visible;
  }
}

@media (max-width: 360px) {
  .container {
    width: calc(100% - 24px);
  }

  .logo {
    width: 114px;
  }

  .topbar {
    font-size: 8px;
  }

  .eyebrow {
    font-size: 10px;
  }

  h1 {
    font-size: 24px;
  }

  .action {
    height: 44px;
    font-size: 12px;
  }

  .benefit {
    padding: 13px 16px;
  }

  .ribbon-visual-column h1 {
    font-size: 30px;
  }

  .ribbon-tech-card {
    padding: 24px 17px;
  }
}

@media (max-width: 1120px) {
  .ribbon-studio {
    padding: 18px 0 46px;
  }

  .ribbon-studio-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ribbon-studio-copy h1 {
    white-space: normal;
  }

  .ribbon-studio-copy {
    padding-top: 0;
  }

  .ribbon-studio-visual {
    min-height: 380px;
    order: 2;
  }

  .ribbon-studio-card {
    order: 3;
    max-width: 720px;
  }

  .ribbon-studio-visual img {
    max-width: min(76vw, 410px);
  }

  .ribbon-catalog {
    align-items: flex-start;
    padding: 28px 0 42px;
  }

  .ribbon-catalog-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .ribbon-catalog-tabs {
    justify-content: flex-start;
  }

  .thermal-layout {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 28px;
  }

  .thermal-printers.is-panel-view .thermal-layout {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .thermal-copy {
    padding-top: 0;
  }

  .thermal-visual {
    min-height: 360px;
    order: 2;
  }

  .thermal-printers.is-panel-view .thermal-visual {
    min-height: 340px;
    order: 1;
    transform: none;
  }

  .thermal-printers.is-panel-transitioning .thermal-visual,
  .thermal-printers.is-panel-transitioning .thermal-copy,
  .thermal-printers.is-panel-transitioning .thermal-sale-card {
    transform: translateY(-18px);
  }

  .thermal-printers.is-panel-view .product-ajax-panel {
    grid-column: auto;
    order: 2;
  }

  .thermal-sale-card {
    order: 3;
    max-width: 720px;
  }

  .thermal-visual-main {
    max-width: min(70vw, 360px);
  }

  .thermal-visual-secondary {
    max-width: min(34vw, 170px);
  }

  .software-layout {
    grid-template-columns: 1fr;
  }

  .software-visual {
    min-height: 390px;
  }

  .software-visual-main {
    max-width: min(68vw, 360px);
    max-height: 360px;
    transform: translateX(0);
  }

  .flexible-layout {
    grid-template-columns: 1fr;
  }

  .flexible-visual {
    min-height: 390px;
  }

  .flexible-visual-main {
    max-width: min(72vw, 380px);
    max-height: 360px;
    transform: translateX(0);
  }

  .flexible-capacity-grid {
    grid-template-columns: 1fr;
  }

  .hot-layout {
    grid-template-columns: 1fr;
  }

  .hot-visual {
    min-height: 390px;
  }

  .hot-visual-main {
    max-width: min(72vw, 380px);
    max-height: 360px;
    transform: translateX(0);
  }

  .hot-application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .logistics-hero-grid,
  .logistics-selector-shell {
    grid-template-columns: 1fr;
  }

  .logistics-visual {
    min-height: 420px;
  }

  .logistics-app-grid,
  .logistics-challenge-grid,
  .logistics-ribbon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .ribbon-studio::before {
    inset: 0 14px 18px;
    border-radius: 0 0 24px 24px;
  }

  .ribbon-studio-shell {
    min-height: auto;
  }

  .ribbon-studio-copy h1 {
    font-size: 38px;
  }

  .ribbon-studio-copy > p:not(.ribbon-studio-kicker) {
    font-size: 14px;
  }

  .ribbon-studio-tabs {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .ribbon-studio-cta {
    width: 100%;
  }

  .ribbon-studio-visual {
    min-height: 310px;
  }

  .ribbon-studio-orbit {
    width: min(78vw, 300px);
  }

  .ribbon-studio-visual img {
    max-width: min(82vw, 330px);
    max-height: 330px;
  }

  .ribbon-studio-card {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .ribbon-studio-card h2 {
    font-size: 25px;
  }

  .ribbon-catalog {
    min-height: auto;
    padding: 24px 0 36px;
  }

  .ribbon-catalog::before {
    inset: 0 14px 18px;
    border-radius: 0 0 24px 24px;
  }

  .ribbon-catalog h2 {
    font-size: 34px;
  }

  .ribbon-catalog-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .ribbon-catalog-tabs button {
    padding: 0 12px;
  }

  .ribbon-product-grid {
    grid-template-columns: 1fr;
  }

  .ribbon-product-card {
    min-height: auto;
    padding: 22px;
  }

  .thermal-printers {
    min-height: auto;
    padding: 34px 0 44px;
  }

  .thermal-printers::before {
    inset: 0 14px 18px;
    border-radius: 0 0 24px 24px;
  }

  .thermal-copy h1 {
    font-size: 29px;
    line-height: 1.08;
  }

  .thermal-copy > p:not(.ribbon-studio-kicker) {
    font-size: 14px;
  }

  .thermal-actions {
    display: grid;
  }

  .thermal-visual {
    min-height: 300px;
  }

  .thermal-visual > span {
    width: min(78vw, 300px);
  }

  .thermal-visual-main {
    max-width: min(82vw, 310px);
    max-height: 270px;
  }

  .thermal-visual-secondary {
    left: 50%;
    right: auto;
    bottom: 0;
    max-width: min(42vw, 150px);
    transform: translateX(-10%);
  }

  .thermal-sale-card {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .thermal-sale-list div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .software-visual {
    min-height: 320px;
  }

  .software-visual-main {
    max-width: min(82vw, 315px);
    max-height: 300px;
  }

  .software-switch {
    gap: 6px;
    border-radius: 16px;
  }

  .software-switch button {
    min-height: 36px;
    padding: 0 6px;
    font-size: 10px;
  }

  .software-card .thermal-sale-list div {
    grid-template-columns: 1fr;
  }

  .flexible-visual {
    min-height: 320px;
  }

  .flexible-visual-main {
    max-width: min(86vw, 330px);
    max-height: 300px;
    border-radius: 24px;
  }

  .flexible-switch {
    gap: 6px;
    border-radius: 16px;
  }

  .flexible-switch button {
    min-height: 36px;
    padding: 0 6px;
    font-size: 10px;
  }

  .flexible-card .thermal-sale-list div {
    grid-template-columns: 1fr;
  }

  .flexible-capabilities {
    padding: 34px 0 44px;
  }

  .flexible-capacity-grid article {
    min-height: auto;
    padding: 22px;
    border-radius: 22px;
  }

  .hot-visual {
    min-height: 320px;
  }

  .hot-visual-main {
    max-width: min(86vw, 330px);
    max-height: 300px;
    border-radius: 24px;
  }

  .hot-switch {
    gap: 6px;
    border-radius: 16px;
  }

  .hot-switch button {
    min-height: 36px;
    padding: 0 6px;
    font-size: 10px;
  }

  .hot-card .thermal-sale-list div {
    grid-template-columns: 1fr;
  }

  .hot-applications {
    padding: 34px 0 44px;
  }

  .hot-application-grid {
    grid-template-columns: 1fr;
  }

  .hot-application-grid article {
    min-height: auto;
    padding: 22px;
    border-radius: 22px;
  }

  .logistics-hero {
    min-height: auto;
    padding: 34px 0 46px;
  }

  .logistics-hero::before {
    inset: 0 14px 18px;
    border-radius: 0 0 24px 24px;
  }

  .logistics-hero-copy h1 {
    font-size: 31px;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .logistics-hero-copy > p:not(.industry-kicker) {
    font-size: 14px;
  }

  .industry-actions,
  .logistics-selector-options {
    grid-template-columns: 1fr;
    display: grid;
  }

  .logistics-proof {
    grid-template-columns: 1fr;
  }

  .logistics-visual {
    min-height: 330px;
  }

  .logistics-visual img {
    border-radius: 24px;
  }

  .logistics-visual-card {
    min-width: 132px;
    padding: 12px 14px;
  }

  .logistics-visual-card strong {
    font-size: 22px;
  }

  .industry-section,
  .logistics-challenges,
  .logistics-selector {
    padding: 50px 0;
  }

  .industry-section-head h2,
  .logistics-selector h2 {
    font-size: 32px;
  }

  .logistics-app-grid,
  .logistics-challenge-grid,
  .logistics-ribbon-grid {
    grid-template-columns: 1fr;
  }

  .logistics-ribbon-grid article {
    min-height: auto;
  }

  .ribbon-studio-feature {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ribbon-studio-feature strong {
    justify-self: start;
  }
}

@media (max-width: 430px) {
  .ribbon-studio-copy h1 {
    font-size: 32px;
  }

  .ribbon-studio-visual {
    min-height: 270px;
  }

  .ribbon-studio-visual img {
    max-width: min(88vw, 280px);
  }

  .ribbon-catalog h2 {
    font-size: 30px;
  }

  .ribbon-catalog-back {
    width: 100%;
  }

  .ribbon-product-top {
    display: block;
  }

  .ribbon-product-family {
    display: inline-flex;
    margin-top: 10px;
  }

  .ribbon-product-actions {
    display: grid;
  }

  .logistics-hero-copy h1 {
    font-size: 28px;
  }

  .logistics-visual-card-primary {
    left: 8px;
    bottom: 34px;
  }

  .logistics-visual-card-secondary {
    right: 8px;
    top: 22px;
  }

  .logistics-result {
    padding: 24px 20px;
  }

  .logistics-result h3 {
    font-size: 46px;
  }
}

@media (max-width: 960px) {
  .history-classic-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .history-classic-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 0;
  }

  .history-modern-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-hero-card,
  .company-vision-layout {
    grid-template-columns: 1fr;
  }

  .company-principle-grid,
  .company-vision-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-timeline div:nth-child(2) {
    border-right: 0;
  }

  .company-timeline div:nth-child(-n + 2) {
    border-bottom: 1px solid #e8eef4;
  }
}

@media (max-width: 720px) {
  .history-classic {
    padding: 34px 0 42px;
  }

  .history-classic-title {
    display: block;
    margin-bottom: 24px;
  }

  .history-classic-title span {
    width: 100%;
    min-width: 0;
  }

  .history-classic-title p {
    max-width: none;
    margin-top: 12px;
    text-align: left;
  }

  .history-classic-copy {
    padding: 20px;
    border-radius: 18px;
  }

  .history-classic-copy p {
    font-size: 14px;
    line-height: 1.45;
    text-align: left;
  }

  .history-classic-media {
    grid-template-columns: 1fr;
  }

  .history-modern-track {
    grid-template-columns: 1fr;
  }

  .company-page {
    padding: 38px 0 42px;
  }

  .company-hero-card,
  .company-vision-layout {
    padding: 20px;
    border-radius: 20px;
  }

  .company-hero-copy h1,
  .company-principle-hero h1,
  .company-vision-copy h1 {
    font-size: 29px;
  }

  .company-hero-copy p,
  .company-principle-hero p,
  .company-vision-copy p {
    font-size: 14px;
  }

  .company-actions {
    flex-direction: column;
  }

  .company-actions a {
    width: 100%;
  }

  .company-story-grid,
  .company-principle-grid,
  .company-vision-pillars,
  .privacy-grid,
  .company-timeline {
    grid-template-columns: 1fr;
  }

  .company-timeline div,
  .company-timeline div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #e8eef4;
  }

  .company-timeline div:last-child {
    border-bottom: 0;
  }

  .company-principle-banner,
  .privacy-note {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }
}

@media (max-width: 960px) {
  .about-profile-shell,
  .about-profile-body,
  .about-profile-heading {
    grid-template-columns: 1fr;
  }

  .about-profile-rail strong {
    font-size: 34px;
  }

  .about-profile-milestones {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .about-profile {
    padding: 34px 0 42px;
  }

  .about-profile-shell {
    border-radius: 22px;
  }

  .about-profile-rail,
  .about-profile-main {
    padding: 22px;
  }

  .about-profile-heading {
    gap: 10px;
  }

  .about-profile-heading h1 {
    font-size: 26px;
  }

  .about-profile-body article {
    padding: 18px;
  }

  .about-profile-body p {
    font-size: 13.5px;
    text-align: left;
  }

  .about-profile-gallery img,
  .about-profile-gallery img:first-child {
    height: 190px;
  }

  .about-profile-milestones {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .about-simple {
    align-items: flex-start;
  }

  .about-simple-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .about-simple-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 0;
  }
}

@media (max-width: 720px) {
  .about-simple {
    padding: 34px 0 42px;
  }

  .about-simple-title h1 {
    width: 100%;
    justify-content: center;
    padding: 0 22px;
    font-size: 23px;
  }

  .about-simple-copy {
    padding: 20px;
    border-radius: 20px;
  }

  .about-simple-copy p {
    font-size: 14px;
    line-height: 1.45;
    text-align: left;
  }

  .about-simple-images {
    grid-template-columns: 1fr;
  }

  .about-simple-images img {
    height: 190px;
  }
}

@media (max-width: 960px) {
  .mission-simple {
    align-items: flex-start;
  }

  .mission-simple-title {
    margin-left: 0;
  }

  .mission-simple-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mission-simple-image {
    max-width: 440px;
  }

  .mission-simple-copy {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .mission-simple {
    padding: 34px 0 42px;
  }

  .mission-simple-title {
    max-width: none;
  }

  .mission-simple-title h1 {
    min-height: 44px;
    box-shadow: 0 14px 30px rgba(16, 31, 49, 0.16);
  }

  .mission-simple-image {
    max-width: none;
  }

  .mission-simple-image img {
    height: 210px;
  }

  .mission-simple-copy {
    padding: 20px;
    border: 1px solid #dfe8f1;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
  }

  .mission-simple-copy p {
    font-size: 14px;
    line-height: 1.42;
    text-align: left;
  }
}

@media (max-width: 960px) {
  .vision-simple-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .vision-simple-copy {
    order: 2;
    padding-top: 0;
  }

  .vision-simple-media {
    order: 1;
    max-width: 440px;
  }
}

@media (max-width: 720px) {
  .vision-simple {
    padding: 34px 0 42px;
  }

  .vision-simple-media {
    max-width: none;
  }

  .vision-simple-title {
    max-width: none;
  }

  .vision-simple-title h1 {
    min-height: 44px;
    box-shadow: 0 14px 30px rgba(16, 31, 49, 0.16);
  }

  .vision-simple-image img {
    height: 210px;
  }

  .vision-simple-copy {
    padding: 20px;
    border: 1px solid #dfe8f1;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
  }

  .vision-simple-copy p {
    font-size: 14px;
    line-height: 1.42;
    text-align: left;
  }
}

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

@media (max-width: 720px) {
  .privacy-simple {
    padding: 34px 0 42px;
  }

  .privacy-simple-title {
    max-width: none;
  }

  .privacy-simple-title h1 {
    min-height: 44px;
    box-shadow: 0 14px 30px rgba(16, 31, 49, 0.16);
  }

  .privacy-simple-card {
    padding: 20px;
    border-radius: 20px;
  }

  .privacy-simple-card > p {
    font-size: 14px;
    line-height: 1.42;
    text-align: left;
  }

  .privacy-simple-grid {
    grid-template-columns: 1fr;
  }

  .privacy-simple-grid article {
    min-height: auto;
  }
}

@media (max-width: 1080px) {
  .company-hero-modern {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
  }

  .company-hero-content h1 {
    font-size: 34px;
  }

  .company-commitment {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .company-about {
    padding: 34px 0 54px;
  }

  .company-hero-modern,
  .company-story-section,
  .company-principles {
    grid-template-columns: 1fr;
  }

  .company-hero-modern {
    min-height: auto;
    padding-top: 14px;
  }

  .company-hero-content h1 {
    font-size: 30px;
  }

  .company-hero-visual {
    min-height: 340px;
  }

  .company-hero-visual img {
    min-height: 340px;
  }

  .company-timeline-panel {
    padding: 28px;
  }

  .company-timeline-panel .company-section-head {
    display: block;
  }

  .company-timeline-panel .company-section-head p {
    margin-top: 14px;
  }

  .company-timeline-rich {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 0 0 38px;
  }

  .company-timeline-rich::before,
  .company-timeline-rich::after {
    top: 0;
    left: 12px;
    width: 3px;
    height: 100%;
    transform: none;
  }

  .company-timeline-rich::after {
    width: 3px;
    height: var(--timeline-progress);
  }

  .company-milestone,
  .company-milestone:nth-child(even) {
    width: auto;
    min-height: auto;
    margin-left: 0;
    padding: 20px;
  }

  .company-milestone:nth-child(odd)::before,
  .company-milestone:nth-child(even)::before {
    left: -35px;
    right: auto;
    top: 24px;
    transform: none;
  }

  .company-commitment-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .company-about {
    background-size: 42px 42px, auto;
  }

  .company-about .container,
  .company-hero-modern,
  .company-hero-content,
  .company-story-section,
  .company-principles,
  .company-commitment {
    min-width: 0;
    max-width: 100%;
  }

  .company-hero-content h1 {
    max-width: 100%;
    font-size: 24px;
    line-height: 1.14;
    overflow-wrap: break-word;
  }

  .company-hero-content p,
  .company-section-head p,
  .company-story-copy p,
  .company-principle-card p {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.58;
    overflow-wrap: break-word;
  }

  .company-actions {
    flex-direction: column;
  }

  .company-actions a {
    width: 100%;
  }

  .company-hero-visual {
    width: 100%;
    max-width: 100%;
    min-height: 290px;
    border-radius: 22px;
  }

  .company-hero-visual img {
    min-height: 290px;
  }

  .company-year-badge {
    top: 18px;
    right: 18px;
    min-width: 112px;
    padding: 14px 16px;
    border-radius: 18px;
  }

  .company-year-badge strong {
    font-size: 28px;
  }

  .company-capability {
    left: 18px;
    right: 18px;
    bottom: 18px;
    grid-template-columns: 1fr;
  }

  .company-timeline-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .company-section-head h2,
  .company-story-copy h2,
  .company-commitment h2,
  .company-principle-card h2 {
    font-size: 20px;
    line-height: 1.14;
    overflow-wrap: break-word;
  }

  .company-timeline-panel .company-section-head {
    min-width: 0;
  }

  .company-timeline-section {
    padding-bottom: 34px;
  }

  .company-timeline-rich {
    padding-left: 32px;
  }

  .company-milestone,
  .company-milestone:nth-child(even) {
    padding: 19px;
    border-radius: 20px;
  }

  .company-milestone:nth-child(odd)::before,
  .company-milestone:nth-child(even)::before {
    left: -31px;
    top: 28px;
    width: 13px;
    height: 13px;
    border-width: 3px;
  }

  .company-story-copy,
  .company-principle-card {
    padding: 22px;
    border-radius: 22px;
  }

  .company-story-facts,
  .company-commitment-grid {
    grid-template-columns: 1fr;
  }

  .company-story-media img {
    min-height: 220px;
  }

  .company-principle-card {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  .company-hero-content,
  .company-hero-visual {
    width: min(100%, 360px);
    max-width: 360px;
  }

  .company-hero-content h1,
  .company-hero-content p {
    max-width: 360px;
  }
}

@media (max-width: 960px) {
  .solution-ajax-layout {
    grid-template-columns: 1fr;
  }

  .solution-ajax-panel {
    position: static;
  }

  .solution-v4-grid {
    grid-template-columns: 1fr;
  }

  .solution-v4-priority {
    display: grid;
  }

  .solution-v4-actions {
    display: grid;
  }

  .solution-v4-actions .solution-primary,
  .solution-v4-actions .solution-secondary {
    width: 100%;
  }

  .solution-board {
    grid-template-columns: 1fr;
  }

  .solution-board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-live-panel {
    position: static;
  }

  .solution-selector {
    padding: 34px 0 54px;
  }

  .solution-selector-head,
  .solution-workspace {
    grid-template-columns: 1fr;
  }

  .solution-rule,
  .solution-side {
    position: static;
  }

  .solution-result-panel {
    grid-column: auto;
  }

  .solution-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-simple-workspace .solution-options,
  .solution-simple-workspace .solution-options.is-many-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-progress {
    grid-template-columns: repeat(5, minmax(130px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .solution-simple-workspace > .solution-progress {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .solution-progress span {
    min-height: 42px;
    white-space: nowrap;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact-copy {
    padding-top: 0;
  }

  .contact-copy h1 {
    font-size: 38px;
  }

  .contact-form {
    margin-top: 0;
  }

  .contact-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-detail-address {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .solution-ajax-panel {
    padding: 16px;
    border-radius: 18px;
  }

  .solution-v4-card {
    padding: 14px;
    border-radius: 18px;
  }

  .solution-v4-column {
    padding: 12px;
    border-radius: 14px;
  }

  .solution-v4-level-head {
    display: grid;
    align-items: start;
  }

  .solution-v4-result-grid {
    grid-template-columns: 1fr;
  }

  .solution-v4-result-card a,
  .solution-v4-result-card button {
    width: 100%;
    justify-content: center;
  }

  .solution-board-grid {
    grid-template-columns: 1fr;
    padding: 14px;
    border-radius: 18px;
  }

  .solution-live-panel {
    border-radius: 18px;
  }

  .solution-column-head {
    position: sticky;
    top: var(--navbar-height);
    z-index: 2;
    margin: 0 -2px 10px;
    padding: 8px 2px 10px;
    background: rgba(255, 255, 255, 0.96);
  }

  .solution-selector-head {
    padding: 20px;
  }

  .solution-rule {
    grid-template-columns: 1fr;
  }

  .solution-card-status {
    display: grid;
  }

  .solution-summary-pills {
    justify-content: flex-start;
  }

  .solution-selector-head h1 {
    font-size: 34px;
  }

  .solution-selector-head p:not(.solution-kicker) {
    font-size: 14px;
  }

  .solution-step-card,
  .solution-result-panel,
  .solution-side,
  .solution-rule {
    border-radius: 18px;
  }

  .solution-step-card,
  .solution-result-panel {
    min-height: auto;
    padding: 22px;
  }

  .solution-options,
  .solution-options.is-many-options,
  .solution-simple-workspace .solution-options,
  .solution-simple-workspace .solution-options.is-many-options,
  .solution-simple-workspace .solution-options.is-group-options {
    grid-template-columns: 1fr;
  }

  .solution-simple-workspace .solution-options.is-group-options .solution-option {
    min-height: 96px;
  }

  .solution-step-card h2,
  .solution-result-panel h2 {
    font-size: 25px;
  }

  .solution-option {
    min-height: 78px;
    padding: 14px;
    padding-left: 42px;
  }

  .solution-actions,
  .solution-result-actions {
    display: grid;
    margin: 18px -22px -22px;
    padding: 14px 22px 18px;
  }

  .solution-primary,
  .solution-secondary {
    width: 100%;
  }

  .floating-contact {
    right: 14px;
    bottom: 14px;
    gap: 8px;
  }

  .floating-contact-btn {
    width: 54px;
    height: 54px;
  }

  .contact-hero {
    padding: 24px 0 48px;
  }

  .contact-copy h1 {
    font-size: 32px;
  }

  .product-ajax-panel {
    min-height: auto;
    max-height: none;
    overflow: visible;
    padding: 22px;
    border-radius: 18px;
    transform: translateY(28px);
  }

  .product-ajax-head {
    display: grid;
    gap: 16px;
  }

  .product-ajax-head h2 {
    font-size: 30px;
  }

  .product-ajax-head button {
    width: 100%;
  }

  .product-ajax-panel .hot-application-grid,
  .product-ajax-panel .flexible-capacity-grid {
    grid-template-columns: 1fr;
  }

  .product-ajax-panel .hot-application-grid article:nth-child(3):last-child,
  .product-ajax-panel .flexible-capacity-grid .is-featured {
    grid-column: auto;
  }

  .product-ajax-panel .flexible-capacity-grid .is-featured,
  .product-ajax-panel .hot-application-grid .is-featured {
    grid-template-columns: 1fr;
  }

  .product-ajax-panel .flexible-capacity-grid .is-featured a,
  .product-ajax-panel .hot-application-grid .is-featured a {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
  }

  .contact-copy > p {
    font-size: 14px;
  }

  .contact-details,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-quick-actions {
    display: grid;
  }

  .contact-quick-actions a {
    width: 100%;
  }

  .contact-form {
    padding: 22px;
    border-radius: 22px;
  }

  .contact-modal {
    align-items: flex-start;
    padding: 14px;
    overflow: auto;
  }

  .contact-modal-dialog {
    max-height: none;
    margin: 14px 0;
    border-radius: 22px;
  }

  .contact-modal-form {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .contact-modal-close {
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .contact-modal-form .form-head {
    padding-right: 44px;
  }

  .form-head {
    align-items: flex-start;
  }

  .form-head h2 {
    font-size: 21px;
  }
}

@media (max-width: 430px) {
  .thermal-layout,
  .thermal-copy,
  .thermal-sale-card {
    min-width: 0;
  }

  .thermal-copy h1 {
    max-width: min(100%, 320px);
    font-size: 24px;
    line-height: 1.12;
    overflow-wrap: break-word;
  }

  .thermal-copy > p:not(.ribbon-studio-kicker) {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 360px) {
  .thermal-copy h1 {
    font-size: 23px;
  }
}

/* Responsive polish pass */
img,
video,
iframe {
  max-width: 100%;
}

.container,
.hero .container,
.formulation-shell,
.ribbon-studio-shell,
.thermal-layout,
.logistics-hero-grid,
.contact-layout,
.footer-grid,
.solution-v4-grid,
.product-ajax-panel {
  min-width: 0;
}

@media (max-width: 1024px) {
  .menu {
    max-height: calc(100vh - var(--navbar-height));
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .submenu,
  .submenu-nested {
    max-width: calc(100vw - 32px);
  }

  .footer-contact-panel,
  .footer-map {
    min-width: 0;
  }
}

@media (min-width: 761px) and (max-width: 1024px) {
  .hero-ribbon {
    right: 0;
    width: min(37vw, 330px);
  }

  .brand-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, var(--max));
  }

  .hero h1,
  .ribbon-studio-copy h1,
  .thermal-copy h1,
  .logistics-hero-copy h1,
  .company-hero-content h1,
  .contact-copy h1,
  .solution-selector-head h1 {
    text-wrap: balance;
  }

  .hero-actions,
  .thermal-actions,
  .industry-actions,
  .contact-quick-actions,
  .solution-actions,
  .solution-v4-actions,
  .ribbon-product-actions {
    width: 100%;
  }

  .hero-actions a,
  .thermal-actions a,
  .industry-actions a,
  .contact-quick-actions a,
  .solution-actions a,
  .solution-actions button,
  .solution-v4-actions a,
  .solution-v4-actions button,
  .ribbon-product-actions a,
  .thermal-sale-cta,
  .industry-quote-cta-button {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  .ribbon-studio-feature {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 10px;
  }

  .ribbon-studio-feature strong {
    justify-self: end;
  }

  .ribbon-studio-feature span,
  .ribbon-studio-feature strong {
    overflow-wrap: anywhere;
  }

  .solution-v4-result-top,
  .solution-v4-level-head,
  .thermal-sale-current {
    min-width: 0;
  }

  .solution-v4-result-top strong,
  .thermal-sale-current strong,
  .thermal-sale-list dd {
    overflow-wrap: anywhere;
  }

  .footer-location-row {
    min-width: 0;
  }

  .brand-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .brand-strip article {
    min-width: 0;
    padding: 14px 10px;
    border-right: 1px solid #e8eef4;
    border-bottom: 1px solid #e8eef4;
  }

  .brand-strip article:nth-child(2n) {
    border-right: 0;
  }

  .brand-logo {
    max-width: min(100%, 92px);
  }
}

@media (max-width: 520px) {
  .floating-contact {
    right: 12px;
    bottom: 12px;
    gap: 7px;
  }

  .floating-contact-btn {
    width: 50px;
    height: 50px;
  }

  .floating-contact-btn img {
    width: 28px;
    height: 28px;
  }

  .contact-details article {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .contact-detail-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  .contact-detail-icon svg {
    width: 28px;
    height: 28px;
  }

  .contact-details strong,
  .contact-details span,
  .contact-details a {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .contact-details a {
    width: 100%;
    font-size: 13.5px;
    line-height: 1.28;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    min-width: 0;
    width: 100%;
  }

  .formulation-panel,
  .ribbon-studio-card,
  .thermal-sale-card,
  .contact-form,
  .solution-v4-card,
  .product-ajax-panel {
    box-shadow: 0 18px 42px rgba(15, 65, 114, 0.1);
  }
}

@media (max-width: 390px) {
  .hero h1,
  .ribbon-studio-copy h1,
  .thermal-copy h1,
  .logistics-hero-copy h1,
  .company-hero-content h1,
  .contact-copy h1,
  .solution-selector-head h1 {
    font-size: clamp(25px, 8vw, 32px);
  }

  .application-card,
  .ribbon-product-card,
  .logistics-ribbon-grid article,
  .solution-v4-result-card {
    border-radius: 18px;
  }

  .ribbon-studio-card h2,
  .product-ajax-head h2,
  .thermal-sale-card h2 {
    font-size: clamp(24px, 7vw, 30px);
  }
}
