/* Only the bits V3 carried inline in its HTML (everything else lives in styles.css). */

/* Text selection highlight → brand gold (was default blue). */
::selection { background: rgba(255,200,47,.9); color: #100b02; }
::-moz-selection { background: rgba(255,200,47,.9); color: #100b02; }

/* Age gate is always rendered (cache-safe); hide it instantly for already-verified visitors
   (a head script flags <html> before paint, so verified users never see a flash). */
html.mc-age-verified .agegate { display: none !important; }
html.mc-age-verified { overflow: auto !important; }

/* Neutralize the legacy raffle-era "I Am 21+" age gate (superseded by the theme's own 21+ gate). */
#mc-age-gate { display: none !important; }

/* Neutralize the legacy "mobile only" desktop blocker that hid the cart/checkout on desktop. */
#mc-desktop-block { display: none !important; }

/* Neutralize the legacy "Added to cart — heading to checkout" toast (raffle-era). */
.mc-cart-toast, .mc-toast-check, .mc-toast-fix { display: none !important; }

/* Neutralize the raffle-era "keep tickets in your cart for X" countdown bar.
 * Checkout Countdown Pro injects it as <ul class="woocommerce-error"><li><div class="checkout-countdown-wrapper">…>,
 * so hide the whole error shell when it wraps the countdown — otherwise an empty red band remains.
 * Real WooCommerce validation errors (no countdown wrapper) still show normally. */
.checkout-countdown-wrapper, .checkout-countdown-bar, .checkout-countdown-content { display: none !important; }
.woocommerce ul.woocommerce-error:has(.checkout-countdown-wrapper),
.woocommerce ul.woocommerce-error:has(.checkout-countdown-notice),
.woocommerce-checkout ul.woocommerce-error:has(.checkout-countdown-wrapper) { display: none !important; }

/* Neutralize the legacy OneSignal push "slide prompt" (raffle-era; injected on a delay). */
#onesignal-slidedown-container,
.onesignal-slidedown-container,
#onesignal-popover-container,
#onesignal-bell-launcher { display: none !important; }

/* Hero background flipped horizontally (lion faces right, sits on the left).
   Served under a fresh filename because WP Engine's CDN cached the old bytes at the
   original URL. Anchor left so the lion stays in frame on narrow/mobile crops too. */
.fx-techlines { background-image: url("../img/tech-gold-hero-v2.png"); background-position: left center; }

/* webinar detail grid — seat chart last on mobile (was inline in V3 webinar.html) */
.wdetail-detail { grid-template-areas: "media claim"; }
.wd-media { grid-area: media; }
.wd-claim { grid-area: claim; }
@media (max-width: 860px) { .wdetail-detail { grid-template-areas: "media" "claim"; } }

/* ===== Webinar product — brand the WooCommerce add-to-cart (Claim Your Seat) ===== */
/* The seat stepper drives the quantity, so hide WooCommerce's spinner. */
.single-product .wd-claim .quantity { display: none !important; }
.single-product .wd-claim .seat-grid { grid-template-columns: repeat(10, 1fr); margin-bottom: 10px; }
@media (max-width: 520px) { .single-product .wd-claim .seat-grid { grid-template-columns: repeat(8, 1fr); } }

/* Honest seat status: claimed meter + quantity stepper (no fake numbered seats). */
.wd-claim .seat-status { margin-bottom: 20px; }
.wd-claim .seat-status .mc-bar { height: 8px; }
.wd-claim .seat-status-lbl { font-size: 11px; margin-top: 8px; color: var(--text-dim); }
.wd-claim .seat-qty { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 12px; }
.wd-claim .seat-qty .sq-label { font-family: var(--fmono); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; color: var(--text-dim); }
.wd-claim .sq-stepper { display: inline-flex; align-items: center; gap: 4px; background: var(--bg-900); border: 1px solid var(--line); border-radius: 10px; padding: 4px; }
.wd-claim .sq-btn { width: 38px; height: 38px; border: 0; border-radius: 7px; background: rgba(255,255,255,.05); color: var(--text-hi); font-size: 20px; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .12s, color .12s, opacity .12s; }
.wd-claim .sq-btn:hover:not(:disabled) { background: var(--amber); color: #111; }
.wd-claim .sq-btn:disabled { opacity: .3; cursor: not-allowed; }
.wd-claim .sq-count { min-width: 46px; text-align: center; font-family: var(--fcond); font-weight: 800; font-size: 22px; color: var(--text-hi); }
.wd-claim .seat-odds-note { font-size: 12px; color: var(--text-dim); margin-top: 12px; padding-left: 22px; position: relative; line-height: 1.5; }
.wd-claim .seat-odds-note::before { content: "\2605"; position: absolute; left: 0; top: 1px; color: var(--amber); }

/* Seat "in another cart" hold state + legend swatch. */
.wd-claim .seat-cell.held { background: repeating-linear-gradient(45deg, rgba(255,255,255,.02) 0 3px, rgba(255,255,255,.06) 3px 6px); border-color: transparent; color: var(--text-faint); opacity: .55; cursor: not-allowed; }
.seat-legend .slg-held i { background: repeating-linear-gradient(45deg, rgba(255,255,255,.04) 0 2px, rgba(255,255,255,.12) 2px 4px); border-style: dashed; }
.single-product .wd-claim form.cart { display: block; }
.single-product .wd-claim .single_add_to_cart_button {
  display: block !important; width: 100% !important; margin-top: 12px !important;
  background: var(--amber) !important; color: #100b02 !important; border: 0 !important;
  font-family: var(--fcond) !important; font-weight: 700 !important; font-size: 16px !important;
  letter-spacing: normal !important; text-transform: none !important;
  padding: 14px 20px !important; border-radius: var(--radius-sm) !important; cursor: pointer;
  box-shadow: 0 8px 24px -10px rgba(255,200,47,.5); }
.single-product .wd-claim .single_add_to_cart_button:hover { filter: brightness(1.06); }
.single-product .wd-claim .stock { display: none !important; } /* redundant with the "Seats available" meta above */

/* Announcement stage background — rounded "seat" squares blinking on/off (brand gold) */
.mc-seat-field { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.mc-seat-field .sf-sq {
  position: absolute; border-radius: 26%; background: var(--amber); opacity: 0;
  animation-name: sfBlink; animation-timing-function: ease-in-out; animation-iteration-count: infinite;
  box-shadow: 0 0 12px rgba(255,200,47,.35); }
.mc-seat-field .sf-outline { background: transparent; border: 1.5px solid rgba(255,200,47,.75); box-shadow: none; }
.mc-seat-field .sf-bright { background: #fff2cc; }
@keyframes sfBlink { 0%, 100% { opacity: .05; } 50% { opacity: .82; } }

/* Webinar Announcement — step 1: recorder stage (left) + seat chart (right), like the prototype */
.mc-run { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 22px; align-items: start; }
@media (max-width: 900px) { .mc-run { grid-template-columns: 1fr; } }

/* Webinar Announcement — seat hop highlight + winner */
.wseat.hot { background: var(--amber) !important; color: #100b02 !important; transform: scale(1.14); box-shadow: 0 0 14px rgba(255,200,47,.6); transition: transform .06s; }
.wseat.win { background: var(--amber) !important; color: #100b02 !important; box-shadow: 0 0 0 3px rgba(255,200,47,.45), 0 0 20px rgba(255,200,47,.6); }

/* ===== per-section hero backgrounds (override the global flipped-lion fx-techlines) ===== */
.ph-handgun .fx-techlines { background-image: url("../img/gear-room-handguns.png"); background-position: center center; }
.ph-maintenance .fx-techlines { background-image: url("../img/gear-room-maintenance.png"); background-position: center center; }

/* ===== taller, crisper inner-page banners (FAQ / Contact / Transfers) =====
   Give the graphics room, center the copy, and use ONE clean centered scrim
   (drop the heavy edge/left gradients) so the gold wireframes stay crisp. */
.page-hero { min-height: clamp(240px, 30vw, 360px); display: flex; align-items: center; justify-content: center; }
.page-hero .fx-techlines::after { background: none !important; }
.ph-handgun .fx-techlines::after, .ph-maintenance .fx-techlines::after { background: none !important; }
.page-hero-fade { background: radial-gradient(125% 135% at 50% 50%, rgba(0,0,0,.60) 0%, rgba(0,0,0,.33) 52%, rgba(0,0,0,.12) 100%) !important; }

/* ===== reviews section: on-brand gradient (top black → bottom gold), no lion graphic ===== */
.reviews-tile { background: linear-gradient(180deg, #060606 0%, #0a0a0a 42%, #b98f1e 84%, var(--amber) 100%); }
.reviews-tile > .fx-techlines { display: none; }
.reviews-tile .rev-note { color: #1c1600; }

/* ===== contact map: real embed, framed on-brand (dark) ===== */
.contact-map { padding: 0; overflow: hidden; min-height: 320px; }
.contact-map iframe {
  width: 100%; height: 100%; min-height: 320px; border: 0; display: block;
  filter: invert(0.9) hue-rotate(180deg) brightness(0.95) contrast(0.9); }

/* Remove the light borders on the auth card + WooCommerce's default form border (inner box). */
.auth-section .auth-card { border: none !important; }
.auth-section form.login, .auth-section form.register,
.auth-section .woocommerce-form-login, .auth-section .woocommerce-form-register {
  border: none !important; background: transparent !important; padding: 0 !important; margin: 0 !important; }

/* ===== Auth (logged-out) — dark-brand inputs/columns as a fallback if a plugin swaps the template ===== */
.auth-section input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.woocommerce-account:not(.logged-in) form.login input:not([type="checkbox"]):not([type="submit"]),
.woocommerce-account:not(.logged-in) form.register input:not([type="checkbox"]):not([type="submit"]) {
  background: var(--bg-900) !important; border: 1px solid var(--line) !important; color: var(--text-hi) !important; border-radius: var(--radius-sm) !important; padding: 11px 12px !important; }
.woocommerce-account:not(.logged-in) .col2-set .col-1,
.woocommerce-account:not(.logged-in) .col2-set .col-2 {
  background: var(--bg-800); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.woocommerce-account:not(.logged-in) #customer_login label,
.woocommerce-account:not(.logged-in) .col2-set label { color: var(--text-dim); }

/* ===== My Account — branded dark theme over classic WooCommerce ===== */
.mc-account .woocommerce { display: flex; flex-wrap: wrap; gap: 22px; align-items: flex-start; }
.mc-account .woocommerce-MyAccount-navigation { width: 240px; flex: none; background: var(--bg-800); border: 1px solid var(--line); border-radius: var(--radius); padding: 10px; }
.mc-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
.mc-account .woocommerce-MyAccount-navigation-link a { display: block; padding: 11px 14px; border-radius: var(--radius-sm); color: var(--text-dim); font-family: var(--fcond); font-weight: 600; text-decoration: none; transition: background .15s, color .15s; }
.mc-account .woocommerce-MyAccount-navigation-link a:hover,
.mc-account .woocommerce-MyAccount-navigation-link.is-active a { background: rgba(255,200,47,.1); color: var(--amber); }
.mc-account .woocommerce-MyAccount-content { flex: 1; min-width: 300px; background: var(--bg-800); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; color: var(--text-dim); }
.mc-account .woocommerce-MyAccount-content h2, .mc-account .woocommerce-MyAccount-content h3 { color: var(--text-hi); }
.mc-account .woocommerce-MyAccount-content a:not(.btn):not(.button) { color: var(--amber); }
.mc-account table, .mc-account .shop_table, .mc-account .woocommerce-orders-table { width: 100%; border-collapse: collapse; color: var(--text-dim); background: transparent; }
.mc-account table th, .mc-account table td { border-bottom: 1px solid var(--line-soft); padding: 11px 8px; text-align: left; }
.mc-account .button, .mc-account .woocommerce-button, .mc-account button[type="submit"] { background: var(--amber); color: #100b02; border: 0; border-radius: var(--radius-sm); padding: 11px 18px; font-family: var(--fcond); font-weight: 700; cursor: pointer; }
.mc-account input:not([type="checkbox"]):not([type="radio"]), .mc-account textarea, .mc-account select { background: var(--bg-900); border: 1px solid var(--line); color: var(--text-hi); border-radius: var(--radius-sm); padding: 10px 12px; }
.mc-account label { color: var(--text-dim); }
.mc-account .woocommerce-MyAccount-content > p:first-child { color: var(--text-dim); }
@media (max-width: 720px) { .mc-account .woocommerce-MyAccount-navigation { width: 100%; } }

/* "Customize My Account" (tgwc) plugin nav — dark brand + reshape into a horizontal
   tab bar ON TOP of the content (to match the prototype's tabs, not a left sidebar). */
.mc-account .woocommerce { display: block; }                 /* stack: tabs on top, content below */
.mc-account .tgwc-user-avatar { display: none !important; }  /* redundant broken default avatar — hero shows identity */
.mc-account .tgwc-woocommerce-MyAccount-navigation-wrap,
.mc-account .tgwc-woocommerce-MyAccount-navigation {
  width: 100% !important; margin: 0 0 18px !important;
  background: var(--bg-800) !important; border: 1px solid var(--line) !important; border-radius: var(--radius) !important; color: var(--text-dim); }
.mc-account .tgwc-woocommerce-MyAccount-navigation ul,
.mc-account .woocommerce-MyAccount-navigation ul { display: flex; flex-wrap: wrap; gap: 4px; margin: 0; padding: 6px; }
.mc-account .woocommerce-MyAccount-navigation-link { flex: 0 0 auto; border-radius: var(--radius-sm); overflow: hidden; }
.mc-account .woocommerce-MyAccount-navigation-link a { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; color: var(--text-dim) !important; }
.mc-account .woocommerce-MyAccount-navigation-link.is-active,
.mc-account .woocommerce-MyAccount-navigation-link.is-active a,
.mc-account .woocommerce-MyAccount-navigation-link:hover a {
  color: var(--amber) !important; background: rgba(255,200,47,.1) !important; }
.mc-account .woocommerce-MyAccount-content { width: 100% !important; }

/* ===== Classic Cart / Checkout — dark brand by STRUCTURE (plugin strips WC classes) ===== */
.woocommerce-cart .entry table, .woocommerce-checkout .entry table {
  width: 100%; border-collapse: collapse; color: var(--text-dim);
  background: var(--bg-800); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin: 0 0 22px; }
.woocommerce-cart .entry th, .woocommerce-checkout .entry th {
  text-align: left; padding: 13px 12px; font-family: var(--fcond); font-weight: 700;
  color: var(--text-hi); background: var(--bg-900); border-bottom: 1px solid var(--line); }
.woocommerce-cart .entry td, .woocommerce-checkout .entry td {
  padding: 13px 12px; border-bottom: 1px solid var(--line-soft); vertical-align: middle; color: var(--text-dim); }
.woocommerce-cart .entry td a { color: var(--text-hi); text-decoration: none; }
.woocommerce-cart .entry td img { max-width: 72px; height: auto; border-radius: 8px; border: 1px solid var(--line); }
.woocommerce-cart .entry input.qty, .woocommerce-cart .entry input[type="number"] {
  background: var(--bg-900); border: 1px solid var(--line); color: var(--text-hi); border-radius: var(--radius-sm); padding: 8px; width: 66px; }
.woocommerce-cart .entry input[type="text"], .woocommerce-cart .entry input[type="email"],
.woocommerce-checkout .entry input[type="text"], .woocommerce-checkout .entry input[type="email"],
.woocommerce-checkout .entry input[type="tel"], .woocommerce-checkout .entry select, .woocommerce-checkout .entry textarea {
  background: var(--bg-900); border: 1px solid var(--line); color: var(--text-hi); border-radius: var(--radius-sm); padding: 10px 12px; }
.woocommerce-cart .entry h2, .woocommerce-checkout .entry h2, .woocommerce-checkout .entry h3 { color: var(--text-hi); }
.woocommerce-cart .entry label, .woocommerce-checkout .entry label { color: var(--text-dim); }
/* remove (×) links */
.woocommerce-cart .entry a[href*="remove_item"] { color: var(--text-faint); font-size: 19px; }
.woocommerce-cart .entry a[href*="remove_item"]:hover { color: var(--red); }
/* buttons (also classless) — amber CTA */
.woocommerce-cart .entry a[href*="checkout"], .woocommerce-cart .entry button, .woocommerce-cart .entry input[type="submit"],
.woocommerce-checkout .entry button, .woocommerce-checkout .entry input[type="submit"], .woocommerce-checkout .entry #place_order {
  display: inline-block; background: var(--amber); color: #100b02; font-family: var(--fcond); font-weight: 700;
  padding: 12px 22px; border: 0; border-radius: var(--radius-sm); text-decoration: none; cursor: pointer; }
.woocommerce-cart .entry a[href*="checkout"] { font-size: 15px; }

/* ===== Branded empty cart (ports V3 cart.html) ===== */
/* Hide WooCommerce's default "Your cart is currently empty" message + return-to-shop button. */
.woocommerce-cart .cart-empty.woocommerce-info,
.woocommerce-cart p.cart-empty:not(.mc-cart-empty),
.woocommerce-cart .wc-empty-cart-message,
.woocommerce-cart .return-to-shop { display: none !important; }
.mc-cart-empty { position: relative; overflow: hidden; text-align: center; max-width: 640px; margin: 8px auto; padding: 38px 26px 32px; background: var(--bg-800); border: 1px solid var(--line); border-radius: var(--radius); }
.mc-cart-empty::before { content: ""; position: absolute; inset: 0; background: radial-gradient(130% 90% at 50% -10%, rgba(255,200,47,.12), transparent 62%); pointer-events: none; }
.mc-cart-empty > * { position: relative; }
.mc-cart-empty .ce-icon { display: inline-grid; place-items: center; width: 74px; height: 74px; border-radius: 50%; margin-bottom: 18px; color: var(--amber); background: rgba(255,200,47,.1); border: 1px solid rgba(255,200,47,.3); box-shadow: 0 0 0 6px rgba(255,200,47,.05); }
.mc-cart-empty .ce-icon-logo { width: auto; height: auto; background: none; border: none; box-shadow: none; margin-bottom: 14px; }
.mc-cart-empty .ce-icon-logo img { width: 84px; height: 84px; object-fit: contain; }
.mc-cart-empty .ce-title { font-size: 23px; line-height: 1.15; margin-bottom: 9px; color: var(--text-hi); }
.mc-cart-empty .ce-sub { font-size: 14px; color: var(--text-dim); max-width: 400px; margin: 0 auto 22px; line-height: 1.55; }
.mc-cart-empty .ce-cta { display: inline-flex; }
.mc-cart-empty .ce-featured { display: flex; align-items: center; gap: 14px; margin-top: 16px; padding: 12px; background: var(--bg-900); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: border-color .15s, transform .15s; }
.mc-cart-empty .ce-featured:hover { border-color: rgba(255,200,47,.45); transform: translateY(-1px); }
.mc-cart-empty .cef-cover { position: relative; width: 88px; height: 62px; flex: none; border-radius: 10px; background-size: cover; background-position: center; background-color: var(--bg-700); border: 1px solid var(--line); }
.mc-cart-empty .cef-body { flex: 1; min-width: 0; text-align: left; display: flex; flex-direction: column; gap: 3px; }
.mc-cart-empty .cef-label { font-family: var(--fmono); font-size: 9.5px; letter-spacing: .16em; color: var(--text-faint); text-transform: uppercase; }
.mc-cart-empty .cef-name { font-family: var(--fcond); font-weight: 700; font-size: 15px; color: var(--text-hi); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mc-cart-empty .cef-meta { font-size: 12px; color: var(--text-faint); }
.mc-cart-empty .cef-go { flex: none; font-size: 12.5px; font-weight: 600; color: var(--amber); white-space: nowrap; }
@media (max-width: 460px) { .mc-cart-empty .cef-go { display: none; } }

/* ===== Branded Cart — seat-summary layout (ports V3 cart.html) ===== */
.mc-cart { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 24px; align-items: start; }
@media (max-width: 860px) { .mc-cart { grid-template-columns: 1fr; } }
.mc-cart-card { display: flex; gap: 16px; align-items: center; background: var(--bg-800); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; margin-bottom: 14px; }
.mc-cart-card .mcc-cover { width: 100px; height: 70px; flex: none; border-radius: 10px; background-size: cover; background-position: center; background-color: var(--bg-700); border: 1px solid var(--line); }
.mc-cart-card .mcc-body { flex: 1; min-width: 0; }
.mc-cart-card .mcc-body h3 { margin: 4px 0 9px; font-size: 17px; }
.mc-cart-card .mcc-pills { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 9px; }
.mc-cart-card .mcc-pill { display: inline-block; font-family: var(--fmono); font-size: 10px; letter-spacing: .04em; color: var(--amber); background: rgba(255,200,47,.1); border: 1px solid rgba(255,200,47,.3); border-radius: 6px; padding: 3px 7px; }
.mc-cart-card .mcc-meta { font-size: 12.5px; color: var(--text-faint); }
.mc-cart-card .mcc-side { text-align: right; flex: none; display: flex; flex-direction: column; gap: 8px; align-items: flex-end; }
.mc-cart-card .mcc-total { font-family: var(--fcond); font-weight: 700; font-size: 18px; color: var(--amber); }
.mc-cart-card .mcc-remove { font-size: 12px; color: var(--text-faint); text-decoration: none; }
.mc-cart-card .mcc-remove:hover { color: var(--red); }
.mc-cart-continue { display: inline-block; margin-top: 4px; font-size: 13px; color: var(--text-dim); text-decoration: none; }
.mc-cart-continue:hover { color: var(--amber); }
.mc-cart-summary { background: var(--bg-800); border: 1px solid rgba(255,200,47,.28); border-radius: var(--radius); padding: 22px; position: sticky; top: 90px; }
.mc-cart-summary h3 { margin-bottom: 12px; }
.mc-cart-summary .mcs-row { display: flex; justify-content: space-between; padding: 9px 0; font-size: 14px; color: var(--text-dim); border-bottom: 1px solid var(--line-soft); }
.mc-cart-summary .mcs-total { color: var(--text-hi); font-family: var(--fcond); font-weight: 700; font-size: 19px; border-bottom: none; padding-top: 12px; }
.mc-cart-summary .mcs-total span:last-child { color: var(--amber); }
.mc-cart-summary .mcs-fine { font-size: 11px; color: var(--text-faint); margin-top: 12px; line-height: 1.5; }
@media (max-width: 460px) { .mc-cart-card { flex-wrap: wrap; } .mc-cart-card .mcc-side { text-align: left; align-items: flex-start; width: 100%; flex-direction: row; justify-content: space-between; } }

/* ===== Branded Checkout — 2-column (form left, sticky Order Summary right) ===== */
.woocommerce-checkout form.checkout { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); column-gap: 28px; align-items: start; }
.woocommerce-checkout #customer_details { grid-column: 1; grid-row: 1 / span 2; }
.woocommerce-checkout #order_review_heading { grid-column: 2; grid-row: 1; margin: 0 0 12px; }
.woocommerce-checkout #order_review { grid-column: 2; grid-row: 2; position: sticky; top: 90px; }
@media (max-width: 900px) {
  .woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
  .woocommerce-checkout #customer_details, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { grid-column: 1; grid-row: auto; position: static; }
}
/* section cards */
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #order_review { background: var(--bg-800); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-bottom: 20px; }
.woocommerce-checkout #order_review { border-color: rgba(255,200,47,.28); }
.woocommerce-checkout .col2-set { display: block; width: 100%; }
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 { width: 100%; float: none; }
.woocommerce-checkout h3, .woocommerce-checkout #order_review_heading { color: var(--text-hi); font-family: var(--fcond); }
/* inputs — match the Contact form (.fld): dark, subtle line, amber only on focus.
 * Covers WooCommerce billing/shipping fields AND the Payroc card fields in #payment. */
.woocommerce-checkout .input-text, .woocommerce-checkout input.input-text, .woocommerce-checkout select,
.woocommerce-checkout textarea, .woocommerce-checkout .select2-selection,
.woocommerce-checkout #payment .payment_box input:not([type="radio"]):not([type="checkbox"]),
.woocommerce-checkout #payment .payment_box select,
.woocommerce-checkout #payment .payment_box textarea {
  background: rgba(0,0,0,.4) !important; border: 1px solid var(--line) !important; color: var(--text-hi) !important;
  border-radius: 9px !important; padding: 12px 13px !important; box-shadow: none !important;
  font-family: var(--ff) !important; font-size: 14px !important; }
.woocommerce-checkout .input-text:focus, .woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus, .woocommerce-checkout #payment .payment_box input:focus {
  border-color: var(--amber) !important; outline: none !important; }
.woocommerce-checkout .select2-selection { height: auto !important; padding: 6px 13px !important; }
/* Payroc / gateway card-brand icons — one horizontal row, never stacked */
.woocommerce-checkout #payment .payment_methods li label img,
.woocommerce-checkout #payment .wc-payment-method-icons img,
.woocommerce-checkout #payment .payment_box img {
  display: inline-block !important; float: none !important; width: auto !important; height: auto !important;
  max-height: 22px !important; margin: 0 5px 4px 0 !important; vertical-align: middle !important; }
.woocommerce-checkout #payment .wc-payment-method-icons {
  display: flex !important; flex-wrap: wrap; gap: 4px; align-items: center; margin-top: 6px; }
/* spacing: comfortable, consistent page rhythm on cart/checkout (hero removed) */
.woocommerce-cart .entry, .woocommerce-checkout .entry { padding-top: 34px; }
.woocommerce-cart .woocommerce-notices-wrapper:empty,
.woocommerce-checkout .woocommerce-notices-wrapper:empty { display: none; }
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #order_review { padding: 22px; margin-bottom: 18px; }
.woocommerce-checkout .woocommerce-additional-fields { margin-bottom: 0; }
.woocommerce-checkout #payment { margin-top: 14px; }
/* Beat the raffle-era inline <style> that forces amber 100px-pill inputs (spec 0,3,2 !important).
 * The `html` prefix lifts us to 0,3,3 so the clean contact-form look wins regardless of source order. */
html body.woocommerce-checkout .woocommerce-checkout input[type="text"],
html body.woocommerce-checkout .woocommerce-checkout input[type="email"],
html body.woocommerce-checkout .woocommerce-checkout input[type="tel"],
html body.woocommerce-checkout .woocommerce-checkout input[type="number"],
html body.woocommerce-checkout .woocommerce-checkout input[type="password"],
html body.woocommerce-checkout .woocommerce-checkout textarea,
html body.woocommerce-checkout .woocommerce-checkout select {
  background: rgba(0,0,0,.4) !important; border: 1px solid var(--line) !important; color: var(--text-hi) !important;
  border-radius: 9px !important; padding: 12px 13px !important; box-shadow: none !important;
  font-family: var(--ff) !important; font-size: 14px !important; }
html body.woocommerce-checkout .woocommerce-checkout input[type="text"]:focus,
html body.woocommerce-checkout .woocommerce-checkout input[type="email"]:focus,
html body.woocommerce-checkout .woocommerce-checkout input[type="tel"]:focus,
html body.woocommerce-checkout .woocommerce-checkout input[type="number"]:focus,
html body.woocommerce-checkout .woocommerce-checkout input[type="password"]:focus,
html body.woocommerce-checkout .woocommerce-checkout textarea:focus,
html body.woocommerce-checkout .woocommerce-checkout select:focus {
  border-color: var(--amber) !important; }
/* SMS opt-in — WooCommerce renders it via the Terms & Conditions wrapper, which the raffle-era
 * inline <style> paints light-gray (#efefef) with a light border and an opacity-faded preview,
 * unreadable on the dark theme. The `html body …` prefix (spec 0,3,x) beats that inline rule;
 * `opacity:1` on descendants defeats the terms-preview fade so the copy is legible. */
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  background: var(--bg-900) !important; border: 1px solid var(--line) !important; border-radius: 10px !important;
  padding: 14px 16px !important; margin: 8px 0 4px !important; box-shadow: none !important; }
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper * {
  background: transparent !important; color: var(--text-dim) !important; opacity: 1 !important; }
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p {
  font-size: 12px !important; line-height: 1.5 !important; margin: 6px 0 0 !important; }
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label,
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label * {
  color: var(--text-hi) !important; font-size: 13px !important; line-height: 1.5 !important; }
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label {
  display: flex !important; align-items: flex-start !important; gap: 9px !important; }
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] {
  accent-color: var(--amber) !important; width: 16px !important; height: 16px !important; margin: 2px 0 0 !important; flex: none !important; }
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper::before,
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper *::before,
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper *::after { background: none !important; }

/* ===== Coupon — fold WooCommerce's default (light) coupon UI into the dark checkout ===== */
html body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background: var(--bg-800) !important; color: var(--text-dim) !important;
  border: 1px solid var(--line) !important; border-left: 1px solid var(--line) !important;
  border-radius: 10px !important; padding: 12px 16px !important; font-size: 13px !important;
  margin: 0 0 16px !important; box-shadow: none !important; list-style: none !important; }
html body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before { display: none !important; }
html body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: var(--amber) !important; font-weight: 600 !important; text-decoration: none !important; }
html body.woocommerce-checkout form.checkout_coupon {
  background: var(--bg-900) !important; border: 1px solid var(--line) !important; border-radius: 10px !important;
  padding: 16px !important; margin: 0 0 18px !important; box-shadow: none !important;
  display: flex !important; flex-wrap: wrap !important; align-items: center !important; gap: 10px !important; }
html body.woocommerce-checkout form.checkout_coupon > p:not(.form-row) {
  flex-basis: 100% !important; margin: 0 0 2px !important; color: var(--text-dim) !important; font-size: 12.5px !important; }
html body.woocommerce-checkout form.checkout_coupon .form-row { float: none !important; width: auto !important; margin: 0 !important; padding: 0 !important; }
html body.woocommerce-checkout form.checkout_coupon .form-row-first { flex: 1 1 200px !important; }
html body.woocommerce-checkout form.checkout_coupon #coupon_code { width: 100% !important; }
html body.woocommerce-checkout form.checkout_coupon .button {
  background: var(--amber) !important; color: #100b02 !important; border: 0 !important; border-radius: 9px !important;
  font-family: var(--fcond) !important; font-weight: 700 !important; font-size: 14px !important; padding: 12px 20px !important;
  text-transform: none !important; letter-spacing: normal !important; cursor: pointer !important; white-space: nowrap !important; }
html body.woocommerce-checkout form.checkout_coupon .clear { display: none !important; }

/* ===== Payment box + Terms polish ===== */
/* Remove WooCommerce's light caret triangle above the payment box */
html body.woocommerce-checkout #payment .payment_box::before { display: none !important; }
html body.woocommerce-checkout #payment .payment_box {
  padding: 18px !important; margin: 6px 0 0 !important; border-radius: 10px !important; }
html body.woocommerce-checkout #payment .payment_box p { color: var(--text-dim) !important; margin: 0 0 10px !important; line-height: 1.5 !important; }
/* Terms checkbox: align the box inline with its label, tame the required asterisk */
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row {
  display: flex !important; align-items: flex-start !important; gap: 10px !important; margin: 12px 0 0 !important; }
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row label { flex: 1 !important; display: block !important; margin: 0 !important; }
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row input[type="checkbox"] {
  margin: 3px 0 0 !important; flex: none !important; order: -1 !important; }
html body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row .required {
  color: var(--amber) !important; text-decoration: none !important; border: 0 !important; }

/* ===== Order review: title lives INSIDE the card + simplified product line =====
 * The stock "Your order" <h3> sat above the card with a grid-row gap. Make that heading
 * screen-reader-only and render the title as the card's own header via ::before, so it's
 * always flush inside the card (grid-independent, works on mobile + desktop). */
html body.woocommerce-checkout #order_review_heading {
  position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important;
  margin: -1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
html body.woocommerce-checkout #order_review {
  grid-row: 1 / span 2 !important; align-self: start !important;
  background: var(--bg-800) !important; border: 1px solid var(--line) !important; border-radius: var(--radius) !important;
  padding: 20px 22px 22px !important; margin: 0 !important; }
html body.woocommerce-checkout #order_review::before {
  content: "Your Order"; display: block; font-family: var(--fcond); font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; font-size: 18px; color: var(--text-hi); margin: 0 0 16px; }
