/* $background-color: #c3bcac; */
:root {
  --primary-color: #c7b594;
  --background-color: #e0dbd1;
  --link-color: #333333;
  --link-color-hover: #404040;
  --font-color: #333333;
  --logo-color: #b89a5f;
  --logo-color-light: #c0a571;
  --button-color: #b5a380;
  --button-color-hover: #b19e7a;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #e0dbd1;
  font-family: "Cormorant Garamond", serif;
}

.white-box {
  background-color: white;
  border-radius: 10px;
  padding: 2rem;
  margin: 0px auto;
  max-width: 600px;
}

.download-button {
  padding: 10px;
  background-color: var(--logo-color);
}

span.download-button:hover {
  background-color: var(--logo-color-light);
}

footer a {
  color: white;
}

footer a:hover {
  color: white;
}

.glass {
  backdrop-filter: saturate(180%) blur(12px);
  background: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.7);
}

.repertoire-section-content {
  padding-left: 1rem;
}

.calendar {
  margin-bottom: 3rem;
}

.image-container {
  width: 100%;
  /* Or a fixed width */
  position: relative;
}

.image-container img {
  width: 100%;
  /* Ensure the image spans the container's width */
}

.page-content {
  margin-top: 2rem;
}

.page-title {
  margin-bottom: 2rem;
}

.icon-text {
  text-decoration: underline;
}

.blob {
  margin: 1rem 0 1rem 0;
  text-align: justify;
  font-size: 1.3em;
}

.lw-text {
  font-size: 3.5rem;
  font-family: "Bodoni Moda", serif;
}

a.progr {
  text-decoration: underline;
  font-size: 0.9em;
  color: var(--logo-color);
}

.break {
  text-align: center;
  margin: 1.5rem 0 3rem 0;
  font-style: italic;
}

/* .program-section-details {
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: var(--button-color-hover);
} */
.program-section {
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: var(--primary-color);
}

.program-title {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}

.program-more-link {
  padding: 2px;
  background-color: var(--button-color);
  border-radius: 4px;
  text-align: center;
}

.program-more-link:hover {
  background-color: var(--button-color-hover);
}

.program-description {
  margin-top: 3rem;
}

.piece-part {
  font-style: italic;
  font-size: 0.9rem;
}

.piece-name {
  margin-bottom: 1rem;
}

.piece-composer {
  font-weight: 500;
}

.piece-parts {
  display: flex;
  flex-direction: column;
}

.program-pieces {
  padding: 2rem;
  background-color: #2b2b2b;
}

.program-section-details {
  margin-bottom: 2rem;
}

.program-section-details .program-pieces {
  padding: 2rem;
  background-color: #ffffff99;
  font-size: 1.3rem;
  /* var(--primary-color); */
}

.program-piece {
  margin-bottom: 1rem;
}

.concert:not(:last-child) {
  border-bottom: 1px solid #404040;
}

.is-active {
  display: none;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-content: center;
  justify-content: center;
}

.navbar-burger {
  color: black;
  height: 100%;
}

