@font-face {
  font-family: 'פיל כחול';
  src: url('קבצים/פיל כחול.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --cream: #f7f3ee;
  --dark: #1c1c1c;
  --copper: #c2895f;
  --copper-light: #dab08a;
  --copper-dark: #9a6640;
  --sand: #e8e0d4;
  --sand-dark: #d0c5b5;
  --text: #2e2e2e;
  --text-muted: #7a7168;
  --white: #ffffff;
}
html { scroll-behavior: smooth; scroll-snap-type: y proximity; overflow-x: hidden; }
body { font-family: 'Heebo', sans-serif; background: var(--cream); color: var(--text); direction: rtl; overflow-x: hidden; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--sand); }
::-webkit-scrollbar-thumb { background: var(--copper); border-radius: 3px; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 3000;
  padding: 0 60px; height: 80px;
  display: flex; align-items: center; justify-content: space-between;
  transition: all 0.4s ease;
}
nav.scrolled {
  background: rgba(247,243,238,0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--sand-dark);
}
nav.modal-active {
  background: rgba(15,11,7,0.92);
  backdrop-filter: blur(12px);
}
nav.modal-active .nav-logo { color: var(--white); }
nav.modal-active .nav-links a { color: rgba(255,255,255,0.85); }
nav.modal-active .hamburger span { background: var(--white); }
.nav-logo { font-size: 24px; font-weight: 800; color: var(--white); text-decoration: none; transition: color 0.3s; }
nav.scrolled .nav-logo { color: var(--dark); }
.nav-logo span { color: var(--copper); }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a {
  text-decoration: none; color: rgba(255,255,255,0.85);
  font-size: 15px; font-weight: 500; transition: color 0.2s; position: relative;
}
nav.scrolled .nav-links a { color: var(--text-muted); }
.nav-links a::after {
  content: ''; position: absolute; bottom: -3px; right: 0;
  width: 0; height: 2px; background: var(--copper); transition: width 0.3s;
}
.nav-links a:hover::after { width: 100%; }
.nav-links a:hover { color: var(--copper) !important; }
.nav-cta {
  background: var(--copper) !important; color: var(--white) !important;
  padding: 9px 22px; border-radius: 40px; font-weight: 600 !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover {
  background: var(--copper-dark) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(194,137,95,0.4);
}
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all 0.3s; }
nav.scrolled .hamburger span { background: var(--dark); }

/* ── MOBILE MENU ── */
.mobile-menu {
  display: none; position: fixed; inset: 0;
  background: rgba(15,11,7,0.97); z-index: 999;
  flex-direction: column; align-items: center; justify-content: center; gap: 32px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--white); font-size: 28px; font-weight: 700; text-decoration: none; transition: color 0.2s; }
.mobile-menu a:hover { color: var(--copper); }
.mobile-close { position: absolute; top: 28px; left: 28px; background: none; border: none; color: var(--white); font-size: 28px; cursor: pointer; font-family: 'Heebo', sans-serif; }

/* ── HERO ── */
#hero {
  position: relative; height: 100vh; max-height: 100vh; min-height: unset;
  scroll-snap-align: start;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; background: #0f0b07;
}
.hero-media {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0.45;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(15,11,7,0.4) 0%, rgba(15,11,7,0.55) 60%, rgba(15,11,7,0.85) 100%);
}
.hero-content { position: relative; z-index: 2; text-align: center; padding: 0 24px; margin-top: 40px; animation: fadeUp 1s ease both; }
.hero-tag {
  display: inline-block; border: 1px solid rgba(194,137,95,0.6);
  color: var(--copper-light); font-size: 13px; font-weight: 500;
  letter-spacing: 2px; padding: 6px 18px; border-radius: 40px; margin-bottom: 24px;
}
.hero-content h1 {
  font-size: clamp(44px,7vw,86px); font-weight: 900; color: var(--white);
  line-height: 1.05; margin-bottom: 18px; letter-spacing: -1px;
}
.hero-content h1 em { font-style: normal; color: var(--copper-light); }
.hero-content p {
  font-size: clamp(16px,2vw,20px); color: rgba(255,255,255,0.72);
  max-width: 520px; margin: 0 auto 36px; line-height: 1.7; font-weight: 300;
}
.hero-tagline {
  font-family: 'פיל כחול', sans-serif !important;
  font-size: clamp(26px,3.2vw,36px) !important;
  margin-top: -24px !important;
}
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 80px; }
.btn-primary {
  background: var(--copper); color: var(--white); padding: 14px 34px;
  border-radius: 4px; font-size: 15px; font-weight: 600; font-family: 'Heebo', sans-serif;
  text-decoration: none; border: none; cursor: pointer; transition: all 0.3s; display: inline-block;
}
.btn-primary:hover { background: var(--copper-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(194,137,95,0.4); }
.btn-outline {
  background: transparent; color: var(--white); padding: 13px 32px;
  border-radius: 4px; font-size: 15px; font-weight: 500; font-family: 'Heebo', sans-serif;
  text-decoration: none; border: 1.5px solid rgba(255,255,255,0.4); cursor: pointer;
  transition: all 0.3s; display: inline-block;
}
.btn-outline:hover { border-color: rgba(255,255,255,0.8); background: rgba(255,255,255,0.07); }
.hero-scroll {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.5); font-size: 11px; letter-spacing: 2px;
  cursor: pointer; animation: scrollBounce 2s infinite;
}
.hero-scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent); }
@keyframes scrollBounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(6px)} }
@keyframes fadeUp { from{opacity:0;transform:translateY(30px)} to{opacity:1;transform:translateY(0)} }

