/* ISSAM KHYI PORTFOLIO — DARK EDITION v6.0
   White · Black · Silver — no gold
   ================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --void:  #0A0A08;
  --white: #FFFFFF;
  --amber: #B8B8B8;
  --amber2:#D0D0D0;
  --wire:  #2A2A27;
  --ff-d: 'Cormorant Garamond', Georgia, serif;
  --ff-b: 'Inter', -apple-system, sans-serif;
  --pad: clamp(20px, 5vw, 80px);
  --max: 1280px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0 }
html { font-size: 16px; scroll-behavior: smooth }
body { background: var(--void); color: var(--white); font-family: var(--ff-b); font-weight: 300; line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none }
img { display: block; max-width: 100%; height: auto }
button { font-family: var(--ff-b); cursor: pointer; border: none; background: none }
.w { max-width: calc(var(--max) + 2 * var(--pad)); margin: 0 auto; padding: 0 var(--pad) }

/* ── STICKY WHATSAPP ─────────────────────────── */
.sticky-wa {
  display: none;
  position: fixed; bottom: 24px; right: 20px; z-index: 200;
  width: 52px; height: 52px; border-radius: 50%;
  background: #FFFFFF; color: #0A0A08;
  align-items: center; justify-content: center;
  box-shadow: 0 4px 24px rgba(0,0,0,.35);
  transition: transform .2s, box-shadow .2s;
}
.sticky-wa:hover { transform: scale(1.08); box-shadow: 0 8px 32px rgba(0,0,0,.45); }
@media(max-width: 768px) { .sticky-wa { display: flex; } }

/* ── NAV ─────────────────────────────────────── */
#nav { position: fixed; inset: 0 0 auto; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 28px var(--pad); transition: padding .4s, background .4s, border-color .4s; border-bottom: 1px solid transparent; }
#nav.pinned { padding: 16px var(--pad); background: rgba(10,10,8,.96); backdrop-filter: blur(20px); border-bottom-color: var(--wire); }
.nav-name { font-family: var(--ff-d); font-size: 20px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: var(--white); white-space: nowrap; }
.nav-name i { color: var(--amber); font-style: normal }
.nav-links { display: flex; align-items: center; gap: clamp(20px,3vw,48px); }
.nav-links a { font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--white); opacity: .75; transition: opacity .2s, color .2s; }
.nav-links a:hover { color: var(--amber); opacity: 1 }
.nav-wa { font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--amber); border: 1px solid rgba(184,184,184,.5); padding: 8px 18px; transition: background .2s, border-color .2s; white-space: nowrap; }
.nav-wa:hover { background: var(--amber); color: var(--void); border-color: var(--amber) }
.ham { display: none; flex-direction: column; gap: 5px; width: 24px; }
.ham span { display: block; height: 1px; background: var(--white); transition: transform .3s, opacity .3s; }
.ham.open span:nth-child(1) { transform: translateY(6px) rotate(45deg) }
.ham.open span:nth-child(2) { opacity: 0 }
.ham.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg) }
.drawer { position: fixed; inset: 0; z-index: 99; background: rgba(10,10,8,.98); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: var(--pad) var(--pad) calc(var(--pad)*2); gap: 8px; opacity: 0; pointer-events: none; transition: opacity .35s; }
.drawer.open { opacity: 1; pointer-events: all }
.drawer a { font-family: var(--ff-d); font-size: clamp(36px,7vw,56px); font-weight: 400; color: var(--white); letter-spacing: -.01em; transition: color .2s; line-height: 1.2; }
.drawer a:hover { color: var(--amber) }

