/* The Wildflower 301 — Bride Portal */
/* Botanical · calm · intimate */

@font-face {
  font-family: 'BesottedLove';
  src: url('fonts/BesottedLove-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #F8F4EC;
  --cream-soft: #F2ECE0;
  --cream-deep: #EBE3D2;
  --sage: #7A8B6F;
  --sage-deep: #5C6E54;
  --sage-soft: #B5C2A8;
  --rose: #C9A39A;
  --rose-deep: #A87A70;
  --ink: #2A2A26;
  --ink-soft: #5A5852;
  --ink-mute: #8A877E;
  --line: #E2D9C7;
  --line-soft: #EBE3D2;
  --gold: #B89B5E;

  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 20px;
  --r-xl: 28px;

  --shadow-sm: 0 1px 2px rgba(60, 50, 30, 0.04);
  --shadow-md: 0 4px 16px rgba(60, 50, 30, 0.06);
  --shadow-lg: 0 12px 32px rgba(60, 50, 30, 0.08);

  --display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-script-display: 'BesottedLove', 'Cormorant Garamond', Georgia, serif;

  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bot: env(safe-area-inset-bottom, 0px);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior-y: none;
}

button { font-family: inherit; }
button:focus-visible, input:focus-visible {
  outline: 2px solid var(--sage);
  outline-offset: 2px;
}

.mono { font-variant-numeric: tabular-nums; letter-spacing: 0.04em; font-weight: 500; }

/* ───── Splash ───── */
.splash {
  position: fixed; inset: 0;
  background: var(--cream);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  z-index: 100;
  color: var(--sage-deep);
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.splash.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.splash-mark-img {
  width: 140px; height: auto;
  margin-bottom: 18px;
  opacity: 0.95;
}
.splash-name {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--ink);
  margin: 0 0 4px;
}
.splash-sub {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: var(--ink-mute);
  margin: 0;
}

/* ───── App shell ───── */
.app {
  min-height: 100vh;
  min-height: 100dvh;
  padding-bottom: calc(110px + var(--safe-bot));
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 520px) {
  .app {
    box-shadow: 0 0 60px rgba(60, 50, 30, 0.06);
    background: var(--cream);
  }
}

/* Header */
.app-header {
  position: sticky; top: 0;
  z-index: 20;
  padding: calc(12px + var(--safe-top)) 20px 12px;
  background: rgba(248, 244, 236, 0.92);
  backdrop-filter: saturate(150%) blur(10px);
  -webkit-backdrop-filter: saturate(150%) blur(10px);
  border-bottom: 1px solid var(--line-soft);
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 10px; color: var(--sage-deep); }
.brand-logo {
  height: 36px;
  width: auto;
  display: block;
  max-width: 240px;
  object-fit: contain;
}
.icon-btn {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--ink-soft);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.icon-btn:active { background: var(--cream-soft); }

/* Views */
.views { padding: 0; }
.view { display: none; padding: 24px 20px 32px; }
.view.active { display: block; animation: viewIn 0.4s ease; }
@keyframes viewIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.view-head { margin-bottom: 20px; }
.view-title {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
.view-sub {
  margin: 0;
  font-size: 13px;
  color: var(--ink-mute);
}

.section-title {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 500;
  margin: 28px 0 14px;
  color: var(--ink);
}

/* ───── Hero (home) ───── */
.hero {
  text-align: center;
  padding: 8px 4px 20px;
}
.kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: var(--ink-mute);
  margin: 0 0 10px;
}
.hero-title {
  font-family: var(--display);
  font-style: italic;
  font-size: 38px;
  line-height: 1.05;
  margin: 0 0 8px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.hero-date {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0 0 24px;
  letter-spacing: 0.02em;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0 auto;
  max-width: 360px;
}
.cd-cell {
  background: var(--cream-soft);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 16px 6px 12px;
  display: flex; flex-direction: column; align-items: center;
}
.cd-num {
  font-family: var(--display);
  font-size: 34px;
  font-weight: 500;
  color: var(--sage-deep);
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: 'tnum' 1, 'lnum' 1;
  letter-spacing: 0.04em;
  line-height: 1;
  font-style: normal;
}
.cd-lbl {
  margin-top: 6px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--ink-mute);
}

/* ───── Cards ───── */
.card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 18px;
  margin-bottom: 12px;
  box-shadow: var(--shadow-sm);
}
.card-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
}
.card-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--ink-mute);
  margin: 0 0 8px;
}
.card-title {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 6px;
}
.card-body {
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: 14px;
}
.weather-card { color: var(--sage-deep); }
.weather-temp {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 4px;
  color: var(--ink);
}
.weather-cond {
  font-family: var(--body);
  font-size: 14px;
  color: var(--ink-soft);
  font-weight: 400;
}
.weather-meta {
  margin: 4px 0 0;
  font-size: 12px;
  color: var(--ink-mute);
}

/* ───── Timeline ───── */
.timeline {
  position: relative;
  padding-left: 4px;
}
.tl-item {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-soft);
  align-items: start;
}
.tl-item:last-child { border-bottom: none; }
.tl-time {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 500;
  color: var(--sage-deep);
  letter-spacing: 0.01em;
  padding-top: 1px;
}
.tl-title {
  margin: 0 0 2px;
  font-weight: 500;
  font-size: 15px;
  color: var(--ink);
}
.tl-desc {
  margin: 0;
  font-size: 13px;
  color: var(--ink-mute);
}
.tl-item.highlight .tl-title::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--rose-deep);
  margin-right: 8px;
  vertical-align: 2px;
}

/* ───── Quick links grid ───── */
.quick-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.quick {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: 10px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  transition: transform 0.15s ease, background 0.15s ease;
  font-family: inherit;
}
.quick:active { transform: scale(0.98); background: var(--cream-soft); }
.quick svg { color: var(--sage-deep); }

/* ───── Checklist ───── */
.progress-bar {
  height: 4px;
  background: var(--line-soft);
  border-radius: 999px;
  overflow: hidden;
  margin-top: 12px;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--sage-soft), var(--sage));
  width: 0;
  transition: width 0.4s ease;
}
.checklist-section {
  margin-bottom: 26px;
}
.checklist-section h3 {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 4px;
  color: var(--ink);
}
.checklist-window {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--ink-mute);
  margin: 0 0 12px;
}
.cl-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  margin-bottom: 8px;
  cursor: pointer;
  transition: background 0.15s ease;
}
.cl-item:active { background: var(--cream-soft); }
.cl-check {
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
  background: #fff;
  transition: all 0.2s ease;
}
.cl-item.done .cl-check {
  background: var(--sage);
  border-color: var(--sage);
}
.cl-item.done .cl-check::after {
  content: '';
  width: 10px; height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translate(1px, -1px);
}
.cl-body { flex: 1; }
.cl-title {
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
}
.cl-item.done .cl-title { text-decoration: line-through; color: var(--ink-mute); }
.cl-desc {
  margin: 0;
  font-size: 12px;
  color: var(--ink-mute);
}

/* ───── Vendors ───── */
.filter-row {
  display: flex; gap: 8px; overflow-x: auto;
  padding: 0 0 14px;
  margin: 0 -20px 4px;
  padding-left: 20px; padding-right: 20px;
  scrollbar-width: none;
}
.filter-row::-webkit-scrollbar { display: none; }
.filter-chip {
  flex-shrink: 0;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 13px;
  color: var(--ink-soft);
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  transition: all 0.15s ease;
}
.filter-chip.active {
  background: var(--sage);
  color: #fff;
  border-color: var(--sage);
}
.vendor-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 16px;
  margin-bottom: 10px;
}
.vendor-row {
  display: flex; align-items: center; gap: 14px;
}
.vendor-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--cream-soft);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 500;
  color: var(--sage-deep);
  flex-shrink: 0;
}
.vendor-info { flex: 1; min-width: 0; }
.vendor-name {
  margin: 0 0 2px;
  font-weight: 500;
  font-size: 15px;
}
.vendor-cat {
  margin: 0;
  font-size: 12px;
  color: var(--ink-mute);
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.vendor-actions {
  display: flex; gap: 8px;
  margin-top: 12px;
}
.tiny-btn {
  flex: 1;
  padding: 9px 10px;
  border: 1px solid var(--line);
  background: var(--cream);
  border-radius: var(--r-sm);
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s ease;
}
.tiny-btn:active { background: var(--cream-soft); }
.tiny-btn.primary {
  background: var(--sage);
  color: #fff;
  border-color: var(--sage);
}

/* ───── Documents ───── */
.doc-item {
  display: flex; align-items: center; gap: 14px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  margin-bottom: 10px;
  cursor: pointer;
  transition: background 0.15s ease;
}
.doc-item:active { background: var(--cream-soft); }
.doc-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: var(--cream-soft);
  display: flex; align-items: center; justify-content: center;
  color: var(--sage-deep);
  flex-shrink: 0;
}
.doc-info { flex: 1; }
.doc-title {
  margin: 0 0 2px;
  font-weight: 500;
  font-size: 14px;
}
.doc-meta {
  margin: 0;
  font-size: 12px;
  color: var(--ink-mute);
}
.doc-arrow { color: var(--ink-mute); }

/* ───── Schedule ───── */
.scheduler { padding: 18px; }
.event-item {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 10px 0;
  border-top: 1px solid var(--line-soft);
}
.event-item:nth-of-type(2) { border-top: 1px solid var(--line-soft); }
.event-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--rose-deep);
  margin-top: 7px; flex-shrink: 0;
}
.event-dot.dot-soft { background: var(--sage-soft); }
.event-title {
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 500;
}
.event-meta {
  margin: 0;
  font-size: 12px;
  color: var(--ink-mute);
}
.slots { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.slot {
  padding: 14px 12px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  text-align: center;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.15s ease;
}
.slot:active, .slot.selected {
  background: var(--sage);
  color: #fff;
  border-color: var(--sage);
}
.slot.selected .slot-time, .slot.selected .slot-day { color: #fff; }
.slot-day {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ink-mute);
  margin: 0 0 4px;
}
.slot-time {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  margin: 0;
}

/* ───── Society gate ───── */
.gate-card {
  background: linear-gradient(180deg, #fff 0%, var(--cream-soft) 100%);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  text-align: center;
  margin-top: 12px;
  color: var(--sage-deep);
}
.gate-card h2 {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 500;
  margin: 14px 0 8px;
  color: var(--ink);
}
.gate-sub {
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.5;
}
.gate-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  text-align: left;
}
.gate-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 13px;
  color: var(--ink-soft);
}
.gate-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
.gate-hint {
  margin: 12px 0 0;
  font-size: 11px;
  color: var(--ink-mute);
  letter-spacing: 0.04em;
}

.text-input {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: #fff;
  font-size: 15px;
  font-family: inherit;
  color: var(--ink);
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.04em;
}
.text-input:focus {
  border-color: var(--sage);
  outline: none;
}

/* ───── Buttons ───── */
.primary-btn {
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: var(--r-md);
  background: var(--sage);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}
.primary-btn:active {
  background: var(--sage-deep);
  transform: scale(0.99);
}
.ghost-btn {
  padding: 10px 18px;
  border: 1px solid var(--sage);
  background: transparent;
  color: var(--sage-deep);
  border-radius: var(--r-sm);
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.15s ease;
  letter-spacing: 0.02em;
}
.ghost-btn:active {
  background: var(--sage);
  color: #fff;
}

/* ───── Tab bar ───── */
.tabbar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 30;
  display: flex;
  justify-content: space-around;
  padding: 6px 4px calc(6px + var(--safe-bot));
  background: rgba(248, 244, 236, 0.95);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-top: 1px solid var(--line-soft);
  max-width: 480px;
  margin: 0 auto;
}
.tab {
  flex: 1;
  background: none;
  border: none;
  padding: 10px 4px 8px;
  display: flex; flex-direction: column; align-items: center;
  gap: 3px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-mute);
  font-family: inherit;
  cursor: pointer;
  transition: color 0.15s ease;
}
.tab svg { opacity: 0.7; transition: opacity 0.15s ease; }
.tab.active { color: var(--sage-deep); }
.tab.active svg { opacity: 1; }