/* ── SECTION COMMON ── */
section { padding: 100px 60px; }
.section-label { font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--copper); margin-bottom: 12px; }
.section-title { font-size: clamp(30px,4vw,48px); font-weight: 800; color: var(--dark); line-height: 1.15; letter-spacing: -0.5px; }
.section-title em { font-style: normal; color: var(--copper); }
.section-subtitle { font-size: 17px; color: var(--text-muted); line-height: 1.7; font-weight: 400; max-width: 540px; margin-top: 14px; }
.section-head { margin-bottom: 64px; }

/* ── STATS ── */
#stats { padding: 0; background: var(--dark); }
.stats-inner { display: flex; justify-content: space-around; flex-wrap: wrap; padding: 52px 60px; gap: 24px; }
.stat-item { text-align: center; }
.stat-num { font-size: 48px; font-weight: 900; color: var(--copper-light); line-height: 1; display: block; }
.stat-label { font-size: 14px; color: rgba(255,255,255,0.55); margin-top: 6px; }

/* ── PORTFOLIO ── */
#portfolio { background: var(--cream); padding-top: 140px; }
.portfolio-filter { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 44px; }
.filter-btn {
  padding: 8px 20px; border-radius: 40px; font-size: 14px; font-weight: 500;
  font-family: 'Heebo', sans-serif; cursor: pointer;
  border: 1.5px solid var(--sand-dark); background: transparent;
  color: var(--text-muted); transition: all 0.25s;
}
.filter-btn.active, .filter-btn:hover { background: var(--copper); border-color: var(--copper); color: var(--white); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.portfolio-item { position: relative; border-radius: 8px; overflow: hidden; cursor: pointer; aspect-ratio: 4/3; background: var(--sand); }
.portfolio-item.large { grid-column: span 2; aspect-ratio: 16/9; }
.portfolio-item.tall { grid-row: span 2; aspect-ratio: unset; }
.portfolio-item img,
.portfolio-item video { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; display: block; }
.port-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--sand) 0%, var(--sand-dark) 100%);
  display: flex; align-items: center; justify-content: center; font-size: 48px;
}
.portfolio-item:hover img,
.portfolio-item:hover video { transform: scale(1.05); }
.portfolio-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(15,11,7,0.85) 0%, transparent 60%);
  opacity: 0; transition: opacity 0.4s; display: flex; align-items: flex-end; padding: 24px;
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-info h3 { color: var(--white); font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.portfolio-info p { color: rgba(255,255,255,0.65); font-size: 13px; }
.portfolio-tag { display: inline-block; background: var(--copper); color: var(--white); font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 3px; margin-bottom: 8px; }

/* ── ABOUT ── */
#about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-placeholder {
  width: 100%; aspect-ratio: 3/4; border-radius: 8px;
  background: linear-gradient(135deg, var(--sand) 0%, var(--sand-dark) 50%, var(--copper-light) 100%);
  display: flex; align-items: center; justify-content: center; font-size: 80px;
}
.about-accent { position: absolute; bottom: -20px; left: -20px; width: 160px; height: 160px; border: 3px solid var(--copper); border-radius: 8px; z-index: -1; }
.about-years {
  position: absolute; top: 24px; left: -28px;
  background: var(--copper); color: var(--white); padding: 16px 20px;
  border-radius: 8px; text-align: center; box-shadow: 0 8px 32px rgba(194,137,95,0.35);
}
.about-years strong { display: block; font-size: 36px; font-weight: 900; line-height: 1; }
.about-years span { font-size: 12px; font-weight: 500; opacity: 0.9; }
.about-text p { font-size: 16px; line-height: 1.8; color: var(--text-muted); margin-bottom: 16px; }
.about-skills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.skill-tag { background: var(--sand); color: var(--text); padding: 7px 16px; border-radius: 40px; font-size: 13px; font-weight: 500; border: 1px solid var(--sand-dark); }