/* ── HERO — full bleed ─────────────────────── */
.hero { position: relative; height: 100svh; min-height: 620px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
/* Heavy gradient: solid dark left panel for text, dark top for nav, heavy dark bottom */
.hero-gradient {
  position: absolute; inset: 0;
  background:
    /* Bottom — solid dark band for h1 readability */
    linear-gradient(to bottom,
      rgba(10,10,8,.65) 0%,
      rgba(10,10,8,.0)  25%,
      rgba(10,10,8,.0)  50%,
      rgba(10,10,8,.85) 78%,
      rgba(10,10,8,1.0) 100%
    );
}
/* Gradient bridge to next section */
.hero::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 200px; background: linear-gradient(to bottom, transparent 0%, rgba(10,10,8,.7) 50%, var(--void) 100%); z-index: 3; pointer-events: none; }
.marquee-wrap { position: absolute; bottom: 20px; left: 0; right: 0; overflow: hidden; z-index: 1; pointer-events: none; mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%); }
.marquee-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.marquee-track:hover { animation-play-state: paused }
.marquee-item { font-family: var(--ff-d); font-size: clamp(36px,5vw,72px); font-weight: 300; font-style: italic; color: rgba(255,255,255,.18); white-space: nowrap; padding-right: 80px; letter-spacing: .04em; user-select: none; }
@keyframes marquee { from { transform: translateX(0) } to { transform: translateX(-50%) } }
.hero-text { position: absolute; bottom: clamp(48px,6vw,80px); left: var(--pad); z-index: 5; max-width: clamp(280px,55vw,700px); }
@media(max-width:768px) { .hero-text { left: var(--pad); bottom: clamp(40px,8vw,72px); max-width: 90vw; } }
.hero-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--amber); margin-bottom: 20px; display: block; }
.hero-h1 { font-family: var(--ff-d); font-size: clamp(56px,9vw,124px); font-weight: 300; line-height: .92; letter-spacing: -.02em; margin-bottom: clamp(20px,3vw,32px); color: var(--white); }
.hero-h1 em { font-style: italic; color: var(--amber); }
.hero-sub { font-size: clamp(14px,1.5vw,16px); font-weight: 300; color: var(--white); line-height: 1.75; margin-bottom: clamp(28px,4vw,44px); max-width: 480px; opacity: .9; }
.hero-sub b { color: var(--amber); font-weight: 500 }
.hero-offer { font-size: 12px; font-weight: 400; letter-spacing: .08em; color: rgba(255,255,255,.6); margin-bottom: 24px; max-width: 480px; line-height: 1.6; border-left: 2px solid var(--amber); padding-left: 14px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
/* ── HERO INTRO ─────────────────────────────── */
.hero-intro { padding: clamp(48px,7vw,88px) 0; border-bottom: 1px solid var(--wire); }
.hero-intro .hero-sub { font-size: clamp(15px,1.6vw,18px); font-weight: 300; color: var(--white); line-height: 1.8; margin-bottom: 24px; max-width: 600px; opacity: .9; }
.hero-intro .hero-sub b { color: var(--amber); font-weight: 500; }
.hero-cta { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: #0A0A08; background: #FFFFFF; padding: 16px 32px; transition: background .2s; }
.hero-cta:hover { background: var(--amber2) }
.hero-cta-ghost { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--white); border: 1px solid rgba(255,255,255,.35); padding: 15px 28px; transition: border-color .2s, color .2s; }
.hero-cta-ghost:hover { border-color: var(--amber); color: var(--amber) }

/* ── STATS TICKER ──────────────────────────── */
.stats-ticker { border-top: 1px solid var(--wire); border-bottom: 1px solid var(--wire); overflow: hidden; position: relative; }
.stats-ticker::before, .stats-ticker::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.stats-ticker::before { left: 0; background: linear-gradient(to right, var(--void), transparent); }
.stats-ticker::after  { right: 0; background: linear-gradient(to left, var(--void), transparent); }
.stats-track { display: flex; align-items: center; width: max-content; animation: ticker 30s linear infinite; padding: 22px 0; }
.stats-track:hover { animation-play-state: paused }
@keyframes ticker { 0% { transform: translateX(0) } 100% { transform: translateX(-50%) } }
.stat-item { display: flex; align-items: center; gap: 10px; flex-shrink: 0; padding: 0 40px; white-space: nowrap; }
.stat-n { font-family: var(--ff-d); font-size: clamp(20px,2.5vw,28px); font-weight: 400; color: var(--amber); letter-spacing: -.01em; line-height: 1; }
.stat-sep { color: var(--wire); font-size: 18px; line-height: 1; }
.stat-l { font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--white); }

