:root {
  --ink: #19201e;
  --ink-2: #2e3734;
  --paper: #f7f6f1;
  --surface: #fffefa;
  --sand: #e8d8b5;
  --sand-soft: #f0e9d9;
  --brick: #c95f3d;
  --brick-dark: #9f4228;
  --line: rgba(25, 32, 30, .13);
  --muted: #626b67;
  --shadow: 0 24px 80px rgba(25, 32, 30, .11);
  --radius-xl: 2rem;
  --radius-lg: 1.5rem;
  --radius-md: 1rem;
  --container: min(1160px, calc(100% - 2rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  direction: rtl;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .22;
  background-image: radial-gradient(rgba(25, 32, 30, .11) .55px, transparent .55px);
  background-size: 10px 10px;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
h1, h2, h3, p { margin-top: 0; }
.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: .75rem;
  right: .75rem;
  z-index: 100;
  padding: .7rem 1rem;
  border-radius: 999px;
  background: var(--surface);
  transform: translateY(-160%);
  transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--brick); outline-offset: 3px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: .85rem 0;
  background: linear-gradient(to bottom, rgba(247,246,241,.96), rgba(247,246,241,.76), transparent);
}
.nav-wrap {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .65rem .7rem;
  border: 1px solid var(--line);
  border-radius: 1.35rem;
  background: rgba(255,254,250,.9);
  box-shadow: 0 8px 30px rgba(25,32,30,.06);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; font-size: 1.12rem; font-weight: 900; letter-spacing: -.025em; }
.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 14px;
  background: var(--ink);
}
.brand-mark img { width: 39px; height: 39px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: .15rem; }
.main-nav a { min-height: 42px; display: inline-flex; align-items: center; padding: .45rem .9rem; border-radius: 999px; color: var(--muted); font-size: .92rem; font-weight: 600; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--ink); background: var(--sand-soft); }
.main-nav .nav-call { margin-right: .4rem; color: #fff !important; background: var(--ink) !important; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--sand-soft); cursor: pointer; }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px auto; border-radius: 3px; background: var(--ink); }

.hero { padding: .75rem 0 2.2rem; }
.hero-shell {
  min-height: 610px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: var(--ink);
  box-shadow: var(--shadow);
}
.hero-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5.3vw, 5rem); color: #fff; }
.eyebrow { margin-bottom: .8rem; color: var(--brick); font-size: .86rem; font-weight: 900; letter-spacing: .01em; }
.hero .eyebrow { color: #f3a185; }
.hero h1 { max-width: 660px; margin-bottom: 1.3rem; font-size: clamp(3rem, 6.8vw, 6.15rem); line-height: 1.04; letter-spacing: -.07em; }
.hero-lead { max-width: 570px; margin-bottom: 0; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.7vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.9rem; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .65rem 1.2rem;
  border-radius: 999px;
  font-weight: 850;
  transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--brick); }