/* ── SERVICES ── */
#services {
  background: var(--cream);
  scroll-snap-align: start;
  padding: 0;
  overflow: hidden;
  position: relative;
  min-height: 720px;
  margin-bottom: 0;
}

.services-intro-panel,
.services-cards-panel {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cream);
  padding: 80px 60px;
  box-sizing: border-box;
  transition: transform 0.85s cubic-bezier(0.77, 0, 0.175, 1);
}

/* מצב ברירת מחדל */
.services-intro-panel { transform: translateX(0); align-items: flex-start; padding-top: 120px; position: relative; overflow: hidden; }

.services-bg-mesh {
  position: absolute;
  inset: 0;
  background-image: url('קבצים/13.jpg');
  background-size: cover;
  background-position: center;
  filter: sepia(1) saturate(0.6) hue-rotate(-10deg) brightness(1.1) opacity(0.38);
  pointer-events: none;
  z-index: 0;
}

.services-intro-panel > *:not(.services-bg-mesh) { position: relative; z-index: 1; }
.services-cards-panel { transform: translateX(-100%); position: absolute; background-color: #f7f3ee; padding: 60px 40px; }

/* מצב אחרי לחיצה */
#services.show-cards .services-intro-panel { transform: translateX(100%); }
#services.show-cards .services-cards-panel  { transform: translateX(0); }

.services-back-btn {
  position: absolute;
  top: 28px;
  left: 36px;
  background: none;
  border: 1.5px solid var(--sand-dark);
  color: var(--text-muted);
  font-size: 14px;
  font-family: 'Heebo', sans-serif;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.25s;
}
.services-back-btn:hover { background: var(--copper); border-color: var(--copper); color: var(--white); }

.services-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.services-header-text .section-label { color: var(--copper); }
.services-header-text .section-title { color: var(--dark); }
.services-header-text .section-subtitle { color: var(--text-muted); margin: 14px auto 0; }

.services-header-img {
  width: 280px;
  margin-top: 8px;
  padding: 40px;
  cursor: pointer;
}
.services-header-img img {
  width: 100%;
  display: block;
  opacity: 0.65;
  transform: rotate(0deg);
  transition: transform 0.25s ease, opacity 0.3s ease;
}
.services-header-img img:hover {
  transform: rotate(-75deg);
  opacity: 0.85;
}

.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; align-items: center; width: 100%; }

.service-card-img {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  min-height: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.service-card-img img {
  width: 140%;
  height: 140%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.service-card {
  position: relative;
  padding: 30px 22px 24px;
  border: 1px solid var(--sand-dark);
  background: var(--white);
  overflow: hidden;
  cursor: default;
  transition: background 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 260px;
}
.service-card:hover { background: var(--sand); box-shadow: inset 0 0 0 2px var(--copper); }

.service-bg-num {
  position: absolute;
  top: -10px;
  left: 16px;
  font-size: 80px;
  font-weight: 900;
  color: rgba(0,0,0,0.04);
  line-height: 1;
  pointer-events: none;
  transition: color 0.4s;
  user-select: none;
}
.service-card:hover .service-bg-num { color: rgba(194,137,95,0.15); }

.service-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 4px;
}
.service-icon {
  width: 46px; height: 46px;
  border-radius: 10px;
  background: var(--sand);
  border: 1px solid var(--sand-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s, border-color 0.3s;
}
.service-card:hover .service-icon {
  background: var(--copper);
  border-color: var(--copper);
}
.service-card h3 {
  font-size: 17px; font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
}
.service-card > p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}
.service-list { list-style: none; margin-top: 4px; flex: 1; }
.service-list li {
  font-size: 12px;
  color: var(--text-muted);
  padding: 5px 0;
  display: flex; align-items: center; gap: 10px;
  border-bottom: 1px solid var(--sand);
  transition: color 0.3s;
}
.service-card:hover .service-list li { color: var(--text); }
.service-list li::before {
  content: '';
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--copper);
  flex-shrink: 0;
  opacity: 0.7;
}
.service-arrow {
  font-size: 20px;
  color: var(--copper);
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.3s, transform 0.3s;
  margin-top: auto;
  align-self: flex-end;
}
.service-card:hover .service-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* ── PROCESS ── */
#process { background: var(--dark); }
#process .section-title { color: var(--white); }
#process .section-label { color: var(--copper-light); }
#process .section-subtitle { color: rgba(255,255,255,0.5); }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; margin-top: 60px; }
.process-step {
  background: rgba(255,255,255,0.04); padding: 40px 30px;
  border: 1px solid rgba(255,255,255,0.07); transition: background 0.3s;
}
.process-step:hover { background: rgba(194,137,95,0.1); }
.step-num { font-size: 64px; font-weight: 900; color: rgba(194,137,95,0.15); line-height: 1; margin-bottom: 20px; display: block; }
.process-step h3 { font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.process-step p { font-size: 14px; color: rgba(255,255,255,0.45); line-height: 1.7; }

/* ── PROCESS MODAL ── */
.process-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: var(--dark);
  overflow-y: auto;
  animation: fadeUp 0.35s ease both;
}
.process-modal.open { display: block; }
.process-modal-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 60px 80px; padding-top: 120px;
}
.process-modal-close {
  position: fixed;
  top: 24px;
  left: 36px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--white);
  font-size: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  font-family: 'Heebo', sans-serif;
}
.process-modal-close:hover { background: rgba(194,137,95,0.3); }
.process-modal .section-label { color: var(--copper-light); }
.process-modal .section-title { color: var(--white); }

