.website-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
}
.form-status.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 18px;
  border: 2px solid var(--black);
  border-radius: 8px;
  background: var(--yellow);
  color: var(--black);
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(255,191,57,.25);
}
.form-status.loading::before {
  content: "";
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border: 3px solid rgba(8,9,11,.25);
  border-top-color: var(--black);
  border-radius: 50%;
  animation: reservation-spin .75s linear infinite;
}
@keyframes reservation-spin { to { transform: rotate(360deg); } }
.form-status.error {
  padding: 13px 16px;
  border: 2px solid #b51d1d;
  border-radius: 8px;
  background: #fff1f1;
}
.form-status.duplicate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 62px;
  padding: 15px 18px;
  border: 2px solid #087db8;
  border-radius: 8px;
  background: #e8f7ff;
  color: #064d70;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(33,175,245,.18);
}
.form-status.duplicate::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--blue);
  color: var(--black);
  font-size: 1rem;
  font-weight: 900;
}
.form-status.server-error {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 62px;
  padding: 15px 18px;
  border: 2px solid #b51d1d;
  border-radius: 8px;
  background: #fff1f1;
  color: #8f1212;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(181,29,29,.15);
}
.form-status.server-error::before {
  content: "!";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #b51d1d;
  color: #fff;
  font-weight: 900;
}
@media (prefers-reduced-motion: reduce) {
  .form-status.loading::before { animation: none; }
}
.registration {
  padding-top: 68px;
  padding-bottom: 52px;
  align-items: start;
}
#registration-form {
  padding-top: 34px;
  padding-bottom: 30px;
}
.hero-content > .button {
  animation: guarantee-pulse 1.7s ease-in-out infinite;
  will-change: transform, opacity, box-shadow;
}
@keyframes guarantee-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 10px 25px rgba(255,191,57,.2);
  }
  50% {
    opacity: .7;
    transform: scale(1.045);
    box-shadow: 0 0 0 9px rgba(255,191,57,.13), 0 14px 32px rgba(255,191,57,.32);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-content > .button { animation: none; }
}
.event-grid .date-card {
  background: var(--yellow);
  color: var(--black);
}
.event-grid .date-card span,
.event-grid .date-card small {
  color: #352500;
}
.event-grid .time-card {
  background: var(--blue);
  color: var(--black);
}
.event-grid .time-card span,
.event-grid .time-card small {
  color: #04283a;
}
.event-grid .date-card strong,
.event-grid .time-card strong {
  color: var(--black);
  font-size: clamp(1.15rem, 1.55vw, 1.5rem);
  line-height: 1.15;
  margin: 6px 0;
}
.event-grid .date-card span,
.event-grid .time-card span {
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.about {
  grid-template-columns: .5fr .88fr 1.22fr;
  gap: 3.5vw;
  max-width: 1450px;
  padding-left: clamp(24px,7vw,110px);
  padding-right: clamp(24px,7vw,110px);
  padding-top: 28px;
  padding-bottom: 0;
  align-items: center;
}
.about .section-heading {
  align-self: start;
  margin-top: 32px;
}
.about-copy {
  align-self: start;
  margin-top: 58px;
  transform: none;
}
.about-photo {
  align-self: end;
  height: 520px;
  min-height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transform: none;
}
.about-band {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 14px clamp(24px,7vw,110px);
  background: var(--black);
  color: var(--white);
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .about { grid-template-columns: 1fr; padding-top: 65px; padding-bottom: 0; }
  .about .section-heading,
  .about-copy { align-self: auto; margin-top: 0; transform: none; }
  .about-photo {
    width: min(100%, 620px);
    height: auto;
    aspect-ratio: 4 / 3;
    margin: 18px auto 0;
    overflow: visible;
  }
  .about-photo img { transform: none; }
}
.logo-fim {
  display: block;
  width: min(240px, 70vw);
  max-height: 110px;
  object-fit: contain;
  margin: 0 auto 24px;
}
.slogan { display: block; margin-left: auto; margin-right: auto; }
@media (max-width: 560px) {
  .registration { padding-top: 52px; padding-bottom: 42px; }
  #registration-form { padding: 22px; }
  .about-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 14px auto 0;
  }
  .about-band { min-height: 56px; font-size: .72rem; letter-spacing: .11em; }
}