/* ───── Toast ───── */
.toast {
  position: fixed;
  bottom: calc(90px + var(--safe-bot));
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--ink);
  color: var(--cream);
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 13px;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  box-shadow: var(--shadow-lg);
}
.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* iOS-style scroll on view changes */
.view { overflow-anchor: none; }

/* ════════════════════════════════════════════════════════════════
   v2 ADDITIONS
   ════════════════════════════════════════════════════════════════ */

/* ───── Welcome video card ───── */
.video-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  margin: 18px 0 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: transform 0.15s ease;
}
.video-card:active { transform: scale(0.99); }
.video-aspect {
  position: relative;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #B5C2A8 0%, #C9A39A 50%, #EBE3D2 100%);
  overflow: hidden;
}
.video-aspect::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.25), transparent 35%),
    radial-gradient(circle at 75% 70%, rgba(184,155,94,0.25), transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.1), transparent 60%);
}
.video-overlay {
  position: absolute;
  inset: 0;
  display: flex; align-items: center; justify-content: center;
}
.video-play {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  color: var(--sage-deep);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  transition: transform 0.15s ease;
  padding-left: 4px;
}
.video-play:active { transform: scale(0.95); }
.video-meta { padding: 14px 18px 16px; }
.video-title {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 2px;
  color: var(--ink);
}
.video-sub {
  margin: 0;
  font-size: 12px;
  color: var(--ink-mute);
}

/* ───── Approve timeline button ───── */
.approve-btn {
  margin-top: 18px;
}

/* ───── Soft prompt (United in Love on home) ───── */
.soft-prompt {
  display: flex;
  gap: 14px;
  background: linear-gradient(180deg, #fff 0%, var(--cream-soft) 100%);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 16px;
  margin: 22px 0 4px;
}
.soft-prompt-mark {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--rose-deep);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.soft-prompt-body { flex: 1; }
.soft-prompt-title {
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 13px;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.soft-prompt-text {
  margin: 0 0 10px;
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.link-btn {
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  color: var(--sage-deep);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  letter-spacing: 0.02em;
}
.link-btn:hover { color: var(--rose-deep); }

/* ───── Timeline comments ───── */
.tl-comment-toggle {
  background: none; border: none; padding: 0;
  margin-top: 6px;
  font-family: inherit;
  font-size: 11px;
  color: var(--sage-deep);
  cursor: pointer;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.tl-comment-toggle:hover { color: var(--rose-deep); }
.tl-comment-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 7px;
  border-radius: 999px;
  background: var(--cream-soft);
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
  vertical-align: 1px;
}
.tl-comment-area {
  margin-top: 8px;
  display: none;
}
.tl-comment-area.open { display: block; }
.tl-comment-area textarea {
  width: 100%;
  min-height: 60px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: #fff;
  font-family: inherit;
  font-size: 13px;
  color: var(--ink);
  resize: vertical;
}
.tl-comment-area textarea:focus { outline: none; border-color: var(--sage); }
.tl-comment-list {
  margin-top: 8px;
  list-style: none;
  padding: 0;
}
.tl-comment-list li {
  background: var(--cream-soft);
  border-radius: var(--r-sm);
  padding: 8px 12px;
  font-size: 12.5px;
  color: var(--ink-soft);
  margin-bottom: 6px;
}
.tl-comment-add {
  margin-top: 6px;
  padding: 6px 12px;
  font-size: 11px;
  background: var(--sage);
  color: #fff;
  border: none;
  border-radius: var(--r-sm);
  font-family: inherit;
  cursor: pointer;
  letter-spacing: 0.02em;
}

/* ───── Floating Book button ───── */
.float-book {
  position: fixed;
  bottom: calc(72px + var(--safe-bot));
  right: max(16px, calc((100vw - 480px) / 2 + 16px));
  z-index: 25;
  display: inline-flex;
  align-items: center; gap: 6px;
  padding: 8px 14px 8px 12px;
  border-radius: 999px;
  background: var(--sage-deep);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.6);
  font-family: inherit;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(60, 50, 30, 0.22);
  transition: transform 0.15s ease, background 0.15s ease;
  opacity: 0.94;
}
.float-book:hover { opacity: 1; }
.float-book:active { transform: scale(0.96); }
/* Hide floating Book on views where it would crowd primary actions */
body:has(.view[data-view="meetings"].active) .float-book,
body:has(.view[data-view="inspiration"].active) .float-book,
body:has(.view[data-view="playlist"].active) .float-book,
body:has(.view[data-view="gifts"].active) .float-book,
body:has(.view[data-view="payments"].active) .float-book {
  display: none;
}

/* ───── Calendly meetings ───── */
.milestone-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .milestone-row { grid-template-columns: 1fr; }
}
.milestone-pill {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 14px 14px 12px;
  text-align: left;
  transition: all 0.2s ease;
  position: relative;
}
.milestone-pill.active {
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-soft) 100%);
  border-color: var(--sage-soft);
  box-shadow: 0 4px 14px rgba(122, 139, 111, 0.12);
}
.milestone-pill.dim { opacity: 0.55; }
.milestone-pill .mp-kicker {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ink-mute);
  margin: 0 0 4px;
}
.milestone-pill .mp-title {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 2px;
  color: var(--ink);
}
.milestone-pill .mp-when {
  margin: 0;
  font-size: 11.5px;
  color: var(--ink-mute);
}
.milestone-pill .mp-status {
  position: absolute; top: 12px; right: 12px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--sage-deep);
  font-weight: 600;
}
.calendly-wrap {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 4px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

/* ───── Calendar / Eventbrite ───── */
.events-section-head {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.02em;
  margin: 24px 0 4px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.events-section-head:first-child { margin-top: 0; }
.events-section-head--past {
  color: var(--ink-soft, #6b6358);
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
}
.events-section-sub {
  font-size: 13px;
  color: var(--ink-soft, #6b6358);
  font-style: italic;
  margin: 0 0 14px;
}
.events-holding {
  background: var(--cream-soft);
  border: 1px dashed var(--line-soft);
  border-radius: var(--r-md);
  padding: 28px 22px;
  margin-bottom: 10px;
  text-align: center;
}
.events-holding-kicker {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--rose-deep);
  margin: 0 0 8px;
  font-weight: 600;
}
.events-holding-title {
  font-family: var(--display);
  font-size: 18px;
  color: var(--ink);
  margin: 0 0 6px;
  font-weight: 500;
}
.events-holding-sub {
  font-size: 14px;
  color: var(--ink-soft, #6b6358);
  margin: 0;
  line-height: 1.5;
  max-width: 32ch;
  margin-left: auto;
  margin-right: auto;
}
.event-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 16px;
  margin-bottom: 10px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.event-card--past {
  background: var(--cream-soft);
  opacity: 0.92;
}
.event-card--past .event-date-block {
  background: #fff;
  opacity: 0.85;
}
.event-card--past .event-month {
  color: var(--ink-soft, #6b6358);
}
.event-date-block {
  width: 56px;
  flex-shrink: 0;
  text-align: center;
  background: var(--cream-soft);
  border-radius: var(--r-sm);
  padding: 8px 4px;
}
.event-month {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--rose-deep);
  margin: 0;
  font-weight: 600;
}
.event-day {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
  color: var(--ink);
  margin: 2px 0 0;
  line-height: 1;
}
.event-body { flex: 1; min-width: 0; }
.event-name {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 2px;
  color: var(--ink);
}
.event-when {
  font-size: 11.5px;
  color: var(--ink-mute);
  margin: 0 0 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.event-desc {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.calendar-footer {
  margin-top: 14px;
  text-align: center;
}
.calendar-footer .ghost-btn {
  display: inline-block;
  text-decoration: none;
}

/* ───── Vendor intro request ───── */
.vendor-actions .tiny-btn.intro {
  background: var(--rose);
  border-color: var(--rose);
  color: #fff;
}

/* ───── More grid ───── */
.more-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.more-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 18px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
  font-family: inherit;
  text-align: left;
  border: 1px solid var(--line-soft);
}
.more-card:active { transform: scale(0.98); background: var(--cream-soft); }
.more-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: var(--cream-soft);
  color: var(--sage-deep);
  display: flex; align-items: center; justify-content: center;
}
.more-name {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  color: var(--ink);
  line-height: 1.2;
}
.more-sub {
  margin: 2px 0 0;
  font-size: 11.5px;
  color: var(--ink-mute);
  line-height: 1.4;
}

/* ───── Documents — sign badges ───── */
.doc-item { position: relative; flex-wrap: wrap; }
.doc-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
}
.doc-status.signed {
  background: rgba(122, 139, 111, 0.15);
  color: var(--sage-deep);
}
.doc-status.needs {
  background: rgba(201, 163, 154, 0.18);
  color: var(--rose-deep);
}
.doc-status.info {
  background: var(--cream-soft);
  color: var(--ink-mute);
}
.doc-row-actions {
  width: 100%;
  margin-top: 10px;
  display: flex; gap: 8px;
  flex-basis: 100%;
}
.sign-btn {
  flex: 1;
  padding: 9px 12px;
  border-radius: var(--r-sm);
  border: 1px solid #0061FF;
  background: #0061FF;
  color: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.15s ease;
}
.sign-btn:hover { background: #004ecc; }
.sign-btn::before {
  content: '✎';
  margin-right: 6px;
  font-size: 13px;
}

/* ───── Inspiration ───── */
.inspo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
.inspo-tile {
  aspect-ratio: 1;
  border-radius: var(--r-md);
  overflow: hidden;
  position: relative;
  background: var(--cream-soft);
  display: flex; align-items: center; justify-content: center;
}
.inspo-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.inspo-tile .inspo-svg {
  width: 50%; height: 50%;
  opacity: 0.7;
  color: rgba(255,255,255,0.95);
}
.inspo-tile.t1 { background: linear-gradient(135deg, #B5C2A8, #7A8B6F); }
.inspo-tile.t2 { background: linear-gradient(135deg, #C9A39A, #A87A70); }
.inspo-tile.t3 { background: linear-gradient(135deg, #EBE3D2, #B89B5E); }
.inspo-tile.t4 { background: linear-gradient(135deg, #F2ECE0, #C9A39A); }
.inspo-tile.t5 { background: linear-gradient(135deg, #5C6E54, #B5C2A8); }
.inspo-tile.t6 { background: linear-gradient(135deg, #B89B5E, #EBE3D2); }
.inspo-tile.user { background: #fff; }
.inspo-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 6px;
}
.upload-btn {
  display: inline-flex;
  align-items: center; justify-content: center;
  cursor: pointer;
  padding: 13px 14px;
  border-radius: var(--r-md);
  border: 1px solid var(--sage);
  color: var(--sage-deep);
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
}
.upload-btn:active { background: var(--cream-soft); }
.inspo-actions .primary-btn { width: 100%; }

/* ───── Guest count ring ───── */
.guest-hero {
  display: flex; flex-direction: column;
  align-items: center;
  padding: 24px 18px 22px;
}
.ring-wrap {
  position: relative;
  width: 160px; height: 160px;
}
.ring-fg { transition: stroke-dashoffset 0.8s ease; }
.ring-center {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
}
.ring-num {
  font-family: var(--display);
  font-size: 38px;
  font-weight: 500;
  color: var(--ink);
  margin: 0;
  line-height: 1;
  letter-spacing: 0.01em;
}
.ring-of {
  font-size: 18px;
  color: var(--ink-mute);
  margin-left: 1px;
}
.ring-lbl {
  margin: 4px 0 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--ink-mute);
}
.guest-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 22px;
  width: 100%;
}
.gstat {
  display: flex; flex-direction: column;
  align-items: center;
  padding: 10px 6px;
  background: var(--cream-soft);
  border-radius: var(--r-sm);
}
.gstat-num {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
  color: var(--sage-deep);
  line-height: 1;
}
.gstat-lbl {
  margin-top: 4px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-mute);
}

.milestone-card { margin-top: 12px; }
.milestone-row-flex {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
}
.status-pill {
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex-shrink: 0;
}
.status-pill.on-track {
  background: rgba(122, 139, 111, 0.15);
  color: var(--sage-deep);
}
.status-pill.action {
  background: rgba(184, 155, 94, 0.18);
  color: var(--gold);
}

.reminder-card {
  display: flex; gap: 12px;
  padding: 14px 16px;
  background: var(--cream-soft);
  border: 1px dashed var(--line);
  border-radius: var(--r-md);
  margin-top: 12px;
  align-items: flex-start;
}
.reminder-icon {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: #fff;
  color: var(--sage-deep);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.reminder-title {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-mute);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.reminder-text {
  margin: 0;
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* ───── Payments ───── */
.pay-summary { padding: 18px; margin-bottom: 16px; }
.pay-totals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 14px;
}
.pay-total {
  text-align: center;
  display: flex; flex-direction: column;
  gap: 4px;
}
.pt-lbl {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--ink-mute);
}
.pt-num {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
}
.pt-num.pt-paid { color: var(--sage-deep); }
.pay-bar {
  height: 6px;
  background: var(--line-soft);
  border-radius: 999px;
  overflow: hidden;
  margin: 4px 0 8px;
}
.pay-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--sage-soft), var(--sage));
  transition: width 0.6s ease;
}
.pay-bar-lbl {
  margin: 0;
  text-align: center;
  font-size: 11px;
  color: var(--ink-mute);
  letter-spacing: 0.04em;
}

.pay-row {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 14px 16px;
  margin-bottom: 8px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}
.pay-row.paid { background: var(--cream); }
.pay-info-name {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 3px;
}
.pay-info-meta {
  margin: 0;
  font-size: 12px;
  color: var(--ink-mute);
}
.pay-amt {
  font-family: var(--display);
  font-size: 20px;
  font-weight: 500;
  color: var(--ink);
  text-align: right;
}
.pay-amt-row { text-align: right; }
.pay-status {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--sage-deep);
  margin-top: 4px;
}
.square-btn {
  margin-top: 12px;
  padding: 11px 18px;
  background: var(--sage-deep);
  color: #fff;
  border: none;
  border-radius: var(--r-md);
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s ease, transform 0.15s ease;
}
.square-btn:hover { background: var(--sage); transform: translateY(-1px); }
.square-btn::after {
  content: '\2197';
  font-size: 13px;
  opacity: 0.85;
}

/* ───── Playlist ───── */
.playlist-section {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 16px;
  margin-bottom: 12px;
}
.playlist-section h3 {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 4px;
  color: var(--ink);
}
.playlist-section .pl-sub {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--ink-mute);
  margin: 0 0 12px;
}
.playlist-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
.playlist-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line-soft);
}
.playlist-list li:last-child { border-bottom: none; }
.pl-num {
  width: 22px;
  font-family: var(--display);
  font-size: 14px;
  color: var(--ink-mute);
  flex-shrink: 0;
}
.pl-song {
  flex: 1;
  font-size: 13.5px;
  color: var(--ink);
}
.pl-song em {
  font-style: normal;
  color: var(--ink-mute);
}
.pl-remove {
  background: none;
  border: none;
  color: var(--ink-mute);
  cursor: pointer;
  padding: 4px;
  font-size: 14px;
}
.pl-remove:hover { color: var(--rose-deep); }

.pl-add-row {
  display: flex; gap: 8px;
}
.pl-input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  font-family: inherit;
  font-size: 13px;
  color: var(--ink);
  background: var(--cream);
}
.pl-input:focus { outline: none; border-color: var(--sage); }
.pl-add {
  padding: 10px 16px;
  background: var(--sage);
  color: #fff;
  border: none;
  border-radius: var(--r-sm);
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.pl-add:hover { background: var(--sage-deep); }

/* ───── Canva venue guide card ───── */
.canva-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  margin-bottom: 12px;
}
.canva-preview {
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 20% 30%, rgba(184,155,94,0.3), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(201,163,154,0.35), transparent 50%),
    linear-gradient(135deg, #5C6E54 0%, #7A8B6F 50%, #B5C2A8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.canva-preview::before {
  content: '';
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 4px;
  pointer-events: none;
}
.canva-preview-inner {
  text-align: center;
  color: #fff;
  padding: 24px;
}
.canva-kicker {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  margin: 0 0 12px;
  opacity: 0.85;
}
.canva-name {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 500;
  font-style: italic;
  margin: 0 0 6px;
  letter-spacing: 0.01em;
}
.canva-sub {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.85;
}
.canva-meta { padding: 18px; }
.canva-meta .primary-btn { display: block; text-align: center; text-decoration: none; }

/* ───── Gift cards ───── */
.gift-story {
  background: linear-gradient(180deg, #fff 0%, var(--cream-soft) 100%);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 22px 20px;
  margin-bottom: 14px;
}
.gift-story p {
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 19px;
  line-height: 1.45;
  color: var(--ink);
  font-style: italic;
  font-weight: 500;
}
.gift-story p:nth-child(2) {
  font-family: var(--body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 0;
}

.gift-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 6px;
}

.share-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 18px;
  margin-bottom: 4px;
}
.share-text {
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin: 0 0 14px;
  font-style: italic;
}
.copy-btn { width: 100%; }

.qr-card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-md);
  padding: 22px;
  text-align: center;
}
.qr-img {
  width: 220px; height: 220px;
  display: block;
  margin: 0 auto 14px;
  border-radius: var(--r-sm);
}
.qr-cap {
  margin: 0;
  font-size: 12px;
  color: var(--ink-mute);
  letter-spacing: 0.04em;
}

/* ───── United in Love ───── */
.uil-hero {
  background: linear-gradient(135deg, var(--rose) 0%, var(--cream-soft) 100%);
  border-radius: var(--r-lg);
  padding: 36px 24px;
  text-align: center;
  margin-bottom: 14px;
}
.uil-mark {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  color: var(--rose-deep);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
}
.uil-quote {
  font-family: var(--display);
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.35;
  margin: 0;
  max-width: 320px;
  margin-left: auto; margin-right: auto;
}
.give-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.give-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.give-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 8px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--rose-deep);
}

/* ───── Vendor intro dialog ───── */
.dialog-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(42, 42, 38, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  animation: dialogIn 0.2s ease;
}
@keyframes dialogIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.dialog {
  background: var(--cream);
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  width: 100%;
  max-width: 480px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 22px;
  animation: dialogSlide 0.3s ease;
}
@media (min-width: 520px) {
  .dialog-overlay { align-items: center; }
  .dialog { border-radius: var(--r-lg); margin: 20px; }
}
@keyframes dialogSlide {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.dialog-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 16px;
}
.dialog-title {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  color: var(--ink);
}
.dialog-close {
  width: 32px; height: 32px;
  border: none;
  background: var(--cream-soft);
  border-radius: 50%;
  color: var(--ink-soft);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.dialog-body p {
  margin: 0 0 12px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.5;
}
.dialog-textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  color: var(--ink);
  resize: vertical;
  margin-bottom: 12px;
}
.dialog-textarea:focus { outline: none; border-color: var(--sage); }

/* Tabbar accommodate floating book */
.tabbar { padding-bottom: calc(6px + var(--safe-bot)); }

.dialog-overlay[hidden] { display: none !important; }

/* ════════════════════════════════════════════════════════════════
   GOLDEN HOUR PAUSE (timeline highlight)
   ════════════════════════════════════════════════════════════════ */
.tl-item.golden-pause {
  background: linear-gradient(135deg, #FBF6E8 0%, #F5EBD2 100%);
  border: 1px solid rgba(184, 155, 94, 0.32);
  border-radius: var(--r-md);
  padding: 16px 16px 14px;
  margin: 10px 0;
  position: relative;
}
.tl-item.golden-pause::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 3px;
  background: var(--gold);
  border-radius: 2px;
}
.tl-item.golden-pause .tl-time {
  color: var(--gold);
  font-weight: 500;
}
.tl-item.golden-pause .tl-title {
  font-family: var(--display);
  font-size: 19px;
  font-style: italic;
  color: var(--ink);
  letter-spacing: 0.005em;
}
.tl-item.golden-pause .tl-desc {
  color: var(--ink-soft);
  font-size: 13.5px;
  line-height: 1.55;
}

/* ════════════════════════════════════════════════════════════════
   BEYOND THE DAY (home preview card)
   ════════════════════════════════════════════════════════════════ */
.beyond-card {
  margin: 28px 20px 24px;
  padding: 22px 22px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
}
.beyond-kicker {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin: 0 0 8px;
  font-weight: 500;
}
.beyond-title {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 8px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.beyond-body {
  color: var(--ink-soft);
  font-size: 14px;
  margin: 0 0 16px;
  line-height: 1.55;
}
.beyond-list {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}
.beyond-list li {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--line-soft);
}
.beyond-list li:first-child { border-top: none; }
.beyond-bullet {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rose);
  margin-top: 8px;
}
.beyond-item-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 2px;
}
.beyond-item-sub {
  font-size: 12.5px;
  color: var(--ink-mute);
  margin: 0;
  line-height: 1.5;
}

