:root {
  --orange: #eb6231;
  --orange-2: #d9552b;
  --dark: #171615;
  --dark-2: #22201e;
  --dark-3: #2b2926;
  --paper: #f2eee8;
  --paper-2: #e8e2da;
  --text: #f5f1ec;
  --muted: #aaa29b;
  --ink: #282522;
  --line: rgba(235, 98, 49, .38);
  --soft-line: rgba(255, 255, 255, .12);
  --ease: cubic-bezier(.16, 1, .3, 1);
  --divider-glow: url("./assets/effects/warm-light-divider.png");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 56px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--dark);
  color: var(--text);
  font-family: "Noto Sans Arabic", "Noto Sans", sans-serif;
  font-size: clamp(0.94rem, 1.05vw, 1.05rem);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
html[dir="ltr"] body { font-family: "Noto Sans", "Noto Sans Arabic", sans-serif; }
html[dir="ltr"] .contact-info { direction: ltr; }
img, video { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }

.skip-link {
  position: fixed;
  top: -80px;
  inset-inline-start: 16px;
  z-index: 200;
  background: var(--orange);
  color: var(--text);
  padding: 10px 14px;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  direction: ltr;
  background: rgba(24, 23, 22, .98);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 0 24px rgba(0, 0, 0, .2);
  transition:
    background-color .32s var(--ease),
    border-color .32s var(--ease),
    box-shadow .32s var(--ease),
    transform .32s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(23, 22, 21, .94);
  border-bottom-color: rgba(235, 98, 49, .22);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .34);
  backdrop-filter: saturate(1.12) blur(10px);
}
.nav-bar {
  min-height: 54px;
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 0 clamp(14px, 2vw, 28px);
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 54px);
}
.brand { flex: 0 0 auto; }
.brand img { width: clamp(154px, 14vw, 224px); height: auto; max-height: 42px; object-fit: contain; object-position: left center; }
.main-nav {
  flex: 1;
  display: flex;
  direction: ltr;
  justify-content: center;
  align-items: center;
  gap: clamp(15px, 2vw, 32px);
}
.main-nav a {
  color: #d9d2cb;
  font-size: clamp(.7rem, .75vw, .82rem);
  font-weight: 600;
  white-space: nowrap;
}
.main-nav a { transition: color .25s var(--ease); }
.main-nav a:hover { color: var(--orange); }
.nav-utility {
  flex: 0 0 auto;
  display: flex;
  direction: ltr;
  align-items: center;
  gap: 14px;
}
.lang-toggle, .menu-toggle {
  min-width: 44px;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
}
.lang-toggle {
  min-width: 92px;
  min-height: 38px;
  padding: 4px;
  display: inline-grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(235, 98, 49, .68);
  background:
    linear-gradient(135deg, rgba(235,98,49,.28), rgba(255,255,255,.04)),
    rgba(23,22,21,.88);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 0 18px rgba(235,98,49,.18);
  color: #f6efe8;
  font-family: "Noto Sans", "Noto Sans Arabic", sans-serif;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
  transition: border-color .25s var(--ease), background .25s var(--ease), transform .25s var(--ease);
}
.lang-toggle:hover {
  border-color: var(--orange);
  background:
    linear-gradient(135deg, rgba(235,98,49,.42), rgba(255,255,255,.06)),
    rgba(23,22,21,.92);
  transform: translateY(-1px);
}
.lang-pill-main {
  display: grid;
  place-items: center;
  min-height: 28px;
  background: var(--orange);
  color: #fff8f3;
}
.lang-pill-alt {
  display: grid;
  place-items: center;
  min-height: 28px;
  color: #d8d1ca;
}
.lang-pill-divider { color: rgba(255,255,255,.42); }
.solid-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 22px;
  background: var(--orange);
  border: 1px solid var(--orange);
  color: #fff7f0;
  font-weight: 700;
  font-size: clamp(.78rem, .9vw, .92rem);
  cursor: pointer;
  transition: transform .25s var(--ease), background .25s var(--ease);
}
.solid-button:hover { background: var(--orange-2); transform: translateY(-2px); }
.solid-button:active { transform: scale(.98); }
.motion-enhanced .sector-card,
.motion-enhanced .finish-board,
.motion-enhanced .factory-frame,
.motion-enhanced .film-poster,
.motion-enhanced .case-card,
.motion-enhanced .product-card,
.motion-enhanced .quality-note article,
.motion-enhanced .gallery-strip img {
  transform: translateZ(0);
}
.sector-card img,
.finish-board img,
.factory-frame img,
.film-poster img,
.case-card img,
.product-card img,
.product-applications img,
.quality-note img,
.gallery-strip img {
  transition:
    transform .7s var(--ease),
    filter .7s var(--ease),
    opacity .7s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .sector-card:hover img,
  .factory-frame:hover img,
  .film-poster:hover img,
  .case-card:hover img,
  .product-card:hover img,
  .product-applications figure:hover img,
  .quality-note article:hover img,
  .gallery-strip img:hover {
    transform: scale(1.035);
    filter: saturate(1.05) contrast(1.04);
  }

  .finish-board:hover img {
    transform: scale(1.008);
    filter: saturate(1.04) contrast(1.05);
  }

  .solid-button:hover,
  .lang-toggle:hover {
    box-shadow:
      0 14px 28px rgba(235, 98, 49, .22),
      inset 0 0 0 1px rgba(255, 255, 255, .18);
  }
}
.menu-toggle { display: none; font-size: 1.45rem; }
.mobile-menu { display: none; direction: ltr; border-top: 1px solid var(--soft-line); padding: 8px 22px 20px; }
.mobile-menu a { display: block; padding: 10px 0; color: #ded8d1; border-bottom: 1px solid rgba(255,255,255,.07); }

main {
  width: 100%;
  background:
    radial-gradient(circle at 50% 0, rgba(235, 98, 49, .18), transparent 26rem),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    var(--dark);
  background-size: auto, 9px 9px, auto;
}

.hero {
  min-height: clamp(520px, 47vw, 760px);
  display: grid;
  grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
  direction: ltr;
  position: relative;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
  box-shadow: inset 0 -1px 18px rgba(235, 98, 49, .35);
}
.hero::before,
.proof-strip::before,
.capacity::before,
.sectors::before,
.finishes::before,
.technical::before,
.quality::before,
.applications::before,
.film::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: -32px;
  z-index: 5;
  height: 64px;
  pointer-events: none;
  background: var(--divider-glow) center center / 100% 64px no-repeat;
  opacity: .34;
  mix-blend-mode: screen;
}
.hero::before {
  top: 0;
  opacity: .28;
  transform: scaleY(-1);
}
.hero::after, .capacity::after, .sectors::after, .finishes::after, .technical::after, .quality::after, .applications::after, .film::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -14px;
  z-index: 5;
  height: 28px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 54% 48%, rgba(255, 191, 111, .92) 0 7%, rgba(235, 98, 49, .44) 18%, transparent 58%),
    linear-gradient(90deg, transparent 0%, rgba(235, 98, 49, .10) 8%, rgba(235, 98, 49, .82) 50%, rgba(235, 98, 49, .10) 92%, transparent 100%),
    linear-gradient(90deg, transparent, rgba(255,255,255,.32), transparent);
  background-size: 100% 28px, 100% 1px, 100% 1px;
  background-position: center, center 13px, center 12px;
  background-repeat: no-repeat;
  opacity: .9;
  mix-blend-mode: screen;
}
.hero-visual {
  grid-column: 1;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset-block: 0;
  right: 0;
  width: min(34%, 360px);
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(23, 22, 21, 0) 0%, rgba(23, 22, 21, .36) 42%, #171615 100%),
    linear-gradient(90deg, rgba(235, 98, 49, 0) 0%, rgba(235, 98, 49, .05) 64%, rgba(235, 98, 49, .12) 100%);
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.95) contrast(1.04);
  display: block;
  transform: none !important;
  will-change: auto;
  backface-visibility: hidden;
}
.hero-copy {
  grid-column: 2;
  direction: rtl;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(52px, 7vw, 116px) clamp(34px, 7vw, 118px);
  background:
    linear-gradient(90deg, rgba(23,22,21,.75), rgba(23,22,21,.98) 30%, rgba(23,22,21,.98)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.034) 0 1px, transparent 1px 7px);
}
.hero-copy::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: min(18vw, 280px);
  height: 34px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 100% 0, rgba(255, 178, 96, .42), transparent 46%),
    linear-gradient(90deg, transparent, rgba(235, 98, 49, .06), rgba(255, 183, 105, .18));
  filter: blur(7px);
  opacity: .52;
  mix-blend-mode: screen;
}
.hero-copy h1 {
  margin: 0;
  max-width: 14.5ch;
  font-size: clamp(2.5rem, 4.45vw, 4.9rem);
  line-height: 1.22;
  letter-spacing: -.045em;
  font-weight: 800;
}
.hero-copy h1 span { display: block; }
.hero-copy h1 span:first-child { color: var(--orange); }
.hero-copy p {
  margin: 24px 0 32px;
  max-width: 34ch;
  color: #d7d0ca;
  font-size: clamp(1rem, 1.28vw, 1.3rem);
}

