.site-header{position:fixed;z-index:50;top:0;left:0;right:0;background:linear-gradient(to bottom,rgba(10,10,14,.9),rgba(10,10,14,.2));backdrop-filter:blur(18px)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;cursor:default;user-select:none}.brand-mark{
  width:46px;
  height:46px;
  border-radius:50%;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:linear-gradient(135deg,var(--accent-light),var(--accent2));
  box-shadow:0 8px 22px rgba(0,0,0,.24);
  border:1px solid rgba(255,255,255,.14);
  flex-shrink:0;
}.main-nav{display:flex;gap:25px}.menu-toggle{display:none;background:none;border:0;color:white;font-size:1.5rem}.featured-card,.cosplay-card,.shirt-card,.social-card{border:1px solid var(--border);background:linear-gradient(180deg,rgba(105,179,141,.09),rgba(255,255,255,.025));border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.media-placeholder{min-height:320px;display:grid;place-items:center;text-align:center;padding:24px;background:radial-gradient(circle at 20% 20%,rgba(199,101,115,.28),transparent 34%),radial-gradient(circle at 80% 30%,rgba(141,47,62,.18),transparent 34%),linear-gradient(135deg,#18221c,#0d120f);color:#ddd5e8}.card-body{padding:22px}.card-body h3{margin:0 0 8px}.card-body p{margin:0;color:var(--muted)}.featured-carousel{position:relative}.carousel-viewport{overflow:hidden}.carousel-track{display:flex;gap:20px;transition:transform .55s}.featured-card{flex:0 0 min(78vw,420px)}.featured-card .media-placeholder,.cosplay-card .media-placeholder{aspect-ratio:4/5}.shirt-card .media-placeholder{aspect-ratio:1}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:48px;height:48px;border-radius:50%;border:1px solid var(--border);background:rgba(10,10,14,.75);color:white;font-size:2rem}.prev{left:-16px}.next{right:-16px}.cosplay-grid,.shirts-grid,.social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.social-card{padding:28px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between}.placeholder-card{min-height:420px;border:1px dashed var(--border);border-radius:var(--radius);display:grid;place-items:center;color:var(--muted);background:#121814}.site-footer{padding:36px 0;border-top:1px solid var(--border);background:#0b0b0f}.footer-inner{display:flex;justify-content:space-between;gap:24px}.footer-links{display:flex;gap:20px;flex-wrap:wrap;color:var(--muted)}

.brand-name{
  font-family:"Cormorant Garamond",serif;
  font-size:1.45rem;
  font-weight:600;
  letter-spacing:.015em;
  line-height:1;
  color:var(--text);
}

.brand-name em{
  font-style:italic;
  font-weight:600;
  color:var(--accent-light);
}


.brand-mark img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}






.featured-media-link:hover 















/* ===== Carrusel de cosplays ===== */
.featured-carousel{
  position:relative;
  padding:8px 0 10px;
}

.carousel-viewport{
  overflow:hidden;
  border-radius:28px;
}

.carousel-track{
  display:flex;
  gap:22px;
  will-change:transform;
  transition:transform .72s cubic-bezier(.22,.75,.18,1);
}

.featured-card{
  position:relative;
  flex:0 0 min(74vw,390px);
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));
  box-shadow:
    0 18px 48px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.04);
  transform:translateZ(0);
  transition:
    transform .35s ease,
    border-color .35s ease,
    box-shadow .35s ease;
}

.featured-card:hover{
  transform:translateY(-6px);
  border-color:rgba(199,101,115,.32);
  box-shadow:
    0 26px 62px rgba(0,0,0,.36),
    0 0 0 1px rgba(199,101,115,.04) inset;
}

.featured-media-button{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:4/5;
  padding:0;
  border:0;
  overflow:hidden;
  cursor:zoom-in;
  background:#101210;
}

.featured-image{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:
    transform .7s cubic-bezier(.22,.75,.18,1),
    filter .5s ease;
}

.featured-media-button::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(to top,rgba(7,8,7,.50),transparent 32%);
  opacity:.72;
  transition:opacity .35s ease;
}

.featured-media-button:hover .featured-image{
  transform:scale(1.055);
  filter:brightness(1.04) saturate(1.03);
}

.featured-media-button:hover::after{
  opacity:.92;
}

.featured-view-hint{
  position:absolute;
  left:18px;
  bottom:16px;
  z-index:2;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(9,10,9,.56);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
  color:#fff;
  font-size:.76rem;
  font-weight:700;
  letter-spacing:.02em;
  opacity:0;
  transform:translateY(8px);
  transition:
    opacity .3s ease,
    transform .3s ease;
}

