/* ---- Base ---- */
body {
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #232323;
  overflow-x: hidden;
  min-height: 100vh;
}

section {
  background-color: #ffffff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  color: #6592e6;
  transition: color 0.6s;
}
a, a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  border-color: transparent;
}

b, strong {
  font-weight: bold;
}

img, iframe {
  display: block;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

/* ---- Typography ---- */
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-4, .display-5, .display-7,
span, p, a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: calc(2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: calc(1.035rem + (1.1 - 1.035) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.035rem + (1.1 - 1.035) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: calc(1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}

/* ---- Text helpers ---- */
.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
.align-center {
  text-align: center;
}
.text-black {
  color: #232323 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}

/* ---- Card ---- */
.card {
  background-color: transparent;
  border: none;
}
.card-box {
  width: 100%;
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}
.card-wrapper {
  flex: 1;
}

/* ---- Layout helpers ---- */
.mbr-figure {
  align-self: center;
}
.mt-4 {
  margin-top: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ---- Navbar ---- */
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #ffffff;
}
.navbar-dropdown.navbar-fixed-top {
  position: fixed;
}
.navbar-dropdown .navbar-caption {
  font-weight: 700;
  white-space: normal;
  vertical-align: -4px;
  line-height: 3.125rem !important;
}
.navbar-dropdown .navbar-caption,
.navbar-dropdown .navbar-caption:hover {
  color: inherit;
  text-decoration: none;
}
.navbar-dropdown .navbar-brand span {
  vertical-align: -4px;
}
.navbar-dropdown.navbar-short .navbar-brand {
  padding: 0.625rem 0;
}
.navbar-dropdown.navbar-short .navbar-brand span {
  vertical-align: -1px;
}
.navbar-dropdown.navbar-short .navbar-caption {
  line-height: 2.375rem !important;
  vertical-align: -2px;
}

.menu .navbar-brand {
  display: flex;
}
.menu .navbar-brand span {
  display: flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: flex;
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important;
}
.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
  font-weight: 500;
  transition: color .2s ease-in-out;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

/* Hamburger animation */
.hamburger {
  position: relative;
  width: 22px;
  height: 18px;
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #232323;
  transition: all 0.3s ease;
}
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 8px; }
.hamburger span:nth-child(3) { top: 8px; }
.hamburger span:nth-child(4) { top: 16px; }

.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(1) {
  top: 8px; width: 0%; left: 50%;
}
.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(4) {
  top: 8px; width: 0%; left: 50%;
}

/* ---- Navbar section colors ---- */
.navbar-section {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-section .navbar-dropdown .navbar-brand {
  padding: 0.8rem 0;
}
.navbar-section .nav-link {
  color: #232323 !important;
}
.navbar-section .nav-link:hover,
.navbar-section .nav-link.active {
  color: #6592e6 !important;
}

/* ---- Hero section (index) ---- */
.section-hero {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
.section-hero .block__image img {
  width: 100%;
  border-radius: 0;
}
.section-hero .bottom__text {
  font-style: normal;
  line-height: 1.7;
  padding-top: 2rem;
}

/* ---- Spotify featured (index) ---- */
.section-spotify-featured {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* ---- About section ---- */
.section-about {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
.section-about .image-wrapper img {
  width: 100%;
}
.section-about .text-wrapper {
  padding: 1rem 0;
}

/* ---- Discography sections ---- */
.section-discography {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* ---- Contact section ---- */
.section-contact {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
.section-contact .image-wrapper img {
  width: 100%;
}
.section-contact .card-box {
  padding: 1rem 2rem;
}
.section-contact .social-row {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.section-contact .soc-item a {
  font-size: 1.5rem;
  color: #232323;
  transition: color 0.3s;
}
.section-contact .soc-item a:hover {
  color: #6592e6;
}

/* ---- Gallery section ---- */
.section-gallery {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
.section-gallery .gallery-image {
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.section-gallery .item-wrapper {
  position: relative;
}
.section-gallery .item-wrapper img {
  width: 100%;
  display: block;
}
.section-gallery .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 2rem;
  color: #fff;
}
.section-gallery .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}

/* ---- Video sections ---- */
.section-video-featured {
  padding-top: 6rem;
  padding-bottom: 1rem;
}
.section-video-featured .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-video-grid {
  padding-top: 0;
  padding-bottom: 2rem;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block {
  margin-bottom: 1.5rem;
}

/* ---- Modal / Carousel (gallery lightbox) ---- */
.modal-dialog,
.modal-content {
  height: 100%;
}
.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}
.carousel-item {
  text-align: center;
}
.carousel-item img {
  margin: auto;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}
.carousel-control {
  z-index: 10;
  display: flex;
}
.modal .close,
.modal .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1050;
  font-size: 1.5rem;
  color: #fff;
  opacity: 0.8;
  background: none;
  border: none;
  cursor: pointer;
}
.modal .close:hover,
.modal .btn-close:hover {
  opacity: 1;
}

/* Carousel arrows - replacing mobirise icons */
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 0.8;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
  color: #fff;
}
.carousel-control-prev .arrow-icon::before {
  content: "\2039";
  font-size: 3rem;
}
.carousel-control-next .arrow-icon::before {
  content: "\203A";
  font-size: 3rem;
}

/* ---- Language Switcher Dropdown ---- */
.lang-switcher {
  position: relative;
}
.lang-switcher .dropdown-toggle {
  cursor: pointer;
}
.lang-switcher .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.3em;
  vertical-align: 0.15em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.lang-switcher .dropdown-menu {
  min-width: 8rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 0.25rem 0;
}
.lang-switcher .dropdown-item {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #232323;
  font-family: 'Jost', sans-serif;
}
.lang-switcher .dropdown-item:hover {
  background-color: #f5f5f5;
}
.lang-switcher .dropdown-item.active {
  background-color: #6592e6;
  color: #fff;
}
