/*
 * V5 store restyle, loaded on the lander only (includes/lander.php), after
 * fwc-checkout-flow.css. Verbatim from the V5 prototype's store CSS:
 * Prototype - Food & Wine Charleston Pass/FWCC-Landing-V5.html, <style>
 * from .fwc-store to the end. Where both sheets set a property, this one
 * wins by order; the flow sheet's Uncode guards and the FontAwesome sync
 * spinner stay underneath. Production /passes never loads this file.
 *
 * Uncode overrides for the elements this sheet introduces (display
 * headings, notes, tiles) are at the bottom, prefixed with the page's body
 * class so they beat the theme's h2/p rules.
 */

:root{
  --fwc-dark:#404742;--fwc-text:#333333;--fwc-cream:#F7F8F4;--fwc-card:#DCE0CE;--fwc-sage:#BEC5A6;
  --fwc-coral:#E68D8A;--fwc-strip-btn:#D37872;--fwc-white:#FFFFFF;
  --fwc-rule:rgba(51,51,51,.12);--fwc-rule-dark:rgba(247,248,244,.18);
  --fwc-nav-h:89px;
}

/* WP renders one card markup for open and sold-out experiences (the feed
   can move a card between lists); V5's static sold-out lines carried no
   fee note, so it goes with the price here. */
.fwc-flow-addon--compact .fwc-fee-note{display:none !important}
/* fwc-lander.css sets .fwc-lander .fwc-fee-note{margin:4px 0 0}; V5 lifts the pass price note to 6px. */
.fwc-lander .fwc-flow-price-wrap .fwc-fee-note{margin-top:6px}
.fwc-lander .fwc-fee-note--inline{margin:0}

