:root {
  --ink: #1b1d21;
  --muted: #6f747b;
  --line: #d8d2c5;
  --panel: #f4f1ea;
  --paper: #ffffff;
  --brand: #d79a17;
  --brand-dark: #272a30;
  --accent: #f1b51c;
  --success: #128c48;
  --charcoal: #24272d;
  --charcoal-dark: #17191d;
  --shadow: 0 20px 45px rgba(18, 20, 24, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fbfaf7;
  font-family: Arial, "Tahoma", sans-serif;
  line-height: 1.55;
}

body.is-rtl {
  font-family: "Segoe UI", "Tahoma", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 44px);
  min-height: 82px;
  padding: 12px clamp(22px, 5vw, 72px);
  background: #07080b;
  border-bottom: 1px solid rgba(241, 181, 28, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 260px;
}

.brand-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: white;
  background: var(--brand);
  border-radius: 8px;
  font-size: 22px;
  font-weight: 800;
}

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

.brand strong {
  color: white;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 900;
}

.brand small {
  color: #c8c2b5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3.2vw, 48px);
  flex: 1;
  color: #f3efe6;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  white-space: nowrap;
}

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

.nav a.active {
  color: var(--accent);
}

.nav a.active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--accent);
  content: "";
}

.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.lang-toggle,
.button,
.whatsapp,
.instagram-link,
.instagram-button,
.cart-link,
.order-button,
.back-button {
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.lang-toggle {
  min-height: 36px;
  padding: 0 12px;
  color: #f4efe4;
  background: transparent;
  border: 1px solid rgba(241, 181, 28, 0.42);
  font-size: 13px;
}

.button,
.whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
}

.button.primary {
  color: #181a1f;
  background: var(--accent);
}

.button.ghost {
  color: #f4efe4;
  background: var(--charcoal);
  border: 1px solid rgba(241, 181, 28, 0.34);
}

.whatsapp {
  gap: 8px;
  color: white;
  background: var(--success);
}

.whatsapp.small {
  min-height: 42px;
  padding: 0 14px;
}

.whatsapp.large {
  min-height: 56px;
  padding: 0 24px;
  font-size: 18px;
}

.instagram-link {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #8b2b65;
  background: #ffeaf6;
  font-size: 13px;
}

.instagram-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  color: #8b2b65;
  background: #ffeaf6;
}

.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  color: var(--ink);
  background: #f0f3f6;
}

.cart-link strong {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  color: white;
  background: var(--brand);
  border-radius: 999px;
  font-size: 12px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(390px, 0.48fr) minmax(680px, 1fr);
  align-items: stretch;
  min-height: calc(100vh - 82px);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 38%, rgba(241, 181, 28, 0.14), transparent 34%),
    linear-gradient(135deg, #111317 0%, #24272d 48%, #090a0d 100%);
  border-bottom: 1px solid rgba(241, 181, 28, 0.28);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 90px) clamp(24px, 3vw, 46px) clamp(42px, 7vw, 90px) clamp(26px, 5vw, 74px);
  background: linear-gradient(90deg, rgba(9, 10, 13, 0.62), rgba(9, 10, 13, 0));
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.service-band h2,
.contact-section h2 {
  margin: 0;
  line-height: 1.08;
  color: #101820;
}

.hero h1 {
  max-width: 520px;
  color: white;
  font-size: clamp(26px, 2.75vw, 35px);
  line-height: 1.14;
}

.hero-copy p:not(.eyebrow) {
  max-width: 500px;
  margin: 20px 0 28px;
  color: #d9d4cb;
  font-size: 15px;
  line-height: 1.75;
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 82px);
  margin: 0;
  padding: clamp(16px, 2.5vw, 32px) clamp(16px, 2.6vw, 40px) clamp(16px, 2.5vw, 32px) 0;
}

.hero-visual img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 128px);
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #2b2e34;
}

.trust-strip div {
  padding: 22px clamp(18px, 4vw, 42px);
  background: #23262c;
  color: white;
}

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