/* ── ABOUT ─────────────────────────────────── */
#about { border-bottom: 1px solid var(--wire); }
.about-layout-single { display: grid; grid-template-columns: 1fr; max-width: 780px; }
.section-label { font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--amber); margin-bottom: 24px; display: block; }
.about-h2 { font-family: var(--ff-d); font-size: clamp(32px,4.5vw,56px); font-weight: 400; line-height: 1.08; letter-spacing: -.01em; margin-bottom: 32px; color: var(--white); }
.about-h2 em { color: var(--amber); font-style: italic }
.body-text { font-size: 15px; font-weight: 300; color: var(--white); line-height: 1.9; margin-bottom: 20px; letter-spacing: .01em; opacity: .85; }
.body-text b { color: var(--amber); font-weight: 500; opacity: 1 }
.pull { font-family: var(--ff-d); font-size: clamp(18px,2.2vw,24px); font-weight: 400; font-style: italic; line-height: 1.55; color: var(--white); padding: 24px 0 24px 24px; border-left: 2px solid var(--amber); margin: 32px 0; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.tag { font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--white); border: 1px solid var(--wire); padding: 6px 14px; }
.timeline { margin-top: 48px; border-top: 1px solid var(--wire); }
.tl-item { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--wire); }
.tl-yr { font-family: var(--ff-d); font-size: 14px; font-weight: 500; color: var(--amber); padding-top: 2px; }
.tl-h { font-size: 13px; font-weight: 500; color: var(--white); margin-bottom: 4px; }
.tl-b { font-size: 13px; font-weight: 300; color: var(--white); line-height: 1.7; opacity: .7; }

/* ── EMAAR PROJECTS CAROUSEL ───────────────── */
#projects { padding: clamp(56px,8vw,100px) 0; border-bottom: 1px solid var(--wire); overflow: hidden; }
#projects .w { padding: 0 var(--pad) }
.projects-h2 { font-family: var(--ff-d); font-size: clamp(30px,4vw,52px); font-weight: 400; line-height: 1.08; letter-spacing: -.01em; margin-bottom: 16px; color: var(--white); }
.projects-h2 em { color: var(--amber); font-style: italic }
.projects-intro { font-size: 15px; font-weight: 300; color: var(--white); line-height: 1.8; opacity: .75; max-width: 640px; margin-bottom: clamp(28px,4vw,48px); }
.proj-slider-outer { position: relative; padding-bottom: 40px; }
.proj-track {
  display: flex; align-items: center; gap: 24px;
  padding: 40px var(--pad);
  transition: transform .5s cubic-bezier(.4,0,.2,1);
  will-change: transform; cursor: grab; user-select: none;
}
.proj-track:active { cursor: grabbing; }
.proj-card {
  flex: 0 0 clamp(300px,70vw,500px);
  background: #0f0f0d; border: 1px solid var(--wire);
  display: flex; flex-direction: column; overflow: hidden;
  transform: scale(.87); opacity: .5;
  transition: transform .5s cubic-bezier(.4,0,.2,1), opacity .5s ease, box-shadow .5s ease;
  flex-shrink: 0; pointer-events: none;
}
.proj-card.is-center {
  transform: scale(1); opacity: 1; pointer-events: all;
  box-shadow: 0 28px 72px rgba(0,0,0,.7), 0 0 0 1px rgba(184,184,184,.35);
  z-index: 2;
}
.proj-gallery { position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; flex-shrink: 0; }
.proj-imgs { display: flex; height: 100%; transition: transform .4s ease; }
.proj-imgs img { flex: 0 0 100%; width: 100%; height: 100%; object-fit: cover; display: block; -webkit-user-drag: none; }
.proj-gallery-dots { position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); display: flex; gap: 5px; z-index: 3; }
.pg-dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.35); border: none; padding: 0; cursor: pointer; transition: background .2s, transform .2s; }
.pg-dot.active { background: var(--amber); transform: scale(1.5); }
.proj-body { padding: clamp(16px,2vw,28px); display: flex; flex-direction: column; flex: 1; }
.proj-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px; flex-wrap: wrap; }
.project-tag { font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--amber); }
.project-type { font-size: 9px; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; color: var(--white); opacity: .4; }
.project-name { font-family: var(--ff-d); font-size: clamp(20px,2.5vw,30px); font-weight: 400; color: var(--white); letter-spacing: -.01em; line-height: 1.1; margin-bottom: 10px; }
.project-desc { font-size: 13px; font-weight: 300; color: var(--white); line-height: 1.75; opacity: .7; flex: 1; margin-bottom: 16px; }
.project-meta { display: flex; border-top: 1px solid var(--wire); border-bottom: 1px solid var(--wire); margin-bottom: 16px; }
.project-stat { flex: 1; padding: 10px 0; text-align: center; border-right: 1px solid var(--wire); }
.project-stat:last-child { border-right: none }
.project-stat-n { display: block; font-family: var(--ff-d); font-size: 15px; font-weight: 400; color: var(--amber); line-height: 1.2; }
.project-stat-l { display: block; font-size: 9px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--white); opacity: .4; margin-top: 2px; }
.project-cta { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--amber); transition: letter-spacing .2s; align-self: flex-start; }
.project-cta:hover { letter-spacing: .2em }
.proj-controls { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 0 var(--pad); }
.proj-nav { width: 44px; height: 44px; border: 1px solid var(--wire); background: transparent; color: var(--white); font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: border-color .2s, color .2s; }
.proj-nav:hover { border-color: var(--amber); color: var(--amber); }
.proj-counter { font-family: var(--ff-d); font-size: 18px; font-weight: 400; color: var(--amber); min-width: 48px; text-align: center; }
@media(max-width: 640px) { .proj-card { flex: 0 0 88vw; } }

