* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Outfit', sans-serif; scroll-behavior: smooth; }
body { background: #0a0a0a; color: #e5e5e5; line-height: 1.6; }

.verify-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background: linear-gradient(90deg, #1a1a1a 0%, #2d1f0f 50%, #1a1a1a 100%);
  border-bottom: 1px solid rgba(197, 139, 61, 0.4);
  padding: 10px 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 32px;
  font-size: 14px;
}
.verify-bar .label { color: #888; text-transform: uppercase; letter-spacing: 0.08em; }
.verify-bar .email-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(197, 139, 61, 0.15);
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid rgba(197, 139, 61, 0.5);
}
.verify-bar .email-link {
  color: #e8c078;
  font-weight: 600;
  text-decoration: none;
  word-break: break-all;
}
.verify-bar .email-link:hover { color: #fff; text-decoration: underline; }
.verify-bar .social-wrap { display: flex; align-items: center; gap: 18px; }
.verify-bar .social-wrap span { color: #888; margin-right: 4px; font-size: 12px; }
.verify-bar .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  background: rgba(255,255,255,0.08);
  color: #e8c078;
  border-radius: 10px;
  text-decoration: none;
  transition: background .2s, color .2s, transform .2s;
}
.verify-bar .social-link:hover { background: #c58b3d; color: #000; transform: scale(1.06); }
.verify-bar .social-link svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }

nav {
  position: fixed;
  top: 52px;
  width: 100%;
  padding: 16px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(12px);
  z-index: 1000;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
nav .brand { font-weight: 700; font-size: 18px; color: #fff; }
nav .links { display: flex; align-items: center; gap: 28px; }
nav .links a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
}
nav .links a:hover { color: #c58b3d; }

header {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(0,0,0,0.88), rgba(0,0,0,0.92)), url('Cover\ of\ Environ\ by\ Phillipe\ Cloé.jpg') center/cover no-repeat;
  text-align: center;
  padding: 120px 24px 80px;
}
header .inner { max-width: 640px; }
header h1 {
  font-size: clamp(42px, 8vw, 72px);
  font-weight: 700;
  background: linear-gradient(135deg, #fff 0%, #e8c078 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.02em;
}
header .tagline { margin-top: 12px; opacity: 0.9; font-size: 18px; }
header .official-badge {
  margin-top: 24px;
  display: inline-block;
  padding: 10px 20px;
  background: rgba(197, 139, 61, 0.2);
  border: 1px solid rgba(197, 139, 61, 0.5);
  border-radius: 999px;
  font-size: 14px;
  color: #e8c078;
}
header .contact-block {
  margin-top: 28px;
  padding: 20px 24px;
  background: rgba(0,0,0,0.5);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
}
header .contact-block .contact-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: #888; }
header .contact-block .contact-email {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 600;
  color: #e8c078;
  text-decoration: none;
  word-break: break-all;
}
header .contact-block .contact-email:hover { text-decoration: underline; color: #fff; }
header .social-row { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
header .social-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background .2s, border-color .2s, color .2s;
}
header .social-btn:hover { background: #c58b3d; border-color: #c58b3d; color: #000; }
header .btn {
  display: inline-block;
  margin-top: 32px;
  padding: 16px 44px;
  border-radius: 999px;
  background: #c58b3d;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  transition: transform .2s, box-shadow .2s;
}
header .btn:hover { transform: scale(1.04); box-shadow: 0 8px 32px rgba(197, 139, 61, 0.4); }

section { padding: 100px 5%; max-width: 1000px; margin: 0 auto; }
.section-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 32px;
  border-left: 4px solid #c58b3d;
  padding-left: 16px;
  color: #fff;
}
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about img { width: 100%; border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.about p { color: rgba(255,255,255,0.85); font-size: 16px; }

.spotify-wrap { background: #111; padding: 32px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.06); }
.spotify-wrap iframe { border-radius: 12px; width: 100%; height: 352px; border: 0; }

#contact .contact-card {
  background: linear-gradient(145deg, #141414 0%, #1a1a1a 100%);
  padding: 48px;
  border-radius: 20px;
  border: 1px solid rgba(197, 139, 61, 0.25);
  text-align: center;
}
#contact .contact-card .heading { font-size: 14px; text-transform: uppercase; letter-spacing: 0.12em; color: #888; margin-bottom: 12px; }
#contact .contact-card .main-email { font-size: 26px; font-weight: 700; margin-bottom: 8px; }
#contact .contact-card .main-email a { color: #e8c078; text-decoration: none; word-break: break-all; }
#contact .contact-card .main-email a:hover { text-decoration: underline; color: #fff; }
#contact .contact-card .site-url { color: #666; font-size: 14px; margin-bottom: 32px; }
#contact .contact-card .site-url a { color: #888; text-decoration: none; }
#contact .contact-card .site-url a:hover { color: #c58b3d; }
#contact .contact-card .socials-title { font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: #666; margin-bottom: 16px; }
#contact .social-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
#contact .social-grid a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  color: #e5e5e5;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: background .2s, border-color .2s, color .2s;
}
#contact .social-grid a:hover { background: rgba(197, 139, 61, 0.2); border-color: rgba(197, 139, 61, 0.5); color: #e8c078; }

footer { text-align: center; padding: 40px 24px; background: #050505; color: #555; font-size: 14px; border-top: 1px solid rgba(255,255,255,0.05); }
footer a { color: #c58b3d; text-decoration: none; }
footer a:hover { text-decoration: underline; }

.fade { opacity: 0; transform: translateY(30px); transition: opacity 0.7s, transform 0.7s; }
.fade.show { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .verify-bar { padding: 10px 16px; font-size: 12px; gap: 12px; }
  .verify-bar .email-wrap { padding: 6px 12px; }
  .verify-bar .email-link { font-size: 13px; }
  nav { padding: 14px 16px; }
  header { padding-top: 140px; }
  header .contact-block .contact-email { font-size: 16px; }
  .about { grid-template-columns: 1fr; }
  #contact .contact-card { padding: 32px 24px; }
  #contact .contact-card .main-email { font-size: 20px; }
}