.trust-strip span {
  color: #d5cec0;
  font-size: 14px;
}

.section {
  padding: clamp(54px, 8vw, 92px) clamp(18px, 5vw, 70px);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 70px);
  background: linear-gradient(135deg, #24272d, #343841);
  border-bottom: 1px solid rgba(241, 181, 28, 0.28);
}

.page-hero h1 {
  margin: 0;
  max-width: 820px;
  color: white;
  font-size: clamp(26px, 3.1vw, 38px);
  line-height: 1.12;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: #ded7ca;
  font-size: 16px;
}

.page-hero img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.page-hero img.logo-hero-image {
  object-fit: contain;
  padding: clamp(18px, 4vw, 46px);
  background: #fffdf8;
}

.content-page {
  padding: clamp(48px, 7vw, 84px) clamp(18px, 5vw, 70px);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: start;
}

.text-flow {
  display: grid;
  gap: 20px;
  max-width: 920px;
}

.text-flow h2 {
  margin: 0;
  color: #101820;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.12;
}

.text-flow h3 {
  margin: 10px 0 0;
  color: var(--brand-dark);
  font-size: 19px;
}

.text-flow p {
  margin: 0;
  color: #3f4b56;
  font-size: 16px;
}

.text-flow ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-inline-start: 22px;
  color: #3f4b56;
  font-size: 15px;
}

.side-panel {
  display: grid;
  gap: 14px;
  padding: 22px;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(24, 36, 48, 0.06);
}

.side-panel strong {
  color: var(--brand-dark);
  font-size: 18px;
}

.side-panel span,
.side-panel p {
  color: var(--muted);
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.link-grid a,
.info-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(24, 36, 48, 0.06);
}

.link-grid strong,
.info-card h3 {
  margin: 0;
  color: var(--brand-dark);
  font-size: 18px;
}

.link-grid span,
.info-card p {
  margin: 0;
  color: var(--muted);
}

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

.spare-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(24, 36, 48, 0.07);
}

.spare-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #16181d;
}

.spare-card h3 {
  margin: 0;
  padding: 16px 16px 10px;
  color: #101820;
  font-size: 16px;
  line-height: 1.25;
}

.spare-card .order-button {
  width: calc(100% - 32px);
  justify-content: center;
  margin: auto 16px 16px;
}

.lang-ar {
  display: none;
}

body.is-rtl .lang-en {
  display: none;
}

body.is-rtl .lang-ar {
  display: block;
}

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

.section-heading.wide {
  max-width: 960px;
}

.section-heading h2,
.service-band h2,
.contact-section h2 {
  font-size: clamp(22px, 2.4vw, 30px);
}

.section-heading p:not(.eyebrow),
.contact-section p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
}

.intro-section,
.about-section,
.divisions-section,
.why-section {
  padding: clamp(54px, 8vw, 92px) clamp(18px, 5vw, 70px);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
  background: #fbfaf7;
  border-bottom: 1px solid var(--line);
}

.intro-copy {
  display: grid;
  gap: 18px;
  color: #3f4b56;
  font-size: 16px;
}

.intro-copy p {
  margin: 0;
}

.about-section {
  background: var(--panel);
  border-bottom: 1px solid var(--line);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 22px;
  align-items: start;
}

.about-main,
.about-cards article,
.about-detail-grid article,
.commitment-panel {
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(24, 36, 48, 0.06);
}

.about-main {
  display: grid;
  gap: 18px;
  padding: 26px;
  color: #3f4b56;
  font-size: 16px;
}

.about-main p {
  margin: 0;
}

.about-cards {
  display: grid;
  gap: 14px;
}

.about-cards article {
  padding: 22px;
}

.about-cards h3,
.about-detail-grid h3,
.commitment-panel h3 {
  margin: 0 0 10px;
  color: var(--brand-dark);
  font-size: 19px;
}

