/* =========================================================
   Marian Home Services — Riyadh
   Shared stylesheet
   ========================================================= */

:root {
  /* Palette */
  --green:        #123b2a;
  --green-deep:   #0c2a1e;
  --green-soft:   #1c4d38;
  --gold:         #c29a4b;
  --gold-deep:    #a67f34;
  --gold-soft:    #dcc389;
  --cream:        #f8f2e7;
  --sand:         #efe5d3;
  --paper:        #fffdf8;
  --ink:          #23261f;
  --muted:        #6a6e63;
  --line:         #e4dcc9;

  /* Type (Arabic) */
  --serif: "El Messiri", "Amiri", "Segoe UI", Tahoma, serif;
  --sans:  "Tajawal", "Segoe UI", Tahoma, Arial, sans-serif;

  /* Metrics */
  --wrap: 1160px;
  --gap: clamp(1.5rem, 4vw, 3.5rem);
  --radius: 14px;
  --shadow: 0 18px 40px -22px rgba(12, 42, 30, 0.45);
  --shadow-soft: 0 10px 30px -20px rgba(12, 42, 30, 0.4);

  /* Arabic geometric accent, kept very light */
  --pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='none' stroke='%23c29a4b' stroke-width='1'%3E%3Cpath d='M24 2 L46 24 L24 46 L2 24 Z'/%3E%3Crect x='9' y='9' width='30' height='30'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- Reset-ish ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0 0 0.5em;
  color: var(--green-deep);
}
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1.1rem, 5vw, 2.5rem); }
.section { padding-block: clamp(3.5rem, 8vw, 6.5rem); }
.eyebrow {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--gold);
  display: inline-block;
}
h1 { font-size: clamp(2.3rem, 6vw, 3.7rem); }
h2 { font-size: clamp(1.8rem, 4.4vw, 2.7rem); }
h3 { font-size: clamp(1.2rem, 2.6vw, 1.5rem); }
.lead { font-size: clamp(1.05rem, 2.2vw, 1.22rem); color: var(--muted); max-width: 56ch; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  min-height: 52px;
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn-call {
  background: var(--green);
  color: var(--cream);
  box-shadow: var(--shadow-soft);
}
.btn-call:hover { background: var(--green-deep); transform: translateY(-2px); }
.btn-wa {
  background: #1faf54;
  color: #fff;
  box-shadow: 0 12px 28px -16px rgba(31,175,84,.9);
}
.btn-wa:hover { background: #17984a; transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  color: var(--green-deep);
  border-color: var(--green);
}
.btn-ghost:hover { background: var(--green); color: var(--cream); }
.btn-gold {
  background: var(--gold);
  color: var(--green-deep);
}
.btn-gold:hover { background: var(--gold-deep); color: #fff; transform: translateY(-2px); }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* Focus states */
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
  border-radius: 6px;
}

/* =========================================================
   Header
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, 0.9);
  backdrop-filter: saturate(1.2) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 74px;
}
.brand { display: flex; align-items: center; gap: 0.7rem; }
.brand img { width: 44px; height: 44px; border-radius: 10px; }
.brand-name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.18rem;
  color: var(--green-deep);
  line-height: 1.05;
}
.brand-name span { display: block; font-family: var(--sans); font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; }

.nav-links { display: flex; align-items: center; gap: 1.9rem; }
.nav-links a {
  font-size: 0.96rem;
  font-weight: 500;
  color: var(--ink);
  position: relative;
  padding: 0.3rem 0;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -2px;
  height: 2px; width: 0;
  background: var(--gold);
  transition: width .22s ease;
}
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { width: 100%; }
.nav-links a[aria-current="page"] { color: var(--green-deep); }

.header-actions { display: flex; align-items: center; gap: 0.8rem; }
.header-call {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--green);
  color: var(--cream);
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.94rem;
  transition: background .18s ease, transform .18s ease;
}
.header-call:hover { background: var(--green-deep); transform: translateY(-1px); }
.header-call svg { width: 18px; height: 18px; }

.nav-toggle {
  display: none;
  background: none;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  width: 46px; height: 46px;
  cursor: pointer;
  color: var(--green-deep);
}
.nav-toggle svg { width: 24px; height: 24px; margin: auto; }

/* =========================================================
   Footer
   ========================================================= */
.site-footer {
  background: var(--green-deep);
  color: #cbd8cf;
  padding-block: clamp(3rem, 6vw, 4.5rem) 6.5rem;
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--pattern);
  background-size: 54px;
  opacity: 0.05;
  pointer-events: none;
}
.footer-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: clamp(2rem, 5vw, 4rem);
}
.site-footer h4 {
  color: #fff;
  font-family: var(--sans);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.footer-brand .brand-name { color: #fff; }
.footer-brand p { color: #a9bcb0; max-width: 34ch; font-size: 0.96rem; }
.footer-brand .brand img { border-radius: 10px; }
.site-footer ul li { margin-bottom: 0.55rem; font-size: 0.96rem; }
.site-footer a:hover { color: var(--gold-soft); }
.footer-contact a { color: #fff; font-weight: 500; }
.footer-contact .big { font-family: var(--serif); font-size: 1.35rem; color: #fff; }
.footer-hours { color: #a9bcb0; font-size: 0.92rem; }
.footer-bottom {
  position: relative;
  margin-top: 2.8rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.5rem;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #8ea295;
}

/* =========================================================
   Mobile sticky action bar + floating WA (desktop)
   ========================================================= */
.mobile-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  display: none;
  gap: 0.55rem;
  padding: 0.55rem 0.7rem calc(0.55rem + env(safe-area-inset-bottom));
  background: rgba(255,253,248,0.96);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 30px -18px rgba(12,42,30,.4);
}
.mobile-bar a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 54px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.02rem;
}
.mobile-bar svg { width: 21px; height: 21px; }
.mb-call { background: var(--green); color: var(--cream); }
.mb-wa { background: #1faf54; color: #fff; }

.float-wa {
  position: fixed;
  right: 22px; bottom: 24px;
  z-index: 55;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: #1faf54;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px -10px rgba(31,175,84,.6);
  transition: transform .2s ease;
}
.float-wa:hover { transform: scale(1.06); }
.float-wa svg { width: 32px; height: 32px; }

/* =========================================================
   Hero (home) — asymmetric
   ========================================================= */
.hero {
  position: relative;
  background: linear-gradient(160deg, var(--cream), var(--paper) 70%);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  top: -60px; right: -60px;
  width: 340px; height: 340px;
  background-image: var(--pattern);
  background-size: 60px;
  opacity: 0.08;
  transform: rotate(8deg);
  pointer-events: none;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding-block: clamp(3rem, 7vw, 5.5rem);
}
.hero-copy h1 { margin-bottom: 0.55rem; }
.hero-copy h1 em { font-style: italic; color: var(--gold-deep); }
.hero-copy .lead { margin-bottom: 1.8rem; }
.hero-media { position: relative; }
.hero-media img {
  border-radius: 18px;
  box-shadow: var(--shadow);
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.hero-badge {
  position: absolute;
  left: -18px; bottom: 26px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem 1.1rem;
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  max-width: 230px;
}
.hero-badge .num { font-family: var(--serif); font-size: 1.8rem; color: var(--green); line-height: 1; }
.hero-badge small { color: var(--muted); font-size: 0.82rem; line-height: 1.3; }

/* ---------- Trust strip ---------- */
.trust {
  background: var(--green);
  color: var(--cream);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.12);
  border-radius: var(--radius);
  overflow: hidden;
}
.trust-item {
  background: var(--green);
  padding: 1.5rem 1.4rem;
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
}
.trust-item svg { width: 26px; height: 26px; color: var(--gold-soft); flex: none; margin-top: 2px; }
.trust-item strong { display: block; color: #fff; font-size: 1rem; }
.trust-item span { color: #b9cabf; font-size: 0.88rem; }

/* ---------- Section head ---------- */
.section-head { max-width: 62ch; margin-bottom: 2.6rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }

/* ---------- Services preview grid ---------- */
.services-preview { background: var(--cream); }
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.svc-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 260px;
  display: flex;
  align-items: flex-end;
  box-shadow: var(--shadow-soft);
  isolation: isolate;
}
.svc-card img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform .5s ease;
}
.svc-card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(12,42,30,.9) 8%, rgba(12,42,30,.15) 65%);
  z-index: -1;
}
.svc-card:hover img { transform: scale(1.05); }
.svc-card .svc-body { padding: 1.3rem; color: #fff; }
.svc-card h3 { color: #fff; margin-bottom: 0.25rem; }
.svc-card p { color: #d9e4dd; font-size: 0.9rem; margin: 0; }
.svc-card .arrow { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.7rem; color: var(--gold-soft); font-weight: 600; font-size: 0.9rem; }
.svc-grid-cta { margin-top: 2.4rem; }

/* ---------- Why choose us — split ---------- */
.why-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.why-list { display: grid; gap: 1.3rem; }
.why-item { display: flex; gap: 1rem; }
.why-num {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold-deep);
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  width: 42px; height: 42px;
  display: grid;
  place-items: center;
  flex: none;
}
.why-item h3 { font-size: 1.15rem; margin-bottom: 0.2rem; }
.why-item p { color: var(--muted); font-size: 0.96rem; margin: 0; }
.why-media img {
  border-radius: 18px;
  box-shadow: var(--shadow);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

/* ---------- Testimonials ---------- */
.testimonials { background: var(--green-deep); color: #d7e2da; position: relative; }
.testimonials::before {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--pattern);
  background-size: 60px;
  opacity: 0.05;
}
.testimonials .section-head h2, .testimonials .eyebrow { color: #fff; }
.testimonials .eyebrow { color: var(--gold-soft); }
.testimonial-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
}
.tcard {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 1.7rem 1.5rem;
}
.tcard .quote-mark { font-family: var(--serif); font-size: 2.6rem; color: var(--gold); line-height: 0.6; display: block; margin-bottom: 0.4rem; }
.tcard p { color: #e4ede7; font-size: 1rem; }
.tcard .who { display: flex; align-items: center; gap: 0.75rem; margin-top: 1.2rem; }
.tcard .avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--gold); color: var(--green-deep); font-family: var(--serif); font-weight: 700; display: grid; place-items: center; font-size: 1.05rem; }
.tcard .who strong { color: #fff; display: block; font-size: 0.95rem; }
.tcard .who span { color: #9fb3a7; font-size: 0.82rem; }

/* ---------- FAQ ---------- */
.faq-inner { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem,5vw,4rem); align-items: start; }
.faq-list { display: grid; gap: 0.8rem; }
.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1.1rem 1.3rem;
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--green-deep);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .plus {
  flex: none;
  width: 24px; height: 24px;
  position: relative;
  transition: transform .25s ease;
}
.faq-item summary .plus::before, .faq-item summary .plus::after {
  content: ""; position: absolute; background: var(--gold-deep);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.faq-item summary .plus::before { width: 14px; height: 2px; }
.faq-item summary .plus::after { width: 2px; height: 14px; }
.faq-item[open] summary .plus { transform: rotate(135deg); }
.faq-item .faq-body { padding: 0 1.3rem 1.2rem; color: var(--muted); }
.faq-item .faq-body p { margin: 0; }

/* ---------- CTA band ---------- */
.cta-band {
  background:
    linear-gradient(155deg, rgba(18,59,42,.96), rgba(12,42,30,.96)),
    var(--pattern);
  background-size: auto, 70px;
  color: var(--cream);
  text-align: center;
  border-radius: 22px;
  padding: clamp(2.6rem, 6vw, 4.5rem) clamp(1.4rem, 5vw, 3rem);
}
.cta-band h2 { color: #fff; max-width: 20ch; margin-inline: auto; }
.cta-band p { color: #c3d3c9; max-width: 52ch; margin-inline: auto 1.8rem; margin-bottom: 1.8rem; }
.cta-band .cta-row { justify-content: center; }
.cta-band .btn-call { background: var(--gold); color: var(--green-deep); }
.cta-band .btn-call:hover { background: var(--gold-deep); color: #fff; }
.cta-phone { display: block; margin-top: 1.4rem; color: #c3d3c9; font-size: 0.95rem; }
.cta-phone strong { color: #fff; font-family: var(--serif); font-size: 1.1rem; }

/* =========================================================
   Services page — zigzag rows
   ========================================================= */
.page-hero {
  background: linear-gradient(160deg, var(--cream), var(--paper));
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  right: -80px; top: -80px;
  width: 300px; height: 300px;
  background-image: var(--pattern);
  background-size: 58px;
  opacity: 0.07;
}
.page-hero-inner { padding-block: clamp(2.6rem, 6vw, 4.5rem); max-width: 60ch; position: relative; }

.svc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.8rem, 5vw, 4rem);
  align-items: center;
  padding-block: clamp(2.2rem, 5vw, 3.5rem);
  border-bottom: 1px solid var(--line);
}
.svc-row:last-child { border-bottom: none; }
.svc-row.reverse .svc-row-media { order: 2; }
.svc-row-media img {
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}
.svc-row-copy .svc-index {
  font-family: var(--serif);
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.svc-row-copy h2 { margin: 0.2rem 0 0.6rem; }
.svc-row-copy ul.ticks { margin: 1rem 0 1.5rem; display: grid; gap: 0.5rem; }
.svc-row-copy ul.ticks li { display: flex; gap: 0.6rem; align-items: flex-start; color: var(--ink); font-size: 0.96rem; }
.svc-row-copy ul.ticks svg { width: 20px; height: 20px; color: var(--gold-deep); flex: none; margin-top: 2px; }

/* =========================================================
   About page
   ========================================================= */
.about-story {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.about-story-media { position: relative; }
.about-story-media img { border-radius: 18px; box-shadow: var(--shadow); aspect-ratio: 5/6; object-fit: cover; width: 100%; }
.about-story-media .stat-chip {
  position: absolute;
  right: -14px; bottom: 30px;
  background: var(--green);
  color: var(--cream);
  border-radius: 14px;
  padding: 1rem 1.2rem;
  box-shadow: var(--shadow);
}
.about-story-media .stat-chip .num { font-family: var(--serif); font-size: 1.9rem; color: var(--gold-soft); line-height: 1; }
.about-story-media .stat-chip small { font-size: 0.8rem; color: #cbd8cf; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
}
.value-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.7rem 1.5rem;
}
.value-card .ic {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--cream);
  color: var(--gold-deep);
  display: grid; place-items: center;
  margin-bottom: 1rem;
}
.value-card .ic svg { width: 26px; height: 26px; }
.value-card h3 { font-size: 1.15rem; margin-bottom: 0.35rem; }
.value-card p { color: var(--muted); font-size: 0.94rem; margin: 0; }

.process { background: var(--cream); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: step; }
.step { position: relative; padding-top: 1rem; }
.step .step-n {
  font-family: var(--serif);
  font-size: 2.4rem;
  color: var(--gold);
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
}
.step h3 { font-size: 1.12rem; margin-bottom: 0.3rem; }
.step p { color: var(--muted); font-size: 0.92rem; margin: 0; }
.step::before {
  content: "";
  position: absolute; top: 1.35rem; left: 3.2rem; right: -0.6rem;
  height: 1px;
  background: var(--line);
}
.step:last-child::before { display: none; }

/* =========================================================
   Contact page
   ========================================================= */
.contact-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.6rem, 5vw, 3.5rem);
  align-items: stretch;
}
.contact-actions {
  background: var(--cream);
  border-radius: 20px;
  padding: clamp(1.8rem, 4vw, 2.6rem);
  border: 1px solid var(--line);
}
.contact-actions .btn { width: 100%; font-size: 1.1rem; padding-block: 1.15rem; margin-bottom: 0.9rem; }
.contact-actions .btn:last-of-type { margin-bottom: 0; }
.contact-actions h2 { margin-bottom: 0.4rem; }
.contact-actions p.lead { margin-bottom: 1.6rem; }
.contact-info { display: grid; gap: 1.4rem; align-content: center; }
.info-row { display: flex; gap: 1rem; align-items: flex-start; }
.info-row .ic {
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--green); color: var(--gold-soft);
  display: grid; place-items: center; flex: none;
}
.info-row .ic svg { width: 22px; height: 22px; }
.info-row strong { display: block; font-family: var(--serif); font-size: 1.15rem; color: var(--green-deep); }
.info-row a { color: var(--green-deep); font-weight: 600; }
.info-row span, .info-row p { color: var(--muted); font-size: 0.95rem; margin: 0; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-toggle { display: grid; place-items: center; }
  .header-call span.long { display: none; }

  .hero-inner { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 460px; }
  .hero-media img { aspect-ratio: 16/11; }
  .hero-badge { left: 12px; }

  .trust-grid { grid-template-columns: 1fr 1fr; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .why-inner { grid-template-columns: 1fr; }
  .why-media { max-width: 460px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .faq-inner { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step::before { display: none; }
  .about-story { grid-template-columns: 1fr; }
  .about-story-media { max-width: 460px; }
  .contact-panel { grid-template-columns: 1fr; }

  /* Mobile nav drawer */
  .nav-links.open {
    display: flex;
    position: absolute;
    top: 74px; left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 0.5rem 1.2rem 1.2rem;
    box-shadow: var(--shadow-soft);
  }
  .nav-links.open a { padding: 0.9rem 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .nav-links.open a::after { display: none; }
}

@media (max-width: 760px) {
  .mobile-bar { display: flex; }
  .float-wa { display: none; }
  body { padding-bottom: 74px; }
  .svc-row.reverse .svc-row-media { order: -1; }
  .svc-row-media { max-width: 520px; margin-inline: auto; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 2.5rem; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .trust-grid { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 0.4rem; }
  .footer-contact .big { font-size: 1.25rem; word-break: break-word; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* =========================================================
   RTL / Arabic adjustments
   ========================================================= */
/* Keep phone numbers in Latin left-to-right order inside RTL text */
.ltr {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}

[dir="rtl"] body { font-size: 17.5px; }

/* Arabic script must not have letter-spacing (it breaks the joins),
   and needs a little more line-height on headings */
[dir="rtl"] .eyebrow { letter-spacing: normal; }
[dir="rtl"] .brand-name span { letter-spacing: normal; }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4 {
  letter-spacing: normal;
  line-height: 1.3;
}
[dir="rtl"] .brand-name { line-height: 1.25; }

/* No synthetic italics in Arabic — keep the accent as colour only */
[dir="rtl"] .hero-copy h1 em { font-style: normal; }

/* Mirror decorative arrows */
[dir="rtl"] .svc-card .arrow svg { transform: scaleX(-1); }

/* Mirror absolutely-positioned accents to the correct side */
[dir="rtl"] .hero-badge { left: auto; right: -18px; }
[dir="rtl"] .about-story-media .stat-chip { right: auto; left: -14px; }
[dir="rtl"] .step::before { left: -0.6rem; right: 3.2rem; }

@media (max-width: 960px) {
  [dir="rtl"] .hero-badge { left: auto; right: 12px; }
}