html[dir="ltr"] .hero {
  grid-template-columns: minmax(0, 54fr) minmax(0, 46fr);
}

html[dir="ltr"] .hero-visual {
  background:
    linear-gradient(90deg, rgba(23, 22, 21, .08), rgba(23, 22, 21, .55)),
    #171615;
}

html[dir="ltr"] .hero-visual img {
  object-fit: contain;
  object-position: left center;
  padding-inline-end: clamp(0px, 1.2vw, 18px);
}

html[dir="ltr"] .hero-copy {
  direction: ltr;
  align-items: flex-end;
  text-align: right;
  padding-block: clamp(72px, 7.2vw, 118px) clamp(48px, 5.6vw, 92px);
  padding-inline: clamp(38px, 6.2vw, 104px) clamp(30px, 5.4vw, 92px);
}

html[dir="ltr"] .hero-copy h1 {
  max-width: 13.7ch;
  font-size: clamp(2rem, 3.45vw, 3.85rem);
  line-height: 1.14;
  letter-spacing: -.052em;
}

html[dir="ltr"] .hero-copy h1 span:first-child {
  max-width: 12.4ch;
  margin-left: auto;
}

html[dir="ltr"] .hero-copy p {
  max-width: 31ch;
  font-size: clamp(.95rem, 1.1vw, 1.14rem);
  line-height: 1.55;
}