/* drop the redundant Product / Subtotal column header */
html body.woocommerce-checkout #order_review thead { display: none !important; }
html body.woocommerce-checkout #order_review .shop_table { margin: 0 !important; }
/* product line: bold name, subtle qty, price right, no heavy borders */
html body.woocommerce-checkout #order_review .cart_item td { border: 0 !important; padding: 2px 0 16px !important; vertical-align: top !important; }
html body.woocommerce-checkout #order_review td.product-name {
  color: var(--text-hi) !important; font-family: var(--fcond) !important; font-weight: 700 !important;
  font-size: 15px !important; line-height: 1.35 !important; padding-right: 14px !important; }
html body.woocommerce-checkout #order_review td.product-total {
  text-align: right !important; white-space: nowrap !important; color: var(--text-hi) !important;
  font-family: var(--fcond) !important; font-weight: 700 !important; font-size: 15px !important; }
html body.woocommerce-checkout #order_review .product-quantity {
  display: block !important; margin-top: 5px !important; font-family: var(--fmono) !important; font-weight: 400 !important;
  font-size: 11px !important; letter-spacing: .04em !important; color: var(--text-dim) !important; }
/* de-clunk the plugin's amber remove button → small muted circle "×" */
html body.woocommerce-checkout #order_review .mc-rm-btn {
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  width: 18px !important; height: 18px !important; min-width: 0 !important; margin: 9px 0 0 !important; padding: 0 !important;
  background: transparent !important; color: var(--text-faint) !important; border: 1px solid var(--line) !important;
  border-radius: 50% !important; font-size: 11px !important; line-height: 1 !important; box-shadow: none !important; }