/* ── SERVICES ──────────────────────────────── */
#services { padding: clamp(72px,10vw,120px) var(--pad); border-bottom: 1px solid var(--wire); }
.services-header { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-bottom: 56px; align-items: end; }
.services-h2 { font-family: var(--ff-d); font-size: clamp(32px,4.5vw,56px); font-weight: 400; line-height: 1.08; color: var(--white); }
.services-h2 em { color: var(--amber); font-style: italic }
.services-intro { font-size: 15px; font-weight: 300; color: var(--white); line-height: 1.85; opacity: .85; }
.btn-catalog { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--white); border: 1px solid rgba(255,255,255,.25); padding: 12px 22px; transition: border-color .2s, color .2s; width: fit-content; }
.btn-catalog:hover { border-color: var(--amber); color: var(--amber) }
.svc-list { display: flex; flex-direction: column; border-top: 1px solid var(--wire); }
.svc-item { display: grid; grid-template-columns: 220px 1fr auto; gap: 40px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--wire); transition: background .2s; }
.svc-item:hover { background: rgba(255,255,255,.03) }
.svc-item:hover .svc-arrow { opacity: 1; transform: translateX(6px) }
.svc-title { font-family: var(--ff-d); font-size: clamp(17px,1.8vw,22px); font-weight: 500; color: var(--white); letter-spacing: -.01em; padding-top: 2px; }
.svc-desc { font-size: 14px; font-weight: 300; color: var(--white); line-height: 1.8; opacity: .8; padding-top: 4px; }
.svc-desc a { color: var(--amber); border-bottom: 1px solid var(--amber); padding-bottom: 1px; }
.svc-for-tag { font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--amber); margin-top: 10px; display: block; }
.svc-arrow { font-size: 18px; color: var(--amber); opacity: 0; transition: opacity .2s, transform .25s; align-self: center; flex-shrink: 0; }

/* ── COMPANIES ─────────────────────────────── */
#companies { padding: clamp(72px,10vw,120px) var(--pad); border-bottom: 1px solid var(--wire); }
.companies-h2 { font-family: var(--ff-d); font-size: clamp(28px,3.5vw,48px); font-weight: 400; letter-spacing: -.01em; color: var(--white); }
.companies-h2 em { color: var(--amber); font-style: italic }
.companies-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--wire); margin-top: 48px; }
.company-card { background: var(--void); padding: clamp(36px,5vw,56px) clamp(28px,4vw,48px); transition: background .3s; }
.company-card:hover { background: rgba(255,255,255,.04) }
.co-label { font-size: 10px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: var(--white); margin-bottom: 20px; display: block; opacity: .5; }
.co-name { font-family: var(--ff-d); font-size: clamp(28px,3.5vw,44px); font-weight: 400; line-height: .95; letter-spacing: -.01em; margin-bottom: 6px; color: var(--white); }
.co-name span { color: var(--amber) }
.co-type { font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--amber); margin-bottom: 24px; display: block; }
.co-desc { font-size: 14px; font-weight: 300; color: var(--white); line-height: 1.85; max-width: 380px; margin-bottom: 28px; opacity: .8; }
.co-link { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--amber); border-bottom: 1px solid rgba(184,184,184,.4); padding-bottom: 2px; transition: gap .2s, border-color .2s; }
.co-link:hover { gap: 12px; border-color: var(--amber) }