/* ════════════════════════════════════════════════════════════════
   STORY TABLE
   ════════════════════════════════════════════════════════════════ */
.story-intro { margin: 0 20px 20px; }
#story-prompts, #story-objects { padding: 0 20px; }
.story-prompt {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 18px 18px 14px;
  margin-bottom: 14px;
}
.story-num {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0 0 8px;
  font-weight: 500;
}
.story-q {
  font-family: var(--display);
  font-size: 20px;
  font-style: italic;
  color: var(--ink);
  margin: 0 0 12px;
  letter-spacing: 0.005em;
  line-height: 1.3;
}
.story-prompt textarea {
  width: 100%;
  min-height: 84px;
  border: 1px solid var(--line-soft);
  background: var(--cream-soft);
  border-radius: var(--r-sm);
  padding: 12px 14px;
  font-family: inherit;
  font-size: 14px;
  color: var(--ink);
  resize: vertical;
  line-height: 1.5;
}
.story-prompt textarea:focus {
  outline: none;
  border-color: var(--sage);
  background: #fff;
}
.story-object {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line-soft);
}
.story-object:last-child { border-bottom: none; }
.story-obj-num {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--ink-mute);
  font-weight: 500;
  flex: 0 0 24px;
}
.story-object input {
  flex: 1;
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  color: var(--ink);
  padding: 6px 0;
  border-bottom: 1px solid transparent;
}
.story-object input:focus {
  outline: none;
  border-bottom-color: var(--sage);
}
.story-object input::placeholder { color: var(--ink-mute); }
#story-save { margin: 18px 20px 30px; width: calc(100% - 40px); }

/* ════════════════════════════════════════════════════════════════
   FIELD NOTES
   ════════════════════════════════════════════════════════════════ */
#field-notes-list { padding: 0 20px 30px; }
.field-note {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px 22px 22px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-sm);
}
.fn-kicker {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0 0 10px;
  font-weight: 500;
}
.fn-title {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 10px;
  line-height: 1.2;
  letter-spacing: -0.005em;
}
.fn-excerpt {
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0 0 12px;
}
.fn-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.field-note.is-open .fn-body {
  max-height: 4000px;
  margin-top: 8px;
}
.fn-body p {
  color: var(--ink);
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0 0 14px;
}
.fn-body p:first-letter {
  font-family: var(--display);
  font-size: 32px;
  float: left;
  line-height: 1;
  padding: 4px 6px 0 0;
  color: var(--sage-deep);
}
.fn-body p:not(:first-child):first-letter {
  font-size: inherit;
  float: none;
  padding: 0;
  color: inherit;
}
.fn-toggle { margin-top: 6px; }

/* ════════════════════════════════════════════════════════════════
   BOUTIQUE
   ════════════════════════════════════════════════════════════════ */
