html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  /*padding: 0;*/
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
}

body {
  background: indigo;
  word-break: keep-all;
}

@font-face {
  font-family: 'Pulang';
  src: url('Pulang.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lovers Quill';
  src: url('Lovers Quill.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hujan';
  src: url('Hujan.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pixelsix10';
  src: url('pixelsix10.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.nav {
  background: rgba(230, 230, 250);
  position: sticky;
  top: 0;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 8px 8px;
}

.nav a {
  color: indigo;
  text-decoration: none;
  font-family: "Hujan", sans-serif;
  font-size: 20px;
  letter-spacing: -5%;
}

.nav a:hover {
  color: hotpink;
  text-decoration: none;
}

.document {
  background: lavender;
}

.document h1 {
  text-align: center;
  font-family: "Pulang", sans-serif;
  color: hotpink;
  padding-top: 50px;
  font-size: 48px;
  font-weight: bold;
}

/*.document img {
  max-width: 50%;
  min-width: 33%;
}*/

.container {
  display: flex;
  align-items: center;       /* vertical alignment */
  justify-content: center;   /* center horizontally */
  gap: 64px;                 /* space between image and text */
  padding: 80px;
  padding-top: 32px;
}

.character {
  width: clamp(240px, 40vw, 400px);
}

.introduction {
  background: lavender;
  padding: 16px;
  max-width: 50%;
  float: right;
  margin: 16 auto;
  flex: 1;
}

.introduction h2 {
  color: indigo;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1%;
  padding-top: 24px;
}

.name {
  color: indigo;
  font-family: "Lovers Quill", cursive;
  font-size: 48px;
  font-weight: normal;
  /*letter-spacing: -1%;*/
  padding-top: 24px;
  padding-left: 4px;
  padding-right: 4px;
}

.introduction p {
  color: indigo;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  letter-spacing: -1%;
  padding-top: 24px;
}

.personal {
  margin: 0 auto;
  padding-top: 32px;
}

.personal h2 {
  color: floralwhite;
  font-family: "Pulang", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -1%;
  /*padding-bottom: 24px;*/
  margin: 0 auto;
  text-align: center;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

.scroll {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  padding-top: 32px;
  padding-bottom: 48px;
}

.youtube-card {
  flex: 0 0 auto;
  width: 540px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.youtube-card iframe {
  width: 100%;
  border-radius: 16px;
}

.youtube-card a {
  text-align: center;
  font-family: "arial", sans-serif;
}

.youtube-card a {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

.youtube-card a:hover {
  color: lightskyblue;
  background-color: transparent;
  text-decoration: underline;
}

.collabs {
  margin: 0 auto;
  padding: 24px;
}

.collabs h2 {
  color: floralwhite;
  font-family: "Pulang", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -1%;
  padding-bottom: 24px;
  margin: 0 auto;
  text-align: center;
}

.embed-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 24px;
  padding: 24px;
  padding-top: 8px;
  padding-bottom: 80px;
  max-width: 1000px;
  margin: 0 auto;
}

.ig-card {
  padding: 0px;
  background: white;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  justify-content: center;
}

.embed-container blockquote {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

.behind h1 {
  text-align: center;
  font-family: "Pulang", sans-serif;
  color: hotpink;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 48px;
  font-weight: bold;
}

.behind h2 {
  color: floralwhite;
  font-family: "Pulang", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -1%;
  padding-bottom: 24px;
  margin: 0 auto;
  text-align: center;
}

.behind h3 {
  text-align: center;
  font-family: "Hujan", sans-serif;
  color: floralwhite;
  padding-top: 50px;
  padding-bottom: 24px;
  font-size: 24px;
  letter-spacing: -5%;
}

.behind p {
  font-family: "Arial", sans-serif;
  text-align: center;
  color: floralwhite;
  letter-spacing: 0.12;
  line-height: 1.5;
  word-spacing: 0.16;
}

.behind1 {
  background: lavender;
  margin: 0 auto;
  width: 100%;
  padding: 16px;
}

.behind1 h1 {
  text-align: center;
  font-family: "Pulang", sans-serif;
  color: hotpink;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 48px;
  font-weight: bold;
}

.behind1 h3 {
  text-align: center;
  font-family: "Hujan", sans-serif;
  color: indigo;
  padding-top: 50px;
  padding-bottom: 24px;
  font-size: 24px;
  letter-spacing: -5%;
}

.behind1 p {
  text-align: left;
  font-family: "Arial", sans-serif;
  color: indigo;
  letter-spacing: 0.12;
  line-height: 1.5;
  word-spacing: 0.16;
  /*margin: 2px;*/
}

.storyboard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 16px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 3 equal columns */
  /*column-count: 3;*/
  grid-auto-rows: 140px;
  grid-auto-flow: dense;
  gap: 16px;
  padding-bottom: 24px;
}

.gallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.gallery .big {
  grid-column: span 6;
  grid-row: span 3;
}

.gallery .small {
  grid-column: 1 / span 2;
  grid-row: span 1;
}

.gallery .medium {
  grid-column: span 3;
  grid-row: span 2;
}

.gallery .medium2 {
  grid-column: 3 / span 4;
  grid-row: span 3;
}

.behind2 {
  padding: 16px;
  margin: 0 auto;
}

.behind2 h1 {
  text-align: center;
  font-family: "pixelsix10", sans-serif;
  color: cyan;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 48px;
  font-weight: normal;
}

.behind2 h3 {
  text-align: center;
  font-family: "Hujan", sans-serif;
  color: floralwhite;
  padding-top: 50px;
  padding-bottom: 24px;
  font-size: 24px;
  letter-spacing: -5%;
}

.behind2 p {
  font-family: "Arial", sans-serif;
  text-align: left;
  color: floralwhite;
  letter-spacing: 0.12;
  line-height: 1.5;
  word-spacing: 0.16;
}

.behind2 img {
  width: 100%;
}

/*.links {
  background: rgba(75, 0, 130, 0.5);
  position: sticky;
  bottom: 0;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}*/

.links p {
  text-align: center;
  font-family: "arial", sans-serif;
  color: floralwhite;
  padding-top: 80px;
  padding-bottom: 24px;
}

.links a {
  position: sticky;
  bottom: 0px;
}

.links a:link {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

.links a:visited {
  color: cornsilk;
  background-color: transparent;
  text-decoration: none;
}

.links a:hover {
  color: lightskyblue;
  background-color: transparent;
  text-decoration: underline;
}
