*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:#090909;color:#fff}
a{text-decoration:none;color:inherit}
.bg{position:fixed;inset:0;pointer-events:none;z-index:0}
.orb{position:absolute;border-radius:999px;filter:blur(75px);opacity:.65}
.orb1{width:520px;height:520px;background:rgba(245,158,11,.22);left:-170px;top:-170px}
.orb2{width:470px;height:470px;background:rgba(220,38,38,.22);right:-150px;top:320px}
.orb3{width:430px;height:430px;background:rgba(255,255,255,.09);left:36%;bottom:-180px}
.wrap{max-width:1180px;margin:auto;padding-left:20px;padding-right:20px;position:relative;z-index:1}
.header{display:flex;justify-content:space-between;align-items:center;padding-top:24px;padding-bottom:24px}
.brand{display:flex;gap:14px;align-items:center}
.logo{width:58px;height:58px;border-radius:20px;background:linear-gradient(135deg,#fcd34d,#eab308,#dc2626);display:grid;place-items:center;box-shadow:0 20px 60px rgba(245,158,11,.25);position:relative;overflow:hidden}
.logo:before{content:"";position:absolute;inset:3px;background:#070707;border-radius:17px}
.logo span{position:relative;font-weight:950;font-size:24px}
.brand-title{font-weight:900;letter-spacing:.04em}
.brand-sub{font-size:12px;color:#a1a1aa;text-transform:uppercase;letter-spacing:.26em}
.team{font-size:11px;color:#fbbf24;text-transform:uppercase;letter-spacing:.25em;margin-top:4px}
.nav{display:flex;gap:24px;color:#d4d4d8;font-size:14px;align-items:center}
.nav a:hover{color:#fbbf24}
.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:center;padding-top:70px;padding-bottom:100px}
.badge{display:inline-flex;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:#fde68a;border-radius:999px;padding:10px 16px}
.hero h1{font-size:76px;line-height:.94;margin:24px 0 0;font-weight:1000;letter-spacing:-.05em}
.grad{background:linear-gradient(90deg,#fde68a,#eab308,#ef4444);-webkit-background-clip:text;background-clip:text;color:transparent}
.lead{font-size:20px;line-height:1.75;color:#d4d4d8;max-width:650px}
.btns{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.btn{padding:15px 22px;border-radius:18px;font-weight:850;display:inline-flex;align-items:center;gap:8px}
.btn-primary{background:#fbbf24;color:#050505}
.btn-dark{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08)}
.mini{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:40px;max-width:540px}
.mini div{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);border-radius:20px;padding:18px;text-align:center;color:#d4d4d8}
.photo-card{position:relative}
.photo-glow{position:absolute;inset:0;border-radius:42px;background:linear-gradient(135deg,rgba(245,158,11,.3),rgba(220,38,38,.18));filter:blur(28px)}
.photo-inner{position:relative;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);border-radius:42px;padding:16px;backdrop-filter:blur(16px)}
.artist-photo{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:32px;display:block;background:#111}
.section{padding-top:86px;padding-bottom:86px}
.eyebrow{color:#fbbf24;text-transform:uppercase;letter-spacing:.3em;font-size:12px;font-weight:900;margin-bottom:12px}
.section h2{font-size:44px;line-height:1.1;margin:0 0 18px}
.desc{color:#a1a1aa;line-height:1.7;max-width:760px}
.grid{display:grid;gap:20px}
.about-grid{grid-template-columns:2fr 1fr}
.card{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);border-radius:30px;padding:28px}
.gold-card{background:linear-gradient(135deg,#fbbf24,#dc2626);color:#050505}
.social-grid,.music-grid{grid-template-columns:repeat(4,1fr)}
.social-card,.song-card,.video-card,.show-card{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);border-radius:30px;padding:26px;transition:.25s}
.social-card:hover,.song-card:hover,.video-card:hover{transform:translateY(-8px);background:rgba(255,255,255,.08)}
.social-ico{font-size:44px;margin-bottom:16px}
.blue{border-color:rgba(96,165,250,.25)}
.pink{border-color:rgba(244,114,182,.25)}
.green{border-color:rgba(74,222,128,.25)}
.red{border-color:rgba(248,113,113,.25)}
.cover{aspect-ratio:1/1;border-radius:24px;background:linear-gradient(135deg,#27272a,#050505);display:grid;place-items:center;margin-bottom:18px;border:1px solid rgba(255,255,255,.1);overflow:hidden}
.cover img{width:100%;height:100%;object-fit:cover}
.num{width:60px;height:60px;border-radius:999px;background:#fbbf24;color:#050505;display:grid;place-items:center;font-weight:950}
.video-frame{aspect-ratio:16/9;background:#000;border-radius:24px;overflow:hidden;display:grid;place-items:center;margin-bottom:18px}
.video-frame iframe{width:100%;height:100%;border:0}
.shows{grid-template-columns:repeat(3,1fr)}
.booking{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;border-radius:42px;background:linear-gradient(135deg,#080808,#141414,#050505);border:1px solid rgba(255,255,255,.1);padding:44px}
.floating{position:fixed;right:18px;bottom:18px;z-index:10;display:flex;flex-direction:column;gap:10px}
.float-btn{padding:12px 16px;border-radius:999px;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.35)}
.zalo{background:#06b6d4}
.phone{background:#fbbf24;color:#050505}
.fb{background:#2563eb}
.admin-bar{position:fixed;left:18px;bottom:18px;z-index:10;background:rgba(0,0,0,.6);border:1px solid rgba(255,255,255,.12);padding:10px 14px;border-radius:999px;color:#ddd;font-size:13px}
@media(max-width:900px){.nav{display:none}.hero,.about-grid,.booking{grid-template-columns:1fr}.hero h1{font-size:54px}.social-grid,.music-grid,.shows{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.hero{padding-top:35px}.hero h1{font-size:46px}.mini,.social-grid,.music-grid,.shows{grid-template-columns:1fr}.section h2{font-size:34px}.floating{left:12px;right:12px;flex-direction:row;justify-content:center}.float-btn{font-size:13px;padding:10px 12px}}
