a {
  color: inherit;
  transition: opacity 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
}

.form-control:focus, .form-control:active, .form-control.focus,
.btn:focus,
.btn:active,
.btn.focus,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler.focus,
.faq__btn:focus,
.faq__btn:active,
.faq__btn.focus,
button:focus,
button:active,
button.focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #FCDDF1 !important;
  background-color: transparent !important;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col, [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(180deg, #FAF9F4 0%, #FDEBDF 100%);
  color: #757470;
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

body {
  font-family: "Quicksand", sans-serif;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Kalnia", serif;
  font-weight: 500;
  color: #FDA4C0;
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: inherit;
}

.section-landing {
  position: relative;
  width: 100%;
  height: 85vh;
  background: linear-gradient(180deg, rgba(250, 249, 244, 0.5) 0%, rgba(253, 235, 223, 0.6) 100%), url("../img/fondo-landing.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 15;
  text-align: center;
}
@media (max-width: 850px) {
  .section-landing {
    height: 60vh;
  }
}

.landing-logo {
  font-family: "Kalnia", serif;
  font-size: 5rem;
  font-weight: 200;
  color: #FDA4C0;
  text-shadow: 2px 2px 0px #fff, 0 0 20px rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  animation: floatTitle 6s ease-in-out infinite;
}

.landing-subtitle {
  font-size: 1.2rem;
  letter-spacing: 3px;
  background: rgba(255, 255, 255, 0.6);
  color: #757470;
  font-weight: 700;
  padding: 12px 35px;
  border-radius: 50px;
  backdrop-filter: blur(5px);
  border: 2px solid #FDA4C0;
  box-shadow: 0 4px 15px rgba(253, 164, 192, 0.2);
}

@keyframes floatTitle {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.custom-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  padding: 20px 0;
  background: transparent;
  transition: all 0.3s ease;
}
.custom-navbar .navbar-collapse {
  justify-content: flex-end;
}
.custom-navbar .navbar-brand {
  color: #FDA4C0;
  font-family: "Kalnia", serif;
  font-size: 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.custom-navbar .nav-link {
  color: #757470;
  font-weight: 700;
  margin-left: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}
.custom-navbar .nav-link.active {
  color: #FFCFC7;
  font-weight: 800;
  position: relative;
}
.custom-navbar .navbar-toggler {
  border: none;
  color: #FDA4C0;
  font-size: 2rem;
  padding: 0;
}
.custom-navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.custom-navbar.scrolled {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.custom-navbar.scrolled .navbar-brand {
  font-size: 1.2rem;
}
@media (max-width: 850px) {
  .custom-navbar {
    padding: 15px 0;
  }
  .custom-navbar.scrolled {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  .custom-navbar .navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    margin-top: 10px;
    padding: 20px;
    box-shadow: 0 8px 32px 0 rgba(253, 164, 192, 0.2);
  }
  .custom-navbar .nav-link {
    margin-left: 0;
    padding: 15px 0;
    border-bottom: 1px solid rgba(252, 221, 241, 0.3);
    text-align: center;
  }
  .custom-navbar .nav-link:last-child {
    border-bottom: none;
  }
  .custom-navbar .nav-link.active::after {
    right: 30%;
  }
}

.about-container {
  max-width: 800px;
  width: 100%;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

.schedule-wrapper {
  width: 100%;
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 30px;
  position: relative;
  z-index: 10;
  align-items: center;
}
@media (max-width: 850px) {
  .schedule-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
  }
}

.merch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.info-wrapper {
  width: 100%;
  max-width: 700px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.social-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
@media (max-width: 850px) {
  .social-container {
    flex-direction: column;
    text-align: center;
  }
}

.cloud-divider-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 5;
}
.cloud-divider-top svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 120px;
}

.divider-landing,
.divider-intro,
.cloud-divider-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 5;
}
.divider-landing svg,
.divider-intro svg,
.cloud-divider-bottom svg {
  display: block;
  width: calc(100% + 1.3px);
}

.divider-landing svg {
  height: 150px;
}

.divider-intro {
  overflow: hidden;
}
.divider-intro svg {
  height: 120px;
}

.cloud-divider-bottom {
  overflow: hidden;
}
.cloud-divider-bottom svg {
  position: relative;
  height: 120px;
}

footer {
  padding: 40px;
  background: #FAF9F4;
  text-align: center;
  color: #FDA4C0;
  font-weight: 600;
  font-size: 0.8rem;
  border-top: 1px solid #FCDDF1;
}

.about-btn {
  display: inline-block;
  background-color: #FDA4C0;
  color: #FFFFFF;
  padding: 12px 40px;
  border-radius: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  border: 2px solid #FFFFFF;
  box-shadow: 0 5px 15px rgba(253, 164, 192, 0.3);
  transition: transform 0.3s;
  margin-top: 20px;
}
.about-btn:hover {
  transform: translateY(-3px);
}

.social-pill {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #FCDDF1;
  box-shadow: 0 5px 15px rgba(253, 164, 192, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  color: #757470;
  font-weight: 600;
  font-size: 0.9rem;
}
.social-pill:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(253, 164, 192, 0.2);
}

.stream-card {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(12px);
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 8px 32px 0 rgba(253, 164, 192, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
  color: #757470;
}
.stream-card:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(253, 164, 192, 0.3);
}

.memo-area {
  background: #FFFFFF;
  border-radius: 25px;
  border: 4px solid #FDA4C0;
  box-shadow: 0 8px 32px 0 rgba(253, 164, 192, 0.2);
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 400px;
  transform: rotate(-3deg);
  margin-top: 10px;
  transition: transform 0.3s ease;
}
.memo-area:hover {
  transform: rotate(0deg) scale(1.02);
}

.merch-card {
  background: #FFFFFF;
  border-radius: 25px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(253, 164, 192, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #FCDDF1;
}
.merch-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(253, 164, 192, 0.3);
}

.glass-info-card {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 25px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}
.glass-info-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}

.sparkle {
  position: absolute;
  color: #FDA4C0;
  font-size: 1.8rem;
  animation: twinkle 3s infinite ease-in-out;
  z-index: 2;
  pointer-events: none;
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.4;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.2) rotate(15deg);
  }
}
.fuzzy-heart {
  position: absolute;
  width: 250px;
  height: 250px;
  background-color: #FDA4C0;
  transform: rotate(-45deg);
  box-shadow: 0 0 80px 40px #FDA4C0;
  filter: blur(30px);
  opacity: 0.6;
  animation: pulseHeart 4s infinite ease-in-out;
}
.fuzzy-heart::before, .fuzzy-heart::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background-color: #FDA4C0;
  border-radius: 50%;
}
.fuzzy-heart::before {
  top: -125px;
  left: 0;
}
.fuzzy-heart::after {
  left: 125px;
  top: 0;
}