@media screen and (min-width: 780px) {
  .navbar-burger {
    display: none;
  }
}
@media screen and (min-width: 780px) {
  .navbar-menu {
    display: block;
  }
}
@media screen and (min-width: 780px) {
  .navbar,
.navbar-end,
.navbar-menu,
.navbar-start {
    align-items: stretch;
    display: flex;
  }
}
@media screen and (max-width: 1280px) {
  .navbar {
    min-height: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .navbar-menu {
    background-color: rgba(255, 255, 255, 0);
    color: #434343;
    box-shadow: none;
  }
}
.navbar .navbar-menu {
  flex-grow: initial;
  flex-shrink: initial;
}

.hero.has-background {
  overflow: hidden;
  background-color: white;
}

.hero-background {
  position: absolute;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}

.navbar-menu {
  padding: 2px 0px;
}

a.navbar-item {
  color: #333;
  border-bottom: 2px solid #ffffff00;
  margin: 10px 14px;
  padding: 7px 0px 7px 0px;
  transition: 0.2s;
  font-size: 1.1em;
  text-transform: uppercase;
}

.brand-text {
  color: var(--font-color);
}

a.navbar-item:hover {
  color: var(--font-color);
  border-bottom: 2px solid var(--logo-color-light);
  background-color: inherit;
}

.hb-logo {
  color: var(--font-color);
  position: absolute;
  width: 110px;
  left: 30px;
  top: 20px;
}

.hb-logo-item img {
  width: 100%;
}

span.hb-logo-item {
  color: var(--font-color);
  font-size: 1.1em;
}

.hb-lang {
  color: var(--font-color);
  position: absolute;
  right: 10px;
  top: 17px;
  padding: 2px 0px;
}

.title,
.subtitle {
  color: var(--font-color);
}

span.hb-lang-item {
  font-size: 0.9em;
  color: var(--font-color);
  border-bottom: inherit;
  margin: 10px 5px;
  padding: 7px 0px 7px 0px;
}

span.hb-lang-item:hover {
  color: var(--font-color);
  border-bottom: 2px solid var(--logo-color-light);
}

.selected {
  color: var(--font-color);
  border-bottom: 2px solid var(--logo-color) !important;
}

.banner {
  min-width: 40%;
  padding: 40px;
  position: relative;
}

.banner.box {
  color: black;
  /* background-color: var(--background-color); */
  background-color: #ffffff00;
}

.banner.box .title {
  color: var(--font-color);
}

.banner.box .subtitle {
  color: var(--font-color);
}

h2.subtitle {
  font-size: 1.5rem;
}

.concert {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.gallery {
  margin-bottom: 3rem;
  display: flex;
}

.thumbnail {
  margin-right: 1rem;
}

.audio {
  width: 100%;
  float: left;
  padding: 1rem;
  background-color: var(--primary-color);
  margin-bottom: 1rem;
}
.audio .audio-title {
  display: inline-block;
  margin-bottom: 1rem;
  color: white;
  background-color: var(--logo-color);
}

.audio iframe {
  width: 100%;
  height: 30vw;
}

a {
  color: var(--link-color);
}

.box {
  box-shadow: none;
  margin-bottom: 0px;
  background-color: var(--background-color);
  color: var(--font-color);
  border-radius: 0px;
}

.top-box {
  margin-top: 2rem;
}

.more-button {
  margin-top: 2rem;
  background-color: var(--logo-color);
  color: white;
}

.more-button:hover {
  background-color: var(--logo-color-light);
  color: white;
}

/* Section A Styles */
.section-a {
  position: relative;
  margin-top: -3rem;
  width: 100vw;
  height: 100vh;
  margin-left: calc(-50vw + 50%);
  padding: 0;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1.5s ease-out forwards;
}

.section-a-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-a-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-a-content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 2rem;
  padding-top: 4rem;
  /* Account for navbar height */
}

.section-b-quote {
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6;
  color: var(--font-color);
  position: relative;
}

.section-b-quote::before {
  content: '"';
  font-size: 3rem;
  color: var(--logo-color);
  position: absolute;
  left: -2rem;
  top: -1rem;
}

.section-b-quote::after {
  content: '"';
  font-size: 3rem;
  color: var(--logo-color);
  position: absolute;
  right: -1.5rem;
  bottom: -1.5rem;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    /* transform: translateY(30px); */
  }
  to {
    opacity: 1;
    /* transform: translateY(0); */
  }
}
/* Responsive design for Section A */
@media screen and (max-width: 768px) {
  .section-a-content {
    justify-content: center;
    padding: 1rem;
    text-align: center;
  }

  .banner {
    min-width: 80%;
    padding: 30px;
  }

  .lw-text {
    font-size: 2.5rem;
  }
}
/* Section B Styles */
.section-b {
  padding: 6rem 2rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.section-b.visible {
  opacity: 1;
  transform: translateY(0);
}

.section-b-title {
  font-size: 2.5rem;
  /* font-weight: 600; */
  color: var(--font-color);
  margin-bottom: 3rem;
  position: relative;
}

.section-b-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: var(--logo-color);
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}

.cv-short {
  margin-top: 2rem;
  font-size: 1.4em;
}

/* Responsive design for Section B */
@media screen and (max-width: 768px) {
  .section-b {
    padding: 4rem 1rem;
  }

  .section-b-title {
    font-size: 2rem;
  }
}
/* Concert Section Styles */
.section-concerts {
  padding: 6rem 2rem;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.section-concerts.visible {
  opacity: 1;
  transform: translateY(0);
}

.section-concerts-title {
  font-size: 2.5rem;
  color: var(--font-color);
  margin-bottom: 3rem;
  position: relative;
}

.section-concerts-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: var(--logo-color);
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}

/* Section Audio Styles */
.section-audio {
  padding: 6rem 2rem;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  transform: translateY(50px);
  /* transition: all 0.8s ease-out; */
}

