@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800&family=Nunito+Sans:wght@400;600;700;800;900&display=swap');

:root{
  --navy:#111a3b; --deep:#080d20; --blue:#7edcff; --gold:#f7c96b;
  --gold2:#b87825; --cream:#fff4d7; --ink:#1b1a27; --purple:#604a88;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#0a1027;color:#f8f2e5;font-family:"Nunito Sans",sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
.site-glow{position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 0,rgba(97,202,255,.10),transparent 35%);z-index:0}
.nav{position:absolute;top:0;left:0;right:0;z-index:20;height:82px;padding:12px 4vw;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(180deg,rgba(5,10,25,.9),transparent)}
.brand{width:120px}.brand img{width:100%;height:auto;display:block}
.nav-links{display:flex;gap:32px;font-size:12px;font-weight:900;letter-spacing:2px;color:#f5ead0}
.nav-links a{opacity:.85;transition:.2s}.nav-links a:hover{color:var(--gold);opacity:1}
.nav-cta,.btn{font-weight:900;letter-spacing:1.5px;font-size:12px}
.nav-cta{margin-right:86px;padding:11px 16px;border:1px solid rgba(247,201,107,.65);background:rgba(16,23,54,.78);box-shadow:0 4px 18px rgba(0,0,0,.3)}
.lang-switch{position:fixed;top:22px;right:4vw;z-index:40;display:flex;border:1px solid rgba(247,201,107,.75);background:rgba(16,23,54,.92);box-shadow:0 4px 18px rgba(0,0,0,.35)}
.lang-switch button{border:0;background:transparent;color:#f5ead0;font-family:"Nunito Sans",sans-serif;font-weight:900;font-size:11px;letter-spacing:1px;padding:11px 12px;cursor:pointer}
.lang-switch button.is-active{background:linear-gradient(#ffe29a,#e8ad4d);color:#21172a}
.lang-switch button:hover{color:var(--gold)}
.lang-switch button.is-active:hover{color:#21172a}
.nav-cta span{color:var(--gold)}
.hero{min-height:920px;position:relative;display:grid;place-items:center;overflow:hidden;padding:120px 5vw 70px}
.hero-art{position:absolute;inset:0;background-image:url("assets/world-bg.png");background-size:cover;background-position:center;filter:saturate(.9)}
.hero-vignette{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,13,32,.25),rgba(8,13,32,.08) 42%,rgba(8,13,32,.96) 100%),radial-gradient(circle at 50% 42%,transparent 15%,rgba(8,13,32,.5) 75%)}
.hero-content{position:relative;z-index:3;text-align:center;max-width:760px;margin-top:-100px}
.eyebrow,.section-kicker{font-size:11px;letter-spacing:3px;font-weight:900;color:var(--gold);text-transform:uppercase}
.spark{font-size:15px;margin:0 10px}
.hero-logo{width:min(650px,85vw);margin:18px auto 4px;filter:drop-shadow(0 10px 15px rgba(0,0,0,.5))}
.hero-copy{font-size:18px;line-height:1.65;max-width:650px;margin:10px auto 25px;text-shadow:0 2px 10px #081027}
.hero-copy strong{display:block;color:#fff2c7;font-family:Cinzel,serif;font-size:20px}
.hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 23px;min-height:50px;border:1px solid #d8a64f;transition:transform .2s,box-shadow .2s}
.btn:hover{transform:translateY(-2px);box-shadow:0 9px 25px rgba(0,0,0,.28)}
.btn-gold{color:#21172a;background:linear-gradient(#ffe29a,#e8ad4d);box-shadow:inset 0 1px #fff4ca,0 4px 18px rgba(0,0,0,.3)}
.btn-dark{background:rgba(9,15,39,.85);color:#fff0c8;border-color:#7d6643}
.btn-outline{background:rgba(10,15,37,.25);border-color:rgba(255,235,183,.6);color:#fff}
.btn-icon{font-size:13px}
.social-row{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:19px;font-size:10px;letter-spacing:2px;font-weight:900}
.social-row i{width:3px;height:3px;border-radius:50%;background:var(--gold)}
.hero-card{position:absolute;z-index:2;right:4vw;bottom:46px;width:min(410px,30vw);padding:7px;background:linear-gradient(135deg,#f2cc72,#66441d,#d8aa55);box-shadow:0 18px 50px rgba(0,0,0,.5);transform:rotate(2deg)}
.hero-card img{display:block;width:100%;height:auto}
.hero-card-caption{display:flex;justify-content:space-between;padding:7px 10px 4px;background:#121a38;font-size:8px;letter-spacing:1.5px;font-weight:900;color:#f7d886}
.frame-corner{position:absolute;width:14px;height:14px;border:2px solid #ffe9a9;z-index:3}.tl{top:2px;left:2px;border-right:0;border-bottom:0}.tr{top:2px;right:2px;border-left:0;border-bottom:0}.bl{bottom:2px;left:2px;border-right:0;border-top:0}.br{bottom:2px;right:2px;border-left:0;border-top:0}
.scroll-hint{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);z-index:4;font-size:9px;letter-spacing:3px;font-weight:900;color:#c8d9ed}.scroll-hint span{color:var(--gold);font-size:17px;margin-left:7px}

.section{position:relative;z-index:2;padding:120px 8vw;background:linear-gradient(#0a1027,#111735)}
.intro-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:9vw;max-width:1200px;margin:18px auto 0}
h2{font-family:Cinzel,serif;font-size:clamp(38px,5vw,70px);line-height:1.02;margin:10px 0 25px;letter-spacing:-1px}
h2 em{font-style:normal;color:#9fdfff}
p{color:#c6c9d8;line-height:1.7;font-size:16px}
.lead{font-size:21px;color:#f4eddc;line-height:1.5}
.text-link{display:inline-block;margin-top:18px;font-weight:900;font-size:11px;letter-spacing:2px;color:var(--gold);border-bottom:1px solid rgba(247,201,107,.5);padding-bottom:7px}
.rule-card{border:1px solid rgba(226,177,83,.55);background:linear-gradient(135deg,rgba(29,37,74,.96),rgba(11,16,39,.96));padding:34px;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.rule-card:before{content:"✦";position:absolute;right:20px;top:15px;color:var(--gold);font-size:28px}
.rule-number{color:var(--gold);font-family:Cinzel;font-size:12px;font-weight:800}
.rule-card h3{font-family:Cinzel;font-size:18px;margin:6px 0 2px}.rule-card p{margin:0 0 17px;font-size:13px}.rule-line{height:1px;background:linear-gradient(90deg,#b17a2e,transparent);margin:12px 0}

.cards-section{background:#f2eee5;color:#1d2240;overflow:hidden}
.cards-section .section-kicker{color:#87602d}
.cards-section h2,.cards-section h2 em{color:#202541}
.cards-section .section-head>p{color:#5b5d68}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:50px;max-width:1200px;margin:auto}.section-head>p{max-width:410px}
.card-gallery{max-width:1200px;margin:48px auto 8px;display:flex;justify-content:center;align-items:flex-start;gap:22px}
.tcg-card{width:190px;flex:none;transition:transform .3s}
.tcg-card:hover{transform:translateY(-10px);z-index:2}
.tcg-card img{display:block;width:100%;height:auto;border:5px solid #17151e;background:#111;-webkit-user-drag:none;user-select:none}
.card-artists{display:flex;flex-direction:column;gap:8px;margin-top:8px}
.card-artist{width:100%;padding:6px 8px 6px 6px;background:#fff;border:1px solid #d6c7aa;display:flex;align-items:center;gap:8px;text-align:left;box-shadow:0 8px 16px rgba(42,39,49,.06)}
.card-artist .artist-avatar{width:52px;height:52px;flex:none;font-size:14px;border-width:2px}
.card-artist .artist-avatar.is-empty svg{width:18px;height:18px}
.card-artist-info{min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.card-artist-name{margin:0;font-family:Cinzel,serif;font-size:10px;font-weight:700;letter-spacing:.2px;line-height:1.15;color:#202541;text-transform:uppercase}
.card-artist-role{margin:2px 0 0;font-size:8px;line-height:1.2;color:#89602c;letter-spacing:.15px;white-space:nowrap}
.card-artist .artist-socials{margin-top:3px;justify-content:flex-start}
.card-artist .artist-socials a,.card-artist .artist-socials span{width:18px;height:18px}
.card-artist .artist-socials svg{width:10px;height:10px}
.more-link{display:block;width:max-content;margin:28px auto 0;padding:13px 26px;background:#fff;border:1px solid #d6c7aa;color:#202541;font-family:Cinzel,serif;font-size:12px;letter-spacing:1.8px;font-weight:700;box-shadow:0 8px 18px rgba(42,39,49,.06)}
.more-link:hover{background:#202541;color:#f7c96b;border-color:#202541}

.world-section{min-height:720px;position:relative;display:grid;place-items:center;overflow:hidden}
.world-bg{position:absolute;inset:0;background:url("assets/world-bg.png") center/cover;filter:saturate(.95);transform:scaleX(-1)}
.world-section:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,12,31,.78),rgba(7,12,31,.28) 58%,rgba(7,12,31,.45)),linear-gradient(0deg,rgba(7,12,31,.75),transparent 40%)}
.world-layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(280px,1fr) minmax(280px,520px);align-items:center;gap:48px;width:min(1180px,92vw);padding:90px 0}
.world-content{max-width:560px;margin:0;padding:0}.world-content h2{font-size:clamp(45px,6vw,78px)}.world-content p{font-size:18px}
.world-video{position:relative;aspect-ratio:16/9;background:#111;border:3px solid #e6c878;box-shadow:0 0 0 7px rgba(7,12,31,.55),0 22px 40px rgba(0,0,0,.45)}
.world-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

.artists{background:#f2eee5;color:#1d2240}.artists .section-kicker{color:#87602d}.artists h2{color:#202541}.artists .section-head p{color:#5b5d68}
.artist-leads{max-width:980px;margin:36px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}
.artist-card{padding:12px 16px;background:#fff;border:1px solid #d6c7aa;display:flex;flex-direction:row;align-items:center;gap:12px;text-align:left;box-shadow:0 10px 22px rgba(42,39,49,.06)}
.artist-card .artist-avatar{width:96px;height:96px;flex:none;font-size:22px;border-width:3px}
.artist-card-body{min-width:0;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1px}
.artist-card .artist-kicker{margin:0;font-size:8px;letter-spacing:1.6px;font-weight:800;color:#c6a35a;text-transform:uppercase;line-height:1.2}
.artist-avatar{width:118px;height:118px;flex:none;display:grid;place-items:center;border-radius:50%;overflow:hidden;font-family:Cinzel,serif;font-weight:800;font-size:28px;color:#fff;background:radial-gradient(circle at 35% 25%,#91dcff,#493b78 65%,#171b38);border:4px solid #e6c878;box-shadow:inset 0 0 0 2px #1c2347}
.artist-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.artist-avatar.is-empty{background:#f7f1e6;color:#c4b496;box-shadow:none}
.artist-avatar.is-empty svg{width:46px;height:46px}
.artist-card small{margin-top:16px;font-size:9px;letter-spacing:1.6px;color:#89602c;font-weight:900}
.artist-card h3{font-family:Cinzel,serif;font-size:17px;line-height:1.1;color:#202541;margin:0;overflow-wrap:break-word;text-align:left}
.artist-card .artist-handle{margin:0;font-size:11px}
.artist-card .artist-roles{margin:0}
.artist-card .artist-roles li{font-size:11px;line-height:1.25}
.artist-card .artist-socials{margin:2px 0 0;padding-top:0;justify-content:flex-start}
.artist-card .artist-socials a,.artist-card .artist-socials span{width:20px;height:20px}
.artist-card .artist-socials svg{width:11px;height:11px}
.artist-card-body p{margin:0}
.artist-card small{display:block;max-width:100%}
.artist-handle{margin:6px 0 0;font-size:11px;letter-spacing:1.2px;font-weight:900;color:#89602c}
.artist-roles{list-style:none;margin:6px 0 0;padding:0}
.artist-roles li{font-size:12px;color:#686978;line-height:1.45}
.artist-card p{font-size:13px;color:#686978;margin:8px 0 0;line-height:1.45}
.artist-socials{display:flex;gap:8px;justify-content:center;margin-top:14px}
.artist-socials a,.artist-socials span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;border:1px solid #d6c7aa;color:#202541;background:#fff}
.artist-socials a:hover{background:#202541;color:#f7c96b;border-color:#202541}
.artist-socials span{opacity:.38}
.artist-socials svg{width:14px;height:14px;display:block}
.roster-block{max-width:1200px;margin:54px auto 0}
.roster-kicker{font-family:Cinzel,serif;font-size:13px;letter-spacing:2px;font-weight:700;color:#87602d;text-transform:uppercase;margin-bottom:16px}
.carousel-shell{position:relative}
.carousel-viewport{overflow:hidden;padding:10px 0 18px;mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.carousel-track{display:flex;gap:16px;width:max-content;will-change:transform}
.carousel-nav{position:absolute;top:50%;z-index:3;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:1px solid #d6c7aa;background:#fff;color:#202541;font-size:26px;line-height:1;cursor:pointer;box-shadow:0 8px 18px rgba(42,39,49,.12)}
.carousel-nav:hover{background:#202541;color:#f7c96b;border-color:#202541}
.carousel-nav.prev{left:0}.carousel-nav.next{right:0}
.flip-card{width:180px;height:276px;flex:none;perspective:900px}
.flip-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s}
.flip-card.is-flipped .flip-inner{transform:rotateY(180deg)}
.flip-face{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;text-align:center;backface-visibility:hidden;-webkit-backface-visibility:hidden;border:1px solid #d6c7aa;box-shadow:0 10px 24px rgba(42,39,49,.08);overflow:hidden}
.flip-front{padding:16px 12px 14px;background:#fff}
.flip-back{padding:8px;background:#17182a;transform:rotateY(180deg);justify-content:flex-end}
.flip-card .artist-avatar{width:78px;height:78px;font-size:20px;border-width:3px}
.flip-card .artist-avatar.is-empty svg{width:32px;height:32px}
.flip-person{display:flex;flex-direction:column;align-items:center;width:100%}
.flip-card h3{font-family:Cinzel,serif;font-size:15px;color:#202541;margin:12px 0 0;line-height:1.25;overflow-wrap:break-word}
.flip-card .artist-socials{margin-top:10px}
.flip-front.is-duo{padding:10px 8px 10px;justify-content:flex-start}
.flip-front.is-duo .flip-person + .flip-person{margin-top:14px}
.flip-front.is-duo .artist-avatar{width:46px;height:46px;font-size:13px;border-width:2px}
.flip-front.is-duo .artist-avatar.is-empty svg{width:20px;height:20px}
.flip-front.is-duo h3{font-size:12px;margin:4px 0 0}
.flip-front.is-duo .artist-socials{margin-top:4px;gap:6px}
.flip-front.is-duo .artist-socials a,.flip-front.is-duo .artist-socials span{width:24px;height:24px}
.flip-front.is-duo .artist-socials svg{width:12px;height:12px}
.flip-front.is-duo .flip-toggle{padding:6px 10px}
.flip-card-art{width:100%;flex:1;min-height:0;object-fit:contain;background:#0d1020;-webkit-user-drag:none;user-select:none}
.catalog-page{background:#f2eee5}
.catalog-page .nav{position:sticky;top:0;height:74px;background:#111a3b;z-index:20}
.catalog-page #artistas,.catalog-page #cartas{scroll-margin-top:86px}
.catalog{background:#f2eee5;color:#1d2240}
.catalog .section-kicker{color:#87602d}
.catalog h2{color:#202541}
.catalog-lead{max-width:560px;margin:0;color:#5b5d68}
.catalog-production{max-width:980px;margin:10px auto 0;color:#202541;font-family:Cinzel,serif;font-size:15px;line-height:1.45;text-align:center}
.catalog-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;max-width:980px;margin:22px auto 0}
.catalog-tabs button{border:1px solid #d6c7aa;background:#fff;color:#202541;font-family:Cinzel,serif;font-size:12px;letter-spacing:1px;font-weight:700;padding:10px 14px;cursor:pointer}
.catalog-tabs button.is-active,.catalog-tabs button:hover{background:#202541;color:#f7c96b;border-color:#202541}
.catalog-empty{grid-column:1/-1;margin:8px 0 0;color:#5b5d68}
.catalog-block + .catalog-block{margin-top:72px}
.catalog-back{display:inline-block;margin-bottom:18px;font-size:12px;font-weight:900;letter-spacing:1px;color:#89602c}
.catalog-artists{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;max-width:1100px;margin:40px auto 0}
.catalog-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:22px;max-width:980px;margin:18px auto 0;align-items:start}
.catalog-card{text-align:center}
.catalog-card img{display:block;width:100%;height:auto;border:4px solid #17151e;background:#111;-webkit-user-drag:none;user-select:none}
.catalog-soon-card{aspect-ratio:340/476;display:grid;place-items:center;background:#111;border:4px solid #17151e;color:#f7c96b;padding:16px;text-align:center}
.catalog-soon-card span{font-family:Cinzel,serif;font-size:15px;font-weight:700;letter-spacing:1.4px;line-height:1.3;text-transform:uppercase}
.flip-empty{flex:1;display:grid;place-items:center;width:100%;color:#f7c96b;font-size:12px;letter-spacing:1px;padding:12px}
.flip-toggle{margin-top:auto;border:1px solid #d6c7aa;background:#fff;color:#202541;font-family:Cinzel,serif;font-size:10px;letter-spacing:1px;font-weight:700;padding:8px 12px;cursor:pointer}
.flip-toggle:hover{background:#202541;color:#f7c96b;border-color:#202541}
.flip-back .flip-toggle{width:100%;margin-top:8px;background:#12182f;color:#f7c96b;border-color:#e6c878}
@media(prefers-reduced-motion:reduce){
  .flip-inner{transition:none}
}

.community{position:relative;min-height:570px;display:grid;place-items:center;text-align:center;overflow:hidden}.community-bg{position:absolute;inset:0;background:url("assets/Fondo_Inicio.jpg") center 42%/cover no-repeat}.community:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 46%,rgba(8,16,42,.58),rgba(8,16,42,.16) 46%,rgba(8,16,42,.38))}
.community-inner{position:relative;z-index:2;max-width:780px;padding:90px 20px}.community-badge{font-size:10px;letter-spacing:3px;font-weight:900;color:var(--gold);text-shadow:0 2px 14px rgba(8,16,42,.9)}.community h2{margin-top:14px;text-shadow:0 3px 18px rgba(8,16,42,.85)}.community p{max-width:580px;margin:0 auto 28px;font-size:17px;text-shadow:0 2px 14px rgba(8,16,42,.9)}.community-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.big{min-width:235px}

footer{background:#070b1b;border-top:1px solid #293252;padding:40px 6vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px}.footer-brand img{width:140px;display:block}.footer-brand span{font-size:8px;letter-spacing:3px;color:#737992}.footer-links{display:flex;gap:25px;font-size:10px;letter-spacing:1.5px;font-weight:900;color:#d8dbea}.copyright{text-align:right;color:#666d84;font-size:9px;letter-spacing:1px}

@media(max-width:900px){
  .nav-links{display:none}.nav{height:70px}.nav-cta{font-size:9px;margin-right:70px}
  .lang-switch{top:16px}.lang-switch button{padding:9px 9px;font-size:10px}
  .hero{min-height:860px;padding-top:100px}.hero-content{margin-top:-120px}.hero-card{width:280px;right:50%;transform:translateX(50%) rotate(2deg);bottom:25px}.hero-copy{font-size:15px}.hero-copy strong{font-size:16px}
  .intro-grid{grid-template-columns:1fr;gap:35px}.section{padding:85px 7vw}
  .section-head{display:block}.section-head>p{max-width:600px}
  .card-gallery{justify-content:flex-start;overflow-x:auto;padding:20px 30px 35px;scroll-snap-type:x mandatory}.tcg-card{min-width:190px;scroll-snap-align:center}
  .world-layout{grid-template-columns:1fr;width:min(640px,92vw);padding:72px 0}
  .world-content{text-align:center;max-width:none}
  .world-section{min-height:0}
  .artist-leads{grid-template-columns:repeat(2,1fr)}
  footer{grid-template-columns:1fr;text-align:center}.footer-brand img{margin:auto}.copyright{text-align:center}.footer-links{justify-content:center}
}
@media(max-width:560px){
  .hero{min-height:800px}.hero-logo{width:94vw}.hero-content{margin-top:-130px}.eyebrow{font-size:8px}.hero-card{width:230px}.social-row{font-size:8px;gap:9px}
  h2{font-size:42px}.lead{font-size:18px}.tcg-card{width:160px}
  .artist-leads{grid-template-columns:1fr}
  .flip-card{width:156px;height:276px}
  .artist-card h3{font-size:20px}
}
