@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+Arabic:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #152220;
  --muted: #62706d;
  --paper: #f6f3ec;
  --white: #fff;
  --green: #0b3632;
  --green-2: #0e4942;
  --teal: #52b9a7;
  --amber: #e5a638;
  --line: rgba(21, 34, 32, 0.14);
  --shadow: 0 24px 70px rgba(13, 42, 38, 0.12);
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
html[dir="rtl"] body { font-family: "Noto Sans Arabic", Tahoma, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 1000; padding: 12px 18px; background: var(--white); }
.skip-link:focus { top: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.utility-bar { background: var(--green); color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .02em; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; }
.utility-inner a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: relative; z-index: 20; background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(0,0,0,.08); }
.nav-wrap { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; fill: none; stroke: var(--green); stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font-size: 17px; font-weight: 800; letter-spacing: -.03em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .11em; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
html[dir="rtl"] .main-nav { margin-left: 0; margin-right: auto; }
.main-nav a { position: relative; padding: 34px 0; font-size: 13px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 26px; height: 2px; background: var(--amber); transition: right .25s ease; }
html[dir="rtl"] .main-nav a::after { left: 100%; right: 0; transition-property: left; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
html[dir="rtl"] .main-nav a:hover::after, html[dir="rtl"] .main-nav a:focus-visible::after { left: 0; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.lang-toggle, .footer-lang { border: 0; background: transparent; cursor: pointer; font-weight: 800; }
.lang-toggle { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; font-size: 12px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border: 1px solid transparent; border-radius: var(--radius); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; background: var(--green); color: var(--white); }
.button-primary { background: var(--amber); color: #1d211d; }
.button-primary:hover { background: #f0b64d; }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.38); }
.button-outline:hover { border-color: var(--white); background: rgba(255,255,255,.08); }

.hero { min-height: 720px; position: relative; isolation: isolate; display: flex; align-items: stretch; color: var(--white); overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -3; background: url('assets/factory-hero.png') center center / cover no-repeat; transform: scale(1.002); }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(4,20,18,.94) 0%, rgba(4,24,21,.72) 42%, rgba(4,20,18,.1) 77%), linear-gradient(0deg, rgba(0,0,0,.25), transparent 60%); }
html[dir="rtl"] .hero-shade { background: linear-gradient(270deg, rgba(4,20,18,.94) 0%, rgba(4,24,21,.72) 42%, rgba(4,20,18,.1) 77%), linear-gradient(0deg, rgba(0,0,0,.25), transparent 60%); }
.hero-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding-block: 90px; }
.hero-copy { max-width: 690px; }
.eyebrow { margin: 0 0 20px; color: var(--green-2); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #9cd7cd; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; max-width: 760px; font-size: clamp(48px, 6vw, 84px); line-height: 1.02; letter-spacing: -.055em; }
html[dir="rtl"] h1 { line-height: 1.18; letter-spacing: -.035em; }
.hero-lead { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-size: 13px; font-weight: 800; }
.light-link { color: var(--white); }
.hero-card { align-self: end; width: 285px; margin-bottom: 34px; padding: 26px; color: var(--ink); background: rgba(246,243,236,.94); border-top: 4px solid var(--amber); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-card-year { display: block; margin-bottom: 24px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.hero-card strong { display: block; font-size: 20px; line-height: 1.3; }
.hero-card p { margin: 12px 0 0; color: var(--muted); font-size: 13px; }

.proof-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 134px; display: grid; align-content: center; gap: 6px; padding: 25px 34px; border-inline-end: 1px solid var(--line); }
.proof-grid > div:first-child { border-inline-start: 1px solid var(--line); }
.proof-grid strong { color: var(--green); font-size: 25px; letter-spacing: -.04em; }
.proof-grid span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.about-grid, .split-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.section-heading h2, .capability-copy h2, .contact-intro h2 { margin: 0; font-size: clamp(36px, 4.4vw, 62px); line-height: 1.08; letter-spacing: -.05em; }
html[dir="rtl"] .section-heading h2, html[dir="rtl"] .capability-copy h2, html[dir="rtl"] .contact-intro h2 { line-height: 1.25; letter-spacing: -.025em; }
.about-copy { padding-top: 12px; }
.about-copy .lead { margin: 0; color: var(--ink); font-size: 22px; line-height: 1.55; }
.about-copy > p:not(.lead) { margin: 28px 0; color: var(--muted); }

.products { background: var(--white); }
.split-heading { align-items: end; margin-bottom: 60px; }
.split-heading > p { margin: 0 0 6px; max-width: 440px; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
html[dir="rtl"] .product-grid { border-left: 0; border-right: 1px solid var(--line); }
.product-card { position: relative; min-height: 450px; padding: 30px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: background .25s ease, transform .25s ease; }
html[dir="rtl"] .product-card { border-right: 0; border-left: 1px solid var(--line); }
.product-card:hover { z-index: 1; background: #fbfaf6; transform: translateY(-4px); box-shadow: var(--shadow); }
.product-number { margin-top: 22px; color: var(--amber); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.product-card h3 { margin: 10px 0 12px; font-size: 23px; line-height: 1.25; letter-spacing: -.03em; }
.product-card p { margin: 0; color: var(--muted); font-size: 14px; }
.product-tag { position: absolute; bottom: 28px; left: 30px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
html[dir="rtl"] .product-tag { left: auto; right: 30px; }
.product-art { position: relative; height: 168px; background: #edf2ef; overflow: hidden; }
.art-bags span { position: absolute; bottom: 18px; width: 58px; height: 90px; background: rgba(255,255,255,.78); border: 1px solid rgba(11,54,50,.13); box-shadow: 5px 7px 15px rgba(0,0,0,.06); transform: skewY(-3deg); }
.art-bags span::before { content: ""; position: absolute; top: 0; left: 17px; width: 22px; height: 13px; background: #edf2ef; border-radius: 0 0 10px 10px; }
.art-bags span:nth-child(1) { left: 45px; transform: rotate(-8deg); }
.art-bags span:nth-child(2) { left: 105px; height: 108px; background: #145148; }
.art-bags span:nth-child(2)::after { content: "M"; position: absolute; top: 40px; width: 100%; color: rgba(255,255,255,.75); text-align: center; font-weight: 800; }
.art-bags span:nth-child(3) { left: 160px; transform: rotate(7deg); }
.art-clear span { position: absolute; width: 115px; height: 120px; bottom: 18px; border: 2px solid rgba(11,54,50,.18); background: linear-gradient(145deg, rgba(255,255,255,.75), rgba(255,255,255,.15)); }
.art-clear span:first-child { left: 45px; transform: rotate(-10deg); }.art-clear span:last-child { left: 120px; transform: rotate(9deg); }
.art-rolls span:first-child { position: absolute; inset: 30px 45px; border-radius: 50%; background: radial-gradient(circle, #edf2ef 0 15%, #b9d3ce 16% 20%, #fdfdfc 21% 45%, #c8d9d6 46% 48%, #f8f9f7 49% 70%, #dbe8e4 71%); box-shadow: 0 15px 25px rgba(0,0,0,.09); }
.art-rolls span:last-child { position: absolute; width: 100px; height: 50px; right: 20px; bottom: 10px; background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(220,235,231,.55)); transform: skewX(-20deg); }
.art-tape span { position: absolute; inset: 35px 60px; border-radius: 50%; background: repeating-conic-gradient(#e7ab35 0 16deg, #1c2423 16deg 32deg); box-shadow: 0 18px 30px rgba(0,0,0,.15); }
.art-tape span::after { content: ""; position: absolute; inset: 28%; border-radius: 50%; background: #edf2ef; }
.art-nonwoven span { position: absolute; left: 73px; top: 36px; width: 140px; height: 105px; background: #0d4b43; box-shadow: 14px 12px 0 #e5a638; }
.art-nonwoven span::before { content: ""; position: absolute; left: 40px; top: -28px; width: 60px; height: 40px; border: 10px solid #0d4b43; border-bottom: 0; border-radius: 24px 24px 0 0; }
.art-courier span { position: absolute; width: 180px; height: 112px; left: 50%; top: 28px; transform: translateX(-50%) rotate(-4deg); background: linear-gradient(150deg,#fff,#dce9e6); border: 1px solid #c4d7d3; box-shadow: 0 18px 28px rgba(0,0,0,.09); }
.art-courier i { position: absolute; left: 50%; top: 47px; width: 130px; height: 6px; background: repeating-linear-gradient(90deg,var(--amber) 0 8px,var(--green) 8px 16px); transform: translateX(-50%) rotate(-4deg); }
.art-refuse span:first-child { position: absolute; left: 42px; top: 32px; width: 78px; height: 105px; background: #1c2523; border-radius: 5px 5px 14px 14px; transform: rotate(-5deg); }.art-refuse span:first-child::before { content: ""; position: absolute; left: 23px; top: -17px; width: 32px; height: 28px; border-radius: 50%; background: #1c2523; }.art-refuse span:last-child { position: absolute; right: 35px; bottom: 24px; width: 120px; height: 48px; border-radius: 50%; background: radial-gradient(circle,#edf2ef 0 18%,#87afa7 19% 23%,#fff 24% 58%,#bad4cf 59% 62%,#fff 63%); transform: rotate(-12deg); }
.art-agri { background: linear-gradient(#d7ebe7 0 48%, #97b89c 49% 53%, #5d8b66 54%); }.art-agri span { position: absolute; bottom: 10px; width: 80px; height: 90px; border: 2px solid rgba(255,255,255,.85); border-radius: 50% 50% 4px 4px; background: repeating-linear-gradient(90deg,transparent 0 16px,rgba(255,255,255,.5) 17px 19px),linear-gradient(rgba(255,255,255,.45),rgba(255,255,255,.12)); }.art-agri span:nth-child(1){left:30px}.art-agri span:nth-child(2){left:105px}.art-agri span:nth-child(3){left:180px}

.capabilities { color: var(--white); background: var(--green); }
.capabilities-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 110px; align-items: start; }
.capability-copy { position: sticky; top: 42px; }
.capability-copy p:not(.eyebrow) { max-width: 510px; margin: 28px 0 36px; color: rgba(255,255,255,.68); }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-list li { display: grid; grid-template-columns: 72px 1fr; gap: 22px; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-list li > span { color: var(--amber); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.process-list strong { display: block; font-size: 19px; }
.process-list p { margin: 7px 0 0; color: rgba(255,255,255,.6); font-size: 13px; }

.quality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.quality-panel { padding: 62px; background: var(--white); box-shadow: var(--shadow); border-top: 4px solid var(--amber); }
.quality-panel h2 { margin: 0; font-size: clamp(34px,4vw,54px); line-height: 1.1; letter-spacing: -.05em; }
.quality-panel p:last-child { margin: 24px 0 0; color: var(--muted); }
.quality-checks { border-top: 1px solid var(--line); }
.quality-checks div { display: grid; grid-template-columns: 52px 1fr; gap: 20px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.quality-checks span { color: var(--amber); font-size: 11px; font-weight: 800; }.quality-checks strong { font-size: 16px; }

.contact { color: var(--white); background: #071f1d; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; }
.contact-intro > p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.64); }
.contact-details { margin: 50px 0 0; }
.contact-details div { display: grid; grid-template-columns: 96px 1fr; gap: 20px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); }
.contact-details dt { color: var(--amber); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-details dd { margin: 0; color: rgba(255,255,255,.82); font-size: 13px; }
.quote-form { padding: 42px; color: var(--ink); background: var(--white); box-shadow: 0 28px 80px rgba(0,0,0,.25); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.quote-form label { display: grid; gap: 8px; margin-bottom: 20px; color: #44514f; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #f6f7f4; border: 1px solid #dbe1df; border-radius: 0; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.quote-form input, .quote-form select { height: 50px; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(82,185,167,.13); }
.quote-form .invalid { border-color: #bd4942; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-note { margin: 14px 0 0; color: #7d8986; font-size: 10px; text-align: center; }
.form-status { min-height: 24px; margin-top: 8px; color: var(--green); font-size: 12px; font-weight: 700; text-align: center; }

.site-footer { padding: 60px 0 28px; background: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; align-items: center; }
.footer-grid > p { color: var(--muted); font-size: 13px; }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; font-size: 12px; font-weight: 800; }
html[dir="rtl"] .footer-links { justify-content: flex-start; }
.footer-lang { padding: 0; font-family: "Noto Sans Arabic", Tahoma, sans-serif; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.floating-quote { position: fixed; z-index: 15; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 18px; color: var(--white); background: var(--green); box-shadow: 0 10px 30px rgba(0,0,0,.22); font-size: 11px; font-weight: 800; }
html[dir="rtl"] .floating-quote { right: auto; left: 20px; }
.floating-quote span:first-child { color: var(--amber); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }.delay-2 { transition-delay: .22s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 980px) {
  .container { width: min(calc(100% - 34px), 760px); }
  .section { padding: 88px 0; }
  .menu-toggle { display: block; margin-left: auto; }
  html[dir="rtl"] .menu-toggle { margin-left: 0; margin-right: auto; }
  .main-nav { position: absolute; top: 126px; left: 0; right: 0; display: none; padding: 12px 24px 24px; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 15px 30px rgba(0,0,0,.08); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 12px 0; }.main-nav a::after { bottom: 7px; }
  .nav-actions .button { display: none; }
  .hero { min-height: 680px; }.hero-inner { align-items: end; }.hero-card { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }.proof-grid > div:nth-child(3) { border-inline-start: 1px solid var(--line); }
  .about-grid, .split-heading, .capabilities-grid, .quality-grid, .contact-grid { grid-template-columns: 1fr; gap: 54px; }
  .split-heading { align-items: start; }.product-grid { grid-template-columns: 1fr 1fr; }
  .capability-copy { position: static; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > p { display: none; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), 520px); }.section { padding: 70px 0; }
  .utility-inner { justify-content: center; text-align: center; }.utility-inner a { display: none; }
  .nav-wrap { min-height: 76px; }.brand-copy small { display: none; }.brand-mark { width: 36px; height: 36px; }
  .main-nav { top: 112px; }.nav-actions { gap: 2px; }.lang-toggle { border: 0; }.menu-toggle { order: 3; }
  html[dir="rtl"] .menu-toggle { order: initial; }
  .hero { min-height: 650px; }.hero-inner { padding-block: 75px; }.hero-media { background-position: 61% center; }
  .hero-shade, html[dir="rtl"] .hero-shade { background: linear-gradient(0deg, rgba(4,20,18,.94) 0%, rgba(4,24,21,.72) 65%, rgba(4,20,18,.35)); }
  h1 { font-size: 46px; }.hero-lead { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }.proof-grid > div { min-height: 112px; padding: 18px; }.proof-grid strong { font-size: 20px; }
  .product-grid { grid-template-columns: 1fr; }.product-card { min-height: 430px; }.product-art { height: 160px; }
  .quality-panel, .quote-form { padding: 30px 24px; }.form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }.footer-links { justify-content: flex-start; }.footer-bottom { display: grid; gap: 8px; }
  html[dir="rtl"] .footer-links { justify-content: flex-end; }.floating-quote span:last-child { display: none; }.floating-quote { width: 48px; padding: 0; justify-content: center; }
}