.featured-media-button:hover .featured-view-hint{
  opacity:1;
  transform:translateY(0);
}





.featured-original-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(199,101,115,.28);
  color:#f4d7dc;
  background:rgba(155,63,79,.10);
  font-size:.84rem;
  font-weight:700;
  transition:
    background .25s ease,
    color .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

.featured-original-link:hover{
  transform:translateY(-1px);
  color:#fff;
  background:rgba(155,63,79,.24);
  border-color:rgba(199,101,115,.48);
}

.carousel-arrow{
  top:46%;
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(8,10,8,.68);
  backdrop-filter:blur(14px);
  box-shadow:0 12px 30px rgba(0,0,0,.28);
  transition:
    transform .25s ease,
    background .25s ease,
    border-color .25s ease;
}

.carousel-arrow:hover{
  background:rgba(155,63,79,.34);
  border-color:rgba(199,101,115,.42);
}

.carousel-arrow.prev:hover{
  transform:translateY(-50%) translateX(-2px);
}

.carousel-arrow.next:hover{
  transform:translateY(-50%) translateX(2px);
}

/* ===== Modal de cosplays ===== */
body.modal-open{
  overflow:hidden;
}



















@media(max-width:620px){
  .featured-card{
    flex-basis:84vw;
  }

  

  

  .featured-original-link{
    width:100%;
  }

  

  

  

  
}


.featured-card-footer{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px 18px 18px;
}

.featured-card-footer-centered{
  text-align:center;
}

.featured-original-link{
  min-width:150px;
  justify-content:center;
}

/* ===== Visor elegante estilo galería social ===== */
body.modal-open{
  overflow:hidden;
}

.cosplay-modal{
  width:min(96vw,1220px);
  max-width:1220px;
  max-height:94vh;
  padding:0;
  border:0;
  background:transparent;
  overflow:visible;
}

.cosplay-modal::backdrop{
  background:rgba(5,6,6,.72);
  backdrop-filter:blur(18px) saturate(.82);
}

.cosplay-modal-shell{
  position:relative;
  width:100%;
  min-height:min(86vh,880px);
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.10);
  border-radius:30px;
  background:
    linear-gradient(180deg,rgba(18,20,19,.58),rgba(8,10,9,.52));
  box-shadow:
    0 34px 120px rgba(0,0,0,.48),
    inset 0 1px 0 rgba(255,255,255,.04);
  overflow:hidden;
}

.cosplay-modal-stage{
  width:100%;
  height:calc(100vh - 150px);
  max-height:780px;
  min-height:520px;
  display:grid;
  place-items:center;
  padding:28px 72px 86px;
  overflow:hidden;
}

.cosplay-modal-stage img{
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  display:block;
  object-fit:contain;
  object-position:center;
  border-radius:18px;
  box-shadow:0 18px 60px rgba(0,0,0,.32);
  opacity:0;
  transform:scale(.985);
  transition:
    opacity .28s ease,
    transform .34s ease;
}

.cosplay-modal-stage img.is-visible{
  opacity:1;
  transform:scale(1);
}

.cosplay-modal-close{
  position:absolute;
  top:18px;
  right:18px;
  z-index:5;
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(12,13,13,.48);
  backdrop-filter:blur(12px);
  color:#fff;
  font-size:1.55rem;
  line-height:1;
  cursor:pointer;
  transition:.25s ease;
}

.cosplay-modal-close:hover{
  transform:rotate(4deg) scale(1.04);
  background:rgba(155,63,79,.34);
  border-color:rgba(199,101,115,.46);
}

.cosplay-modal-nav{
  position:absolute;
  top:50%;
  z-index:5;
  width:48px;
  height:48px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(12,13,13,.42);
  backdrop-filter:blur(12px);
  color:#fff;
  font-size:1.9rem;
  cursor:pointer;
  transform:translateY(-50%);
  transition:
    background .25s ease,
    transform .25s ease,
    border-color .25s ease;
}

.cosplay-modal-prev{
  left:18px;
}

.cosplay-modal-next{
  right:18px;
}

.cosplay-modal-prev:hover{
  transform:translateY(-50%) translateX(-2px);
  background:rgba(155,63,79,.30);
  border-color:rgba(199,101,115,.44);
}

.cosplay-modal-next:hover{
  transform:translateY(-50%) translateX(2px);
  background:rgba(155,63,79,.30);
  border-color:rgba(199,101,115,.44);
}

