/*  BLVE LESS Stylesheet */
/* Author: Sebastian Gamarra */
/* Font Import */
/* Font Size */
h1 {
  font-size: 60px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
/* Media Queries */
/* Stylesheet */
body {
  font-family: 'CocoSharp Trial', sans-serif;
  font-size: 16px;
  background-color: black;
}
.bg-body-tertiary {
  --bs-bg-opacity: 0;
  background: linear-gradient(180deg, #090A19 0%, rgba(9, 10, 25, 0) 100%);
}
.nav-link {
  color: #BBCFD5;
  font-family: 'CocoSharp Trial', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 16px;
  padding-right: 16px;
}
.navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.nav-link:hover {
  color: #ccdde1;
}
.nav-link:focus {
  color: #9bb9c2;
}
.navbar-brand {
  margin-right: 36px;
}
.navbar-brand img {
  height: 54px;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  background-color: rgba(138, 163, 171, 0.2);
  outline: none;
  box-shadow: none;
}
/* Swap navbar toggler icons with smoother fade/scale and overlap */
.navbar-toggler {
  position: relative;
}
.navbar-toggler .menu-icon,
.navbar-toggler .close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  will-change: opacity, transform;
  pointer-events: none;
  /* icons won't block the click */
}
.navbar-toggler .menu-icon {
  opacity: 1;
}
.navbar-toggler .close-icon {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) .menu-icon {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.96);
}
.navbar-toggler:not(.collapsed) .close-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.social-links {
  list-style: none;
  display: flex;
  gap: 18px;
  align-items: center;
}
.social-links a img {
  width: 16px;
}
/* Add bottom padding only when the mobile menu is open */
@supports selector(.navbar:has(.navbar-collapse.show)) {
  .navbar:has(.navbar-collapse.show) {
    padding-bottom: 120px;
  }
}
/* Fallback for browsers without :has() — toggled via JS */
.navbar.menu-open {
  padding-bottom: 120px;
}
.blve-header {
  position: relative;
  background-image: url(img/blve-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.blve-cutout {
  position: relative;
  width: 100%;
  opacity: 0.8;
}
.writing-container {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.writing-1 {
  margin-top: 180px;
  margin-left: 80px;
}
.writing-2 {
  align-self: flex-end;
  margin-right: 20px;
}
.writing-3 {
  margin-top: -80px;
  margin-left: 80px;
}
.writing-4 {
  margin-top: -260px;
  align-self: flex-end;
  margin-right: 80px;
}
.writing-block {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 24px;
}
.writing-block h2 {
  width: 360px;
  color: #bbcfd5ce;
  font-family: 'motterdamregular';
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  /* 100% */
  margin-bottom: 0;
}
.writing-block p {
  width: 270px;
  color: #6e848adb;
  font-family: "CocoSharp Trial";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 157.143% */
}
.writing-h2 {
  color: #bbcfd5ce;
  font-family: 'motterdamregular';
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 100% */
  position: relative;
  z-index: 3;
}
iframe {
  position: relative;
  z-index: 3;
}
.writing-h2-coco {
  color: #BBCFD5;
  font-family: 'CocoSharp Trial', sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 123.529% */
  margin-bottom: 18px;
}
.writing-h2-coco b {
  font-weight: 900;
}
.writing-p {
  color: #6e848adb;
  font-family: 'CocoSharp Trial', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 157.143% */
}
.blue-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #090A19;
}
.first-section {
  padding-bottom: 40px;
}
.finale-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}
.right h2 {
  width: 320px;
}
.ending-gradient {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 260px;
  background: linear-gradient(180deg, rgba(9, 10, 25, 0) 0%, #090A19 100%);
}
.section-header {
  color: #bbcfd5d4;
  text-align: center;
  font-family: "CocoSharp Trial";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  /* 175% */
  letter-spacing: 14px;
}
.spotify-embed {
  width: 600px;
  margin: 0 auto;
  margin-top: 64px;
}
.youtube-embed {
  margin-top: 64px;
}
footer {
  background: #011126;
  background-image: url(img/footer-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 60px;
  padding-top: 120px;
  padding-bottom: 42px;
  position: relative;
  overflow: hidden;
}
.img-footer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 770px;
  z-index: 0;
}
.footer-content {
  position: relative;
  z-index: 1;
}
.starting-gradient-footer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1000px;
  background: linear-gradient(0deg, rgba(9, 10, 25, 0) 0%, #090A19 100%);
  z-index: 0;
}
.footer-email {
  color: #bbcfd5dd;
  text-align: center;
  font-family: 'CocoSharp Trial', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 175% */
}
.mails {
  display: flex;
  gap: 64px;
  justify-content: center;
}
.footer-socials {
  justify-content: center;
}
.footer-socials ul {
  padding-left: 0px;
}
.footer-info-container {
  margin-top: 48px;
  display: flex;
  gap: 38px;
  flex-direction: column;
}
.mail-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #bbcfd5af;
  gap: 12px;
}
.mail-container p {
  margin-bottom: 0;
}
.mail-link {
  outline-color: #bbcfd5dd;
  text-decoration: underline;
  text-decoration-color: #8aa3ab84;
}
.footer-legal {
  margin-top: 300px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  color: #bbcfd5d3;
  font-family: 'CocoSharp Trial', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-legal img {
  height: 74px;
}
.primary-cta {
  border-radius: 500px;
  border: 1px #c8e0fc30 solid;
  background-color: #ffffff0f;
  color: #bbd0d5;
  padding: 8px 16px;
  font-size: 14px;
  transition: all 0.1s ease-out;
}
.primary-cta:hover {
  background-color: #bbcfd5d3;
  color: #121212;
  transition: all 0.1s ease-in;
}
.what-do {
  width: 540px;
}
/* ===== Gallery Grid ===== */
.gallery-container {
  position: relative;
  z-index: 3;
  margin-top: 64px;
}
.gallery-thumb {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  cursor: pointer;
}
.gallery-thumb:hover {
  transform: scale(1.02);
  opacity: 0.92;
}
#grain {
  position: fixed !important;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: overlay;
}
.album-cover {
  background-color: #1a1d1f;
  width: 360px;
  height: 360px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3;
  margin-bottom: 36px;
  filter: drop-shadow(0px 24px 36px #bbcfd515);
}
.album-container {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #bbcfd59f;
}
.album-container h1 {
  font-size: 24px;
  font-weight: 700;
  color: #bbcfd5d4;
  margin-bottom: 12px;
}
.album-container h2 {
  font-size: 16px;
}
.album-container span {
  font-size: 16px;
  font-family: 'motterdamregular';
}
.album-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 42px;
}
@media (max-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-collapse {
    margin-top: 16px;
  }
  .social-links {
    margin-top: 12px;
    padding-left: 0;
  }
  .what-do {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .mails {
    flex-direction: column;
    gap: 24px;
  }
  .blve-cutout {
    width: 760px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  .writing-block {
    gap: 16px;
  }
  .writing-container {
    padding-top: 160px;
    position: relative;
    gap: 68px;
  }
  .writing-block,
  .writing-1 {
    margin: 0;
  }
  .writing-2,
  .writing-4 {
    align-self: unset;
  }
  .writing-block h2 {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 0;
    width: 280px;
    text-shadow: 0px 0px 32px rgba(1, 17, 38, 0.9);
  }
  .writing-block p {
    font-size: 12px;
    line-height: 20px;
  }
  .blve-header {
    overflow: hidden;
    height: 98dvh;
  }
  .blve-cutout {
    position: absolute;
    top: 0;
    opacity: 0.6;
  }
  .writing-block p {
    display: none;
  }
  /* Increase side padding on mobile */
  .container,
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .blue-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-header {
    font-size: 16px;
    letter-spacing: 10px;
  }
  .footer-info-container {
    margin-top: 28px;
    gap: 18px;
  }
  .footer-email {
    font-size: 18px;
  }
  .finale-container {
    justify-content: flex-start;
    gap: 24px;
  }
  .finale-container .writing-h2 {
    font-size: 28px;
    text-align: left;
    margin-bottom: 0;
  }
  .finale-container {
    align-items: flex-start;
  }
  .youtube-embed iframe {
    height: 250px;
  }
  /* Ensure the heading itself aligns to the left edge */
  .writing-h2 {
    align-self: flex-start;
    /* beats align-items from parent */
    text-align: left;
    /* already set, kept for clarity */
  }
}
/* Native smooth scroll fallback and anchor visibility */
html {
  scroll-behavior: smooth;
}
:target {
  scroll-margin-top: 120px;
}
@media (max-width: 991px) {
  :target {
    scroll-margin-top: 140px;
  }
}
/* Comprehensive Elfsight branding removal */
.eapps-widget-toolbar,
.eapps-widget-toolbar-panel-wrapper,
.eapps-widget-toolbar-panel-only-you,
.eapps-widget-toolbar-panel,
.eapps-widget-toolbar-panel-share,
a[href*="elfsight.com"],
a[href*="youtube-channel-plugin-yottie"],
a[title="Free YouTube Video Gallery"],
div[title="Remove Elfsight logo"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  background-color: transparent !important;
}
