#fw-section-custom-html-430b0c1a-2fdf-4cde-822f-6b7cd9f47daf {

.floating-art {
  display: flex;
  justify-content: center; /* centers horizontally */
  margin: -100px; /* top/bottom margin reduced */
}

@media (max-width: 600px) {
  .floating-art {
    scale: 75%;
    margin-top: 0px;
  }
  .back-button {
    font-size: 12px;
    padding: 4px 10px;
  }
}

/* BACK button style */
.back-button {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #001AF7; /* blue */
  border: 2px solid black;
  padding: 3px 5px;
  display: table;           /* shrink-wrap so margin auto works */
  margin: 20px auto;        /* centers it */
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: background 0.2s ease;
}
.back-button:hover {
  background: #003d80;
}

}
#fw-section-custom-html-45534ce9-bf95-44ee-b744-0c71bdd151f0 {

/* Forum-date style for date header */
.forum-date {
  background-color: #001AF7; /* blue */
  border: 2px solid black;
  padding: 3px 5px;
  display: table;           /* shrink-wrap so margin auto works */
  margin: 20px auto;        /* centers it */
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  line-height: 1.4;
  color: #FFF;
  box-sizing: border-box;
}




}
#fw-section-custom-html-cd2532f8-d5ca-400c-b0aa-bc0b33442ada {

.image-with-text__image {
  transition: transform 0.2s ease, filter 0.2s ease; /* smooth hover */
  display: block;
  margin: 0 auto; /* center if needed */
}

.image-with-text__image:hover {
  transform: scale(1.05);
}

.starfield {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: linear-gradient(to bottom, black, #1A1A22);
  z-index: -9999;
  pointer-events: none;
  overflow: hidden;
}

/* Generic star style */
.starfield .star {
  position: absolute;
  background: white;
  border-radius: 0; /* pixelated squares */
  opacity: 0.8;
  animation: twinkle 3s infinite alternate;
}

/* Twinkle animation */
@keyframes twinkle {
  from { opacity: 0.3; }
  to { opacity: 1; }
}

/* Star instances with positions, sizes, and animation delays */
.starfield .star1 {
  width: 2px; height: 2px; top: 5%; left: 10%;
  animation-delay: 0s;
}
.starfield .star2 {
  width: 1px; height: 1px; top: 20%; left: 50%;
  animation-delay: 0.7s;
}
.starfield .star3 {
  width: 2px; height: 2px; top: 40%; left: 80%;
  animation-delay: 1.3s;
}
.starfield .star4 {
  width: 1px; height: 1px; top: 60%; left: 30%;
  animation-delay: 2.1s;
}
.starfield .star5 {
  width: 2px; height: 2px; top: 75%; left: 65%;
  animation-delay: 1.8s;
}
.starfield .star6 {
  width: 1px; height: 1px; top: 85%; left: 15%;
  animation-delay: 0.4s;
}
.starfield .star7 {
  width: 2px; height: 2px; top: 90%; left: 90%;
  animation-delay: 1.1s;
}
/* Add more stars as needed for density */

.starfield .star1  { width: 2px; height: 2px; top: 5%;  left: 10%; animation-delay: 0s; }
.starfield .star2  { width: 1px; height: 1px; top: 8%;  left: 25%; animation-delay: 0.3s; }
.starfield .star3  { width: 2px; height: 2px; top: 12%; left: 40%; animation-delay: 0.7s; }
.starfield .star4  { width: 1px; height: 1px; top: 15%; left: 60%; animation-delay: 1.2s; }
.starfield .star5  { width: 2px; height: 2px; top: 20%; left: 80%; animation-delay: 1.8s; }
.starfield .star6  { width: 1px; height: 1px; top: 25%; left: 35%; animation-delay: 0.6s; }
.starfield .star7  { width: 2px; height: 2px; top: 30%; left: 55%; animation-delay: 1.0s; }
.starfield .star8  { width: 1px; height: 1px; top: 33%; left: 70%; animation-delay: 1.5s; }
.starfield .star9  { width: 2px; height: 2px; top: 38%; left: 15%; animation-delay: 0.4s; }
.starfield .star10 { width: 1px; height: 1px; top: 42%; left: 45%; animation-delay: 0.9s; }
.starfield .star11 { width: 2px; height: 2px; top: 47%; left: 65%; animation-delay: 1.3s; }
.starfield .star12 { width: 1px; height: 1px; top: 50%; left: 85%; animation-delay: 1.7s; }
.starfield .star13 { width: 2px; height: 2px; top: 55%; left: 20%; animation-delay: 0.2s; }
.starfield .star14 { width: 1px; height: 1px; top: 58%; left: 40%; animation-delay: 0.8s; }
.starfield .star15 { width: 2px; height: 2px; top: 62%; left: 60%; animation-delay: 1.1s; }
.starfield .star16 { width: 1px; height: 1px; top: 65%; left: 75%; animation-delay: 1.6s; }
.starfield .star17 { width: 2px; height: 2px; top: 70%; left: 30%; animation-delay: 0.5s; }
.starfield .star18 { width: 1px; height: 1px; top: 72%; left: 50%; animation-delay: 1.0s; }
.starfield .star19 { width: 2px; height: 2px; top: 75%; left: 68%; animation-delay: 1.4s; }
.starfield .star20 { width: 1px; height: 1px; top: 78%; left: 90%; animation-delay: 1.9s; }
.starfield .star21 { width: 2px; height: 2px; top: 82%; left: 22%; animation-delay: 0.3s; }
.starfield .star22 { width: 1px; height: 1px; top: 85%; left: 43%; animation-delay: 0.7s; }
.starfield .star23 { width: 2px; height: 2px; top: 88%; left: 58%; animation-delay: 1.2s; }
.starfield .star24 { width: 1px; height: 1px; top: 90%; left: 77%; animation-delay: 1.5s; }
.starfield .star25 { width: 2px; height: 2px; top: 92%; left: 33%; animation-delay: 0.4s; }
.starfield .star26 { width: 1px; height: 1px; top: 94%; left: 53%; animation-delay: 0.9s; }
.starfield .star27 { width: 2px; height: 2px; top: 96%; left: 72%; animation-delay: 1.3s; }
.starfield .star28 { width: 1px; height: 1px; top: 97%; left: 88%; animation-delay: 1.8s; }
.starfield .star29 { width: 2px; height: 2px; top: 99%; left: 45%; animation-delay: 0.6s; }
.starfield .star30 { width: 1px; height: 1px; top: 100%; left: 65%; animation-delay: 1.0s; }

}

#fw-section-image-with-text-ae4e3502-5eab-40d2-9002-af094d9b16b5 {

h2{
  font-size: 48px;
  line-height: 1;
  font-family: 'Press Start 2P', monospace;
  font-weight: bolder;
  color: #001AF7;
}
p{
  font-family:'VT323', monospace;
  font-size: 30px;
  line-height: 1;
  color: #00FF80;
}


.image-with-text__image{
  content: url("https://i.postimg.cc/5tBy0W74/web-gigoeworld-logo-trans-lq2.gif");
  height: 350px;
  image-rendering: pixelated;
}


/* MOBILE ADJUSTMENTS */
@media (max-width: 768px) {
  .rich-text__text {
    padding-top: 140px;
  }
  
h2{
  font-size: 33px;
  text-align: center;
  }

p{
  font-size: 25px;
}
}

}
#fw-section-rich-text-bbe54503-6b8a-4329-a356-b6dde136e2fc {

h2{
  font-size: 50px;
  line-height: 0.8;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bolder;
}
p {
  font-family: 'Courier New', Courier, monospace;
  font-size: 24px;
  font-weight: bolder;
  line-height: 1;
}

rich-text__text {
  border: black;
}
}
#fw-section-custom-html-429a763b-93e1-422e-b5c1-f2347fb64973 {

.custom-html--fw-section-custom-html-429a763b-93e1-422e-b5c1-f2347fb64973{
  margin-top: -60px;
  margin-bottom: -100px;
}

@media (max-width: 600px) {
.custom-html--fw-section-custom-html-429a763b-93e1-422e-b5c1-f2347fb64973{
  margin-top: -15px;
  margin-bottom: -50px;
}
}
}
#fw-section-custom-html-6630b975-9f9f-4e39-8ba1-abb9f7d469be {

h1{
  font-family:'VT323', monospace;
  font-size: 50px;
  color: #000;
  background-color: #33C4A6;

  display: inline-block;
  padding: 6px 14px;
}

.toc {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: -50px;

  font-family:'VT323', monospace;
  font-size: 25px;
  color: #33C4A6;
  line-height: 20px;
}

.toc a {
  font-family:'VT323', monospace;
  font-size: 25px;
  color: #33C4A6;
  line-height: 20px;
}


}
#fw-section-custom-html-599f172d-2035-45c4-94d8-0060ea15f8e1 {

.forum-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* center horizontally */
  margin-top: 15px;
  margin-bottom: -85px;
}
  
.forum-container iframe {
  display: block;
  margin: 20px auto; /* centers it horizontally */
  max-width: 100%;   /* keeps it from overflowing on mobile */
  border: 5px solid #011de7;
  box-sizing: border-box; /* makes sure border doesn't push it wider */
}



.forum-title {
  font-family:'VT323', monospace;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #33C4A6;
  text-align: center;
  line-height: 0.8;
}

.forum-date {
  background-color: #001AF7; /* blue */
  border: 2px solid black;
  padding: 3px 5px;
  display: table;           /* lets margin auto work on shrink-wrap */
  margin: 0 auto;           /* centers it */
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  line-height: 1.4;
  color: #FFF;
  box-sizing: border-box;
}