.audio-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.section-a-content-title {
  display: flex;
  justify-content: flex-end;
}

.concert-tickets {
  background-color: var(--logo-color);
  color: white;
  padding: 0.5rem;
  display: inline-block;
  margin-top: 1rem;
}

.concerts-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.concert-item {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid var(--logo-color);
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInFromLeft 0.6s ease-out forwards;
}

.concert-item:nth-child(2) {
  animation-delay: 0.1s;
}

.concert-item:nth-child(3) {
  animation-delay: 0.2s;
}

.concert-item:nth-child(4) {
  animation-delay: 0.3s;
}

.concert-item:nth-child(5) {
  animation-delay: 0.4s;
}

.concert-item:hover {
  transform: translateX(10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  background-color: rgba(255, 255, 255, 0.8);
}

.concert-details {
  flex: 1;
}

.concert-date {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--logo-color);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.concert-title-large {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.concert-title-small {
  font-size: 1.2rem;
}

.concert-venue {
  font-size: 1.2rem;
  color: var(--font-color);
}

.program-link,
.link {
  display: inline-flex;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  text-decoration-color: var(--logo-color);
}

.concert-description {
  font-size: 1rem;
  color: var(--font-color);
  opacity: 0.8;
  font-style: italic;
}

.loading-message {
  text-align: center;
  font-size: 1.2rem;
  color: var(--font-color);
  opacity: 0.7;
  padding: 2rem;
}

.error-message {
  text-align: center;
  font-size: 1.2rem;
  color: #d63031;
  padding: 2rem;
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Responsive design for Section C */
@media screen and (max-width: 768px) {
  .section-concerts {
    padding: 0rem 1rem;
  }

  .section-concerts-title {
    font-size: 2rem;
  }

  .concert-item {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }

  .concert-item:hover {
    transform: translateY(-5px);
  }

  .concert-venue {
    font-size: 1.2rem;
  }

  .concert-date {
    font-size: 1.1rem;
  }
}
/* Calendar Page Styles */
.calendar-container {
  display: flex;
  min-height: 100vh;
  position: relative;
}

.calendar-image-section {
  position: fixed;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100vh;
  z-index: 1;
}

.calendar-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.calendar-concerts-section {
  position: relative;
  margin-left: 50vw;
  width: 50vw;
  min-height: 100vh;
  background-color: var(--background-color);
  padding: 2rem;
  overflow-y: auto;
  z-index: 2;
}

.season-note {
  background-color: rgba(255, 255, 255, 0.6);
  margin: 1.5rem 0 2.5rem;
  padding: 1.5rem;
  border-radius: 12px;
  border-left: 4px solid var(--logo-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  font-size: 1.1rem;
  color: var(--font-color);
  font-style: italic;
}

.calendar-header {
  margin-bottom: 4rem;
  text-align: center;
  padding-top: 2rem;
}

.calendar-title {
  font-size: 3rem;
  color: var(--font-color);
  margin-bottom: 2rem;
  position: relative;
}

.calendar-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: var(--logo-color);
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}

.concerts-scroll-container {
  max-height: calc(100vh - 20px);
  overflow-y: auto;
  padding-right: 1rem;
}

/* Redesigned Concert Items */
.calendar h1.title {
  font-size: 2.2rem;
  color: var(--logo-color);
  margin: 3rem 0 2rem 0;
  text-align: center;
  position: relative;
}

.calendar h1.title::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: var(--logo-color);
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.calendar .concert {
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border-radius: 12px;
  border-left: 4px solid var(--logo-color);
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.calendar .concert:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  background-color: rgba(255, 255, 255, 0.8);
}

.calendar .concert .date {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--logo-color);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.calendar .concert .location > div:first-child {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--font-color);
  margin-bottom: 0.3rem;
}

.calendar .concert .program > div:first-child {
  font-size: 1.1rem;
  color: var(--font-color);
  font-style: italic;
  margin-bottom: 0.5rem;
}

.calendar .concert a.progr {
  background-color: var(--logo-color);
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-block;
  margin-top: 0.5rem;
  transition: background-color 0.3s ease;
}

.calendar .concert a.progr:hover {
  background-color: var(--logo-color-light);
  color: white;
}

/* Mobile Responsiveness for Calendar */
@media screen and (max-width: 768px) {
  .calendar-container {
    flex-direction: column;
  }

  .calendar-image-section {
    position: relative;
    width: 100vw;
    height: 40vh;
    z-index: 1;
  }

  .calendar-concerts-section {
    margin-left: 0;
    width: 100vw;
    padding: 1rem;
  }

  .calendar-header {
    padding-top: 1rem;
    margin-bottom: 2rem;
  }

  .calendar-title {
    font-size: 2.5rem;
  }

  .concerts-scroll-container {
    max-height: none;
  }

  .calendar .concert .columns {
    margin: 0 !important;
  }

  .calendar .concert .column {
    padding: 0.25rem !important;
  }
}
/* Page Title Styles */
.page-main-title {
  font-size: 2.5rem;
  color: var(--font-color);
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
}

.page-main-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: var(--logo-color);
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}

.page-section-title {
  font-size: 2rem;
  color: var(--font-color);
  margin-bottom: 1rem;
  text-align: left;
  position: relative;
}

.composer-concerts {
  margin-bottom: 2rem;
}

.composer-concert {
  margin-bottom: 0.5rem;
}

.repertoire-concerts {
  margin-bottom: 3rem;
}

.repertoire-programs {
  margin-bottom: 3rem;
}

.repertoire-program-item {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.repertoire-program-composers {
  font-size: 1rem;
}

.repertoire-program-more {
  font-size: 0.9rem;
  text-decoration: underline;
  color: var(--logo-color);
}

.download-tag {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
  font-size: 1.1rem;
  background-color: var(--logo-color);
  color: white;
}

.composer-name {
  font-size: 1.2rem;
}

/* Enhanced Program Section Styles */
.program-section {
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  padding: 2.5rem;
  border-radius: 12px;
  border-left: 4px solid var(--logo-color);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.program-section:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.95);
}

.program-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--font-color);
  margin-bottom: 1.5rem;
}