.boutique-hero, .giftbox-hero {
  margin: 0 20px 20px;
  padding: 26px 22px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
}
.giftbox-hero {
  background: linear-gradient(140deg, #FBF6E8 0%, #FDFAF1 60%, #FFF 100%);
  border-color: rgba(184, 155, 94, 0.24);
  margin-top: 28px;
}
.boutique-kicker {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin: 0 0 8px;
  font-weight: 500;
}
.giftbox-hero .boutique-kicker { color: var(--gold); }
.boutique-title {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 10px;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.boutique-body {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 16px;
}
.boutique-hero .primary-btn,
.giftbox-hero .primary-btn { display: inline-block; margin-top: 4px; }
.boutique-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0 20px 20px;
}
.boutique-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 12px;
  display: flex;
  flex-direction: column;
}
.boutique-img {
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 30% 30%, var(--rose) 0%, transparent 40%),
    radial-gradient(circle at 70% 70%, var(--sage-soft) 0%, transparent 50%),
    var(--cream-soft);
  border-radius: var(--r-sm);
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.boutique-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(255,255,255,0.4));
}
.boutique-name {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 2px;
  line-height: 1.2;
}
.boutique-sub {
  font-size: 11.5px;
  color: var(--ink-mute);
  margin: 0 0 8px;
  line-height: 1.4;
}
.boutique-price {
  font-size: 13px;
  font-weight: 500;
  color: var(--sage-deep);
  margin: auto 0 0;
  letter-spacing: 0.02em;
}
.giftbox-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 20px 30px;
}
.giftbox-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}
.giftbox-num {
  font-family: var(--display);
  font-size: 20px;
  color: var(--gold);
  font-weight: 500;
  flex: 0 0 32px;
  letter-spacing: 0.02em;
}
.giftbox-step p {
  margin: 0;
  font-size: 13.5px;
  color: var(--ink);
  line-height: 1.5;
  padding-top: 4px;
}

/* ════════════════════════════════════════════════════════════════
   TIMELINE EDIT · DRAG · REBALANCE (v4)
   ════════════════════════════════════════════════════════════════ */
.tl-item {
  position: relative;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  transition: background 0.18s ease, opacity 0.18s ease;
}
.tl-item:active { cursor: grabbing; }
.tl-item.is-dragging { opacity: 0.45; }
.tl-item.is-drop-target {
  background: rgba(122, 139, 111, 0.06);
  box-shadow: inset 0 2px 0 var(--sage);
}
.tl-drag-handle {
  position: absolute;
  top: 14px;
  right: -2px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: var(--ink-mute);
  opacity: 0.45;
  cursor: grab;
  padding: 0;
  transition: opacity 0.15s ease, color 0.15s ease;
}
.tl-drag-handle:hover,
.tl-drag-handle:active { opacity: 1; color: var(--sage-deep); }

.tl-item.is-editing {
  background: var(--cream-soft);
  border: 1px solid var(--sage-soft);
  border-radius: var(--r-md);
  padding: 14px 12px;
  margin: 6px 0;
  border-bottom: 1px solid var(--sage-soft);
  cursor: default;
}
.tl-time-edit,
.tl-title-edit,
.tl-desc-edit {
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 8px 10px;
  margin: 0 0 8px;
  outline: none;
  transition: border-color 0.15s ease;
}
.tl-time-edit {
  width: 110px;
  font-family: var(--display);
  font-size: 16px;
  color: var(--sage-deep);
  font-weight: 500;
}
.tl-title-edit {
  font-weight: 500;
  font-size: 15px;
}
.tl-desc-edit {
  font-size: 13px;
  color: var(--ink-mute);
  resize: vertical;
  min-height: 48px;
  line-height: 1.45;
}
.tl-time-edit:focus,
.tl-title-edit:focus,
.tl-desc-edit:focus { border-color: var(--sage); }
.tl-edit-actions {
  display: flex;
  gap: 8px;
  margin-top: 6px;
  flex-wrap: wrap;
}
.tl-edit-save,
.tl-edit-cancel,
.tl-edit-delete {
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.tl-edit-save {
  background: var(--sage-deep);
  color: #fff;
  border-color: var(--sage-deep);
}
.tl-edit-save:active { background: var(--sage); }
.tl-edit-cancel:active { background: var(--cream-soft); }
.tl-edit-delete {
  margin-left: auto;
  color: #9a5a52;
  border-color: rgba(154, 90, 82, 0.28);
}
.tl-edit-delete:active { background: rgba(201, 163, 154, 0.12); }
.tl-edit-hint {
  margin: 10px 0 0;
  font-size: 11.5px;
  color: var(--ink-mute);
  font-style: normal;
  letter-spacing: 0.01em;
}

.tl-add-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 14px 16px;
  margin: 14px 0 4px;
  background: transparent;
  border: 1px dashed var(--line);
  border-radius: var(--r-md);
  color: var(--ink-mute);
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.tl-add-btn:hover { border-color: var(--sage); color: var(--sage-deep); }
.tl-add-btn:active { background: var(--cream-soft); }
.tl-add-plus {
  display: inline-flex;
  width: 18px; height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
}

/* AI re-balance card */
.tl-rebalance {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  margin: 16px 0 4px;
  padding: 14px 14px 14px 12px;
  background: linear-gradient(135deg, #F4F1E8 0%, #EDEAE0 100%);
  border: 1px solid rgba(122, 139, 111, 0.28);
  border-radius: var(--r-md);
}
.tl-rebalance-icon {
  font-size: 18px;
  color: var(--sage-deep);
  line-height: 1;
  padding-top: 2px;
  text-align: center;
}
.tl-rebalance-title {
  margin: 0 0 4px;
  font-family: var(--display);
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.01em;
}
.tl-rebalance-text {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--ink-mute);
  line-height: 1.5;
}
.tl-rebalance-text strong { color: var(--ink); font-weight: 500; }
.tl-rebalance-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tl-rebalance-accept,
.tl-rebalance-decline {
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 500;
  padding: 9px 14px;
  border-radius: 999px;
  cursor: pointer;
  letter-spacing: 0.02em;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  transition: background 0.15s ease;
}
.tl-rebalance-accept {
  background: var(--sage-deep);
  color: #fff;
  border-color: var(--sage-deep);
}
.tl-rebalance-accept:active { background: var(--sage); }
.tl-rebalance-decline:active { background: var(--cream-soft); }

/* ════════════════════════════════════════════════════════════════
   ASK WILDFLOWER · COPILOT (v4)
   ════════════════════════════════════════════════════════════════ */

/* Home entry card */
.ask-card {
  display: grid;
  grid-template-columns: 44px 1fr 18px;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin: 18px 0 20px;
  padding: 16px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.ask-card:active { transform: scale(0.99); border-color: var(--sage-soft); }
.ask-mark {
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sage-soft) 0%, var(--sage) 100%);
  color: #fff;
}
.ask-kicker {
  margin: 0 0 2px;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-deep);
  font-weight: 500;
}
.ask-title {
  margin: 0 0 3px;
  font-family: var(--display);
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.005em;
}
.ask-sub {
  margin: 0;
  font-size: 12.5px;
  color: var(--ink-mute);
  line-height: 1.5;
}
.ask-arrow {
  color: var(--ink-mute);
  font-size: 18px;
}

/* Copilot view */
.copilot-preview-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 12px;
  background: var(--cream-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11.5px;
  color: var(--ink-mute);
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.copilot-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold, #B89B5E);
  box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.18);
  flex-shrink: 0;
}

.copilot-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 20px 14px;
}
.copilot-chip {
  font-family: inherit;
  font-size: 12.5px;
  color: var(--sage-deep);
  background: #fff;
  border: 1px solid var(--sage-soft);
  border-radius: 999px;
  padding: 8px 13px;
  cursor: pointer;
  letter-spacing: 0.01em;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.copilot-chip:active { background: var(--cream-soft); }

.copilot-thread {
  margin: 4px 20px 12px;
  padding: 4px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 220px;
}
.copilot-msg {
  display: flex;
  gap: 10px;
  max-width: 100%;
}
.copilot-msg--wf,
.copilot-msg--typing {
  align-self: flex-start;
}
.copilot-msg--you {
  align-self: flex-end;
}
.copilot-msg-mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--sage-deep);
  color: #fff;
  font-family: var(--display);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.copilot-msg-body {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px 16px 16px 4px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink);
  max-width: 78vw;
}
.copilot-msg--you .copilot-msg-body {
  background: var(--sage-deep);
  color: #fff;
  border-color: var(--sage-deep);
  border-radius: 16px 16px 4px 16px;
}
.copilot-typing {
  display: inline-flex;
  gap: 4px;
  padding: 14px 14px;
}
.copilot-typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ink-mute);
  opacity: 0.45;
  animation: copilot-pulse 1s infinite ease-in-out;
}
.copilot-typing span:nth-child(2) { animation-delay: 0.15s; }
.copilot-typing span:nth-child(3) { animation-delay: 0.3s; }
@keyframes copilot-pulse {
  0%, 100% { transform: translateY(0); opacity: 0.35; }
  50%      { transform: translateY(-3px); opacity: 0.9; }
}

.copilot-input {
  position: sticky;
  bottom: 78px;
  margin: 8px 20px 4px;
  display: grid;
  grid-template-columns: 1fr 40px;
  gap: 8px;
  align-items: end;
  padding: 8px 8px 8px 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-sm);
}
.copilot-input textarea {
  font-family: inherit;
  font-size: 14px;
  color: var(--ink);
  background: transparent;
  border: none;
  outline: none;
  resize: none;
  padding: 8px 4px;
  min-height: 20px;
  max-height: 120px;
  line-height: 1.4;
}
.copilot-send {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--sage-deep);
  color: #fff;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease;
}
.copilot-send:active { background: var(--sage); }
.copilot-footnote {
  margin: 8px 20px 100px;
  font-size: 11.5px;
  color: var(--ink-mute);
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

/* ════════════════════════════════════════════════════════════════
   v4.1 — Three-tier portal (lead / toured / booked)
   ════════════════════════════════════════════════════════════════ */

/* Stage switcher — small pill bar above the hero. Demo-only UI. */
.stage-switcher {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 18px;
  padding: 6px;
  background: rgba(122, 139, 111, 0.06);
  border: 1px solid rgba(122, 139, 111, 0.18);
  border-radius: 999px;
  width: fit-content;
}
.stage-switcher-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sage-deep);
  padding: 0 10px 0 8px;
  opacity: 0.85;
}
.stage-pill {
  background: transparent;
  border: 0;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--sage-deep);
  padding: 6px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 180ms ease;
}
.stage-pill:hover { background: rgba(122, 139, 111, 0.10); }
.stage-pill.active {
  background: var(--sage-deep);
  color: var(--cream);
}

/* Prospect-stage hero (lead and toured) — softer, no countdown */
.hero--prospect {
  padding-bottom: 24px;
}
.hero-title--lead {
  font-size: 30px;
  line-height: 1.18;
  font-weight: 500;
}
.hero-date--soft {
  font-family: 'Inter', sans-serif;
  font-style: italic;
  color: var(--sage-deep);
  opacity: 0.92;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 4px;
}
.hero-prospect-meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--sage-deep);
  opacity: 0.78;
}
.hero-dot { opacity: 0.5; }
.hero-tag {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(184, 155, 94, 0.10);
  border: 1px solid rgba(184, 155, 94, 0.32);
  color: var(--gold);
  border-radius: 999px;
  letter-spacing: 0.06em;
  text-transform: none;
  font-style: italic;
  font-size: 12px;
}

/* Stage banner — sage paper sitting above the ask-card on lead/toured */
.stage-banner {
  margin: 0 0 18px;
  padding: 16px 18px 18px;
  background: linear-gradient(180deg, rgba(122, 139, 111, 0.07), rgba(122, 139, 111, 0.03));
  border: 1px solid rgba(122, 139, 111, 0.20);
  border-radius: 14px;
}
.stage-banner-kicker {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0 0 6px;
}
.stage-banner-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  line-height: 1.45;
  color: var(--ink);
  margin: 0;
  font-weight: 400;
}

/* Stage CTA card inside copilot view */
.stage-cta {
  margin-top: 18px;
  padding: 18px;
  background: var(--cream);
  border: 1px solid rgba(122, 139, 111, 0.25);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.stage-cta-kicker {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0 0 4px;
}
.stage-cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  line-height: 1.2;
  color: var(--ink);
  margin: 0 0 4px;
  font-weight: 500;
}
.stage-cta-sub {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.55;
  color: var(--sage-deep);
  opacity: 0.92;
  margin: 0;
}