.forum-date {
  pointer-events: none; /* disables clicking on the date */
}


.forum-post {
  background-color: #f8f8f0; /* off-white */
  border: 2px solid black;
  padding: 16px 20px;
  max-width: 750px;
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  box-sizing: border-box;
  margin: 0px;
}

.forum-post img {
  max-width: 85%;
  margin: 12px auto; /* vertical 12px, horizontal auto centers block */
  display: block;
}

h1{
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding-top: 25px;
  font-family: 'Press Start 2P', monospace;
  font-weight: bolder;
  color: #001AF7;
}

h2{
  background-color: #f8f8f0; /* off-white */
  max-width: 600px;
  text-align: center;
  font-family: 'DotGothic16', monospace;
  font-size: 12px;
  margin-bottom: 2px;
  margin-top: -3px;
  color: #000;
}

.forum-title {
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.forum-title::-webkit-details-marker {
  display: none;
}
.forum-title::marker {
  content: "";
}

.forum-title:hover {
  color: #CC3B59;
  text-decoration: underline;
}

summary::-webkit-details-marker {
  display: none;
}
summary::marker {
  content: ""; /* For Firefox */
}






/* universal safety net, but safe for both */
html, body {
  overflow-x: hidden; /* prevents scrollbars */
}

/* only apply these overrides on mobile */
@media (max-width: 600px) {
  .forum-container, 
  .forum-container * {
    box-sizing: border-box;
    max-width: 100%;
  }

  .forum-container{
    margin-bottom: -30px;
  } 
  
  summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

}
#fw-section-custom-html-94c83e49-3a4a-4e12-8d1f-179f16c65585 {

.forum-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* center horizontally */
  margin-top: 15px;
  margin-bottom: -85px;
}
  
.forum-container iframe {
  display: block;
  margin: 20px auto; /* centers it horizontally */
  max-width: 100%;   /* keeps it from overflowing on mobile */
  border: 5px solid #011de7;
  box-sizing: border-box; /* makes sure border doesn't push it wider */
}



.forum-title {
  font-family:'VT323', monospace;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #33C4A6;
  text-align: center;
  line-height: 0.8;
}

.forum-date {
  background-color: #001AF7; /* blue */
  border: 2px solid black;
  padding: 3px 5px;
  display: table;           /* lets margin auto work on shrink-wrap */
  margin: 0 auto;           /* centers it */
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  line-height: 1.4;
  color: #FFF;
  box-sizing: border-box;
}

.forum-date {
  pointer-events: none; /* disables clicking on the date */
}


.forum-post {
  background-color: #f8f8f0; /* off-white */
  border: 2px solid black;
  padding: 16px 20px;
  max-width: 750px;
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  box-sizing: border-box;
  margin: 0px;
}

.forum-post img {
  max-width: 85%;
  margin: 12px auto; /* vertical 12px, horizontal auto centers block */
  display: block;
}

h1{
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding-top: 25px;
  font-family: 'Press Start 2P', monospace;
  font-weight: bolder;
  color: #001AF7;
}

h2{
  background-color: #f8f8f0; /* off-white */
  max-width: 600px;
  text-align: center;
  font-family: 'DotGothic16', monospace;
  font-size: 12px;
  margin-bottom: 2px;
  margin-top: -3px;
  color: #000;
}

.forum-title {
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.forum-title::-webkit-details-marker {
  display: none;
}
.forum-title::marker {
  content: "";
}

.forum-title:hover {
  color: #CC3B59;
  text-decoration: underline;
}

summary::-webkit-details-marker {
  display: none;
}
summary::marker {
  content: ""; /* For Firefox */
}






/* universal safety net, but safe for both */
html, body {
  overflow-x: hidden; /* prevents scrollbars */
}

/* only apply these overrides on mobile */
@media (max-width: 600px) {
  .forum-container, 
  .forum-container * {
    box-sizing: border-box;
    max-width: 100%;
  }

  .forum-container{
    margin-bottom: -30px;
  } 
  
  summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

}
#fw-section-custom-html-3c75b8f6-3e37-443a-9f3c-6e7649e5b79f {

.forum-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* center horizontally */
  margin-top: 15px;
  margin-bottom: -85px;
}
  
.forum-container iframe {
  display: block;
  margin: 20px auto; /* centers it horizontally */
  max-width: 100%;   /* keeps it from overflowing on mobile */
  border: 5px solid #011de7;
  box-sizing: border-box; /* makes sure border doesn't push it wider */
}



.forum-title {
  font-family:'VT323', monospace;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #33C4A6;
  text-align: center;
  line-height: 0.8;
}

.forum-date {
  background-color: #001AF7; /* blue */
  border: 2px solid black;
  padding: 3px 5px;
  display: table;           /* lets margin auto work on shrink-wrap */
  margin: 0 auto;           /* centers it */
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  line-height: 1.4;
  color: #FFF;
  box-sizing: border-box;
}

.forum-date {
  pointer-events: none; /* disables clicking on the date */
}


.forum-post {
  background-color: #f8f8f0; /* off-white */
  border: 2px solid black;
  padding: 16px 20px;
  max-width: 750px;
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  box-sizing: border-box;
  margin: 0px;
}

.forum-post img {
  max-width: 85%;
  margin: 12px auto; /* vertical 12px, horizontal auto centers block */
  display: block;
}

h1{
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding-top: 25px;
  font-family: 'Press Start 2P', monospace;
  font-weight: bolder;
  color: #001AF7;
}

h2{
  background-color: #f8f8f0; /* off-white */
  max-width: 600px;
  text-align: center;
  font-family: 'DotGothic16', monospace;
  font-size: 12px;
  margin-bottom: 2px;
  margin-top: -3px;
  color: #000;
}

.forum-title {
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.forum-title::-webkit-details-marker {
  display: none;
}
.forum-title::marker {
  content: "";
}

.forum-title:hover {
  color: #CC3B59;
  text-decoration: underline;
}

summary::-webkit-details-marker {
  display: none;
}
summary::marker {
  content: ""; /* For Firefox */
}


#radio-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
}

/* glow layer */
#radio-wrapper::after {
  content: "";
  position: absolute;
  bottom: -3px;            /* move glow down */
  width: 450px;            /* tweak size */
  height: 100px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 255, 120, 0.45) 0%,
    rgba(0, 255, 120, 0.2) 40%,
    rgba(0, 255, 120, 0) 70%
  );
  filter: blur(8px);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

/* glow ON */
#radio-wrapper.active::after {
  opacity: 1;
}








/* universal safety net, but safe for both */
html, body {
  overflow-x: hidden; /* prevents scrollbars */
}

/* only apply these overrides on mobile */
@media (max-width: 600px) {
  .forum-container, 
  .forum-container * {
    box-sizing: border-box;
    max-width: 100%;
  }

  .forum-container{
    margin-bottom: -30px;
  } 
  
  summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

}
#fw-section-custom-html-af284c00-ad7f-41d9-a0a0-0ea81ade06ed {

.forum-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* center horizontally */
  margin-top: 15px;
  margin-bottom: -85px;
}
  
.forum-container iframe {
  display: block;
  margin: 20px auto; /* centers it horizontally */
  max-width: 100%;   /* keeps it from overflowing on mobile */
  border: 5px solid #011de7;
  box-sizing: border-box; /* makes sure border doesn't push it wider */
}



.forum-title {
  font-family:'VT323', monospace;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #33C4A6;
  text-align: center;
  line-height: 0.8;
}

.forum-date {
  background-color: #001AF7; /* blue */
  border: 2px solid black;
  padding: 3px 5px;
  display: table;           /* lets margin auto work on shrink-wrap */
  margin: 0 auto;           /* centers it */
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  line-height: 1.4;
  color: #FFF;
  box-sizing: border-box;
}

.forum-date {
  pointer-events: none; /* disables clicking on the date */
}


.forum-post {
  background-color: #f8f8f0; /* off-white */
  border: 2px solid black;
  padding: 16px 20px;
  max-width: 750px;
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  box-sizing: border-box;
  margin: 0px;
}

.forum-post img {
  max-width: 85%;
  margin: 12px auto; /* vertical 12px, horizontal auto centers block */
  display: block;
}

h1{
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding-top: 25px;
  font-family: 'Press Start 2P', monospace;
  font-weight: bolder;
  color: #001AF7;
}

.forum-title {
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.forum-title::-webkit-details-marker {
  display: none;
}
.forum-title::marker {
  content: "";
}

.forum-title:hover {
  color: #CC3B59;
  text-decoration: underline;
}

summary::-webkit-details-marker {
  display: none;
}
summary::marker {
  content: ""; /* For Firefox */
}






/* universal safety net, but safe for both */
html, body {
  overflow-x: hidden; /* prevents scrollbars */
}

/* only apply these overrides on mobile */
@media (max-width: 600px) {
  .forum-container, 
  .forum-container * {
    box-sizing: border-box;
    max-width: 100%;
  }

  .forum-container{
    margin-bottom: -30px;
  } 
  
  summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

}
#fw-section-custom-html-3b747475-66c2-46ea-baa2-e60f3771c67a {

.forum-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* center horizontally */
  margin-top: 15px;
  margin-bottom: -85px;
}

.forum-container iframe {
  display: block;
  margin: 20px auto; /* centers it horizontally */
  max-width: 100%;   /* keeps it from overflowing on mobile */
  border: 5px solid #011de7;
  box-sizing: border-box; /* makes sure border doesn't push it wider */
}