.program-button-container {
  margin-top: 2rem;
  text-align: center;
}

.program-more-button {
  background-color: var(--logo-color);
  color: white;
  padding: 0.8rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-block;
  letter-spacing: 0.5px;
}

.program-more-button:hover {
  background-color: var(--logo-color-light);
  transform: translateY(-2px);
  color: white;
  box-shadow: 0 4px 12px rgba(189, 153, 85, 0.3);
}

.program-short-description .blob {
  font-size: 1.2rem;
  line-height: 1.7;
  color: var(--font-color);
  opacity: 0.9;
  margin-top: 1rem;
}

/* Enhanced Page Content */
.page-content {
  margin-top: 2rem;
}

.page-content .blob {
  font-size: 1.3rem;
  line-height: 1.8;
  color: var(--font-color);
}

/* Mobile Responsiveness for Pages */
@media screen and (max-width: 768px) {
  .page-main-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .program-section {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .program-title {
    font-size: 1.5rem;
  }

  .program-more-button {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
  }

  .page-content .blob,
.program-short-description .blob {
    font-size: 1.1rem;
  }
}
/* Contact Page Styles */
.contact-container {
  display: flex;
  min-height: 100vh;
  position: relative;
}

.contact-image-section {
  position: fixed;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100vh;
  z-index: 1;
}

.contact-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-info-section {
  position: relative;
  margin-left: 50vw;
  width: 50vw;
  min-height: 100vh;
  background-color: var(--background-color);
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.contact-header {
  margin-bottom: 4rem;
  text-align: center;
}

.contact-title {
  font-size: 3rem;
  color: var(--font-color);
  margin-bottom: 2rem;
  position: relative;
}

.contact-title::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: var(--logo-color);
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}

.contact-details {
  max-width: 400px;
  margin: 0 auto;
}

.contact-item {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 12px;
  border-left: 4px solid var(--logo-color);
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.contact-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.95);
}

.contact-label {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--logo-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.contact-value {
  font-size: 1.4rem;
  color: var(--font-color);
}

.contact-value a {
  color: var(--font-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-value a:hover {
  color: var(--logo-color);
}

/* Mobile Responsiveness for Contact */
@media screen and (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }

  .contact-image-section {
    position: relative;
    width: 100vw;
    height: 40vh;
    z-index: 1;
  }

  .contact-info-section {
    margin-left: 0;
    width: 100vw;
    padding: 2rem;
    min-height: 0px;
  }

  .contact-header {
    margin-bottom: 3rem;
  }

  .contact-title {
    font-size: 2.5rem;
  }

  .contact-item {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .contact-value {
    font-size: 1.2rem;
  }
}