.fwc-store{background:#F7F8F4;color:#333333}
.fwc-flow-page-head{max-width:1100px;margin:0 auto;padding:56px 60px 0;text-align:center}
.fwc-flow-page-title{font-family:'Min Sans',sans-serif;font-size:48px;font-weight:700;line-height:1.1;color:#404742;margin:0;text-wrap:balance}
.fwc-flow-page-sub{font-family:'Min Sans',sans-serif;font-size:22px;font-weight:700;line-height:1.3;color:#333333;margin:18px 0 0;text-wrap:balance}

.fwc-flow{max-width:1100px;margin:0 auto;padding:48px 60px 60px;font-family:'Gotham',sans-serif;color:#333333}
.fwc-flow-live{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.fwc-flow-step{scroll-margin-top:calc(var(--fwc-nav-h) + 8px)}
.fwc-flow-step + .fwc-flow-step{margin-top:72px}
.fwc-flow-step--addons.is-entering .fwc-flow-addons,.fwc-flow-step--addons.is-entering .fwc-flow-head{animation:fwc-flow-fade .35s ease both}
@keyframes fwc-flow-fade{from{opacity:0}to{opacity:1}}

/* Step header. The check only shows once the flow marks the step complete. */
.fwc-flow-head{margin-bottom:28px}
.fwc-flow-eyebrow{font-family:'Gotham',sans-serif;font-size:13px;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.12em;color:#333333;margin:0 0 10px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.fwc-flow-eyebrow-check{display:none}
.fwc-flow-step.is-complete .fwc-flow-eyebrow-check{display:inline-block}
.fwc-flow-eyebrow--plain{opacity:.55;margin:0}
.fwc-flow-eyebrow-sep{opacity:.45;margin-right:8px}
.fwc-flow-eyebrow-tail{display:inline-flex;align-items:center}
.fwc-flow-title{font-family:'Min Sans',sans-serif;font-size:36px;font-weight:700;line-height:1.1;color:#404742;margin:0;text-align:left}
.fwc-flow-lede{font-family:'Gotham',sans-serif;font-size:15px;line-height:1.5;color:#333333;margin:10px 0 0}
.fwc-flow-lede--note{font-weight:700}
.fwc-flow-lede--under-box{margin-top:16px}
/* Presenter row under Step 2 (Figma T15): the three magazine marks that present the experiences. */
.fwc-flow-presenters{display:flex;align-items:center;flex-wrap:wrap;gap:12px 28px;margin:18px 0 0;padding-top:16px;border-top:1px solid rgba(51,51,51,.12)}
.fwc-flow-presenters-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#333333;opacity:.55;margin:0}
.fwc-flow-presenters img{height:22px;width:auto;display:block;opacity:.85}

/* Cards */
.fwc-flow-card{background-color:#DCE0CE;padding:36px;border:none;border-radius:0;position:relative}
.fwc-flow-pass-head{display:flex;align-items:flex-start;gap:20px;margin-bottom:5px}
.fwc-flow-pass-name{font-family:'Gotham',sans-serif;font-size:22px;font-weight:700;line-height:1.3;color:#333333;margin:0;text-align:left;flex:1;min-width:0}
.fwc-flow-price{font-family:'Min Sans',sans-serif;font-size:32px;font-weight:700;line-height:1;color:#333333;margin:0;text-align:right;flex-shrink:0;white-space:nowrap}
.fwc-flow-sr-status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* Inline details: the site's Read-more pattern. The two labels swap on .is-open. */
.fwc-flow-details{margin-top:12px}
.fwc-flow-details-body{font-family:'Gotham',sans-serif;font-size:15px;line-height:1.6;color:#333333}
.fwc-flow-details-body ul{list-style:disc;padding-left:20px;margin:5px 0}
.fwc-flow-details-body li{margin-bottom:5px}
.fwc-flow-details-body p{margin:0 0 8px}
.fwc-flow-toggle{background:none;border:none;padding:0;margin-top:0;min-height:44px;font-family:'Gotham',sans-serif;font-size:15px;font-weight:400;color:#333333;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:opacity .25s ease}
.fwc-flow-toggle:hover{opacity:.8}
.fwc-flow-toggle .fwc-ic{transition:transform .25s ease}
.fwc-flow-toggle.is-open .fwc-ic{transform:rotate(180deg)}
.fwc-flow-toggle-close{display:none}
.fwc-flow-toggle.is-open .fwc-flow-toggle-open{display:none}
.fwc-flow-toggle.is-open .fwc-flow-toggle-close{display:inline}
.fwc-flow-pass-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 24px;margin-top:8px}
.fwc-flow-pass-foot .fwc-flow-toggle,.fwc-flow-pass-foot .fwc-flow-cart{margin-top:0}

/* Sold-out experiences are not shown at all. The flow still parks them in
   this list (feed-driven), the list just never displays. */
.fwc-flow-addons-gone,[data-fwc-flow-addons-gone]{display:none !important}

/* Passes not for sale here (sold out, ended, routed to a concierge): one
   quiet outlined line under the Classic Pass card, muted so it reads as a
   footnote rather than a second offer. */
.fwc-flow-card--compact.fwc-flow-pass-compact{margin-top:10px;padding:12px 18px;background-color:transparent;border:1px solid rgba(51,51,51,.14)}
.fwc-flow-pass-compact-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px}
.fwc-flow-pass-compact-logo{flex:none;width:32px;height:32px;object-fit:contain;display:block;opacity:.8}
.fwc-flow-pass-compact-name{flex:1;min-width:0;margin:0;font-family:'Gotham',sans-serif;font-size:14px;font-weight:700;line-height:1.3;color:#333333;opacity:.7;text-align:left}
.fwc-flow-pass-compact-status{flex:none;padding:4px 10px;border:1px solid rgba(51,51,51,.3);font-family:'Gotham',sans-serif;font-size:11px;font-weight:700;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:#333333;opacity:.7;white-space:nowrap}
.fwc-flow-pass-compact .fwc-flow-toggle,.fwc-flow-pass-compact-link{min-height:32px;font-size:13px;opacity:.8}
.fwc-flow-pass-compact-link{text-decoration:underline;text-underline-offset:3px;color:#333333}
.fwc-flow-pass-compact-details{margin-top:10px;padding-top:10px;border-top:1px solid rgba(51,51,51,.12);font-size:14px;opacity:.85}
body.page-template-template-passes-v2 .fwc-lander .fwc-flow-pass-compact-name{font-size:14px;margin:0}

/* V5 ships a page-wide :focus-visible ring. The flow sheet scopes its own to
   .fwc-flow; the cart strip and add-on prompt sit outside it. Placed ahead of
   the .fwc-flow-btn / .fwc-flow-strip-btn colour overrides so those still win. */
.fwc-flow-strip :focus-visible,.fwc-upsell :focus-visible{outline:2px solid #E68D8A;outline-offset:2px}
.fwc-flow-strip-btn:focus-visible{outline-color:#F7F8F4}

/* Buttons (theme rule: sentence case, no tracking, radius 0, no shadow). Fill is the theme's coral CTA. */
.fwc-flow-btn,.fwc-flow-add{display:inline-flex;align-items:center;justify-content:center;width:auto;min-height:48px;padding:13px 28px;border:none;border-radius:0;background-color:#D37872;color:#333333;font-family:'Gotham',sans-serif;font-size:16px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;transition:opacity .25s ease}
.fwc-flow-btn:hover,.fwc-flow-add:hover{opacity:.85;color:#333333}
.fwc-flow-btn:focus-visible,.fwc-flow-add:focus-visible{outline-color:#404742}
.fwc-flow-btn[disabled],.fwc-flow-add[disabled]{opacity:.4;cursor:not-allowed}
.fwc-flow-btn--ghost{background-color:transparent;color:#404742;border:1px solid #404742}
.fwc-flow-btn--ghost:hover{color:#404742}

/* Cart control */
.fwc-flow-cart{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;flex-shrink:0;margin-top:18px}
.fwc-flow-incart{display:inline-flex;align-items:center;gap:16px;min-height:48px;padding:0 0 0 16px;background-color:#ffffff;border:1px solid rgba(51,51,51,.12);border-radius:0}
.fwc-flow-incart-label{display:inline-flex;align-items:center;gap:10px;font-family:'Gotham',sans-serif;font-size:15px;font-weight:700;color:#333333}
.fwc-flow-qty{display:flex;align-items:center;flex-shrink:0}
.fwc-flow-minus,.fwc-flow-plus{width:46px;height:46px;margin:0;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:0;background-color:#404742;color:#ffffff;font-family:'Gotham',sans-serif;font-size:20px;font-weight:700;line-height:1;cursor:pointer;transition:opacity .25s ease}
.fwc-flow-minus:hover,.fwc-flow-plus:hover{opacity:.85}
.fwc-flow-minus[disabled],.fwc-flow-plus[disabled]{opacity:.4;cursor:not-allowed}
.fwc-flow-count{min-width:46px;text-align:center;font-family:'Gotham',sans-serif;font-size:18px;font-weight:700;color:#333333}
.fwc-flow-cart.is-syncing .fwc-flow-minus,.fwc-flow-cart.is-syncing .fwc-flow-plus{opacity:.4;pointer-events:none}
.fwc-flow-cart.is-syncing [data-fwc-flow-state-text]::after{content:" \2014 updating\2026";font-weight:400}
.fwc-flow-note{font-family:'Gotham',sans-serif;font-size:14px;line-height:1.4;color:#333333;margin:10px 0 0;padding-left:12px;border-left:2px solid #E68D8A}
.fwc-flow-addon.is-locked .fwc-flow-cart,.fwc-flow-addon-tier.is-locked .fwc-flow-cart{opacity:.45;pointer-events:none}

/* Step 2 - add-on rows */
.fwc-flow-addons{display:block}
.fwc-flow-addon{display:grid;grid-template-columns:132px minmax(0,1fr);grid-template-areas:"img title" "img meta" "img choose" "img tiers" "img details";column-gap:28px;align-items:start;padding:28px 0;border-top:1px solid rgba(51,51,51,.12)}
.fwc-flow-addon:first-child{border-top:0;padding-top:4px}
.fwc-flow-addon-media{grid-area:img;position:relative;overflow:hidden;width:132px;height:132px;border-radius:4px}
.fwc-flow-addon-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:4px}
.fwc-flow-addon-placeholder{width:100%;height:100%;background:#BEC5A6;border-radius:4px}
.fwc-flow-addon-title{grid-area:title;font-family:'Min Sans',sans-serif;font-size:22px;font-weight:700;line-height:26px;letter-spacing:1.1px;color:#333333;margin:0;text-align:left}
.fwc-flow-addon-meta{grid-area:meta;font-family:'Gotham',sans-serif;font-size:13px;font-weight:700;line-height:1.3;text-transform:uppercase;letter-spacing:.08em;color:#333333;margin:6px 0 0}
.fwc-flow-addon-choose{grid-area:choose;font-family:'Gotham',sans-serif;font-size:14px;line-height:1.5;color:#333333;opacity:.7;margin:6px 0 0}
.fwc-flow-addon-tiers{grid-area:tiers;margin-top:12px}
.fwc-flow-addon-tier{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0}
.fwc-flow-addon-tier + .fwc-flow-addon-tier{border-top:1px solid rgba(51,51,51,.12)}
.fwc-flow-addon-tier-head{display:flex;align-items:baseline;gap:14px;min-width:0}
.fwc-flow-addon-day{font-family:'Gotham',sans-serif;font-size:13px;font-weight:700;line-height:1.3;text-transform:uppercase;letter-spacing:.08em;color:#333333;margin:0}
.fwc-flow-addon-price{font-family:'Min Sans',sans-serif;font-size:22px;font-weight:700;line-height:1;color:#333333;margin:0;white-space:nowrap}
.fwc-flow-addon-control{flex-shrink:0;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center}
.fwc-flow-addon-tier .fwc-flow-cart{margin-top:0}
.fwc-flow-addon-tier .fwc-flow-add{min-height:44px;padding:11px 22px;font-size:15px}
.fwc-flow-addon-tier .fwc-flow-incart{min-height:44px}
.fwc-flow-addon-tier .fwc-flow-minus,.fwc-flow-addon-tier .fwc-flow-plus{width:44px;height:44px}
.fwc-flow-addon-tier .fwc-flow-count{min-width:40px}
.fwc-flow-addon .fwc-flow-details{grid-area:details;margin-top:0}
.fwc-flow-addon .fwc-flow-details-body{margin-bottom:14px}
.fwc-flow-addon-grid{display:grid;grid-template-columns:auto 1fr;gap:8px 20px;font-size:14px;line-height:1.5;color:#333333}
.fwc-flow-addon-grid-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding-top:3px}
.fwc-flow-soldout-note{font-family:'Gotham',sans-serif;font-size:14px;font-weight:700;color:#333333;opacity:.55;margin:0;white-space:nowrap}
.fwc-flow-pill{position:absolute;top:12px;left:12px;display:inline-block;padding:6px 14px;border-radius:20px;background-color:#E68D8A;color:#333333;font-family:'Gotham',sans-serif;font-size:11px;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.5px;z-index:2}
.fwc-flow-pill--timer{position:static;white-space:nowrap;flex-shrink:0}

/* Sold-out events: out of the list, collapsed to a line each */
.fwc-flow-addons-gone{margin-top:40px;padding-top:24px;border-top:1px solid rgba(51,51,51,.12)}
.fwc-flow-addons-gone .fwc-flow-eyebrow--plain{margin-bottom:8px}
.fwc-flow-addon--compact{grid-template-columns:56px minmax(0,1fr);grid-template-areas:"img title" "img tiers" "img details";column-gap:16px;align-items:center;padding:14px 0}
.fwc-flow-addon--compact:first-child{border-top:0;padding-top:14px}
.fwc-flow-addon--compact .fwc-flow-addon-media{width:56px;height:56px}
.fwc-flow-addon--compact .fwc-flow-addon-img{filter:saturate(.35)}
.fwc-flow-addon--compact .fwc-flow-pill,.fwc-flow-addon--compact .fwc-flow-addon-choose,.fwc-flow-addon--compact .fwc-flow-addon-meta,.fwc-flow-addon--compact .fwc-flow-addon-price,.fwc-flow-addon--compact .fwc-flow-cart{display:none !important}
.fwc-flow-addon--compact .fwc-flow-addon-title{font-family:'Gotham',sans-serif;font-size:15px;line-height:1.35;letter-spacing:0;margin:0;opacity:.6}
.fwc-flow-addon--compact .fwc-flow-addon-tiers{display:flex;flex-wrap:wrap;gap:4px 18px;margin-top:4px}
.fwc-flow-addon--compact .fwc-flow-addon-tier{justify-content:flex-start;gap:8px;padding:0;border:0}
.fwc-flow-addon--compact .fwc-flow-addon-day{font-size:12px;opacity:.55}
.fwc-flow-addon--compact .fwc-flow-soldout-note{font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.fwc-flow-addon--compact .fwc-flow-details{margin-top:6px}
.fwc-flow-addon--compact .fwc-flow-toggle{min-height:32px;font-size:13px;opacity:.7}

/* Step 3 - review */
.fwc-review-grid{display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:56px;align-items:end}
.fwc-review-headline{margin:0;font-family:'Min Sans',sans-serif;font-weight:700;font-size:clamp(48px,5vw,80px);line-height:.9;letter-spacing:-.02em;text-transform:uppercase;text-wrap:balance;color:#404742}
.fwc-review-headline em{font-style:normal;color:#E68D8A}
.fwc-countdown{display:flex;gap:10px;max-width:460px;margin-top:32px}
.fwc-countdown-tile{flex:1;border:1px solid rgba(51,51,51,.12);padding:18px 12px;text-align:center}
.fwc-countdown-num{font-family:'Min Sans',sans-serif;font-weight:700;font-size:40px;line-height:1;color:#404742}
.fwc-countdown-label{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:#333333;opacity:.65;margin-top:8px}
.fwc-flow-review-panel .fwc-flow-head{margin-bottom:18px}
.fwc-flow-review-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.fwc-flow-line{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid rgba(51,51,51,.12);font-family:'Gotham',sans-serif;font-size:15px;color:#333333}
.fwc-flow-line:first-child{border-top:1px solid rgba(51,51,51,.12)}
.fwc-flow-line-amt{white-space:nowrap}
.fwc-flow-totals{margin-top:18px}
.fwc-flow-total-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:6px 0;font-family:'Gotham',sans-serif;font-size:15px;color:#333333}
.fwc-flow-total-row--grand{margin-top:6px;padding-top:14px;border-top:1px solid rgba(51,51,51,.12);font-weight:700}
.fwc-flow-grand{font-family:'Min Sans',sans-serif;font-size:28px;font-weight:700;line-height:1}
.fwc-flow-review-actions{display:flex;flex-direction:column-reverse;gap:12px;margin-top:24px}
.fwc-flow-review-actions .fwc-flow-btn{width:100%;min-height:54px}
.fwc-flow-review-note{font-family:'Gotham',sans-serif;font-size:14px;line-height:1.5;color:#333333;margin:14px 0 0;text-align:center}
.fwc-flow-review-policy{font-family:'Gotham',sans-serif;font-size:12px;line-height:1.5;color:#333333;opacity:.65;margin:8px 0 0;text-align:center}
.fwc-flow-review-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 28px;margin-top:16px}
.fwc-flow-review-links .fwc-flow-toggle{margin-top:0}
/* Empty state: the card carries the closing price block until the flow shows its summary. */
.fwc-empty-card{display:block}
.fwc-flow-review-panel:not([hidden]) ~ .fwc-empty-card,.fwc-flow.is-fallback .fwc-empty-card{display:none}
.fwc-empty-price{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}
.fwc-empty-price-amt{font-family:'Min Sans',sans-serif;font-weight:700;font-size:52px;letter-spacing:-.02em;line-height:1;color:#333333}
.fwc-empty-price-meta{font-size:12px;text-align:right;line-height:1.5;color:#333333;letter-spacing:.04em;flex:none}
.fwc-empty-cta{display:flex;width:100%;margin-top:18px}

/* Checkout revealed in place. Steps 1 and 2 fold away; the summary stays above the form. */
.fwc-flow.is-checkout [data-fwc-flow-step="1"],.fwc-flow.is-checkout [data-fwc-flow-step="2"]{display:none}
.fwc-flow.is-checkout .fwc-flow-step--review{margin-top:0}
.fwc-flow-widget{margin-top:0}
.fwc-flow-widget.is-revealed{margin-top:24px;padding:36px;background-color:#ffffff;border:1px solid rgba(51,51,51,.12);border-radius:0}
.fwc-flow.is-fallback .fwc-flow-step--addons{display:none}

/* ── The SquadUp form, restyled on the token sheet once revealed ──
   Selectors verified against the live checkout view (main-v2, 2026-09-17):
   .squadup-checkout-app > .squadup-navigation-view-container > .squadup-embed-view,
   h2.page-title-ident, .event-checkout-detail, h3.su-section-subtitle, .gray-hr,
   .squadup-tickets-table .row.tickets, .form-control, .btn-primary, .btn-info,
   .squadup-checkout-submit-payment. */
#squadup-checkout.fwc-su-checkout-mode .squadup-navigation-view-container{width:100% !important;max-width:760px}
.fwc-flow-widget.is-revealed #squadup-checkout,
.fwc-flow-widget.is-revealed #squadup-checkout p,
.fwc-flow-widget.is-revealed #squadup-checkout label,
.fwc-flow-widget.is-revealed #squadup-checkout input,
.fwc-flow-widget.is-revealed #squadup-checkout select,
.fwc-flow-widget.is-revealed #squadup-checkout textarea,
.fwc-flow-widget.is-revealed #squadup-checkout button,
.fwc-flow-widget.is-revealed #squadup-checkout .squadup-checkout-app{font-family:'Gotham',sans-serif !important;color:#333333}
/* Heading + section titles in the display face */
.fwc-flow-widget.is-revealed #squadup-checkout .page-title-ident,
.fwc-flow-widget.is-revealed #squadup-checkout .page-title-ident span{font-family:'Min Sans','Gotham',sans-serif !important;font-size:32px;font-weight:700;line-height:1.1;color:#404742 !important;text-align:left;margin:0 0 20px}
.fwc-flow-widget.is-revealed #squadup-checkout .su-section-subtitle,
.fwc-flow-widget.is-revealed #squadup-checkout .su-section-subtitle span{font-family:'Min Sans','Gotham',sans-serif !important;font-size:24px;font-weight:700;color:#404742 !important;margin:8px 0 14px}
/* The event title bar repeats what our summary already says. */
.fwc-flow-widget.is-revealed #squadup-checkout .event-checkout-detail .squadup-even-titlebar{display:none !important}
.fwc-flow-widget.is-revealed #squadup-checkout .gray-hr{background-color:rgba(51,51,51,.12) !important;height:1px}
.fwc-flow-widget.is-revealed #squadup-checkout hr{border-color:rgba(51,51,51,.12)}
.fwc-flow-widget.is-revealed #squadup-checkout a{color:#404742 !important;text-decoration:underline;text-underline-offset:3px}
.fwc-flow-widget.is-revealed #squadup-checkout .text-primary,
.fwc-flow-widget.is-revealed #squadup-checkout .text-info{color:#333333 !important}
.fwc-flow-widget.is-revealed #squadup-checkout .location-name,
.fwc-flow-widget.is-revealed #squadup-checkout .time{color:#333333 !important;opacity:.7}
/* Fields */
.fwc-flow-widget.is-revealed #squadup-checkout .form-control,
.fwc-flow-widget.is-revealed #squadup-checkout input[type="text"],
.fwc-flow-widget.is-revealed #squadup-checkout input[type="email"],
.fwc-flow-widget.is-revealed #squadup-checkout input[type="tel"],
.fwc-flow-widget.is-revealed #squadup-checkout input[type="password"],
.fwc-flow-widget.is-revealed #squadup-checkout input[type="number"],
.fwc-flow-widget.is-revealed #squadup-checkout select,
.fwc-flow-widget.is-revealed #squadup-checkout textarea{min-height:48px;border:1px solid #BEC5A6 !important;border-radius:0 !important;background-color:#F7F8F4 !important;box-shadow:none !important;font-size:15px !important;color:#333333 !important}
.fwc-flow-widget.is-revealed #squadup-checkout .form-control:focus,
.fwc-flow-widget.is-revealed #squadup-checkout input:focus,
.fwc-flow-widget.is-revealed #squadup-checkout select:focus{border-color:#404742 !important;box-shadow:inset 0 0 0 1px #404742 !important;outline:none}
.fwc-flow-widget.is-revealed #squadup-checkout .control-label,
.fwc-flow-widget.is-revealed #squadup-checkout label{font-weight:700;font-size:13px;letter-spacing:.04em}
.fwc-flow-widget.is-revealed #squadup-checkout .required .control-label::after,
.fwc-flow-widget.is-revealed #squadup-checkout .text-danger,
.fwc-flow-widget.is-revealed #squadup-checkout .has-error .help-block{color:#D37872 !important}
/* Buttons: primary action is the coral CTA; secondary reads as the ghost button. */
.fwc-flow-widget.is-revealed #squadup-checkout .btn{border-radius:0 !important;box-shadow:none !important;font-weight:700 !important;text-transform:none !important;letter-spacing:0 !important}
.fwc-flow-widget.is-revealed #squadup-checkout .btn-primary,
.fwc-flow-widget.is-revealed #squadup-checkout .btn-success,
.fwc-flow-widget.is-revealed #squadup-checkout .squadup-checkout-submit-payment{background-color:#D37872 !important;border-color:#D37872 !important;color:#333333 !important;min-height:54px;padding:14px 32px;font-size:16px !important}
.fwc-flow-widget.is-revealed #squadup-checkout .btn-primary:hover,
.fwc-flow-widget.is-revealed #squadup-checkout .squadup-checkout-submit-payment:hover{opacity:.85}
.fwc-flow-widget.is-revealed #squadup-checkout .edit-qty-btn,
.fwc-flow-widget.is-revealed #squadup-checkout .btn-info,
.fwc-flow-widget.is-revealed #squadup-checkout .btn-default{background-color:transparent !important;border:1px solid #404742 !important;color:#404742 !important;min-height:44px;padding:10px 20px}
.fwc-flow-widget.is-revealed #squadup-checkout .edit-qty-btn.btn-sm{min-height:40px;padding:9px 18px;font-size:14px !important}
/* Ticket table */
.fwc-flow-widget.is-revealed #squadup-checkout .squadup-tickets-table .row.tickets{border-color:rgba(51,51,51,.12) !important}
.fwc-flow-widget.is-revealed #squadup-checkout .squadup-tickets-table .hidden-xs{font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;opacity:.7}
.fwc-flow-widget.is-revealed #squadup-checkout .squadup-order-summary .squadup-summary-item{font-size:15px}
.fwc-flow-widget.is-revealed #squadup-checkout .panel,
.fwc-flow-widget.is-revealed #squadup-checkout .well,
.fwc-flow-widget.is-revealed #squadup-checkout .card{border-radius:0 !important;border-color:rgba(51,51,51,.12) !important;box-shadow:none !important;background-color:#ffffff !important}
.fwc-flow-widget.is-revealed #squadup-checkout .table>tbody>tr>td,
.fwc-flow-widget.is-revealed #squadup-checkout .table>thead>tr>th{border-color:rgba(51,51,51,.12)}
.fwc-flow-widget.is-revealed #squadup-checkout .cssload-loader li{background:#D37872 !important}

/* Legal */
.fwc-legal{max-width:1100px;margin:0 auto;padding:0 60px 48px}
.fwc-legal-inner{font-size:11px;line-height:1.6;color:#333333;opacity:.65;padding-top:20px;border-top:1px solid rgba(51,51,51,.12);display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap}

/* Sticky cart strip (flow.js owns hidden/shown). All widths: it carries the cart to the summary. */
.fwc-flow-strip{position:fixed;left:0;right:0;bottom:0;z-index:900;background-color:#404742;animation:fwc-flow-rise .25s ease both}
@keyframes fwc-flow-rise{from{transform:translateY(100%)}to{transform:translateY(0)}}
.fwc-flow-strip-inner{max-width:1100px;margin:0 auto;min-height:56px;padding:0 60px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.fwc-flow-strip-summary{margin:0;font-family:'Gotham',sans-serif;font-size:15px;color:#ffffff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fwc-flow-strip-dot{opacity:.6;margin:0 6px}
.fwc-flow-strip-actions{display:flex;align-items:center;gap:20px;flex-shrink:0}
.fwc-flow-strip-link{background:none;border:none;padding:0;min-height:44px;font-family:'Gotham',sans-serif;font-size:14px;color:#ffffff;opacity:.8;cursor:pointer;text-decoration:underline;text-underline-offset:3px;transition:opacity .25s ease}
.fwc-flow-strip-link:hover{opacity:1}
.fwc-flow-strip-btn{flex-shrink:0;padding:10px 24px;min-height:44px;border:none;border-radius:0;background-color:#D37872;color:#333333;font-family:'Gotham',sans-serif;font-size:15px;font-weight:700;line-height:1.2;cursor:pointer;transition:opacity .25s ease}
.fwc-flow-strip-btn:hover{opacity:.85}
body.fwc-flow-strip-on{scroll-padding-bottom:72px}

/* ── Small desktop / tablet landscape (1024–1279): keep each H1 sentence on one line. ── */
@media (min-width:1024px) and (max-width:1279px){
  .fwc-hero-plate{max-width:640px}
  .fwc-hero-h1{font-size:clamp(40px,4vw,48px)}
  .fwc-hero-count-num{font-size:50px}
  .fwc-hero-card{grid-template-columns:1fr;gap:16px}
  .fwc-hero-cta{width:100%}
  .fwc-talent-card{width:270px;height:380px}
}

/* ── Tablet (768–1023): a tier of its own, not desktop squeezed. ── */
@media (min-width:768px) and (max-width:1023px){
  .fwc-nav-inner,.fwc-includes,.fwc-talent-head,.fwc-talent-lane,.fwc-talent-dots{padding-left:40px;padding-right:40px}
  /* Same treatment as desktop: full-bleed photo, text on top, stronger darken on smaller widths. */
  .fwc-hero{min-height:max(504px,70vh)}
  .fwc-hero-blend{background:rgba(32,36,34,.325)}
  .fwc-hero-inner{padding:calc(var(--fwc-nav-h) + 24px) 40px 44px}
  .fwc-hero-plate{max-width:none;gap:24px}
  .fwc-hero-count{padding-bottom:20px}
  .fwc-hero-count-num{font-size:52px}
  .fwc-hero-copy{gap:18px}
  .fwc-hero-h1{font-size:clamp(40px,5.6vw,52px)}
  .fwc-hero-sub{max-width:600px}
  .fwc-hero-card{max-width:640px}
  .fwc-includes{padding:80px 40px 0}
  .fwc-includes-title{font-size:28px}
  .fwc-includes-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 40px}
  .fwc-include{padding:32px 0}
  .fwc-include:nth-child(3){grid-column:1 / -1;flex-direction:row;align-items:center;gap:40px;border-top:1px solid rgba(247,248,244,.18)}
  .fwc-include:nth-child(3) .fwc-include-img{width:44%;flex:none}
  .fwc-include:nth-child(3) .fwc-include-copy{display:flex;flex-direction:column;gap:16px}
  .fwc-include-num{font-size:72px}
  .fwc-talent{padding-top:80px}
  .fwc-talent-card{width:260px;height:360px}
  .fwc-talent-name{font-size:24px}
  .fwc-crossing-space{height:72px}
  .fwc-mosaic{grid-auto-rows:200px}
  .fwc-flow{padding:48px 40px 60px}
  .fwc-flow-page-head{padding:48px 40px 0}
  .fwc-flow-page-title{font-size:40px}
  .fwc-legal{padding:0 40px 48px}
  .fwc-review-grid{grid-template-columns:1fr;gap:36px}
  .fwc-countdown{max-width:none}
  .fwc-flow-strip-inner{padding:0 40px}
}

/* ── Mobile (≤767) ── */
@media (max-width:767px){
  :root{--fwc-nav-h:72px}
  html{scroll-padding-bottom:72px}
  .fwc-nav-inner{padding:14px 22px;min-height:var(--fwc-nav-h)}
  .fwc-nav-logo{height:44px}
  .fwc-nav-cta{min-height:40px;padding:9px 16px;font-size:14px}
  /* Same treatment as desktop: full-bleed photo, text on top, stronger darken on smaller widths. */
  .fwc-hero{min-height:max(640px,100vh);max-height:none}
  .fwc-hero-blend{background:rgba(32,36,34,.325)}
  .fwc-hero-inner{padding:calc(var(--fwc-nav-h) + 16px) 22px 30px}
  .fwc-hero-plate{max-width:none;gap:20px}
  .fwc-hero-count{gap:8px;padding-bottom:18px}
  .fwc-hero-count-text{padding-bottom:2px}
  .fwc-hero-br{display:inline}
  .fwc-hero-count-num{font-size:44px}
  .fwc-hero-count-label{font-size:10px;letter-spacing:.12em}
  .fwc-hero-count-sub{font-size:13px}
  .fwc-hero-copy{margin-top:0;gap:14px}
  .fwc-hero-eyebrow{font-size:11px;letter-spacing:.12em}
  .fwc-hero-h1{font-size:clamp(28px,8.1vw,38px);line-height:.92;letter-spacing:-.015em}
  .fwc-hero-sub{font-size:15px;line-height:1.3;max-width:360px}
  .fwc-hero-card{grid-template-columns:1fr;gap:16px;padding-top:20px}
  .fwc-hero-price{font-size:24px}
  .fwc-hero-cta{width:100%;min-height:52px;min-width:0}
  .fwc-includes{padding:32px 22px 8px}
  .fwc-includes-title{font-size:24px;padding-bottom:14px;border-bottom:0}
  .fwc-includes-grid{grid-template-columns:1fr;gap:0}
  .fwc-include{display:grid;grid-template-columns:1fr 108px;gap:18px;padding:24px 0;border-top:1px solid rgba(247,248,244,.18);align-items:center}
  .fwc-include-img{grid-column:2;grid-row:1;width:108px;height:144px;aspect-ratio:auto}
  .fwc-include-copy{grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:10px}
  .fwc-include-num{font-size:64px;line-height:.9}
  .fwc-include-label{font-size:14px}
  .fwc-include p{font-size:13px;line-height:1.5}
  .fwc-talent{padding:36px 0 8px;gap:18px}
  .fwc-talent-head{padding:0 22px}
  .fwc-talent-pos{display:none}
  .fwc-talent-arrows{gap:6px}
  .fwc-talent-arrow{width:44px;height:44px;font-size:16px}
  .fwc-talent-lane{padding:0 22px}
  .fwc-talent-track{gap:10px}
  .fwc-talent-card{width:224px;height:300px}
  .fwc-talent-cap{left:14px;right:14px;bottom:14px;gap:4px}
  .fwc-talent-name{font-size:22px}
  .fwc-talent-role{font-size:10px}
  .fwc-talent-dots{padding:0 22px;gap:5px;justify-content:space-between;align-items:center}
  .fwc-talent-dot{width:8px}
  .fwc-talent-dot.is-on{width:22px}
  .fwc-talent-dots .fwc-talent-pos{display:block;font-size:11px;margin-left:auto}
  .fwc-crossing-space{height:36px}
  .fwc-mosaic{grid-template-columns:2fr 1fr;grid-auto-rows:150px;gap:4px}
  .fwc-flow-step{scroll-margin-top:calc(var(--fwc-nav-h) + 8px)}
  .fwc-flow{padding:40px 20px 40px}
  .fwc-flow-step + .fwc-flow-step{margin-top:48px}
  .fwc-flow-title{font-size:28px}
  .fwc-flow-page-head{padding:40px 20px 0}
  .fwc-flow-page-title{font-size:34px}
  .fwc-flow-page-sub{font-size:18px}
  .fwc-flow-card{padding:24px}
  .fwc-flow-pass-head{gap:12px}
  .fwc-flow-pass-name{font-size:18px}
  .fwc-flow-price{font-size:26px}
  .fwc-flow-pass-foot{gap:16px}
  .fwc-flow-pass-foot .fwc-flow-cart,.fwc-flow-pass-foot .fwc-flow-add,.fwc-flow-pass-foot .fwc-flow-incart{width:100%}
  .fwc-flow-pass-foot .fwc-flow-incart{justify-content:space-between}
  .fwc-flow-presenters{gap:10px 18px}
  .fwc-flow-presenters img{height:18px}
  .fwc-flow-addon{grid-template-columns:72px minmax(0,1fr);grid-template-areas:"img title" "img meta" "choose choose" "tiers tiers" "details details";column-gap:16px;align-items:center;padding:20px 0}
  .fwc-flow-addon-media{width:72px;height:72px}
  .fwc-flow-addon-title{font-size:18px;line-height:1.25}
  .fwc-flow-addon-tiers{margin-top:8px}
  .fwc-flow-addon-tier{flex-wrap:wrap;gap:12px 16px}
  .fwc-flow-addon-tier-head{flex:1 1 100%;justify-content:flex-start;gap:12px}
  .fwc-flow-addon-control{flex:1 1 100%}
  .fwc-flow-addon-tier .fwc-flow-add{width:100%;padding:11px 18px;font-size:14px}
  .fwc-flow-addon-tier .fwc-flow-cart,.fwc-flow-addon-tier .fwc-flow-incart{width:100%}
  .fwc-flow-addon-tier .fwc-flow-incart{justify-content:space-between}
  .fwc-flow-addon--compact{grid-template-columns:48px minmax(0,1fr);grid-template-areas:"img title" "img tiers" "img details"}
  .fwc-flow-addon--compact .fwc-flow-addon-media{width:48px;height:48px}
  .fwc-flow-addon--compact .fwc-flow-addon-tier{gap:8px}
  .fwc-flow-addon--compact .fwc-flow-addon-tier-head,.fwc-flow-addon--compact .fwc-flow-addon-control{flex:0 1 auto;justify-content:flex-start}
  .fwc-flow-strip-inner{padding:0 20px}
  .fwc-flow-strip-summary{font-size:12px;line-height:1.35;white-space:normal}
  .fwc-flow-strip-summary .fwc-flow-strip-dot{display:none}
  .fwc-flow-strip-summary [data-fwc-flow-strip-count]{display:block}
  .fwc-flow-strip-summary [data-fwc-flow-strip-total]{font-weight:700;font-size:14px}
  .fwc-flow-strip-actions{gap:14px}
  .fwc-flow-strip-link{font-size:13px}
  .fwc-flow-strip-btn{padding:10px 18px;font-size:14px}
  .fwc-flow-incart{padding-left:14px}
  .fwc-flow-incart-label{font-size:14px}
  .fwc-review-grid{grid-template-columns:1fr;gap:36px}
  .fwc-review-headline{font-size:48px}
  .fwc-countdown{gap:8px;max-width:none}
  .fwc-countdown-tile{padding:12px 8px}
  .fwc-countdown-num{font-size:28px}
  .fwc-countdown-label{font-size:9px;margin-top:5px}
  .fwc-flow-grand{font-size:24px}
  .fwc-empty-price-amt{font-size:44px}
  .fwc-empty-price-meta{font-size:11px}
  .fwc-flow-widget.is-revealed{padding:16px 8px}
  .fwc-flow-widget.is-revealed #squadup-checkout .btn-info,.fwc-flow-widget.is-revealed #squadup-checkout .btn-default{padding:10px 12px;min-height:42px;font-size:14px !important}
  .fwc-flow-widget.is-revealed #squadup-checkout .squadup-tickets-table > .text-left .row{display:flex;flex-wrap:wrap;align-items:center}
  .fwc-flow-widget.is-revealed #squadup-checkout .squadup-tickets-table > .text-left .row > [class*="col-"]{flex:1 1 auto;width:auto;max-width:100%}
  .fwc-flow-widget.is-revealed #squadup-checkout .page-title-ident,.fwc-flow-widget.is-revealed #squadup-checkout .page-title-ident span{font-size:26px}
  .fwc-legal{padding:0 20px 96px}
  .fwc-legal-inner{flex-direction:column;gap:8px}
  /* Widget at narrow widths: price and quantity share a row in the stock markup. */
  #squadup-checkout .squadup-checkout-app .row,#squadup-checkout .ticket-row,#squadup-checkout [class*="ticket"]{flex-wrap:wrap}
  .fwc-su-visible .Dropdown-control{max-width:100%}
}
@media (max-width:420px){
  .fwc-hero-h1{font-size:clamp(28px,8.1vw,34px)}
  .fwc-hero-count-num{font-size:38px}
}


/* ── Ported from V3 (Steven): promo code in the order summary, cart bar breakout, add-on prompt before checkout ── */
.fwc-flow-promo{margin-top:22px;padding-top:18px;border-top:1px solid rgba(51,51,51,.12)}
.fwc-flow-promo .fwc-flow-eyebrow--plain{margin-bottom:10px}
.fwc-flow-promo-form{display:flex;gap:10px}
.fwc-flow-promo-input{flex:1;min-width:0;min-height:48px;padding:0 14px;border:1px solid #404742;border-radius:0;background:#ffffff;font-family:'Gotham',sans-serif;font-size:15px;letter-spacing:.06em;text-transform:uppercase;color:#333333}
.fwc-flow-promo-input::placeholder{text-transform:none;letter-spacing:0;color:rgba(51,51,51,.55)}
.fwc-flow-promo-input:focus-visible{outline:2px solid #404742;outline-offset:2px}
.fwc-flow-promo-apply{min-height:48px;padding:0 22px;font-size:15px}
.fwc-flow-promo-chip{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:8px 14px;background:#ffffff;border:1px solid rgba(51,51,51,.12)}
.fwc-flow-promo-chip-code{display:inline-flex;align-items:center;gap:8px;font-family:'Gotham',sans-serif;font-size:15px;color:#333333}
.fwc-flow-promo-chip-code strong{letter-spacing:.06em}
.fwc-flow-promo-chip-note{font-size:13px;opacity:.65}
.fwc-flow-promo-chip .fwc-flow-toggle{min-height:32px;font-size:14px;text-decoration:underline;text-underline-offset:3px}
.fwc-flow-strip-seg{white-space:nowrap}
.fwc-flow-strip-seg--total{font-weight:700}
/* Add-on prompt */
.fwc-upsell{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}
.fwc-upsell[hidden]{display:none}
.fwc-upsell-backdrop{position:absolute;inset:0;background:rgba(64,71,66,.85)}
.fwc-upsell-panel{position:relative;width:100%;max-width:560px;max-height:min(85vh,760px);display:flex;flex-direction:column;background:#DCE0CE;box-shadow:0 24px 60px rgba(0,0,0,.35);animation:fwc-flow-rise .25s ease both}
.fwc-upsell-x{position:absolute;top:12px;right:12px;width:44px;height:44px;border:none;border-radius:50%;background:#404742;color:#F7F8F4;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2}
.fwc-upsell-x:hover{opacity:.85}
.fwc-upsell-body{padding:36px 36px 8px;overflow:auto}
.fwc-upsell-title{margin:10px 0 0;font-family:'Min Sans','Gotham',sans-serif;font-weight:700;font-size:clamp(26px,3vw,34px);line-height:1;letter-spacing:-.01em;text-transform:uppercase;color:#404742;padding-right:44px}
.fwc-upsell-lede{margin:12px 0 0;font-family:'Gotham',sans-serif;font-size:15px;line-height:1.5;color:#333333}
.fwc-upsell-list{margin-top:22px;border-top:1px solid rgba(51,51,51,.12)}
.fwc-upsell-row{display:grid;grid-template-columns:64px minmax(0,1fr);gap:8px 16px;padding:16px 0;border-bottom:1px solid rgba(51,51,51,.12)}
.fwc-upsell-img{width:64px;height:64px;object-fit:cover;grid-row:1 / span 3}
.fwc-upsell-name{margin:0;font-family:'Gotham',sans-serif;font-size:15px;font-weight:700;line-height:1.3;color:#333333}
.fwc-upsell-meta{margin:0;font-family:'Gotham',sans-serif;font-size:13px;color:#333333;opacity:.65}
.fwc-upsell-tiers{display:flex;flex-direction:column;gap:8px;margin-top:4px}
.fwc-upsell-tier{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.fwc-upsell-price{font-family:'Gotham',sans-serif;font-size:15px;color:#333333}
.fwc-upsell-price small{font-size:12px;opacity:.65;margin-left:4px}
.fwc-upsell-day{font-weight:700;margin-right:8px}
.fwc-upsell-add{min-height:44px;padding:10px 20px;font-size:14px}
.fwc-upsell-in{display:inline-flex;align-items:center;gap:8px;min-height:44px;font-family:'Gotham',sans-serif;font-size:14px;font-weight:700;color:#404742}
.fwc-upsell-in .fwc-ic{width:16px;height:16px;stroke:#404742;stroke-width:2.5;fill:none}
.fwc-upsell-foot{display:flex;flex-direction:column;gap:10px;padding:16px 36px 28px;background:#DCE0CE;border-top:1px solid rgba(51,51,51,.12)}
.fwc-upsell-foot .fwc-flow-btn{width:100%;min-height:52px}
body.fwc-upsell-open{overflow:hidden}
@media (max-width:767px){
  .fwc-upsell{align-items:flex-end;padding:0}
  .fwc-upsell-panel{max-width:none;max-height:88vh;animation:none}
  .fwc-upsell-body{padding:28px 22px 8px}
  .fwc-upsell-foot{padding:14px 22px 24px}
  .fwc-upsell-title{font-size:26px}
  /* Three short lines in the 56px strip, one column so nothing is ever clipped by the buttons:
     "1 item · $2,018.25" / "$1,950.00 subtotal" / "+$68.25 fees" */
  .fwc-flow-strip-summary{flex:1 1 auto;min-width:0;overflow:visible;text-overflow:clip;display:flex;flex-wrap:wrap;align-items:baseline;column-gap:6px;row-gap:0}
  .fwc-flow-strip-summary .fwc-flow-strip-seg{display:block}
  .fwc-flow-strip-summary .fwc-flow-strip-seg--total{order:1}
  .fwc-flow-strip-summary .fwc-flow-strip-word{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap} /* "total" is implied by the bold line; the subtotal/fees lines below explain it */
  .fwc-flow-strip-summary .fwc-flow-strip-seg--total::before{content:'·';opacity:.6;margin-right:6px;font-weight:400}
  .fwc-flow-strip-summary .fwc-flow-strip-seg:nth-of-type(3){order:2;flex-basis:100%} /* dots are spans too: 1 count, 3 subtotal, 5 fees, 7 total */
  .fwc-flow-strip-summary .fwc-flow-strip-seg:nth-of-type(5){order:3;flex-basis:100%}
  .fwc-flow-strip-summary [data-fwc-flow-strip-count]{display:inline}
  .fwc-flow-strip-summary [data-fwc-flow-strip-total]{font-size:inherit}
  .fwc-flow-strip-actions{gap:10px}
  .fwc-flow-strip-link{font-size:12px}
  .fwc-flow-strip-btn{padding:10px 14px;font-size:13px}
  .fwc-flow-promo-form{flex-wrap:wrap}
  .fwc-flow-promo-apply{flex:1}
}

/* ── Uncode guards ─────────────────────────────────────────────────────
   The theme's h2 / p / button / input rules outrank the plain class
   selectors above. Same values, prefixed with the page's body class and
   marked !important so V5 holds. Measured against the V5 harness. */

/* Display heading in Step 3 */
body.page-template-template-passes-v2 .fwc-store h2.fwc-review-headline {
	font-family: 'Min Sans', sans-serif !important;
	font-weight: 700 !important;
	font-size: clamp(48px, 5vw, 80px) !important;
	line-height: .9 !important;
	letter-spacing: -.02em !important;
	text-transform: uppercase !important;
	color: #404742 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

/* Add-on prompt heading */
body.page-template-template-passes-v2 h2.fwc-upsell-title {
	font-family: 'Min Sans', 'Gotham', sans-serif !important;
	font-weight: 700 !important;
	font-size: clamp(26px, 3vw, 34px) !important;
	line-height: 1 !important;
	letter-spacing: -.01em !important;
	text-transform: uppercase !important;
	color: #404742 !important;
	margin: 10px 0 0 !important;
	padding: 0 0 0 0 !important;
	padding-right: 44px !important;
	border: 0 !important;
}

/* Paragraphs V5 leaves at line-height:normal; Uncode gives p 1.75 */
body.page-template-template-passes-v2 .fwc-store p.fwc-flow-presenters-label,
body.page-template-template-passes-v2 .fwc-store p.fwc-flow-strip-summary,
body.page-template-template-passes-v2 .fwc-store p.fwc-flow-soldout-note {
	line-height: normal !important;
}

body.page-template-template-passes-v2 p.fwc-upsell-lede {
	font-size: 15px !important;
	line-height: 1.5 !important;
	margin: 12px 0 0 !important;
}
body.page-template-template-passes-v2 p.fwc-upsell-name {
	font-size: 15px !important;
	line-height: 1.3 !important;
	margin: 0 !important;
}
body.page-template-template-passes-v2 p.fwc-upsell-meta {
	font-size: 13px !important;
	line-height: normal !important;
	margin: 0 !important;
}

/* Promo form: Uncode's button and input resets */
body.page-template-template-passes-v2 .fwc-store input.fwc-flow-promo-input {
	margin: 0 !important;
	min-height: 48px !important;
	height: 48px !important;
	padding: 0 14px !important;
	border: 1px solid #404742 !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	box-shadow: none !important;
	font-family: 'Gotham', sans-serif !important;
	font-size: 15px !important;
	line-height: normal !important;
	letter-spacing: .06em !important;
	text-transform: uppercase !important;
	color: #333333 !important;
}
/* iOS zooms the page when a focused field is under 16px and never zooms back. */
@media (max-width: 640px) {
	body.page-template-template-passes-v2 .fwc-store input.fwc-flow-promo-input {
		font-size: 16px !important;
	}
}
body.page-template-template-passes-v2 .fwc-store button.fwc-flow-promo-apply {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 0 22px !important;
	font-family: 'Gotham', sans-serif !important;
	font-size: 15px !important;
	line-height: 18px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/* V5 has a global [hidden]{display:none!important}; the flow sheet's copy
   is scoped to .fwc-flow, and the strip and the add-on prompt sit outside
   it, where Uncode's button display rules beat the UA default. */
body.page-template-template-passes-v2 .fwc-store [hidden],
body.page-template-template-passes-v2 .fwc-upsell [hidden],
body.page-template-template-passes-v2 .fwc-upsell[hidden] {
	display: none !important;
}

/* Scroll lock while the prompt is open. Uncode makes <html> the scroller
   (overflow-y: scroll) and sizes <body> to the viewport, so V5's
   body{overflow:hidden} neither propagates nor wins. Lock the root. */
html:has(body.page-template-template-passes-v2.fwc-upsell-open) {
	overflow: hidden !important;
}

/* Sold-out lines: V5's static page carried no details toggle on them, and
   the flow sheet's is-sold-out rule outranks V5's dimmed date. Both
   selectors lift as soon as the feed moves the card back into the grid. */
body.page-template-template-passes-v2 .fwc-flow-addon--compact .fwc-flow-details {
	display: none !important;
}
body.page-template-template-passes-v2 .fwc-flow-addon--compact .fwc-flow-addon-tier.is-sold-out .fwc-flow-addon-day {
	opacity: .55;
}

/* The SquadUp form. V5 renders the stock widget (bootstrap-namespace) under
   its restyle above. Uncode's label / p / input / .btn defaults reach into
   it here, computed against V5: label { line-height: 1.75 } (V5 normal,
   and every span and link inside a label inherits it), p 16px/28px (V5
   14px/normal), .btn padding 15px 36px over the three V5 button sizes, and
   the theme's text-input chrome on checkboxes and radios. Only elements
   Uncode targets outright are listed, so bootstrap's own inheritance
   (h3 > span, for one) stays as V5 has it. */
body.page-template-template-passes-v2 #squadup-checkout label {
	line-height: normal;
}
body.page-template-template-passes-v2 #squadup-checkout p {
	font-size: 14px;
	line-height: normal;
}
body.page-template-template-passes-v2 #squadup-checkout input[type="checkbox"],
body.page-template-template-passes-v2 #squadup-checkout input[type="radio"] {
	/* Uncode draws its own 16px box (appearance: none). V5 shows the native control. */
	-webkit-appearance: auto !important;
	appearance: auto !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	text-align: start !important;
	vertical-align: baseline !important;
}
body.page-template-template-passes-v2 .fwc-flow-widget.is-revealed #squadup-checkout .btn-primary,
body.page-template-template-passes-v2 .fwc-flow-widget.is-revealed #squadup-checkout .btn-success,
body.page-template-template-passes-v2 .fwc-flow-widget.is-revealed #squadup-checkout .squadup-checkout-submit-payment {
	padding: 14px 32px !important;
}
body.page-template-template-passes-v2 .fwc-flow-widget.is-revealed #squadup-checkout .edit-qty-btn,
body.page-template-template-passes-v2 .fwc-flow-widget.is-revealed #squadup-checkout .btn-info,
body.page-template-template-passes-v2 .fwc-flow-widget.is-revealed #squadup-checkout .btn-default {
	padding: 10px 20px !important;
}
body.page-template-template-passes-v2 .fwc-flow-widget.is-revealed #squadup-checkout .edit-qty-btn.btn-sm {
	padding: 9px 18px !important;
}

@media (max-width: 767px) {
	body.page-template-template-passes-v2 .fwc-store h2.fwc-review-headline {
		font-size: 48px !important;
	}
	body.page-template-template-passes-v2 h2.fwc-upsell-title {
		font-size: 26px !important;
	}
	/* Narrow-width counterpart of the .btn guard above (V5 line: padding 10px 12px). */
	body.page-template-template-passes-v2 .fwc-flow-widget.is-revealed #squadup-checkout .btn-info,
	body.page-template-template-passes-v2 .fwc-flow-widget.is-revealed #squadup-checkout .btn-default {
		padding: 10px 12px !important;
	}
}