.forum-title {
  font-family:'VT323', monospace;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #33C4A6;
  text-align: center;
  line-height: 0.8;
}

.forum-date {
  background-color: #001AF7; /* blue */
  border: 2px solid black;
  padding: 3px 5px;
  display: table;           /* lets margin auto work on shrink-wrap */
  margin: 0 auto;           /* centers it */
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  line-height: 1.4;
  color: #FFF;
  box-sizing: border-box;
}

.forum-date {
  pointer-events: none; /* disables clicking on the date */
}


.forum-post {
  background-color: #f8f8f0; /* off-white */
  border: 2px solid black;
  padding: 16px 20px;
  max-width: 750px;
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  box-sizing: border-box;
  margin: 0px;
}

.forum-post img {
  max-width: 85%;
  margin: 12px auto; /* vertical 12px, horizontal auto centers block */
  display: block;
}

h1{
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding-top: 25px;
  font-family: 'Press Start 2P', monospace;
  font-weight: bolder;
  color: #001AF7;
}

.forum-title {
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.forum-title::-webkit-details-marker {
  display: none;
}
.forum-title::marker {
  content: "";
}

.forum-title:hover {
  color: #CC3B59;
  text-decoration: underline;
}

summary::-webkit-details-marker {
  display: none;
}
summary::marker {
  content: ""; /* For Firefox */
}






/* universal safety net, but safe for both */
html, body {
  overflow-x: hidden; /* prevents scrollbars */
}

/* only apply these overrides on mobile */
@media (max-width: 600px) {
  .forum-container, 
  .forum-container * {
    box-sizing: border-box;
    max-width: 100%;
  }
  .forum-container{
    margin-bottom: -30px;
  } 

  
  summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

}
#fw-section-custom-html-0c3dfa37-fab6-4645-89fe-24adc417e191 {

.forum-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* center horizontally */
  margin: 40px 0;
  margin-bottom: -75px;
}

.forum-title {
  font-family:'VT323', monospace;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #33C4A6;
  text-align: center;
  line-height: 0.8;
}

.forum-date {
  background-color: #001AF7; /* blue */
  border: 2px solid black;
  padding: 3px 5px;
  display: table;           /* lets margin auto work on shrink-wrap */
  margin: 0 auto;           /* centers it */
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  line-height: 1.4;
  color: #FFF;
  box-sizing: border-box;
}

.forum-date {
  pointer-events: none; /* disables clicking on the date */
}


.forum-post {
  background-color: #f8f8f0; /* off-white */
  border: 2px solid black;
  padding: 16px 20px;
  max-width: 600px;
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  box-sizing: border-box;
}

.forum-post img {
  max-width: 85%;
  margin: 12px auto; /* vertical 12px, horizontal auto centers block */
  display: block;
}

h1{
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding-top: 25px;
  font-family: 'Press Start 2P', monospace;
  font-weight: bolder;
  color: #001AF7;
}

.forum-title {
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.forum-title::-webkit-details-marker {
  display: none;
}
.forum-title::marker {
  content: "";
}

.forum-title:hover {
  color: #CC3B59;
  text-decoration: underline;
}

summary::-webkit-details-marker {
  display: none;
}
summary::marker {
  content: ""; /* For Firefox */
}



.custom-audio input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 6px;
  background: #00FF80; /* Track background */
  border-radius: 3px;
  border: 3px solid black;
  outline: none;
}

/* Chrome, Safari, Edge - Track */
.custom-audio input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: #00FF80; /* Track background */
  border-radius: 3px;
}

/* Chrome, Safari, Edge - Thumb */
.custom-audio input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00FF80; /* Thumb color */
  border: 2px solid black;
  margin-top: -4px; /* vertically center */
  cursor: pointer;
}

/* Firefox - Track */
.custom-audio input[type="range"]::-moz-range-track {
  height: 6px;
  background: #fff;
  border-radius: 3px;
}

/* Firefox - Thumb */
.custom-audio input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #00FF80;
  border: 2px solid black;
  cursor: pointer;
}

 @media (max-width: 600px) {
   .forum-container{
     margin-bottom: -25px;
   }
}
}
#fw-section-custom-html-c70b490f-fb53-4a17-8d0e-2272d52f7747 {

.starfield {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: linear-gradient(to bottom, black, #1A1A22);
  z-index: -9999;
  pointer-events: none;
  overflow: hidden;
}

/* Generic star style */
.starfield .star {
  position: absolute;
  background: white;
  border-radius: 0; /* pixelated squares */
  opacity: 0.8;
  animation: twinkle 3s infinite alternate;
}

/* Twinkle animation */
@keyframes twinkle {
  from { opacity: 0.3; }
  to { opacity: 1; }
}

/* Star instances with positions, sizes, and animation delays */
.starfield .star1 {
  width: 2px; height: 2px; top: 5%; left: 10%;
  animation-delay: 0s;
}
.starfield .star2 {
  width: 1px; height: 1px; top: 20%; left: 50%;
  animation-delay: 0.7s;
}
.starfield .star3 {
  width: 2px; height: 2px; top: 40%; left: 80%;
  animation-delay: 1.3s;
}
.starfield .star4 {
  width: 1px; height: 1px; top: 60%; left: 30%;
  animation-delay: 2.1s;
}
.starfield .star5 {
  width: 2px; height: 2px; top: 75%; left: 65%;
  animation-delay: 1.8s;
}
.starfield .star6 {
  width: 1px; height: 1px; top: 85%; left: 15%;
  animation-delay: 0.4s;
}
.starfield .star7 {
  width: 2px; height: 2px; top: 90%; left: 90%;
  animation-delay: 1.1s;
}
/* Add more stars as needed for density */

.starfield .star1  { width: 2px; height: 2px; top: 5%;  left: 10%; animation-delay: 0s; }
.starfield .star2  { width: 1px; height: 1px; top: 8%;  left: 25%; animation-delay: 0.3s; }
.starfield .star3  { width: 2px; height: 2px; top: 12%; left: 40%; animation-delay: 0.7s; }
.starfield .star4  { width: 1px; height: 1px; top: 15%; left: 60%; animation-delay: 1.2s; }
.starfield .star5  { width: 2px; height: 2px; top: 20%; left: 80%; animation-delay: 1.8s; }
.starfield .star6  { width: 1px; height: 1px; top: 25%; left: 35%; animation-delay: 0.6s; }
.starfield .star7  { width: 2px; height: 2px; top: 30%; left: 55%; animation-delay: 1.0s; }
.starfield .star8  { width: 1px; height: 1px; top: 33%; left: 70%; animation-delay: 1.5s; }
.starfield .star9  { width: 2px; height: 2px; top: 38%; left: 15%; animation-delay: 0.4s; }
.starfield .star10 { width: 1px; height: 1px; top: 42%; left: 45%; animation-delay: 0.9s; }
.starfield .star11 { width: 2px; height: 2px; top: 47%; left: 65%; animation-delay: 1.3s; }
.starfield .star12 { width: 1px; height: 1px; top: 50%; left: 85%; animation-delay: 1.7s; }
.starfield .star13 { width: 2px; height: 2px; top: 55%; left: 20%; animation-delay: 0.2s; }
.starfield .star14 { width: 1px; height: 1px; top: 58%; left: 40%; animation-delay: 0.8s; }
.starfield .star15 { width: 2px; height: 2px; top: 62%; left: 60%; animation-delay: 1.1s; }
.starfield .star16 { width: 1px; height: 1px; top: 65%; left: 75%; animation-delay: 1.6s; }
.starfield .star17 { width: 2px; height: 2px; top: 70%; left: 30%; animation-delay: 0.5s; }
.starfield .star18 { width: 1px; height: 1px; top: 72%; left: 50%; animation-delay: 1.0s; }
.starfield .star19 { width: 2px; height: 2px; top: 75%; left: 68%; animation-delay: 1.4s; }
.starfield .star20 { width: 1px; height: 1px; top: 78%; left: 90%; animation-delay: 1.9s; }
.starfield .star21 { width: 2px; height: 2px; top: 82%; left: 22%; animation-delay: 0.3s; }
.starfield .star22 { width: 1px; height: 1px; top: 85%; left: 43%; animation-delay: 0.7s; }
.starfield .star23 { width: 2px; height: 2px; top: 88%; left: 58%; animation-delay: 1.2s; }
.starfield .star24 { width: 1px; height: 1px; top: 90%; left: 77%; animation-delay: 1.5s; }
.starfield .star25 { width: 2px; height: 2px; top: 92%; left: 33%; animation-delay: 0.4s; }
.starfield .star26 { width: 1px; height: 1px; top: 94%; left: 53%; animation-delay: 0.9s; }
.starfield .star27 { width: 2px; height: 2px; top: 96%; left: 72%; animation-delay: 1.3s; }
.starfield .star28 { width: 1px; height: 1px; top: 97%; left: 88%; animation-delay: 1.8s; }
.starfield .star29 { width: 2px; height: 2px; top: 99%; left: 45%; animation-delay: 0.6s; }
.starfield .star30 { width: 1px; height: 1px; top: 100%; left: 65%; animation-delay: 1.0s; }

}

#fw-section-custom-html-a977ebc2-25e9-4cba-a243-8d44f445fb29 {

.floating-art {
  display: flex;
  justify-content: center; /* centers horizontally */
  margin: -100px; /* top/bottom margin reduced */
  margin-bottom: -45px;
}

@media (max-width: 600px) {
  .floating-art {
    scale: 75%;
    margin-top: 0px;
  }
  .back-button {
    font-size: 12px;
    padding: 4px 10px;
  }
}