/* ── PORTFOLIO MODAL ── */
.portfolio-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: var(--cream);
  overflow-y: auto;
  animation: fadeUp 0.35s ease both;
}
.portfolio-modal.open { display: block; }
.portfolio-modal-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 60px 80px; padding-top: 120px;
}
.portfolio-modal-close {
  position: fixed;
  top: 96px;
  left: 24px;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(28,28,28,0.2);
  background: transparent;
  color: var(--dark);
  font-size: 18px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
  font-family: 'Heebo', sans-serif;
}
.portfolio-modal-close:hover { background: rgba(194,137,95,0.15); }

/* ── ABOUT MODAL ── */
.about-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: var(--cream);
  overflow: hidden;
  animation: fadeUp 0.35s ease both;
}
.about-modal.open { display: block; }
.about-modal-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 60px 80px; padding-top: 120px;
}
.about-modal-close {
  position: fixed;
  top: 96px;
  left: 24px;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(28,28,28,0.2);
  background: transparent;
  color: var(--dark);
  font-size: 18px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
  font-family: 'Heebo', sans-serif;
}
.about-modal-close:hover { background: rgba(194,137,95,0.15); }

/* ── TESTIMONIALS ── */
#testimonials { background: var(--white); padding-top: 80px; margin-top: -80px; position: relative; z-index: 2; scroll-snap-align: start; scroll-snap-stop: always; min-height: 100vh; scroll-margin-top: 80px; }
#testimonials .section-head { text-align: center; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.testimonial-card { background: var(--cream); border-radius: 12px; padding: 32px 28px; border: 1px solid var(--sand); }
.testimonial-stars { color: var(--copper); font-size: 16px; margin-bottom: 16px; letter-spacing: 2px; }
.testimonial-text { font-size: 15px; line-height: 1.75; color: var(--text); margin-bottom: 24px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--sand-dark); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.author-name { font-size: 15px; font-weight: 700; color: var(--dark); }
.author-role { font-size: 12px; color: var(--text-muted); }

/* ── CONTACT MODAL ── */
.contact-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: linear-gradient(135deg,#1c1410 0%,#2a1d12 100%);
  overflow: hidden;
  animation: fadeUp 0.35s ease both;
}
.contact-modal.open { display: flex; align-items: center; padding-top: 80px; }
.contact-modal-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 60px;
  position: relative;
  max-height: calc(100vh - 80px);
  overflow: hidden;
}
.contact-modal-inner::before { content: ''; position: absolute; top: -200px; left: -200px; width: 600px; height: 600px; background: radial-gradient(circle,rgba(194,137,95,0.12) 0%,transparent 70%); pointer-events: none; }
.contact-modal-close {
  position: fixed;
  top: 96px;
  left: 24px;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  background: transparent;
  color: var(--white);
  font-size: 18px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
  font-family: 'Heebo', sans-serif;
}
.contact-modal-close:hover { background: rgba(194,137,95,0.3); }
.contact-modal .section-label { color: var(--copper-light); }
.contact-modal .section-title { color: var(--white); font-size: clamp(2rem, 3.5vw, 3rem); margin-bottom: 8px; }
.contact-modal .section-subtitle { color: rgba(255,255,255,0.6); font-size: 14px; margin-bottom: 0; }

