body.page-tour {
  color: #f7efe5;
  background:
    radial-gradient(circle at 16% 8%, rgba(228, 111, 47, 0.16), transparent 28rem),
    radial-gradient(circle at 82% 26%, rgba(247, 239, 229, 0.08), transparent 24rem),
    #0d0c0b;
}

.page-tour .site-header,
.page-tour .footer {
  border-color: rgba(247, 239, 229, 0.12);
  color: #f7efe5;
  background: rgba(13, 12, 11, 0.92);
}

.page-tour .brand,
.page-tour .nav a {
  color: #f7efe5;
}

.page-tour .nav a.nav-cta {
  color: #11100f;
  background: #f7efe5;
}

.page-tour .muted,
.page-tour .tour-intro p,
.page-tour .tour-city span {
  color: rgba(247, 239, 229, 0.68);
}

.page-tour .tour-page .hero h1,
.page-tour .tour-intro h2,
.page-tour .tour-date,
.page-tour .tour-city strong {
  color: #f7efe5;
}

.page-tour .tour-list {
  border-top-color: rgba(247, 239, 229, 0.14);
}

.page-tour .tour-row {
  border-bottom-color: rgba(247, 239, 229, 0.11);
}

.page-tour .tour-ticket-link {
  color: #11100f;
  background: #f7efe5;
  border-color: #f7efe5;
}

.page-tour .tour-waitlist-link {
  color: #f7efe5;
  border-color: rgba(247, 239, 229, 0.18);
}

.city-notes-section {
  padding: 0 0 clamp(3rem, 7vw, 5rem);
  scroll-margin-top: 6rem;
}

.city-notes-card {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  border: 1px solid rgba(247, 239, 229, 0.14);
  border-radius: 28px;
  padding: clamp(1.1rem, 3.4vw, 2rem);
  background:
    linear-gradient(135deg, rgba(247, 239, 229, 0.08), transparent 46%),
    rgba(21, 19, 16, 0.92);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.city-notes-copy {
  align-self: start;
  display: grid;
  gap: 0.9rem;
}

.city-notes-copy h2 {
  max-width: 11ch;
  margin: 0;
  color: #f7efe5;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-style: normal;
  font-size: clamp(2.2rem, 5.6vw, 4.6rem);
  font-weight: 850;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.city-notes-copy p {
  max-width: 34rem;
  margin: 0;
  color: rgba(247, 239, 229, 0.7);
  line-height: 1.62;
}

.city-notes-copy .city-notes-micro {
  width: fit-content;
  border: 1px solid rgba(242, 138, 63, 0.24);
  border-radius: 999px;
  padding: 0.55rem 0.78rem;
  color: #f7c89d;
  background: rgba(228, 111, 47, 0.1);
  font-size: 0.92rem;
  font-weight: 780;
}

.city-notes-form {
  display: grid;
  gap: 0.9rem;
  min-width: 0;
}

.city-notes-form [hidden] {
  display: none !important;
}

.city-notes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.city-notes-grid > label:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.city-notes-form label {
  display: grid;
  gap: 0.42rem;
  min-width: 0;
}

.city-notes-form label span {
  color: rgba(247, 239, 229, 0.58);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.city-notes-form input,
.city-notes-form select,
.city-notes-form textarea {
  width: 100%;
  border: 1px solid rgba(247, 239, 229, 0.12);
  border-radius: 16px;
  outline: none;
  padding: 0.92rem 1rem;
  color: #f7efe5;
  background: rgba(255, 244, 229, 0.06);
  font: inherit;
}

.city-notes-form textarea {
  min-height: 112px;
  resize: vertical;
  line-height: 1.5;
}

.city-notes-form input::placeholder,
.city-notes-form textarea::placeholder {
  color: rgba(247, 239, 229, 0.36);
}

.city-notes-form input:focus-visible,
.city-notes-form select:focus-visible,
.city-notes-form textarea:focus-visible {
  border-color: rgba(242, 138, 63, 0.55);
  box-shadow: 0 0 0 3px rgba(242, 138, 63, 0.18);
}

.city-notes-identity,
.city-notes-status {
  margin: 0;
  color: rgba(247, 239, 229, 0.66);
  font-size: 0.94rem;
  line-height: 1.45;
}

.city-notes-status.is-error {
  color: #ffb0a2;
}

.city-notes-status.is-success {
  color: #f7c89d;
}

.city-notes-consent {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.65rem !important;
  border: 1px solid rgba(247, 239, 229, 0.1);
  border-radius: 18px;
  padding: 0.9rem;
  background: rgba(255, 244, 229, 0.04);
}

.city-notes-consent input {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.15rem;
  accent-color: #f28a3f;
}

.city-notes-consent span {
  color: rgba(247, 239, 229, 0.72) !important;
  font-size: 0.9rem !important;
  font-weight: 620 !important;
  letter-spacing: 0 !important;
  line-height: 1.5;
  text-transform: none !important;
}

.city-notes-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.city-notes-success {
  display: grid;
  gap: 0.7rem;
  border: 1px solid rgba(242, 138, 63, 0.24);
  border-radius: 22px;
  padding: 1rem;
  background: rgba(228, 111, 47, 0.09);
}

.city-notes-success[hidden] {
  display: none;
}

.city-notes-success h3,
.city-notes-success p {
  margin: 0;
}

.city-notes-success h3 {
  color: #f7efe5;
  font-size: 1.35rem;
}

.city-notes-success p {
  color: rgba(247, 239, 229, 0.72);
}

.city-notes-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 860px) {
  .city-notes-card {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .city-notes-copy h2 {
    max-width: 12ch;
  }
}

@media (max-width: 620px) {
  .city-notes-section {
    padding-bottom: 3rem;
  }

  .city-notes-card {
    margin-inline: -0.1rem;
    padding: 1rem;
  }

  .city-notes-copy h2 {
    max-width: 10ch;
    font-size: clamp(2.25rem, 12vw, 3.2rem);
  }

  .city-notes-grid {
    grid-template-columns: 1fr;
  }

  .city-notes-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .city-notes-actions .button {
    width: 100%;
  }
}
