@font-face {
  font-family: Arabic;
  src: url("assets/Arabic-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Arabic;
  src: url("assets/Arabic-Bold.woff") format("woff");
  font-weight: 700 900;
  font-display: swap;
}
:root {
  --navy: #173d62;
  --deep: #04294e;
  --blue: #087abc;
  --ink: #173d62;
  --muted: #435e75;
  --line: #dce8f1;
  --pale: #f3f9fd;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font: 400 17px/1.85 Arabic,Tahoma,sans-serif;
}
h1,h2,h3,p,blockquote {
  margin: 0;
}
h1,h2,h3 {
  font-weight: 700;
  line-height: 1.6;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 18px;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
[hidden] {
  display: none !important;
}
.svg-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.container {
  width: calc(100% - 112px);
  max-width: 1240px;
  margin: auto;
}
.section-title {
  text-align: center;
  margin-bottom: 28px;
}
.section-title p {
  font-size: 15px;
  color: var(--muted);
  margin-top: 5px;
}
.section-note {
  font-size: 14px;
  color: var(--muted);
  text-align: center;
  margin-top: 18px;
  line-height: 1.9;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 20px;
  border: 1px solid #0875b9;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(135deg,#129ad9,#0062b5);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.7;
  box-shadow: 0 4px 12px #006aab1b;
  transition: filter .2s,transform .2s;
}
.button:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}
.button svg {
  width: 22px;
  height: 22px;
}
.button.outline {
  background: #ffffffb8;
  color: var(--navy);
  border-color: #81afd2;
  box-shadow: none;
}
.button.small {
  font-size: 14px;
  padding: 8px 15px;
  white-space: nowrap;
}
.small svg {
  width: 18px;
  height: 18px;
}
a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible {
  outline: 3px solid #eab54a;
  outline-offset: 4px;
}
/* Header and hero follow the supplied RTL reference. */
.site-header {
  background: #fff;
  border-bottom: 1px solid #edf3f8;
}
.header-inner {
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.brand {
  width: 185px;
  flex-shrink: 0;
}
.brand img {
  width: 185px;
  height: 62px;
  object-fit: contain;
}
.header-inner nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 14px;
}
.header-inner nav a {
  padding: 24px 0 18px;
  white-space: nowrap;
}
.header-inner nav .active {
  color: var(--blue);
  border-bottom: 2px solid var(--blue);
}
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(110deg,#e9f2f8,#f5faff 55%,#fff);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/factory.webp") center/cover;
  opacity: .045;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  align-items: center;
  min-height: 550px;
  gap: 28px;
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding: 38px 0;
}
.hero h1 {
  font-size: 38px;
  line-height: 1.65;
  color: var(--navy);
  letter-spacing: -.7px;
}
.hero h2 {
  font-size: 20px;
  margin: 4px 0 20px;
}
.hero-badges {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  margin: 24px 0;
}
.hero-badges>div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 7px;
  border: 1px solid #e0ebf4;
  border-radius: 9px;
  background: #ffffffc9;
  box-shadow: 0 4px 12px #173d6208;
  font-size: 14px;
  line-height: 1.8;
}
.hero-badges svg {
  width: 36px;
  height: 36px;
  color: #2670ac;
}
.hero-badges strong {
  display: block;
  font-size: 15px;
}
.hero-copy>p {
  font-size: 15px;
  line-height: 2;
}
.hero-copy>p strong {
  font-weight: 400;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.hero-actions .button {
  font-size: 14px;
  padding: 12px 15px;
}
.hero-photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 520px;
  min-width: 0;
}
.hero-photo>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.hero-annotation {
  position: absolute;
  left: -6px;
  top: 28%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #3376ba;
  transform: rotate(-9deg);
  text-align: center;
}
.hero-annotation svg {
  display: block;
  width: 108px;
  height: 65px;
  stroke-width: 1.4;
  margin-top: 3px;
}
/* Intact containers: SVG windows use the complete source strip. */
.containers-section {
  padding: 30px 0;
  background: linear-gradient(#fff,#f6fbff);
}
.containers-grid {
  display: grid;
  grid-template-columns: 1.25fr 1.9fr repeat(4,1fr);
  gap: 18px;
  align-items: end;
}
.dimensions {
  align-self: center;
  border: 1px solid #bfd8ec;
  border-radius: 9px;
  padding: 18px 14px;
  min-height: 185px;
  background: #f8fcff;
  box-shadow: 0 3px 14px #23577709;
}
.dimensions>div {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.9;
}
.dimensions>div+div {
  margin-top: 24px;
}
.dimensions strong {
  display: block;
  font-size: 16px;
}
.dimensions svg {
  order: 1;
  width: 32px;
  height: 32px;
  color: #4480b2;
}
.vessel {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  min-width: 0;
}
.vessel img,.vessel-image {
  height: 176px;
  width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  margin-bottom: 12px;
  display: block;
}
.vessel-image {
  stroke: none;
  fill: none;
}
.benefits {
  padding: 25px 0 38px;
  color: #fff;
  background: radial-gradient(ellipse at 55% 0%,#126bb0,#063766 67%,#04294e);
}
.benefits .section-title {
  margin-bottom: 24px;
}
.benefits h2 {
  font-size: 25px;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 22px;
}
.benefit-grid article {
  background: linear-gradient(145deg,#1783cc77,#125e9b77);
  border: 1px solid #3697d72b;
  border-radius: 12px;
  text-align: center;
  padding: 23px 10px;
  box-shadow: 0 7px 22px #001b3822;
}
.benefit-grid svg {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  color: #d2edff;
}
.benefit-grid h3 {
  font-size: 19px;
  margin-bottom: 8px;
}
.benefit-grid p {
  font-size: 14px;
  line-height: 1.85;
  color: #e4eff9;
}
.operation {
  padding: 32px 0 24px;
  background: linear-gradient(#fff,#fbfdff);
}
.steps {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 44px;
}
.step {
  position: relative;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding-bottom: 23px;
  box-shadow: 0 5px 16px #173d6207;
}
.step>img {
  width: 100%;
  height: auto;
  aspect-ratio: 2.04;
  object-fit: cover;
  border-radius: 9px 9px 4px 4px;
}
.step .number {
  position: relative;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  background: #076ca5;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: -20px auto 8px;
}
.step h3 {
  font-size: 18px;
  margin-bottom: 7px;
}
.step p {
  font-size: 14px;
  color: var(--muted);
  line-height: 2;
  padding: 0 14px;
}
.step:not(:last-child):after {
  content: "←";
  position: absolute;
  left: -35px;
  top: 43%;
  font-size: 27px;
  color: #5f9cca;
}
.notice {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  max-width: 780px;
  margin: 22px auto 0;
  padding: 11px 18px;
  border: 1px solid #dceefb;
  border-radius: 6px;
  background: linear-gradient(90deg,#e1f1fe,#edf7ff);
  font-size: 14px;
  color: #295776;
  text-align: center;
}
.notice svg {
  width: 23px;
  height: 23px;
  color: #0072b0;
}
.models {
  padding: 24px 0;
}
.model-grid {
  display: grid;
  grid-template-columns: 1fr 1.27fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.model-card {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(#fff,#fbfdfe);
  min-width: 0;
}
.model-card>div {
  flex: 1;
  min-width: 0;
}
.model-card img {
  width: 35%;
  max-height: 230px;
  object-fit: contain;
  order: -1;
  mix-blend-mode: multiply;
}
.model-card.industrial img {
  order: 1;
}
.model-card h3 {
  font-size: 17px;
  margin-bottom: 16px;
}
.model-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 2.15;
}
.model-card li:before {
  content: "○";
  color: #0079ad;
  margin-left: 5px;
}
.model-link {
  display: block;
  font-size: 13px;
  color: #067cb9;
  margin-top: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.table-wrap {
  align-self: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 7px;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: center;
}
th,td {
  padding: 10px 7px;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  line-height: 1.8;
}
thead {
  background: #edf4f9;
  font-size: 14px;
}
tbody th {
  background: #f7fafc;
  font-weight: 400;
}
td {
  color: var(--muted);
}
tr:last-child td,tr:last-child th {
  border-bottom: 0;
}
.models .notice {
  max-width: none;
  margin-top: 18px;
  padding: 8px 15px;
  font-size: 14px;
}
.notice a {
  text-decoration: underline;
}
.industries {
  padding: 15px 0 26px;
  background: linear-gradient(#fff,#f4faff);
}
.industries .section-title {
  margin-bottom: 22px;
}
.industry-grid {
  display: grid;
  grid-template-columns: 1.75fr repeat(3,1fr) 1.6fr;
  gap: 12px;
  align-items: stretch;
}
.industry-photo {
  width: 100%;
  height: 100%;
  max-height: 210px;
  object-fit: contain;
  mix-blend-mode: multiply;
  align-self: center;
}
.industry-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffffba;
  text-align: center;
  padding: 17px 8px 12px;
  min-height: 185px;
  min-width: 0;
  box-shadow: 0 3px 10px #173d6205;
}
.industry-item>svg {
  margin: 0 auto 7px;
  color: #3679ad;
  width: 35px;
  height: 35px;
}
.industry-item h3 {
  font-size: 16px;
}
.industry-item p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 7px;
}
.agriculture {
  position: relative;
}
/* Customer logos are extracted from page 3 of the supplied catalogue. */
.trust {
  padding: 32px 0;
  background: linear-gradient(90deg,#063a67d9,#063565f7),url("assets/factory.webp") left center/65% 100% no-repeat;
  color: #fff;
}
.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1.75fr;
  gap: 70px;
  align-items: center;
}
.quote {
  padding: 0 6px;
  text-align: center;
  min-width: 0;
}
.quote-mark {
  display: block;
  font-size: 47px;
  line-height: .9;
  color: #49ace5;
  text-align: right;
}
.quote h2 {
  font-size: 18px;
  margin: 5px 0 3px;
}
.sample-label {
  font-size: 12px;
  color: #c3d9ec;
}
.testimonial-slides {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  min-width: 0;
  align-items: center;
  min-height: 166px;
}
.testimonial-slide {
  grid-area: 1/1;
  min-width: 0;
}
.quote blockquote {
  font-size: 17px;
  line-height: 2.05;
  padding-inline: 20px;
  overflow-wrap: anywhere;
}
.slider-controls {
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.slider-dots {
  display: flex;
  gap: 2px;
  align-items: center;
}
.slider-dot {
  position: relative;
  border: 0;
  padding: 0;
  background: none;
  width: 28px;
  height: 32px;
}
.slider-dot:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  inset: 13px 11px;
  border-radius: 50%;
  background: #6190b8;
}
.slider-dot[aria-pressed=true]:after {
  background: #fff;
  width: 8px;
  height: 8px;
  inset: 12px 10px;
}
.slider-arrow {
  width: 34px;
  height: 34px;
  border: 1px solid #80b4df4d;
  border-radius: 50%;
  background: transparent;
  color: #d3ebff;
  font: 23px/1 Arial;
}
.slider-arrow:hover {
  background: #ffffff1a;
}
.slider-toggle {
  border: 0;
  background: none;
  color: #c3d9ec;
  font-size: 12px;
  min-width: 38px;
  min-height: 32px;
}
.customer-panel h2 {
  font-size: 28px;
}
.customer-panel h2 bdi {
  font-size: 44px;
  line-height: 1.3;
}
.customer-panel>p {
  font-size: 15px;
  margin: 4px 0 16px;
  color: #e0edf7;
}
.customer-logos {
  padding: 12px;
  background: #fff;
  border-radius: 8px;
}
.customer-logos ul {
  display: grid;
  grid-template-columns: repeat(8,1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.customer-logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #e9e6dd;
}
.customer-logos img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.26;
  object-fit: contain;
}
.faq {
  padding: 32px 0;
  background: linear-gradient(#fff,#f2f8fd);
}
.faq-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 50px;
  align-items: center;
}
.faq .section-title {
  margin-bottom: 17px;
}
.faq .section-title h2 {
  font-size: 23px;
}
.faq .section-title p {
  font-size: 14px;
}
details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}
summary {
  list-style: none;
  cursor: pointer;
  padding: 9px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  font: 20px/1 Arial;
  color: #6088a3;
}
details[open] summary:after {
  content: "−";
}
details[open] summary {
  color: #0276ad;
  border-bottom: 1px solid var(--line);
}
details p {
  padding: 12px 15px;
  color: var(--muted);
  font-size: 14px;
}
.help-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  background: linear-gradient(100deg,#edf4f8,#e5eff7);
  border-radius: 10px;
  overflow: hidden;
  align-items: stretch;
}
.help-card>div {
  padding: 25px 18px;
  align-self: center;
}
.help-card>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.question-icon {
  display: grid;
  place-items: center;
  background: #0085c2;
  color: white;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  font-size: 30px;
  margin-bottom: 17px;
}
.help-card h3 {
  font-size: 15px;
  line-height: 1.9;
}
.help-card p {
  font-size: 14px;
  margin-bottom: 13px;
}
.help-card .button {
  font-size: 14px;
  padding: 10px 19px;
}
.ordering {
  padding: 27px 0 34px;
}
.ordering .section-title {
  margin-bottom: 20px;
}
.ordering h2 {
  font-size: 22px;
}
.ordering .section-title p {
  font-size: 14px;
}
.order-grid {
  display: grid;
  grid-template-columns: repeat(10,1fr);
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: order;
}
.order-grid li {
  position: relative;
  text-align: center;
  font-size: 13px;
  line-height: 1.9;
  border: 1px solid #e6eef5;
  border-radius: 6px;
  padding: 18px 4px 10px;
  background: linear-gradient(#fff,#f4f9fd);
  counter-increment: order;
}
.order-grid li:before {
  content: counter(order,persian);
  position: absolute;
  top: -9px;
  right: 8px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  color: #fff;
  background: #076eae;
  font-size: 13px;
}
.order-grid svg {
  display: block;
  margin: 0 auto 10px;
  width: 25px;
  height: 25px;
  color: #0483be;
}
footer {
  background: linear-gradient(110deg,#03264a,#083564);
  padding: 35px 0 22px;
  color: #dae8f3;
}
.footer-grid {
  display: grid;
  grid-template-columns: .9fr .8fr 1.2fr 1.35fr;
  gap: 40px;
}
.footer-grid h3 {
  font-size: 15px;
  margin-bottom: 13px;
  color: #fff;
}
.footer-grid a {
  display: block;
  font-size: 14px;
  line-height: 2;
}
.footer-grid p {
  font-size: 14px;
  line-height: 2;
}
.footer-brand {
  grid-column: 4;
  text-align: left;
}
.footer-brand img {
  width: 220px;
  height: 74px;
  object-fit: contain;
  object-position: left;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}
.footer-brand p {
  font-size: 14px;
}
.footer-phone {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-size: 18px !important;
  color: #fff;
  margin-bottom: 9px;
}
.footer-phone svg {
  width: 20px;
  height: 20px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #315879;
  padding-top: 18px;
  margin-top: 30px;
  font-size: 12px;
}
.contact-demo {
  display: flex !important;
  align-items: center;
  gap: 8px;
  color: #fff;
  margin: 7px 0;
}
.contact-demo svg {
  width: 19px;
  height: 19px;
}
.footer-grid .contact-note {
  font-size: 13px;
  color: #b3c9db;
}
.visually-hidden {
  position: absolute;
  clip: rect(0,0,0,0);
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (max-width:1150px) {
  .container {
    width: calc(100% - 64px);
  }
  .header-inner {
    gap: 18px;
  }
  .header-inner nav {
    gap: 16px;
    font-size: 13px;
  }
  .brand,.brand img {
    width: 155px;
  }
  .hero-grid {
    gap: 20px;
    min-height: 490px;
  }
  .hero h1 {
    font-size: 31px;
  }
  .hero h2 {
    font-size: 18px;
  }
  .hero-photo {
    height: 450px;
  }
  .hero-annotation {
    left: -15px;
    font-size: 14px;
  }
  .hero-actions {
    gap: 8px;
  }
  .hero-actions .button {
    font-size: 14px;
  }
  .benefit-grid {
    gap: 15px;
  }
  .containers-grid {
    gap: 13px;
  }
  .dimensions {
    padding: 12px;
    min-height: 170px;
  }
  .dimensions>div {
    font-size: 13px;
  }
  .dimensions strong {
    font-size: 14px;
  }
  .vessel img,.vessel-image {
    height: 152px;
  }
  .vessel {
    font-size: 14px;
  }
  .model-grid {
    gap: 12px;
    grid-template-columns: 1fr 1.2fr 1fr;
  }
  .model-card {
    padding: 16px 10px;
    flex-direction: column;
    justify-content: center;
  }
  .model-card img,.model-card.industrial img {
    order: -1;
    max-height: 150px;
    width: 65%;
    margin-bottom: 8px;
  }
  .model-card h3 {
    margin-bottom: 9px;
  }
  .model-card ul {
    font-size: 13px;
  }
  .model-link {
    font-size: 12px;
  }
  th,td {
    padding: 9px 5px;
    font-size: 14px;
  }
  .industry-grid {
    grid-template-columns: 1.6fr repeat(3,1fr) 1.4fr;
    gap: 8px;
  }
  .industry-item h3 {
    font-size: 14px;
  }
  .industry-item p {
    font-size: 13px;
  }
  .trust-grid {
    gap: 30px;
  }
  .quote blockquote {
    font-size: 15px;
  }
  .customer-logos ul {
    gap: 5px;
    grid-template-columns: repeat(4,1fr);
  }
  .customer-logos img {
    max-height: 67px;
  }
  .footer-grid {
    gap: 24px;
  }
  .footer-phone {
    font-size: 15px !important;
  }
}
@media (max-width:800px) {
  h2 {
    font-size: 23px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    flex-wrap: wrap;
    padding: 10px 0 0;
    gap: 5px;
    min-height: 70px;
  }
  .brand img {
    height: 50px;
  }
  .header-inner nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }
  .header-inner nav a {
    padding: 7px 0 11px;
    font-size: 13px;
  }
  .hero-grid {
    grid-template-columns: 1.15fr 1fr;
    gap: 10px;
    min-height: 430px;
  }
  .hero h1 {
    font-size: 26px;
  }
  .hero h2 {
    font-size: 16px;
  }
  .hero-copy {
    padding: 24px 0;
  }
  .hero-copy>p {
    font-size: 14px;
  }
  .hero-badges {
    gap: 5px;
    margin: 18px 0;
  }
  .hero-badges>div {
    gap: 5px;
    font-size: 12px;
    padding: 9px 3px;
  }
  .hero-badges strong {
    font-size: 14px;
  }
  .hero-badges svg {
    width: 26px;
    height: 26px;
  }
  .hero-photo {
    height: 380px;
  }
  .hero-annotation {
    display: none;
  }
  .hero-actions {
    margin-top: 20px;
  }
  .hero-actions .button {
    font-size: 13px;
    padding: 10px;
  }
  .containers-grid {
    grid-template-columns: 1.8fr repeat(4,1fr);
  }
  .dimensions {
    grid-column: 1/-1;
    display: flex;
    justify-content: center;
    gap: 40px;
    min-height: 0;
    order: 2;
  }
  .dimensions>div+div {
    margin: 0;
  }
  .dimensions>div {
    gap: 18px;
  }
  .vessel img,.vessel-image {
    height: 125px;
  }
  .vessel {
    font-size: 13px;
  }
  .benefit-grid {
    gap: 9px;
  }
  .benefit-grid article {
    padding: 18px 7px;
  }
  .benefit-grid h3 {
    font-size: 15px;
  }
  .benefit-grid p {
    font-size: 13px;
  }
  .benefit-grid svg {
    width: 35px;
    height: 35px;
  }
  .steps {
    gap: 23px;
  }
  .step:not(:last-child):after {
    left: -19px;
    font-size: 20px;
  }
  .step h3 {
    font-size: 15px;
  }
  .step p {
    font-size: 13px;
    padding: 0 7px;
  }
  .model-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .table-wrap {
    grid-row: 2;
    grid-column: 1/-1;
  }
  .model-card {
    flex-direction: row;
    padding: 20px 15px;
    gap: 12px;
  }
  .model-card img {
    width: 34%;
    max-height: 200px;
  }
  .model-card.industrial img {
    order: 1;
    width: 34%;
    max-height: 200px;
  }
  .model-card h3 {
    font-size: 17px;
  }
  .model-card ul {
    font-size: 14px;
  }
  th,td {
    font-size: 14px;
    padding: 9px;
  }
  .model-link {
    font-size: 13px;
  }
  .industry-grid {
    grid-template-columns: repeat(4,1fr);
  }
  .industry-photo {
    grid-column: 1/-1;
    max-height: 170px;
    width: 100%;
    height: auto;
  }
  .industry-item h3 {
    font-size: 15px;
  }
  .industry-item p {
    font-size: 14px;
  }
  .trust-grid {
    gap: 24px;
    grid-template-columns: 1fr 1.2fr;
  }
  .customer-panel h2 {
    font-size: 23px;
  }
  .customer-panel h2 bdi {
    font-size: 36px;
  }
  .quote h2 {
    font-size: 16px;
  }
  .testimonial-slides {
    min-height: 205px;
  }
  .faq-grid {
    gap: 22px;
    grid-template-columns: 1.2fr 1fr;
  }
  .help-card {
    grid-template-columns: 1fr;
  }
  .help-card>img {
    height: 165px;
    grid-row: 1;
  }
  .help-card>div {
    padding: 20px;
  }
  .order-grid {
    grid-template-columns: repeat(5,1fr);
    gap: 20px 10px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-brand {
    grid-column: auto;
    text-align: right;
  }
  .footer-brand img {
    object-position: right;
  }
  .footer-bottom {
    font-size: 11px;
  }
}
@media (max-width:540px) {
  .container {
    width: calc(100% - 32px);
  }
  h2 {
    font-size: 22px;
  }
  .section-title {
    margin-bottom: 22px;
  }
  .section-title p {
    font-size: 14px;
  }
  .header-inner nav {
    gap: 8px;
    overflow-x: auto;
  }
  .header-inner nav a {
    font-size: 12px;
  }
  .button.small {
    font-size: 13px;
    padding: 8px 10px;
  }
  .brand,.brand img {
    width: 145px;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .hero-copy {
    width: 100%;
    padding: 28px 0 0;
  }
  .hero h1 {
    font-size: 29px;
    line-height: 1.6;
    letter-spacing: -.5px;
  }
  .hero h2 {
    font-size: 16px;
    margin-top: 8px;
  }
  .hero-badges {
    margin: 20px 0 16px;
    gap: 7px;
  }
  .hero-badges>div {
    font-size: 12px;
    gap: 5px;
    padding: 10px 3px;
  }
  .hero-badges svg {
    width: 26px;
    height: 26px;
  }
  .hero-copy>p {
    font-size: 14px;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }
  .hero-actions .button {
    font-size: 14px;
    padding: 12px;
  }
  .hero-photo {
    height: 320px;
    width: 100%;
    margin: 8px 0;
  }
  .hero-photo>img {
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
  .hero-annotation {
    display: block;
    left: 0;
    top: 32%;
    font-size: 14px;
  }
  .hero-annotation svg {
    width: 85px;
    height: 50px;
  }
  .containers-section {
    padding: 26px 0;
  }
  .containers-grid {
    grid-template-columns: repeat(3,1fr);
    gap: 20px 12px;
  }
  .vessel.wide {
    grid-column: span 2;
  }
  .vessel img,.vessel-image {
    height: 140px;
  }
  .vessel {
    font-size: 14px;
  }
  .dimensions {
    gap: 22px;
    padding: 15px 8px;
  }
  .dimensions strong {
    font-size: 15px;
  }
  .dimensions>div {
    font-size: 13px;
    gap: 9px;
  }
  .dimensions svg {
    width: 28px;
    height: 28px;
  }
  .section-note {
    font-size: 13px;
  }
  .benefits {
    padding: 26px 0;
  }
  .benefits h2 {
    font-size: 22px;
  }
  .benefit-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
  }
  .benefit-grid article:last-child {
    grid-column: 1/-1;
  }
  .benefit-grid h3 {
    font-size: 18px;
  }
  .benefit-grid p {
    font-size: 14px;
  }
  .benefit-grid article {
    padding: 20px 9px;
  }
  .benefit-grid svg {
    width: 40px;
    height: 40px;
  }
  .operation {
    padding: 28px 0 18px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .step {
    padding-bottom: 22px;
  }
  .step h3 {
    font-size: 19px;
  }
  .step p {
    font-size: 15px;
  }
  .step:not(:last-child):after {
    display: none;
  }
  .notice {
    font-size: 14px;
    align-items: flex-start;
    padding: 12px;
  }
  .models {
    padding: 24px 0;
  }
  .model-grid {
    grid-template-columns: 1fr;
  }
  .table-wrap {
    grid-row: 3;
    grid-column: auto;
  }
  .model-card {
    padding: 23px 18px;
  }
  .model-card img,.model-card.industrial img {
    width: 35%;
    max-height: 220px;
    order: -1;
  }
  .model-card h3 {
    font-size: 19px;
  }
  .model-card ul {
    font-size: 14px;
  }
  .model-link {
    font-size: 14px;
  }
  .models .notice {
    flex-wrap: wrap;
    font-size: 14px;
  }
  th,td {
    font-size: 14px;
    padding: 9px 5px;
  }
  .industries {
    padding: 18px 0 27px;
  }
  .industry-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .industry-photo {
    max-height: 220px;
  }
  .industry-item {
    min-height: 182px;
    padding: 20px 8px;
  }
  .industry-item h3 {
    font-size: 17px;
  }
  .industry-item p {
    font-size: 14px;
  }
  .trust {
    padding: 30px 0;
    background-size: cover;
  }
  .trust-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .customer-panel {
    order: -1;
    width: 100%;
  }
  .customer-panel h2 {
    font-size: 25px;
  }
  .customer-panel>p {
    font-size: 14px;
  }
  .customer-logos {
    padding: 10px;
  }
  .customer-logos ul {
    gap: 7px;
  }
  .customer-logos img {
    max-height: none;
  }
  .quote {
    padding: 0 8px;
    width: 100%;
  }
  .quote h2 {
    font-size: 19px;
  }
  .quote-mark {
    font-size: 42px;
  }
  .quote blockquote {
    font-size: 17px;
  }
  .testimonial-slides {
    min-height: 182px;
  }
  .slider-dot {
    width: 32px;
    height: 40px;
  }
  .slider-dot:after {
    inset: 17px 13px;
  }
  .slider-dot[aria-pressed=true]:after {
    inset: 16px 12px;
  }
  .slider-arrow {
    width: 40px;
    height: 40px;
  }
  .slider-toggle {
    min-height: 40px;
  }
  .faq {
    padding: 30px 0;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  summary {
    padding: 12px;
    font-size: 14px;
  }
  .help-card {
    grid-template-columns: 1.2fr 1fr;
  }
  .help-card>img {
    height: 100%;
    grid-row: auto;
  }
  .help-card h3 {
    font-size: 15px;
  }
  .ordering {
    padding: 27px 0;
  }
  .order-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 21px 12px;
  }
  .order-grid li {
    font-size: 14px;
    padding: 19px 5px 13px;
  }
  .order-grid svg {
    width: 28px;
    height: 28px;
  }
  footer {
    padding: 28px 0 20px;
  }
  .footer-grid {
    gap: 28px 20px;
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid>div:nth-child(3),.footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand {
    grid-row: 1;
  }
  .footer-brand img {
    width: 195px;
    height: 66px;
  }
  .footer-grid h3 {
    font-size: 16px;
  }
  .footer-grid p,.footer-grid a {
    font-size: 14px;
  }
  .footer-grid .contact-note {
    font-size: 14px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
    font-size: 12px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}
/* Readability: keep product specifications legible at every breakpoint. */
.model-card ul {
  font-size: 14px;
  line-height: 2;
}
.model-card h3 {
  font-size: 19px;
}
.model-link {
  font-size: 13px;
  line-height: 1.9;
}
.model-card li {
  overflow-wrap: anywhere;
}
.model-card img {
  flex-shrink: 0;
}
.table-wrap {
  min-width: 0;
  overflow-x: auto;
}
.models table {
  table-layout: fixed;
}
.models th, .models td {
  font-size: 14px;
  overflow-wrap: anywhere;
}
.header-inner nav {
  min-width: 0;
}
.header-inner nav a {
  flex-shrink: 0;
}
.hero-copy, .hero-badges>div, .hero-badges>div>div,
.footer-grid>div, .faq-grid>div, .trust-grid>div {
  min-width: 0;
}
.hero-badges>div {
  overflow-wrap: anywhere;
}
.button {
  max-width: 100%;
}
summary::after {
  flex-shrink: 0;
}
.footer-grid a, .footer-grid p {
  overflow-wrap: anywhere;
}
/* Give the larger specification text the full card width on tablets. */
@media (min-width:541px) and (max-width:1280px) {
  .model-card {
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
  }
  .model-card>div {
    width: 100%;
  }
  .model-card img, .model-card.industrial img {
    order: -1;
    width: 65%;
    height: 165px;
    max-height: 165px;
    margin: 0;
  }
}
@media (max-width:1150px) {
  .order-grid {
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 20px 10px;
  }
}
@media (max-width:1000px) {
  .header-inner {
    flex-wrap: wrap;
  }
  .header-inner nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    justify-content: space-between;
  }
  .header-inner nav a {
    padding: 10px 0;
  }
}
@media (min-width:541px) and (max-width:800px) {
  .hero-badges>div {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
  .benefit-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}
@media (max-width:540px) {
  .model-card {
    gap: 14px;
    padding: 22px 16px;
  }
  .model-card img, .model-card.industrial img {
    width: 30%;
  }
  .order-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .dimensions {
    flex-wrap: wrap;
    row-gap: 14px;
  }
  .hero-badges {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .hero-badges>div {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
}
@media (max-width:380px) {
  .model-card {
    flex-direction: column;
    align-items: stretch;
  }
  .model-card img, .model-card.industrial img {
    order: -1;
    width: 60%;
    height: 170px;
    align-self: center;
  }
}

/* Consistent comparison-table and FAQ text across screen sizes. */
.models table,
.models thead,
.models th,
.models td,
.faq details,
.faq summary,
.faq details p,
.faq .section-title p {
  font-size: 14px;
}
.models th,
.models td,
.faq summary,
.faq details p {
  line-height: 1.9;
}
.faq summary,
.faq details p {
  overflow-wrap: anywhere;
}