/* Floating CTA — wider label in prospect mode */
.float-book.float-cta--prospect {
  padding: 10px 18px;
  background: var(--sage-deep);
}
.float-book.float-cta--prospect span {
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* Lead-stage timeline lock — read-only feel */
[data-stage="lead"] .timeline .timeline-handle,
[data-stage="lead"] .timeline-add {
  opacity: 0.42;
  pointer-events: none;
}
[data-stage="lead"] .timeline-row { cursor: default; }
[data-stage="lead"] .approve-btn { display: none; }

/* Lead-stage soft "sample" marker — corner of the timeline section */
[data-stage="lead"] [data-view="home"] .section-title::after,
[data-stage="toured"] [data-view="home"] .section-title::after {
  content: " · sample";
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--sage-deep);
  opacity: 0.55;
  font-weight: 400;
  margin-left: 8px;
}

/* ════════════════════════════════════════════════════════════════
   THE WILDFLOWER WEEKEND
   ════════════════════════════════════════════════════════════════ */
.weekend-hero {
  margin: 0 20px 22px;
  padding: 24px 22px 22px;
  background: linear-gradient(155deg, #FBF7EE 0%, #F9F4E7 55%, #FFFFFF 100%);
  border: 1px solid rgba(184, 155, 94, 0.22);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
}
.weekend-hero .card-label {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 10px;
  font-weight: 500;
}
.weekend-hero .card-body {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink);
  margin: 0 0 10px;
}
.weekend-hero .card-body:last-child { margin-bottom: 0; }

.weekend-subhead {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  margin: 20px 20px 10px;
  letter-spacing: -0.005em;
  line-height: 1.25;
}

.weekend-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 20px 22px;
}

.weekend-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 16px 16px 14px;
  box-shadow: var(--shadow-sm);
}
.weekend-card--primary {
  background: linear-gradient(155deg, #F2F4EC 0%, #F8F6EE 55%, #FFFFFF 100%);
  border-color: rgba(122, 139, 111, 0.32);
  box-shadow: 0 4px 18px rgba(92, 110, 84, 0.08);
}
.weekend-card--primary .weekend-tag { color: var(--sage-deep); }
.weekend-card--primary .weekend-name { color: var(--sage-deep); }

.weekend-tag {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin: 0 0 6px;
  font-weight: 500;
}
.weekend-name {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 8px;
  line-height: 1.25;
  letter-spacing: -0.005em;
}
.weekend-body {
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin: 0 0 10px;
}
.weekend-meta {
  font-size: 11.5px;
  color: var(--ink-mute);
  margin: 0 0 8px;
  letter-spacing: 0.01em;
}
.weekend-link {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(--sage-deep);
  text-decoration: none;
  letter-spacing: 0.02em;
  border-bottom: 1px solid transparent;
  transition: border-color 0.18s ease, color 0.18s ease;
}
.weekend-link:hover,
.weekend-link:active {
  color: var(--sage);
  border-bottom-color: var(--sage-soft);
}

/* Events table — calendar windows */
#weekend-events {
  margin: 0 20px 22px;
  padding: 6px 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
}
.weekend-event-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  grid-template-areas:
    "window name"
    "impact impact";
  gap: 4px 14px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line-soft);
}
.weekend-event-row:last-child { border-bottom: none; }
.weekend-event-window {
  grid-area: window;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0;
  font-weight: 500;
  align-self: center;
}
.weekend-event-name {
  grid-area: name;
  font-family: var(--display);
  font-size: 15px;
  color: var(--ink);
  margin: 0;
  line-height: 1.3;
  font-weight: 500;
}
.weekend-event-impact {
  grid-area: impact;
  font-size: 12px;
  color: var(--ink-mute);
  margin: 2px 0 0;
  line-height: 1.4;
  font-style: italic;
}

/* Share card — Booked-tier only */
.weekend-share {
  margin: 14px 20px 30px;
  padding: 22px 20px 20px;
  background: linear-gradient(155deg, #F4F0E5 0%, #FBF7EE 60%, #FFFFFF 100%);
  border: 1px solid rgba(122, 139, 111, 0.28);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
}
.weekend-share .card-label {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0 0 8px;
  font-weight: 500;
}
.weekend-share .card-body {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--ink);
  margin: 0 0 14px;
}
.weekend-share .primary-btn {
  display: inline-block;
}

/* ════════════════════════════════════════════════════════════════
   THE TABLE — catering menus, stage-aware
   ════════════════════════════════════════════════════════════════ */
.table-hero {
  margin: 0 20px 22px;
  padding: 24px 22px 22px;
  background: linear-gradient(155deg, #FBF7EE 0%, #F9F4E7 55%, #FFFFFF 100%);
  border: 1px solid rgba(184, 155, 94, 0.22);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
}
.table-hero .card-label {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 10px;
  font-weight: 500;
}
.table-hero .card-body {
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink);
  margin: 0 0 12px;
}
.table-fine {
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--ink-mute);
  margin: 12px 0 0;
  letter-spacing: 0.01em;
}

/* Chef Lee opener */
.chef-card {
  margin: 0 20px 22px;
  padding: 26px 22px 22px;
  background: linear-gradient(165deg, #F2F4EC 0%, #F8F6EE 55%, #FFFFFF 100%);
  border: 1px solid rgba(122, 139, 111, 0.30);
  border-radius: var(--r-lg);
  box-shadow: 0 4px 18px rgba(92, 110, 84, 0.08);
  text-align: center;
}
.chef-portrait {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(122, 139, 111, 0.35);
  color: var(--sage-deep);
  box-shadow: 0 2px 8px rgba(92, 110, 84, 0.10);
}
.chef-portrait--photo {
  width: 132px;
  height: 132px;
  overflow: hidden;
  padding: 0;
  border: 2px solid rgba(122, 139, 111, 0.45);
  box-shadow: 0 6px 22px rgba(92, 110, 84, 0.18);
}
.chef-portrait--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
  display: block;
  border-radius: 50%;
}
.chef-kicker {
  font-size: 10.5px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0 0 6px;
  font-weight: 500;
}
.chef-name {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 14px;
  letter-spacing: -0.005em;
  line-height: 1.25;
}
.chef-body {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--ink);
  margin: 0 auto 14px;
  max-width: 540px;
  text-align: left;
}
.chef-quote {
  font-family: var(--display);
  font-size: 15.5px;
  line-height: 1.55;
  font-style: italic;
  color: var(--ink);
  margin: 0 auto 18px;
  padding: 12px 18px;
  max-width: 520px;
  border-top: 1px solid rgba(122, 139, 111, 0.30);
  border-bottom: 1px solid rgba(122, 139, 111, 0.30);
}
.chef-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 380px;
  margin: 0 auto 16px;
}
.chef-contact-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.chef-contact-row:hover {
  border-color: rgba(122, 139, 111, 0.45);
  box-shadow: 0 2px 8px rgba(92, 110, 84, 0.06);
}
.chef-contact-label {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
}
.chef-contact-value {
  font-size: 13.5px;
  color: var(--ink);
  font-weight: 500;
}
.chef-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}
.chef-cta-row .primary-btn {
  display: inline-block;
  text-decoration: none;
}

/* Stage gate card */
.table-gate {
  margin: 0 20px 22px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--sage);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
}
.table-gate-kicker {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0 0 6px;
  font-weight: 500;
}
.table-gate-body {
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink);
  margin: 0;
}

/* Banquets & Bouquets tier rows */
.table-bundle-card {
  margin: 0 20px 14px;
}
#table-bb-tiers {
  margin: 0 20px 6px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.table-tier-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line-soft);
}
.table-tier-row:last-child { border-bottom: none; }
.table-tier-row--primary {
  background: linear-gradient(135deg, #F2F4EC 0%, #FBF7EE 100%);
}
.table-tier-row--primary .table-tier-name { color: var(--sage-deep); }
.table-tier-name {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1.3;
}
.table-tier-prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.table-tier-price {
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.01em;
}
.table-tier-over {
  font-size: 11.5px;
  color: var(--ink-mute);
  font-style: italic;
}

/* Wildflower Buffet ceiling */
.table-ceiling-card {
  margin: 0 20px 22px;
}
.table-ceiling-price {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 500;
  color: var(--sage-deep);
  margin: 0 0 10px;
  letter-spacing: -0.005em;
}

/* Chapters — collapsible */
.table-chapters {
  margin: 0 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.table-chapter {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.table-chapter[open] {
  border-color: rgba(122, 139, 111, 0.30);
}
.table-chapter-summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background 0.18s ease;
}
.table-chapter-summary::-webkit-details-marker { display: none; }
.table-chapter-summary:hover {
  background: #FBF9F3;
}
.table-chapter-num {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.10em;
}
.table-chapter-titles {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.table-chapter-name {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1.25;
}
.table-chapter-sub {
  font-size: 12.5px;
  color: var(--ink-mute);
  line-height: 1.4;
}
.table-chapter-caret {
  font-family: var(--display);
  font-size: 22px;
  color: var(--sage-deep);
  width: 26px;
  text-align: center;
  transition: transform 0.2s ease;
}
.table-chapter[open] .table-chapter-caret {
  transform: rotate(45deg);
}
.table-chapter-body {
  padding: 4px 18px 20px;
  border-top: 1px solid var(--line-soft);
}
.table-chapter-desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--ink);
  margin: 14px 0 12px;
}
.table-chapter-anchor {
  margin: 0 0 16px;
  padding: 10px 14px;
  background: #FBF7EE;
  border-left: 2px solid var(--gold);
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink);
}
.table-chapter-anchor--booked {
  background: #F2F4EC;
  border-left-color: var(--sage);
}
.table-chapter-anchor-kicker {
  display: block;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 4px;
  font-weight: 500;
}