/* BACK button style */
.back-button{
  font-size: 25px;
  font-family: 'DotGothic16', monospace;
  font-weight: bold;
}
.back-button:hover {
  background: #87A0AD;
}


}
#fw-section-hero-dafa9faf-6699-49ef-adc2-8f55aeffc34c {

h1{
  font-size: 85px; font-style: halibut; font-weight: bold;
  line-height: 80%;
}
}


#fw-section-rich-text-175070507969906 {

h2 {
  font-size: 60px;
  margin-bottom: -25px;
  opacity: 0%;
  color: rgba(1, 100, 46, 1);
  filter:
    drop-shadow(1px 1px 2px rgba(1, 35, 63, 1))
    drop-shadow(0px 0px 1px rgba(0, 0, 0, 1));
  text-shadow: 3px 3px 1px rgba(1, 35, 63, 1);
  
}
p {
  font-size: 25px;
  line-height: 85%;
  text-shadow: 1px 1px 2px ghostwhite;
}

section {
  background-color: rgba(0, 0, 100, 0.2);
  border-radius: 25px;
  box-shadow: 0 1px 45px rgba(0, 0, 100, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px); /* for Safari */
  z-index: 9998;
  margin-bottom: -65px;
}

}
#fw-section-custom-html-b3619937-e6fc-4888-bd37-abd8411160d8 {

.floating-art {
  position: absolute;          /* take it out of flow */
  top: -15px;                  /* adjust to desired vertical spot */
  left: 50%;                   /* center horizontally */
  transform: translateX(-50%); /* true centering */
  pointer-events: none;        /* optional: doesn’t block clicks */
}

.floating-art img {
  height: 90px;
  width: 302px;
  animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* responsive tweak */
@media (max-width: 600px) {
  .floating-art {
    top: 35px;
  }

  .floating-art img {
    scale: 100%;
    height: auto;   /* smaller but keeps aspect ratio */
    width: auto;    /* prevents stretching */
  }
}
}
#fw-section-image-eae060e6-940a-4528-b61f-1cda8c751f69 {

img {
  width: 550px;
  display: block;
  margin-top: -65px;
  margin-bottom: 2px;
  filter: drop-shadow(2px 2px 1px rgba(1, 35, 63, 1));
}


@media (max-width: 600px) {
  img{
    margin-top:-30px;
  }
  }

}
#fw-section-featured-collection-2d9fb53b-df1f-437d-a52a-a29f55a933b7 {

section {
  position: relative;
  margin-top: -30px;
  overflow: hidden; /* so the pseudo-element doesn't spill out */
}

section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);

  /* Fade edges with mask */
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;

  z-index: 0; /* keep it behind content */
}

section > * {
  position: relative;
  z-index: 1; /* make sure your thumbnails + text stay on top */
}



h3{
  color: #FFC300;
  background: #000;
  font-family: 'DotGothic16', monospace;
  line-height: 1.4;

  display: inline-block;
  outline: 5px solid #000;
}
}
#fw-section-image-0ebba44d-dafa-41eb-9d19-b0ca6d768392 {

img {
  width: 550px;
  display: block;
  margin-top: -65px;
  margin-bottom: 2px;
  filter: drop-shadow(2px 2px 1px rgba(1, 35, 63, 1));
}


@media (max-width: 600px) {
  img{
    margin-top:-30px;
  }
  }

}
#fw-section-featured-collection-72dd7576-4608-4379-afe0-b4cf1f0e8175 {

section {
  position: relative;
  margin-top: -30px;
  overflow: hidden; /* so the pseudo-element doesn't spill out */
}

section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);

  /* Fade edges with mask */
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;

  z-index: 0; /* keep it behind content */
}

section > * {
  position: relative;
  z-index: 1; /* make sure your thumbnails + text stay on top */
}

}
#fw-section-custom-html-e66a8e58-0734-408f-834e-60a7ed7fec55 {

.gigoeworld-logo {
  width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -75px;
  image-rendering: pixelated;
}

h2{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-family: 'DotGothic16', monospace;
}
}
#fw-section-image-6ed4bee2-f1e7-4342-bdd4-1e3ddb88f1b6 {

img {
  width: 650px;
  display: block;
  margin-bottom: 5px;
  filter: drop-shadow(3px 3px 1px rgba(1, 35, 63, 1));
}

}
#fw-section-featured-collection-c9c063c0-c83e-41dc-8143-0533b10e6a5d {

section{
  margin-top: -20px;
}
}


#fw-section-custom-html-0316c7cc-173c-4ded-a8e0-82aff566329e {

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


.page__main.page__main--page {
  position: relative;
}

.centered-image {
  position: absolute;
  left: 50%; /* center horizontally */
  transform: translateX(-50%);
  top: 5; /* or adjust as needed */
  z-index: 10;
}

}



#fw-section-featured-collection-03492ee5-dc64-4309-a3b3-861d9a56ff75 {
--color-primary: #032f41;
--color-primary-rgb: 3, 47, 65;
--color-background: #964343;
--color-background-rgb: 150, 67, 67;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #330000;
--color-on-background-rgb: 51, 0, 0;
--color-product-image-background: #330000;
--color-background-brightness: 92;
background-color: var(--color-background);
color: var(--color-on-background);

}

#fw-section-custom-html-fd9a215e-e973-43f3-a161-0f60ba9399c8 {

.character {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: -250px;
  max-width: 25%;
  height: auto;
  animation: none;
}


@media (max-width: 600px) {
  .character {
    margin-top:-125px;
    max-width: 50%;
  }
}



.character:active {
  animation: talk-scale 2s ease-in-out;
}

@keyframes talk-scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* slightly bigger */
  }
}

}
#fw-section-custom-html-9727e29d-f6f3-4ac8-b563-7929e47bb7ef {

.floating-art {
  display: flex;
  justify-content: center; /* centers horizontally */
  scale: 65%;
  margin: -85px; /* top/bottom margin reduced */
}

@media (max-width: 600px) {
  .floating-art {
    scale: 50%;
    margin-top: 0px;
  }
  .back-button {
    font-size: 12px;
    padding: 4px 10px;
  }
}

/* BACK button style */
.back-button {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #001AF7; /* blue */
  border: 2px solid black;
  padding: 3px 5px;
  display: table;           /* shrink-wrap so margin auto works */
  margin: 20px auto;        /* centers it */
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: background 0.2s ease;
}
.back-button:hover {
  background: #003d80;
}

}
#fw-section-custom-html-ede4f763-2af4-4576-b10b-7c3497b8f8cc {

p {
  background-color: #f8f8f0; /* off-white */
  border: 2px solid black;
  padding: 3px 5px;
  display: table;           /* lets margin auto work on shrink-wrap */
  margin: 0px auto;           /* centers it */
  margin-top: -30px;
  margin-bottom: -50px;
  font-family: 'DotGothic16', monospace;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  color: #000;
  box-sizing: border-box;
}
}
#fw-section-custom-html-0f7fe4d5-af23-427d-925a-9ca494f918a7 {

h1 {
  background-color: #001AF7; /* blue */
  border: 2px solid black;
  padding: 3px 5px;
  display: table;           /* lets margin auto work on shrink-wrap */
  margin: 0 auto;           /* centers it */
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  line-height: 1.4;
  color: #FFF;
  box-sizing: border-box;
}

p {
  background-color: #f8f8f0; /* off-white */
  border: 2px solid black;
  padding: 3px 5px;
  display: table;           /* lets margin auto work on shrink-wrap */
  margin: 0px auto;           /* centers it */
  font-family: 'DotGothic16', monospace;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  color: #000;
  box-sizing: border-box;
}

.cover {
  display: block;
  margin: 15px auto;      /* Centers image horizontally */
  max-width: 35%;     /* Scales down on mobile */
  height: auto;        /* Keeps proportions */
}


@media (max-width: 600px) {
  .cover {
    max-width: 90%;   /* Give some padding from edges */
  }
}
}
#fw-section-custom-html-5969345d-67b5-445e-b384-a5ac0f41012f {

.image-with-text__image {
  transition: transform 0.2s ease, filter 0.2s ease; /* smooth hover */
  display: block;
  margin: 0 auto; /* center if needed */
}

.image-with-text__image:hover {
  transform: scale(1.05);
}