.about-cards p,
.commitment-panel p {
  margin: 0;
  color: var(--muted);
}

.about-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.about-detail-grid article {
  padding: 22px;
}

.about-detail-grid ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-inline-start: 20px;
  color: #3f4b56;
}

.commitment-panel {
  margin-top: 18px;
  padding: 24px;
  border-color: rgba(215, 154, 23, 0.34);
  background: #fff7df;
}

.divisions-section {
  background: var(--panel);
}

.division-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.division-grid article {
  min-height: 310px;
  padding: 24px;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(24, 36, 48, 0.06);
}

.division-grid span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 900;
}

.division-grid h3 {
  margin: 16px 0 10px;
  font-size: 20px;
}

.division-grid p {
  margin: 0;
  color: var(--muted);
}

.why-section {
  background: var(--charcoal-dark);
  color: white;
}

.why-section .section-heading h2 {
  color: white;
}

.why-section .eyebrow {
  color: var(--accent);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.why-grid span {
  display: flex;
  min-height: 74px;
  align-items: center;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  font-weight: 800;
}

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

.product-card {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  overflow: hidden;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(24, 36, 48, 0.07);
}

.product-card:hover {
  transform: translateY(-3px);
  transition: transform 180ms ease;
}

.product-media {
  min-height: 230px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f4f1ea;
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.product-body h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.25;
}

.product-body p {
  margin: 0 0 18px;
  color: var(--muted);
}

.price {
  display: none;
  margin: 0 0 16px;
  color: var(--brand-dark);
  font-size: 20px;
  line-height: 1.2;
}

.detail-price {
  margin: 0 0 18px;
  font-size: 30px;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.pagination button {
  min-width: 44px;
  min-height: 42px;
  color: #f4efe4;
  background: var(--charcoal);
  border: 1px solid rgba(241, 181, 28, 0.3);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.pagination button.active {
  color: #181a1f;
  background: var(--accent);
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  color: #7a4d00;
  background: #fff2d3;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.view-link {
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.order-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  color: #181a1f;
  background: var(--accent);
  font-size: 14px;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

.order-button.large {
  min-height: 50px;
  padding: 0 18px;
  font-size: 16px;
}

.product-detail {
  padding-top: 34px;
}

.back-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  margin-bottom: 18px;
  padding: 0 14px;
  color: #181a1f;
  background: #ffe7a3;
}

.detail-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
}

.detail-media {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.detail-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f4f1ea;
}

.detail-content {
  padding: 8px 0;
}

.detail-content h2 {
  margin: 0 0 12px;
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.12;
}

.detail-content .lead {
  color: var(--muted);
  font-size: 16px;
}

.detail-note {
  padding: 14px 16px;
  color: #181a1f;
  background: #fff2c7;
  border: 1px solid rgba(215, 154, 23, 0.36);
  border-radius: 8px;
  font-weight: 800;
}

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

.feature-list li {
  padding: 14px 16px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.spec-table {
  display: grid;
  gap: 1px;
  margin: 18px 0 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.spec-table div {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 16px;
  padding: 12px 14px;
  background: #fffdf8;
}

.spec-table strong {
  color: var(--brand-dark);
}

.spec-table span {
  color: #3f4b56;
}

.detail-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.checkout-section {
  padding: clamp(54px, 8vw, 92px) clamp(18px, 5vw, 70px);
  background: #fbfcfd;
  border-top: 1px solid var(--line);
}

.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 22px;
  align-items: start;
}

.cart-panel,
.order-form {
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(24, 36, 48, 0.06);
}

.cart-line {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 86px auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line:first-child {
  padding-top: 0;
}

.cart-line img {
  width: 88px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.cart-line strong,
.cart-line span {
  display: block;
}

.cart-line span {
  color: var(--muted);
  font-size: 14px;
}

.cart-line label {
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.cart-line input {
  width: 74px;
  min-height: 38px;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.cart-line button {
  min-height: 38px;
  padding: 0 10px;
  color: #8b1d1d;
  background: #fff0f0;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.cart-total,
.payment-note {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  margin-top: 16px;
}

.cart-total {
  border-top: 1px solid var(--line);
  font-size: 20px;
}

.payment-note {
  color: var(--muted);
  font-size: 14px;
}

.payment-note strong {
  color: var(--ink);
}

.empty-cart {
  margin: 0;
  color: var(--muted);
}

.order-form {
  display: grid;
  gap: 12px;
}

.order-form input,
.order-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fbfcfd;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.order-form textarea {
  min-height: 94px;
  resize: vertical;
}

.order-form .whatsapp {
  width: 100%;
}

.disabled {
  opacity: 0.65;
  pointer-events: none;
}

.service-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  padding: clamp(54px, 8vw, 90px) clamp(18px, 5vw, 70px);
  color: white;
  background: #142433;
}

.service-band h2 {
  color: white;
}

.service-band .eyebrow {
  color: var(--accent);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.service-list article {
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.service-list span {
  color: var(--accent);
  font-weight: 900;
}

.service-list h3 {
  margin: 12px 0 8px;
}

.service-list p {
  margin: 0;
  color: #cbd5df;
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(54px, 8vw, 90px) clamp(18px, 5vw, 70px);
  background: var(--panel);
}

.contact-section div {
  max-width: 720px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 5vw, 70px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.is-rtl .nav,
.is-rtl .header-actions,
.is-rtl .hero-actions,
.is-rtl .product-meta,
.is-rtl .detail-actions,
.is-rtl .back-button,
.is-rtl .whatsapp {
  flex-direction: row-reverse;
}

.is-rtl .eyebrow {
  text-transform: none;
}

@media (max-width: 1060px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 22px;
  }

  .hero,
  .detail-shell,
  .checkout-grid,
  .intro-section,
  .about-layout,
  .service-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 0;
  }

  .hero-visual {
    min-height: auto;
    order: -1;
    padding: 22px 22px 0;
  }

  .hero-visual img {
    max-height: 620px;
  }

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

@media (max-width: 720px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 12px;
    align-items: center;
    min-height: auto;
    padding: 10px 14px 8px;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .brand strong {
    font-size: 15px;
    line-height: 1.08;
  }

  .brand small {
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .brand {
    gap: 10px;
    min-width: auto;
    min-width: 0;
  }

  .brand span {
    min-width: 0;
  }

  .header-actions {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
  }

  .lang-toggle {
    min-height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }

  .nav {
    grid-column: 1 / -1;
    order: initial;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    gap: 6px;
    overflow-x: auto;
    padding: 4px 0 2px;
    font-size: 11px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(241, 181, 28, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
  }

  .nav a.active {
    color: #101820;
    background: var(--accent);
  }

  .nav a.active::after {
    display: none;
  }

  .hero-copy {
    padding: 28px 18px 36px;
    background: transparent;
  }

  .hero h1 {
    font-size: 23px;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.65;
  }

  .hero-visual {
    padding: 12px 10px 0;
  }

  .hero-visual img {
    max-height: none;
    border-radius: 8px;
  }

  .trust-strip,
  .product-grid,
  .spare-grid,
  .about-detail-grid,
  .division-grid,
  .why-grid,
  .service-list {
    grid-template-columns: 1fr;
  }

  .page-hero {
    gap: 22px;
    padding: 34px 18px;
  }

  .page-hero h1,
  .section-heading h2,
  .service-band h2,
  .contact-section h2 {
    font-size: 23px;
    line-height: 1.18;
  }

  .page-hero p:not(.eyebrow),
  .section-heading p,
  .intro-copy,
  .service-card p,
  .about-copy p {
    font-size: 14px;
  }

  .page-hero img {
    aspect-ratio: 16 / 11;
  }

  .section,
  .intro-section,
  .divisions-section,
  .products-shell,
  .spare-shell {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cart-line {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .cart-line label,
  .cart-line button {
    grid-column: 2;
  }

  .cart-line img {
    width: 70px;
    height: 70px;
  }

  .product-card {
    min-height: auto;
  }

  .product-media {
    min-height: 230px;
  }

  .product-body,
  .spare-card h3 {
    padding-right: 14px;
    padding-left: 14px;
  }

  .product-body h3,
  .spare-card h3 {
    font-size: 15px;
  }

  .product-meta {
    gap: 8px;
  }

  .view-link,
  .order-button,
  .button {
    min-height: 42px;
    font-size: 13px;
  }

  .contact-section,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .whatsapp.large {
    width: 100%;
  }

  .detail-actions,
  .detail-actions .order-button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
  }

  *,
  *::before,
  *::after {
    min-width: 0;
  }

  .site-header {
    position: sticky;
    top: 0;
  }

  .brand strong,
  .brand small,
  .nav a,
  .button,
  .order-button,
  .view-link,
  .badge,
  h1,
  h2,
  h3,
  p,
  li,
  span,
  strong {
    overflow-wrap: anywhere;
  }

  .brand strong,
  .nav a,
  .button,
  .order-button,
  .view-link,
  .badge {
    overflow-wrap: normal;
  }

  .hero,
  .page-hero,
  .content-grid,
  .intro-section,
  .about-layout,
  .about-detail-grid,
  .division-grid,
  .why-grid,
  .link-grid,
  .product-grid,
  .spare-grid,
  .detail-shell,
  .checkout-grid,
  .service-band,
  .service-list,
  .contact-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .content-page,
  .section,
  .intro-section,
  .about-section,
  .divisions-section,
  .why-section,
  .checkout-section,
  .service-band,
  .contact-section,
  .products-shell,
  .spare-shell {
    padding: 34px 16px;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    order: -1;
    min-height: auto;
    padding: 12px 10px 0;
  }

  .hero-visual img {
    width: 100%;
    max-height: none;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  }

  .hero-actions,
  .product-meta,
  .detail-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .product-meta > *,
  .detail-actions > *,
  .whatsapp.large {
    width: 100%;
  }

  .product-card,
  .spare-card,
  .info-card,
  .side-panel,
  .about-main,
  .about-cards article,
  .about-detail-grid article,
  .commitment-panel,
  .division-grid article,
  .cart-panel,
  .order-form {
    border-radius: 8px;
  }

  .product-card,
  .spare-card {
    min-height: auto;
  }

  .product-media {
    min-height: 220px;
  }

  .spare-card img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }

  .product-body,
  .about-main,
  .about-cards article,
  .about-detail-grid article,
  .division-grid article,
  .side-panel,
  .cart-panel,
  .order-form,
  .service-list article,
  .link-grid a,
  .info-card {
    padding: 16px;
  }

  .spare-card h3 {
    padding: 14px 14px 8px;
  }

  .spare-card .order-button {
    width: calc(100% - 28px);
    margin: auto 14px 14px;
  }

  .page-hero img {
    aspect-ratio: auto;
    max-height: 300px;
    object-fit: contain;
  }

  .page-hero img.logo-hero-image {
    padding: 14px;
  }

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

  .text-flow,
  .intro-copy,
  .about-main,
  .feature-list {
    gap: 14px;
  }

  .spec-table div {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    padding: 12px;
  }

  .detail-media img {
    aspect-ratio: auto;
    max-height: 320px;
  }

  .cart-line {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
  }

  .cart-line img {
    width: 64px;
    height: 64px;
  }

  .cart-line label,
  .cart-line button {
    grid-column: 1 / -1;
  }

  .cart-line input {
    width: 100%;
  }

  .trust-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .trust-strip div {
    padding: 16px;
  }

  .is-rtl .nav {
    direction: rtl;
    flex-direction: row;
  }

  .is-rtl .hero-actions,
  .is-rtl .product-meta,
  .is-rtl .detail-actions {
    flex-direction: column;
  }
}
