html {
  min-height: 100%;
  position: relative;
}

body {
  background-color: #0e0e0e;
  background-repeat: repeat;
  background-blend-mode: multiply;
  color: #cccccc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0 0 125px 0;
}

main {
  padding: 0rem;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #a98832;
  background-image: url("../images/climpek.png");
  background-repeat: repeat;
  background-blend-mode: soft-light;
  padding: 0rem 0rem;
  border-bottom: 1px solid #272727;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0;
  background-color: rgba(0, 0, 0, 0.0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  backdrop-filter: blur(6px);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-contact-button {
  background-color: #a98832;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 14px;
  border: 1.75px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    0 0 10px 2.5px rgba(237, 191, 80, 0.4),
    0 4px 12px rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.9;
}

.footer-contact-button:hover {
  background-color: #caa542;
}

a {
  color: #dddddd;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.logo img {
  height: 100px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
  clip-path: inset(0 0 0 0);
}

.logo {
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

.nav-links {
  display: flex;
  gap: 1rem;
  padding-right: 2rem;
}

.nav-links a {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  font-size: 1.03rem; /* Try 1.1rem or 1.2rem for more impact */
}


.nav-links .dropdown {
  position: relative;
}

.nav-links .dropdown-content {
  display: none;
  position: absolute;
  top: calc(100% + 0px);
  background-color: #1c1c1c;
  padding: 10px 0;
  min-width: 90px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  flex-direction: column;
}

.nav-links .dropdown:hover .dropdown-content {
  display: flex;
}

.nav-links .dropdown-content a {
  color: #fff;
  font-size: 0.65em;
  padding: 5px 16px;
  text-decoration: none;
  white-space: nowrap;
}

.nav-links .dropdown-content a:hover {
  background-color: #333;
}

.section-frame {
  padding-top: 25px;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
  font-size: 0.95rem;
  margin: 0;
  max-width: none;
}

@media screen and (max-width: 700px) {
  .section-frame {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}

.frame-inner.info,
.frame-inner.awesome {
  max-width: 600px;
  margin: 2rem auto;
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.55);
  border: 1.5px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  backdrop-filter: blur(6px);
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.frame-inner.awesome {
  padding-bottom: 2rem;
}

.awesome-frame {
  padding-top: 15vh;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
  font-size: 0.95rem;
  margin: 0;
  max-width: none;
}

@media screen and (max-width: 700px) {
  .awesome-frame {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    padding-top: 3rem;
  }
}

.awesome-button-container {
  text-align: center;
  margin-top: 1.5rem;
}

h1 {
  font-size: 32px;
  font-weight: 600;
  margin: 10px 0 15px 0;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}

h3 {
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  margin-top: -9px;
  margin-bottom: 10px;
}

p {
  max-width: 600px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #cccccc;
}

.divider {
  height: 2px;
  width: 80%;
  background-color: #a98832;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  border-radius: 1px;
  opacity: 0.55;
}

.work-video-wrapper {
  max-width: 700px;
  margin: 0 auto 2rem auto;
  padding: 0 1rem;
  margin-top: 45px;
}

.thumbnail-wrapper {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 1rem;
  padding-bottom: 2rem;
}

.thumbnail-bar {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 0.5rem;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.55);
  border: 1.5px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  backdrop-filter: blur(6px);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.thumbnail {
  cursor: pointer;
  height: 90px;
  width: 160px;
  object-fit: cover;
  border: 2px solid transparent;
  transition: border 0.3s;
}

.thumbnail:hover {
  border: 2px solid #a98832;
}

.thumbnail-item {
  flex: 0 0 auto;
  text-align: center;
  width: 160px;
  color: #ffffff;
  font-size: 0.8rem;
}

.thumb-title {
  font-weight: 600;
  line-height: 1.2;
  margin-top: 4px;
}

.thumb-subtitle {
  font-weight: 300;
  font-size: 0.75rem;
  color: #edbf50;
  line-height: 1.1;
}

.contact-card {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  margin-top: 0;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 400px;
  margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid #555;
  background-color: #222;
  color: #eee;
  border-radius: 4px;
}

.back-to-top {
  margin-top: 1rem;
  display: inline-block;
  color: #eee;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.3s;
}

.back-to-top:hover {
  opacity: 1;
  color: #ffffff;
  text-decoration: underline;
}

.footer-button-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}



.contact-form button {
  background-color: #a98832;
  color: #fff;
  padding: 10px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}


.contact-form button:hover {
  background-color: #caa542;
}

.contact-text p {
  font-weight: 400;
  margin: 0 auto 10px;
  max-width: 550px;
}

.contact-text p:last-of-type {
  margin-bottom: 0;
}

.hero-video-container {
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  z-index: -1;
}

.hero-overlay {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: rgba(240, 240, 240, 0.85);
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75);
  padding: 0 1rem;
  max-width: 700px;
  width: 100%;
  word-break: keep-all;
  z-index: 1;
  font-family: "Futura", "Montserrat", sans-serif;
}


.hero-line-a {
  font-size: 1.14rem;
  font-weight: bold;
  letter-spacing: 0.10em;
  margin-bottom: 0.15rem;
}

.hero-line-b {
  font-size: 1.87rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 700px) {
  .hero-overlay {
    transform: translateX(-50%) scale(0.94);
    transform-origin: top center;
  }

  .hero-line-a {
    font-size: 0.985rem;
  }

  .hero-line-b {
    font-size: 1.6rem;
  }
}


.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bkgd_bubbles.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
}

.home-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../video/video_home/video_home_thumbnails/sv_hero_2048x858_still.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 700px) {
  .thumbnail-bar {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.5rem;
    overflow-x: hidden;
  }

  .thumbnail-item {
    width: 100%;
  }

  .thumbnail {
    width: 100%;
    height: auto;
  }
}

.mobile-nav {
  display: none;
}

#mobile-menu.hidden {
  display: none;
}

#menu-toggle {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.8rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 700px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
    padding-right: 2rem;
  }

  #mobile-menu {
    display: flex;
    flex-direction: column;
    background-color: #1c1c1c;
    padding: 0.75rem 1rem;
    gap: 0.5rem;
    border-radius: 8px;
    margin-top: 0.5rem;
    position: absolute;
    top: 65px;
    right: 1rem;
    z-index: 1000;
  }

  #mobile-menu a {
    color: #ffffff;
    font-size: 0.85rem;
    padding: 0.4rem 0;
    text-decoration: none;
  }

  #mobile-menu a:hover {
    background-color: #333;
  }

  .hero-overlay {
    padding: 0 2rem;
  }
}

#sparkle-canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

