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

:root {
  --ink: #121716;
  --ink-soft: #28312e;
  --cream: #f3efe7;
  --sand: #ddd4c6;
  --orange: #df7240;
  --line: rgba(18, 23, 22, 0.16);
  --display: 'Noto Kufi Arabic', sans-serif;
  --body: 'IBM Plex Sans Arabic', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }

.hero { position: relative; min-height: 760px; overflow: hidden; color: var(--cream); background: var(--ink); }
.hero::before { content: ''; position: absolute; inset: 0 0 0 42%; background: linear-gradient(90deg, var(--ink) 0%, rgba(18, 23, 22, 0.74) 44%, rgba(18, 23, 22, 0.34) 100%), url('https://images.unsplash.com/photo-1621605815971-fbc98d665033?auto=format&fit=crop&w=1800&q=85') center / cover; opacity: 0.95; }
.hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.18; background-image: radial-gradient(rgba(243, 239, 231, 0.22) 0.7px, transparent 0.7px); background-size: 7px 7px; mix-blend-mode: soft-light; }
.nav, .hero-content, .hero-footer { position: relative; z-index: 1; }
.nav { display: flex; align-items: center; justify-content: space-between; padding-top: 30px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 21px; font-weight: 700; }
.wordmark-mark { display: grid; width: 34px; height: 34px; place-items: center; color: var(--ink); background: var(--orange); border-radius: 50%; font-family: var(--body); font-size: 20px; }
.status { display: inline-flex; align-items: center; gap: 9px; color: #c9cec7; font-size: 13px; }
.status-dot { width: 7px; height: 7px; background: #8ec47c; border-radius: 50%; box-shadow: 0 0 0 5px rgba(142, 196, 124, 0.12); }
.hero-content { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr); align-items: center; gap: 8%; min-height: 615px; }
.hero-copy { padding-block: 80px; }
.eyebrow { margin: 0 0 24px; color: var(--orange); font-size: 14px; font-weight: 600; letter-spacing: 0.02em; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 700; line-height: 1.35; }
h1 { max-width: 600px; font-size: clamp(42px, 5vw, 78px); letter-spacing: -0.02em; }
h1 span, h2 em { color: var(--orange); font-style: normal; }
.intro { max-width: 470px; margin: 28px 0 35px; color: #c4cac2; font-size: 18px; line-height: 2; }
.primary-button { display: inline-flex; align-items: center; gap: 16px; padding: 15px 22px; color: var(--ink); background: var(--orange); font-weight: 700; transition: transform 180ms ease, background 180ms ease; }
.primary-button:hover { transform: translateX(-4px); background: #ed8350; }
.primary-button span { font-size: 22px; line-height: 0.8; }
.hero-visual { position: relative; width: min(100%, 540px); justify-self: end; }
.visual-frame { position: relative; aspect-ratio: 0.83; overflow: hidden; border: 1px solid rgba(243, 239, 231, 0.35); background: var(--ink-soft); box-shadow: 25px 25px 0 rgba(223, 114, 64, 0.95); }
.visual-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(18, 23, 22, 0.82)); }
.visual-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.78); }
.visual-caption { position: absolute; right: 28px; bottom: 25px; z-index: 1; display: grid; gap: 2px; }
.visual-caption span { color: #d9ded6; font-size: 13px; }
.visual-caption strong { font-family: var(--display); font-size: 22px; }
.visual-stamp { position: absolute; left: -28px; top: 12%; z-index: 2; display: grid; width: 100px; height: 100px; place-content: center; border: 1px solid var(--orange); color: var(--orange); background: var(--ink); font-size: 13px; line-height: 1.5; text-align: center; transform: rotate(-11deg); }
.visual-stamp b { font-family: var(--display); font-size: 18px; }
.hero-footer { display: flex; align-items: center; gap: 16px; padding-bottom: 25px; color: #9da69e; font-size: 12px; }
.footer-line { width: 42px; height: 1px; background: var(--orange); }
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 14%; padding-block: 125px 140px; }
.about h2 { max-width: 480px; font-size: clamp(30px, 3.5vw, 52px); }
.about-text { padding-top: 27px; }
.about-text > p { max-width: 450px; margin: 0; color: #59615c; font-size: 18px; line-height: 2; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 70px; border-top: 1px solid var(--line); }
.features div { display: grid; gap: 7px; padding-top: 18px; border-top: 2px solid var(--orange); }
.features span { color: var(--orange); font-size: 12px; }
.features strong { font-family: var(--display); font-size: 18px; }
.features small { color: #727a73; font-size: 12px; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 25px; border-top: 1px solid var(--line); color: #727a73; font-size: 12px; }
.footer .wordmark { color: var(--ink); font-size: 16px; }
.footer .wordmark-mark { width: 27px; height: 27px; font-size: 16px; }
.footer a { color: var(--ink); font-weight: 600; }

@media (max-width: 760px) {
  .shell { width: min(100% - 40px, 560px); }
  .hero { min-height: auto; }
  .hero::before { inset: 0; background: linear-gradient(180deg, rgba(18, 23, 22, 0.77) 0%, rgba(18, 23, 22, 0.93) 63%, var(--ink) 100%), url('https://images.unsplash.com/photo-1621605815971-fbc98d665033?auto=format&fit=crop&w=1000&q=85') center / cover; }
  .nav { padding-top: 22px; }
  .hero-content { display: flex; flex-direction: column; align-items: stretch; gap: 50px; min-height: auto; }
  .hero-copy { padding-block: 100px 0; }
  h1 { font-size: clamp(39px, 12vw, 60px); }
  .intro { margin-top: 22px; font-size: 16px; line-height: 1.9; }
  .hero-visual { align-self: center; width: min(84%, 390px); }
  .visual-stamp { left: -20px; width: 82px; height: 82px; font-size: 11px; }
  .visual-stamp b { font-size: 15px; }
  .hero-footer { padding-block: 65px 22px; }
  .about { display: block; padding-block: 80px 90px; }
  .about-text { padding-top: 35px; }
  .features { margin-top: 45px; gap: 12px; }
  .features strong { font-size: 15px; }
  .features small { font-size: 10px; }
  .footer { flex-wrap: wrap; }
  .footer > span:nth-child(2) { order: 3; width: 100%; }
}