@keyframes pulseHeart {
  0%, 100% {
    transform: rotate(-45deg) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: rotate(-45deg) scale(1.1);
    opacity: 0.8;
  }
}
.icon-circle {
  width: 30px;
  height: 30px;
  background: #FDA4C0;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}

.section-faq {
  background-color: #FDEBDF;
  padding: 100px 20px;
}
.section-faq .faq-title {
  text-align: center;
  font-size: 3rem;
  color: #FDA4C0;
  margin-bottom: 50px;
  font-family: "Kalnia", serif;
}

.faq__card {
  border: 2px solid #FCDDF1;
  border-radius: 15px !important;
  margin-bottom: 15px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 8px 32px 0 rgba(253, 164, 192, 0.2);
}
.faq__card .card-header {
  background: transparent;
  border-bottom: none;
  padding: 0;
}

.faq__btn {
  color: #FDA4C0;
  font-weight: 700;
  padding: 20px;
  text-decoration: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  font-size: 1.1rem;
}
.faq__btn i {
  transition: transform 0.3s ease;
}
.faq__btn[aria-expanded=true] i {
  transform: rotate(180deg);
}

.faq__body {
  color: #757470;
  padding: 0 20px 20px 20px;
  font-weight: 500;
  line-height: 1.6;
}

.section-faq {
  position: relative;
  background-color: #FDEBDF;
  padding: 100px 20px 150px 20px;
  z-index: 3;
}
.section-faq .faq-title {
  text-align: center;
  font-size: 3rem;
  color: #FDA4C0;
  margin-bottom: 50px;
  font-family: "Kalnia", serif;
}

.custom-modal {
  background-color: #FAF9F4;
  border: 2px solid #FCDDF1;
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 rgba(253, 164, 192, 0.2);
  color: #757470;
  border-radius: 20px !important;
}
.custom-modal .modal-header {
  border-bottom: 1px solid #FCDDF1;
  padding: 20px 30px;
}
.custom-modal .modal-header .modal-title {
  font-family: "Kalnia", serif;
  color: #FDA4C0;
  font-weight: 600;
}
.custom-modal .modal-header .close {
  color: #FDA4C0;
  opacity: 0.8;
}
.custom-modal .modal-header .close:focus {
  outline: none;
}
.custom-modal .modal-header .close:hover {
  opacity: 1;
}
.custom-modal .modal-body {
  padding: 30px;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.05rem;
}
.custom-modal .modal-footer {
  border-top: 1px solid #FCDDF1;
  padding: 20px 30px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.modal-btn-cancel {
  background: transparent;
  color: #757470;
  border: 2px solid #FCDDF1;
  border-radius: 30px;
  padding: 8px 25px;
  font-weight: 600;
  transition: transform 0.3s, box-shadow 0.3s;
}
.modal-btn-cancel:hover {
  color: #757470;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.modal-btn-confirm {
  background: #FDA4C0;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  padding: 8px 25px;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(253, 164, 192, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}
.modal-btn-confirm:hover {
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(253, 164, 192, 0.3);
}

.custom-gallery-modal {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border: 3px solid #FCDDF1;
  border-radius: 30px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.custom-gallery-modal .modal-body {
  padding: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #FDA4C0;
  font-size: 2.5rem;
  font-weight: 300;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  z-index: 100;
}
.gallery-close:hover {
  opacity: 1;
  color: #FDA4C0;
}
.gallery-close:focus {
  outline: none;
}

.gallery-full-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: rgba(253, 164, 192, 0.5);
  font-size: 5rem;
  width: 100%;
  min-height: 70vh;
  background-color: rgba(252, 221, 241, 0.2);
  border-radius: 20px;
  font-family: "Pinyon Script", cursive;
}
.gallery-full-image i {
  filter: drop-shadow(0 0 15px rgba(253, 164, 192, 0.3));
}
.gallery-full-image p {
  font-size: 1.5rem;
  color: #757470;
  margin: 0;
}

.modal-backdrop {
  background-color: #FDEBDF;
}
.modal-backdrop.show {
  opacity: 0.85 !important;
  backdrop-filter: blur(8px);
}

.section-intro {
  position: relative;
  width: 100%;
  min-height: 50vh;
  background-color: #FAF9F4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10;
  padding: 80px 20px;
  text-align: center;
}

.about-text-col h2 {
  font-size: 3.5rem;
  color: #FDA4C0;
  text-shadow: 2px 2px 0px white;
  margin-bottom: 30px;
  line-height: 1.1;
}
.about-text-col p {
  color: #757470;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.9;
  margin-bottom: 25px;
}

.section-hero {
  position: relative;
  min-height: 100vh;
  background: #FDEBDF;
  padding: 80px 20px 200px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.main-title {
  position: absolute;
  top: -90px;
  left: 10px;
  font-size: 4rem;
  color: #FFFFFF;
  font-family: "Kalnia", serif;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (max-width: 850px) {
  .main-title {
    position: static;
    text-align: center;
    margin-bottom: 40px;
    font-size: 3rem;
    text-shadow: none;
  }
}

.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
@media (max-width: 850px) {
  .schedule-list {
    padding: 0 10px;
  }
}

.day-row {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.day-row.offline .stream-card {
  background: rgba(255, 255, 255, 0.3);
  border: 1px dashed rgba(255, 255, 255, 0.6);
  color: rgba(117, 116, 112, 0.5);
  box-shadow: none;
}
.day-row.offline .stream-time, .day-row.offline .day-badge {
  opacity: 0.5;
}

.stream-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(12px);
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-shadow: 0 8px 32px 0 rgba(253, 164, 192, 0.2);
  transition: transform 0.2s, box-shadow 0.2s;
  color: #757470;
}
.stream-card:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(253, 164, 192, 0.3);
}

.day-badge {
  background: #FDA4C0;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(253, 164, 192, 0.4);
  flex-shrink: 0;
  border: 2px solid #FFFFFF;
}

.stream-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.stream-time {
  background: #FCDDF1;
  color: #757470;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid #FFFFFF;
}

.spiral-container {
  position: absolute;
  left: -12px;
  top: 40px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 24px;
}

.ring {
  width: 25px;
  height: 12px;
  background: linear-gradient(90deg, #ddd, #fff, #ddd);
  border-radius: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.memo-content {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #757470;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 500;
  background-color: #fff;
  background-image: linear-gradient(#E0E0E0 1px, transparent 1px), linear-gradient(90deg, #E0E0E0 1px, transparent 1px);
  background-size: 25px 25px;
  line-height: 30px;
  border-radius: 10px;
}

.sticker {
  position: absolute;
  bottom: -15px;
  right: -15px;
  background: #FFCFC7;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  transform: rotate(-5deg);
  font-family: "Kalnia", serif;
  font-weight: 500;
  border: 1px solid #FFFFFF;
}

.section-merch {
  position: relative;
  background-color: #FAF9F4;
  padding: 100px 20px 180px 20px;
  text-align: center;
  z-index: 3;
}
.section-merch .cloud-divider-bottom svg path {
  fill: #FFCFC7;
}

.merch-title {
  font-size: 3rem;
  color: #FDA4C0;
  margin-bottom: 10px;
}

.merch-subtitle {
  color: #757470;
  margin-bottom: 60px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  opacity: 0.7;
}

.merch-placeholder {
  width: 100%;
  height: 160px;
  background: linear-gradient(180deg, #FDEBDF 0%, #FCDDF1 100%);
  border-radius: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}

.section-info {
  position: relative;
  background: linear-gradient(180deg, #FFCFC7 0%, #FDA4C0 100%);
  padding: 100px 20px 220px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.section-info .cloud-divider-bottom svg path {
  fill: #FAF9F4;
}

.event-header {
  margin-bottom: 50px;
}

.pill-tag {
  display: inline-block;
  background: #FFFFFF;
  color: #FDA4C0;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.event-title {
  font-size: 3.5rem;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: "Kalnia", serif;
}
.event-title span {
  font-style: normal;
  color: #FFF5F5;
  font-weight: 300;
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}

.info-label {
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
  min-width: 100px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  margin-right: 20px;
}
@media (max-width: 850px) {
  .info-label {
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    padding-bottom: 5px;
  }
}

@media (max-width: 850px) {
  .glass-info-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.info-content {
  font-size: 0.9rem;
  color: #FFFFFF;
  line-height: 1.5;
  font-weight: 600;
}

.section-socials {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 60vh;
  background: #FAF9F4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
}

.cloud-heart-wrapper {
  position: relative;
  width: 450px;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 850px) {
  .cloud-heart-wrapper {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
  }
  .cloud-heart-wrapper .fuzzy-heart, .cloud-heart-wrapper .fuzzy-heart::before, .cloud-heart-wrapper .fuzzy-heart::after {
    width: 180px;
    height: 180px;
  }
}

.heart-sparkle {
  position: absolute;
  color: #FFFFFF;
  font-size: 2rem;
  text-shadow: 0 0 10px #fff, 0 0 20px #FDA4C0;
  animation: twinkle 3s infinite;
}

.social-content {
  flex-grow: 1;
  text-align: left;
  padding-left: 50px;
}
@media (max-width: 850px) {
  .social-content {
    padding-left: 0;
    text-align: center;
  }
}

.brand-mini {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  color: #FDA4C0;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 850px) {
  .brand-mini {
    justify-content: center;
  }
}

.title-script {
  font-family: "Pinyon Script", cursive;
  font-size: 7rem;
  color: #FDA4C0;
  line-height: 1;
  margin-left: -20px;
  text-shadow: 3px 3px 0px rgba(255, 255, 255, 0.5);
}
@media (max-width: 850px) {
  .title-script {
    font-size: 4rem;
    margin-left: 0;
  }
}

.subtitle-serif {
  font-family: "Kalnia", serif;
  font-size: 2.5rem;
  color: #FFCFC7;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 850px) {
  .subtitle-serif {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.social-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 850px) {
  .social-grid {
    justify-content: center;
  }
}

.section-intro,
.section-merch,
.section-info,
.section-socials {
  position: relative;
  overflow: hidden;
}

/*# sourceMappingURL=main.css.map */