.proof-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 78px;
  direction: rtl;
  background:
    linear-gradient(180deg, rgba(39, 38, 36, .92), rgba(23, 22, 21, .96)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 7px);
  border-block: 1px solid rgba(235, 98, 49, .44);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), inset 0 -1px 0 rgba(0,0,0,.34);
}
.proof-strip article {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: clamp(12px, 1.35vw, 20px);
  min-width: 0;
  padding: 12px clamp(14px, 1.9vw, 30px);
  border: 0;
}
.proof-strip article:not(:last-child)::after {
  content: "";
  position: absolute;
  inset-block: 11px;
  inset-inline-start: 0;
  width: 1px;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent, rgba(255, 194, 126, .42) 18%, rgba(235, 98, 49, .62) 50%, rgba(255, 194, 126, .32) 82%, transparent);
  box-shadow: 0 0 12px rgba(235, 98, 49, .28);
  opacity: .9;
}
.proof-strip i {
  flex: 0 0 auto;
  color: #c6c9c9;
  font-size: clamp(1.55rem, 1.95vw, 2.1rem);
  opacity: 1;
  -webkit-font-smoothing: antialiased;
}
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip div {
  min-width: 0;
  text-align: start;
}
.proof-strip strong {
  color: #fbf5ee;
  font-size: clamp(.86rem, .96vw, 1rem);
  line-height: 1.2;
  font-weight: 800;
  white-space: nowrap;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
.proof-strip span {
  color: #c4bdb6;
  font-size: clamp(.69rem, .78vw, .84rem);
  line-height: 1.28;
  font-weight: 500;
  white-space: nowrap;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.capacity {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 36fr) minmax(0, 64fr);
  direction: ltr;
  min-height: clamp(360px, 37vw, 570px);
  background: var(--dark);
  border-bottom: 1px solid var(--line);
}
.capacity-panel {
  grid-column: 1;
  direction: rtl;
  padding: clamp(30px, 4vw, 64px) clamp(28px, 3.7vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(20,19,18,.98), rgba(31,30,28,.94)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 1px, transparent 1px 7px),
    radial-gradient(circle at 100% 0, rgba(235,98,49,.12), transparent 36%);
  border-inline-end: 1px solid rgba(235,98,49,.2);
}
.capacity h2, .sectors h2, .finishes h2, .technical h2, .manufacturing h2, .quality h2, .film h2, .workflow h2, .contact h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3.1vw, 3.75rem);
  line-height: 1.24;
  letter-spacing: -.035em;
  font-weight: 800;
}
.capacity-panel h2 {
  max-width: 13.5ch;
  margin: 0 0 0 auto;
  text-align: right;
  font-size: clamp(1.75rem, 2.42vw, 2.72rem);
  line-height: 1.12;
}
.capacity-panel p {
  max-width: 38ch;
  margin: 14px 0 32px auto;
  color: #c9c2bb;
  text-align: right;
  font-size: clamp(.78rem, .92vw, .98rem);
  white-space: nowrap;
}
.stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(15px, 1.65vw, 24px) clamp(18px, 2.4vw, 34px);
  margin: 0;
}
.stats div {
  position: relative;
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "number icon"
    "label icon";
  align-items: center;
  column-gap: 11px;
  direction: ltr;
}
.stats div:last-child {
  grid-column: 1 / 2;
}
.stats i {
  grid-area: icon;
  color: #8f9699;
  font-size: clamp(1.12rem, 1.42vw, 1.55rem);
  opacity: .7;
}
.stats dt {
  grid-area: number;
  color: var(--orange);
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(1.55rem, 2.28vw, 2.55rem);
  font-weight: 800;
  line-height: 1;
  text-align: right;
}
.stats dd {
  grid-area: label;
  margin: 6px 0 0;
  color: #c8c0b9;
  font-size: clamp(.64rem, .76vw, .84rem);
  line-height: 1.3;
  text-align: right;
}
.factory-frame { margin: 0; min-width: 0; overflow: hidden; }
.factory-frame { grid-column: 2; }
.factory-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.sectors, .finishes {
  position: relative;
  padding: clamp(34px, 4.4vw, 58px) clamp(28px, 4.6vw, 66px) clamp(44px, 4.8vw, 66px);
  background:
    radial-gradient(ellipse at 50% 100%, rgba(235,98,49,.16), transparent 36%),
    linear-gradient(rgba(29,28,27,.96), rgba(29,28,27,.96)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 7px);
}
.sectors h2 {
  text-align: center;
  font-size: clamp(1.2rem, 1.8vw, 2.05rem);
  margin-bottom: clamp(22px, 2.4vw, 34px);
}
.sector-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  max-width: 1280px;
  margin: 0 auto;
}
.sector-card {
  position: relative;
  min-height: clamp(170px, 16vw, 238px);
  overflow: hidden;
  border: 0;
  background: var(--dark-2);
  box-shadow: none;
  cursor: default;
}
.sector-card img {
  height: 100%;
  object-fit: cover;
  filter: saturate(.96) brightness(.93) contrast(1.08);
}
.sector-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(16,15,14,.82), rgba(16,15,14,.2) 42%, rgba(16,15,14,0) 70%),
    linear-gradient(90deg, rgba(255,255,255,.04), transparent 42%);
}
.sector-card span {
  position: absolute;
  z-index: 2;
  inset-inline-start: 22px;
  bottom: 40px;
  color: #f0ebe5;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(1.15rem, 1.7vw, 1.75rem);
  font-weight: 500;
}
.sector-card strong {
  position: absolute;
  z-index: 2;
  inset-inline: 18px;
  bottom: 15px;
  color: var(--text);
  font-size: clamp(.78rem, .95vw, .98rem);
  text-align: end;
}

