:root {
  --ink: #16122b;
  --purple: #441470;
  --purple-2: #7916a7;
  --pink: #ef1975;
  --blue: #0b9ee8;
  --yellow: #ffd42a;
  --surface: #ffffff;
  --soft: #f6f1fb;
  --muted: #6b6679;
  --shadow: 0 18px 45px rgba(36, 15, 61, .16);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #fff; line-height: 1.55; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 8px clamp(20px, 5vw, 72px); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(68,20,112,.1); }
.brand img { display: block; width: 135px; height: 72px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; font-weight: 800; }
.main-nav a { text-decoration: none; }
.main-nav a:hover { color: var(--pink); }
.menu-toggle { display: none; border: 0; background: none; font-size: 1.8rem; }
.hero { min-height: 630px; position: relative; display: grid; place-items: center; overflow: hidden; color: white; background: radial-gradient(circle at 50% 35%, rgba(239,25,117,.75), transparent 30%), linear-gradient(135deg, #150526, #4b117c 45%, #071a63); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(circle at 15% 30%, #ffd42a 0 3px, transparent 4px), radial-gradient(circle at 80% 25%, #0bd7ff 0 4px, transparent 5px), radial-gradient(circle at 70% 75%, #ff4ca0 0 4px, transparent 5px), linear-gradient(115deg, transparent 48%, rgba(255,255,255,.08) 49%, transparent 50%); background-size: 170px 170px, 210px 210px, 145px 145px, 45px 45px; }
.hero-overlay { position: absolute; inset: auto -10% -35% -10%; height: 70%; background: radial-gradient(ellipse, rgba(0,0,0,.35), transparent 65%); }
.hero-content { position: relative; z-index: 1; max-width: 860px; padding: 70px 24px; text-align: center; }
.eyebrow { margin: 0 0 8px; letter-spacing: .18em; text-transform: uppercase; font-size: .78rem; font-weight: 900; color: var(--pink); }
.hero .eyebrow { color: var(--yellow); }
h1 { max-width: 820px; margin: 0 auto 18px; font-size: clamp(2.7rem, 7vw, 5.8rem); line-height: .98; letter-spacing: -.05em; }
.hero-content > p:not(.eyebrow) { max-width: 680px; margin: 0 auto; font-size: clamp(1.05rem, 2vw, 1.3rem); color: #eee8f7; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 2px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.button.primary { color: #26113d; background: var(--yellow); }
.button.secondary { color: white; border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); }
.button.small { min-height: 40px; padding: 0 16px; color: var(--purple); background: var(--soft); }
.quick-info { position: relative; z-index: 2; width: min(1100px, calc(100% - 32px)); margin: -58px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); background: white; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.quick-info article { padding: 28px; text-align: center; }
.quick-info article + article { border-left: 1px solid #eee5f4; }
.quick-info strong, .quick-info span { display: block; }
.quick-info strong { font-size: 1.15rem; color: var(--purple); }
.quick-info span { color: var(--muted); font-size: .94rem; }
.section { padding: 96px clamp(20px, 6vw, 86px); }
.section-heading { max-width: 1200px; margin: 0 auto 30px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading.centered { justify-content: center; text-align: center; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; letter-spacing: -.04em; }
.calendar-section { background: linear-gradient(#fff, #faf6fd); }
.calendar-toolbar { max-width: 1200px; margin: 0 auto 16px; display: flex; justify-content: center; align-items: center; gap: 18px; }
.calendar-toolbar h3 { min-width: 230px; margin: 0; text-align: center; font-size: 1.45rem; }
.icon-button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--purple); color: white; font-size: 2rem; line-height: 1; cursor: pointer; }
.calendar-layout { max-width: 1200px; margin: auto; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; align-items: start; }
.calendar-card, .event-panel { background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.calendar-card { padding: 18px; }
.weekday-row, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); }
.weekday-row span { padding: 12px 6px; text-align: center; font-size: .78rem; font-weight: 900; color: var(--muted); text-transform: uppercase; }
.calendar-grid { gap: 7px; }
.calendar-day { min-height: 102px; position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 10px; border: 1px solid #eee5f4; border-radius: 14px; background: #fff; color: var(--ink); cursor: pointer; }
.calendar-day:hover { border-color: var(--pink); background: #fff8fc; }
.calendar-day.outside { opacity: .35; }
.calendar-day.today { box-shadow: inset 0 0 0 2px var(--blue); }
.calendar-day.selected { background: var(--purple); color: white; border-color: var(--purple); }
.day-number { font-weight: 900; }
.event-dots { display: flex; flex-wrap: wrap; gap: 5px; margin-top: auto; padding-top: 8px; }
.event-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); }
.event-dot.alt { background: var(--yellow); }
.event-dot.blue { background: var(--blue); }
.event-count { margin-top: 5px; font-size: .7rem; font-weight: 800; }
.event-panel { min-height: 360px; padding: 26px; position: sticky; top: 110px; }
.event-panel h3 { margin-top: 0; }
.muted { color: var(--muted); }
.event-mini { padding: 16px 0; border-top: 1px solid #eee5f4; }
.event-mini:first-child { border-top: 0; }
.event-mini h4 { margin: 0 0 3px; }
.event-mini p { margin: 2px 0; color: var(--muted); font-size: .9rem; }
.event-mini button { margin-top: 9px; border: 0; padding: 0; background: none; color: var(--pink); font-weight: 900; cursor: pointer; }
.upcoming-section { background: #170627; color: white; }
.upcoming-section .eyebrow { color: var(--yellow); }
.event-list { max-width: 1200px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.event-card { padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.07); }
.event-card .date-badge { display: inline-flex; flex-direction: column; min-width: 58px; padding: 8px; border-radius: 12px; text-align: center; color: #271340; background: var(--yellow); font-weight: 900; }
.event-card .date-badge small { text-transform: uppercase; }
.event-card h3 { margin-bottom: 6px; }
.event-card p { margin: 4px 0; color: #d5cae2; }
.event-card button { margin-top: 14px; border: 0; background: none; color: var(--yellow); font-weight: 900; cursor: pointer; padding: 0; }
.how-section { background: #fff; }
.steps { max-width: 1200px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps article { padding: 26px; border-radius: 20px; background: var(--soft); }
.steps article > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--purple); color: white; font-weight: 900; }
.steps h3 { margin-bottom: 8px; }
.steps p { color: var(--muted); }
.booking-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; color: white; background: linear-gradient(135deg, var(--purple), #1f0c56); }
.booking-copy { align-self: center; }
.booking-copy .eyebrow { color: var(--yellow); }
.booking-copy > p:not(.eyebrow) { color: #e1d8ec; font-size: 1.05rem; }
.booking-copy-actions { margin-top: 24px; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 28px; border-radius: var(--radius); background: white; color: var(--ink); }
.booking-form label { display: grid; gap: 6px; font-weight: 800; font-size: .9rem; }
.booking-form input, .booking-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #d9cde3; border-radius: 10px; }
.booking-form input:focus, .booking-form textarea:focus { outline: 3px solid rgba(11,158,232,.2); border-color: var(--blue); }
.full { grid-column: 1 / -1; }
.field-error { min-height: 1.1em; color: #a61b3c; font-size: .8rem; font-weight: 700; }
.form-success, .form-error { display: none; margin: 0; padding: 12px 14px; border-radius: 10px; font-weight: 800; }
.form-success:not(:empty) { display: block; background: #e9f9ee; color: #176b35; }
.form-error:not(:empty) { display: block; background: #fff0f3; color: #a61b3c; }
.booking-form [aria-invalid="true"] { border-color: #a61b3c; outline: 3px solid rgba(166, 27, 60, .13); }
.booking-form button:disabled { opacity: .65; cursor: wait; }
footer { min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; text-align: center; background: #0d0418; color: #bdb1c9; }
footer img { width: 110px; height: 70px; object-fit: contain; }
dialog { width: min(520px, calc(100% - 32px)); border: 0; border-radius: 22px; padding: 30px; box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(13,4,24,.72); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 12px; right: 16px; border: 0; background: none; font-size: 1.8rem; cursor: pointer; }
#dialog-content h2 { padding-right: 30px; }
#dialog-content p { color: var(--muted); }
@media (max-width: 900px) {
  .calendar-layout, .booking-section { grid-template-columns: 1fr; }
  .event-panel { position: static; }
  .event-list { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .site-header { min-height: 72px; }
  .brand img { width: 105px; height: 58px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; inset: 72px 12px auto; padding: 18px; flex-direction: column; align-items: stretch; border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .hero { min-height: 580px; }
  .quick-info { grid-template-columns: 1fr; margin-top: -36px; }
  .quick-info article + article { border-left: 0; border-top: 1px solid #eee5f4; }
  .section { padding: 72px 18px; }
  .calendar-card { padding: 8px; }
  .weekday-row span { font-size: .65rem; }
  .calendar-grid { gap: 3px; }
  .calendar-day { min-height: 68px; padding: 6px; border-radius: 9px; }
  .event-count { display: none; }
  .event-list, .steps { grid-template-columns: 1fr; }
  .booking-form { grid-template-columns: 1fr; padding: 20px; }
  .booking-form label { grid-column: 1 / -1; }
}

/* Event song-list feature */
.song-list-link {
  display: inline-flex;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--pink);
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
.song-list-link:hover { color: var(--purple); }
.song-list-dialog { width: min(820px, calc(100% - 32px)); max-height: min(82vh, 850px); overflow-y: auto; }
.song-list-heading h2 { margin: 0; padding-right: 36px; }
.song-list-heading p { margin-bottom: 18px; }
.song-search { display: grid; gap: 7px; margin: 18px 0; font-size: .9rem; font-weight: 800; }
.song-search input { width: 100%; padding: 12px 14px; border: 1px solid #d9cde3; border-radius: 10px; font: inherit; }
.song-search input:focus { outline: 3px solid rgba(11,158,232,.2); border-color: var(--blue); }
.song-list-status { margin: 16px 0; color: var(--muted); font-weight: 800; }
.song-list { columns: 2; column-gap: 38px; margin: 18px 0 28px; padding-left: 30px; }
.song-list li { break-inside: avoid; margin: 0 0 11px; padding-left: 4px; }
.song-title, .song-artist { display: block; }
.song-title { font-weight: 850; color: var(--ink); }
.song-artist { margin-top: 2px; color: var(--muted); font-size: .86rem; }
@media (max-width: 680px) {
  .song-list { columns: 1; }
  .song-list-dialog { padding: 24px 20px; }
}

/* CSV-driven event calendar links and status messages */
.venue-link {
  color: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.venue-link:hover,
.venue-link:focus-visible {
  color: var(--pink);
}
.event-card .venue-link {
  color: var(--yellow);
}
.event-card .venue-link:hover,
.event-card .venue-link:focus-visible {
  color: white;
}
.load-error {
  grid-column: 1 / -1;
  padding: 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .1);
  line-height: 1.6;
}


/* Optional special-event notices and graphics */
.special-event-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--yellow);
  color: #271340;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.event-mini .special-event-badge { margin-right: 5px; }
.special-event-highlight {
  margin: 20px 0;
  padding: 18px;
  border: 2px solid #e5b800;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff9d9, #fff2f8);
}
#dialog-content .special-event-highlight p { margin: 5px 0; color: var(--ink); }
#dialog-content .special-event-label {
  color: #7b2b72;
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.special-event-button { margin-top: 12px; }
.special-event-dialog {
  width: min(920px, calc(100% - 32px));
  max-height: 90vh;
  overflow-y: auto;
}
.special-event-heading h2 { margin: 0; padding-right: 36px; }
.special-event-status { margin: 16px 0; color: var(--muted); font-weight: 800; }
.special-event-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 68vh;
  margin: 18px auto 24px;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(39, 19, 64, .18);
  object-fit: contain;
}
@media (max-width: 680px) {
  .special-event-dialog { padding: 24px 20px; }
  .special-event-image { max-height: 62vh; }
}


/* Booking packet viewer */
.booking-packet-dialog {
  width: min(1120px, calc(100% - 28px));
  height: min(92vh, 980px);
  max-height: 92vh;
  padding: 24px;
  overflow: hidden;
}
.booking-packet-heading {
  padding-right: 42px;
}
.booking-packet-heading h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
}
.booking-packet-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}
.booking-packet-viewer {
  height: calc(100% - 150px);
  min-height: 420px;
  overflow: hidden;
  border: 1px solid #ded5e6;
  border-radius: 14px;
  background: #f4f1f7;
}
.booking-packet-viewer iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: white;
}
.booking-packet-fallback {
  margin: 10px 0 0;
  font-size: .82rem;
  text-align: center;
}
@media (max-width: 680px) {
  .booking-packet-dialog {
    height: 94vh;
    max-height: 94vh;
    padding: 20px 14px 14px;
  }
  .booking-packet-heading { padding-right: 32px; }
  .booking-packet-actions .button {
    flex: 1 1 100%;
    width: 100%;
  }
  .booking-packet-viewer {
    height: calc(100% - 218px);
    min-height: 300px;
  }
}

/* Bold Republic reservation handoff */
.event-mini-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:9px}
.event-mini .event-mini-actions button{margin-top:0}
.reserve-table-link{color:var(--purple);font-weight:900;text-decoration:none}
.reserve-table-link:hover{text-decoration:underline}
.reserve-dialog-button{background:var(--yellow);color:#26113d;text-decoration:none}


/* Player reviews */
.reviews-section { overflow: hidden; background: linear-gradient(180deg, #faf6fd 0%, #fff 75%); }
.reviews-intro { margin: 12px auto 0; max-width: 620px; color: var(--muted); }
.reviews-carousel-wrap { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 48px minmax(0,1fr) 48px; gap: 12px; align-items: center; }
.reviews-carousel { min-height: 300px; display: flex; align-items: center; justify-content: center; gap: 22px; overflow: hidden; padding: 28px 10px; }
.review-card { flex: 0 0 min(520px, 54%); min-width: 0; padding: 28px; border: 1px solid #eadff1; border-radius: 22px; background: white; box-shadow: 0 10px 28px rgba(36,15,61,.08); opacity: .42; transform: scale(.78); transition: transform .4s ease, opacity .4s ease, box-shadow .4s ease; }
.review-card.active { opacity: 1; transform: scale(1); box-shadow: var(--shadow); }
.review-card.adjacent { opacity: .68; transform: scale(.86); }
.review-stars { margin-bottom: 12px; color: #d49d00; font-size: 1.35rem; letter-spacing: .08em; }
.review-venue { margin: -2px 0 12px; font-size: .92rem; font-weight: 900; color: var(--purple); }
.review-comment { margin: 0; font-size: 1.05rem; line-height: 1.7; }
.review-author { margin: 18px 0 0; font-weight: 900; color: var(--purple); }
.review-nav { width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--purple); color: white; font-size: 2rem; line-height: 1; cursor: pointer; }
.review-nav:disabled { opacity: .35; cursor: default; }
.review-dots { min-height: 26px; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 4px auto 34px; }
.review-dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: #d7c8df; cursor: pointer; }
.review-dot.active { background: var(--pink); transform: scale(1.25); }
.review-loading, .review-empty { width: 100%; text-align: center; }
.review-submit-card { max-width: 940px; margin: 20px auto 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 34px; padding: 30px; border-radius: var(--radius); background: #170627; color: white; box-shadow: var(--shadow); }
.review-submit-copy { align-self: center; }
.review-submit-copy .eyebrow { color: var(--yellow); }
.review-submit-copy h3 { margin: 0 0 10px; font-size: 2rem; }
.review-submit-copy p:not(.eyebrow) { color: #d8cce4; }
.review-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 22px; border-radius: 18px; background: white; color: var(--ink); }
.review-form label, .rating-fieldset { font-size: .9rem; font-weight: 800; }
.review-form label { display: grid; gap: 6px; }
.review-form input[type="text"], .review-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #d9cde3; border-radius: 10px; }
.review-comment-field, .review-form .button, .review-form-status { grid-column: 1 / -1; }
.rating-fieldset { margin: 0; padding: 0; border: 0; }
.rating-fieldset legend { margin-bottom: 6px; }
.star-picker { display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; }
.star-picker input { position: absolute; opacity: 0; pointer-events: none; }
.star-picker label { display: block; padding: 0 2px; color: #c8c0cc; font-size: 1.9rem; line-height: 1; cursor: pointer; transition: color .15s ease, transform .15s ease; }
.star-picker label:hover, .star-picker label:hover ~ label, .star-picker input:checked ~ label { color: #d49d00; }
.star-picker input:focus-visible + label { outline: 3px solid rgba(11,158,232,.25); outline-offset: 2px; }
.review-form-status { min-height: 1.3em; margin: 0; font-weight: 800; }
.review-form-status.success { color: #176b35; }
.review-form-status.error { color: #a61b3c; }
.review-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (max-width: 800px) {
  .review-submit-card { grid-template-columns: 1fr; }
  .review-card { flex-basis: 72%; }
}
@media (max-width: 600px) {
  .reviews-carousel-wrap { grid-template-columns: 42px minmax(0,1fr) 42px; gap: 4px; }
  .reviews-carousel { min-height: 320px; gap: 8px; padding-inline: 0; }
  .review-card { display: none; flex-basis: 100%; padding: 24px 20px; }
  .review-card.active { display: block; }
  .review-nav { width: 40px; height: 40px; }
  .review-submit-card { padding: 20px; }
  .review-form { grid-template-columns: 1fr; padding: 18px; }
  .review-form label, .rating-fieldset, .review-comment-field, .review-form .button, .review-form-status { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) {
  .review-card { transition: none; }
}


/* Guest suggestions */
.suggestion-section { background: linear-gradient(135deg, #2b0d46 0%, #12051f 100%); color: white; }
.suggestion-section .section-heading h2 { color: white; }
.suggestion-section .eyebrow { color: var(--yellow); }
.suggestion-intro { max-width: 720px; margin: 10px auto 0; color: #ddd2e7; }
.suggestion-card { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: .78fr 1.22fr; gap: 30px; align-items: center; }
.suggestion-copy { padding: 10px 12px; }
.suggestion-copy h3 { margin: 0 0 12px; font-size: clamp(1.7rem, 3vw, 2.35rem); }
.suggestion-copy p { line-height: 1.7; }
.muted-light { color: #cdbfd8; }
.suggestion-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 24px; border-radius: 20px; background: white; color: var(--ink); box-shadow: var(--shadow); }
.suggestion-form label, .private-event-form label { display: grid; gap: 6px; font-size: .9rem; font-weight: 800; }
.suggestion-form input, .suggestion-form select, .suggestion-form textarea,
.private-event-form input:not([type="checkbox"]), .private-event-form select, .private-event-form textarea {
  width: 100%; padding: 12px 13px; border: 1px solid #d9cde3; border-radius: 10px; background: white; color: var(--ink); font: inherit;
}
.suggestion-form input:focus, .suggestion-form select:focus, .suggestion-form textarea:focus,
.private-event-form input:focus, .private-event-form select:focus, .private-event-form textarea:focus {
  outline: 3px solid rgba(11,158,232,.18); border-color: var(--blue);
}
.suggestion-form .full, .questionnaire-grid .full { grid-column: 1 / -1; }
.optional { color: var(--muted); font-size: .8em; font-weight: 600; }
.field-help { display: block; margin-top: 7px; color: var(--muted); font-size: .82rem; font-weight: 650; line-height: 1.4; }
.field-help.error { color: #a61b3c; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.inline-form-status { min-height: 1.35em; margin: 0; font-weight: 850; }
.inline-form-status.success { color: #176b35; }
.inline-form-status.error { color: #a61b3c; }
.suggestion-section .inline-form-status { color: var(--ink); }
.suggestion-section .inline-form-status.success { color: #176b35; }
.suggestion-section .inline-form-status.error { color: #a61b3c; }

/* Private-event questionnaire */
.private-event-section { background: linear-gradient(180deg, #fff 0%, #faf6fd 100%); }
.private-event-intro { max-width: 820px; margin: 12px auto 0; color: var(--muted); }
.centered-actions { justify-content: center; margin-top: 18px; }
.private-event-form { max-width: 1050px; margin: 0 auto; }
.questionnaire-group { margin: 0 0 22px; padding: 0; border: 0; }
.questionnaire-group > legend { width: 100%; margin: 0; padding: 18px 22px; border-radius: 16px 16px 0 0; background: var(--purple); color: white; font-size: 1.15rem; font-weight: 950; }
.questionnaire-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: 24px; border: 1px solid #dfd5e6; border-top: 0; border-radius: 0 0 16px 16px; background: white; box-shadow: 0 8px 26px rgba(43,25,57,.05); }
.questionnaire-grid textarea { resize: vertical; }
.private-event-form [hidden] { display: none !important; }
.form-callout { padding: 14px 16px; border: 1px solid #d9cde3; border-radius: 10px; background: #faf6fd; color: var(--ink); line-height: 1.55; font-size: .92rem; }
.form-callout strong { color: var(--purple); }
.confirmation-group { border: 1px solid #dfd5e6; border-radius: 16px; overflow: hidden; background: white; }
.confirmation-group > legend { border-radius: 0; }
.check-label { grid-template-columns: auto 1fr !important; align-items: flex-start; gap: 12px !important; padding: 22px; font-weight: 700 !important; }
.check-label input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--purple); }
.questionnaire-submit { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: center; padding: 10px 0 4px; }
.questionnaire-submit .inline-form-status { flex: 1 1 100%; text-align: center; }
.private-event-form button:disabled, .suggestion-form button:disabled { opacity: .55; cursor: wait; }

@media (max-width: 800px) {
  .suggestion-card { grid-template-columns: 1fr; }
  .suggestion-copy { text-align: center; }
}
@media (max-width: 680px) {
  .suggestion-form, .questionnaire-grid { grid-template-columns: 1fr; padding: 19px; }
  .suggestion-form label, .suggestion-form .full, .questionnaire-grid label, .questionnaire-grid .full { grid-column: 1 / -1; }
  .questionnaire-group > legend { padding: 15px 18px; font-size: 1rem; }
}
