/* ============================================================
   Marcello Vieira Theme — Main Stylesheet
   assets/css/main.css
============================================================ */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --gold: #c9a84c;
  --gold-l: #e8c97a;
  --gold-p: rgba(201,168,76,.15);
  --dark: #080810;
  --dark2: #0d0d1a;
  --dark3: #12121f;
  --text: #e8e8f0;
  --muted: rgba(232,232,240,.55);
  --white: #fff;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--dark); color: var(--text); line-height: 1.6; overflow-x: hidden; }

/* ---- PARTICLE CANVAS ---- */
#pc { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 0; pointer-events: none; }

/* ---- NAV ---- */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 0 48px; height: 70px; display: flex; align-items: center; justify-content: space-between; background: rgba(8,8,16,.85); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(201,168,76,.15); transition: .3s; }
nav.sc { background: rgba(8,8,16,.97); }
.nl { font-size: 20px; font-weight: 800; color: #fff; letter-spacing: -.5px; }
.nl span { color: var(--gold); }
.nv { display: flex; gap: 36px; list-style: none; }
.nv a { color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 500; letter-spacing: .5px; text-transform: uppercase; transition: color .2s; }
.nv a:hover { color: #fff; }
.nc { background: var(--gold) !important; color: #000 !important; padding: 9px 22px; border-radius: 6px; font-weight: 700 !important; font-size: 12px !important; transition: background .2s !important; }
.nc:hover { background: var(--gold-l) !important; }

/* ---- HERO ---- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 120px 40px 100px; z-index: 1; text-align: center; }
.hbg { position: absolute; inset: 0; background-size: cover; background-position: center 30%; opacity: .22; filter: saturate(.3); z-index: 0; }
.hov { position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(8,8,16,.5) 0%, rgba(8,8,16,.93) 78%); z-index: 1; }
.hc { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; }
.hbadge { display: inline-flex; align-items: center; gap: 8px; background: var(--gold-p); border: 1px solid rgba(201,168,76,.3); color: var(--gold-l); font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding: 7px 18px; border-radius: 100px; margin-bottom: 28px; animation: fiu .8s ease forwards; opacity: 0; }
.hbadge::before { content: ''; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: pulse 1.8s ease infinite; }
.ht { font-size: clamp(46px, 6.5vw, 84px); font-weight: 900; line-height: 1.07; letter-spacing: -2.5px; color: #fff; margin-bottom: 8px; animation: fiu .8s ease .1s forwards; opacity: 0; }
.hta { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 400; color: var(--gold); display: block; }
.htag { font-size: clamp(15px, 1.8vw, 19px); color: var(--muted); line-height: 1.65; margin: 24px auto 40px; max-width: 640px; animation: fiu .8s ease .2s forwards; opacity: 0; }
.htag strong { color: var(--text); font-weight: 600; }
.hst { display: flex; gap: 0; margin: 0 auto 44px; justify-content: center; animation: fiu .8s ease .3s forwards; opacity: 0; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; overflow: hidden; max-width: 560px; }
.si { flex: 1; padding: 20px 16px; border-right: 1px solid rgba(255,255,255,.08); }
.si:last-child { border-right: none; }
.sn { font-size: 28px; font-weight: 900; color: #fff; letter-spacing: -1px; line-height: 1; }
.sl { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; font-weight: 500; }
.ha { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; animation: fiu .8s ease .4s forwards; opacity: 0; }

/* ---- BUTTONS ---- */
.bp { background: var(--gold); color: #000; padding: 16px 36px; border-radius: 8px; font-weight: 700; font-size: 14px; text-decoration: none; transition: all .25s; display: inline-flex; align-items: center; gap: 8px; }
.bp:hover { background: var(--gold-l); transform: translateY(-2px); box-shadow: 0 14px 32px rgba(201,168,76,.35); }
.bs { background: transparent; color: var(--text); padding: 16px 36px; border-radius: 8px; font-weight: 600; font-size: 14px; text-decoration: none; border: 1px solid rgba(255,255,255,.2); transition: all .25s; display: inline-flex; align-items: center; gap: 8px; }
.bs:hover { border-color: rgba(255,255,255,.5); color: #fff; transform: translateY(-2px); }

/* Scroll indicator */
.sci { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px; animation: fi 1s ease 1.2s forwards; opacity: 0; }
.sci span { font-size: 9px; color: var(--muted); letter-spacing: 3px; text-transform: uppercase; }
.scl { width: 1px; height: 36px; background: linear-gradient(to bottom, rgba(201,168,76,.8), transparent); animation: sp 1.5s ease infinite; }

/* ---- SECTIONS ---- */
section { position: relative; z-index: 1; }
.si2 { max-width: 1200px; margin: 0 auto; padding: 0 60px; }
.slb { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.stit { font-size: clamp(32px, 4vw, 52px); font-weight: 800; letter-spacing: -1.5px; line-height: 1.1; color: #fff; }
.ssub { font-size: 17px; color: var(--muted); margin-top: 14px; max-width: 580px; line-height: 1.7; }

/* ---- CREDENTIALS ---- */
#creds { padding: 70px 0; background: var(--dark2); border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); }
.crl { text-align: center; font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--muted); margin-bottom: 36px; }
.crg { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.cri { font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.22); transition: color .2s; }
.cri:hover { color: rgba(255,255,255,.5); }
.crif { color: rgba(201,168,76,.55); font-size: 15px; }
.crif:hover { color: rgba(201,168,76,.9); }
.crsep { width: 4px; height: 4px; background: rgba(255,255,255,.1); border-radius: 50%; }

/* ---- ABOUT ---- */
#about { padding: 120px 0; background: var(--dark); }
.ag { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 60px; }
.aiw { position: relative; }
.aiw img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; border-radius: 16px; filter: grayscale(15%); display: block; }
.aif { position: absolute; top: 20px; left: 20px; right: -20px; bottom: -20px; border: 1px solid rgba(201,168,76,.2); border-radius: 16px; z-index: -1; }
.abb { display: inline-flex; align-items: center; gap: 10px; background: rgba(201,168,76,.1); border: 1px solid rgba(201,168,76,.25); color: var(--gold-l); font-size: 12px; font-weight: 600; padding: 8px 18px; border-radius: 6px; margin-bottom: 24px; letter-spacing: .5px; }
.at h2 { font-size: clamp(28px, 3.5vw, 44px); font-weight: 800; letter-spacing: -1px; line-height: 1.15; color: #fff; margin-bottom: 20px; }
.at p { color: var(--muted); font-size: 16px; line-height: 1.8; margin-bottom: 20px; }
.ahl { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 32px; }
.ahi { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; padding: 16px 18px; transition: all .25s; }
.ahi:hover { background: rgba(201,168,76,.06); border-color: rgba(201,168,76,.2); }
.ahil { font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold); font-weight: 700; margin-bottom: 4px; }
.ahiv { font-size: 14px; color: var(--text); font-weight: 500; }
.ags { display: flex; gap: 10px; margin-top: 32px; }
.ags img { flex: 1; height: 110px; object-fit: cover; border-radius: 10px; filter: grayscale(20%); opacity: .85; transition: all .3s; cursor: pointer; display: block; }
.ags img:hover { opacity: 1; filter: grayscale(0%); transform: scale(1.02); }

/* ---- SERVICES ---- */
#services { padding: 120px 0; background: var(--dark2); }
.svh { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; flex-wrap: wrap; gap: 24px; }
.svg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc { background: var(--dark3); border: 1px solid rgba(255,255,255,.07); border-radius: 16px; padding: 34px 30px; transition: all .3s; position: relative; overflow: hidden; }
.svc::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0; transition: opacity .3s; }
.svc:hover { border-color: rgba(201,168,76,.2); transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,.4); }
.svc:hover::before { opacity: 1; }
.svi { font-size: 34px; margin-bottom: 16px; }
.svc h3 { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 10px; letter-spacing: -.3px; }
.svc p { font-size: 14px; color: var(--muted); line-height: 1.7; }
.svt { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.tg { background: rgba(255,255,255,.06); color: var(--muted); font-size: 11px; padding: 4px 10px; border-radius: 100px; font-weight: 500; }

/* ---- LISTEN / DISCOGRAPHY ---- */
#demos { padding: 120px 0; background: var(--dark); }
.dh { text-align: center; margin-bottom: 20px; }
.gtr { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 56px; }
.gt { padding: 7px 18px; border-radius: 100px; font-size: 13px; font-weight: 600; }
.gtb { border: 1px solid rgba(99,102,241,.3); background: rgba(99,102,241,.1); color: #a5b4fc; }
.gtr2 { border: 1px solid rgba(239,68,68,.3); background: rgba(239,68,68,.1); color: #fca5a5; }
.gtp { border: 1px solid rgba(236,72,153,.3); background: rgba(236,72,153,.1); color: #f9a8d4; }
.dg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.dc { background: #111; border: 1px solid rgba(255,255,255,.08); border-radius: 24px; overflow: hidden; display: flex; flex-direction: column; }
.de { padding: 8px; }
.de iframe { border-radius: 12px; display: block; }
.di { padding: 8px 20px 20px; text-align: center; }
.di h4 { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.di p { font-size: 13px; color: var(--muted); }
.dsc { text-align: center; margin-top: 48px; }
.spb { display: inline-flex; align-items: center; gap: 10px; background: #1DB954; color: #000; padding: 14px 32px; border-radius: 100px; font-weight: 700; font-size: 14px; text-decoration: none; transition: all .25s; }
.spb:hover { background: #1ed760; transform: scale(1.05); }

/* ---- REVIEWS ---- */
#reviews { padding: 120px 0; background: var(--dark2); overflow: hidden; }
.rh { text-align: center; margin-bottom: 60px; }
.rrr { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 20px; }
.rsd { color: var(--gold); font-size: 22px; letter-spacing: 3px; }
.rsc { font-size: 38px; font-weight: 900; color: #fff; line-height: 1; }
.rrd { display: flex; flex-direction: column; text-align: left; }
.rrt { font-size: 15px; color: var(--text); font-weight: 600; }
.rrs { font-size: 12px; color: var(--muted); }
.stw { position: relative; margin-bottom: 16px; }
.sfl { position: absolute; top: 0; left: 0; width: 120px; height: 100%; background: linear-gradient(to right, var(--dark2), transparent); z-index: 10; pointer-events: none; }
.sfr { position: absolute; top: 0; right: 0; width: 120px; height: 100%; background: linear-gradient(to left, var(--dark2), transparent); z-index: 10; pointer-events: none; }
.st { display: flex; gap: 20px; animation: iscroll 45s linear infinite; width: max-content; padding: 8px 0; }
.st:hover { animation-play-state: paused; }
@keyframes iscroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.rc { width: 440px; flex-shrink: 0; background: var(--dark3); border: 1px solid rgba(255,255,255,.07); border-radius: 20px; padding: 28px; }
.rch { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; }
.rca { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; color: #fff; flex-shrink: 0; }
.rcn { font-size: 15px; font-weight: 700; color: #fff; }
.rcso { font-size: 11px; margin-top: 2px; }
.rct { font-size: 14px; color: var(--muted); line-height: 1.7; font-style: italic; }
.rcst { color: var(--gold); font-size: 12px; letter-spacing: 2px; margin-top: 14px; }
.rl { display: flex; justify-content: center; gap: 32px; margin-top: 40px; flex-wrap: wrap; }
.rl a { color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 600; border-bottom: 1px solid currentColor; padding-bottom: 2px; transition: color .2s; }
.rl a:hover { color: #fff; }

/* ---- CTA ---- */
#hire { padding: 140px 0; background: var(--dark); text-align: center; }
.ci { max-width: 700px; margin: 0 auto; padding: 0 40px; }
.ct { font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.ctt { font-size: clamp(36px, 5vw, 62px); font-weight: 900; letter-spacing: -2px; line-height: 1.1; color: #fff; margin-bottom: 20px; }
.cs { font-size: 17px; color: var(--muted); line-height: 1.7; margin-bottom: 48px; }
.cb { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.ctr { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; color: var(--muted); flex-wrap: wrap; }
.td { width: 4px; height: 4px; background: rgba(255,255,255,.2); border-radius: 50%; }

/* ---- FOOTER ---- */
footer { background: var(--dark2); border-top: 1px solid rgba(255,255,255,.06); padding: 60px 0 40px; }
.fi { max-width: 1200px; margin: 0 auto; padding: 0 60px; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 40px; }
.fb .lo { font-size: 22px; font-weight: 800; color: #fff; letter-spacing: -.5px; margin-bottom: 10px; }
.fb .lo span { color: var(--gold); }
.fb p { font-size: 13px; color: var(--muted); max-width: 260px; line-height: 1.6; }
.fl h4 { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.fl ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.fl a { color: var(--muted); text-decoration: none; font-size: 14px; transition: color .2s; }
.fl a:hover { color: #fff; }
.fb2 { max-width: 1200px; margin: 40px auto 0; padding: 20px 60px 0; border-top: 1px solid rgba(255,255,255,.06); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.fb2 p { font-size: 12px; color: rgba(255,255,255,.25); }

/* ---- MODAL ---- */
.mo { position: fixed; inset: 0; background: rgba(0,0,0,.85); backdrop-filter: blur(10px); z-index: 9999; display: none; align-items: center; justify-content: center; padding: 20px; }
.mo.active { display: flex; }
.mb { background: var(--dark3); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 48px; width: 100%; max-width: 560px; position: relative; max-height: 90vh; overflow-y: auto; }
.mc { position: absolute; top: 20px; right: 20px; background: none; border: none; color: var(--muted); font-size: 22px; cursor: pointer; transition: color .2s; }
.mc:hover { color: #fff; }
.mb h2 { font-size: 28px; font-weight: 800; color: #fff; letter-spacing: -.5px; margin-bottom: 8px; }
.mb > p { font-size: 14px; color: var(--muted); margin-bottom: 32px; }
.fr { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ff { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.ff label { font-size: 11px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; }
.ff input, .ff select, .ff textarea { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; color: #fff; padding: 13px 16px; font-size: 14px; font-family: inherit; transition: border-color .2s; outline: none; width: 100%; }
.ff input:focus, .ff select:focus, .ff textarea:focus { border-color: rgba(201,168,76,.5); }
.ff select option { background: var(--dark3); color: #fff; }
.ff textarea { resize: vertical; min-height: 90px; }
.fs { width: 100%; background: var(--gold); color: #000; border: none; border-radius: 8px; padding: 15px; font-size: 15px; font-weight: 700; cursor: pointer; margin-top: 8px; transition: all .2s; font-family: inherit; }
.fs:hover { background: var(--gold-l); transform: translateY(-1px); }
.fs:disabled { opacity: .6; cursor: not-allowed; transform: none; }
#mv-form-msg.success { background: rgba(34,197,94,.15); border: 1px solid rgba(34,197,94,.3); color: #86efac; }
#mv-form-msg.error { background: rgba(239,68,68,.15); border: 1px solid rgba(239,68,68,.3); color: #fca5a5; }

/* ---- ANIMATIONS ---- */
@keyframes fiu { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fi { from { opacity: 0; } to { opacity: 1; } }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(.75); } }
@keyframes sp { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
.rv { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.rv.vis { opacity: 1; transform: translateY(0); }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) { .dg { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) {
  .ag { grid-template-columns: 1fr; }
  .svg { grid-template-columns: 1fr 1fr; }
  .hero, .ci { padding-left: 24px; padding-right: 24px; }
  .si2 { padding: 0 24px; }
  .fi, .fb2 { padding-left: 24px; padding-right: 24px; }
  nav { padding: 0 20px; }
  .nv { display: none; }
  .aiw { display: none; }
}
@media (max-width: 640px) {
  .svg, .dg { grid-template-columns: 1fr; }
  .hst { flex-direction: column; max-width: 100%; }
  .si { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); }
  .si:last-child { border-bottom: none; }
  .fr { grid-template-columns: 1fr; }
  .mb { padding: 28px 20px; }
  .rl { gap: 16px; }
}
