/* The Chair · shared styles
   Lifted from the original the-chair.html prototype, extended for owner + open. */

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

html, body {
  margin: 0;
  padding: 0;
  background: #0f0c08;
  color: #ebe1d0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

body {
  background:
    radial-gradient(900px 500px at 20% -10%, rgba(199, 154, 91, 0.10), transparent 60%),
    radial-gradient(700px 400px at 100% 30%, rgba(199, 154, 91, 0.06), transparent 60%),
    linear-gradient(180deg, #0f0c08 0%, #100c08 100%);
  min-height: 100vh;
  padding: env(safe-area-inset-top, 12px) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 60px) env(safe-area-inset-left, 0);
}

.wrap {
  max-width: 460px;
  margin: 0 auto;
  padding: 8px 16px 32px;
}

.wrap.wide { max-width: 760px; }

.serif { font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif; font-weight: 500; letter-spacing: 0.01em; }
.accent { color: #c79a5b; }
.muted { color: #a89580; }
.tiny { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #a89580; }
.hidden { display: none !important; }

/* Header */
.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 4px 18px;
}
.brand-mark { display: flex; align-items: center; gap: 10px; }
.brand-emblem {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid rgba(199, 154, 91, 0.55);
  display: grid; place-items: center;
  color: #c79a5b;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(180deg, rgba(199,154,91,0.10), rgba(199,154,91,0));
}
.brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #ebe1d0;
}
.brand-sub {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #a89580;
  margin-top: 1px;
}
.avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, #3b2f22, #1a1410);
  border: 1px solid rgba(199, 154, 91, 0.35);
  display: grid; place-items: center;
  color: #c79a5b;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

/* Welcome */
.welcome { padding: 4px 4px 22px; }
.welcome h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.15;
  margin: 8px 0 6px;
  color: #ebe1d0;
}
.welcome p { margin: 0; font-size: 14px; color: #a89580; }

/* Card primitive */
.card {
  background: linear-gradient(180deg, rgba(31, 26, 20, 0.85), rgba(24, 20, 15, 0.85));
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 14px;
}
.card-label {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  margin-bottom: 10px;
}
.card-label-left { display: flex; align-items: center; gap: 8px; }
.card-label .tiny { margin: 0; }
.dot { width: 5px; height: 5px; border-radius: 50%; background: #c79a5b; }

/* Next appointment */
.appt { display: flex; align-items: stretch; gap: 14px; }
.appt-date {
  flex-shrink: 0;
  width: 64px;
  text-align: center;
  border: 1px solid rgba(199, 154, 91, 0.35);
  border-radius: 10px;
  padding: 8px 0;
  background: rgba(199, 154, 91, 0.04);
}
.appt-date .m { font-size: 10px; letter-spacing: 0.22em; color: #c79a5b; text-transform: uppercase; }
.appt-date .d {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 500; line-height: 1; color: #ebe1d0;
  margin-top: 2px;
}
.appt-date .day { font-size: 10px; color: #a89580; margin-top: 4px; letter-spacing: 0.12em; text-transform: uppercase; }
.appt-body { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.appt-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: #ebe1d0; margin-bottom: 2px; }
.appt-meta { font-size: 13px; color: #a89580; }
.appt-cta { margin-top: 10px; display: flex; gap: 8px; }
.pill {
  font-size: 11px;
  border: 1px solid rgba(199, 154, 91, 0.35);
  color: #c79a5b;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(199, 154, 91, 0.04);
  letter-spacing: 0.06em;
  cursor: pointer;
}
.pill.solid {
  background: #c79a5b;
  color: #15110d;
  border-color: #c79a5b;
  font-weight: 500;
}
.pill.ghost { background: transparent; color: #a89580; border-color: rgba(255,255,255,0.08); }
.pill.danger { color: #d97b6a; border-color: rgba(217, 123, 106, 0.4); }
.pill:disabled, .pill.disabled { opacity: 0.45; cursor: not-allowed; }

/* Concession card */
.concession {
  position: relative;
  padding: 22px 18px 18px;
  border-radius: 14px;
  overflow: hidden;
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(199, 154, 91, 0.18), transparent 55%),
    radial-gradient(80% 60% at 100% 100%, rgba(199, 154, 91, 0.10), transparent 60%),
    linear-gradient(180deg, #1f1813 0%, #15110d 100%);
  border: 1px solid rgba(199, 154, 91, 0.32);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  margin-bottom: 14px;
}
.concession-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 16px;
}
.concession-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #ebe1d0; }
.concession-id { font-size: 10px; letter-spacing: 0.2em; color: #a89580; margin-top: 2px; }
.concession-status {
  font-size: 11px;
  color: #c79a5b;
  border: 1px solid rgba(199, 154, 91, 0.45);
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: 0.06em;
}
.punches {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}
.punch {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px dashed rgba(199, 154, 91, 0.35);
  display: grid; place-items: center;
  color: rgba(199, 154, 91, 0.4);
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
}
.punch.done {
  border: 1px solid #c79a5b;
  background:
    radial-gradient(70% 70% at 30% 30%, rgba(255, 220, 170, 0.25), transparent 60%),
    linear-gradient(180deg, #c79a5b, #8c6634);
  color: #15110d;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.25);
}
.punch.next {
  border-style: solid;
  border-color: rgba(199, 154, 91, 0.65);
  color: #c79a5b;
  background: rgba(199, 154, 91, 0.05);
}
.punch.free {
  background: linear-gradient(180deg, #2a2017, #1f1813);
  border: 1px solid rgba(199, 154, 91, 0.55);
  color: #c79a5b;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.concession-foot {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px;
  color: #a89580;
}
.concession-foot strong { color: #ebe1d0; font-weight: 500; }

/* Care Schedule */
.care { display: flex; gap: 14px; align-items: flex-start; }
.care-ring {
  width: 78px; height: 78px;
  flex-shrink: 0;
  border-radius: 50%;
  display: grid; place-items: center;
  position: relative;
}
.care-ring::after {
  content: '';
  position: absolute; inset: 6px;
  border-radius: 50%;
  background: #15110d;
}
.care-ring span {
  position: relative;
  z-index: 1;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: #ebe1d0;
}
.care-body { flex: 1; }
.care-body h3 { font-family: 'Cormorant Garamond', serif; margin: 0 0 4px; font-size: 20px; color: #ebe1d0; font-weight: 500; }
.care-body p { margin: 0; font-size: 13px; color: #a89580; }
.care-tip {
  margin-top: 10px;
  font-size: 12px;
  color: #c79a5b;
  border-left: 1px solid rgba(199, 154, 91, 0.45);
  padding-left: 10px;
}

/* Atlas (products) */
.atlas-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.atlas-item {
  border-radius: 10px;
  overflow: hidden;
  background: #1a1410;
  border: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
  display: flex; flex-direction: column;
}
.atlas-thumb {
  aspect-ratio: 4 / 3;
  display: grid; place-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: rgba(235, 225, 208, 0.85);
  text-align: center;
  padding: 0 10px;
  background: linear-gradient(135deg, #2c2218, #1a1410);
}
.atlas-thumb.t2 { background: linear-gradient(135deg, #3a2a1c, #1f1812); }
.atlas-thumb.t3 { background: linear-gradient(135deg, #25201a, #14110d); }
.atlas-thumb.t4 { background: linear-gradient(135deg, #2a1f17, #1c1610); }
.atlas-meta { padding: 8px 10px 10px; display: flex; flex-direction: column; gap: 2px; }
.atlas-name { font-size: 12px; color: #ebe1d0; font-weight: 500; }
.atlas-note { font-size: 11px; color: #a89580; }
.atlas-add {
  border: 1px dashed rgba(199, 154, 91, 0.35);
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  display: grid; place-items: center;
  color: #c79a5b;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  padding: 0 12px;
  cursor: pointer;
  background: transparent;
}
.atlas-add span { display: block; margin-top: 4px; }

/* Booking */
.book-days {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 2px 10px;
  margin: 0 -2px;
  scrollbar-width: none;
}
.book-days::-webkit-scrollbar { display: none; }
.book-day {
  flex-shrink: 0;
  text-align: center;
  width: 60px;
  padding: 8px 4px 6px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(20, 16, 12, 0.6);
  cursor: pointer;
}
.book-day .bd-d {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: #a89580;
}
.book-day .bd-n {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: #ebe1d0;
  line-height: 1.1;
  margin: 2px 0;
}
.book-day .bd-c { font-size: 10px; color: #8a7864; }
.book-day.selected {
  background: rgba(199, 154, 91, 0.10);
  border-color: rgba(199, 154, 91, 0.55);
}
.book-day.selected .bd-d,
.book-day.selected .bd-c { color: #c79a5b; }
.book-day.selected .bd-n { color: #f0e6d3; }

.book-times {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}
.time {
  text-align: center;
  padding: 9px 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(20, 16, 12, 0.5);
  color: #ebe1d0;
  font-size: 13px;
  cursor: pointer;
}
.time.selected {
  background: #c79a5b;
  border-color: #c79a5b;
  color: #15110d;
  font-weight: 500;
}
.time.taken {
  color: #5b4e3f;
  text-decoration: line-through;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.03);
  cursor: not-allowed;
}
.book-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding-top: 12px;
}
.book-pick {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: #ebe1d0;
}
.book-sub { font-size: 11px; color: #a89580; margin-top: 2px; }
.book-cta {
  background: #c79a5b;
  color: #15110d;
  font-size: 12px;
  font-weight: 500;
  padding: 9px 16px;
  border-radius: 999px;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  cursor: pointer;
  border: none;
}
.book-cta.disabled { opacity: 0.5; cursor: not-allowed; background: rgba(199, 154, 91, 0.25); }

/* Service picker */
.svc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 10px 0 14px;
}
.svc {
  display: flex; flex-direction: column;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(20, 16, 12, 0.5);
  cursor: pointer;
}
.svc.selected { border-color: rgba(199, 154, 91, 0.55); background: rgba(199, 154, 91, 0.08); }
.svc-name { font-size: 13px; color: #ebe1d0; }
.svc-meta { font-size: 11px; color: #a89580; margin-top: 2px; }

/* Flash Chair */
.flash {
  border: 1px solid rgba(199, 154, 91, 0.3);
  background:
    radial-gradient(70% 80% at 0% 0%, rgba(199, 154, 91, 0.10), transparent 60%),
    linear-gradient(180deg, #1d1812, #15110d);
}
.flash-row {
  display: flex; gap: 12px; align-items: center;
  padding: 10px 0 4px;
}
.flash-time {
  flex-shrink: 0;
  width: 54px; text-align: center;
  border: 1px solid rgba(199, 154, 91, 0.35);
  border-radius: 8px;
  padding: 6px 0;
}
.flash-time .h {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: #c79a5b;
  line-height: 1;
}
.flash-time .ap { font-size: 9px; color: #a89580; letter-spacing: 0.18em; text-transform: uppercase; margin-top: 2px; }
.flash-body { flex: 1; }
.flash-title { font-size: 14px; color: #ebe1d0; }
.flash-meta { font-size: 11px; color: #a89580; margin-top: 2px; }
.flash-claim {
  flex-shrink: 0;
  background: #c79a5b;
  color: #15110d;
  font-size: 11px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 999px;
  letter-spacing: 0.06em;
  cursor: pointer;
  border: none;
}
.flash-empty { font-size: 12px; color: #a89580; padding: 6px 0 2px; }

/* Visits */
.visits .row {
  display: flex; justify-content: space-between; align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.visits .row:last-child { border-bottom: none; padding-bottom: 0; }
.visit-when { font-size: 12px; color: #a89580; }
.visit-what { font-size: 13px; color: #ebe1d0; margin-top: 1px; }
.visit-note { font-size: 11px; color: #8a7864; margin-top: 1px; font-style: italic; }
.visit-tag {
  font-size: 10px; color: #c79a5b; letter-spacing: 0.1em;
  border: 1px solid rgba(199, 154, 91, 0.3);
  padding: 3px 8px; border-radius: 999px;
  flex-shrink: 0;
  margin-left: 10px;
  align-self: center;
}

/* Notifications panel */
.notif-list { display: flex; flex-direction: column; gap: 8px; }
.notif {
  display: flex; gap: 10px; align-items: flex-start;
  padding: 10px;
  border-radius: 10px;
  background: rgba(20, 16, 12, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.04);
}
.notif.unread { border-color: rgba(199, 154, 91, 0.35); background: rgba(199, 154, 91, 0.06); }
.notif-icon {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  display: grid; place-items: center;
  background: rgba(199, 154, 91, 0.12);
  color: #c79a5b;
  font-size: 14px;
}
.notif-title { font-size: 13px; color: #ebe1d0; }
.notif-body { font-size: 12px; color: #a89580; margin-top: 2px; }
.notif-time { font-size: 10px; color: #6b5b48; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; }

/* Footer */
.footer {
  text-align: center;
  padding: 16px 0 4px;
  color: #6b5b48;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.footer .serif { font-size: 18px; letter-spacing: 0.06em; color: #a89580; display: block; margin-bottom: 4px; text-transform: none; }
.footer a { color: #a89580; text-decoration: none; }
.footer a:hover { color: #c79a5b; }

/* Demo banner */
.demo {
  position: fixed; top: env(safe-area-inset-top, 0); left: 0; right: 0;
  background: rgba(199, 154, 91, 0.15);
  color: #c79a5b;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.2em;
  padding: 6px 0;
  border-bottom: 1px solid rgba(199, 154, 91, 0.3);
  z-index: 10;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.demo a { color: #c79a5b; text-decoration: none; margin: 0 8px; opacity: 0.7; }
.demo a.active { opacity: 1; }
.wrap { padding-top: 36px; }

/* Toast system */
.toast-host {
  position: fixed; left: 0; right: 0; bottom: 0;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 12px 16px env(safe-area-inset-bottom, 16px);
  z-index: 100;
  pointer-events: none;
}
.toast {
  background: linear-gradient(180deg, rgba(31, 26, 20, 0.95), rgba(24, 20, 15, 0.95));
  border: 1px solid rgba(199, 154, 91, 0.35);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 13px;
  color: #ebe1d0;
  display: flex; align-items: center; gap: 10px;
  max-width: 380px;
  width: 100%;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
  pointer-events: auto;
  animation: toast-in 0.25s ease-out;
}
.toast .accent { font-weight: 500; }
@keyframes toast-in { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

/* Modal */
.modal-host {
  position: fixed; inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: grid; place-items: end center;
  z-index: 50;
  padding: 0 16px env(safe-area-inset-bottom, 16px);
}
@media (min-width: 480px) { .modal-host { place-items: center; padding-bottom: 16px; } }
.modal {
  background: linear-gradient(180deg, #1a1510, #14100c);
  border: 1px solid rgba(199, 154, 91, 0.25);
  border-radius: 16px 16px 0 0;
  padding: 20px;
  width: 100%;
  max-width: 460px;
  animation: modal-in 0.25s ease-out;
}
@media (min-width: 480px) { .modal { border-radius: 16px; } }
@keyframes modal-in { from { transform: translateY(40px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.modal h2 { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 22px; margin: 0 0 6px; color: #ebe1d0; }
.modal p { font-size: 13px; color: #a89580; margin: 0 0 14px; }
.modal label { display: block; font-size: 11px; color: #a89580; letter-spacing: 0.12em; text-transform: uppercase; margin: 10px 0 4px; }
.modal input, .modal textarea, .modal select {
  width: 100%;
  padding: 10px 12px;
  background: #0f0c08;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #ebe1d0;
  font-family: inherit;
  font-size: 14px;
}
.modal input:focus, .modal textarea:focus, .modal select:focus { outline: none; border-color: rgba(199, 154, 91, 0.55); }
.modal-foot { display: flex; justify-content: flex-end; gap: 8px; margin-top: 18px; }

/* Phone preview (SMS card on owner.html) */
.phone-prev {
  background: rgba(20, 16, 12, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 14px;
}
.phone-prev .sms {
  background: #2c2218;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 13px;
  color: #ebe1d0;
}
.phone-prev .sms-from { font-size: 10px; color: #a89580; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 6px; }

/* --- OWNER VIEW ---------------------------------------------------------- */

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}
.kpi {
  background: linear-gradient(180deg, rgba(31, 26, 20, 0.8), rgba(24, 20, 15, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 12px 14px;
}
.kpi .label { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: #a89580; }
.kpi .val { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: #ebe1d0; margin-top: 6px; line-height: 1; }
.kpi .sub { font-size: 11px; color: #8a7864; margin-top: 4px; }
.kpi .delta-up { color: #8db78a; }
.kpi .delta-down { color: #d97b6a; }

.schedule-row {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.schedule-row:last-child { border-bottom: none; }
.schedule-time {
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: #c79a5b;
  border: 1px solid rgba(199, 154, 91, 0.3);
  border-radius: 8px;
  padding: 6px 0;
}
.schedule-body { min-width: 0; }
.schedule-name { font-size: 13px; color: #ebe1d0; }
.schedule-meta { font-size: 11px; color: #a89580; margin-top: 1px; }
.schedule-actions { display: flex; gap: 6px; }

.member-row {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.member-row:last-child { border-bottom: none; }
.member-row .avatar { width: 36px; height: 36px; }
.member-name { font-size: 13px; color: #ebe1d0; }
.member-meta { font-size: 11px; color: #a89580; margin-top: 1px; }
.member-card {
  display: flex; align-items: center; gap: 4px;
  font-size: 11px; color: #c79a5b;
}

/* --- OPEN (public) ------------------------------------------------------- */

.open-hero {
  text-align: center;
  padding: 24px 12px 16px;
}
.open-hero .badge {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #c79a5b;
  border: 1px solid rgba(199, 154, 91, 0.35);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.open-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1;
  margin: 0 0 10px;
  color: #ebe1d0;
}
.open-hero p { font-size: 14px; color: #a89580; margin: 0 auto; max-width: 360px; }

.next-slot {
  text-align: center;
  padding: 18px;
  border: 1px solid rgba(199, 154, 91, 0.32);
  border-radius: 14px;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(199, 154, 91, 0.10), transparent 60%),
    linear-gradient(180deg, #1f1813 0%, #15110d 100%);
  margin-bottom: 14px;
}
.next-slot .tiny { margin-bottom: 4px; }
.next-slot .when {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  color: #ebe1d0;
  margin: 4px 0;
}
.next-slot .desc { font-size: 13px; color: #a89580; }
.next-slot .cta-row { display: flex; gap: 8px; justify-content: center; margin-top: 14px; }

.story-row {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}
.story-row .ic {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid rgba(199, 154, 91, 0.35);
  display: grid; place-items: center;
  color: #c79a5b;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  background: rgba(199, 154, 91, 0.04);
}
.story-row .h { font-size: 14px; color: #ebe1d0; margin-bottom: 2px; }
.story-row .b { font-size: 12px; color: #a89580; }

/* QR placeholder */
.qr-card {
  text-align: center;
  padding: 18px;
  background: rgba(20, 16, 12, 0.6);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.qr-grid {
  display: inline-grid;
  grid-template-columns: repeat(11, 8px);
  grid-template-rows: repeat(11, 8px);
  gap: 1px;
  background: rgba(255, 255, 255, 0.04);
  padding: 8px;
  border-radius: 8px;
  margin: 8px 0 12px;
}
.qr-grid div { background: #c79a5b; }
.qr-grid div.off { background: transparent; }
.qr-label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #a89580; }