.starfield {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: linear-gradient(to bottom, black, #1A1A22);
  z-index: -9999;
  pointer-events: none;
  overflow: hidden;
}

/* Generic star style */
.starfield .star {
  position: absolute;
  background: white;
  border-radius: 0; /* pixelated squares */
  opacity: 0.8;
  animation: twinkle 3s infinite alternate;
}

/* Twinkle animation */
@keyframes twinkle {
  from { opacity: 0.3; }
  to { opacity: 1; }
}

/* Star instances with positions, sizes, and animation delays */
.starfield .star1 {
  width: 2px; height: 2px; top: 5%; left: 10%;
  animation-delay: 0s;
}
.starfield .star2 {
  width: 1px; height: 1px; top: 20%; left: 50%;
  animation-delay: 0.7s;
}
.starfield .star3 {
  width: 2px; height: 2px; top: 40%; left: 80%;
  animation-delay: 1.3s;
}
.starfield .star4 {
  width: 1px; height: 1px; top: 60%; left: 30%;
  animation-delay: 2.1s;
}
.starfield .star5 {
  width: 2px; height: 2px; top: 75%; left: 65%;
  animation-delay: 1.8s;
}
.starfield .star6 {
  width: 1px; height: 1px; top: 85%; left: 15%;
  animation-delay: 0.4s;
}
.starfield .star7 {
  width: 2px; height: 2px; top: 90%; left: 90%;
  animation-delay: 1.1s;
}
/* Add more stars as needed for density */

.starfield .star1  { width: 2px; height: 2px; top: 5%;  left: 10%; animation-delay: 0s; }
.starfield .star2  { width: 1px; height: 1px; top: 8%;  left: 25%; animation-delay: 0.3s; }
.starfield .star3  { width: 2px; height: 2px; top: 12%; left: 40%; animation-delay: 0.7s; }
.starfield .star4  { width: 1px; height: 1px; top: 15%; left: 60%; animation-delay: 1.2s; }
.starfield .star5  { width: 2px; height: 2px; top: 20%; left: 80%; animation-delay: 1.8s; }
.starfield .star6  { width: 1px; height: 1px; top: 25%; left: 35%; animation-delay: 0.6s; }
.starfield .star7  { width: 2px; height: 2px; top: 30%; left: 55%; animation-delay: 1.0s; }
.starfield .star8  { width: 1px; height: 1px; top: 33%; left: 70%; animation-delay: 1.5s; }
.starfield .star9  { width: 2px; height: 2px; top: 38%; left: 15%; animation-delay: 0.4s; }
.starfield .star10 { width: 1px; height: 1px; top: 42%; left: 45%; animation-delay: 0.9s; }
.starfield .star11 { width: 2px; height: 2px; top: 47%; left: 65%; animation-delay: 1.3s; }
.starfield .star12 { width: 1px; height: 1px; top: 50%; left: 85%; animation-delay: 1.7s; }
.starfield .star13 { width: 2px; height: 2px; top: 55%; left: 20%; animation-delay: 0.2s; }
.starfield .star14 { width: 1px; height: 1px; top: 58%; left: 40%; animation-delay: 0.8s; }
.starfield .star15 { width: 2px; height: 2px; top: 62%; left: 60%; animation-delay: 1.1s; }
.starfield .star16 { width: 1px; height: 1px; top: 65%; left: 75%; animation-delay: 1.6s; }
.starfield .star17 { width: 2px; height: 2px; top: 70%; left: 30%; animation-delay: 0.5s; }
.starfield .star18 { width: 1px; height: 1px; top: 72%; left: 50%; animation-delay: 1.0s; }
.starfield .star19 { width: 2px; height: 2px; top: 75%; left: 68%; animation-delay: 1.4s; }
.starfield .star20 { width: 1px; height: 1px; top: 78%; left: 90%; animation-delay: 1.9s; }
.starfield .star21 { width: 2px; height: 2px; top: 82%; left: 22%; animation-delay: 0.3s; }
.starfield .star22 { width: 1px; height: 1px; top: 85%; left: 43%; animation-delay: 0.7s; }
.starfield .star23 { width: 2px; height: 2px; top: 88%; left: 58%; animation-delay: 1.2s; }
.starfield .star24 { width: 1px; height: 1px; top: 90%; left: 77%; animation-delay: 1.5s; }
.starfield .star25 { width: 2px; height: 2px; top: 92%; left: 33%; animation-delay: 0.4s; }
.starfield .star26 { width: 1px; height: 1px; top: 94%; left: 53%; animation-delay: 0.9s; }
.starfield .star27 { width: 2px; height: 2px; top: 96%; left: 72%; animation-delay: 1.3s; }
.starfield .star28 { width: 1px; height: 1px; top: 97%; left: 88%; animation-delay: 1.8s; }
.starfield .star29 { width: 2px; height: 2px; top: 99%; left: 45%; animation-delay: 0.6s; }
.starfield .star30 { width: 1px; height: 1px; top: 100%; left: 65%; animation-delay: 1.0s; }

}

#fw-section-custom-html-99f74ca1-cd72-4792-b3f5-c5569708df60 {

/* Full-page casino felt background */
html, body {
  height: 100%;
  margin: 0;
}

body {
  background:
    /* faint cross-hatch texture */
    repeating-linear-gradient(
      45deg,
      rgba(0,0,0,0.12) 0 1px,
      transparent 1px 42px
    ),
    /* base felt gradient */
    radial-gradient(
      ellipse at center,
      #0a5a32 0%,
      #064d2a 55%,
      #042814 100%
    );
  background-color: #042814; /* fallback */
}

}

#fw-section-hero-2db341dd-282c-4370-8675-429474ad5a05 {

h1 {
  font-size: 100px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}
p {
  font-size: 25px;
  margin-top: 0;
}
}



#fw-section-custom-html-447ce8cd-b546-425d-b0ff-26915d196139 {

.floating-art {
  display: flex;
  justify-content: center; /* centers horizontally */
  margin: -100px; /* top/bottom margin reduced */
  margin-bottom: -45px;
}

@media (max-width: 600px) {
  .floating-art {
    scale: 75%;
    margin-top: 0px;
  }
  .back-button {
    font-size: 12px;
    padding: 4px 10px;
  }
}

/* BACK button style */
.back-button{
  font-size: 25px;
  font-family: 'DotGothic16', monospace;
  font-weight: bold;
}
.back-button:hover {
  background: #87A0AD;
}


}
#fw-section-hero-3ce1af1f-3826-4822-9fd2-57f8fcbe9a19 {

h1{
  font-size: 85px; font-style: halibut; font-weight: bold;
  line-height: 80%;
}
}


#fw-section-custom-html-440d60f7-c306-4a50-a30e-6e444b609c4a {

p {
  background-color: #0A0813;
  border: 3px solid #0A0813;
  padding: 2px 1px;
  max-width: 325px;
  margin: 0 auto;       
  font-family: 'DotGothic16', monospace;
  text-align: center;
  font-size: 23px;
  line-height: 1.4;
  color: #42658E;
}

b {
  color: #42658E;
}

}
#fw-section-custom-html-b0027178-dd35-4690-8f32-c4c76efbd455 {

#radio-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
}

/* glow layer */
#radio-wrapper::after {
  content: "";
  position: absolute;
  bottom: -3px;            /* move glow down */
  width: 450px;            /* tweak size */
  height: 100px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 255, 120, 0.45) 0%,
    rgba(0, 255, 120, 0.2) 40%,
    rgba(0, 255, 120, 0) 70%
  );
  filter: blur(8px);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

/* glow ON */
#radio-wrapper.active::after {
  opacity: 1;
}

}
#fw-section-custom-html-9b4c6798-8c79-4e36-a935-f1214cd6a928 {

.buttons{
  margin: -50px;
  /*margin-bottom: 15px; */
  margin-bottom: -50px;
}

.button {
  background-color: #FFC300; /* same off-white */
  border: 2px solid black;
  padding: 14px 18px;
  font-family: 'DotGothic16', monospace;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  font-size: 25px;
  top-margin:-75px;
  bottom-margin:-75px;
  margin: 5px auto;
  border-radius: 0;
}

.button:hover {
  background-color: #eaeade;
}

}
#fw-section-custom-html-38a985d9-480e-4d6f-8929-808e7c4e52e7 {

p {
  background-color: #42658E;
  border: 3px solid #42658E;
  padding: 2px 1px;
  max-width: 100px;
  margin: 5px auto;      font-family: 'DotGothic16', monospace;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  color: #0A0813;
}

b {
  color: #0A0813;
}

h1 {
  background-color: #0A0813;
  border: 3px solid #0A0813;
  padding: 2px 1px;
  max-width: 525px;
  top-margin: 75px;
  margin: 0 auto;
  font-family: 'DotGothic16', monospace;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  color: #42658E;
}
}
#fw-section-custom-html-ae0f2eea-3e12-4983-a22f-35376ff41c3e {

.radio-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-color: #1A1A23;
  animation: bgShift 16s ease-in-out infinite alternate;
}

/* animated background color */
@keyframes bgShift {
  from {
    background-color: #1A1A23;
  }
  to {
    background-color: #171723;
  }
}

/* overlay texture */
.radio-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://res.cloudinary.com/gigoeworld/image/upload/v1766274015/bg_you_mira_radio_overlay_eoeze1.png");
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  pointer-events: none;
}

}

#fw-section-rich-text-175096861436611 {

h2 {
  font-size: 60px;
  text-shadow: 1px 1px 2px black;
  bottom-margin: 0px;
  
}
p {
  font-family: 'Georgia', sans-serif;
  font-size: 20px;
  font-weight: normal;
  top-margin: 3px;
  bottom-margin: 3px;
  line-height: 95%;
  text-shadow: 1px 1px 1px lightsteelblue;
}
}

#fw-section-rich-text-1ccebf7d-c1a8-41f7-896a-58ffc92ce169 {

h2 {
  font-size: 56px;
  text-shadow: 1px 1px 2px black;
  bottom-margin: 0px;
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
  text-align: center;
  
}
p {
  font-family: 'Georgia', sans-serif;
  font-size: 20px;
  font-weight: normal;
  top-margin: 3px;
  bottom-margin: 3px;
  line-height: 95%;
  text-shadow: 1px 1px 1px lightsteelblue;
}
}
#fw-section-image-with-text-24023175-2538-40b6-9cb1-d6a7eb38ed6d {

h2 {
  font-size: 55px;
  text-shadow: 1px 1px 2px black;
  bottom-margin: 0px;
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
  text-align: center;
  
}
p {
  font-family: 'Georgia', sans-serif;
  font-size: 20px;
  font-weight: normal;
  top-margin: 3px;
  bottom-margin: 3px;
  line-height: 95%;
  text-shadow: 1px 1px 1px lightsteelblue;
}
}