.finishes {
  position: relative;
  text-align: center;
  padding: 0;
  background: #050505;
  overflow: hidden;
}
.finishes .section-title {
  position: absolute;
  z-index: 3;
  inset-inline: 0;
  top: clamp(18px, 2.4vw, 34px);
  width: min(92%, 640px);
  margin: 0 auto;
  padding-inline: 24px;
  pointer-events: none;
  text-shadow: 0 14px 34px rgba(0,0,0,.78);
}
.finishes h2 {
  font-size: clamp(2.05rem, 3.35vw, 4rem);
  line-height: .94;
  letter-spacing: -.055em;
}
.section-title p { margin: clamp(6px, .7vw, 10px) 0 0; color: var(--text); font-size: clamp(.96rem, 1.25vw, 1.28rem); font-weight: 700; }
.section-title small { display: block; margin-top: 3px; color: var(--muted); font-size: clamp(.72rem, .85vw, .88rem); }
.finish-board {
  width: 100%;
  margin: 0;
  background: #050505;
}
.finish-board img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  background: #050505;
}
.finish-guide-button {
  position: absolute;
  z-index: 4;
  left: 50%;
  right: auto;
  bottom: clamp(18px, 2.2vw, 34px);
  transform: translateX(-50%);
  margin: 0;
  min-width: clamp(172px, 14vw, 224px);
  min-height: 46px;
  padding: 0 28px;
  border-color: rgba(235,98,49,.92);
  background:
    linear-gradient(180deg, rgba(29,25,22,.94), rgba(17,15,14,.96));
  color: #fff7f1;
  box-shadow:
    inset 0 0 0 4px rgba(235,98,49,.18),
    inset 0 1px 0 rgba(255,255,255,.12),
    0 16px 34px rgba(7,5,4,.42),
    0 0 0 1px rgba(255,255,255,.035);
}
.finish-guide-button:hover {
  background:
    linear-gradient(180deg, rgba(235,98,49,.98), rgba(196,78,42,.96));
  transform: translateX(-50%) translateY(-2px);
}
.finish-guide-button:active {
  transform: translateX(-50%) scale(.98);
}

