/* FlashCourt single listing — light direction.
   Palette lifted from the Aug 2026 mock: cream page, sage/butter/mint
   bands, navy ink, forest-green eyebrows, lime CTAs, orange accents. */

:root{
  --fcx-cream:#F7F6EF; --fcx-sage:#E7EDE4; --fcx-mint:#EAF2E6; --fcx-butter:#F4F3E4;
  --fcx-ink:#14304A; --fcx-green:#2E7D4F; --fcx-lime:#E4EE4E; --fcx-orange:#C06B2F;
  --fcx-line:rgba(20,48,74,.12); --fcx-muted:rgba(20,48,74,.62);
}

.fcx{background:var(--fcx-cream);color:var(--fcx-ink);font-family:-apple-system,BlinkMacSystemFont,'SF Pro Text','Inter','Segoe UI',sans-serif;font-size:16px}
/* No auto-hyphenation anywhere — mid-word breaks read as broken, not typeset. */
.fcx, .fcx *{hyphens:manual!important;-webkit-hyphens:manual!important;overflow-wrap:break-word}
.fcx h1,.fcx h2,.fcx h3{overflow-wrap:normal;word-break:keep-all}
/* ONE typeface, everywhere. The parent theme styles h1-h6, strong, labels
   and buttons with its own (serif-leaning) faces at higher specificity —
   that's the mixed-font look that made the live page feel less credible
   than the prototype. Every text node inside the template uses the same
   system sans, no exceptions. */
.fcx :where(h1,h2,h3,h4,h5,h6,p,a,span,strong,em,small,li,dt,dd,label,button,input,select,textarea,figcaption,blockquote,div){font-family:-apple-system,BlinkMacSystemFont,'SF Pro Text','Inter','Segoe UI',sans-serif!important}
/* Weight discipline to match the prototype: headings heavy, data labels
   semibold, body regular — the theme's universal bold made everything
   shout at the same volume. */
.fcx :where(strong,b){font-weight:650}
.fcx :where(h1){font-weight:800!important}
.fcx :where(h2){font-weight:760!important}
.fcx :where(h3){font-weight:700!important}
.fcx :where(p,li,dd){font-weight:400}
.fcx :where(button,.fc-booking-pill,.fcx-btn-lime){font-weight:700!important;letter-spacing:0}
.fcx :where(p){line-height:1.6}
/* Type ramp — one scale, applied everywhere:
   eyebrow 11 / meta 13 / body 16 / lede 17.5 / h3 19 / h2 30-36 / h1 34-46 */
.fcx h1,.fcx h2,.fcx h3{color:var(--fcx-ink);font-family:inherit;font-weight:800;margin:0}
.fcx h1{font-weight:850;letter-spacing:-.022em}
.fcx h2{font-size:clamp(28px,5.8vw,36px);line-height:1.1;letter-spacing:-.018em;margin:0 0 12px}
.fcx h3{font-size:19px;letter-spacing:-.008em;margin:0 0 10px}
/* Eyebrows are ALWAYS the green voice — the theme was washing the ones
   inside tinted cards to gray, which flattened the hierarchy. */
.fcx .fcx-eyebrow{color:var(--fcx-green)!important}
/* Card-internal rhythm: eyebrow -> heading -> body -> button step evenly. */
.fcx-venue-card .fcx-lede,.fcx-band-mint .fcx-lede{margin-bottom:20px}
.fcx-venue-card h2{margin-bottom:12px}
.fcx p{margin:0 0 14px}
.fcx-band{padding:40px 22px 46px}
@media(min-width:760px){.fcx-band{padding:56px calc(50vw - 360px) 62px}}
.fcx-band-cream{background:var(--fcx-cream)}
.fcx-band-sage{background:var(--fcx-sage)}
.fcx-band-mint{background:var(--fcx-mint)}
.fcx-band-butter{background:var(--fcx-butter)}

.fcx-eyebrow{margin:0 0 12px;font-size:11px;font-weight:800;letter-spacing:.17em;text-transform:uppercase;color:var(--fcx-green)}
.fcx-lede{margin:0 0 22px;font-size:17.5px;line-height:1.6;color:rgba(20,48,74,.66);max-width:34em}
.fcx-textlink{color:var(--fcx-green);font-weight:700;text-decoration:underline;text-underline-offset:3px}

