/* Extras are a separate step, never a permanently expanded section below the menu. */
.builder-shell [hidden] { display: none !important; }
.builder-shell { scroll-margin-top: 1.5rem; }
.builder-progress {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  list-style: none;
  margin: 0;
  padding: 1rem 1.5rem;
  gap: 1rem;
  background: var(--cream);
  border-bottom: 1px solid var(--gold);
  color: var(--ink);
}
.builder-progress li { display: flex; align-items: center; gap: .65rem; font-size: .9375rem; line-height: 1.5; }
.builder-progress li > span { display: inline-flex; align-items: center; justify-content: center; width: 1.8rem; height: 1.8rem; flex-shrink: 0; border: 1px solid rgba(23,59,74,.35); border-radius: 50%; font-size: .875rem; }
.builder-progress li[aria-current="step"] { font-weight: 600; }
.builder-progress li[aria-current="step"] > span { background: var(--navy); border-color: var(--navy); color: var(--white); }
.builder-progress:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.builder-shell[data-step="extras"] { grid-template-columns: minmax(0,1fr); }
.builder-shell[data-step="extras"] .party-extras { margin: 0; padding-top: 1rem; border: 0; }
.builder-shell[data-step="extras"] .extras-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.5rem; }
.builder-shell[data-step="extras"] .extra-card-surface { display: flex; }
.builder-shell[data-step="extras"] .extra-card img { height: auto; }
.builder-shell[data-step="details"] .event-details { margin: 0; padding: 0; border: 0; }
.event-details-intro { grid-column: 1/-1; margin-bottom: .5rem; }
.event-details-intro h3 { font-family: "Libre Caslon Display",serif; font-size: 2.25rem; line-height: 1.1; font-weight: 400; margin: 0 0 1rem; }
.event-details-intro p { margin: 0; font-size: 1rem; line-height: 1.65; }
.event-review { grid-column: 1/-1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; margin: .5rem 0 1rem; padding: 1.25rem; background: var(--cream); }
.event-review dt { font-size: .875rem; line-height: 1.5; }
.event-review .wide { grid-column: 1/-1; }
.event-review dd { margin: .4rem 0 0; font-size: 1.125rem; line-height: 1.5; overflow-wrap: anywhere; }
.flow-actions { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(23,59,74,.2); }
.flow-actions .button { margin-left: auto; cursor: pointer; }
.flow-actions .button:disabled { opacity: .55; cursor: not-allowed; }
.flow-back { padding: .75rem 0; min-height: 48px; border: 0; background: none; color: var(--ink); font: inherit; font-size: .9375rem; line-height: 1.5; text-align: left; cursor: pointer; }
.flow-back:hover { text-decoration: underline; text-underline-offset: 4px; }
.flow-note { font-size: .875rem; line-height: 1.6; margin: 1rem 0 0; max-width: 42rem; }
.builder-form .copy-status { color: var(--navy); text-align: left; }
.builder-form .copy-status:empty { display: none; }
.summary-menu-price { display: flex; flex-direction: column; gap: .5rem; margin-top: 1.5rem; }
.summary-menu-price > span, .summary-menu-price small { font-size: .875rem; line-height: 1.5; color: rgba(255,255,255,.8); }
.summary-menu-price output { font-size: 2rem; line-height: 1.2; font-variant-numeric: tabular-nums; }
.summary-party-price { padding-top: 1.25rem; border-top: 1px solid var(--line); }
.summary-party-price output { color: #e5c48c; overflow-wrap: anywhere; }
.type--bold .event-details-intro h3 { font-family: var(--heading-font); font-weight: 700; }
@media(max-width:800px) {
  .builder-progress { padding: 1rem; gap: .65rem; }
  .builder-progress li { flex-direction: column; align-items: flex-start; gap: .4rem; font-size: .875rem; }
  .builder-shell[data-step="extras"] .extras-grid { grid-template-columns: minmax(0,1fr); }
  .builder-shell[data-step="extras"] .extra-card-surface { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); }
  .builder-shell[data-step="extras"] .extra-card img { height: 100%; }
}
@media(max-width:480px) {
  .event-review { grid-template-columns: minmax(0,1fr); }
  .builder-shell[data-step="extras"] .extra-card-surface { display: flex; }
  .builder-shell[data-step="extras"] .extra-card img { height: auto; }
  .flow-actions { align-items: stretch; }
  .flow-actions .button { width: 100%; margin-left: 0; }
}

/* Date and requested periods belong together in the first step. */
#party-periods{grid-column:1/-1;border:0;padding:0;margin:0}#party-periods legend{font-weight:600}#party-periods p{margin:.4rem 0 .8rem;font-size:.9rem}.period-choices{display:flex;flex-wrap:wrap;gap:.75rem}#party-periods .period-choices label{display:flex;align-items:center;gap:.6rem;border:1px solid #bda16c;padding:.8rem 1rem;cursor:pointer}#party-periods input{width:1.1rem;height:1.1rem;margin:0;accent-color:#173b48}#party-periods label:has(input:checked){background:#e8e1d5}#party-periods label[hidden]{display:none}
#party-periods .period-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-width:480px}
#party-periods .period-choices label{justify-content:center;min-height:44px;margin:0;padding:8px;font-size:14px;border-radius:4px;gap:8px}
#party-periods input{flex:none;width:16px;height:16px}
@media(max-width:420px){#party-periods .period-choices label{flex-direction:column;gap:5px;padding:8px 3px}}
