@import "styles/variables.php";
@import "styles/header.css";
@import "styles/footer.css";
@import "styles/index.css";
@import "styles/video.css";

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

body, html
{


    scroll-behavior: smooth;
    max-width: 100vw;
    margin:0;
    padding:0;
    background:white;
    font-family:var(--fontFamily);
    position:relative;
    scroll-behavior: smooth;
    overflow-x:hidden !important;

}

body 
{
    overflow-x:hidden;
}


.body--open 
{
    overflow-y:hidden !important;
}
.performer-embed-wrap {
    position: relative;
    overflow: hidden;
}

.performer-embed-wrap iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Full-area clickable link over the video */
.embed-clickmask-link {
    position: absolute;
    inset: 0;
    z-index: 999998;         /* below overlay text UI */
    display: block;
    text-decoration: none;
    background: rgba(0,0,0,0); /* fully transparent */
    cursor: pointer;
}

/* Visual overlay text on top */
.embed-overlay-ui {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;               /* pinned to bottom of video */
    z-index: 999999;         /* above the click link */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    text-align: center;
    pointer-events: none;    /* clicks go through to the link below */
    padding: 12px 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0)
    );
}

.embed-overlay__badge {
    display: inline-block;
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: #ff4b8b;
    color: #fff;
}

.embed-overlay__title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 8px rgba(0,0,0,0.8);
}