.technical {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
  align-items: center;
  direction: ltr;
  background:
    linear-gradient(rgba(24,23,22,.96), rgba(24,23,22,.96)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 7px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.spec-table {
  grid-column: 1;
  direction: rtl;
  padding: clamp(28px, 4.5vw, 62px) clamp(28px, 4.8vw, 72px);
  overflow-x: auto;
}
table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  color: #e9e2dc;
  font-size: clamp(.66rem, .76vw, .82rem);
  background: rgba(255,255,255,.015);
}
th, td { border: 1px solid rgba(255,255,255,.17); padding: 11px 13px; text-align: center; }
th { color: #d6c7bd; font-weight: 800; background: rgba(255,255,255,.025); }
td:last-child { color: var(--text); font-weight: 700; }
.spec-table p { margin: 14px 0 0; color: var(--muted); font-size: .78rem; text-align: end; }
.technical-image {
  grid-column: 2;
  direction: rtl;
  padding: clamp(28px, 4.5vw, 62px) clamp(28px, 4.8vw, 72px);
  align-self: center;
}
.technical-image h2 { font-size: clamp(1.55rem, 2.55vw, 3.05rem); margin-bottom: 22px; }
.technical-image img {
  aspect-ratio: 2.05;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 16px 36px rgba(0,0,0,.28);
}

.manufacturing {
  display: grid;
  grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
  direction: ltr;
  gap: clamp(28px, 4.6vw, 76px);
  padding: clamp(50px, 5.8vw, 86px) clamp(34px, 5vw, 78px);
  background:
    linear-gradient(90deg, rgba(250,247,242,.98), rgba(242,238,232,.94)),
    repeating-linear-gradient(135deg, rgba(36,35,33,.035) 0 1px, transparent 1px 8px),
    var(--paper);
  color: var(--ink);
  align-items: center;
}
.manufacturing-copy h2 { font-size: clamp(1.7rem, 2.55vw, 3.1rem); max-width: 12ch; margin: 0 0 0 auto; text-align: right; line-height: 1.12; color: #211f1d; letter-spacing: -.035em; }
.manufacturing-copy { grid-column: 1; align-self: center; width: min(100%, 560px); justify-self: center; text-align: right; }
.manufacturing-copy { direction: rtl; }
.manufacturing-copy p { margin: 16px 0 24px auto; color: #514a43; max-width: 36ch; text-align: right; font-size: clamp(.92rem, 1.02vw, 1.06rem); line-height: 1.8; font-weight: 500; }
.process-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #c7bdb2;
  background: rgba(255,255,255,.42);
}
.process-icons li { text-align: center; padding: 15px 10px 14px; border-inline-start: 1px solid #c7bdb2; }
.process-icons i { display: block; color: #70675e; font-size: clamp(1.55rem, 1.65vw, 1.9rem); margin-bottom: 7px; }
.process-icons span { display: block; color: #2f2b27; font-size: clamp(.76rem, .82vw, .88rem); font-weight: 800; line-height: 1.28; }
.quality-note { display: flex; flex-direction: column; align-items: flex-end; justify-content: center; gap: clamp(18px, 2vw, 28px); min-height: clamp(250px, 22vw, 340px); padding-inline-start: clamp(22px, 2.6vw, 42px); border-inline-start: 1px solid #d5cdc4; align-self: stretch; text-align: right; }
.quality-note { grid-column: 2; }
.quality-note { direction: rtl; }
.quality-note h3 { margin: 0; color: #211f1d; font-size: clamp(1.45rem, 2.15vw, 2.65rem); line-height: 1.22; font-weight: 700; letter-spacing: -.035em; max-width: 11ch; text-align: right; }
.certificate-grid {
  width: min(100%, 680px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  direction: rtl;
}
.certificate-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px;
  align-items: center;
  gap: 12px;
  min-height: 96px;
  padding: 12px 12px;
  background: rgba(255,255,255,.56);
  border: 1px solid #d7cec4;
  box-shadow: 0 12px 28px rgba(39,35,31,.06);
}
.certificate-card img {
  width: 64px;
  aspect-ratio: 82 / 104;
  object-fit: cover;
  object-position: top center;
  background: #f5f1ec;
  border: 1px solid rgba(40,37,34,.12);
  box-shadow: 0 6px 14px rgba(40,37,34,.12);
}
.certificate-card div {
  direction: rtl;
  text-align: right;
  min-width: 0;
}
.certificate-card strong {
  display: block;
  color: #211f1d;
  font-family: "Noto Sans", "Noto Sans Arabic", sans-serif;
  font-size: clamp(.78rem, .86vw, .92rem);
  line-height: 1.2;
  font-weight: 800;
}
.certificate-card span {
  display: block;
  margin-top: 4px;
  color: #5f574f;
  font-size: clamp(.64rem, .72vw, .78rem);
  line-height: 1.35;
  font-weight: 600;
}
html[dir="ltr"] .manufacturing-copy {
  direction: ltr;
  text-align: left;
}
html[dir="ltr"] .manufacturing-copy h2 {
  margin: 0 auto 0 0;
  text-align: left;
}
html[dir="ltr"] .manufacturing-copy p {
  margin: 16px auto 24px 0;
  text-align: left;
}
html[dir="ltr"] .quality-note {
  direction: ltr;
  align-items: flex-start;
  text-align: left;
}
html[dir="ltr"] .quality-note h3 {
  text-align: left;
}
html[dir="ltr"] .certificate-grid {
  direction: ltr;
}
html[dir="ltr"] .certificate-card {
  grid-template-columns: 64px minmax(0, 1fr);
}
html[dir="ltr"] .certificate-card div {
  direction: ltr;
  text-align: left;
}

.quality {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 27fr) minmax(0, 73fr);
  gap: clamp(22px, 3vw, 44px);
  padding: clamp(34px, 4vw, 60px) clamp(28px, 4.6vw, 66px);
  background: #1c1b1a;
  border-block: 1px solid var(--line);
}
.quality-title { display: flex; align-items: center; justify-content: flex-end; }
.quality-title h2 { font-size: clamp(1.35rem, 2.35vw, 2.8rem); }
.cert-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.cert-row article {
  min-height: 74px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.025);
}
.cert-row strong, .cert-row span { display: block; }
.cert-row strong { font-family: "Noto Sans", sans-serif; color: #ece5de; }
.cert-row span { color: var(--muted); font-size: .76rem; }

.applications {
  position: relative;
  background: #1b1a19;
  padding: 0;
  border-top: 1px solid rgba(235,98,49,.36);
  overflow: hidden;
}
.gallery-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  background: #1b1a19;
}
.gallery-strip img {
  height: clamp(138px, 11.6vw, 176px);
  min-width: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(.94) contrast(1.06) brightness(.88);
  border-block: 1px solid rgba(235,98,49,.5);
  border-inline-end: 1px solid rgba(235,98,49,.22);
}
.gallery-strip img:first-child { border-inline-start: 1px solid rgba(235,98,49,.22); }
.gallery-cta {
  position: absolute;
  inset-inline-start: 50%;
  bottom: 0;
  transform: translateX(-50%);
  min-width: 190px;
  min-height: 44px;
  box-shadow: 0 12px 0 rgba(235,98,49,.18);
  z-index: 3;
}
html[dir="rtl"] .gallery-cta { transform: translateX(50%); }

.film {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 68fr) minmax(0, 32fr);
  direction: ltr;
  min-height: clamp(170px, 18vw, 260px);
  background: #191817;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.film-poster { position: relative; overflow: hidden; }
.film-poster { grid-column: 1; }
.film-poster img, .film-poster video { height: 100%; min-height: clamp(170px, 18vw, 260px); object-fit: cover; }
.film-poster img { object-position: center; filter: brightness(.72) saturate(.96) contrast(1.05); }
.film-poster video { display: none; position: absolute; inset: 0; width: 100%; background: #111; }
.film-poster.is-playing img, .film-poster.is-playing .play-button { display: none; }
.film-poster.is-playing video { display: block; }
.play-button {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: clamp(54px, 6vw, 82px);
  height: clamp(54px, 6vw, 82px);
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.78);
  background: rgba(0,0,0,.38);
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
  box-shadow: 0 14px 36px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.16);
}
.film-copy { padding: clamp(24px, 5vw, 76px); display: flex; flex-direction: column; justify-content: center; }
.film-copy { grid-column: 2; }
.film-copy { direction: rtl; }
.film-copy h2 { font-size: clamp(1.35rem, 2.35vw, 2.8rem); }
.film-copy a { margin-top: 10px; color: var(--muted); font-size: .9rem; }

.workflow {
  display: grid;
  grid-template-columns: minmax(260px, 28fr) minmax(0, 72fr);
  padding: clamp(34px, 4.6vw, 62px) clamp(30px, 4.8vw, 72px);
  background:
    linear-gradient(90deg, rgba(250,247,242,.98), rgba(242,238,232,.94)),
    var(--paper);
  color: var(--ink);
  border-bottom: 1px solid #d5cdc4;
  align-items: center;
}
.workflow-title { display: flex; align-items: center; justify-content: flex-start; }
.workflow-title h2 { font-size: clamp(1.85rem, 2.9vw, 3.4rem); max-width: 10ch; line-height: 1.12; color: #211f1d; letter-spacing: -.035em; }
.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
.workflow-steps li {
  text-align: center;
  padding: 10px clamp(16px, 2vw, 28px);
  position: relative;
}
.workflow-steps li::after {
  content: "";
  position: absolute;
  top: 31px;
  inset-inline-start: -16px;
  width: 34px;
  height: 1px;
  background: #cfc5bb;
}
.workflow-steps li:first-child::after { display: none; }
.workflow-steps i { color: #746b62; font-size: clamp(2rem, 2.35vw, 2.55rem); line-height: 1; }
.workflow-steps strong, .workflow-steps span { display: block; }
.workflow-steps strong { margin-top: 12px; color: #292521; font-size: clamp(1rem, 1.08vw, 1.16rem); line-height: 1.18; font-weight: 800; }
.workflow-steps span { margin-top: 3px; color: #5b534c; font-size: clamp(.82rem, .88vw, .94rem); line-height: 1.35; font-weight: 600; }

.contact {
  display: grid;
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
  gap: clamp(24px, 4vw, 60px);
  padding: clamp(28px, 4vw, 58px) clamp(28px, 4.6vw, 66px);
  background: #eee8e1;
  color: var(--ink);
}
.contact-form {
  border: 1px solid #d8d0c7;
  background: rgba(255,255,255,.25);
  padding: clamp(20px, 3.2vw, 40px);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}
.form-grid label { display: block; color: #6c645c; font-size: .78rem; }
.form-grid span { display: block; margin-bottom: 6px; }
.form-grid input, .form-grid textarea {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-bottom: 1px solid #beb5aa;
  background: transparent;
  color: var(--ink);
  padding: 6px 2px;
}
.form-grid textarea { resize: vertical; }
.wide { grid-column: 1 / -1; }
.contact-form .solid-button { margin-top: 22px; }
.contact-info { padding-top: 4px; direction: rtl; }
.contact-info h2 { font-size: clamp(1.45rem, 2.55vw, 3rem); }
.contact-info p { color: #756d65; margin: 12px 0 22px; max-width: 34ch; }
.contact-prompts {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-prompts li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  color: #5f5851;
  border-bottom: 1px solid #d6cec4;
}
.contact-prompts i {
  color: var(--orange);
  font-size: 1.35rem;
}

.site-footer {
  min-height: 62px;
  padding: 14px clamp(22px, 4vw, 56px);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  background: #171615;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #8d867f;
  font-size: .72rem;
}
.site-footer img { width: clamp(128px, 11vw, 172px); height: auto; max-height: 40px; object-fit: contain; }
.site-footer span { justify-self: end; font-family: "Noto Sans", sans-serif; letter-spacing: .01em; }

.projects-body main {
  background:
    radial-gradient(circle at 70% 0, rgba(235,98,49,.2), transparent 28rem),
    repeating-linear-gradient(135deg, rgba(255,255,255,.028) 0 1px, transparent 1px 7px),
    #171615;
}
.product-body {
  background:
    radial-gradient(circle at 22% 12%, rgba(235,98,49,.08), transparent 34%),
    var(--dark);
}
.product-main {
  min-height: calc(100dvh - 116px);
}
.product-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
  align-items: stretch;
  direction: ltr;
  min-height: clamp(620px, 78dvh, 860px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(23,22,21,.98), rgba(23,22,21,.86) 48%, rgba(38,35,32,.72)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 7px);
}
.product-hero::after,
.product-series::after,
.product-specs::after,
.manual-download::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -14px;
  height: 28px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 54% 48%, rgba(255, 191, 111, .9) 0 7%, rgba(235, 98, 49, .42) 18%, transparent 58%),
    linear-gradient(90deg, transparent, rgba(235,98,49,.78), transparent);
  background-size: 100% 28px, 100% 1px;
  background-position: center, center 13px;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
}
.product-hero-copy {
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 7vw, 116px) clamp(28px, 5.2vw, 78px);
}
.product-hero-copy h1 {
  max-width: 13ch;
  margin: 0;
  color: var(--text);
  font-size: clamp(2.45rem, 5.1vw, 6rem);
  line-height: 1.08;
  letter-spacing: -.055em;
  font-weight: 800;
}
.product-hero-copy > p:not(.eyebrow) {
  max-width: 44ch;
  margin: clamp(18px, 2vw, 28px) 0 0;
  color: #c7c0b9;
  font-size: clamp(.98rem, 1.2vw, 1.22rem);
}
.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(24px, 3vw, 42px);
}
.product-hero-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: #f3f0eb;
}
.product-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23,22,21,.92), transparent 25%, transparent 78%, rgba(23,22,21,.25)),
    linear-gradient(180deg, rgba(23,22,21,.04), rgba(23,22,21,.12));
  pointer-events: none;
}
.product-hero-media img {
  width: 100%;
  height: 100%;
  min-height: clamp(520px, 78dvh, 860px);
  object-fit: cover;
  object-position: 64% 50%;
  filter: saturate(.92) contrast(1.06);
}
.product-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: rgba(28,27,25,.94);
}
.product-proof article {
  min-height: 126px;
  padding: clamp(18px, 2.4vw, 34px);
  display: grid;
  align-content: center;
  gap: 4px;
  border-inline-start: 1px solid rgba(255,255,255,.1);
}
.product-proof i {
  color: #bdb6af;
  font-size: clamp(1.35rem, 1.8vw, 2rem);
}
.product-proof strong {
  color: var(--text);
  font-size: clamp(.95rem, 1.15vw, 1.22rem);
  font-weight: 800;
}
.product-proof span {
  color: var(--muted);
  font-size: clamp(.72rem, .82vw, .88rem);
}
.product-series {
  position: relative;
  padding: clamp(54px, 6.4vw, 96px) clamp(34px, 6vw, 96px);
  text-align: center;
}
.series-grid {
  width: min(100%, 1240px);
  margin: clamp(26px, 3.6vw, 48px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.7vw, 24px);
  text-align: start;
  direction: ltr;
}
.series-card {
  display: grid;
  grid-template-rows: auto 1fr;
  background: #1c1b1a;
  border: 1px solid rgba(255,255,255,.1);
  overflow: hidden;
  direction: rtl;
}
.series-card.tall {
  grid-row: auto;
}
.series-card img {
  display: block;
  aspect-ratio: 1200 / 760;
  height: auto;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.92) contrast(1.04);
}
.series-card div {
  padding: clamp(20px, 2.5vw, 36px);
}
.series-card span {
  color: var(--orange);
  font-family: "Noto Sans", "Noto Sans Arabic", sans-serif;
  font-size: clamp(.72rem, .85vw, .9rem);
  font-weight: 800;
}
.series-card h3 {
  margin: 8px 0 10px;
  color: var(--text);
  font-size: clamp(1.18rem, 1.75vw, 2rem);
  line-height: 1.2;
  font-weight: 800;
}
.series-card p {
  margin: 0;
  color: #b8b0a8;
  font-size: clamp(.86rem, .98vw, 1rem);
}
.product-specs {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 36fr) minmax(0, 64fr);
  gap: clamp(28px, 5vw, 84px);
  padding: clamp(56px, 6.4vw, 96px) clamp(24px, 5vw, 76px);
  background:
    linear-gradient(rgba(24,23,22,.97), rgba(24,23,22,.97)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 7px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.spec-copy {
  align-self: center;
}
.spec-copy h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(1.8rem, 3.4vw, 4rem);
  line-height: 1.12;
  font-weight: 800;
}
.spec-copy p:not(.eyebrow) {
  max-width: 42ch;
  color: #b8b0a8;
}
.product-table-wrap {
  overflow-x: auto;
}
.product-table {
  min-width: 760px;
  background: rgba(255,255,255,.018);
}
.product-table th,
.product-table td {
  padding: clamp(10px, 1.1vw, 16px);
}
.product-table-wrap > p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(.76rem, .85vw, .9rem);
}
.product-applications {
  display: grid;
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
  gap: clamp(28px, 4.2vw, 66px);
  align-items: center;
  padding: clamp(48px, 6vw, 88px) clamp(24px, 5vw, 76px);
  background: var(--paper);
  color: var(--ink);
}
.product-applications figure {
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(38,35,32,.18);
}
.product-applications img {
  aspect-ratio: 1.65;
  height: auto;
  object-fit: cover;
  filter: saturate(.86) contrast(1.04);
}
.product-applications h2 {
  max-width: 13ch;
  margin: 0 0 20px;
  font-size: clamp(1.9rem, 3.4vw, 4.1rem);
  line-height: 1.12;
  font-weight: 800;
}
.product-applications ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.product-applications li {
  padding-block: 12px;
  border-top: 1px solid rgba(40,37,34,.16);
  color: rgba(40,37,34,.78);
  font-weight: 600;
}
.manual-download {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
  gap: clamp(24px, 4vw, 62px);
  align-items: center;
  padding: clamp(48px, 6vw, 86px) clamp(24px, 5vw, 76px);
  background: #191817;
  border-top: 1px solid var(--line);
}
.manual-download::before {
  top: -14px;
  bottom: auto;
}
.manual-download h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 3.5rem);
  line-height: 1.16;
  font-weight: 800;
}
.manual-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.manual-links a {
  min-height: 116px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.035);
  color: var(--text);
  transition: transform .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease);
}
.manual-links a:hover {
  transform: translateY(-2px);
  border-color: rgba(235,98,49,.65);
  background: rgba(235,98,49,.08);
}
.manual-links i {
  color: var(--orange);
  font-size: 1.7rem;
}
html[dir="ltr"] .product-hero-copy,
html[dir="ltr"] .product-specs,
html[dir="ltr"] .product-applications,
html[dir="ltr"] .manual-download {
  direction: ltr;
}
.projects-main {
  min-height: calc(100dvh - 116px);
}
.projects-hero {
  display: grid;
  grid-template-columns: minmax(0, 64fr) minmax(280px, 36fr);
  gap: clamp(28px, 5vw, 86px);
  padding: clamp(72px, 9vw, 132px) clamp(28px, 5vw, 76px) clamp(42px, 5vw, 72px);
  direction: rtl;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.projects-hero::after,
.projects-cta::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -14px;
  height: 28px;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 54% 48%, rgba(255, 191, 111, .92) 0 7%, rgba(235, 98, 49, .44) 18%, transparent 58%),
    linear-gradient(90deg, transparent, rgba(235,98,49,.82), transparent);
  background-size: 100% 28px, 100% 1px;
  background-position: center, center 13px;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: clamp(.78rem, .9vw, .95rem);
  font-weight: 800;
  letter-spacing: .04em;
}
.projects-hero h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.2rem, 4.6vw, 5.1rem);
  line-height: 1.12;
  letter-spacing: -.045em;
  font-weight: 800;
}
.projects-hero > p {
  align-self: end;
  max-width: 40ch;
  margin: 0;
  color: #c7c0b9;
  font-size: clamp(.98rem, 1.25vw, 1.28rem);
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  padding: clamp(44px, 6vw, 84px) clamp(28px, 5vw, 76px);
}
.case-card {
  display: grid;
  grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  min-height: 360px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.018)),
    #1d1c1b;
  overflow: hidden;
}
.case-card:not(.wide) {
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
.case-card.wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
}
.case-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
  background: #11100f;
  filter: saturate(.86) contrast(1.05) brightness(.9);
}
.case-card:not(.wide) img {
  aspect-ratio: 1200 / 780;
  height: auto;
  min-height: 0;
}
.case-card div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 54px);
  direction: rtl;
}
html[dir="ltr"] .case-card div,
html[dir="ltr"] .projects-hero {
  direction: ltr;
}
.case-card span {
  color: var(--orange);
  font-size: clamp(.78rem, .88vw, .92rem);
  font-weight: 800;
}
.case-card h2 {
  margin: 10px 0 14px;
  font-size: clamp(1.35rem, 2.3vw, 2.85rem);
  line-height: 1.18;
  letter-spacing: -.035em;
  font-weight: 800;
}
.case-card p {
  margin: 0;
  color: #b9b1aa;
  max-width: 52ch;
}
.case-card strong {
  margin-top: 18px;
  color: #f0e9e2;
  font-size: clamp(.82rem, .92vw, .98rem);
}
.projects-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(38px, 5vw, 70px) clamp(28px, 5vw, 76px);
  background: var(--paper);
  color: var(--ink);
}
.projects-cta::before {
  top: -14px;
  bottom: auto;
}
.projects-cta h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 3.5rem);
  line-height: 1.16;
  font-weight: 800;
}
.back-to-top {
  position: fixed;
  inset-inline-end: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(23,22,21,.88);
  color: var(--text);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s var(--ease), transform .25s var(--ease);
}
.back-to-top.is-visible { opacity: 1; pointer-events: auto; }