html body.woocommerce-checkout #order_review .mc-rm-btn:hover {
  color: var(--amber) !important; border-color: var(--amber) !important; background: transparent !important; }
/* totals: single separator above subtotal, tight rows */
html body.woocommerce-checkout #order_review .cart-subtotal th,
html body.woocommerce-checkout #order_review .cart-subtotal td {
  border: 0 !important; border-top: 1px solid var(--line) !important; padding: 12px 0 4px !important; color: var(--text-dim) !important; }
html body.woocommerce-checkout #order_review .order-total th,
html body.woocommerce-checkout #order_review .order-total td { border: 0 !important; padding: 2px 0 0 !important; }
/* Optional SMS opt-in (replaces the raffle "terms as SMS" required checkbox) */
html body.woocommerce-checkout #order_review .mc-sms-optin {
  background: var(--bg-900) !important; border: 1px solid var(--line) !important; border-radius: 10px !important;
  padding: 12px 14px !important; margin: 16px 0 2px !important; }
html body.woocommerce-checkout #order_review .mc-sms-optin label {
  display: flex !important; align-items: flex-start !important; gap: 9px !important; margin: 0 !important;
  color: var(--text-dim) !important; font-size: 12.5px !important; line-height: 1.5 !important; font-family: var(--ff) !important; }