.cosplay-modal-bottom{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  min-height:70px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:18px;
  padding:12px 22px;
  background:
    linear-gradient(to top,rgba(7,8,8,.82),rgba(7,8,8,.36),transparent);
}

.cosplay-modal-dots{
  grid-column:2;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  max-width:420px;
  overflow:hidden;
}

.cosplay-dot{
  width:5px;
  height:5px;
  border-radius:50%;
  background:rgba(255,255,255,.32);
  transition:
    width .22s ease,
    background .22s ease,
    transform .22s ease;
}

.cosplay-dot.active{
  width:16px;
  border-radius:999px;
  background:var(--accent-light);
  transform:scaleY(1.08);
}

.cosplay-modal-original{
  grid-column:3;
  justify-self:end;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 15px;
  border-radius:999px;
  border:1px solid rgba(199,101,115,.24);
  background:rgba(155,63,79,.12);
  color:#f7dce1;
  font-size:.82rem;
  font-weight:700;
  transition:.25s ease;
}

.cosplay-modal-original:hover{
  background:rgba(155,63,79,.28);
  color:#fff;
  border-color:rgba(199,101,115,.44);
}

@media(max-width:760px){
  .cosplay-modal{
    width:100vw;
    max-width:none;
    max-height:100vh;
  }

  .cosplay-modal-shell{
    min-height:100vh;
    border-radius:0;
    border-left:0;
    border-right:0;
  }

  .cosplay-modal-stage{
    height:100vh;
    padding:70px 18px 100px;
  }

  .cosplay-modal-nav{
    width:42px;
    height:42px;
  }

  .cosplay-modal-prev{
    left:10px;
  }

  .cosplay-modal-next{
    right:10px;
  }

  .cosplay-modal-bottom{
    grid-template-columns:1fr;
    justify-items:center;
    padding:14px 16px 18px;
  }

  .cosplay-modal-dots,
  .cosplay-modal-original{
    grid-column:1;
  }

  .cosplay-modal-original{
    justify-self:center;
  }
}


/* Ajuste final del visor: siempre mostrar la imagen completa */
.cosplay-modal-stage{
  box-sizing:border-box;
}

.cosplay-modal-stage img{
  width:100%;
  height:100%;
  object-fit:contain !important;
  object-position:center center;
}

@media(max-width:760px){
  .cosplay-modal-stage{
    height:calc(100vh - 120px);
    max-height:none;
    min-height:0;
    padding:64px 14px 92px;
  }

  .cosplay-modal-stage img{
    width:100%;
    height:100%;
    object-fit:contain !important;
  }
}


/* ===== Corrección definitiva del visor: sin zoom ni recorte ===== */
.cosplay-modal-stage{
  width:100%;
  height:min(80vh,760px);
  min-height:0;
  max-height:none;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px 76px 86px;
  overflow:hidden;
}

.cosplay-modal-stage img,
.cosplay-modal-stage img.is-visible{
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:calc(80vh - 114px) !important;
  object-fit:contain !important;
  object-position:center center !important;
  flex:none;
}

@media(max-width:760px){
  .cosplay-modal-stage{
    width:100%;
    height:calc(100vh - 92px);
    padding:64px 14px 100px;
  }

  .cosplay-modal-stage img,
  .cosplay-modal-stage img.is-visible{
    width:auto !important;
    height:auto !important;
    max-width:100% !important;
    max-height:calc(100vh - 190px) !important;
    object-fit:contain !important;
  }
}


/* ===== Capa disuasoria anti-inspección ===== */
.anti-inspect-overlay{
  position:fixed;
  inset:0;
  z-index:999999;
  display:grid;
  place-items:center;
  padding:24px;
  background:rgba(7,8,8,.88);
  backdrop-filter:blur(18px) saturate(.7);
  animation:antiInspectFade .18s ease both;
}

.anti-inspect-card{
  width:min(92vw,460px);
  padding:34px 30px;
  text-align:center;
  border-radius:26px;
  border:1px solid rgba(199,101,115,.28);
  background:
    radial-gradient(circle at 50% 0%,rgba(155,63,79,.18),transparent 42%),
    rgba(18,20,19,.92);
  box-shadow:0 28px 90px rgba(0,0,0,.5);
}

.anti-inspect-icon{
  font-size:2.3rem;
  margin-bottom:10px;
}

.anti-inspect-card h2{
  margin:0;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(2.1rem,6vw,3.4rem);
  font-style:italic;
  font-weight:600;
  color:var(--accent-light);
}