/* Sample menus */
.table-samples-label {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin: 4px 0 10px;
  font-weight: 500;
}
.table-samples-locked {
  margin: 0;
  padding: 12px 14px;
  background: #FBF9F3;
  border: 1px dashed var(--line);
  border-radius: var(--r-md);
  font-size: 12.5px;
  font-style: italic;
  color: var(--ink-mute);
  text-align: center;
}
.table-samples {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.table-sample {
  padding: 14px 16px 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}
.table-sample--primary {
  background: linear-gradient(155deg, #F2F4EC 0%, #FBF7EE 60%, #FFFFFF 100%);
  border-color: rgba(122, 139, 111, 0.30);
  box-shadow: 0 2px 10px rgba(92, 110, 84, 0.06);
}
.table-sample-tag {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin: 0 0 4px;
  font-weight: 500;
}
.table-sample--primary .table-sample-tag { color: var(--sage-deep); }
.table-sample-name {
  font-family: var(--display);
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 6px;
  letter-spacing: -0.005em;
  line-height: 1.25;
}
.table-sample--primary .table-sample-name { color: var(--sage-deep); }
.table-sample-price {
  font-size: 12.5px;
  color: var(--ink-soft);
  margin: 0 0 10px;
  font-style: italic;
  letter-spacing: 0.01em;
}
.table-sample-lines {
  margin: 8px 0 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.table-sample-line {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  align-items: baseline;
  font-size: 13px;
  line-height: 1.5;
}
.table-sample-line dt {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 500;
  margin: 2px 0 0;
}
.table-sample-line dd {
  margin: 0;
  color: var(--ink);
}
.table-sample-pair {
  margin: 8px 0 0;
  padding-top: 8px;
  border-top: 1px solid var(--line-soft);
  font-size: 12.5px;
  font-style: italic;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* Items (Bar & Dessert) */
.table-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.table-item {
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}
.table-item--primary {
  background: linear-gradient(155deg, #F2F4EC 0%, #FBF7EE 100%);
  border-color: rgba(122, 139, 111, 0.30);
}
.table-item-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 4px;
}
.table-item-name {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.005em;
  line-height: 1.3;
}
.table-item-price {
  font-size: 13px;
  color: var(--ink);
  font-weight: 500;
  white-space: nowrap;
}
.table-item-body {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
}
.table-extras {
  margin: 14px 0 0;
  padding-left: 18px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.table-extras li {
  position: relative;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.table-extras li::before {
  content: '·';
  position: absolute;
  left: -14px;
  color: var(--gold);
  font-weight: 700;
}

/* Closing CTA card */
.table-close-card {
  margin: 4px 20px 30px;
  padding: 22px 20px 20px;
  background: linear-gradient(155deg, #F4F0E5 0%, #FBF7EE 60%, #FFFFFF 100%);
  border: 1px solid rgba(122, 139, 111, 0.28);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  text-align: center;
}
.table-close-card .card-label {
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0 0 6px;
  font-weight: 500;
}
.table-close-title {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 8px;
  letter-spacing: -0.005em;
  line-height: 1.25;
}
.table-close-card .card-body {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--ink);
  margin: 0 auto 14px;
  max-width: 480px;
}
.table-close-card .primary-btn {
  display: inline-block;
  text-decoration: none;
}


/* ═══════════════════════════════════════════════════════════════
   ENGAGEMENT — Lead-stage card + Booked photo upload card
   ═══════════════════════════════════════════════════════════════ */

.engagement-card {
  margin: 18px 20px 22px;
  padding: 22px 20px 20px;
  background: var(--cream-soft);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  position: relative;
  overflow: hidden;
}
.engagement-card::after {
  content: '';
  position: absolute;
  top: -20px; right: -30px;
  width: 160px; height: 160px;
  background-image: url('brand/ButterflyBouquet_Green.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 0.32;
  pointer-events: none;
  transform: rotate(8deg);
  mix-blend-mode: multiply;
}
.engagement-card-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--sage-deep);
  margin: 0 0 6px;
  font-weight: 500;
}
.engagement-card-title {
  font-family: var(--display);
  font-size: 26px;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 8px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  max-width: 80%;
}
.engagement-card-body {
  color: var(--ink-soft);
  margin: 0 0 14px;
  max-width: 88%;
  position: relative;
  z-index: 1;
}
.engagement-card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.eng-upload {
  margin: 16px 20px 22px;
  padding: 18px 18px;
  background: #FFFFFF;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  display: flex;
  gap: 14px;
  align-items: center;
}
.eng-upload-thumb {
  width: 72px; height: 72px;
  border-radius: 12px;
  background: var(--cream-deep);
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: var(--sage-deep);
}
.eng-upload-body { flex: 1; min-width: 0; }
.eng-upload-kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--sage-deep);
  margin: 0 0 4px;
}
.eng-upload-title {
  font-family: var(--display);
  font-size: 19px;
  margin: 0 0 4px;
  color: var(--ink);
  font-weight: 500;
}
.eng-upload-sub {
  font-size: 13px;
  color: var(--ink-soft);
  margin: 0 0 10px;
}
.eng-upload-btn {
  display: inline-block;
  padding: 8px 14px;
  border: 1px solid var(--sage);
  background: transparent;
  color: var(--sage-deep);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.02em;
}
.eng-upload-btn:hover { background: var(--sage); color: #FFF; }

.eng-partner-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 14px;
}
.eng-partner-label {
  font-family: var(--display);
  font-style: italic;
  font-size: 13px;
  color: var(--ink-mute);
  letter-spacing: 0.04em;
}
.eng-partner-field input {
  font-family: var(--display);
  font-size: 16px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255,255,255,0.7);
  color: var(--ink);
  outline: none;
  max-width: 240px;
}
.eng-partner-field input:focus {
  border-color: var(--sage);
  background: #FFF;
}

/* ═══════════════════════════════════════════════════════════════
   SUITE DISPLAY — kiosk mode (?display=suite)
   ═══════════════════════════════════════════════════════════════ */

body.suite-mode {
  background: #1A1A17;
  overflow: hidden;
}
body.suite-mode .app-header,
body.suite-mode .tabbar,
body.suite-mode .float-book,
body.suite-mode .stage-switcher,
body.suite-mode .splash { display: none !important; }
body.suite-mode .app { padding: 0 !important; }
body.suite-mode .views { padding: 0 !important; margin: 0 !important; }
body.suite-mode .view { display: none !important; }
body.suite-mode .view[data-view="suite"] { display: block !important; }

.suite-stage {
  position: fixed;
  inset: 0;
  background: var(--cream);
  color: var(--ink);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
/* Watermark visible only when the welcome panel is the active one */
.suite-stage .suite-bg { opacity: 0; transition: opacity 600ms ease; }
.suite-stage:has(.suite-panel[data-panel="welcome"].active) .suite-bg { opacity: 0.08; }

/* Faded floral-butterfly background — soft monogram watermark only on welcome panel */
.suite-bg {
  position: absolute;
  inset: 0;
  background-image: url('brand/wf-monogram-white-transparent.png');
  background-repeat: no-repeat;
  background-position: 92% 92%;
  background-size: 22vmin;
  opacity: 0.10;
  pointer-events: none;
  z-index: 0;
}

/* Footer monogram */
.suite-footer {
  position: absolute;
  bottom: 28px; left: 0; right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  z-index: 3;
  color: var(--ink-mute);
}
.suite-footer img {
  width: 38px; height: 38px;
  opacity: 0.55;
}
.suite-footer-text {
  font-family: var(--display);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--ink-mute);
}

/* Dot indicator — moved to bottom-center, above footer monogram, never overlaps content */
.suite-dots {
  position: absolute;
  bottom: 88px; left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}
.suite-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--ink-mute);
  opacity: 0.28;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.suite-dot.active {
  opacity: 0.85;
  transform: scale(1.4);
  background: var(--sage-deep);
}

/* Panel container */
.suite-panels {
  position: relative;
  flex: 1;
  z-index: 1;
}
.suite-panel {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* top padding lifts content to upper-center; bottom padding leaves room for dots (~88px) + footer (~28px) */
  padding: 96px 96px 160px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 800ms ease, visibility 800ms ease;
  pointer-events: none;
}
.suite-panel[data-panel="welcome"] { padding-top: 88px; }
.suite-panel[data-panel="coffee"],
.suite-panel[data-panel="champagne"] { padding-top: 110px; }
.suite-panel[data-panel="tips"] { padding-top: 88px; }
/* Timeline panel needs alignment to start near top for long lists */
.suite-panel[data-panel="timeline"] { align-items: flex-start; padding-top: 56px; }
.suite-panel[data-panel="timeline"] .suite-timeline-list { gap: 10px; }
.suite-panel[data-panel="timeline"] .suite-tl-item { padding: 8px 24px; }
.suite-panel.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

/* Butterfly transition overlay */
.suite-transition {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  pointer-events: none;
  transition: opacity 400ms ease, visibility 400ms ease;
}
.suite-transition.show { opacity: 0.32; visibility: visible; }
.suite-transition img {
  width: 56vmin;
  max-width: 700px;
  filter: drop-shadow(0 8px 30px rgba(60, 50, 30, 0.18));
}

/* ── Panel: Welcome ────────────────────────── */
.suite-welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 980px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.suite-welcome-logo {
  display: block;
  width: clamp(280px, 38vw, 460px);
  height: auto;
  margin: 0 auto 36px;
}
.suite-welcome-body { text-align: center; }

/* Optional engagement-photo watermark behind welcome content */
.suite-photo-watermark {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.suite-photo-watermark[style] { opacity: 0.16; }
.suite-photo-watermark::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(248, 244, 236, 0.45), rgba(248, 244, 236, 0.85));
}

.suite-kicker {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: var(--sage-deep);
  margin: 0 0 24px;
  font-weight: 500;
}
.suite-tips .suite-kicker { margin-bottom: 18px; }
.suite-welcome-script {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.1;
  color: var(--ink);
  margin: 0 0 6px;
  font-weight: 400;
  letter-spacing: 0;
}
.suite-welcome-name {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(64px, 8vw, 120px);
  line-height: 0.98;
  color: var(--sage-deep);
  margin: 0 0 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.suite-welcome-meta {
  font-family: var(--display);
  font-style: italic;
  font-size: 22px;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
  margin: 0;
}

/* ── Panel: Timeline ──────────────────────────── */
.suite-timeline {
  max-width: 1100px;
  width: 100%;
  text-align: center;
}
.suite-timeline-head {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(36px, 4.2vw, 60px);
  line-height: 1;
  color: var(--ink);
  margin: 0 0 32px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.suite-timeline-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.suite-tl-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 36px;
  align-items: baseline;
  text-align: left;
  padding: 14px 28px;
  border-radius: 12px;
  transition: background 300ms ease, transform 300ms ease;
}
.suite-tl-item.current {
  background: rgba(122, 139, 111, 0.08);
}
.suite-tl-time {
  font-family: var(--display);
  font-size: 30px;
  font-weight: 500;
  color: var(--sage-deep);
  letter-spacing: 0.02em;
  text-align: right;
}
.suite-tl-item.current .suite-tl-time { color: var(--sage); }
.suite-tl-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.suite-tl-title {
  font-family: var(--display);
  font-size: 26px;
  color: var(--ink);
  margin: 0;
  font-weight: 500;
}
.suite-tl-desc {
  font-size: 16px;
  color: var(--ink-soft);
  margin: 0;
  font-style: italic;
  letter-spacing: 0.01em;
}

/* ── Panel: Coffee + Champagne (Service panels) ─── */
/* Oversized whisper-faint butterfly bouquet behind the copy */
.suite-service-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}
.suite-service-bg img {
  width: 168vmin;
  max-width: 1960px;
  height: auto;
  opacity: 0.18;
}
/* Timeline panel: same butterfly watermark, positioned so it doesn't fight the list */
.suite-timeline-bg { display: flex; align-items: center; justify-content: center; }
.suite-timeline-bg img { width: 168vmin; max-width: 1960px; opacity: 0.14; }
.suite-service {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 720px;
  width: 100%;
}
.suite-service-body { text-align: center; max-width: 640px; }

.suite-qr {
  display: inline-block;
  margin: 44px auto 0;
  background: #FFF;
  padding: 16px;
  border-radius: 10px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
}
.suite-qr img { width: 182px; height: 182px; display: block; }
.suite-qr-label {
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-mute);
  margin-top: 8px;
}
.suite-service-head {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 1;
  color: var(--ink);
  margin: 0 0 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.suite-service-pitch {
  font-family: var(--display);
  font-style: italic;
  font-size: 26px;
  line-height: 1.4;
  color: var(--ink-soft);
  margin: 0 auto 28px;
  max-width: 600px;
}
.suite-service-call {
  display: inline-block;
  padding: 14px 24px;
  border: 1.5px solid var(--ink);
  background: transparent;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--ink);
}
.suite-service-call strong {
  font-weight: 500;
  letter-spacing: 0.06em;
}
.suite-service-fine {
  margin: 18px auto 0;
  font-size: 15px;
  color: var(--ink-mute);
  font-style: italic;
  letter-spacing: 0.02em;
  max-width: 560px;
}

/* ── Panel: Suite Life Tips (3-column) ─────────── */
.suite-tips {
  max-width: 1280px;
  width: 100%;
  text-align: center;
}
.suite-tips-head {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(36px, 4.2vw, 60px);
  line-height: 1;
  color: var(--ink);
  margin: 0 0 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.suite-tips-sub {
  font-family: var(--display);
  font-style: italic;
  font-size: 18px;
  color: var(--ink-soft);
  letter-spacing: 0.06em;
  margin: 0 0 44px;
}
.suite-tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  text-align: center;
}
.suite-tips-col {
  position: relative;
  padding: 28px 12px 0;
  text-align: center;
}
.suite-tips-col::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 1px;
  background: var(--sage);
}
.suite-tips-kicker {
  font-family: var(--display);
  font-style: italic;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--sage-deep);
  margin: 0 0 22px;
  font-weight: 500;
  text-align: center;
}
.suite-tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
.suite-tips-list li {
  font-family: var(--display);
  font-size: 21px;
  line-height: 1.4;
  color: var(--ink);
  text-align: center;
}
.suite-tips-list li em {
  font-style: italic;
  color: var(--ink-soft);
  font-size: 16px;
  display: block;
  margin-top: 4px;
  letter-spacing: 0.01em;
  text-align: center;
}