html body.woocommerce-checkout #order_review .mc-sms-optin input[type="checkbox"] {
  accent-color: var(--amber) !important; width: 16px !important; height: 16px !important; margin: 1px 0 0 !important; flex: none !important; }
.woocommerce-checkout label { color: var(--text-dim); }
/* order review table + totals */
.woocommerce-checkout #order_review .shop_table { width: 100%; border-collapse: collapse; background: transparent; }
.woocommerce-checkout #order_review .shop_table th, .woocommerce-checkout #order_review .shop_table td { padding: 10px 6px; border-bottom: 1px solid var(--line-soft); color: var(--text-dim); text-align: left; }
.woocommerce-checkout #order_review .order-total th, .woocommerce-checkout #order_review .order-total td { color: var(--text-hi); font-family: var(--fcond); font-weight: 700; font-size: 17px; border-bottom: none; }
.woocommerce-checkout #order_review .order-total .amount { color: var(--amber); }
/* payment box + place order */
.woocommerce-checkout #payment { background: transparent !important; border: none !important; }
.woocommerce-checkout #payment ul.payment_methods { border: none !important; padding: 0 !important; background: transparent !important; }
.woocommerce-checkout #payment .payment_box { background: var(--bg-900) !important; color: var(--text-dim); border-radius: var(--radius-sm); }
.woocommerce-checkout #place_order {
  display: block; width: 100%; margin-top: 8px; background: var(--amber) !important; color: #100b02 !important; border: 0 !important;
  font-family: var(--fcond) !important; font-weight: 700 !important; font-size: 16px !important; text-transform: none !important; letter-spacing: normal !important;
  padding: 14px 20px !important; border-radius: var(--radius-sm) !important; cursor: pointer; }