.anti-inspect-card p{
  margin:10px 0 0;
  color:var(--muted);
}

@keyframes antiInspectFade{
  from{opacity:0}
  to{opacity:1}
}

@media(prefers-reduced-motion:reduce){
  .anti-inspect-overlay{
    animation:none;
  }
}


/* ===== Redes sociales oficiales ===== */

#redes .social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

#redes .social-card {
  position: relative;
  min-height: 108px;
  padding: 20px 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(0,0,0,.24);
  transition:
    transform .28s cubic-bezier(.2,.8,.2,1),
    box-shadow .28s ease,
    border-color .28s ease,
    filter .28s ease;
}

#redes .social-card::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -45px;
  top: -65px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  pointer-events: none;
}

#redes .social-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.26);
  box-shadow: 0 24px 52px rgba(0,0,0,.34);
  filter: brightness(1.04);
}

#redes .social-icon {
  position: relative;
  z-index: 2;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.17);
  backdrop-filter: blur(10px);
}

#redes .social-icon svg {
  display: block;
  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  fill: #fff;
  stroke: none;
}

#redes .social-card-instagram .social-icon svg {
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
}

#redes .social-card-instagram .social-icon circle:last-child {
  fill: #fff;
  stroke: none;
}

#redes .social-card-youtube .social-icon svg {
  fill: #fff;
}

#redes .social-card-youtube .youtube-play {
  fill: #d60000;
}

#redes .social-card-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#redes .social-card-copy strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}

#redes .social-card-copy span {
  color: rgba(255,255,255,.82);
  font-size: .88rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#redes .social-arrow {
  position: relative;
  z-index: 2;
  margin-left: auto;
  font-size: 1.25rem;
  opacity: .78;
  transition: transform .25s ease, opacity .25s ease;
}

#redes .social-card:hover .social-arrow {
  opacity: 1;
  transform: translate(3px,-3px);
}

/* TikTok */
#redes .social-card-tiktok {
  background:
    radial-gradient(circle at 91% 16%, rgba(37,244,238,.28), transparent 31%),
    radial-gradient(circle at 8% 90%, rgba(254,44,85,.28), transparent 34%),
    linear-gradient(135deg, #090909 0%, #17171b 72%, #0b0b0d 100%);
}

/* Instagram */
#redes .social-card-instagram {
  background:
    radial-gradient(circle at 12% 90%, rgba(255,214,109,.42), transparent 32%),
    linear-gradient(135deg, #f58529 0%, #dd2a7b 40%, #8134af 70%, #515bd4 100%);
}

/* YouTube */
#redes .social-card-youtube {
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,255,.14), transparent 31%),
    linear-gradient(135deg, #ff2020 0%, #d60000 66%, #a20000 100%);
}

/* Patreon */
#redes .social-card-patreon {
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,255,.14), transparent 31%),
    linear-gradient(135deg, #ff5964 0%, #ff424d 60%, #d82f3b 100%);
}

@media (max-width: 760px) {
  #redes .social-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #redes .social-card {
    min-height: 96px;
    padding: 17px 18px;
    border-radius: 19px;
  }

  #redes .social-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 14px;
  }

  #redes .social-icon svg {
    width: 25px !important;
    height: 25px !important;
    max-width: 25px !important;
    max-height: 25px !important;
  }

  #redes .social-card-copy strong {
    font-size: 1.4rem;
  }
}


/* ===== Merch ===== */
#camisas .section-heading{
  align-items:end;
}

#camisas .section-note{
  color:var(--muted);
  font-size:.92rem;
}

#shirtsGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.merch-card{
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  box-shadow:0 18px 44px rgba(0,0,0,.22);
  transition:
    transform .3s cubic-bezier(.2,.8,.2,1),
    border-color .3s ease,
    box-shadow .3s ease;
}

.merch-card:hover{
  transform:translateY(-5px);
  border-color:rgba(199,101,115,.28);
  box-shadow:0 26px 58px rgba(0,0,0,.32);
}

.merch-card-media{
  aspect-ratio:4/5;
  overflow:hidden;
  background:#f4f4f4;
}

.merch-card-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:transform .55s cubic-bezier(.22,.75,.18,1);
}

.merch-card:hover .merch-card-media img{
  transform:scale(1.025);
}

.merch-card-body{
  padding:18px 18px 20px;
}

.merch-card-heading{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}

.merch-card-heading h3{
  margin:0;
  font-family:"Cormorant Garamond",serif;
  font-size:1.45rem;
  font-weight:600;
  line-height:1.05;
}