.embed-overlay__cta {
    display: inline-block;
    margin-top: 0.1rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    background: linear-gradient(90deg, #ff5dc4, #ffb400);
    color: #1b0a15;
    box-shadow: 0 0 16px rgba(0,0,0,0.7);
}

.embed-overlay__note {
    font-size: 0.7rem;
    color: #eee;
    text-shadow: 0 0 6px rgba(0,0,0,0.7);
}


/* === M2GSQUIRT PERFORMER SKIN === */

.squirt-intro {
  background: linear-gradient(135deg,#0f172a,#020617);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  color: #fff;
}

.squirt-lead {
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.squirt-signals {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.squirt-signals div {
  background: rgba(255,255,255,0.1);
  padding: 6px 10px;
  border-radius: 20px;
}


/* CTA */

.squirt-cta-bar {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  background: #020617;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.squirt-main-cta {
  background: linear-gradient(90deg,#ec4899,#8b5cf6);
  color: #fff;
  padding: 10px 18px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  transition: transform .2s;
}

.squirt-main-cta:hover {
  transform: scale(1.05);
}


/* Video */

.squirt-video {
  border: 2px solid #8b5cf6;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.squirt-offline {
  padding: 30px;
  text-align: center;
  font-weight: bold;
}


/* About */

.squirt-about-wrap {
  background: #020617;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 25px;
}

.squirt-desc summary {
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 8px;
}

.squirt-about .main__aboutElement {
  background: rgba(255,255,255,0.05);
  padding: 6px 8px;
  border-radius: 6px;
}


/* Related */

.squirt-related h3 {
  text-align: center;
  margin-bottom: 15px;
  color: #ec4899;
}




/* Squirting Guide Custom Styles */
.squirting-guide {
 
  margin: 0 auto 40px auto;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #23141a;
  line-height: 1.7;
  font-size: 1.09em;
  background: #fff;
  padding: 30px 5vw 36px 5vw;
  border-radius: 20px;
  box-shadow: 0 3px 16px 0 rgba(185,35,100,0.08);
}

.squirting-guide h2 {
  font-size: 2.1em;
  color: #d7005d;
  margin-bottom: 10px;
}

.squirting-guide h3 {
  font-size: 1.18em;
  color: #b6186c;
  margin: 25px 0 8px 0;
}

.squirting-guide ul {
  margin: 12px 0 16px 18px;
  padding: 0;
}
.squirting-guide ul li {
  margin-bottom: 12px;
  list-style-type: disc;
}

.squirting-guide a {
  color: #ba2d74;
  text-decoration: underline;
  transition: color 0.2s;
}
.squirting-guide a:hover {
  color: #d7005d;
  text-decoration: none;
}

.squirting-guide em {
  color: #755a66;
}

.squirting-guide strong {
  color: #152233;
}

/* CTA Blocks */
.squirting-guide .cta-block,
.squirting-guide .cta-block-alt {
  padding: 1.2em;
  border-radius: 10px;
  margin: 1.2em 0;
  text-align: center;
  box-shadow: 0 2px 12px 0 rgba(203,21,102,.03);
}
.squirting-guide .cta-block {
  background: #fff0fa;
}
.squirting-guide .cta-block-alt {
  background: #e0ffe9;
}
.squirting-guide .cta-block-yellow {
  background: #fffbe6;
}
.squirting-guide .cta-final {
  background: #ffe5f1;
  padding: 1.6em 1em;
  border-radius: 12px;
  margin-top: 32px;
}
.squirting-guide .cta-final h2 {
  color: #d7005d;
  font-size: 1.45em;
  margin-bottom: 12px;
}
.squirting-guide .cta-block a,
.squirting-guide .cta-block-alt a,
.squirting-guide .cta-block-yellow a {
  display: inline-block;
  font-weight: bold;
  font-size: 1.09em;
  margin-top: 8px;
}

.squirting-guide .cta-final a {
  display: inline-block;
  background: #d7005d;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  padding: 16px 28px;
  margin-top: 10px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 2px 8px 0 rgba(185,35,100,0.08);
  transition: background 0.2s;
}
.squirting-guide .cta-final a:hover {
  background: #a10e49;
}

/* === M2GTWERK PERFORMER SKIN === */

.twerk-intro {
  background: linear-gradient(135deg,#0f172a,#020617);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  color: #fff;
}

.twerk-lead {
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.twerk-signals {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 0.9rem;
}

.twerk-signals div {
  background: rgba(255,255,255,0.1);
  padding: 6px 10px;
  border-radius: 20px;
}


/* CTA (top + below embed share same look) */

.twerk-cta-bar,
.twerk-cta-below {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  background: #020617;
  padding: 12px;
  border-radius: 10px;
  margin: 14px 0;
}

.twerk-main-cta,
.twerk-cta-below__watch {
  background: linear-gradient(90deg,#ff4fd8,#7b5cff);
  color: #fff;
  padding: 10px 18px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 0 12px rgba(123,92,255,0.5);
}

.twerk-main-cta:hover,
.twerk-cta-below__watch:hover {
  transform: scale(1.05);
  box-shadow: 0 0 18px rgba(123,92,255,0.8);
}


/* Favourite button inside twerk CTA */

.twerk-cta-below__fav {
  background: rgba(255,255,255,0.08);
  border-radius: 25px;
  padding: 10px 14px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: transform .2s, background .2s;
}

.twerk-cta-below__fav:hover {
  transform: scale(1.05);
  background: rgba(255,255,255,0.15);
}


/* Video */

.twerk-video {
  border: 2px solid #7b5cff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
}

.twerk-offline {
  padding: 30px;
  text-align: center;
  font-weight: bold;
}


/* About */

.twerk-about-wrap {
  background: #020617;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 25px;
color: #fff;
}

.twerk-desc summary {
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 8px;
}

.twerk-about .main__aboutElement {
  background: rgba(255,255,255,0.05);
  padding: 6px 8px;
  border-radius: 6px;
color: #fff;
}

.twerk-about-wrap .main__p{
  color:#f1effa;
  line-height:1.6;
}

.twerk-about-wrap .main__p a{
  color:#ff4fd8;
  text-decoration:none;
  font-weight:600;
}

.twerk-about-wrap .main__p a:hover{
  color:#ff79e6;
  text-decoration:underline;
}
/* Related */

.twerk-related h3 {
  text-align: center;
  margin-bottom: 15px;
  color: #ff4fd8;
}

@media (max-width: 700px) {
  .squirting-guide {
    padding: 14px 2vw 18px 2vw;
    border-radius: 12px;
    font-size: 1em;
  }
  .squirting-guide h2 {
    font-size: 1.3em;
    margin-top: 7px;
  }
}

/* =========================
   M2GTwerk Embed Overlay UX
   ========================= */

/* subtle attention pulse on the CTA */
.embed-overlay__cta{
  animation: m2gPulse 1.8s ease-in-out infinite;
  transform-origin: center;
}

/* pause pulse when user hovers (feels more controlled) */
.performer-embed-wrap:hover .embed-overlay__cta{
  animation-play-state: paused;
}

/* brighten overlay + badge on hover to signal clickability */
.performer-embed-wrap:hover .embed-overlay__badge{
  filter: brightness(1.08);
}

.performer-embed-wrap:hover .embed-overlay__title{
  text-shadow: 0 0 12px rgba(0,0,0,0.9);
}

/* make the whole video area feel clickable */
.performer-embed-wrap:hover .embed-overlay-ui{
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.0)
  );
}

/* optional: tiny nudge animation on hover */
.performer-embed-wrap:hover .embed-overlay__cta{
  transform: translateY(-1px);
}

/* keyframes */
@keyframes m2gPulse{
  0%   { transform: translateY(0) scale(1);   filter: brightness(1); }
  50%  { transform: translateY(-1px) scale(1.04); filter: brightness(1.08); }
  100% { transform: translateY(0) scale(1);   filter: brightness(1); }
}

/* mobile: reduce motion */
@media (max-width: 700px){
  .embed-overlay__cta{ animation-duration: 2.4s; }
}
.embed-clickmask-link:active + .embed-overlay-ui .embed-overlay__cta{
  transform: translateY(0) scale(0.98);
}