/* ── REVIEWS ───────────────────────────────── */
#reviews { padding: clamp(72px,10vw,120px) var(--pad); border-bottom: 1px solid var(--wire); }
.reviews-section-h { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 52px; flex-wrap: wrap; gap: 16px; }
.reviews-h2 { font-family: var(--ff-d); font-size: clamp(28px,3.5vw,48px); font-weight: 400; letter-spacing: -.01em; color: var(--white); }
.reviews-h2 em { color: var(--amber); font-style: italic }
.reviews-gmaps { font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--amber); border-bottom: 1px solid rgba(184,184,184,.4); padding-bottom: 2px; }
.reviews-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1px 28px; }
.reviews-col-right { padding-top: 52px }
.rv { padding: 28px 0; border-bottom: 1px solid var(--wire) }
.rv-stars { color: var(--amber); font-size: 12px; letter-spacing: 3px; margin-bottom: 14px }
.rv-text { font-family: var(--ff-d); font-size: clamp(16px,1.8vw,20px); font-weight: 400; font-style: italic; line-height: 1.6; color: var(--white); margin-bottom: 16px; }
.rv-who { font-size: 12px; font-weight: 400; color: var(--white); opacity: .6; letter-spacing: .04em }
.rv-who b { color: var(--amber); font-weight: 600; margin-right: 6px; opacity: 1 }

/* ── FAQ ───────────────────────────────────── */
#faq { padding: clamp(72px,10vw,120px) var(--pad); border-bottom: 1px solid var(--wire); }
.faq-h2 { font-family: var(--ff-d); font-size: clamp(28px,3.5vw,48px); font-weight: 400; letter-spacing: -.01em; margin-bottom: 52px; color: var(--white); }
.faq-h2 em { color: var(--amber); font-style: italic }
.faq-item { border-bottom: 1px solid var(--wire) }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-size: clamp(14px,1.5vw,16px); font-weight: 400; color: var(--white); transition: color .2s; }
.faq-q:hover { color: var(--amber) }
.faq-q::marker, .faq-q::-webkit-details-marker { display: none }
.faq-q h3 { font: inherit; flex: 1 }
.faq-icon { flex-shrink: 0; width: 18px; height: 18px; position: relative; color: var(--amber); }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; background: currentColor; transition: transform .3s, opacity .3s; }
.faq-icon::before { width: 14px; height: 1px; top: 50%; left: 50%; transform: translate(-50%,-50%) }
.faq-icon::after  { width: 1px; height: 14px; top: 50%; left: 50%; transform: translate(-50%,-50%) }
details[open] .faq-icon::after { transform: translate(-50%,-50%) rotate(90deg); opacity: 0 }
.faq-ans { padding: 0 0 24px; font-size: 14px; font-weight: 300; color: var(--white); line-height: 1.9; max-width: 720px; opacity: .8; }
.faq-ans b { color: var(--amber); font-weight: 500; opacity: 1 }
.faq-ans a { color: var(--amber) }

