/* ---------- Global Styles ---------- */
body {
  margin: 0;
  overflow: visible;
  font-family: "Thasadith-Light", Verdana, Geneva, sans-serif;
  color: white;
  background-color: black;
}

* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

h1, h2, h3, p, li, figcaption {
  color: white;
  font-family: "Thasadith-Light", Verdana, Geneva, sans-serif;
  font-weight: 400; /* Ensures regular weight */
}

.v3d-container {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: transparent;
}

/* ---------- Layout ---------- */
.txt-container {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  padding-top: clamp(20px, 5vw, 60px);
}

.txt-main-head {
  color: #fff;
  font-size: 48px;
  margin-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}

h1.txt-sub-head {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Thasadith-Bold", Verdana, Geneva, sans-serif;
  text-align: center;
  margin-top: clamp(80px, 15vw, 200px);
  margin-bottom: clamp(80px, 10vw, 160px);
}

/* ---------- Description Section ---------- */
.description-container {
  position: relative;
  max-width: 600px;
  margin: clamp(30px, 10vw, 300px) auto;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
}

.sub-head {
  font-size: 24px;
  font-family: "Thasadith-Bold", sans-serif;
  margin-top: 40px;
  margin-bottom: 15px;
  text-align: center;
}

.description-container p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* ✅ Image & Subtitle Styling */
.image-figure {
  margin: 30px 0;
  padding: 0;
}

.paragraph-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.image-caption {
  font-size: 15px;
  line-height: 1.4;
  color: #ffffff !important; /* Forced White */
  text-align: center;
  margin-top: 12px;
  font-family: "Thasadith-Light", Verdana, Geneva, sans-serif;
  font-style: normal; /* Regular, not italic */
}

/* ---------- Buttons ---------- */
.storyboard-button, .extra-button {
  width: 180px;
  padding: 12px 5px;
  text-align: center;
  border-radius: 30px;
  font-family: "Thasadith-Bold", sans-serif;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.storyboard-button:hover, .extra-button:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

/* ---------- Fonts ---------- */
@font-face {
  font-family: "Thasadith-Light";
  src: url('../0000/fonts/RobotoSerif-Light.ttf') format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Thasadith-Bold";
  src: url('../0000/fonts/RobotoSerif-Bold.ttf') format("truetype");
  font-display: swap;
}
