.booking-modal {
  position:fixed; inset:0; z-index:8000;
  display:none; align-items:center; justify-content:center;
  padding:20px;
}
.booking-modal.open { display:flex; }
.bm-backdrop { position:absolute; inset:0; background:rgba(0,0,0,0.92); backdrop-filter:blur(8px); }
.bm-panel {
  position:relative; z-index:1;
  background:var(--card-dark);
  border:1px solid var(--border-gold);
  width:100%; max-width:680px;
  max-height:90vh; overflow-y:auto;
  padding:52px 48px;
}
.bm-close { position:absolute; top:20px; right:24px; background:none; border:none; color:rgba(var(--white-rgb),0.4); font-size:22px; cursor:pointer; transition:color 0.2s; }
.bm-close:hover { color:var(--gold); }
.bm-title { font-family:var(--font-display); font-size:36px; color:var(--white); margin-bottom:6px; }
.bm-sub { font-size:13px; color:rgba(var(--white-rgb),0.4); margin-bottom:36px; }
.bm-steps { display:flex; gap:0; margin-bottom:40px; }
.bm-step { flex:1; display:flex; flex-direction:column; align-items:center; gap:8px; }
.bm-step-circle { width:36px; height:36px; border-radius:50%; border:1px solid rgba(var(--white-rgb),0.15); display:flex; align-items:center; justify-content:center; font-family:var(--font-display); font-size:16px; color:rgba(var(--white-rgb),0.3); background:var(--card-dark); z-index:1; transition:all 0.3s; }
.bm-step.active .bm-step-circle { border-color:var(--gold); color:var(--gold); background:rgba(201,166,107,0.1); }
.bm-step.done .bm-step-circle { background:var(--gold); border-color:var(--gold); color:var(--on-accent); }
.bm-step-label { font-size:9px; text-transform:uppercase; letter-spacing:1.5px; color:rgba(var(--white-rgb),0.3); }
.bm-step.active .bm-step-label, .bm-step.done .bm-step-label { color:var(--gold); }
.bm-connector { flex:1; height:1px; background:rgba(var(--white-rgb),0.1); margin-top:18px; }
.bm-connector.done { background:var(--gold); }
.bm-panel-content { display:none; animation: fadeUp 0.4s ease both; }
.bm-panel-content.active { display:block; }
.bm-service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-bottom:28px; }
.bm-svc { border:1px solid rgba(var(--white-rgb),0.1); padding:20px 14px; text-align:center; cursor:pointer; transition:all 0.25s; }
.bm-svc:hover { border-color:var(--gold); }
.bm-svc.sel { border-color:var(--gold); background:rgba(201,166,107,0.08); }
.bm-svc-icon { font-size:24px; margin-bottom:8px; }
.bm-svc-name { font-family:var(--font-display); font-size:16px; color:var(--white); }
.bm-svc-note { font-size:10px; color:rgba(var(--white-rgb),0.3); margin-top:3px; }