/* ── CONTACT ───────────────────────────────── */
#contact { padding: clamp(72px,10vw,120px) var(--pad); }
.contact-grid { display: grid; grid-template-columns: 1fr 420px; gap: clamp(48px,7vw,96px); align-items: start; }
.contact-h { font-family: var(--ff-d); font-size: clamp(28px,4vw,52px); font-weight: 400; line-height: 1.08; letter-spacing: -.01em; margin-bottom: 24px; color: var(--white); }
.contact-h em { color: var(--amber); font-style: italic }
.contact-body { font-size: 15px; font-weight: 300; color: var(--white); line-height: 1.85; margin-bottom: 36px; opacity: .85; }
.contact-body b { color: var(--amber); font-weight: 500; opacity: 1 }
.contact-actions { display: flex; flex-direction: column; gap: 12px }
.btn-wa { display: flex; align-items: center; gap: 10px; background: #FFFFFF; color: #0A0A08; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; padding: 16px 28px; transition: background .2s; width: fit-content; }
.btn-wa:hover { background: #D0D0D0 }
.btn-ph { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 400; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 2px; width: fit-content; transition: color .2s; }
.btn-ph:hover { color: var(--amber) }
.contact-meta { margin-top: 36px; display: flex; flex-direction: column; gap: 12px; }
.c-row { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; font-weight: 300; color: var(--white); opacity: .8; }
.c-row svg { flex-shrink: 0; margin-top: 2px; color: var(--amber); opacity: 1 }
.c-row a { color: var(--white); transition: color .2s }
.c-row a:hover { color: var(--amber) }
.form-box { border-top: 1px solid var(--wire); padding-top: 4px }
.form-title { font-family: var(--ff-d); font-size: 24px; font-weight: 500; color: var(--white); margin-bottom: 28px; padding-top: 4px; }
.f-row { margin-bottom: 18px }
.f-row label { display: block; font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--amber); margin-bottom: 8px; }
.f-row input, .f-row select, .f-row textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid var(--wire); color: var(--white); font-family: var(--ff-b); font-size: 14px; font-weight: 300; padding: 10px 0; outline: none; transition: border-color .2s; -webkit-appearance: none; border-radius: 0; }
.f-row input::placeholder, .f-row textarea::placeholder { color: rgba(255,255,255,.3); }
.f-row input:focus, .f-row select:focus, .f-row textarea:focus { border-bottom-color: var(--amber); }
.f-row textarea { resize: vertical; min-height: 80px }
.f-row select { cursor: pointer; color: var(--white) }
.f-row select option { background: var(--void); color: var(--white); }
.f-submit { margin-top: 24px; background: #FFFFFF; color: #0A0A08; font-family: var(--ff-b); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; padding: 16px 40px; border: none; cursor: pointer; transition: background .2s; }
.f-submit:hover { background: #D0D0D0 }

/* ── FOOTER ────────────────────────────────── */
footer { border-top: 1px solid var(--wire); padding: 28px var(--pad); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.f-logo { font-family: var(--ff-d); font-size: 18px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; color: var(--white); }
.f-logo i { color: var(--amber); font-style: normal }
.f-copy { font-size: 11px; font-weight: 300; color: var(--white); opacity: .35 }
.f-links { display: flex; gap: 28px; flex-wrap: wrap }
.f-links a { font-size: 11px; font-weight: 400; letter-spacing: .1em; color: var(--white); opacity: .55; transition: color .2s, opacity .2s }
.f-links a:hover { color: var(--amber); opacity: 1 }

/* ── RESPONSIVE ────────────────────────────── */
@media(max-width: 960px) {
  .nav-links { display: none } .nav-wa { display: none } .ham { display: flex }
  .services-header { grid-template-columns: 1fr }
  .svc-item { grid-template-columns: 1fr; gap: 8px } .svc-arrow { display: none }
}
@media(max-width: 768px) {
  .hero { min-height: 100svh }
  .hero-gradient {
    background:
      linear-gradient(to bottom,
        rgba(10,10,8,.82) 0%,
        rgba(10,10,8,.45) 18%,
        rgba(10,10,8,.55) 45%,
        rgba(10,10,8,.98) 75%,
        rgba(10,10,8,1.0) 100%
      ),
      linear-gradient(to right,
        rgba(10,10,8,.6) 0%,
        rgba(10,10,8,.0) 60%
      );
  }
  .hero-text { max-width: 92vw; bottom: clamp(40px,8vw,72px); }
  .about-layout-single { max-width: 100% }
  .companies-grid { grid-template-columns: 1fr }
  .reviews-cols { grid-template-columns: 1fr } .reviews-col-right { padding-top: 0 }
  .contact-grid { grid-template-columns: 1fr }
  footer { flex-direction: column; text-align: center } .f-links { justify-content: center }
  .stat-item { padding: 0 clamp(12px,4vw,24px) }
}
@media(max-width: 540px) {
  :root { --pad: 20px }
  .hero-actions { flex-direction: column; align-items: flex-start }
  .services-h2 { font-size: 28px }
}
@media(prefers-reduced-motion: reduce) {
  .marquee-track, .stats-track { animation: none }
  * { transition-duration: .01ms !important }
}