/* ---- hero slider ---- */
.fcx-slider-nav{position:absolute;top:calc(min(62vw,420px)/2 - 22px);z-index:3;width:44px;height:44px;border-radius:50%;border:0;background:rgba(255,255,255,.92);color:var(--fcx-ink);font-size:26px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(20,48,74,.2)}
.fcx-slider-prev{left:12px}
.fcx-slider-next{right:12px}
.fcx-slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:6px;z-index:2;pointer-events:none}
.fcx-slider-dots i{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.55)}
.fcx-slider-dots i.on{background:#fff}
@media(max-width:600px){.fcx-slider-nav{display:none}} /* touch swipes; arrows are desktop affordance */

.fcx-hero{position:relative;background:#20364e}
.fcx-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.fcx-slider::-webkit-scrollbar{display:none}
.fcx-slide{flex:0 0 100%;margin:0;scroll-snap-align:center}
.fcx-slide img{display:block;width:100%;height:min(62vw,420px);object-fit:cover}
.fcx-bookmark{position:absolute;right:14px;bottom:14px;z-index:3}
.fcx-bookmark a,.fcx-bookmark button{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;padding:0;border-radius:50%;background:rgba(255,255,255,.94);border:0;color:var(--fcx-ink)!important;font-size:0;text-decoration:none;box-shadow:0 2px 8px rgba(20,48,74,.18)}
.fcx-bookmark a > *,.fcx-bookmark button > *{display:none!important}
.fcx-bookmark a::before,.fcx-bookmark button::before{content:"\2661";font-size:20px;line-height:1;font-family:-apple-system,'Segoe UI Symbol',sans-serif}
.fcx-bookmark .bookmarked::before,.fcx-bookmark .is-bookmarked::before{content:"\2665";color:#d0453c}
.fcx-suggest-slot{margin-top:22px}
.fcx-suggest-slot .fcc-suggest-edit{margin:0!important}
.fcx-photo-count{position:absolute;left:14px;bottom:14px;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.92);font-size:13.5px;font-weight:700;color:var(--fcx-ink)}
.fcx-hero-empty{height:min(46vw,320px);background:linear-gradient(135deg,#5a7f6c,#33506d)}

/* ---- header card ---- */
.fcx-headcard{border-radius:26px 26px 0 0;margin-top:-24px;position:relative;padding-top:34px}
.fcx-crumb{margin:0 0 14px;font-size:11px;font-weight:700;letter-spacing:.18em;color:rgba(20,48,74,.45)}
.fcx-chips{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}
.fcx-chip{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;font-size:11.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.fcx-chip-green{background:#DDEBDD;color:#1F6B41}
.fcx-chip-gray{background:#E8E8E2;color:rgba(20,48,74,.65)}
.fcx-title{font-size:clamp(34px,8vw,46px);line-height:1.04;margin:0 0 6px}
.fcx-subtitle{margin:0 0 18px;font-size:17px;line-height:1.5;color:rgba(20,48,74,.6)}
.fcx-provenance{display:flex;align-items:flex-start;gap:12px;margin:0 0 26px;font-size:15px;line-height:1.55;color:var(--fcx-muted)}
.fcx-provenance strong{color:var(--fcx-ink)}
.fcx-avatars span,.fcx-avatar{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--fcx-lime);color:var(--fcx-ink);font-size:12px;font-weight:800;flex:none}

.fcx-facts{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--fcx-line);border-radius:16px;overflow:hidden;background:#fff}
.fcx-fact{display:flex;gap:12px;align-items:flex-start;padding:18px 16px;border-bottom:1px solid var(--fcx-line)}
.fcx-fact:nth-child(odd){border-right:1px solid var(--fcx-line)}
.fcx-fact:nth-last-child(-n+2){border-bottom:0}
.fcx-fact i{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#E3EFE3;color:var(--fcx-green);font-style:normal;font-size:16px;flex:none}
.fcx-fact strong{display:block;font-size:17px;letter-spacing:-.01em;font-weight:640!important}
.fcx-fact small{display:block;margin-top:3px;font-size:13px;line-height:1.4;color:rgba(20,48,74,.55)}

.fcx-callout{margin-top:26px;padding:18px 20px;border-radius:16px;background:var(--fcx-butter);border:1px solid rgba(192,107,47,.18)}
.fcx-callout strong{display:block;margin-bottom:6px;font-size:16px}
.fcx-callout p{margin:0;font-size:14.5px;line-height:1.55;color:var(--fcx-muted)}

/* ---- booking: calendar contained in its own scrollable card ---- */
#fcx-book .fcx-booking-slot{margin-top:8px}
#fcx-book .fc-booking-pill{background:var(--fcx-lime);color:var(--fcx-ink);font-weight:800}
#fcx-book .fcx-booking-slot .fc-cal-widget{
  background:#fff;border:1px solid var(--fcx-line);border-radius:18px;
  padding:16px;margin-top:14px}
/* Only the HOUR GRID scrolls; the day strip and hint stay visible — that's
   the contained-but-intuitive shape (an outer scrollbox buried the days). */
#fcx-book .fcx-booking-slot [data-fc-cal-scroll],
#fcx-book .fcx-booking-slot .fc-cal-scroll{
  max-height:min(380px,48vh);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;
  border-top:1px solid var(--fcx-line);margin-top:12px;padding-top:6px}
/* Day cells: centered stacks — small tracked label over a modest number —
   instead of the theme's oversized left-hung numerals. */
#fcx-book .fcx-booking-slot .fc-cal-days,
#fcx-book .fcx-booking-slot [data-fc-cal-days]{display:flex;gap:8px}
#fcx-book .fcx-booking-slot .fc-cal-days > *,
#fcx-book .fcx-booking-slot [data-fc-cal-days] > *{display:flex!important;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:2px;padding:12px 0!important;min-width:64px}
#fcx-book .fcx-booking-slot .fc-cal-days > * > *:first-child,
#fcx-book .fcx-booking-slot [data-fc-cal-days] > * > *:first-child{font-size:11px!important;font-weight:700!important;letter-spacing:.08em;text-transform:uppercase;line-height:1!important}
#fcx-book .fcx-booking-slot .fc-cal-days > * > *:last-child,
#fcx-book .fcx-booking-slot [data-fc-cal-days] > * > *:last-child{font-size:18px!important;font-weight:650!important;line-height:1.1!important}
#fcx-book .fcx-booking-slot .fc-cal-days > * > *:only-child,
#fcx-book .fcx-booking-slot [data-fc-cal-days] > * > *:only-child{font-size:14px!important}
#fcx-book .fcx-booking-slot .fc-booking-form{background:#fff;border:1px solid var(--fcx-line);border-radius:18px;padding:16px;margin-top:12px}

/* ---- amenities ---- */
.fcx-amenities{display:flex;flex-wrap:wrap;gap:10px 10px;margin-top:4px}
.fcx-pill{display:inline-flex;align-items:center;gap:7px;padding:10px 16px;border-radius:14px;background:#fff;border:1px solid var(--fcx-line);font-size:14.5px;font-weight:600}
.fcx-pill svg{width:15px;height:15px;color:var(--fcx-green)}
.fcx-website{margin:22px 0 2px;font-weight:600;font-size:15px}
.fcx-website a{color:var(--fcx-green);text-decoration:none}

/* ---- about ---- */
.fcx-prose{font-size:16px;line-height:1.68;color:rgba(20,48,74,.78)}
.fcx-prose p:first-child{font-size:18px;line-height:1.55;color:rgba(20,48,74,.88)}
.fcx-prose p{margin:0 0 16px}
.fcx-goodtoknow{display:flex;gap:14px;align-items:flex-start;margin:26px 0;padding:16px 18px;border-left:4px solid var(--fcx-green);border-radius:8px;background:var(--fcx-sage)}
.fcx-goodtoknow strong{flex:none}
.fcx-goodtoknow span{color:var(--fcx-muted);font-size:14.5px;line-height:1.5}
/* the contributions suggest-edit form lands inside .fcx-prose via the_content */
.fcx-prose .fcc-suggest-edit{margin-top:26px!important}

/* ---- map ---- */
.fcx-mapcard{border-radius:18px;overflow:hidden;background:#fff;border:1px solid var(--fcx-line);margin-top:6px}
.fcx-mapcard iframe{display:block;width:100%;height:280px;border:0}
.fcx-mapcard-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px}
.fcx-mapcard-foot strong{display:block;font-size:16px}
.fcx-mapcard-foot small{display:block;margin-top:2px;color:var(--fcx-muted)}
.fcx-mapcard-foot a{flex:none;color:var(--fcx-green);font-weight:800;text-decoration:none}

/* ---- community ---- */
.fcx-btn-lime{display:inline-block;padding:15px 26px;border-radius:999px;background:var(--fcx-lime);color:var(--fcx-ink)!important;font-weight:800;font-size:16px;text-decoration:none;box-shadow:0 4px 14px rgba(20,48,74,.12)}
.fcx-activity{margin-top:26px;padding:20px;border-radius:18px;background:#fff;border:1px solid var(--fcx-line)}
.fcx-activity h3{font-size:19px;margin-bottom:14px}
.fcx-activity-row{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid var(--fcx-line)}
.fcx-activity-row:last-of-type{border-bottom:0}
.fcx-activity-row>div{flex:1}
.fcx-activity-row strong{display:block;font-size:15.5px}
.fcx-activity-row small{display:block;margin-top:2px;font-size:13px;color:var(--fcx-muted)}
.fcx-activity-row em{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#DDEBDD;color:#1F6B41;font-style:normal;flex:none}
.fcx-activity-note{margin:14px 0 0;padding-top:12px;border-top:1px solid var(--fcx-line);font-size:13px;color:var(--fcx-muted)}
.fcx-activity .fcx-avatar{width:44px;height:44px}
.fcx-activity-row:nth-child(3) .fcx-avatar{background:#D8E2F0}
.fcx-activity-row:nth-child(4) .fcx-avatar{background:#EADFCE}

/* ---- reviews (theme comments restyled lightly) ---- */
.fcx-reviews{margin-top:6px}
.fcx-reviews .comment,.fcx-reviews li.review{list-style:none;margin:0 0 16px;padding:20px;border-radius:18px;background:#fff;border:1px solid var(--fcx-line)}
.fcx-reviews ol,.fcx-reviews ul{margin:0;padding:0}
.fcx-reviews .star-rating,.fcx-reviews .stars{color:var(--fcx-orange)}
.fcx-reviews .comment-respond{margin-top:20px;padding:20px;border-radius:18px;background:#fff;border:1px solid var(--fcx-line)}
.fcx-reviews input[type=submit],.fcx-reviews .submit{background:var(--fcx-ink);color:#fff;border:0;border-radius:999px;padding:13px 24px;font-weight:800}

/* ---- venue team ---- */
.fcx-venue-card{padding:26px 22px;border-radius:20px;background:#FBFAF0;border:1px solid var(--fcx-line)}
.fcx-claim-slot{margin-top:8px}
.fcx-claim-slot{display:flex;flex-direction:column;align-items:stretch}
.fcx-claim-slot .fc-booking-pill{display:flex;align-items:center;justify-content:center;width:100%;padding:16px 26px;border-radius:999px;background:var(--fcx-lime);color:var(--fcx-ink);font-weight:700;font-size:16.5px;border:0;text-align:center}
.fcx-claim-slot .fc-claim-lead{display:none} /* the card's own heading covers it */
.fcx-claim-slot .fc-verified-note{font-weight:700;color:var(--fcx-green)}

/* keep the old polish-layer single-page helpers quiet on this template */
.fcx .fc-listing-footer{display:none}


/* ---- reviews ---- */
.fcx-review{margin:0 0 16px;padding:20px;border-radius:18px;background:#fff;border:1px solid var(--fcx-line)}
.fcx-stars{margin:0 0 8px;color:var(--fcx-orange);font-size:18px;letter-spacing:2px}
.fcx-review-body{font-size:15.5px;line-height:1.6;color:rgba(20,48,74,.85)}
.fcx-review-body p{margin:0}
.fcx-review-by{margin:10px 0 0;font-size:13px;color:rgba(20,48,74,.5)}
.fcx-review-form{position:relative;margin-top:18px;padding:20px;border-radius:18px;background:#fff;border:1px solid var(--fcx-line)}
.fcx-review-form h3{font-size:19px;margin-bottom:12px}
.fcx-star-input{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:4px;margin-bottom:12px}
.fcx-star-input label{cursor:pointer}
.fcx-star-input input{position:absolute;opacity:0;pointer-events:none}
.fcx-star-input span{font-size:36px;color:rgba(20,48,74,.18);transition:color .12s,transform .12s;display:inline-block;padding:2px 3px}
.fcx-star-input label:active span{transform:scale(1.15)}
.fcx-star-input label:hover span,.fcx-star-input label:hover ~ label span,
.fcx-star-input input:checked + span,.fcx-star-input label:has(input:checked) ~ label span{color:var(--fcx-orange)}
.fcx-review-form textarea,.fcx-review-idrow input{width:100%;padding:13px 14px;border:1px solid var(--fcx-line);border-radius:12px;font:inherit;font-size:15px;background:var(--fcx-cream)}
.fcx-review-idrow{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
.fcx-review-form .fcx-review-gated[hidden]{display:none}
.fcx-review-hint{margin:8px 0 0;font-size:13.5px;color:rgba(20,48,74,.5)}
@media(max-width:560px){.fcx-review-idrow{grid-template-columns:1fr}}
.fcx-review-note{margin:10px 0 0;font-size:13px;line-height:1.5;color:var(--fcx-muted)}
.fcx-review-form .fcx-btn-lime{border:0;cursor:pointer;margin-top:14px;font:inherit;font-weight:800}
.fcx-review-msg{margin:12px 0 0;font-size:14.5px;font-weight:600;color:var(--fcx-ink)}
.fcx-review-msg.is-ok{color:var(--fcx-green)}

.fcx-review-done{padding:22px;border-radius:18px;background:#EAF4EA;border:1px solid rgba(46,125,79,.25)}
.fcx-review-done strong{display:block;font-size:17px;color:var(--fcx-green);margin-bottom:6px}
.fcx-review-done p{margin:0;font-size:14.5px;line-height:1.55;color:rgba(20,48,74,.7)}
