/* ═══════════════════════════════════════════
   AHR Person Page CSS
   Ahmed Hamdy Raouf — Official Website
═══════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=Readex+Pro:wght@300;400;500;600;700&display=swap');

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; scroll-behavior:smooth; }
html { scroll-padding-top:100px; }
body { background:#050505; color:#fff; font-family:'Readex Pro',sans-serif; overflow-x:hidden; }
a { text-decoration:none; color:inherit; }
img { width:100%; display:block; }
section { padding:100px 8%; position:relative; overflow:hidden; }
.container { max-width:1400px; margin:auto; position:relative; z-index:2; }

/* LOADER */
.loader { position:fixed; top:0; left:0; width:100%; height:100%; background:radial-gradient(circle at center,#111 0%,#000 70%); z-index:999999; display:flex; justify-content:center; align-items:center; animation:loaderFade 2.5s ease forwards; animation-delay:3s; }
.loader-content { text-align:center; animation:loaderZoom 2s ease; }
.loader h1 { font-size:68px; font-family:'Playfair Display',serif; margin-bottom:20px; }
.loader p { font-size:14px; letter-spacing:6px; text-transform:uppercase; color:#c7a86b; }
@keyframes loaderFade { to { opacity:0; visibility:hidden; } }
@keyframes loaderZoom { from { opacity:0; transform:scale(.92); } to { opacity:1; transform:scale(1); } }

/* NAV */
nav { width:100%; position:fixed; top:0; left:0; z-index:9999; padding:25px 8%; display:flex; justify-content:space-between; align-items:center; background:rgba(0,0,0,.35); backdrop-filter:blur(10px); }
.logo { font-size:24px; font-weight:700; letter-spacing:2px; }
.logo span { color:#c7a86b; }
.nav-links { display:flex; align-items:center; gap:35px; }
.nav-links a { font-size:15px; transition:.3s; opacity:.85; }
.nav-links a:hover { color:#c7a86b; opacity:1; }
.lang-btn-new { background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); padding:10px 18px; border-radius:40px; font-size:13px; transition:.4s; }
.lang-btn-new:hover { background:#c7a86b; color:#000; }
.menu-toggle { display:none; background:transparent!important; border:none!important; box-shadow:none!important; padding:0!important; }
.menu-toggle span { display:block; width:32px; height:3px; background:#fff; border-radius:50px; margin:5px 0; }

/* HERO */
.hero { min-height:100vh; display:flex; align-items:center; background:linear-gradient(to bottom,rgba(0,0,0,.15),rgba(0,0,0,.55)), url('https://ahmedhamdyraouf.com/wp-content/uploads/2026/05/0D9E6E7A-8E27-436D-AA5F-CD98534A6F27.png') center/cover no-repeat; }
.hero-content { max-width:850px; position:relative; z-index:2; animation:fadeUp 1.4s ease; }
@keyframes fadeUp { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }
.hero-sub { color:#c7a86b; letter-spacing:6px; margin-bottom:25px; text-transform:uppercase; font-size:13px; }
.hero h1 { font-size:110px; font-weight:800; line-height:.95; letter-spacing:-3px; margin-bottom:30px; font-family:'Playfair Display',serif; text-shadow:0 5px 25px rgba(0,0,0,.35); }
.hero p { font-size:22px; line-height:2; max-width:850px; color:rgba(255,255,255,.88); margin-bottom:40px; }
.hero-buttons { display:flex; gap:20px; flex-wrap:wrap; }

/* BUTTONS */
.btn { padding:18px 38px; border-radius:60px; font-size:16px; font-weight:600; letter-spacing:.5px; transition:.4s; border:1px solid #c7a86b; backdrop-filter:blur(10px); box-shadow:0 10px 30px rgba(0,0,0,.25); display:inline-block; }
.btn:hover { transform:translateY(-4px); }
.btn.gold { background:#c7a86b; color:#000; }
.btn.gold:hover { background:#fff; }

/* SECTION TITLES */
.section-title { margin-bottom:60px; }
.section-title h2, .contact h2, .dandana-box h2 { font-size:65px; margin-bottom:25px; font-family:'Playfair Display',serif; }
.section-title p, .contact p, .dandana-box p { max-width:900px; line-height:2.2; color:#bbb; font-size:18px; }

/* ABOUT */
.about-cinematic { display:grid; grid-template-columns:1.1fr .9fr; gap:90px; align-items:center; }
.about-content h2 { font-size:40px; line-height:1.1; margin-bottom:35px; font-family:'Playfair Display',serif; }
.about-content p { font-size:18px; line-height:2.15; color:#bdbdbd; margin-bottom:28px; }
.about-image { display:flex; justify-content:center; }
.about-image img { width:100%; max-width:480px; border-radius:35px; box-shadow:0 30px 80px rgba(0,0,0,.45); transition:1s ease; }
.about-image img:hover { transform:scale(1.02); }

/* WORKS */
.works-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:35px; margin-top:60px; }
.work-card { background:#111; border-radius:30px; overflow:hidden; border:1px solid rgba(255,255,255,.05); transition:.5s; }
.work-card:hover { transform:translateY(-10px); box-shadow:0 20px 50px rgba(0,0,0,.35); }
.work-card img { width:100%; height:340px; object-fit:cover; transition:1s; }
.work-card:hover img { transform:scale(1.05); }
.work-card-content { padding:22px; }
.work-card h3 { font-size:22px; margin-bottom:18px; color:#d6b57a; }
.work-card p { line-height:2; color:#bbb; }

/* DANDANA */
.dandana { background:#0a0a0a; }
.dandana-box { padding:70px; border-radius:30px; background:linear-gradient(135deg,rgba(199,168,107,.08),rgba(255,255,255,.02)); border:1px solid rgba(255,255,255,.08); }

/* STREAMING */
#platforms { background:#0b0b0b; }
.socials { display:flex; justify-content:center; flex-wrap:wrap; gap:20px; margin-top:50px; }
.socials a { padding:18px 30px; border-radius:50px; border:1px solid rgba(255,255,255,.08); background:#111; transition:.4s; font-size:16px; }
.socials a:hover { background:#c7a86b; color:#000; transform:translateY(-5px); }

/* CONTACT */
.contact { text-align:center; }

/* WHATSAPP */
.whatsapp-float { position:fixed; bottom:30px; right:30px; z-index:99999; background:#25D366; color:#fff; padding:18px 28px; border-radius:60px; font-weight:700; font-size:16px; box-shadow:0 10px 30px rgba(0,0,0,.35); transition:.4s; }
.whatsapp-float:hover { transform:translateY(-5px); background:#1ebe5d; }

/* FOOTER */
footer { padding:50px 8%; text-align:center; border-top:1px solid rgba(255,255,255,.06); background:#050505; }
footer p { color:#777; margin-bottom:10px; }

/* ANIMATIONS */
.section-title, .work-card, .about-content, .about-image, .dandana-box { opacity:0; transform:translateY(30px); transition:opacity .8s ease, transform .8s ease; }
.section-title.active, .work-card.active, .about-content.active, .about-image.active, .dandana-box.active { opacity:1; transform:translateY(0); }

/* MOBILE */
@media(max-width:768px) {
  section { padding:70px 22px; }
  .hero h1 { font-size:58px; }
  .hero p { font-size:16px; }
  .section-title h2, .contact h2, .dandana-box h2 { font-size:42px; }
  .about-cinematic { grid-template-columns:1fr; gap:45px; }
  .works-grid { grid-template-columns:1fr; }
  .dandana-box { padding:35px 25px; }
  .nav-links { position:fixed; top:0; right:-100%; width:280px; height:100vh; background:#050505; flex-direction:column; justify-content:center; gap:28px; transition:.5s ease; z-index:99999; }
  .nav-links.active { right:0; }
  .menu-toggle { display:flex!important; flex-direction:column; justify-content:center; width:32px; height:24px; cursor:pointer; position:relative; z-index:999999999; }
}