#fw-section-rich-text-60b9bbb1-af19-4eb5-96fe-4f8edb462c1f {

h2 {
  font-size: 56px;
  text-shadow: 1px 1px 2px black;
  bottom-margin: 0px;
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
  text-align: center;
  
}
p {
  font-family: 'Georgia', sans-serif;
  font-size: 20px;
  font-weight: normal;
  top-margin: 0px;
  bottom-margin: 3px;
  line-height: 95%;
  text-shadow: 1px 1px 1px lightsteelblue;
}
}
#fw-section-video-e50b8dbb-d968-47d4-8ee6-5dde10f2887d {

.video-wrapper {
  width: 320px;   /* desired width */
  height: 180px;  /* desired height */
  overflow: hidden;
}

.video-wrapper iframe {
  width: 25%;
  height: 25%;
}

}
#fw-section-video-with-text-2a0a815d-fab3-40f7-965a-ef7c23b34610 {

h2 {
  font-size: 45px;
  text-shadow: 1px 1px 2px black;
  bottom-margin: 0px;
  text-align: left;
  
}
p {
  font-family: 'Georgia', sans-serif;
  font-size: 25px;
  font-weight: normal;
  top-margin: 3px;
  bottom-margin: 3px;
  line-height: 95%;
  text-shadow: 1px 1px 1px lightsteelblue;
}
}
#fw-section-video-with-text-2076bf92-7255-4f69-910d-790ae4b02651 {

h2 {
  font-size: 45px;
  text-shadow: 1px 1px 2px black;
  bottom-margin: 0px;
  text-align: left;
  
}
p {
  font-family: 'Georgia', sans-serif;
  font-size: 25px;
  font-weight: normal;
  top-margin: 3px;
  bottom-margin: 3px;
  line-height: 95%;
  text-shadow: 1px 1px 1px lightsteelblue;
}
}
#fw-section-video-with-text-8f09e2e5-89e1-40f3-9d48-4829a867230d {

h2 {
  font-size: 45px;
  text-shadow: 1px 1px 2px black;
  bottom-margin: 0px;
  text-align: left;
  
}
p {
  font-family: 'Georgia', sans-serif;
  font-size: 25px;
  font-weight: normal;
  top-margin: 3px;
  bottom-margin: 3px;
  line-height: 95%;
  text-shadow: 1px 1px 1px lightsteelblue;
}
}
#fw-section-video-with-text-f2382954-0afb-4183-95a2-e0b36e56c851 {

h2 {
  font-size: 45px;
  text-shadow: 1px 1px 2px black;
  bottom-margin: 0px;
  text-align: left;
  
}
p {
  font-family: 'Georgia', sans-serif;
  font-size: 25px;
  font-weight: normal;
  top-margin: 3px;
  bottom-margin: 3px;
  line-height: 95%;
  text-shadow: 1px 1px 1px lightsteelblue;
}
}
#fw-section-custom-html-e91654b7-99ae-4e67-a403-d6455b5cc3f2 {

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #F4EADC; /* your exact beige */
}

body {
  position: relative;
  z-index: 0;
}

/* Smooth purple-to-transparent gradient at top moving up and down */
.top-gradient {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 45vh;
  z-index: -1;
  background: linear-gradient(
    to bottom,
    rgba(135, 101, 135, 0.8) 0%,
    rgba(135, 101, 135, 0.5) 60%,
    rgba(135, 101, 135, 0.0) 100%
  );
  animation: floatUpDown 6s ease-in-out infinite;
}

/* Animate vertical movement of the whole gradient block */
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}
}
#fw-section-custom-html-cdeba199-b6e7-4fe2-a230-272029418201 {

.lefumoir-logo{
  width: 900px;
  height: auto;
  margin: 0 auto;
}


p {
  color: #972929;
  text-shadow:
   1px 0 #000,
  -1px 0 #000,
   0 1px #000,
   0 -1px #000,
   2px 1px #000,
  -2px -1px #000,
   2px -1px #000,
  -2px 1px #000;
  font-size: 25pt;
  text-align: center;
  margin: 0px auto;
  margin-top: -0px;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: 'DotGothic16', monospace;
}

b {
  color: #972929;
}

}
#fw-section-custom-html-63f5ae68-1226-477a-bf12-96da8eb98b45 {

.character {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: -55px;
  margin-bottom: -55px;
  max-width: 35%;
  height: auto;
  animation: none;
}


@media (max-width: 600px) {
  .character {
    margin-top:-50px;
    max-width: 65%;
  }
}



.character:active {
  animation: talk-scale 2s ease-in-out;
}

@keyframes talk-scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* slightly bigger */
  }
}

}
#fw-section-custom-html-b10f9117-3f54-4174-8924-e6fc11362fd7 {

.button {
  background-color: #f8f8f0; /* same off-white */
  border: 2px solid black;
  padding: 14px 18px;
  font-family: 'DotGothic16', monospace;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  font-size: 25px;
  top-margin:-75px;
  bottom-margin:-75px;
  margin: 5px auto;
  border-radius: 0;
}

.button:hover {
  background-color: #eaeade;
}

}
#fw-section-custom-html-54cdb0e0-f4e5-4512-8a36-8489f37093b9 {

p {
  background-color: #42658E;
  border: 3px solid #42658E;
  padding: 2px 1px;
  max-width: 100px;
  margin: 5px auto;      font-family: 'DotGothic16', monospace;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  color: #0A0813;
}

b {
  color: #0A0813;
}

h1 {
  background-color: #0A0813;
  border: 3px solid #0A0813;
  padding: 2px 1px;
  max-width: 550px;
  top-margin: 75px;
  margin: 0 auto;
  font-family: 'DotGothic16', monospace;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  color: #42658E;
}
}
#fw-section-custom-html-3ac349e4-391b-4616-933a-019bf8dfa646 {

.fish-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-color: #1A1A23;
  animation: bgShift 16s ease-in-out infinite alternate;
}

/* animated background color */
@keyframes bgShift {
  from {
    background-color: #1A1A23;
  }
  to {
    background-color: #171723;
  }
}

/* overlay texture */
.fish-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://res.cloudinary.com/gigoeworld/image/upload/v1766284384/bg_lefumoir_fish_overlay_t9mzoy.png");
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  pointer-events: none;
}

}
#fw-section-rich-text-175123197488964 {

/* MAIN PAGE CONTAINER */
.page__main.page__main--page {
  position: relative;
  overflow: hidden;
}

/* TEXT BLOCK */
.rich-text__text {
  position: relative;
  padding-top: 200px; /* space below the images */
  /* overflow: hidden; ← removed so images aren’t clipped */
}

/* MAIN IMAGE */
.rich-text__text::before {
  content: "";
  position: absolute;
  top: -555px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 1000px;
  background-image: url('https://storage.googleapis.com/popshopprod-shop-renderer-creators-assets/resources/65557658-8a8d-4e38-af7e-6a1acb95515b/46c7ba3c26eac0132f13993eee955e69_eb36a758382b.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 1;
}

/* MOBILE ADJUSTMENTS */
@media (max-width: 768px) {
  .rich-text__text {
    padding-top: 140px;
  }

  .rich-text__text::before {
    height: 250px;
    top: -75px;
  }

  /* Push down the 12th paragraph to avoid image overlap on mobile */
  .rich-text__text p:nth-of-type(12) {
    margin-top: 6rem;
  }
}

}
#fw-section-image-0301da4f-66e4-4c8e-9df6-a122b5db1792 {

img {
  position: relative;
  top: -1300px; /* move image up */
}

@media (max-width: 768px) {
  img {
    top: -440px; /* less upward movement on mobile */
  }
}


}

#fw-section-image-3cf039f2-2461-4dfa-9639-b66471e50fe1 {

self {
  position: absolute;
  top: 100px; /* distance from top of the page */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10; /* ensures it overlays other content */
  width: 100%;
  max-width: 600px; /* optional: keep image from stretching too wide */
}

}
#fw-section-image-fbf1c68b-8fb1-4923-bf73-a78f06ccce7d {

section{
  transform:translateY(-500px);
  max-width: 25px;
  align-content: center;
}
}
#fw-section-custom-html-0cdc8ca2-43ef-432d-bf6a-186114fa420a {

.page__main.page__main--page {
  position: relative;
}

.overlay-image {
  position: absolute;
  top: 70%;              /* adjust vertical position here */
  left: 50%;
  transform: translate(-50%, -50%);
  height: 230px;
  width: 1167;
  z-index: 9999;
  pointer-events: none;
}

.overlay-image {
  transition: top 0.3s ease;
}


@media (max-width: 600px) {
  .overlay-image {
    top: 49%;            /* mobile vertical adjustment */
    height: 90px;
  }
}
}


#fw-section-custom-html-1f5d8886-7b1d-4dae-b629-864a6545c932 {

/* Gallery Grid */
.gallery { 
  display: grid; 
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
  gap: 16px; 
}

.gallery img { 
  width: 100%; 
  cursor: pointer; 
  border-radius: 8px; 
  transition: transform 0.3s ease; 
}

.gallery img:hover { 
  transform: scale(1.05); 
}

/* Tag Buttons */
.tags { 
  margin-bottom: 16px; 
}

.tags button { 
  margin-right: 8px; 
  padding: 6px 12px; 
  background-color: #0056b3; 
  color: white; 
  border: none; 
  border-radius: 4px; 
  cursor: pointer; 
}

.tags button.active { 
  background-color: #003d7a; 
}

}
#fw-section-custom-html-19dafcf4-ced0-40ec-88fc-322081cfc775 {