/* ── Panel: Celebrating (engagement photo hero) ─── */
.suite-panel[data-panel="celebrating"] {
  padding: 0 !important;
  align-items: stretch !important;
  justify-content: stretch !important;
}
.suite-celebrating-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ECE6D9;
  z-index: 0;
}
.suite-celebrating-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.55) 100%);
  z-index: 1;
  pointer-events: none;
}
.suite-celebrating-text {
  position: absolute;
  left: 0; right: 0;
  bottom: 180px;
  z-index: 2;
  text-align: center;
  padding: 0 32px;
  color: #FFF;
  text-shadow: 0 2px 24px rgba(0,0,0,0.5);
}
.suite-celebrating-kicker {
  font-family: var(--display);
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.92;
  margin: 0 0 10px;
  font-weight: 400;
}
.suite-celebrating-head {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(72px, 9vw, 132px);
  line-height: 0.95;
  margin: 0 0 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.suite-celebrating-names {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.01em;
}
/* Empty state — when no engagement photo has been uploaded */
.suite-celebrating-empty {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 420px;
  text-align: center;
  color: var(--ink-mute);
  padding: 32px;
}
.suite-celebrating-empty p {
  font-family: var(--display);
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
  margin: 16px 0 0;
}
/* When no photo, suppress overlay AND hide the bottom Celebrating text — only the empty-state shows */
.suite-panel[data-panel="celebrating"].no-photo .suite-celebrating-overlay { opacity: 0; }
.suite-panel[data-panel="celebrating"].no-photo .suite-celebrating-text { display: none; }
.suite-panel[data-panel="celebrating"].no-photo .suite-celebrating-photo { display: none; }

/* Welcome intro paragraph — instructions for using the iPad */
.suite-welcome-intro {
  font-family: var(--display);
  font-style: italic;
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 8px auto 0;
  max-width: 580px;
  letter-spacing: 0.01em;
}
.suite-welcome-intro strong {
  color: var(--sage-deep);
  font-weight: 500;
  font-style: italic;
}
.suite-welcome-script { text-transform: none; }

/* Responsive: iPad portrait (~768–1100px wide) */
@media (max-width: 1100px) {
  .suite-panel { padding: 64px 56px 140px; }
  .suite-panel[data-panel="welcome"] { padding-top: 56px; }
  .suite-panel[data-panel="coffee"],
  .suite-panel[data-panel="champagne"] { padding-top: 80px; }
  .suite-panel[data-panel="timeline"] { padding-top: 40px; }
  .suite-panel[data-panel="tips"] { padding-top: 56px; }

  .suite-welcome { max-width: 640px; }
  .suite-welcome-logo { width: clamp(260px, 56vw, 380px); margin-bottom: 28px; }
  .suite-kicker { margin-bottom: 24px; font-size: 12px; letter-spacing: 0.28em; }
  .suite-welcome-script { font-size: clamp(28px, 4.4vw, 38px); margin-bottom: 6px; }
  .suite-welcome-name { font-size: clamp(56px, 8.5vw, 78px); margin-bottom: 16px; }
  .suite-welcome-meta { font-size: 18px; }

  .suite-service { max-width: 600px; }
  .suite-service-bg img { width: 130vmin; max-width: 1100px; opacity: 0.18; }
  .suite-service-head { font-size: clamp(38px, 6.2vw, 56px); margin-bottom: 18px; }
  .suite-service-pitch { margin: 0 auto 22px; font-size: 19px; max-width: 520px; }
  .suite-service-call { font-size: 18px; padding: 12px 20px; }
  .suite-service-fine { margin: 14px auto 0; font-size: 13px; max-width: 480px; }
  .suite-qr { margin: 36px auto 0; padding: 14px; }
  .suite-qr img { width: 156px; height: 156px; }

  .suite-tips-grid { grid-template-columns: 1fr; gap: 32px; max-width: 560px; margin: 0 auto; }
  .suite-tips-col { padding: 22px 8px 0; }
  .suite-tips-kicker { font-size: 26px; margin-bottom: 16px; }
  .suite-tips-list { gap: 14px; }
  .suite-tips-list li { font-size: 19px; }
  .suite-tips-list li em { font-size: 15px; }

  .suite-welcome-intro { font-size: 16px; max-width: 520px; line-height: 1.55; margin-top: 6px; }
  .suite-celebrating-text { bottom: 160px; }
  .suite-celebrating-head { font-size: clamp(64px, 11vw, 96px); }
  .suite-celebrating-names { font-size: clamp(28px, 5vw, 40px); }
  .suite-celebrating-kicker { font-size: 16px; letter-spacing: 0.18em; }

  .suite-timeline { max-width: 720px; }
  .suite-tl-item { grid-template-columns: 110px 1fr; gap: 20px; padding: 8px 16px; }
  .suite-tl-time { font-size: 20px; }
  .suite-tl-title { font-size: 19px; }
  .suite-tl-desc { font-size: 14px; }

  /* footer + dots: more breathing room on iPad */
  .suite-dots { bottom: 60px; }
  .suite-footer { bottom: 18px; }
  .suite-footer img { width: 28px; height: 28px; }
  .suite-footer-text { font-size: 12px; }
}

/* iPad portrait specifically — even tighter type if narrower */
@media (max-width: 820px) {
  .suite-panel { padding: 40px 36px 130px; }
  .suite-tl-item { grid-template-columns: 92px 1fr; gap: 14px; padding: 6px 10px; }
  .suite-tl-time { font-size: 17px; text-align: right; }
  .suite-tl-title { font-size: 17px; }
  .suite-tl-desc { font-size: 13px; }
}

/* ════════════════════════════════════════════════════════════════ */
/* Bridal Suite Display launcher (home view tile)                   */
/* ════════════════════════════════════════════════════════════════ */
.suite-launcher {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 14px;
  align-items: center;
  width: 100%;
  text-align: left;
  background: linear-gradient(180deg, #faf6ef 0%, #f3ede1 100%);
  border: 1px solid rgba(74, 90, 64, 0.18);
  border-radius: 14px;
  padding: 18px 18px 18px 16px;
  margin: 0 0 18px;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  font-family: inherit;
  color: var(--ink);
}
.suite-launcher:hover,
.suite-launcher:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(74, 90, 64, 0.10);
  border-color: rgba(74, 90, 64, 0.32);
}
.suite-launcher-mark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #4a5a40;
  color: #faf6ef;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}
.suite-launcher-kicker {
  font-family: var(--display);
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  text-transform: uppercase;
  margin: 0 0 2px;
}
.suite-launcher-title {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}
.suite-launcher-sub {
  font-family: var(--display);
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--ink-soft);
  margin: 0;
}
.suite-launcher-arrow {
  font-family: var(--display);
  font-size: 22px;
  color: var(--ink-soft);
  padding-right: 4px;
}


/* ═══════════════════════════════════════════════════════════════
   V22 — Boutique categories, bundles, registry uses, beyond
   pricing, home bundles, suite countdown + carousel
   ═══════════════════════════════════════════════════════════════ */

/* ── Registry "what it can be used for" ── */
.registry-uses {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0 20px 22px;
}
@media (min-width: 720px) { .registry-uses { grid-template-columns: 1fr 1fr; } }
.registry-use {
  display: flex;
  gap: 14px;
  padding: 16px 18px;
  background: var(--cream-soft);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}
.registry-use-num {
  font-family: var(--display);
  font-size: 18px;
  color: var(--sage-deep);
  font-weight: 500;
  flex-shrink: 0;
}
.registry-use-title {
  font-family: var(--display);
  font-size: 17px;
  line-height: 1.25;
  color: var(--ink);
  margin: 0 0 4px;
  font-weight: 500;
}
.registry-use-sub {
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--ink-soft);
  margin: 0;
}

/* ── Beyond / After-the-wedding — Society pricing tiers ── */
.beyond-pricing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 14px 0 14px;
  padding: 16px;
  background: var(--cream-soft);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}
@media (min-width: 600px) { .beyond-pricing { grid-template-columns: 1fr 1fr 1fr; gap: 12px; } }
.beyond-tier {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
}
.beyond-tier--founding {
  background: var(--sage-soft, #e8efe3);
  border-color: var(--sage-deep);
}
.beyond-tier-label {
  font-size: 11.5px;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
}
.beyond-tier-price {
  font-family: var(--display);
  font-size: 18px;
  color: var(--ink);
  font-weight: 500;
  margin: 0;
}

/* ── Home boutique discovery card ── */
.boutique-discover {
  margin: 18px 20px 22px;
  padding: 20px 18px 16px;
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-soft) 100%);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  position: relative;
  overflow: hidden;
}
.boutique-discover::after {
  content: '';
  position: absolute;
  top: -30px;
  right: -40px;
  width: 180px;
  height: 180px;
  background-image: url('brand/ButterflyBouquet_Pink.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 0.22;
  pointer-events: none;
  transform: rotate(-8deg);
  mix-blend-mode: multiply;
}
.boutique-discover-head { position: relative; z-index: 1; max-width: 80%; }
.boutique-discover-kicker {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0 0 6px;
  font-weight: 500;
}
.boutique-discover-title {
  font-family: var(--display);
  font-size: 24px;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 10px;
  font-weight: 500;
}
.boutique-discover-body {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 14px;
}
.boutique-discover-bundles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin: 14px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 560px) { .boutique-discover-bundles { grid-template-columns: 1fr; } }
.home-bundle {
  text-align: left;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 12px 12px 14px;
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.home-bundle:hover { transform: translateY(-2px); border-color: var(--sage-deep); }
.home-bundle-sized {
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0 0 4px;
}
.home-bundle-name {
  font-family: var(--display);
  font-size: 15px;
  color: var(--ink);
  margin: 0 0 6px;
  line-height: 1.2;
  font-weight: 500;
}
.home-bundle-price { margin: 0; font-size: 13.5px; }
.home-bundle-now { color: var(--ink); font-weight: 500; }
.home-bundle-strike { color: var(--ink-soft); text-decoration: line-through; margin-left: 6px; font-size: 12px; }
.boutique-discover-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/* ── Boutique categories ── */
.boutique-cats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 20px 22px;
}
@media (max-width: 560px) { .boutique-cats { grid-template-columns: 1fr; } }
.boutique-cat {
  text-align: left;
  padding: 16px 16px 14px;
  background: var(--cream-soft);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.boutique-cat:hover { transform: translateY(-2px); border-color: var(--sage-deep); }
.boutique-cat-tag {
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0 0 6px;
  font-weight: 500;
}
.boutique-cat-name {
  font-family: var(--display);
  font-size: 18px;
  color: var(--ink);
  margin: 0 0 8px;
  line-height: 1.2;
  font-weight: 500;
}
.boutique-cat-sub {
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--ink-soft);
  margin: 0 0 10px;
}
.boutique-cat-arrow {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--sage-deep);
  font-weight: 500;
}

.boutique-cat-detail {
  margin: 0 20px 22px;
  padding: 18px;
  background: var(--cream);
  border: 1px solid var(--sage-deep);
  border-radius: var(--r-lg);
}
.boutique-cat-detail-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}
.boutique-cat-detail-name {
  font-family: var(--display);
  font-size: 22px;
  color: var(--ink);
  margin: 0 0 6px;
  font-weight: 500;
  line-height: 1.15;
}
.boutique-cat-close {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  flex-shrink: 0;
}
.boutique-cat-close:hover { color: var(--ink); border-color: var(--ink); }

/* ── Boutique bundles ── */
.boutique-bundles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 0 20px 22px;
}
@media (min-width: 720px) { .boutique-bundles { grid-template-columns: 1fr 1fr; } }
.bundle-card {
  padding: 20px 20px 18px;
  background: var(--cream-soft);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bundle-card--primary {
  background: var(--cream);
  border: 1.5px solid var(--sage-deep);
  box-shadow: 0 4px 16px -8px rgba(0,0,0,0.08);
}
.bundle-sized {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0;
  font-weight: 500;
}
.bundle-name {
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.15;
  color: var(--ink);
  margin: 0;
  font-weight: 500;
}
.bundle-price { margin: 0; }
.bundle-price-now {
  font-family: var(--display);
  font-size: 24px;
  color: var(--ink);
  font-weight: 500;
}
.bundle-price-strike {
  color: var(--ink-soft);
  text-decoration: line-through;
  margin-left: 8px;
  font-size: 15px;
}
.bundle-list {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bundle-list li {
  font-size: 13.5px;
  color: var(--ink);
  line-height: 1.4;
  padding-left: 14px;
  position: relative;
}
.bundle-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sage-deep);
}
.bundle-note {
  font-size: 12.5px;
  font-style: italic;
  color: var(--ink-soft);
  margin: 4px 0 0;
  line-height: 1.45;
}

.boutique-close {
  margin: 0 20px 24px;
  text-align: left;
}