.merch-price{
  flex:0 0 auto;
  padding:7px 10px;
  border-radius:999px;
  color:#f7e7ea;
  background:rgba(155,63,79,.17);
  border:1px solid rgba(199,101,115,.26);
  font-size:.8rem;
  font-weight:700;
  white-space:nowrap;
}

.merch-card-body p{
  margin:12px 0 0;
  color:var(--muted);
  font-size:.9rem;
  line-height:1.55;
}

@media(max-width:980px){
  #shirtsGrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:620px){
  #shirtsGrid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .merch-card-media{
    aspect-ratio:1/1;
  }

  .merch-card-heading h3{
    font-size:1.35rem;
  }
}


/* ===== Botón de catálogo Merch ===== */
.merch-catalog-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  color:#f4e4e7;
  background:rgba(155,63,79,.13);
  border:1px solid rgba(199,101,115,.26);
  font-size:.88rem;
  font-weight:700;
  transition:
    transform .25s ease,
    background .25s ease,
    border-color .25s ease;
}

.merch-catalog-button:hover{
  transform:translateY(-2px);
  background:rgba(155,63,79,.25);
  border-color:rgba(199,101,115,.44);
}

.merch-catalog-page .merch-catalog-shell{
  max-width:1180px;
}

.merch-catalog-hero{
  max-width:920px;
}

.merch-catalog-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.merch-catalog-note{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:30px;
  padding:18px 20px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.025);
  color:var(--muted);
  font-size:.86rem;
}

.merch-catalog-note strong{
  color:#e7a4af;
}

@media(max-width:980px){
  .merch-catalog-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:620px){
  .merch-catalog-grid{
    grid-template-columns:1fr;
  }
}


/* ===== Selector de idioma ===== */
.language-picker{
  position:relative;
  display:flex;
  align-items:center;
}

.language-trigger{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  color:#f4eee8;
  background:rgba(255,255,255,.045);
  cursor:pointer;
  transition:
    background .24s ease,
    border-color .24s ease,
    transform .24s ease;
}

.language-trigger:hover,
.language-picker.open .language-trigger{
  background:rgba(155,63,79,.17);
  border-color:rgba(199,101,115,.34);
}

.language-globe{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.55;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.language-current{
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.08em;
}

.language-chevron{
  margin-top:-2px;
  color:rgba(255,255,255,.62);
  font-size:.82rem;
  transition:transform .22s ease;
}

.language-picker.open .language-chevron{
  transform:rotate(180deg);
}

.language-menu{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  z-index:100;
  width:174px;
  padding:7px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(13,16,14,.96);
  box-shadow:0 22px 54px rgba(0,0,0,.42);
  backdrop-filter:blur(16px);
  opacity:0;
  visibility:hidden;
  transform:translateY(-6px) scale(.98);
  transform-origin:top right;
  transition:
    opacity .2s ease,
    visibility .2s ease,
    transform .2s ease;
}

.language-picker.open .language-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}

.language-menu button{
  width:100%;
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 11px;
  border:0;
  border-radius:11px;
  color:#e7ebe8;
  background:transparent;
  cursor:pointer;
  text-align:left;
  font:inherit;
  transition:background .18s ease,color .18s ease;
}

.language-menu button:hover{
  background:rgba(255,255,255,.06);
}

.language-menu button.active{
  color:#f2c2ca;
  background:rgba(155,63,79,.15);
}

.language-menu small{
  color:rgba(255,255,255,.46);
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.08em;
}

.story-header-inner .language-picker,
.legal-header-inner .language-picker{
  flex:0 0 auto;
}

@media(max-width:900px){
  .main-nav .language-picker{
    width:100%;
    margin-top:4px;
    padding-top:12px;
    border-top:1px solid rgba(255,255,255,.07);
  }

  .main-nav .language-trigger{
    width:100%;
    justify-content:center;
  }

  .main-nav .language-menu{
    position:static;
    width:100%;
    margin-top:8px;
    display:none;
    opacity:1;
    visibility:visible;
    transform:none;
    box-shadow:none;
  }

  .main-nav .language-picker.open{
    flex-wrap:wrap;
  }

  .main-nav .language-picker.open .language-menu{
    display:block;
  }
}

@media(max-width:620px){
  .story-header-inner,
  .legal-header-inner{
    gap:10px;
  }

  .story-header-inner .language-trigger,
  .legal-header-inner .language-trigger{
    padding:0 9px;
  }

  .story-header-inner .language-menu,
  .legal-header-inner .language-menu{
    right:0;
  }
}