.button-primary:hover { background: var(--brick-dark); }
.button-secondary { color: #fff; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.08); }
.button-dark { color: #fff; background: var(--ink); }
.hero-media-wrap { position: relative; min-height: 610px; }
.hero-media { width: 100%; height: 100%; object-fit: cover; object-position: 37% center; }
.hero-location {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  max-width: calc(100% - 2.4rem);
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .8rem 1rem;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 1rem;
  color: var(--ink);
  background: rgba(255,254,250,.92);
  backdrop-filter: blur(14px);
  font-size: .86rem;
}
.hero-location b { display: block; font-size: .96rem; }
.location-mark { width: 9px; height: 38px; flex: 0 0 auto; border-radius: 999px; background: var(--brick); }

.trust-strip { padding: .9rem 0 3rem; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.trust-item { min-height: 112px; display: flex; align-items: center; gap: 1rem; padding: 1.2rem 1.45rem; }
.trust-item + .trust-item { border-right: 1px solid var(--line); }
.trust-number { color: var(--brick); font-family: Arial, sans-serif; font-size: .8rem; font-weight: 900; }
.trust-item b { display: block; margin-bottom: .1rem; font-size: 1.02rem; }
.trust-item span:last-child { color: var(--muted); font-size: .9rem; }

.section { padding: 5.1rem 0; }
.section-soft { background: var(--sand-soft); }
.section-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; align-items: end; margin-bottom: 2.3rem; }
.section-head h2, .page-intro h1 { margin-bottom: 0; font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: 1.13; letter-spacing: -.06em; }
.section-head p:last-child { max-width: 660px; margin-bottom: .3rem; color: var(--muted); }
.materials { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.material-card {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.45rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  transition: transform .2s, box-shadow .2s;
}
.material-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(25,32,30,.08); }
.material-card:nth-child(2) { background: var(--sand); }
.material-card:nth-child(3) { color: #fff; background: var(--ink); }
.material-card:nth-child(4) { color: #fff; background: var(--brick); }
.material-index { font-family: Arial, sans-serif; font-size: .79rem; opacity: .66; }
.material-card h3 { margin-bottom: .2rem; font-size: 1.55rem; }
.material-card p { margin-bottom: 0; opacity: .72; font-size: .92rem; }
.inventory-note { margin: 1.4rem 0 0; color: var(--muted); font-size: .9rem; }
.inventory-note a { color: var(--brick-dark); font-weight: 800; border-bottom: 1px solid currentColor; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.step-card { min-height: 230px; padding: 1.6rem; border-top: 3px solid var(--ink); border-radius: 0 0 var(--radius-lg) var(--radius-lg); background: var(--surface); }
.step-index { display: block; margin-bottom: 2.4rem; color: var(--brick); font-family: Arial, sans-serif; font-size: .82rem; font-weight: 900; }
.step-card h3 { margin-bottom: .55rem; font-size: 1.35rem; }
.step-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }
.section-action { margin-top: 1.6rem; }

.split-panel { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border-radius: var(--radius-xl); background: var(--sand); }
.split-copy { padding: clamp(2rem, 5vw, 4.5rem); }
.split-copy h2 { max-width: 650px; font-size: clamp(2.35rem, 5vw, 4.5rem); line-height: 1.15; letter-spacing: -.055em; }
.split-copy p { max-width: 620px; color: var(--ink-2); }
.split-aside { min-height: 400px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(2rem, 4vw, 3.2rem); color: #fff; background: var(--ink); }
.split-aside img { width: 118px; height: 118px; object-fit: contain; }
.split-aside .brand-word { font-family: Arial, sans-serif; direction: ltr; font-size: clamp(3rem, 6vw, 5.8rem); font-weight: 900; letter-spacing: -.07em; }
.split-aside p { max-width: 360px; margin-bottom: 0; color: rgba(255,255,255,.66); }

.page-intro { padding: 4.2rem 0 2.4rem; }
.page-intro-inner { max-width: 930px; }
.page-intro h1 { margin-bottom: 1.25rem; }
.page-intro .lead { max-width: 760px; margin-bottom: 0; color: var(--muted); font-size: clamp(1.04rem, 2vw, 1.2rem); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.story-card { padding: clamp(1.8rem, 4vw, 3.4rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.story-card.dark { color: #fff; background: var(--ink); }
.story-card.dark p { color: rgba(255,255,255,.7); }
.story-card h2 { font-size: clamp(1.9rem, 3.2vw, 2.8rem); line-height: 1.35; }
.story-logo { width: 88px; height: 88px; margin-bottom: 2.2rem; object-fit: contain; }
.values { display: grid; gap: .9rem; margin-top: 1.8rem; }
.value { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.value b { color: var(--brick); font-family: Arial, sans-serif; }
.value h3 { margin-bottom: .2rem; }
.value p { margin-bottom: 0; color: var(--muted); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.promise-card { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.promise-card h3 { margin-bottom: .4rem; }
.promise-card p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }

.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 1rem; }
.contact-card { padding: clamp(1.8rem, 4vw, 3.1rem); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.contact-card.dark { color: #fff; background: var(--ink); }
.contact-card h2 { font-size: clamp(1.9rem, 3vw, 2.75rem); line-height: 1.35; }
.contact-label { display: block; margin-bottom: .5rem; color: var(--brick); font-size: .85rem; font-weight: 900; }
.phone-list { display: grid; gap: .8rem; margin: 1.5rem 0 2rem; }
.phone-link { width: fit-content; direction: ltr; font-family: Arial, sans-serif; font-size: clamp(1.7rem, 4vw, 3.15rem); font-weight: 900; letter-spacing: -.045em; border-bottom: 2px solid rgba(255,255,255,.22); }
.phone-link:hover { color: #f3a185; }
.email-contact { display: flex; align-items: baseline; gap: .75rem; margin: -0.4rem 0 1.8rem; padding-top: 1.15rem; border-top: 1px solid rgba(255,255,255,.14); }
.email-contact span { color: rgba(255,255,255,.62); font-size: .85rem; font-weight: 800; }
.email-link { direction: ltr; font-family: Arial, sans-serif; font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.28); }
.email-link:hover { color: #f3a185; }
.address { max-width: 490px; font-size: clamp(1.25rem, 2.5vw, 1.55rem); line-height: 1.75; }
.map-link { display: inline-flex; margin-top: .8rem; color: var(--brick-dark); font-weight: 900; border-bottom: 1px solid currentColor; }
.contact-note { margin-top: 2.2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .93rem; }
.contact-tip { margin-top: 1rem; padding: 1.2rem 1.4rem; border-radius: var(--radius-md); background: var(--sand-soft); color: var(--ink-2); }
.contact-tip b { display: block; margin-bottom: .2rem; }

.site-footer { padding: 2.2rem 0 2.5rem; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: center; padding-top: 1.6rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.footer-brand { display: flex; align-items: flex-start; gap: .65rem; }
.footer-brand img { width: 38px; height: 38px; padding: 3px; border-radius: 11px; background: var(--ink); object-fit: contain; }
.footer-copy { display: grid; gap: .1rem; }
.footer-address { color: var(--ink-2); font-weight: 650; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-links a:hover { color: var(--brick-dark); }
.mobile-dock { display: none; }

@media (max-width: 920px) {
  .hero-shell { grid-template-columns: 1fr; }
  .hero-content { min-height: 500px; }
  .hero-media-wrap { min-height: 410px; }
  .materials { grid-template-columns: repeat(2, 1fr); }
  .section-head, .split-panel, .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .split-aside { min-height: 300px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 78px; }
  .site-header { padding: .55rem 0; }
  .nav-wrap { min-height: 60px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-mark img { width: 36px; height: 36px; }
  .menu-button { display: block; }
  .main-nav {
    position: absolute;
    top: calc(100% + .25rem);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: .65rem;
    border: 1px solid var(--line);
    border-radius: 1.2rem;
    background: var(--surface);
    box-shadow: var(--shadow);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { justify-content: center; }
  .main-nav .nav-call { margin: .35rem 0 0; }
  .hero { padding-top: .25rem; }
  .hero-shell { min-height: auto; }
  .hero-content { min-height: 480px; padding: 3rem 1.35rem; }
  .hero h1 { font-size: clamp(3.1rem, 16vw, 4.8rem); }
  .hero-media-wrap { min-height: 360px; }
  .hero-media { object-position: 37% center; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 96px; }
  .trust-item + .trust-item { border-top: 1px solid var(--line); border-right: 0; }
  .section { padding: 3.8rem 0; }
  .section-head { gap: 1rem; }
  .materials, .steps, .promise-grid { grid-template-columns: 1fr; }
  .material-card, .step-card { min-height: 190px; }
  .step-index { margin-bottom: 1.6rem; }
  .page-intro { padding: 2.8rem 0 1.8rem; }
  .phone-link { font-size: clamp(1.55rem, 8vw, 2.25rem); }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-content: center; }
  .footer-brand { align-items: center; }
  .mobile-dock {
    position: fixed;
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
    z-index: 40;
    display: block;
    padding: .45rem;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 1.15rem;
    background: rgba(25,32,30,.94);
    box-shadow: 0 16px 45px rgba(25,32,30,.24);
    backdrop-filter: blur(16px);
  }
  .mobile-dock a { min-height: 50px; display: flex; align-items: center; justify-content: center; border-radius: .8rem; color: #fff; background: var(--brick); font-weight: 900; }
}

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