/* ── Suite Display: ceremony countdown ribbon ── */
.suite-countdown {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(120, 130, 110, 0.22);
  border-radius: 999px;
  z-index: 50;
  box-shadow: 0 4px 16px -8px rgba(0,0,0,0.18);
  pointer-events: none;
}
.suite-countdown-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-deep);
  font-weight: 500;
}
.suite-countdown-time {
  font-family: var(--display);
  font-size: 17px;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.suite-countdown--now { background: var(--sage-deep); border-color: var(--sage-deep); }
.suite-countdown--now .suite-countdown-label,
.suite-countdown--now .suite-countdown-time { color: #fff; }

/* Hide countdown on the welcome panel (welcome already shows the date) */
.suite-stage:has(.suite-panel[data-panel="welcome"].active) .suite-countdown { opacity: 0.55; }

/* ── Suite Display: 7th panel — boutique carousel ── */
.suite-panel[data-panel="boutique"] {
  padding-top: 96px;
  align-items: center;
}
.suite-boutique {
  width: 100%;
  max-width: 720px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.suite-boutique-head {
  font-family: var(--display);
  font-size: 44px;
  line-height: 1.05;
  color: var(--ink);
  margin: 6px 0 4px;
  font-weight: 500;
}
.suite-boutique-sub {
  font-size: 15px;
  color: var(--ink-soft);
  max-width: 520px;
  margin: 0 0 10px;
  line-height: 1.5;
}
.suite-boutique-carousel {
  position: relative;
  width: 100%;
  min-height: 180px;
  max-width: 560px;
}
.suite-boutique-card {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 28px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  pointer-events: none;
}
.suite-boutique-card.active {
  opacity: 1;
  transform: translateY(0);
}
.suite-boutique-cat {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0;
  font-weight: 500;
}
.suite-boutique-name {
  font-family: var(--display);
  font-size: 26px;
  color: var(--ink);
  margin: 4px 0 2px;
  font-weight: 500;
  line-height: 1.15;
}
.suite-boutique-card-sub {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0;
  text-align: center;
  max-width: 380px;
}
.suite-boutique-card-price {
  font-family: var(--display);
  font-size: 22px;
  color: var(--ink);
  margin: 6px 0 0;
  font-weight: 500;
}
.suite-boutique-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 18px;
  flex-wrap: wrap;
}
.suite-qr--small img { width: 120px; height: 120px; }
.suite-boutique-call {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.suite-boutique-call-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0;
}
.suite-boutique-call-num {
  font-family: var(--display);
  font-size: 24px;
  color: var(--ink);
  margin: 0;
  font-weight: 500;
}
.suite-boutique-call-fine {
  font-size: 12px;
  color: var(--ink-soft);
  margin: 0;
  font-style: italic;
}

/* ─────────────── Empty state cards (Payments / Documents) ─────────────── */
.empty-state-card {
  margin: 20px;
  padding: 28px 24px;
  background: linear-gradient(165deg, #F8F6EE 0%, #F2F4EC 100%);
  border: 1px solid rgba(122, 139, 111, 0.30);
  border-radius: var(--r-lg);
  box-shadow: 0 4px 18px rgba(92, 110, 84, 0.06);
  text-align: center;
}
.empty-state-title {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-size: 22px;
  font-weight: 500;
  color: var(--sage-deep, #4a5e3f);
  margin: 0 0 10px;
  letter-spacing: 0.01em;
}
.empty-state-body {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink, #2b2b2b);
  opacity: 0.78;
  margin: 0 auto 14px;
  max-width: 420px;
}
.empty-state-meta {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sage-deep, #4a5e3f);
  margin: 0;
}
.empty-state-meta a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

/* ──────────────────────────────────────────────────────────────
   Property Map Card (home view — all four stages)
   ────────────────────────────────────────────────────────────── */
.map-card {
  margin: 22px 0 28px;
  padding: 0;
  background: var(--cream, #faf6ef);
  border: 1px solid var(--bone, #e6dcc9);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(58, 50, 38, 0.04), 0 8px 24px -16px rgba(58, 50, 38, 0.16);
}
.map-card-head {
  padding: 18px 22px 14px;
  border-bottom: 1px solid var(--bone, #e6dcc9);
  background: linear-gradient(180deg, #fffdf8 0%, var(--cream, #faf6ef) 100%);
}
.map-card-head .card-label {
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bronze, #8a7e6e);
  margin: 0 0 6px;
  font-weight: 500;
}
.map-card-title {
  font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--ink, #2a2622);
  margin: 0 0 4px;
  line-height: 1.2;
}
.map-card-sub {
  font-size: 12.5px;
  color: var(--bronze, #8a7e6e);
  margin: 0;
  letter-spacing: 0.04em;
}
.map-card-image {
  display: block;
  width: 100%;
  border: 0;
  background: #f4ecdc;
  cursor: zoom-in;
  position: relative;
  padding: 0;
  transition: filter 0.25s ease;
}
.map-card-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.map-card-image:hover { filter: brightness(0.97); }
.map-card-image:focus-visible { outline: 2px solid var(--gold, #b89968); outline-offset: -4px; }
.map-card-zoom {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(42, 38, 34, 0.78);
  color: #f5efe4;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  transition: background 0.2s ease, transform 0.2s ease;
}
.map-card-image:hover .map-card-zoom {
  background: rgba(42, 38, 34, 0.92);
  transform: scale(1.06);
}

/* Lightbox */
.map-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(20, 18, 15, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: mapFadeIn 0.22s ease;
}
.map-lightbox[hidden] { display: none; }
.map-lightbox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.map-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(245, 239, 228, 0.94);
  color: var(--ink, #2a2622);
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.18s ease, background 0.18s ease;
}
.map-lightbox-close:hover { background: #fff; transform: scale(1.05); }
@keyframes mapFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 560px) {
  .map-card-head { padding: 14px 16px 12px; }
  .map-card-title { font-size: 19px; }
  .map-card-zoom { width: 32px; height: 32px; bottom: 10px; right: 10px; }
}

/* ════════════════════════════════════════════════════════════════
   GARDENS THROUGH THE YEAR
   ════════════════════════════════════════════════════════════════ */
.gardens-loading {
  padding: 40px 4px;
  color: var(--ink-mute, #8A877E);
  font-style: italic;
  text-align: center;
}
.gardens-featured {
  margin: 8px 0 28px;
}
.gardens-expand-wrap {
  display: flex;
  justify-content: center;
  margin: 12px 0 28px;
}
.gardens-all {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.garden-month {
  border-top: 1px solid rgba(42, 42, 38, 0.10);
  padding-top: 28px;
}
.garden-month--featured {
  border-top: 0;
  background: linear-gradient(180deg, rgba(235, 227, 210, 0.4) 0%, rgba(248, 244, 236, 0) 80%);
  padding: 28px 0 8px;
  border-radius: 12px;
}
.garden-month-head {
  margin-bottom: 18px;
  max-width: 720px;
}
.garden-month-name {
  font-family: var(--display);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute, #8A877E);
  margin: 0 0 6px;
}
.garden-month-header {
  font-family: var(--display);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.15;
  color: var(--ink, #2A2A26);
  letter-spacing: 0.005em;
  margin: 0 0 10px;
}
.garden-month--featured .garden-month-header {
  font-size: 36px;
}
.garden-month-caption {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.62;
  color: var(--ink-soft, #5A5852);
  margin: 0;
  max-width: 640px;
}
.garden-month-rail {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 4px 0 18px;
  -webkit-overflow-scrolling: touch;
}
.garden-month-rail::-webkit-scrollbar { height: 6px; }
.garden-month-rail::-webkit-scrollbar-track { background: transparent; }
.garden-month-rail::-webkit-scrollbar-thumb {
  background: rgba(42, 42, 38, 0.18);
  border-radius: 3px;
}
.garden-photo {
  flex: 0 0 auto;
  width: 78%;
  max-width: 520px;
  margin: 0;
  scroll-snap-align: start;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(235, 227, 210, 0.5);
  aspect-ratio: 4 / 5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.garden-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 700px) {
  .garden-photo { width: 48%; max-width: 440px; }
  .garden-month-header { font-size: 34px; }
  .garden-month--featured .garden-month-header { font-size: 42px; }
}
@media (min-width: 1024px) {
  .garden-photo { width: 36%; max-width: 460px; }
}

/* ===== Home Gardens preview (mirrors More→Gardens layout exactly) ===== */
.home-gardens-section {
  margin: 20px 0 16px;
  padding: 16px 20px 8px;
}
.home-gardens-intro {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-mute, #8A877E);
  margin: 0 0 14px;
  max-width: 60ch;
}
/* The card itself uses the existing .garden-month / .garden-photo styles — same
   look as the More→Gardens page so the home preview matches it exactly. */
.home-gardens-section .garden-month {
  border-top: 0;
  padding-top: 0;
}
.home-gardens-section .garden-month--featured {
  padding: 0;
  background: transparent;
}
.home-gardens-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 4px;
  padding: 6px 0;
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 13.5px;
  letter-spacing: 0.02em;
  color: var(--ink, #2A2A26);
  cursor: pointer;
  border-bottom: 1px solid rgba(89, 75, 55, 0.35);
  transition: border-color 0.2s ease;
}
.home-gardens-link:hover { border-bottom-color: var(--ink, #2A2A26); }
.home-gardens-link svg { transition: transform 0.2s ease; }
.home-gardens-link:hover svg { transform: translateX(2px); }


/* ════════════════════════════════════════════════════════════════
   FLOWERS — Details Flowers proposal (home card + full view)
   ════════════════════════════════════════════════════════════════ */

/* ---- Home status card (sits between Gardens carousel and Weather) ---- */
.home-flowers-section {
  margin: 18px 0 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-flowers-intro {
  margin: 0;
  padding: 0 2px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 14.5px;
  letter-spacing: 0.01em;
  color: var(--muted, #6E6A60);
}
.home-flowers-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 16px 18px;
  background: linear-gradient(135deg, #FAF6F0 0%, #F5EDE2 100%);
  border: 1px solid rgba(89, 75, 55, 0.18);
  border-radius: 14px;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.home-flowers-card:hover {
  border-color: rgba(89, 75, 55, 0.35);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(89, 75, 55, 0.08);
}
.home-flowers-text { flex: 1; min-width: 0; }
.home-flowers-kicker {
  margin: 0 0 4px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted, #6E6A60);
}
.home-flowers-title {
  margin: 0 0 3px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--ink, #2A2A26);
}
.home-flowers-sub {
  margin: 0;
  font-size: 13px;
  color: var(--muted, #6E6A60);
}
.home-flowers-card svg {
  flex-shrink: 0;
  color: var(--ink, #2A2A26);
  transition: transform 0.2s ease;
}
.home-flowers-card:hover svg { transform: translateX(3px); }

/* ---- Full Flowers view ---- */
.flowers-body { display: flex; flex-direction: column; gap: 14px; }

.flowers-hero {
  background: linear-gradient(135deg, #FAF6F0 0%, #F0E6D6 100%);
  padding: 22px;
}
.flowers-kicker {
  margin: 0 0 6px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted, #6E6A60);
}
.flowers-title {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.15;
  color: var(--ink, #2A2A26);
}
.flowers-sub {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted, #6E6A60);
}
.flowers-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: var(--ink, #2A2A26);
  color: #FAF6F0;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}
.flowers-cta:hover { transform: translateY(-1px); background: #1c1c19; }
.flowers-cta svg { transition: transform 0.2s ease; }
.flowers-cta:hover svg { transform: translateX(3px); }
.flowers-meta {
  margin: 14px 0 0;
  font-size: 12.5px;
  font-style: italic;
  color: var(--muted, #6E6A60);
}

.flowers-howto { padding: 20px 22px; }
.flowers-howto-kicker {
  margin: 0 0 12px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted, #6E6A60);
}
.flowers-howto-list {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink, #2A2A26);
}
.flowers-howto-list li { margin-bottom: 8px; }
.flowers-howto-list li:last-child { margin-bottom: 0; }

.flowers-empty { padding: 24px 22px; text-align: left; }
.flowers-empty-kicker {
  margin: 0 0 8px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted, #6E6A60);
}
.flowers-empty-title {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--ink, #2A2A26);
}
.flowers-empty-sub {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted, #6E6A60);
}