/* ── CONTACT ── */
#contact .section-label { color: var(--copper-light); }
#contact .section-title { color: var(--white); }
#contact .section-subtitle { color: rgba(255,255,255,0.5); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 24px; align-items: start; }
.contact-info-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 16px; }
.contact-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(194,137,95,0.15); border: 1px solid rgba(194,137,95,0.3); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.contact-info-item h4 { color: rgba(255,255,255,0.5); font-size: 11px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 2px; }
.contact-info-item p { color: var(--white); font-size: 14px; font-weight: 500; }
.contact-social { display: flex; gap: 10px; margin-top: 16px; }
.social-btn { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; font-size: 16px; text-decoration: none; transition: all 0.3s; cursor: pointer; }
.social-btn:hover { background: var(--copper); border-color: var(--copper); transform: translateY(-2px); }
.contact-form { display: flex; flex-direction: column; gap: 10px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group label { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.65); letter-spacing: 0.5px; }
.form-group input,
.form-group textarea,
.form-group select {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px; padding: 9px 14px; font-size: 14px; color: var(--white);
  font-family: 'Heebo', sans-serif; transition: border-color 0.25s; outline: none; direction: rtl;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.3); }
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--copper); background: rgba(194,137,95,0.08); }
.form-group textarea { resize: none; height: 70px; }
.form-group select option { background: #2a1d12; color: white; }
.form-submit {
  background: var(--copper); color: var(--white); border: none;
  padding: 11px 40px; border-radius: 6px; font-size: 15px; font-weight: 600;
  font-family: 'Heebo', sans-serif; cursor: pointer; transition: all 0.3s; margin-top: 4px;
}
.form-submit:hover { background: var(--copper-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(194,137,95,0.35); }

.pre-footer-snap { height: 0; scroll-snap-align: end; }

/* ── CLIENTS ── */
.clients-section {
  background: var(--cream);
  padding: 80px 60px;
  overflow: hidden;
}
.clients-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.clients-hand-wrap {
  position: relative;
  width: 520px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.clients-hand {
  width: 820px;
  mix-blend-mode: multiply;
  filter: sepia(0.3) contrast(1.1);
  position: relative;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.clients-hand.loaded {
  opacity: 1;
}
.clients-logo-display {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 0.5cm));
  z-index: 1;
  width: 160px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.clients-logo-display.visible {
  opacity: 1;
}
.clients-logo-display img {
  max-width: 140px;
  max-height: 100px;
  object-fit: contain;
  filter: drop-shadow(0 2px 12px rgba(0,0,0,0.1));
}
.client-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: white;
  border: 1px solid var(--sand-dark);
  border-radius: 10px;
  padding: 10px 18px;
  font-family: 'Heebo', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  opacity: 0;
  z-index: 2;
  transition: transform 0.7s cubic-bezier(0.34,1.4,0.64,1), opacity 0.5s ease;
}
.client-logo.fly {
  transform: translate(calc(-50% + var(--cx)), calc(-50% + var(--cy))) scale(1);
  opacity: 1;
}

/* ── FOOTER ── */
footer { background: #0f0b07; padding: 32px 60px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-logo { font-size: 20px; font-weight: 800; color: var(--white); }
.footer-logo span { color: var(--copper); }
.footer-copy { font-size: 13px; color: rgba(255,255,255,0.3); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.4); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--copper); }

/* ── REVEAL ANIMATIONS ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  section { padding: 80px 40px; }
  nav { padding: 0 40px; }
  .portfolio-grid { grid-template-columns: repeat(2,1fr); }
  .portfolio-item.large { grid-column: span 2; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  #services { padding: 60px 40px; }
  .service-bg-num { font-size: 80px; }
  .services-header-img { width: 130px; }
  .process-steps { grid-template-columns: repeat(2,1fr); }
  .testimonials-grid { grid-template-columns: repeat(2,1fr); }
  .about-grid { gap: 48px; }
  footer { flex-direction: column; gap: 16px; text-align: center; }
}
@media (max-width: 768px) {
  section { padding: 64px 24px; }
  nav { padding: 0 24px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-item.large { grid-column: span 1; aspect-ratio: 4/3; }
  .portfolio-item.tall { grid-row: span 1; aspect-ratio: 4/3; }
  .services-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .form-row { grid-template-columns: 1fr; }
  .stats-inner { padding: 40px 24px; gap: 32px; }
}
