:root {
  --ink: #121312;
  --ink-2: #191b19;
  --paper: #f2f0eb;
  --white: #fff;
  --muted: #a7a79f;
  --line: rgba(18,19,18,.15);
  --copper: #c77842;
  --copper-light: #e39a66;
  --wrap: min(1240px, calc(100vw - 64px));
  --ease: cubic-bezier(.2,.72,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section { padding: 128px 0; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; padding: 12px 18px; background: var(--copper); color: #fff; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .35s, border-color .35s; }
.site-header.scrolled { background: rgba(17,18,17,.92); border-color: rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.header-inner { height: 82px; width: var(--wrap); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 34px; height: 36px; display: grid; grid-template-columns: repeat(3,1fr); align-items: end; gap: 3px; transform: skew(-9deg); }
.brand-mark i { display: block; background: var(--copper); border-radius: 1px; }
.brand-mark i:nth-child(1) { height: 60%; }
.brand-mark i:nth-child(2) { height: 100%; }
.brand-mark i:nth-child(3) { height: 78%; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 22px; letter-spacing: .09em; }
.brand-copy small { margin-top: 5px; font-size: 7px; letter-spacing: .22em; font-weight: 700; }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 600; }
.desktop-nav a { opacity: .76; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.lang-switch { display: inline-flex; gap: 3px; border: 0; color: #fff; background: rgba(255,255,255,.1); border-radius: 999px; padding: 4px; cursor: pointer; }
.lang-switch span { display: grid; place-items: center; min-width: 32px; height: 29px; border-radius: 99px; font-size: 10px; font-weight: 800; }
.lang-switch .active { background: #fff; color: var(--ink); }
.header-cta { padding: 12px 18px; background: var(--copper); font-size: 12px; font-weight: 700; transition: background .2s; }
.header-cta:hover { background: var(--copper-light); }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 780px; height: 100svh; color: #fff; display: flex; align-items: center; overflow: hidden; background: #111; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-in 1.8s var(--ease) both; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,10,9,.94) 0%, rgba(9,10,9,.73) 33%, rgba(9,10,9,.13) 72%), linear-gradient(0deg, rgba(9,10,9,.72), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 56px; }
.hero .reveal { opacity: 1; transform: none; }
.eyebrow { margin: 0 0 24px; color: var(--copper-light); letter-spacing: .23em; font-size: 11px; font-weight: 800; }
.hero h1, .display { font-size: clamp(48px, 6.5vw, 96px); line-height: .96; letter-spacing: -.055em; margin: 0; font-weight: 600; }
.hero h1 { max-width: 810px; }
.hero h1 em, .display em { color: var(--copper); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 570px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; gap: 16px; align-items: center; margin-top: 38px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 23px; border: 1px solid transparent; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .02em; transition: transform .25s, background .25s, border-color .25s; }
.btn svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.btn-primary { background: var(--copper); color: #fff; }
.btn-primary:hover { transform: translateY(-2px); background: var(--copper-light); }
.btn-ghost { border-color: rgba(255,255,255,.36); color: #fff; }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.hero-meta { position: absolute; z-index: 2; bottom: 36px; left: 50%; transform: translateX(-50%); display: flex; gap: 58px; }
.hero-meta div { display: grid; gap: 3px; }
.hero-meta b { font-size: 20px; color: #fff; }
.hero-meta span { color: rgba(255,255,255,.52); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.scroll-hint { position: absolute; right: 38px; bottom: 40px; z-index: 2; width: 30px; height: 48px; border: 1px solid rgba(255,255,255,.3); border-radius: 30px; }
.scroll-hint span { position: absolute; width: 4px; height: 8px; border-radius: 4px; background: var(--copper); left: 12px; top: 10px; animation: scroll 1.8s infinite; }

.section-index { color: var(--copper); font-size: 10px; font-weight: 800; letter-spacing: .24em; margin-bottom: 32px; }
.intro-grid { display: grid; grid-template-columns: 1fr 3fr; }
.display { font-size: clamp(44px, 5vw, 72px); }
.intro-copy { margin: 36px 0 0 auto; max-width: 610px; color: #666761; font-size: 17px; line-height: 1.8; }
.values-grid { margin-top: 90px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-card { position: relative; min-height: 320px; padding: 48px 42px 42px; border-right: 1px solid var(--line); }
.value-card:last-child { border-right: 0; }
.value-no { position: absolute; top: 18px; right: 20px; font-size: 10px; color: #92938e; }
.line-icon { width: 48px; height: 48px; fill: none; stroke: var(--copper); stroke-width: 1.25; margin-bottom: 62px; }
.value-card h3 { font-size: 18px; margin: 0 0 14px; }
.value-card p { margin: 0; color: #70716c; line-height: 1.75; font-size: 13px; }

.solutions { background: var(--ink); color: #fff; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 70px; }
.section-side-copy { width: 340px; color: rgba(255,255,255,.54); line-height: 1.8; font-size: 14px; margin: 0 0 4px; }
.solution-grid { display: grid; grid-template-columns: 1.12fr 1fr 1fr; grid-template-rows: 330px 330px; gap: 18px; }
.solution-card { position: relative; overflow: hidden; min-height: 250px; background: #2b2d2b; }
.solution-card.tall { grid-row: span 2; }
.solution-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.66) contrast(1.05); transition: transform .8s var(--ease), filter .5s; }
.solution-card:hover img { transform: scale(1.045); filter: saturate(.9); }
.maps-installed img { object-position: center 54%; }
.maps-oven img { object-position: center 52%; }
.maps-cold img { object-position: center 46%; }
.maps-pots img { object-position: center 58%; }
.maps-showroom img { object-position: center 42%; }
.card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,9,8,.92), transparent 62%); }
.map-source { position: absolute; top: 23px; left: 26px; padding: 6px 9px; color: rgba(255,255,255,.78); background: rgba(10,11,10,.58); backdrop-filter: blur(7px); font-size: 7px; font-weight: 800; letter-spacing: .15em; }
.card-no { position: absolute; top: 24px; right: 26px; color: rgba(255,255,255,.55); font-size: 11px; }
.card-copy { position: absolute; inset: auto 30px 28px; display: grid; }
.card-copy small { color: var(--copper-light); font-size: 9px; letter-spacing: .18em; font-weight: 800; }
.card-copy strong { font-family: Georgia, serif; font-size: 38px; font-weight: 400; margin-top: 8px; }
.card-copy i { opacity: 0; transform: translateY(5px); font-style: normal; font-size: 11px; color: rgba(255,255,255,.72); margin-top: 10px; transition: opacity .25s, transform .25s; }
.solution-card:hover .card-copy i { opacity: 1; transform: none; }

.service-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 120px; }
.service-sticky { align-self: start; position: sticky; top: 130px; }
.service-sticky > p { color: #6d6e68; line-height: 1.8; max-width: 460px; margin-top: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 38px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 800; }
.text-link b { color: var(--copper); }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 72px 1fr; padding: 38px 0; border-bottom: 1px solid var(--line); }
.step > b { color: var(--copper); font-size: 11px; }
.step h3 { margin: 0 0 12px; font-size: 20px; }
.step p { margin: 0; color: #70716b; line-height: 1.75; font-size: 14px; }

.proof { padding-top: 20px; background: #dedbd4; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 690px; }
.proof-photo { position: relative; overflow: hidden; }
.proof-photo img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.03); }
.proof-photo > span { position: absolute; left: 25px; bottom: 24px; writing-mode: vertical-rl; color: #fff; letter-spacing: .18em; font-size: 8px; }
.maps-photo-credit { position: absolute; right: 18px; bottom: 18px; padding: 8px 10px; background: rgba(10,11,10,.76); color: rgba(255,255,255,.75); font-size: 8px; letter-spacing: .06em; backdrop-filter: blur(8px); }
.proof-content { padding: 85px 50px 70px 80px; }
.proof-content blockquote { margin: 0; max-width: 520px; font-family: Georgia, serif; font-size: clamp(36px,4vw,59px); line-height: 1.12; letter-spacing: -.03em; }
.proof-content > p { color: #676862; line-height: 1.85; max-width: 540px; margin: 30px 0; }
.proof-points { display: grid; gap: 14px; margin: 32px 0 42px; }
.proof-points span { display: flex; gap: 12px; align-items: center; font-size: 12px; font-weight: 700; }
.proof-points svg { width: 21px; fill: none; stroke: var(--copper); stroke-width: 2; }
.proof-points i { font-style: normal; }
.google-link { display: flex; align-items: center; gap: 16px; padding: 19px 0; border-top: 1px solid rgba(0,0,0,.14); border-bottom: 1px solid rgba(0,0,0,.14); max-width: 510px; }
.google-g { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #fff; font-weight: 800; color: #4285f4; }
.google-link > span:nth-child(2) { display: grid; gap: 3px; flex: 1; }
.google-link strong { font-size: 12px; }
.google-link small { color: #777872; font-size: 10px; }
.google-link > b { color: var(--copper); }

.brands { background: #fff; padding: 34px 0; border-bottom: 1px solid var(--line); }
.brands-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brands-inner > span { color: #878881; font-size: 8px; letter-spacing: .18em; }
.brands-inner > div { display: flex; gap: clamp(28px,5vw,72px); align-items: center; color: #3a3b38; }
.brands-inner b { font-size: 14px; letter-spacing: .05em; }

.contact { background: var(--ink); color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.contact-copy > p { max-width: 500px; color: rgba(255,255,255,.53); line-height: 1.8; margin-top: 30px; }
.contact-lines { display: grid; margin-top: 45px; max-width: 500px; }
.contact-lines a { display: grid; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); gap: 7px; }
.contact-lines a:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-lines span { font-size: 9px; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .15em; }
.contact-lines strong { font-size: 14px; font-weight: 600; }
.quote-form { background: #f4f2ed; color: var(--ink); padding: 48px; }
.field { display: grid; gap: 9px; margin-bottom: 22px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; background: transparent; border: 0; border-bottom: 1px solid rgba(18,19,18,.22); border-radius: 0; outline: 0; padding: 10px 0 13px; font-size: 13px; color: var(--ink); }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--copper); }
.submit-btn { border: 0; width: 100%; margin-top: 10px; }
.form-note { color: #777872; font-size: 9px; text-align: center; margin: 13px 0 0; }

.site-footer { background: #0b0c0b; color: #fff; padding: 64px 0 22px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; padding-bottom: 55px; }
.footer-top p { color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.7; max-width: 400px; }
.back-top { color: var(--copper-light); font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.footer-bottom { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.35); font-size: 9px; }
.whatsapp-float { position: fixed; z-index: 40; right: 24px; bottom: 24px; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: #25d366; box-shadow: 0 10px 30px rgba(0,0,0,.2); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 25px; fill: #fff; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

html[dir="rtl"] body { font-family: "Noto Kufi Arabic", "Manrope", sans-serif; }
html[dir="rtl"] .hero-overlay { background: linear-gradient(270deg, rgba(9,10,9,.94) 0%, rgba(9,10,9,.73) 33%, rgba(9,10,9,.13) 72%), linear-gradient(0deg, rgba(9,10,9,.72), transparent 45%); }
html[dir="rtl"] .hero-image { transform: scaleX(-1); }
html[dir="rtl"] .hero h1, html[dir="rtl"] .display { letter-spacing: -.035em; line-height: 1.25; }
html[dir="rtl"] .hero h1 em, html[dir="rtl"] .display em, html[dir="rtl"] .proof-content blockquote { font-family: "Noto Kufi Arabic", sans-serif; }
html[dir="rtl"] .intro-copy { margin-left: 0; margin-right: auto; }
html[dir="rtl"] .value-card { border-left: 1px solid var(--line); border-right: 0; }
html[dir="rtl"] .value-card:last-child { border-left: 0; }
html[dir="rtl"] .value-no, html[dir="rtl"] .card-no { right: auto; left: 20px; }
html[dir="rtl"] .map-source { left: auto; right: 26px; }
html[dir="rtl"] .maps-photo-credit { right: auto; left: 18px; }
html[dir="rtl"] .btn svg { transform: scaleX(-1); }

@keyframes hero-in { from { transform: scale(1.05); opacity: .6; } to { transform: scale(1); opacity: 1; } }
@keyframes scroll { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(17px); opacity: 0; } }

@media (max-width: 980px) {
  :root { --wrap: min(100% - 40px, 760px); }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: grid; border: 0; background: transparent; width: 34px; height: 34px; padding: 8px 3px; align-content: center; gap: 7px; cursor: pointer; }
  .menu-toggle span { display: block; height: 1px; background: #fff; transition: transform .25s; }
  .menu-toggle span:last-child { width: 70%; }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { width: 100%; transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { display: grid; max-height: 0; overflow: hidden; opacity: 0; background: rgba(17,18,17,.98); transition: max-height .35s, opacity .25s; }
  .menu-open .mobile-nav { max-height: 330px; opacity: 1; padding: 15px 20px 30px; }
  .mobile-nav a { width: var(--wrap); margin-inline: auto; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14px; }
  .hero-meta { gap: 28px; }
  .intro-grid, .service-grid, .contact-grid { grid-template-columns: 1fr; }
  .intro-grid { gap: 20px; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 250px; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-card:last-child { border-bottom: 0; }
  .line-icon { margin-bottom: 35px; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .section-side-copy { width: auto; max-width: 540px; }
  .service-grid { gap: 70px; }
  .service-sticky { position: static; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-photo { min-height: 480px; }
  .proof-content { padding: 70px 20px 70px; }
  .contact-grid { gap: 70px; }
  .footer-top { grid-template-columns: 1fr auto; }
  .footer-top p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 650px) {
  :root { --wrap: calc(100vw - 32px); }
  .section { padding: 88px 0; }
  .header-inner { height: 72px; }
  .brand-mark { width: 28px; height: 30px; }
  .brand-copy strong { font-size: 18px; }
  .hero { min-height: 720px; height: 100svh; }
  .hero-image { object-position: 63% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,9,8,.92), rgba(8,9,8,.4)), linear-gradient(0deg, rgba(8,9,8,.88), transparent 55%); }
  .hero h1 { font-size: clamp(42px, 12.4vw, 53px); }
  .hero-lead { font-size: 14px; line-height: 1.7; max-width: 90%; }
  .hero-actions { align-items: stretch; flex-direction: column; width: min(100%, 330px); }
  .hero-meta { bottom: 28px; gap: 20px; }
  .hero-meta div:last-child { display: none; }
  .hero-meta b { font-size: 17px; }
  .scroll-hint { display: none; }
  .display { font-size: 41px; }
  .intro-copy { font-size: 15px; }
  .values-grid { margin-top: 60px; }
  .value-card { padding: 42px 25px 32px; }
  .solution-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .solution-card, .solution-card.tall { min-height: 390px; grid-row: auto; }
  .card-copy strong { font-size: 34px; }
  .step { grid-template-columns: 48px 1fr; }
  .proof-photo { min-height: 380px; }
  .proof-content { padding-inline: 0; }
  .proof-content blockquote { font-size: 38px; }
  .brands-inner { align-items: flex-start; flex-direction: column; }
  .brands-inner > div { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .quote-form { padding: 30px 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; }
  .back-top { grid-row: 3; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 48px; height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