/* ── Booking Dropdowns ── */
.bm-dropdowns { display:flex; gap:12px; margin-bottom:24px; flex-wrap:nowrap; align-items:flex-end; }
.bm-dropdowns .bm-field { flex:1; min-width:0; }
.bm-dropdowns .bm-hidden { display:none !important; }
.bm-sub-group { margin-top:16px; margin-bottom:8px; }
.bm-sub-group-title {
  font-family:var(--font-btn); font-size:10px; font-weight:600;
  text-transform:uppercase; letter-spacing:2px;
  color:rgba(var(--white-rgb),0.25); padding:0 4px 8px;
  border-bottom:1px solid rgba(var(--white-rgb),0.06);
}
.bm-sub-list { margin-bottom:28px; }
.bm-sub-item { display:flex; justify-content:space-between; align-items:center; padding:14px 16px; border:1px solid rgba(var(--white-rgb),0.08); margin-bottom:8px; cursor:pointer; transition:border-color 0.2s; }
.bm-sub-item:hover { border-color:rgba(201,166,107,0.3); }
.bm-sub-item.sel { border-color:var(--gold); background:rgba(201,166,107,0.05); }
.bm-sub-name { font-size:14px; font-weight:300; color:var(--white); }
.bm-sub-meta { display:flex; gap:16px; align-items:center; }
.bm-sub-dur { font-size:11px; color:rgba(var(--white-rgb),0.3); }
.bm-sub-price { font-family:var(--font-display); font-size:20px; color:var(--gold); }
.bm-cal-nav { display:flex; justify-content:space-between; align-items:center; margin-bottom:16px; }
.bm-cal-month { font-family:var(--font-display); font-size:22px; color:var(--white); }
.bm-cal-btn { background:none; border:1px solid rgba(var(--white-rgb),0.12); color:rgba(var(--white-rgb),0.5); padding:7px 12px; cursor:pointer; transition:all 0.2s; }
.bm-cal-btn:hover { border-color:var(--gold); color:var(--gold); }
.bm-cal-grid { display:grid; grid-template-columns:repeat(7,1fr); gap:4px; margin-bottom:28px; }
.bm-cal-day-hdr { text-align:center; font-size:9px; text-transform:uppercase; letter-spacing:1px; color:rgba(var(--white-rgb),0.25); padding:6px 0; }
.bm-cal-cell { aspect-ratio:1; display:flex; flex-direction:column; align-items:center; justify-content:center; border:1px solid transparent; font-size:13px; cursor:pointer; transition:all 0.2s; color:rgba(var(--white-rgb),0.7); }
.bm-cal-cell:hover:not(.unavail) { border-color:var(--gold); color:var(--gold); }
.bm-cal-cell.sel { background:var(--gold); color:var(--on-accent); border-color:var(--gold); }
.bm-cal-cell.today { border-color:rgba(201,166,107,0.4); }
.bm-cal-cell.unavail { opacity:0.2; cursor:not-allowed; }
.bm-times { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; margin-bottom:28px; }
.bm-time { padding:11px; text-align:center; border:1px solid rgba(var(--white-rgb),0.1); font-size:12px; color:rgba(var(--white-rgb),0.6); cursor:pointer; transition:all 0.2s; }
.bm-time:hover { border-color:var(--gold); color:var(--gold); }
.bm-time.sel { background:var(--gold); color:var(--on-accent); border-color:var(--gold); }
.bm-time.booked { opacity:0.2; cursor:not-allowed; }
.bm-time.past { opacity:0.3; cursor:not-allowed; text-decoration:line-through; }
.bm-form { }
.bm-field { margin-bottom:18px; }
.bm-label { font-size:9px; text-transform:uppercase; letter-spacing:2px; color:rgba(var(--white-rgb),0.35); margin-bottom:8px; display:block; }
.bm-input { width:100%; background:rgba(var(--white-rgb),0.04); border:1px solid rgba(var(--white-rgb),0.1); padding:13px 16px; font-family:var(--font-body); font-size:14px; font-weight:300; color:var(--white); outline:none; transition:border-color 0.2s; }
.bm-input:focus { border-color:var(--gold); }
.bm-input::placeholder { color:rgba(var(--white-rgb),0.2); }
.bm-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
textarea.bm-input { resize:vertical; min-height:90px; }
select.bm-input { cursor:pointer; -webkit-appearance:none; -moz-appearance:none; appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C9A66B' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:right 16px center; padding-right:40px; }
select.bm-input option { background:#1a1a1a; color:var(--white); }
.bm-summary { background:rgba(201,166,107,0.05); border:1px solid var(--border-gold); padding:28px; margin-bottom:28px; }
.bm-sum-title { font-family:var(--font-display); font-size:22px; color:var(--white); margin-bottom:20px; }
.bm-sum-row { display:flex; justify-content:space-between; padding:10px 0; border-bottom:1px solid rgba(var(--white-rgb),0.05); font-size:13px; }
.bm-sum-row:last-child { border-bottom:none; }
.bm-sum-label { color:rgba(var(--white-rgb),0.4); font-weight:300; }
.bm-sum-val { color:var(--white); }
.bm-sum-total { display:flex; justify-content:space-between; margin-top:20px; padding-top:20px; border-top:1px solid var(--border-gold); }
.bm-sum-total-label { font-size:11px; text-transform:uppercase; letter-spacing:2px; color:rgba(var(--white-rgb),0.4); }
.bm-sum-total-val { font-family:var(--font-display); font-size:32px; color:var(--gold); }
.bm-actions { display:flex; justify-content:space-between; align-items:center; margin-top:8px; }
.bm-back { background:none; border:none; color:rgba(var(--white-rgb),0.3); font-size:11px; text-transform:uppercase; letter-spacing:2px; cursor:pointer; font-family:var(--font-btn); transition:color 0.2s; }
.bm-back:hover { color:var(--gold); }
.bm-success { text-align:center; padding:40px 20px; }
.bm-success-icon { font-size:56px; color:var(--gold); margin-bottom:20px; }
.bm-success h3 { font-family:var(--font-display); font-size:38px; color:var(--white); margin-bottom:12px; }
.bm-success p { font-size:14px; color:rgba(var(--white-rgb),0.5); line-height:1.8; font-weight:300; max-width:400px; margin:0 auto 28px; }
.bm-ref { font-family:var(--font-display); font-size:22px; color:var(--gold); letter-spacing:3px; margin-bottom:32px; display:block; }

.bm-nonrefund { background: rgba(201,107,107,0.08); border: 1px solid rgba(201,107,107,0.3); padding: 16px 20px; margin-bottom: 20px; display: flex; align-items: flex-start; gap: 12px; }
.bm-nonrefund i { color: #e87373; font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.bm-nonrefund p { font-size: 12px; color: rgba(var(--white-rgb),0.65); line-height: 1.7; }
.bm-nonrefund strong { color: #e87373; }

.bm-recurring { margin-bottom: 20px; padding: 16px 20px; background: rgba(201,166,107,0.05); border: 1px solid var(--border-gold); display: flex; align-items: center; gap: 12px; cursor: pointer; transition: background 0.2s; }
.bm-recurring:hover { background: rgba(201,166,107,0.08); }
.bm-recurring-check { width: 20px; height: 20px; border: 2px solid var(--gold); border-radius: 3px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: transparent; font-size: 11px; transition: all 0.2s; }
.bm-recurring-check.checked { background: var(--gold); color: var(--on-accent); }
.bm-recurring-text { font-size: 13px; color: var(--white); }
.bm-recurring-text span { font-size: 11px; color: rgba(var(--white-rgb),0.4); display: block; margin-top: 2px; }

.bm-review { margin-top: 20px; padding: 20px; background: rgba(201,166,107,0.05); border: 1px solid var(--border-gold); text-align: center; }
.bm-review p { font-size: 12px; color: rgba(var(--white-rgb),0.5); margin-bottom: 12px; line-height: 1.6; }
.bm-review-stars { display: flex; justify-content: center; gap: 6px; margin-bottom: 12px; }
.bm-review-star { font-size: 28px; color: rgba(var(--white-rgb),0.15); cursor: pointer; transition: color 0.2s; }
.bm-review-star.active { color: var(--gold); }
.bm-review-btn { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; padding: 10px 24px; background: var(--gold); color: var(--on-accent); border: none; cursor: pointer; font-family: var(--font-btn); transition: background 0.3s; }
.bm-review-btn:hover { background: var(--champagne); }

.bm-loyalty-banner { background: linear-gradient(135deg, rgba(201,166,107,0.1) 0%, rgba(201,166,107,0.04) 100%); border: 1px solid var(--border-gold); padding: 20px 24px; margin-bottom: 28px; display: flex; justify-content: space-between; align-items: center; }
.bm-loyalty-info { display: flex; align-items: center; gap: 14px; }
.bm-loyalty-icon { font-size: 28px; }
.bm-loyalty-text h4 { font-family: var(--font-display); font-size: 18px; color: var(--white); margin-bottom: 2px; }
.bm-loyalty-text p { font-size: 11px; color: rgba(var(--white-rgb),0.4); }
.bm-loyalty-pts { text-align: right; }
.bm-loyalty-pts-val { font-family: var(--font-display); font-size: 28px; color: var(--gold); }
.bm-loyalty-pts-label { font-size: 9px; text-transform: uppercase; letter-spacing: 1px; color: rgba(var(--white-rgb),0.3); }

.bm-payment-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }
.pay-method { border: 1.5px solid rgba(var(--white-rgb),0.1); padding: 20px 16px; text-align: center; cursor: pointer; transition: all 0.25s; position: relative; }
.pay-method:hover { border-color: rgba(201,166,107,0.4); }
.pay-method.sel { border-color: var(--gold); background: rgba(201,166,107,0.06); }
.pay-method.sel::after { content: '\2713'; position: absolute; top: 8px; right: 10px; font-size: 11px; color: var(--gold); }
.pay-method-logo { font-size: 22px; margin-bottom: 8px; }
.pay-method-name { font-size: 13px; font-weight: 500; color: var(--white); margin-bottom: 3px; }
.pay-method-desc { font-size: 10px; color: rgba(var(--white-rgb),0.35); letter-spacing: 0.5px; }
.pay-form { margin-bottom: 24px; }
.pay-card-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.bm-deposit-opt.sel { border-color: var(--gold) !important; background: rgba(201,166,107,0.06) !important; }
.bm-deposit-opt.sel::after { content: '\2713'; font-size: 11px; color: var(--gold); margin-left: 4px; }
.pay-secure-note { display: flex; align-items: center; gap: 8px; font-size: 11px; color: rgba(var(--white-rgb),0.3); margin-top: 16px; letter-spacing: 0.5px; }
.pay-secure-note i { color: var(--gold); font-size: 14px; }
.pay-amount-banner { background: rgba(201,166,107,0.08); border: 1px solid var(--border-gold); padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.pay-amount-label { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: rgba(var(--white-rgb),0.4); }
.pay-amount-val { font-family: var(--font-display); font-size: 28px; color: var(--gold); }
.pay-powered { text-align: center; margin-top: 16px; font-size: 10px; color: rgba(var(--white-rgb),0.2); letter-spacing: 1px; }
.pay-powered span { color: rgba(201,166,107,0.5); }

/* ── Floating Help Widget ── */
.float-widget { position:fixed; bottom:24px; right:24px; z-index:9999; }
.float-toggle {
  width:60px; height:60px; border-radius:50%;
  background:var(--gold); border:none; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 6px 24px rgba(201,166,107,0.35);
  transition:transform 0.3s, box-shadow 0.3s;
  position:relative;
}
.float-toggle:hover { transform:scale(1.08); box-shadow:0 8px 32px rgba(201,166,107,0.5); }
.float-toggle i { font-size:26px; color:var(--black); pointer-events:none; }
.float-toggle .float-pulse {
  position:absolute; inset:-4px; border-radius:50%;
  border:2px solid var(--gold); animation:floatPulse 2s ease-in-out infinite;
  pointer-events:none;
}
@keyframes floatPulse {
  0%, 100% { transform:scale(1); opacity:0.6; }
  50% { transform:scale(1.15); opacity:0; }
}
.float-label {
  position:absolute; right:68px; top:50%; transform:translateY(-50%);
  white-space:nowrap; background:var(--card-dark); border:1px solid var(--border-gold);
  padding:8px 16px; font-size:11px; text-transform:uppercase; letter-spacing:1.5px;
  color:var(--white); pointer-events:none; opacity:0;
  transition:opacity 0.3s, transform 0.3s;
}
.float-widget:hover .float-label { opacity:1; }

.float-panel {
  position:absolute; bottom:72px; right:0; width:340px;
  background:var(--card-dark); border:1px solid var(--border-gold);
  display:none; flex-direction:column;
  box-shadow:0 16px 48px rgba(0,0,0,0.4);
}
.float-panel.open { display:flex; }
.float-panel-header {
  display:flex; align-items:center; justify-content:space-between;
  padding:18px 20px; border-bottom:1px solid rgba(var(--white-rgb),0.06);
}
.float-panel-header h3 { font-family:var(--font-display); font-size:18px; font-weight:500; color:var(--white); }
.float-panel-header h3 span { color:var(--gold); font-size:9px; text-transform:uppercase; letter-spacing:2px; margin-left:8px; font-family:var(--font-body); }
.float-panel-close { background:none; border:none; color:rgba(var(--white-rgb),0.3); font-size:20px; cursor:pointer; padding:4px; transition:color 0.3s; }
.float-panel-close:hover { color:var(--white); }
.float-panel-body { padding:12px; display:flex; flex-direction:column; gap:8px; }
.float-option {
  display:flex; align-items:center; gap:14px;
  padding:14px 16px; cursor:pointer;
  border:1px solid transparent;
  transition:all 0.25s; text-decoration:none;
}
.float-option:hover { border-color:var(--border-gold); background:rgba(201,166,107,0.04); }
.float-option-icon {
  width:44px; height:44px; border-radius:50%;
  background:rgba(201,166,107,0.1); border:1px solid var(--border-gold);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.float-option-icon i { font-size:18px; color:var(--gold); }
.float-option-text { flex:1; min-width:0; }
.float-option-title { font-size:13px; font-weight:500; color:var(--white); margin-bottom:2px; }
.float-option-desc { font-size:11px; font-weight:300; color:rgba(var(--white-rgb),0.35); }
.float-option-arrow { color:rgba(var(--white-rgb),0.15); font-size:16px; flex-shrink:0; transition:color 0.3s, transform 0.3s; }
.float-option:hover .float-option-arrow { color:var(--gold); transform:translateX(3px); }

@media(max-width:768px) {
  .float-widget { bottom:80px; right:16px; }
  .float-toggle { width:54px; height:54px; }
  .float-toggle i { font-size:22px; }
  .float-panel { width:300px; right:-4px; bottom:64px; }
  .float-label { display:none; }
}

/* ── Chat Mode ── */
.float-panel.chat-mode { width:380px; height:520px; }
.float-panel.chat-mode .float-panel-body { padding:0; gap:0; flex:1; overflow:hidden; }
.float-chat { display:flex; flex-direction:column; flex:1; overflow:hidden; min-height:0; }
.float-panel-back { background:none; border:none; color:rgba(var(--white-rgb),0.4); font-size:18px; cursor:pointer; padding:4px; display:none; transition:color 0.3s; }
.float-panel-back:hover { color:var(--white); }
.float-panel.chat-mode .float-panel-back { display:block; }
.float-panel.chat-mode .float-panel-close { display:block; }

.fc-messages { flex:1; overflow-y:auto; padding:16px; display:flex; flex-direction:column; gap:12px; scroll-behavior:smooth; min-height:0; }
.fc-messages::-webkit-scrollbar { width:4px; }
.fc-messages::-webkit-scrollbar-thumb { background:rgba(var(--white-rgb),0.1); }
.fc-messages::-webkit-scrollbar-track { background:transparent; }

.fc-msg { display:flex; flex-direction:column; max-width:85%; animation:fcFadeIn 0.3s ease; }
.fc-msg.bot { align-self:flex-start; }
.fc-msg.user { align-self:flex-end; }
.fc-msg-text { padding:12px 16px; font-size:13px; line-height:1.6; word-wrap:break-word; }
.fc-msg.bot .fc-msg-text { background:rgba(var(--white-rgb),0.04); border:1px solid rgba(var(--white-rgb),0.06); color:rgba(var(--white-rgb),0.85); border-radius:0 12px 12px 12px; }
.fc-msg.user .fc-msg-text { background:rgba(201,166,107,0.12); border:1px solid var(--border-gold); color:var(--white); border-radius:12px 0 12px 12px; }
.fc-msg-time { font-size:9px; color:rgba(var(--white-rgb),0.2); margin-top:4px; padding:0 4px; }
.fc-msg.bot .fc-msg-time { align-self:flex-start; }
.fc-msg.user .fc-msg-time { align-self:flex-end; }

@keyframes fcFadeIn { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }

.fc-qr { display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; }
.fc-qr-btn {
  padding:8px 16px; font-size:11px; text-transform:uppercase; letter-spacing:1.5px;
  background:rgba(201,166,107,0.08); border:1px solid var(--border-gold);
  color:var(--gold); cursor:pointer; transition:all 0.25s; font-family:inherit;
}
.fc-qr-btn:hover { background:var(--gold); color:var(--black); }

.fc-input-row { display:none; padding:12px 16px; border-top:1px solid rgba(var(--white-rgb),0.06); gap:8px; align-items:center; }
.fc-input-row.open { display:flex; }
.fc-input-row input { flex:1; background:rgba(var(--white-rgb),0.04); border:1px solid rgba(var(--white-rgb),0.08); padding:10px 14px; color:var(--white); font-size:13px; font-family:inherit; outline:none; transition:border-color 0.3s; }
.fc-input-row input:focus { border-color:var(--gold); }
.fc-input-row input::placeholder { color:rgba(var(--white-rgb),0.2); }
.fc-input-row button { width:38px; height:38px; border:none; background:var(--gold); color:var(--black); cursor:pointer; display:flex; align-items:center; justify-content:center; font-size:16px; transition:opacity 0.3s; flex-shrink:0; }
.fc-input-row button:hover { opacity:0.85; }
.fc-input-row button:disabled { opacity:0.3; cursor:not-allowed; }

.fc-loading { display:flex; gap:4px; align-items:center; padding:12px 16px; align-self:flex-start; }
.fc-loading span { width:6px; height:6px; border-radius:50%; background:rgba(var(--white-rgb),0.25); animation:fcBounce 1.2s ease-in-out infinite; }
.fc-loading span:nth-child(2) { animation-delay:0.2s; }
.fc-loading span:nth-child(3) { animation-delay:0.4s; }
@keyframes fcBounce { 0%,60%,100% { transform:translateY(0); } 30% { transform:translateY(-6px); } }

.fc-summary { background:rgba(var(--white-rgb),0.02); border:1px solid rgba(var(--white-rgb),0.06); padding:16px; margin:8px 0; }
.fc-summary-row { display:flex; justify-content:space-between; padding:6px 0; font-size:12px; }
.fc-summary-label { color:rgba(var(--white-rgb),0.35); }
.fc-summary-val { color:var(--white); text-align:right; }
.fc-summary-total { display:flex; justify-content:space-between; padding:10px 0 0; margin-top:8px; border-top:1px solid rgba(var(--white-rgb),0.06); font-size:14px; }
.fc-summary-total .fc-summary-label { font-weight:500; }
.fc-summary-total .fc-summary-val { font-weight:600; color:var(--gold); }

.fc-success { text-align:center; padding:20px 0; }
.fc-success-icon { font-size:40px; color:var(--gold); margin-bottom:12px; }
.fc-success h4 { font-family:var(--font-display); font-size:20px; color:var(--white); margin-bottom:4px; }
.fc-success p { font-size:12px; color:rgba(var(--white-rgb),0.4); line-height:1.6; }
.fc-success-ref { display:block; margin:12px 0; font-size:14px; letter-spacing:2px; color:var(--gold); font-weight:500; }

@media(max-width:768px) {
  .float-panel.chat-mode { width:calc(100vw - 32px); height:60vh; right:-4px; bottom:64px; }
}

/* ══ SVG ICONS ══ */
.chip-icon,
.ly-info-icon,
.loyalty-tier-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: currentColor;
}

.chip-icon {
  margin-right: 6px;
  vertical-align: middle;
}

.ly-info-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  color: var(--gold);
}

.loyalty-tier-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  color: var(--gold);
}

.ly-dash-tier-icon {
  width: 56px;
  height: 56px;
  color: var(--gold);
}

/* ══ PRODUCT CART ══ */
.cart-toggle { position: relative; }
.cart-badge {
  position: absolute; top: -4px; right: -4px;
  min-width: 18px; height: 18px;
  padding: 0 4px;
  background: var(--gold); color: var(--on-accent);
  border-radius: 50%;
  font-size: 10px; font-weight: 700;
  font-family: var(--font-body);
  align-items: center; justify-content: center;
  display: none;
  line-height: 1;
}
body.cart-open { overflow: hidden; }

.cart-overlay {
  position: fixed; inset: 0; z-index: 9000;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(6px);
  opacity: 0; visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.cart-overlay.open { opacity: 1; visibility: visible; }

.cart-drawer {
  position: fixed; top: 0; right: 0; z-index: 9001;
  width: 420px; max-width: 100vw; height: 100vh; height: 100dvh;
  background: var(--card-dark);
  border-left: 1px solid var(--border-gold);
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.23,1,0.32,1);
}
.cart-drawer.open { transform: translateX(0); }

.cart-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid var(--border-gold);
}
.cart-header h3 { font-family: var(--font-display); font-size: 22px; font-weight: 500; color: var(--white); }
.cart-header h3 span { color: var(--gold); font-size: 10px; text-transform: uppercase; letter-spacing: 2px; font-family: var(--font-body); margin-left: 8px; }
.cart-close { background: none; border: none; color: rgba(var(--white-rgb),0.4); font-size: 24px; cursor: pointer; transition: color 0.2s; }
.cart-close:hover { color: var(--gold); }

.cart-items { flex: 1; overflow-y: auto; padding: 8px 24px; }
.cart-item { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid rgba(var(--white-rgb),0.06); }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-name { font-size: 14px; color: var(--white); font-weight: 500; line-height: 1.4; }
.cart-item-price { font-family: var(--font-display); font-size: 16px; color: var(--gold); margin-top: 2px; }
.cart-item-controls { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.cart-qty-btn {
  width: 26px; height: 26px;
  border: 1px solid rgba(var(--white-rgb),0.15);
  background: none; color: var(--white);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; font-size: 14px;
  transition: all 0.2s; font-family: inherit;
}
.cart-qty-btn:hover { border-color: var(--gold); color: var(--gold); }
.cart-qty { font-size: 13px; color: var(--white); min-width: 20px; text-align: center; }
.cart-item-line { font-size: 13px; color: rgba(var(--white-rgb),0.5); }
.cart-remove { background: none; border: none; color: rgba(var(--white-rgb),0.3); font-size: 18px; cursor: pointer; transition: color 0.2s; padding: 2px; }
.cart-remove:hover { color: #ff5757; }

.cart-empty {
  flex: 1; display: none; flex-direction: column; align-items: center; justify-content: center;
  gap: 14px; color: rgba(var(--white-rgb),0.3); text-align: center; padding: 24px;
}
.cart-empty i { font-size: 48px; color: rgba(var(--white-rgb),0.12); }
.cart-empty p { font-size: 14px; }

.cart-footer { padding: 18px 24px 24px; border-top: 1px solid var(--border-gold); }
.cart-total { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; font-size: 14px; color: rgba(var(--white-rgb),0.6); }
.cart-total span:last-child { font-family: var(--font-display); font-size: 22px; color: var(--gold); }
.cart-checkout {
  width: 100%; padding: 14px;
  background: var(--gold); color: var(--on-accent); border: none;
  font-family: var(--font-btn); font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 2px;
  cursor: pointer; transition: background 0.3s;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.cart-checkout:hover { background: var(--champagne); }
.cart-clear {
  width: 100%; margin-top: 8px; padding: 10px;
  background: none; border: 1px solid rgba(var(--white-rgb),0.12);
  color: rgba(var(--white-rgb),0.4);
  font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px;
  cursor: pointer; transition: all 0.3s; font-family: inherit;
}
.cart-clear:hover { border-color: #ff5757; color: #ff5757; }

/* ── Cart toast ── */
.cart-toast {
  position: fixed; bottom: 96px; left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 9500;
  background: #241b13; color: #f7efdd;
  border: 1px solid var(--border-gold);
  padding: 12px 22px;
  font-size: 13px; font-family: var(--font-body);
  opacity: 0; visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  max-width: 90vw; text-align: center;
}
.cart-toast.show { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

@media (min-width: 769px) {
  .cart-toast { bottom: 40px; }
}

/* ── Cart Yoco checkout modal ── */
.cart-pay-modal {
  position: fixed; top: 50%; left: 50%;
  transform: translate(-50%,-46%);
  width: 440px; max-width: calc(100vw - 32px);
  z-index: 9002;
  background: var(--card-dark);
  border: 1px solid var(--border-gold);
  display: none;
  flex-direction: column;
  max-height: 92vh; max-height: 92dvh;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.cart-pay-modal.open { display: flex; opacity: 1; transform: translate(-50%,-50%); }
.cart-pay-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; border-bottom: 1px solid var(--border-gold);
}
.cart-pay-head h3 { font-family: var(--font-display); font-size: 22px; font-weight: 500; color: var(--white); }
.cart-pay-body { padding: 18px 24px; overflow-y: auto; }
.cart-pay-items { max-height: 180px; overflow-y: auto; margin-bottom: 12px; }
.cart-pay-item {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 8px 0; border-bottom: 1px dashed rgba(var(--white-rgb),0.08);
  font-size: 13px; color: rgba(var(--white-rgb),0.7);
}
.cart-pay-item span:last-child { color: var(--white); font-weight: 500; white-space: nowrap; }
.cart-pay-total {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 0 14px; font-size: 14px; color: rgba(var(--white-rgb),0.6);
  border-bottom: 1px solid var(--border-gold);
}
.cart-pay-total span:last-child { font-family: var(--font-display); font-size: 24px; color: var(--gold); }
.cart-pay-note {
  display: flex; align-items: flex-start; gap: 8px;
  margin: 14px 0;
  padding: 10px 12px;
  background: rgba(201,166,107,0.06); border: 1px solid var(--border-gold); border-radius: 6px;
  font-size: 11px; line-height: 1.6; color: rgba(var(--white-rgb),0.55);
}
.cart-pay-note i { color: var(--gold); font-size: 14px; margin-top: 1px; flex-shrink: 0; }
.cart-pay-note b { color: var(--gold); font-weight: 600; }
.cart-pay-fields { display: flex; flex-direction: column; gap: 12px; }
.cart-pay-foot {
  display: flex; gap: 10px;
  padding: 16px 24px; border-top: 1px solid var(--border-gold);
}
.cart-pay-cancel {
  flex: 1; padding: 13px 0;
  background: none; border: 1px solid rgba(var(--white-rgb),0.15);
  color: rgba(var(--white-rgb),0.5);
  font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px;
  cursor: pointer; transition: all 0.3s; font-family: inherit;
}
.cart-pay-cancel:hover { border-color: rgba(var(--white-rgb),0.4); color: var(--white); }
.cart-pay-btn {
  flex: 1.4; padding: 13px 0;
  background: var(--gold); color: var(--on-accent); border: none;
  font-family: var(--font-btn); font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 2px;
  cursor: pointer; transition: background 0.3s;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.cart-pay-btn:hover { background: var(--champagne); }
.cart-pay-btn:disabled { opacity: 0.6; cursor: not-allowed; }
