:root {
  --ink: #172126;
  --muted: #65727a;
  --line: #dce3df;
  --paper: #ffffff;
  --mist: #eef5f1;
  --sage: #6f8f7b;
  --teal: #245b5d;
  --clay: #b6654c;
  --sky: #dfeaf0;
  --shadow: 0 18px 44px rgba(23, 33, 38, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px 48px;
  border-bottom: 1px solid rgba(220, 227, 223, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

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

.brand-logo {
  width: 52px;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #ffffff;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.2;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #34434a;
  font-size: 0.94rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--teal);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
}

.language-switcher button {
  min-width: 44px;
  min-height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #3e4c53;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
}

.language-switcher button:hover,
.language-switcher button.is-active {
  background: var(--teal);
  color: #ffffff;
}

.hero {
  min-height: calc(84svh - 72px);
  display: flex;
  align-items: center;
  padding: 72px 48px 80px;
  background-image:
    linear-gradient(90deg, rgba(14, 28, 31, 0.78), rgba(14, 28, 31, 0.44), rgba(14, 28, 31, 0.08)),
    url("assets/jacquard-ice-blue.png");
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

.hero-content {
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f0b399;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0;
}

h1 {
  max-width: 700px;
  font-size: 4rem;
}

h2 {
  font-size: 2.45rem;
}

h3 {
  font-size: 1.35rem;
}

.hero-copy {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.15rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--clay);
  color: #ffffff;
}

.button.primary:hover {
  background: #9f563f;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.58);
  color: #ffffff;
}

.button.secondary:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.button.full {
  width: 100%;
}

.market-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--teal);
  color: #ffffff;
}

.market-strip div {
  min-height: 112px;
  padding: 26px 48px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.market-strip div:last-child {
  border-right: 0;
}

.market-strip strong,
.market-strip span {
  display: block;
}

.market-strip strong {
  margin-bottom: 8px;
  font-size: 0.9rem;
}

.market-strip span {
  color: rgba(255, 255, 255, 0.78);
}

.section {
  padding: 88px 48px;
}

.section-heading {
  max-width: 780px;
}

.section-heading.compact {
  margin-bottom: 34px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 72px;
  align-items: start;
}

.intro-copy {
  color: #415058;
  font-size: 1.04rem;
}

.intro-copy p:first-child {
  margin-top: 0;
}

.products {
  background: var(--mist);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--sky);
}

.product-body {
  padding: 28px;
}

.product-kicker {
  margin: 0 0 8px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-body p {
  color: #4b5a61;
}

.gallery-block {
  margin-top: 58px;
}

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

.gallery-grid figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(23, 33, 38, 0.08);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--sky);
}

.gallery-grid figcaption {
  padding: 14px 16px;
  color: #314148;
  font-size: 0.95rem;
  font-weight: 700;
}

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

.feature-list li {
  position: relative;
  padding-left: 22px;
  color: #35434a;
}

.feature-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sage);
  content: "";
}

.specs-band {
  background: #ffffff;
}

.spec-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.spec-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.spec-table th,
.spec-table td {
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.spec-table th {
  background: #f3f7f5;
  color: #223239;
  font-size: 0.86rem;
  text-transform: uppercase;
}

.spec-table tr:last-child td {
  border-bottom: 0;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.capability-grid div {
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.capability-grid strong,
.capability-grid span {
  display: block;
}

.capability-grid strong {
  margin-bottom: 10px;
  color: var(--teal);
}

.capability-grid span {
  color: #526169;
}

.process {
  background: #eef4f7;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.step {
  min-height: 220px;
  padding: 28px;
  border-left: 4px solid var(--clay);
  background: #ffffff;
}

.step span {
  display: block;
  margin-bottom: 34px;
  color: var(--sage);
  font-weight: 700;
}

.step strong {
  display: block;
  font-size: 1.16rem;
}

.step p {
  margin-bottom: 0;
  color: #536169;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: 56px;
  padding: 88px 48px;
  background: var(--ink);
  color: #ffffff;
}

.contact-copy {
  align-self: start;
}

.contact-copy h2 {
  max-width: 760px;
}

.contact-copy p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

.contact-links {
  display: grid;
  gap: 12px;
  margin: 34px 0;
}

.contact-links a,
.contact-links span {
  width: fit-content;
  color: #ffffff;
  font-weight: 700;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 4px;
}

.contact-links .social-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #1877f2;
  color: #ffffff;
  text-decoration: none;
}

.contact-links .social-icon:hover {
  background: #0f62cf;
}

.contact-links .social-icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

address {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
}

[dir="rtl"] body {
  text-align: right;
}

[dir="rtl"] .brand {
  text-align: right;
}

[dir="rtl"] .feature-list li {
  padding-right: 22px;
  padding-left: 0;
}

[dir="rtl"] .feature-list li::before {
  right: 0;
  left: auto;
}

[dir="rtl"] .step {
  border-right: 4px solid var(--clay);
  border-left: 0;
}

[dir="rtl"] .spec-table th,
[dir="rtl"] .spec-table td {
  text-align: right;
}

.inquiry-panel {
  display: grid;
  gap: 20px;
}

form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  font: inherit;
}

input,
select {
  padding: 0 12px;
}

textarea {
  resize: vertical;
  padding: 12px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 48px;
  background: #0e171b;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
}

.site-footer a {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.36);
  text-underline-offset: 4px;
}

@media (max-width: 980px) {
  .site-header,
  .hero,
  .section,
  .contact-section,
  .site-footer {
    padding-left: 28px;
    padding-right: 28px;
  }

  .hero {
    min-height: calc(82svh - 72px);
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2rem;
  }

  .market-strip,
  .intro,
  .product-grid,
  .gallery-grid,
  .capability-grid,
  .steps,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .market-strip div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .market-strip div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .site-nav {
    width: 100%;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .header-actions {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .language-switcher {
    max-width: 100%;
    overflow-x: auto;
  }

  .site-nav a {
    flex: 0 0 auto;
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
  }

  .hero {
    min-height: 78svh;
    padding-top: 58px;
    padding-bottom: 58px;
    background-position: 64% center;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.65rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .section,
  .contact-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .market-strip div {
    padding: 22px 28px;
  }

  .product-body,
  .step,
  form {
    padding: 22px;
  }

  .hero-actions,
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

}