@media (max-width: 1120px) {
  .main-nav { display: none; }
  .nav-bar { justify-content: space-between; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .mobile-menu.is-open { display: block; }
  .proof-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-strip article { justify-content: flex-start; }
  .sector-row, .cert-row, .workflow-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .manufacturing, .quality, .workflow { grid-template-columns: 1fr; }
  .manufacturing-copy, .quality-note { grid-column: 1; }
  .product-hero, .product-specs, .product-applications, .manual-download { grid-template-columns: 1fr; }
  .product-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .series-grid { grid-template-columns: 1fr; }
  .series-card.tall { grid-row: auto; }
}

@media (max-width: 760px) {
  .hero, .capacity, .technical, .film, .contact { grid-template-columns: 1fr; }
  .hero-visual, .hero-copy, .capacity-panel, .factory-frame, .spec-table, .technical-image, .film-poster, .film-copy { grid-column: 1; }
  .hero-copy { order: 1; min-height: 420px; padding: 54px 28px; }
  .hero-visual { order: 2; min-height: 360px; }
  .hero-copy h1 { max-width: 12ch; font-size: clamp(2.2rem, 10vw, 4.2rem); }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip article { min-height: 66px; justify-content: flex-start; }
  .proof-strip strong, .proof-strip span { white-space: normal; }
  .capacity-panel { order: 1; }
  .factory-frame { order: 2; min-height: 300px; }
  .sector-row, .gallery-strip { grid-template-columns: 1fr; }
  .sector-card { min-height: 260px; }
  .manufacturing-copy { justify-self: stretch; }
  .process-icons, .form-grid { grid-template-columns: 1fr 1fr; }
  .quality-note { justify-content: flex-start; min-height: auto; padding-inline-start: 0; border-inline-start: 0; }
  .certificate-grid { width: 100%; }
  .gallery-strip img { height: 260px; }
  .workflow-steps { grid-template-columns: 1fr; }
  .workflow-steps li::after { display: none; }
  .contact-info { order: -1; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer > * { justify-self: center; }
  .projects-hero, .case-grid, .projects-cta { grid-template-columns: 1fr; }
  .case-card, .case-card.wide { grid-template-columns: 1fr; }
  .projects-cta { align-items: flex-start; flex-direction: column; }
  .product-hero { min-height: auto; }
  .product-hero-copy { padding: 54px 24px 36px; }
  .product-hero-copy h1 { max-width: 12ch; font-size: clamp(2.15rem, 10vw, 4.1rem); }
  .product-hero-media img { min-height: 360px; }
  .product-proof { grid-template-columns: 1fr; }
  .product-actions, .manual-links { grid-template-columns: 1fr; }
  .manual-links { display: grid; }
  .product-applications { padding-top: 54px; }
  .product-applications figure { order: 2; }
  .product-table { min-width: 680px; }
}

@media (max-width: 480px) {
  .brand img { width: 136px; max-height: 34px; }
  .lang-toggle { min-width: 84px; min-height: 36px; font-size: .7rem; }
  .form-grid, .process-icons, .cert-row, .certificate-grid { grid-template-columns: 1fr; }
  .spec-table {
    overflow-x: hidden;
  }
  table {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    table-layout: fixed;
    border-spacing: 0;
    font-size: .58rem;
  }
  th, td {
    padding: 7px 5px;
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .sector-card img,
  .finish-board img,
  .factory-frame img,
  .film-poster img,
  .case-card img,
  .product-card img,
  .product-applications img,
  .quality-note img,
  .gallery-strip img {
    transform: none !important;
    filter: none !important;
  }
}