.custom-html--fw-section-custom-html-429a763b-93e1-422e-b5c1-f2347fb64973{
  margin-top: -60px;
  margin-bottom: -100px;
}

@media (max-width: 600px) {
.custom-html--fw-section-custom-html-429a763b-93e1-422e-b5c1-f2347fb64973{
  margin-top: -15px;
  margin-bottom: -50px;
}
}
}
#fw-section-custom-html-0281590b-2136-4a42-b0cf-41b2b274e602 {

.gallery-container {
  max-width: 1000px;
  margin: 0 auto;
}

.tag-buttons {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tag-btn {
  background-color: #001AF7;
  border: 2px solid black;
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  line-height: 1.4;
  color: #FFF;
  box-sizing: border-box;
  padding: 6px 12px;
  cursor: pointer;
}

.tag-btn.active {
  outline: 2px solid #FFD700;
}

.tag-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.image-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 4px;
}

/* Lightbox */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: auto; /* allow scrolling if image is bigger than viewport */
}

.lightbox-overlay.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

.lightbox-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100vh; /* fit the viewport height */
  display: block;
  margin: 0 auto;
  object-fit: contain; /* maintain aspect ratio */
}

.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  user-select: none;
}

.lightbox-close {
  top: 10px;
  right: 10px;
}

.lightbox-prev {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.lightbox-next {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

}
#fw-section-custom-html-3670a629-e876-4bad-9ace-1cade1eb4b4b {

.gallery-container {
  max-width: 1000px;
  margin: 0 auto;
}

.tag-buttons {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.tag-btn {
  background-color: #001AF7;
  border: 2px solid black;
  font-family: 'DotGothic16', monospace;
  font-size: 20px;
  line-height: 1.4;
  color: #FFF;
  box-sizing: border-box;
  padding: 6px 12px;
  cursor: pointer;
}

.tag-btn.active {
  outline: 2px solid #FFD700;
}

.tag-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.image-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 250px;
  display: block;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.image-item img:hover {
  transform: scale(1.02);
}

/* Lightbox */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: flex-start; /* top-align so portrait images fit */
  padding-top: 5vh;       /* small top spacing */
  z-index: 9999;
  overflow: auto;          /* allow scrolling if image exceeds viewport */
}

.lightbox-overlay.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

.lightbox-content img {
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

/* Fixed lightbox controls */
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: fixed;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  user-select: none;
  z-index: 10001;
}

.lightbox-close {
  top: 10px;
  right: 10px;
}

.lightbox-prev {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.lightbox-next {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

}
#fw-section-custom-html-5d52cdcf-b9e0-41ba-b3db-c5821443e9a2 {

/* Gallery container */
.gallery-container { max-width: 1000px; margin: 0 auto; }
.tag-buttons { margin-bottom: 15px; display: flex; flex-wrap: wrap; gap: 5px; }
.tag-btn { background-color: #001AF7; border: 2px solid black; font-family: 'DotGothic16', monospace; font-size: 20px; line-height: 1.4; color: #FFF; box-sizing: border-box; padding: 6px 12px; cursor: pointer; }
.tag-btn.active { outline: 2px solid #FFD700; }
.tag-btn.disabled { opacity: 0.4; cursor: not-allowed; }

/* Image grid */
.image-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } /* 2 per row */
.image-item { display: flex; justify-content: center; align-items: center; }
.image-item img { width: auto; height: auto; max-width: 100%; max-height: 250px; display: block; border-radius: 4px; cursor: pointer; transition: transform 0.2s ease; }
.image-item img:hover { transform: scale(1.02); }

/* Lightbox */
.lightbox-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.85); display: none; justify-content: center; align-items: flex-start; padding-top: 5vh; z-index: 9999; overflow: auto; }
.lightbox-overlay.active { display: flex; }
.lightbox-content { position: relative; max-width: 90vw; max-height: 90vh; }
.lightbox-content img { width: auto; height: auto; max-width: 90vw; max-height: 90vh; display: block; margin: 0 auto; object-fit: contain; }

/* Lightbox controls */
.lightbox-close, .lightbox-prev, .lightbox-next { position: fixed; color: white; font-size: 2rem; cursor: pointer; user-select: none; z-index: 10001; }
.lightbox-close { top: 10px; right: 10px; }
.lightbox-prev { top: 50%; left: 10px; transform: translateY(-50%); }
.lightbox-next { top: 50%; right: 10px; transform: translateY(-50%); }
}

#fw-section-image-43594890-250a-445a-b85f-7e1ae41d3e3a {
--color-primary: #516096;
--color-primary-rgb: 81, 96, 150;
--color-background: #369d9f;
--color-background-rgb: 54, 157, 159;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #2c2354;
--color-on-background-rgb: 44, 35, 84;
--color-product-image-background: #2c2354;
--color-background-brightness: 126;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-image-49af4967-33ed-4e45-8a4b-4a4df46678cb {

img{
  width: 95%;
  height: auto;
}
}
#fw-section-custom-html-2564c9a0-2edd-450b-8ccd-2c6908b564eb {

h2{
  text-shadow:
   2px 0 #00016B,
  -2px 0 #00016B,
   0 2px #00016B,
   0 -1px #00016B,
   2px 1px #00016B,
  -2px -2px #00016B,
   2px -1px #00016B,
  -2px 2px #00016B;
  font-size: 20pt;
  color: #00DE7C;
  text-align: center;
  margin-top: -40px;
  font-weight: bold;
  font-family: 'DotGothic16', monospace;
}
}
#fw-section-rich-text-0cf5ee01-4da4-4bdc-a2d8-5949244a84b3 {

p {
  font-size: 24px; line-height: 90%;
  text-shadow: 1px 1px 2px floralwhite;
  color: #042F52;
}
p * {
  font-size: 30px;
 text-shadow:
   2px 0 #00016B,
  -2px 0 #00016B,
   0 2px #00016B,
   0 -1px #00016B,
   2px 1px #00016B,
  -2px -2px #00016B,
   2px -1px #00016B,
  -2px 2px #00016B;
  color: #D8C084;
}


/* MAIN PAGE CONTAINER */
.page__main.page__main--page {
  position: relative;
  overflow: hidden;
}

/* TEXT BLOCK */
.rich-text__text {
  position: relative;
  margin-left: -125px;
  margin-right: -125px;
  padding-top: 300px; /* space below the images */
  /* overflow: hidden; ← removed so images aren’t clipped */
}

/* MAIN IMAGE */
.rich-text__text::before {
  content: "";
  position: absolute;
  top: -540px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;       /* full width of the container */
  max-width: none;   /* remove max-width limit */
  height: 1000px;
  background-image: url('https://imgproxy.fourthwall.com/toNFmTz25Xf5a0wJ93ZueVJxXyjZYyW2NT3seb0bEoo/w:1400/sm:1/enc/ce75iPXTfKsdG5EN/f-Btl67cSikxA8SL/WErGHtwWw3rGyKbx/zJssNkE0JRkWd7sU/RmFvjofKe4l42RzU/Gt0bsF20N_ysGIHK/CGPMpI_WsNb8Ias6/v9bzsrEaqL5FslcV/LOEhACT6M5FJtquf/9vz4Xtlbm6Uyjgo3/xmKRwjvSjMs8lxgw/Nm8Bmw18KFtx1yk7/vzSUG-GBFz4AJShb/qNgJck4CX9JmY6CR/3LJYW4IZH83fVTEG/5uFAj24oTnGXKDiH');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 1;
}


/* MOBILE ADJUSTMENTS */
@media (max-width: 768px) {
  .rich-text__text {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 135px; /* allow room for image */
    position: relative;
  }

  .rich-text__text::before {
    top: -180px;              /* shift it upward to align */
    height: 400px;            /* visually scaled-down image */
    pading-top: 35px;
    background-size: contain; /* prevent overflow cropping */
    background-position: center top;
    background-repeat: no-repeat;
    pointer-events: none;
  }

  .rich-text__text p:nth-of-type(12) {
    margin-top: 6rem;
  }

  p {
    margin-top: 16rem;
    font-size: 26px;
    line-height: 95%;
    margin-top: 10px;
    text-shadow: 1px 1px 2px floralwhite;
  }

  p * {
    font-size: 30px;
    text-shadow: 2px 2px 2px #D3764E;
    color: #D8C084;
  }
}

}
#fw-section-custom-html-62c8165e-4d13-49ec-a842-ce048e0f7471 {

.button-container {
  display: flex;
  justify-content: center;
  margin: -65px;
}

.float-wrapper {
  animation: float 3s ease-in-out infinite;
  display: inline-block;
}

.singles-button {
  display: block;
  width: clamp(180px, 70vw, 380px); /* slightly smaller on mobile */
  transition: transform 220ms ease, filter 220ms ease;
  will-change: transform;
}

/* only scale on hover */
.singles-button:hover {
  transform: scale(1.15);
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.45));
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%     { transform: translateY(-20px); } /* exaggerated for testing */
}

}
#fw-section-links-list-b69b4fc2-31b6-4f0e-92b4-160338cea2d8 {

.button.button--primary.button--expand {
  font-size: 45px;
  color: #D8C084;
  background-color: #232646 !important;
  background-image: none !important;
  padding: 12px 30px;       /* add space inside the button */
  border: 4px solid #D8C084; /* visible border matching text color */
  border-radius: 8px;        /* rounded corners for style */
  display: inline-block;     /* ensure size fits content */
  cursor: pointer;           /* pointer cursor on hover */
  transition: background-color 0.3s ease, color 0.3s ease;
}