.woocommerce-checkout .woocommerce-privacy-policy-text, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper { font-size: 12px; color: var(--text-faint); }

/* ===== WooCommerce block Cart & Checkout — dark brand ===== */
.wc-block-cart, .wc-block-checkout, .wp-block-woocommerce-cart, .wp-block-woocommerce-checkout { color: var(--text-hi); }
.wc-block-components-product-name, .wc-block-cart-item__total, .wc-block-components-totals-item__label,
.wc-block-components-totals-item__value, .wc-block-components-order-summary-item__total-price,
.wc-block-checkout__main h2, .wc-block-components-title { color: var(--text-hi) !important; }
.wc-block-cart-items__row, .wc-block-cart-items, .wc-block-components-totals-wrapper,
.wc-block-checkout__main, .wc-block-components-panel { border-color: var(--line) !important; }
.wc-block-components-text-input input, .wc-block-components-text-input textarea,
.wp-block-woocommerce-checkout input, .wp-block-woocommerce-checkout textarea, .wp-block-woocommerce-checkout select {
  background: var(--bg-900) !important; color: var(--text-hi) !important; border-color: var(--line) !important; }
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button,
.wc-block-cart__submit-container button, .wp-block-woocommerce-checkout .wc-block-components-button {
  background: var(--amber) !important; color: #100b02 !important; border: 0 !important; }
.wc-block-cart .wc-block-components-sidebar, .wc-block-checkout__sidebar,
.wc-block-cart__sidebar .wc-block-components-totals-wrapper {
  background: var(--bg-800) !important; border: 1px solid var(--line) !important; border-radius: var(--radius) !important; }
.wc-block-components-product-metadata, .wc-block-cart-item__quantity, .wc-block-components-totals-item { color: var(--text-dim) !important; }
