/****************Hotfix IMG INDEX******************/
#u155643_img {
  width: 100px!important;
  height: 100%!important;
}

#u155643 {
  z-index: 221!important;
  width: 100px!important;
  margin-top: 22px!important;
  left: 770px!important;
}

#coming-soon-section {
width: 400px !important;
  left: calc(450px - 200px) !important;
  right: 0 !important;
  position: relative !important;
  text-align: center;
  padding: 1rem;
}

#coming-soon-section .cs-wrapper {
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 1px solid rgba(212, 185, 125, 0.45);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4), inset 0 0 60px rgba(0, 0, 0, 0.15);
  padding: 2rem 2rem;
  margin-top: 1.5rem;
}

      /* --- Animated Notes --- */
      #coming-soon-section .cs-notes-row {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 18px;
        margin-bottom: 22px;
        height: 45px;
      }
      #coming-soon-section .cs-note-icon {
        font-size: 26px;
        font-family: serif;
        color: #d4b97d;
        display: flex;
		justify-content: center;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-fill-mode: both;
      }
      #coming-soon-section .cs-note-icon.n1 {
        animation: notePlay1 2.8s infinite;
        animation-delay: 0s;
      }
      #coming-soon-section .cs-note-icon.n2 {
        animation: notePlay2 3.2s infinite;
        animation-delay: 0.4s;
        font-size: 20px;
      }
      #coming-soon-section .cs-note-icon.n3 {
        animation: notePlay3 2.5s infinite;
        animation-delay: 0.8s;
        font-size: 30px;
      }
      #coming-soon-section .cs-note-icon.n4 {
        animation: notePlay2 3.0s infinite;
        animation-delay: 1.2s;
        font-size: 22px;
      }
      #coming-soon-section .cs-note-icon.n5 {
        animation: notePlay1 2.6s infinite;
        animation-delay: 1.6s;
      }

      @keyframes notePlay1 {
        0%   { transform: translateY(0) scale(1) rotate(0deg); opacity: 0.4; color: #d4b97d; }
        15%  { transform: translateY(-14px) scale(1.25) rotate(-8deg); opacity: 1; color: #f0d68a; text-shadow: 0 0 12px rgba(240, 214, 138, 0.6); }
        30%  { transform: translateY(-6px) scale(1.05) rotate(4deg); opacity: 0.85; color: #d4b97d; text-shadow: none; }
        50%  { transform: translateY(-18px) scale(1.3) rotate(-5deg); opacity: 1; color: #f5e2a0; text-shadow: 0 0 16px rgba(245, 226, 160, 0.5); }
        70%  { transform: translateY(-4px) scale(0.95) rotate(2deg); opacity: 0.6; }
        100% { transform: translateY(0) scale(1) rotate(0deg); opacity: 0.4; color: #d4b97d; text-shadow: none; }
      }
      @keyframes notePlay2 {
        0%   { transform: translateY(0) scale(1) rotate(0deg); opacity: 0.35; }
        20%  { transform: translateY(-20px) scale(1.15) rotate(10deg); opacity: 1; color: #f0d68a; text-shadow: 0 0 10px rgba(240, 214, 138, 0.5); }
        45%  { transform: translateY(-8px) scale(1.0) rotate(-3deg); opacity: 0.7; text-shadow: none; }
        65%  { transform: translateY(-15px) scale(1.2) rotate(6deg); opacity: 0.95; color: #f5e2a0; text-shadow: 0 0 14px rgba(245, 226, 160, 0.45); }
        85%  { transform: translateY(-3px) scale(0.9) rotate(-2deg); opacity: 0.5; }
        100% { transform: translateY(0) scale(1) rotate(0deg); opacity: 0.35; text-shadow: none; }
      }
      @keyframes notePlay3 {
        0%   { transform: translateY(0) scale(1); opacity: 0.3; }
        10%  { transform: translateY(-10px) scale(1.35); opacity: 1; color: #ffe8a8; text-shadow: 0 0 20px rgba(255, 232, 168, 0.7); }
        25%  { transform: translateY(-5px) scale(1.1); opacity: 0.8; text-shadow: 0 0 6px rgba(212, 185, 125, 0.3); }
        40%  { transform: translateY(-22px) scale(1.3); opacity: 1; color: #f5e2a0; text-shadow: 0 0 18px rgba(245, 226, 160, 0.6); }
        60%  { transform: translateY(-8px) scale(0.95); opacity: 0.55; text-shadow: none; }
        80%  { transform: translateY(-12px) scale(1.1); opacity: 0.75; color: #d4b97d; text-shadow: 0 0 8px rgba(212, 185, 125, 0.3); }
        100% { transform: translateY(0) scale(1); opacity: 0.3; text-shadow: none; }
      }

      /* --- Divider glow pulse --- */
      @keyframes dividerGlow {
        0%, 100% { box-shadow: 0 0 4px rgba(212, 185, 125, 0.2); width: 80px; }
        50%      { box-shadow: 0 0 12px rgba(212, 185, 125, 0.5); width: 110px; }
      }

      /* --- Typography --- */
      #coming-soon-section .cs-title {
        font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif;
        font-size: 38px;
        font-weight: normal;
        color: #f0d68a;
        letter-spacing: 7px;
        text-transform: uppercase;
        margin: 0 0 10px 0;
        line-height: 1.3;
        text-shadow: 0 1px 8px rgba(240, 214, 138, 0.25);
      }
      #coming-soon-section .cs-subtitle {
        font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif;
        font-size: 19px;
        color: #e0c880;
        letter-spacing: 4px;
        text-transform: uppercase;
        margin: 0 0 30px 0;
        font-weight: normal;
      }
      #coming-soon-section .cs-divider {
        width: 80px;
        height: 1px;
        background: rgba(212, 185, 125, 0.6);
        margin: 0 auto 30px auto;
        animation: dividerGlow 4s ease-in-out infinite;
      }
      #coming-soon-section .cs-text {
        font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif;
        font-size: 16px;
        color: #ffffff;
        line-height: 1.8;
        margin: 0 0 10px 0;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
      }
      #coming-soon-section .cs-season {
        font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif;
        font-size: 21px;
        color: #ffffff;
        letter-spacing: 3px;
        margin: 28px 0 0 0;
        font-weight: normal;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
      }
      #coming-soon-section .cs-note-bottom {
        font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.65);
        margin-top: 35px;
        letter-spacing: 1px;
      }