.button.button--primary.button--expand:hover {
  background-color: #fbffe2;
  color: #D5936C; /* invert colors on hover for contrast */
}

}
#fw-section-rich-text-2f8a5d6c-cb64-430b-bb41-28391ece5554 {

p {
  font-size: 25px; line-height: 90%;
  text-shadow: 1px 1px 2px floralwhite;
  color: #042F52;
}

/* MOBILE ADJUSTMENTS */
@media (max-width: 768px) {
  /* Push down the 12th paragraph to avoid image overlap on mobile */
  .rich-text__text p:nth-of-type(3) {
    margin-top: 6rem;
  }

  .rich-text__text {
    margin-bottom: 25px;
  }
}

}





#fw-section-custom-html-7ec27b9b-28af-4ca0-9040-ebd6bba4edf1 {

h2{
  text-shadow:
   2px 0 #00016B,
  -2px 0 #00016B,
   0 2px #00016B,
   0 -1px #00016B,
   2px 1px #00016B,
  -2px -2px #00016B,
   2px -1px #00016B,
  -2px 2px #00016B;
  color: #00DE7C;
  text-align: center;
  margin: 20px auto;
  font-weight: bold;
  font-family: 'DotGothic16', monospace;
}


.custom-html--fw-section-custom-html-7ec27b9b-28af-4ca0-9040-ebd6bba4edf1{
  margin-top: -35px;
  margin-bottom: -35px;
}

@media (max-width: 600px) {
.custom-html--fw-section-custom-html-429a763b-93e1-422e-b5c1-f2347fb64973{
  margin-top: -15px;
  margin-bottom: -50px;
}
}

self {
  margin-top: -100px;
}
}
#fw-section-collections-list-b8987b13-e3e9-4605-bc02-d2bcceea9695 {

self{
  font-size: 56px;
  top-margin: -100px;
}
}


#fw-section-custom-html-928ea8ad-25ec-49d4-9f31-1e37a76277b8 {

.custom-html--fw-section-custom-html-928ea8ad-25ec-49d4-9f31-1e37a76277b8{
  margin-top: -40px;
}


.gradient-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  height: 200dvh;
  width: 100vw;
  z-index: -1;
  background: linear-gradient(to bottom, #426D63, #369D9F);
}

.gigoeworld-logo {
  width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  image-rendering: pixelated;
}

h2{
  text-shadow:
   2px 0 #00016B,
  -2px 0 #00016B,
   0 2px #00016B,
   0 -1px #00016B,
   2px 1px #00016B,
  -2px -2px #00016B,
   2px -1px #00016B,
  -2px 2px #00016B;
  font-size: 20pt;
  color: #00DE7C;
  max-width: 450px;
  text-align: center;
  margin: 0px auto;
  margin-top: -25px;
  font-weight: bold;
  font-family: 'DotGothic16', monospace;
}
}
#fw-section-custom-html-4bfc1c64-be40-4c6a-a8ab-2cca9d3a2c19 {

.mira-logo {
  width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -35px;
  image-rendering: pixelated;
}

h2{
  background-color: #0A0813;
  border: 3px solid #0A0813;
  color: #42658E;
  font-size: 20pt;
  max-width: 370px;
  text-align: center;
  margin: 0px auto;
  margin-top: -25px;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: 'DotGothic16', monospace;
}
}
#fw-section-custom-html-c52e8130-c76c-4e66-855f-60bf7f551be7 {

.lefumoir-logo {
  width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -35px;

}

h2{
  color: #972929;
  text-shadow:
   1px 0 #000,
  -1px 0 #000,
   0 1px #000,
   0 -1px #000,
   2px 1px #000,
  -2px -1px #000,
   2px -1px #000,
  -2px 1px #000;
  font-size: 20pt;
  max-width: 370px;
  text-align: center;
  margin: 0px auto;
  margin-top: -25px;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: 'DotGothic16', monospace;
}
}
#fw-section-custom-html-9da1d0e1-663d-4be8-b56a-9ba2421c9777 {

.page__main.page__main--page {
  position: relative;
}

.overlay-image {
  position: absolute;
  top: 40%;              /* adjust vertical position here */
  left: 59%;
  transform: translate(-50%, -50%);
  height: 230px;
  width: 1167;
  scale: 135%;
  z-index: -1;
  pointer-events: none;
}

.overlay-image {
  transition: top 0.3s ease;
}


@media (max-width: 600px) {
  .overlay-image {
    position: absolute;
    top: 55vh;
    /*top: 108vh;            /* fixed vertical position across mobile devices */
    left: 60%;
    height: 90px;
    scale: 125%;
    pointer-events: none;
  }
}

}
#fw-section-footer {
--color-primary: #516096;
--color-primary-rgb: 81, 96, 150;
--color-background: #037f9e;
--color-background-rgb: 3, 127, 158;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #2c2354;
--color-on-background-rgb: 44, 35, 84;
--color-product-image-background: #2c2354;
--color-background-brightness: 93;
background-color: var(--color-background);
color: var(--color-on-background);

}
.index #fw-section-header {

self{
  background-color: transparent !important;
  background-image: none !important;
}




}






#fw-section-custom-html-10680016-d753-4467-b2aa-b7ca275ee6b1 {

.character {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: -15px;
  max-width: 25%;
  height: auto;
  animation: none;
}


@media (max-width: 600px) {
  .character {
    margin-top:-25px;
    max-width: 50%;
  }
}



.character:active {
  animation: talk-scale 2s ease-in-out;
}

@keyframes talk-scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* slightly bigger */
  }
}

}
#fw-section-image-3b719ade-7a05-4ba8-9b5c-7836ffe7821c {

section{
  scale:25%;
}
}
#fw-section-product-recommendations-product-le-fumoir {

section{
}
}
#fw-section-product-product-test-template {

h1{
  margin-bottom: -5%;
  margin: 0px;
}
}



#fw-section-product-product-you-mira {

p{
  font-size: 15pt;
  color: #384C93;
  background: #000;
  outline: 5px solid #000;
  line-height: 25px;
  margin-bottom: 5px;
  margin-top: 2px;
  font-family: 'DotGothic16', monospace;
}

.product-option__name{
  margin-bottom: 15px;
  display: inline-block;
}

.select-field__select{
 font-size: 20px;
 color: #000;
 outline: 3px solid #FFC300;
 background: #FFC300;
 font-family: 'DotGothic16', monospace;
}

.button--primary{
  background-color: #FFC300;
  color: #000;
}


.product-option__selected-size-guide-label{
  font-size: 15pt;
  color: #384C93;
  line-height: 25px;
  font-family: 'DotGothic16', monospace;
}

.button--expand{
  font-family: 'DotGothic16', monospace;
  font-size: 18pt;
}

.product-info__price--original {
  font-size: 16pt;
  color: #000;
  background-color: #FFC300;
  max-width: 250px;
  font-weight: bold;
  outline: 5px solid #FFC300;
  font-family: 'DotGothic16', monospace;
}

h2{
  font-size: 20pt;
  color: #FFC300;
  background-color: #000;
  max-width: 250px;
  font-weight: bold;
  outline: 5px solid #000;
  font-family: 'DotGothic16', monospace;
}

h3{
  font-size: 12pt;
  color: #FFC300;
  background-color: #000;
  font-weight: bold;
  outline: 5px solid #000;
  font-family: 'DotGothic16', monospace;
}

li{
  font-size: 12pt;
  color: #FFC300;
  font-weight: bold;
  font-family: 'DotGothic16', monospace;
}

.product-option__name{
  color: #FFC300;
}

.radio-button__label{
  color: #FFC300;
  background-color: #000;
  font-size: 15pt;
  font-family: 'DotGothic16', monospace;
}
}
#fw-section-custom-html-cdf4ce55-c718-4ca9-be8a-0f96d28a2dae {

.page__header,
.page__header.sticky {
  position: static !important;
}



.radio-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-color: #1A1A23;
  animation: bgShift 16s ease-in-out infinite alternate;
}

/* animated background color */
@keyframes bgShift {
  from {
    background-color: #1A1A23;
  }
  to {
    background-color: #171723;
  }
}

/* overlay texture */
.radio-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://res.cloudinary.com/gigoeworld/image/upload/v1766274015/bg_you_mira_radio_overlay_eoeze1.png");
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  pointer-events: none;
}



bar__inner{
  opacity: 0%;
  background-color: #000;
}





h3{
  font-family: 'DotGothic16', monospace;
  color: #fff;

}
}
#fw-section-product-recommendations-product-you-mira {

h2{
  visibility: hidden;
}


h2::before {
  content: "YOU MAY ALSO LIKE...";
  visibility: visible;
  font-size: 20pt;
  color: #FFC300;
  background-color: #000;
  max-width: 250px;
  outline: 5px solid #000;
  font-family: 'DotGothic16', monospace
}

h3{
  font-size: 12pt;
  color: #FFC300;
  background-color: #000;
  outline: 5px solid #000;
  font-family: 'DotGothic16', monospace;
}

.tile__price--original{
  font-size: 10pt;
  color: #000;
  background-color: #FFC300;
  outline: 5px solid #FFC300;
  font-family: 'DotGothic16', monospace;
}
}

#fw-section-sidebar {

.sidebar__list::after {
  content: "GIGOE STUDIOS is a project by GIGOE. All designs are created by him unless stated otherwise.";
  display: block;
  color: #222;
  font-size: 8px;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 16px;
  white-space: normal;
}

.sidebar__navigation-link{ 
  font-size: 15pt;
  line-height: 20px;
}
}