:root {
  --hh24-aubergine: #000000;
  --hh24-aubergine-dark: #111111;
  --hh24-rose: #f78f82;
  --hh24-sage: #c4a878;
  --hh24-ink: #11100f;
  --hh24-mist: #fef4f3;
  --hh24-ivory: #ffffff;
  --hh24-danger: #a54e58;
  --hh24-line: #dcebea;
  --hh24-shadow: 0 24px 70px rgba(52, 37, 48, 0.12);
}

/* Premium planning workspace v0.3 */
.hh24-dashboard {
  --hh24-aubergine: #000000;
  --hh24-aubergine-dark: #111111;
  --hh24-rose: #f78f82;
  --hh24-sage: #c4a878;
  --hh24-ink: #11100f;
  --hh24-mist: #fef4f3;
  --hh24-ivory: #fff;
  --hh24-line: #e8e3df;
  grid-template-columns: 232px minmax(0, 1fr);
  border-color: #e8e3df;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0,0,0,.12);
}

.hh24-dashboard-nav {
  overflow-y: auto;
  max-height: calc(100vh - 64px);
  background: #11100f;
  scrollbar-width: thin;
}
.hh24-dashboard-nav::after { display: none; }
.hh24-dashboard-nav::after { border-color: rgba(247,143,130,.14); }
.hh24-dashboard-nav nav { gap: 4px; }
.hh24-dashboard-nav nav button { min-height: 43px; border-radius: 10px; color: rgba(255,255,255,.68); }
.hh24-dashboard-nav nav button i { color: #f78f82; }
.hh24-dashboard-nav nav button:hover,
.hh24-dashboard-nav nav button.is-active { background: #000000; color: #fff; }
.hh24-nav-label { margin: 18px 12px 5px; color: rgba(255,255,255,.35); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hh24-dashboard-main { background: #fbfaf9; }
.hh24-dashboard .hh24-dashboard-main h2 { color: #11100f; }
.hh24-dashboard .hh24-secondary-button { border-color: #11100f; color: #11100f; }
.hh24-dashboard .hh24-secondary-button:hover { background: #11100f; color: #fff; }
.hh24-view-header > div > p:last-child { max-width: 720px; margin: 7px 0 0; color: #6c6865; }

.hh24-overview-hero {
  display: grid;
  grid-template-columns: minmax(190px, .6fr) minmax(280px, 1.4fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 18px;
  padding: 32px 38px;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(125deg,#000000,#111111);
  color: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,.17);
}
.hh24-overview-hero > div:first-child { display: flex; align-items: baseline; gap: 14px; }
.hh24-overview-hero > div:first-child p { max-width: 130px; margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.35; }
.hh24-overview-countdown { color: #fff; font: 700 clamp(54px,6vw,86px)/.8 "Playfair Display Variable",Georgia,serif; }
.hh24-overview-progress > div { height: 8px; overflow: hidden; border-radius: 20px; background: rgba(255,255,255,.16); }
.hh24-overview-progress > div span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#f78f82,#f6c7c1); transition: width .35s ease; }
.hh24-overview-progress strong { display: block; margin-top: 12px; color: #fff; }
.hh24-overview-progress small { color: rgba(255,255,255,.58); }

.hh24-overview-stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin: 18px 0; }
.hh24-overview-stats button {
  justify-content: flex-start;
  gap: 13px;
  padding: 18px;
  border: 1px solid var(--hh24-line);
  border-radius: 17px;
  background: #fff;
  color: #11100f;
  box-shadow: 0 10px 28px rgba(17,16,15,.04);
  text-align: left;
}
.hh24-overview-stats button:hover { border-color: #d6d6d6; background: #fff; color: #11100f; transform: translateY(-2px); }
.hh24-overview-stats button > i:first-child { display: grid; flex: 0 0 39px; width: 39px; height: 39px; place-items: center; border-radius: 12px; background: #fef4f3; color: #000000; }
.hh24-overview-stats button > span { display: grid; flex: 1; gap: 2px; }
.hh24-overview-stats strong { font-size: 20px; }
.hh24-overview-stats small { color: #78726f; font-size: 11px; font-weight: 600; }
.hh24-overview-stats button > i:last-child { color: #b5aeaa; font-size: 11px; }

.hh24-overview-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.hh24-overview-grid > section { padding: 24px; border: 1px solid var(--hh24-line); border-radius: 20px; background: #fff; }
.hh24-section-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.hh24-section-title h3 { margin: 3px 0 0; font-size: 23px; }
.hh24-section-title > button { min-height: 34px; padding: 7px 11px; background: #f5f2ef; color: #000000; font-size: 11px; }
.hh24-overview-next { display: grid; gap: 7px; }
.hh24-overview-task { justify-content: flex-start; min-height: 58px; padding: 10px 12px; background: transparent; color: #11100f; text-align: left; }
.hh24-overview-task:hover { background: #fef4f3; color: #11100f; }
.hh24-overview-task > span:nth-child(2) { display: grid; flex: 1; gap: 2px; }
.hh24-overview-task small { color: #817b77; font-weight: 500; }
.hh24-priority-dot { flex: 0 0 9px; width: 9px; height: 9px; border-radius: 50%; background: #c5bfbb; }
.hh24-priority-dot.is-high { background: #f78f82; }
.hh24-priority-dot.is-low { background: #c4a878; }
.hh24-overview-tools { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hh24-overview-tools button { min-height: 88px; flex-direction: column; align-items: flex-start; padding: 15px; border: 1px solid var(--hh24-line); border-radius: 14px; background: #fbfaf9; color: #11100f; }
.hh24-overview-tools button:hover { border-color: #f6c7c1; background: #fef4f3; color: #11100f; }
.hh24-overview-tools i { color: #f78f82; font-size: 17px; }
.hh24-overview-tools span { font-size: 12px; }

.hh24-planner-view { max-width: 1220px; }
.hh24-planner-form {
  display: grid;
  grid-template-columns: repeat(4,minmax(130px,1fr)) auto;
  gap: 12px;
  align-items: end;
  margin: 18px 0 24px;
  padding: 20px;
  border: 1px solid var(--hh24-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(17,16,15,.035);
}
.hh24-planner-form .is-wide { grid-column: span 2; }
.hh24-planner-form .is-full { grid-column: 1 / -2; }
.hh24-planner-form button { min-height: 45px; background: #11100f; white-space: nowrap; }
.hh24-planner-form button:hover { background: #000000; }
.hh24-tool-notice { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 14px 0; padding: 15px 18px; border-radius: 13px; background: #edf7ef; color: #264f30; font-size: 13px; font-weight: 650; }
.hh24-tool-notice.is-upgrade { background: #fef4f3; color: #000000; }
.hh24-tool-notice span { display: flex; align-items: center; gap: 10px; }
.hh24-tool-notice button { min-height: 35px; padding: 7px 12px; white-space: nowrap; }
.hh24-empty-state { display: grid; min-height: 170px; place-items: center; align-content: center; gap: 10px; padding: 25px; border: 1px dashed #d9d2cd; border-radius: 16px; background: #fff; color: #756f6b; text-align: center; }
.hh24-empty-state i { color: #f78f82; font-size: 24px; }
.hh24-empty-state p { max-width: 360px; margin: 0; }
.hh24-empty-state button { min-height: 36px; }
.hh24-empty-state.is-small { min-height: 120px; }

.hh24-task-filter { display: flex; gap: 5px; margin-bottom: 12px; }
.hh24-task-filter button { min-height: 35px; padding: 7px 13px; background: #eeeae7; color: #625d59; }
.hh24-task-filter button.is-active { background: #000000; color: #fff; }
.hh24-task-list { display: grid; gap: 8px; }
.hh24-task-row { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; padding: 15px 17px; border: 1px solid var(--hh24-line); border-radius: 14px; background: #fff; }
.hh24-task-row.is-done { opacity: .62; }
.hh24-task-row.is-done strong { text-decoration: line-through; }
.hh24-task-check { display: block !important; }
.hh24-task-check input { position: absolute; width: 1px; height: 1px; min-height: 1px; opacity: 0; }
.hh24-task-check span { display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid #cbc4bf; border-radius: 50%; color: transparent; cursor: pointer; }
.hh24-task-check input:checked + span { border-color: #000000; background: #000000; color: #fff; }
.hh24-task-row > div { display: grid; gap: 5px; }
.hh24-task-row > div > p { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; color: #857f7b; font-size: 11px; }
.hh24-priority { padding: 2px 7px; border-radius: 20px; background: #efeeec; }
.hh24-priority.is-high { background: #ffded9; color: #8e3e34; }
.hh24-priority.is-low { background: #f0eadf; color: #6f5a34; }
.hh24-row-delete { min-width: 36px; min-height: 36px; padding: 8px; background: transparent; color: #a29b96; }
.hh24-row-delete:hover { background: #fff0ee; color: #a7463c; }

.hh24-budget-totals { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.hh24-budget-totals article { display: grid; gap: 6px; padding: 19px; border-radius: 16px; background: #000000; color: #fff; }
.hh24-budget-totals article:nth-child(2) { background: #11100f; }
.hh24-budget-totals article:nth-child(3) { background: #c4a878; color: #241d13; }
.hh24-budget-totals article:nth-child(4) { background: #fef4f3; color: #000000; }
.hh24-budget-totals article.is-over { background: #a84b46; color: #fff; }
.hh24-budget-totals span { font-size: 11px; opacity: .74; }
.hh24-budget-totals strong { font-size: 22px; }
.hh24-budget-list,.hh24-vendor-list { display: grid; gap: 8px; }
.hh24-budget-row { display: grid; grid-template-columns: minmax(200px,1fr) 120px 120px 125px auto; gap: 18px; align-items: center; padding: 15px 17px; border: 1px solid var(--hh24-line); border-radius: 14px; background: #fff; }
.hh24-budget-row > div { display: grid; gap: 3px; }
.hh24-budget-row small,.hh24-vendor-row small { color: #857f7b; }
.hh24-item-category { color: #000000; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hh24-budget-row select,.hh24-vendor-row select { min-height: 38px; padding: 7px 9px; }

.hh24-seating-layout { display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 18px; }
.hh24-seating-layout > section,.hh24-seating-layout > aside { padding: 20px; border: 1px solid var(--hh24-line); border-radius: 19px; background: #fff; }
.hh24-seating-board { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.hh24-table-card { padding: 15px; border: 1px solid #e6dfdb; border-radius: 18px; background: #fbfaf9; }
.hh24-table-card.is-round { border-radius: 42px; }
.hh24-table-card header { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; margin-bottom: 12px; }
.hh24-table-card header > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: #000000; color: #fff; }
.hh24-table-card header > div { display: grid; }
.hh24-table-card header small { color: #8a837f; font-size: 10px; }
.hh24-table-card header button { min-width: 32px; min-height: 32px; padding: 6px; background: transparent; color: #9b938e; }
.hh24-table-guests,.hh24-unassigned-guests { display: grid; gap: 6px; }
.hh24-table-guests > p { margin: 8px; color: #99918c; font-size: 11px; text-align: center; }
.hh24-seat-guest { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: 10px; background: #fff; }
.hh24-seat-guest > span { display: grid; flex: 1; color: #292725; font-size: 12px; font-weight: 650; }
.hh24-seat-guest small { color: #8c8580; font-size: 9px; font-weight: 500; }
.hh24-seat-guest select { width: 112px; min-height: 33px; padding: 5px 7px; font-size: 10px; }

.hh24-timeline-list { position: relative; display: grid; gap: 0; max-width: 850px; margin: 8px auto; }
.hh24-timeline-list::before { position: absolute; top: 18px; bottom: 18px; left: 92px; width: 2px; background: #e5e5e5; content: ""; }
.hh24-timeline-row { position: relative; display: grid; grid-template-columns: 70px 18px 1fr auto; gap: 14px; align-items: start; padding: 16px 0; }
.hh24-timeline-row time { padding-top: 8px; color: #000000; font: 700 18px/1 "Playfair Display Variable",Georgia,serif; text-align: right; }
.hh24-timeline-row > span { z-index: 1; width: 14px; height: 14px; margin-top: 9px; border: 4px solid #fef4f3; border-radius: 50%; background: #f78f82; box-shadow: 0 0 0 1px #f78f82; }
.hh24-timeline-row > div { padding: 14px 17px; border: 1px solid var(--hh24-line); border-radius: 14px; background: #fff; }
.hh24-timeline-row p { margin: 5px 0; color: #77716d; font-size: 12px; }
.hh24-timeline-row small { color: #000000; font-size: 10px; font-weight: 700; }

.hh24-gallery-settings { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; padding: 28px; border-radius: 22px; background: linear-gradient(135deg,#000000,#111111); color: #fff; }
.hh24-gallery-settings h3 { margin: 14px 0 7px; color: #fff !important; font-size: 27px; }
.hh24-gallery-settings p { color: rgba(255,255,255,.68); }
.hh24-gallery-icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 15px; background: #f78f82; font-size: 20px; }
.hh24-gallery-form { display: grid; gap: 11px; padding: 19px; border-radius: 17px; background: #fff; }
.hh24-gallery-form button { background: #11100f; }
.hh24-gallery-link { display: flex; align-items: center; gap: 9px; margin: 16px 0; padding: 14px; border: 1px solid var(--hh24-line); border-radius: 14px; background: #fff; }
.hh24-gallery-link > span { display: flex; min-width: 0; flex: 1; align-items: center; gap: 12px; }
.hh24-gallery-link > span > i { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: #fef4f3; color: #000000; }
.hh24-gallery-link > span div { display: grid; min-width: 0; }
.hh24-gallery-link strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hh24-gallery-link small { color: #847e79; }
.hh24-gallery-link a { display: inline-flex; min-height: 42px; align-items: center; gap: 7px; padding: 10px 13px; border: 1px solid #000000; border-radius: 9px; color: #000000; font-size: 12px; font-weight: 700; text-decoration: none; }
.hh24-gallery-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.hh24-gallery-grid > .hh24-empty-state { grid-column: 1 / -1; }
.hh24-gallery-card { overflow: hidden; border: 1px solid var(--hh24-line); border-radius: 15px; background: #fff; }
.hh24-gallery-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hh24-gallery-card > div { display: flex; align-items: center; justify-content: space-between; gap: 7px; padding: 9px 11px; }
.hh24-gallery-actions { padding-top: 0 !important; }
.hh24-gallery-actions button { min-width: 30px; min-height: 31px; padding: 6px 8px; font-size: 9px; }
.hh24-gallery-actions button:nth-child(2) { background: #eeeae7; color: #514d49; }
.hh24-gallery-actions button:last-child { background: #fff0ee; color: #a7463c; }

.hh24-vendor-row { display: grid; grid-template-columns: auto minmax(220px,1fr) 130px 125px auto; gap: 15px; align-items: center; padding: 15px 17px; border: 1px solid var(--hh24-line); border-radius: 14px; background: #fff; }
.hh24-vendor-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: #fef4f3; color: #000000; }
.hh24-vendor-row > div { display: grid; gap: 3px; }

@media (max-width: 1380px) {
  .hh24-dashboard { grid-template-columns: 210px minmax(0,1fr); }
  .hh24-planner-form { grid-template-columns: repeat(3,minmax(130px,1fr)); }
  .hh24-planner-form .is-full { grid-column: 1 / -1; }
  .hh24-gallery-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 1120px) {
  .hh24-dashboard { grid-template-columns: 1fr; }
  .hh24-dashboard-nav { max-height: none; }
  .hh24-dashboard-nav nav { display: flex; overflow-x: auto; padding-bottom: 4px; }
  .hh24-dashboard-nav nav button { min-width: 122px; }
  .hh24-nav-label { display: none; }
  .hh24-overview-stats { grid-template-columns: 1fr 1fr; }
  .hh24-budget-row { grid-template-columns: minmax(180px,1fr) 100px 100px 120px auto; gap: 10px; }
  .hh24-seating-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .hh24-dashboard-nav nav { display: flex; grid-template-columns: none; }
  .hh24-dashboard-nav nav button { min-width: 92px; min-height: 56px; }
  .hh24-overview-hero { grid-template-columns: 1fr; padding: 25px; }
  .hh24-overview-stats,.hh24-overview-grid { grid-template-columns: 1fr; }
  .hh24-planner-form { grid-template-columns: 1fr 1fr; padding: 15px; }
  .hh24-planner-form .is-wide,.hh24-planner-form .is-full { grid-column: 1 / -1; }
  .hh24-planner-form button { grid-column: 1 / -1; }
  .hh24-budget-totals { grid-template-columns: 1fr 1fr; }
  .hh24-budget-row,.hh24-vendor-row { grid-template-columns: 1fr auto; gap: 8px; }
  .hh24-budget-row > div:first-child,.hh24-vendor-row > div:nth-child(2) { grid-column: 1 / -1; }
  .hh24-vendor-icon { display: none; }
  .hh24-seating-board { grid-template-columns: 1fr; }
  .hh24-gallery-settings { grid-template-columns: 1fr; padding: 20px; }
  .hh24-gallery-link { align-items: stretch; flex-direction: column; }
  .hh24-gallery-grid { grid-template-columns: 1fr 1fr; }
  .hh24-timeline-list::before { left: 64px; }
  .hh24-timeline-row { grid-template-columns: 48px 18px 1fr; gap: 9px; }
  .hh24-timeline-row .hh24-row-delete { grid-column: 3; justify-self: end; }
}

@media (max-width: 450px) {
  .hh24-planner-form,.hh24-budget-totals,.hh24-overview-tools,.hh24-gallery-grid { grid-template-columns: 1fr; }
  .hh24-planner-form > * { grid-column: 1 !important; }
}

.hh24-dashboard,
.hh24-dashboard * { box-sizing: border-box; }
.hh24-dashboard [hidden] { display: none !important; }

.hh24-dashboard {
  --hh24-aubergine: #5aa5a2;
  --hh24-aubergine-dark: #438c89;
  --hh24-rose: #f39d8c;
  --hh24-sage: #8fcac7;
  --hh24-ink: #171717;
  --hh24-mist: #eaf7f7;
  --hh24-ivory: #ffffff;
  --hh24-line: #dcebea;
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr);
  width: min(1680px, calc(100vw - 32px));
  min-height: 780px;
  margin: 32px 0 72px 50%;
  overflow: hidden;
  transform: translateX(-50%);
  border: 1px solid var(--hh24-line);
  border-radius: 26px;
  background: #fff;
  color: var(--hh24-ink);
  box-shadow: var(--hh24-shadow);
  font-family: "Jost Variable", Jost, Arial, sans-serif;
}

.hh24-dashboard-nav {
  position: relative;
  z-index: 2;
  padding: 32px 20px;
  background: linear-gradient(170deg, #75bbb8 0%, #438c89 100%);
  color: #fff;
}

.hh24-dashboard-nav::after {
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  content: "";
}

.hh24-dashboard .hh24-dashboard-nav h1 {
  margin: 7px 0 34px;
  color: #fff;
  font: 700 27px/1.05 "Playfair Display Variable", Georgia, serif;
}

.hh24-dashboard-nav nav { display: grid; gap: 7px; }
.hh24-dashboard-nav nav button {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: 47px;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  padding: 12px 13px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(255,255,255,.8);
  text-align: left;
  font: 650 13px/1.2 inherit;
  cursor: pointer;
}
.hh24-dashboard-nav nav button i { width: 18px; color: var(--hh24-rose); text-align: center; }
.hh24-dashboard-nav nav button:hover,
.hh24-dashboard-nav nav button.is-active { background: rgba(255,255,255,.12); color: #fff; }

.hh24-dashboard-main { min-width: 0; padding: 28px; background: #fbfaf9; }
.hh24-eyebrow { margin: 0; color: var(--hh24-rose); font-size: 10px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.hh24-dashboard .hh24-dashboard-main h2 { margin: 5px 0 7px; color: #080808; font: 700 clamp(32px,4vw,48px)/1 "Playfair Display Variable", Georgia, serif; }
.hh24-dashboard .hh24-dashboard-main h3 { color: #080808; font-family: "Playfair Display Variable", Georgia, serif; }
.hh24-app-status,
.hh24-empty { padding: 18px; border-radius: 14px; background: var(--hh24-mist); }
.hh24-create-wedding { max-width: 650px; padding: 44px; border-radius: 20px; background: var(--hh24-ivory); }
.hh24-create-wedding form,
.hh24-logo-form { display: grid; gap: 16px; margin-top: 24px; }

.hh24-dashboard label { display: grid; gap: 7px; color: #665963; font-size: 12px; font-weight: 650; }
.hh24-dashboard input,
.hh24-dashboard textarea,
.hh24-dashboard select {
  width: 100%;
  min-height: 45px;
  padding: 10px 12px;
  border: 1px solid #dcd3cf;
  border-radius: 9px;
  background: #fff;
  color: var(--hh24-ink);
  font: 500 14px/1.45 inherit;
}
.hh24-dashboard textarea { resize: vertical; }
.hh24-dashboard input:focus,
.hh24-dashboard textarea:focus,
.hh24-dashboard select:focus { outline: 3px solid rgba(216,167,167,.27); border-color: var(--hh24-aubergine); }

.hh24-dashboard button,
.hh24-primary-button,
.hh24-secondary-button {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 17px;
  border: 0;
  border-radius: 9px;
  background: var(--hh24-aubergine);
  color: #fff;
  font: 700 13px/1 inherit;
  text-decoration: none;
  cursor: pointer;
}
.hh24-dashboard button:hover,
.hh24-primary-button:hover { background: var(--hh24-aubergine-dark); color: #fff; }
.hh24-dashboard button:disabled { opacity: .4; cursor: not-allowed; }
.hh24-secondary-button { border: 1px solid var(--hh24-aubergine); background: #fff; color: var(--hh24-aubergine); }

.hh24-view-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.hh24-builder-header { padding: 0 2px; }
.hh24-builder-header p:last-child { margin: 4px 0 0; color: #746972; font-size: 14px; }
.hh24-builder-header .hh24-secondary-button { flex: 0 0 auto; }

/* Premium builder */
.hh24-builder-shell {
  display: grid;
  grid-template-columns: 276px minmax(430px, 1fr) 318px;
  min-height: 690px;
  overflow: hidden;
  border: 1px solid var(--hh24-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 45px rgba(52,37,48,.07);
}

.hh24-builder-library,
.hh24-builder-inspector { min-width: 0; background: #fff; }
.hh24-builder-library { border-right: 1px solid var(--hh24-line); }
.hh24-builder-inspector { overflow-y: auto; max-height: 760px; border-left: 1px solid var(--hh24-line); }

.hh24-builder-tabs { display: grid; grid-template-columns: repeat(3,1fr); padding: 11px; border-bottom: 1px solid var(--hh24-line); background: #fcfbfa; }
.hh24-builder-tabs button {
  min-height: 42px;
  padding: 9px 7px;
  border-radius: 8px;
  background: transparent;
  color: #766a72;
  font-size: 12px;
}
.hh24-builder-tabs button:hover,
.hh24-builder-tabs button.is-active { background: var(--hh24-aubergine); color: #fff; }
.hh24-builder-pane { padding: 18px; }
.hh24-builder-pane-head { display: grid; gap: 2px; margin-bottom: 14px; }
.hh24-builder-pane-head span { color: #080808; font: 700 22px/1.1 "Playfair Display Variable", Georgia, serif; }
.hh24-builder-pane-head small { color: #8c8188; font-size: 10px; }

.hh24-preset-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.hh24-preset-grid button {
  display: grid;
  min-height: 0;
  justify-items: start;
  gap: 2px;
  padding: 7px;
  border: 1px solid var(--hh24-line);
  border-radius: 11px;
  background: #fff;
  color: var(--hh24-ink);
  text-align: left;
}
.hh24-preset-grid button:last-child { grid-column: 1 / -1; grid-template-columns: 50px 1fr; align-items: center; }
.hh24-preset-grid button:last-child small { grid-column: 2; }
.hh24-preset-grid button:hover,
.hh24-preset-grid button.is-active { border-color: var(--hh24-aubergine); background: #fff; color: var(--hh24-aubergine); box-shadow: 0 0 0 2px rgba(0,0,0,.1); }
.hh24-preset-grid strong { font-size: 11px; }
.hh24-preset-grid small { color: #8c8188; font-size: 8px; }
.hh24-preset-swatch { display: block; width: 100%; height: 43px; margin-bottom: 4px; border-radius: 7px; }
.hh24-preset-editorial { background: linear-gradient(135deg,#000000 0 35%,#d8a7a7 35% 52%,#fff9f4 52%); }
.hh24-preset-romantic { background: linear-gradient(135deg,#000 0 35%,#f78f82 35% 52%,#fef4f3 52%); }
.hh24-preset-botanical { background: linear-gradient(135deg,#3f5a4a 0 35%,#b8a47a 35% 52%,#f6f5ee 52%); }
.hh24-preset-minimal { background: linear-gradient(135deg,#171717 0 35%,#b59a63 35% 52%,#fcfbf8 52%); }
.hh24-preset-mediterranean { background: linear-gradient(135deg,#164f5b 0 35%,#d9895b 35% 52%,#fff8ec 52%); }

.hh24-design-controls { display: grid; gap: 14px; margin-top: 18px; }
.hh24-control-group { display: grid; gap: 10px; padding-top: 14px; border-top: 1px solid var(--hh24-line); }
.hh24-control-group > span,
.hh24-design-controls summary { color: var(--hh24-aubergine); font-size: 11px; font-weight: 750; letter-spacing: .04em; }
.hh24-design-controls details { padding-top: 13px; border-top: 1px solid var(--hh24-line); }
.hh24-design-controls summary { cursor: pointer; }
.hh24-design-controls details[open] summary { margin-bottom: 12px; }
.hh24-design-controls details label { margin-top: 10px; }
.hh24-color-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.hh24-color-row input[type="color"] { height: 40px; min-height: 40px; padding: 3px; cursor: pointer; }

.hh24-module-list { display: grid; gap: 7px; }
.hh24-module-item { display: grid; grid-template-columns: 1fr auto; align-items: center; overflow: hidden; border: 1px solid var(--hh24-line); border-radius: 11px; background: #fff; }
.hh24-module-item.is-selected { border-color: var(--hh24-aubergine); box-shadow: 0 0 0 2px rgba(0,0,0,.09); }
.hh24-module-item.is-disabled { opacity: .55; }
.hh24-module-select {
  min-width: 0;
  min-height: 58px !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  padding: 8px 10px !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--hh24-ink) !important;
  text-align: left;
}
.hh24-module-select > i { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; border-radius: 8px; background: var(--hh24-mist); color: var(--hh24-aubergine); }
.hh24-module-select span { display: grid; min-width: 0; gap: 2px; }
.hh24-module-select strong { font-size: 11px; }
.hh24-module-select small { overflow: hidden; max-width: 120px; color: #95898f; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.hh24-module-tools { display: flex; padding-right: 5px; }
.hh24-module-tools .hh24-icon-button { width: 27px; min-height: 29px; padding: 0; background: transparent; color: #887b83; font-size: 9px; }
.hh24-module-tools .hh24-icon-button:hover { background: var(--hh24-mist); color: var(--hh24-aubergine); }
.hh24-add-module { width: 100%; margin-top: 12px; border: 1px dashed #cfcfcf !important; background: #fff !important; color: var(--hh24-aubergine) !important; }
.hh24-add-module:hover,
.hh24-add-module.is-open { border-style: solid !important; background: var(--hh24-mist) !important; }
.hh24-module-catalog { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 9px; padding: 9px; border-radius: 12px; background: var(--hh24-mist); }
.hh24-module-catalog button { min-height: 61px; flex-direction: column; gap: 5px; padding: 8px; background: #fff; color: var(--hh24-aubergine); font-size: 9px; }
.hh24-module-catalog button:hover { background: var(--hh24-aubergine); color: #fff; }

.hh24-builder-canvas { min-width: 0; background: #eeeae8; }
.hh24-builder-toolbar { display: grid; grid-template-columns: 1fr auto 1fr; min-height: 56px; align-items: center; gap: 12px; padding: 8px 14px; border-bottom: 1px solid #ded7d3; background: rgba(255,255,255,.85); backdrop-filter: blur(10px); }
.hh24-history-controls { display: flex; gap: 5px; }
.hh24-history-controls .hh24-icon-button,
.hh24-history-controls button,
.hh24-device-switch button { width: 34px; min-height: 34px; padding: 0; border: 1px solid var(--hh24-line); background: #fff; color: #756970; }
.hh24-device-switch { display: flex; justify-content: center; gap: 4px; }
.hh24-device-switch button:hover,
.hh24-device-switch button.is-active { border-color: var(--hh24-aubergine); background: var(--hh24-aubergine); color: #fff; }
.hh24-live-badge { justify-self: end; color: #6e636a; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.hh24-live-badge i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #60a97c; box-shadow: 0 0 0 4px rgba(96,169,124,.12); }
.hh24-preview-stage { display: flex; min-height: 634px; align-items: flex-start; justify-content: center; overflow: auto; padding: 24px; }
.hh24-preview-device { width: 100%; max-width: 900px; min-height: 580px; overflow: hidden; border: 8px solid #fff; border-radius: 17px; background: #fff; box-shadow: 0 18px 50px rgba(45,33,41,.17); transition: width .25s; }
.hh24-preview-device[data-device="tablet"] { width: 680px; }
.hh24-preview-device[data-device="mobile"] { width: 390px; }

/* Builder live website preview */
.hh24-live-preview {
  --w-primary: #000000;
  --w-accent: #d8a7a7;
  --w-bg: #fff9f4;
  --w-text: #28232a;
  min-height: 580px;
  background: var(--w-bg);
  color: var(--w-text);
  font: 400 11px/1.65 "Jost Variable", Jost, Arial, sans-serif;
}
.hh24-live-preview[data-heading-font="bodoni"] { --w-heading: "Bodoni Moda Variable", Didot, Georgia, serif; }
.hh24-live-preview[data-heading-font="cormorant"] { --w-heading: "Cormorant Garamond", Georgia, serif; }
.hh24-live-preview[data-heading-font="playfair"] { --w-heading: "Playfair Display Variable", "Playfair Display", Georgia, serif; }
.hh24-live-preview[data-body-font="jost"] { font-family: "Jost Variable", Jost, Arial, sans-serif; }
.hh24-live-preview[data-heading-font="libre"] { --w-heading: "Libre Baskerville", Georgia, serif; }
.hh24-live-preview[data-body-font="dm_sans"] { font-family: "DM Sans Variable", Arial, sans-serif; }
.hh24-live-preview[data-body-font="manrope"] { font-family: Manrope, Arial, sans-serif; }
.hh24-live-preview[data-body-font="inter"] { font-family: Inter, Arial, sans-serif; }
.hh24-live-preview[data-body-font="lora"] { font-family: Lora, Georgia, serif; }
.hh24-preview-nav { position: sticky; z-index: 3; top: 0; display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 18px; padding: 8px 6%; border-bottom: 1px solid color-mix(in srgb, var(--w-primary) 15%, transparent); background: color-mix(in srgb, var(--w-bg) 92%, transparent); color: var(--w-primary); backdrop-filter: blur(12px); }
.hh24-preview-nav strong { font: 600 15px/1 var(--w-heading); }
.hh24-preview-nav div { display: flex; gap: 13px; }
.hh24-preview-nav span { max-width: 90px; overflow: hidden; font-size: 6px; font-weight: 750; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.hh24-preview-nav.is-minimal { position: relative; background: transparent; }
.hh24-preview-section { position: relative; padding: 62px 8%; outline: 0; transition: box-shadow .15s; }
.hh24-live-preview[data-spacing="compact"] .hh24-preview-section { padding-top: 42px; padding-bottom: 42px; }
.hh24-live-preview[data-spacing="airy"] .hh24-preview-section { padding-top: 82px; padding-bottom: 82px; }
.hh24-preview-section:hover,
.hh24-preview-section.is-selected { z-index: 1; box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--w-accent) 72%, #fff); cursor: pointer; }
.hh24-preview-section.is-selected::after { position: absolute; top: 6px; right: 7px; padding: 3px 6px; border-radius: 4px; background: var(--w-primary); color: #fff; content: "Bearbeiten"; font-size: 6px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.hh24-preview-section.bg-paper { background: color-mix(in srgb, var(--w-bg) 80%, #fff); }
.hh24-preview-section.bg-accent { background: color-mix(in srgb, var(--w-accent) 22%, var(--w-bg)); }
.hh24-preview-section.bg-dark { background: var(--w-primary); color: #fff; }
.hh24-preview-wrap { width: min(100%, 620px); margin: auto; }
.hh24-preview-section.align-center { text-align: center; }
.hh24-preview-section.align-left .hh24-preview-wrap { margin-left: 0; }
.hh24-preview-section h1,
.hh24-preview-section h2 { color: var(--w-text); font-family: var(--w-heading); font-weight: 700; letter-spacing: -.025em; }
.hh24-preview-section.bg-dark h2 { color: #fff; }
.hh24-preview-section h2 { margin: 0 0 18px; font-size: clamp(29px,5vw,53px); line-height: .98; }
.hh24-preview-section.is-hero { display: grid; min-height: 475px; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 20%,color-mix(in srgb,var(--w-accent) 24%,#fff),transparent 44%),var(--w-bg); text-align: center; }
.hh24-preview-section.is-hero::before { position: absolute; width: 360px; height: 360px; border: 1px solid color-mix(in srgb,var(--w-accent) 45%,transparent); border-radius: 50%; content: ""; }
.hh24-preview-section.is-hero .hh24-preview-wrap { position: relative; z-index: 1; }
.hh24-preview-section.is-hero h1 { margin: 10px 0; font-size: clamp(47px,9vw,88px); line-height: .86; }
.hh24-preview-section.is-hero.variant-romantic .hh24-preview-wrap { padding: 48px 35px; border: 1px solid color-mix(in srgb,var(--w-accent) 50%,transparent); border-radius: 180px 180px 18px 18px; background: color-mix(in srgb,var(--w-bg) 84%,#fff); }
.hh24-preview-section.is-hero.variant-split { justify-items: start; text-align: left; }
.hh24-preview-section.is-hero.variant-split::before { right: -90px; width: 52%; height: 100%; border: 0; border-radius: 50% 0 0 50%; background: color-mix(in srgb,var(--w-accent) 31%,transparent); }
.hh24-preview-section.has-media { overflow: hidden; }
.hh24-preview-media { display: block; width: 100%; max-width: 100%; object-fit: cover; object-position: center; }
.hh24-preview-section.media-pos-top > .hh24-preview-media { object-position: center top; }
.hh24-preview-section.media-pos-bottom > .hh24-preview-media { object-position: center bottom; }
.hh24-preview-section.media-pos-left > .hh24-preview-media { object-position: left center; }
.hh24-preview-section.media-pos-right > .hh24-preview-media { object-position: right center; }
.hh24-preview-section.media-background > .hh24-preview-media,
.hh24-preview-section.media-background > .hh24-preview-media-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hh24-preview-section.media-background > .hh24-preview-media { z-index: 0; }
.hh24-preview-section.media-background > .hh24-preview-media-overlay { z-index: 1; background: rgba(0,0,0,var(--hh24-preview-overlay,.35)); pointer-events: none; }
.hh24-preview-section.media-background > .hh24-preview-wrap { position: relative; z-index: 2; }
.hh24-preview-section.media-background h1,
.hh24-preview-section.media-background h2,
.hh24-preview-section.media-background h3,
.hh24-preview-section.media-background .hh24-preview-eyebrow,
.hh24-preview-section.media-background .hh24-preview-lead,
.hh24-preview-section.media-background .hh24-preview-copy { color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.28); }
.hh24-preview-section.media-background .hh24-preview-button { background: #fff; color: #111; }
.hh24-preview-section.is-hero.variant-romantic.media-background .hh24-preview-wrap,
.hh24-preview-section.variant-card.media-background:not(.is-hero) .hh24-preview-wrap,
.hh24-preview-section.variant-editorial.media-background:not(.is-hero) .hh24-preview-wrap { border-color: rgba(255,255,255,.42); background: rgba(0,0,0,.22); backdrop-filter: blur(3px); }
.hh24-preview-section.media-side { display: grid; grid-template-columns: minmax(0,1fr) minmax(220px,.85fr); align-items: center; gap: 6%; }
.hh24-preview-section.media-side > .hh24-preview-wrap { width: 100%; }
.hh24-preview-section.media-side > .hh24-preview-media { min-height: 310px; height: 100%; max-height: 560px; }
.hh24-preview-section.is-hero.media-side { grid-template-columns: minmax(0,1fr) minmax(300px,1fr); place-items: center stretch; padding-inline: 7%; }
.hh24-preview-section.is-hero.media-side > .hh24-preview-media { height: min(520px,68vh); }
.hh24-preview-section.media-top { display: grid; gap: 28px; }
.hh24-preview-section.media-top > .hh24-preview-media { order: -1; width: min(100%,760px); height: 300px; margin-inline: auto; }
.hh24-preview-section.media-shape-soft:not(.media-background) > .hh24-preview-media { border-radius: 18px; }
.hh24-preview-section.media-shape-round:not(.media-background) > .hh24-preview-media { border-radius: 52px; }
.hh24-preview-section.media-shape-arch:not(.media-background) > .hh24-preview-media { border-radius: 180px 180px 20px 20px; }
.hh24-preview-eyebrow { color: var(--w-primary); font-size: 7px; font-weight: 750; letter-spacing: .23em; text-transform: uppercase; }
.hh24-preview-lead { margin: 15px 0; font-size: 12px; }
.hh24-preview-ornament { display: block; margin-top: 21px; color: var(--w-accent); font-size: 22px; font-style: normal; }
.hh24-preview-copy { max-width: 480px; margin: 0 auto; white-space: pre-line; }
.hh24-preview-button { display: inline-flex; min-height: 32px; align-items: center; justify-content: center; margin-top: 12px; padding: 8px 14px; border-radius: 0; background: var(--w-primary); color: #fff; font-size: 8px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.hh24-live-preview[data-buttons="soft"] .hh24-preview-button { border-radius: 8px; }
.hh24-live-preview[data-buttons="pill"] .hh24-preview-button { border-radius: 99px; }
.hh24-preview-section.variant-card:not(.is-hero) .hh24-preview-wrap,
.hh24-preview-location { padding: 30px; border: 1px solid color-mix(in srgb,var(--w-primary) 14%,transparent); border-radius: 12px; background: color-mix(in srgb,var(--w-bg) 70%,#fff); }
.hh24-live-preview[data-corners="none"] .hh24-preview-section.variant-card .hh24-preview-wrap,
.hh24-live-preview[data-corners="none"] .hh24-preview-location { border-radius: 0; }
.hh24-live-preview[data-corners="round"] .hh24-preview-section.variant-card .hh24-preview-wrap,
.hh24-live-preview[data-corners="round"] .hh24-preview-location { border-radius: 28px; }
.hh24-preview-schedule { display: grid; max-width: 480px; margin: 24px auto 0; text-align: left; }
.hh24-preview-schedule article { display: grid; grid-template-columns: 70px 1fr; gap: 17px; padding: 15px 0; border-bottom: 1px solid color-mix(in srgb,var(--w-primary) 16%,transparent); }
.hh24-preview-schedule time { color: var(--w-primary); font-weight: 750; }
.hh24-preview-schedule h3 { margin: 0; color: var(--w-text); font: 500 16px/1.1 var(--w-heading); }
.hh24-preview-schedule p { margin: 3px 0 0; }
.hh24-preview-section.variant-cards .hh24-preview-schedule { grid-template-columns: repeat(2,1fr); gap: 8px; }
.hh24-preview-section.variant-cards .hh24-preview-schedule article { display: block; padding: 16px; border: 0; background: color-mix(in srgb,var(--w-bg) 65%,#fff); }
.hh24-preview-location { max-width: 430px; margin: 25px auto 0; text-align: center; }
.hh24-preview-location > i { color: var(--w-accent); font-size: 21px; }
.hh24-preview-location h3 { margin: 11px 0 5px; font: 500 21px/1.1 var(--w-heading); }
.hh24-preview-location p { white-space: pre-line; }
.hh24-preview-gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 5px; margin-top: 24px; }
.hh24-preview-gallery img,
.hh24-preview-gallery > span { width: 100%; height: 150px; object-fit: cover; }
.hh24-preview-gallery > :first-child { grid-row: span 2; height: 305px; }
.hh24-preview-gallery > span { display: grid; place-items: center; background: color-mix(in srgb,var(--w-accent) 20%,#fff); color: var(--w-primary); font-size: 22px; }
.hh24-preview-section.variant-grid .hh24-preview-gallery { grid-template-columns: repeat(3,1fr); }
.hh24-preview-section.variant-grid .hh24-preview-gallery > * { grid-row: auto; height: 160px; }
.hh24-preview-section.variant-filmstrip .hh24-preview-gallery { grid-template-columns: repeat(3,1fr); transform: rotate(-1deg); }
.hh24-preview-section.variant-filmstrip .hh24-preview-gallery > * { grid-row: auto; height: 170px; padding: 5px; border: 5px solid #fff; }
.hh24-preview-faq { display: grid; max-width: 480px; margin: 22px auto 0; text-align: left; }
.hh24-preview-faq div { display: flex; justify-content: space-between; gap: 15px; padding: 13px 4px; border-bottom: 1px solid color-mix(in srgb,var(--w-primary) 17%,transparent); }
.hh24-preview-faq span { color: var(--w-accent); font-size: 16px; }
.hh24-preview-countdown { display: flex; justify-content: center; gap: 24px; margin-top: 22px; }
.hh24-preview-countdown span { display: grid; min-width: 55px; }
.hh24-preview-countdown strong { color: var(--w-primary); font: 500 30px/1 var(--w-heading); }
.hh24-preview-countdown small { margin-top: 4px; font-size: 6px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hh24-preview-contact { display: flex; justify-content: center; gap: 14px; margin-top: 16px; }
.hh24-preview-divider { display: block; color: var(--w-accent); font: 500 29px/1 var(--w-heading); text-align: center; }
.hh24-preview-section.is-divider { padding-top: 24px !important; padding-bottom: 24px !important; }
.hh24-live-preview footer { display: flex; justify-content: space-between; gap: 10px; padding: 20px 6%; background: var(--w-primary); color: #fff; font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }

.hh24-preview-device[data-device="mobile"] .hh24-preview-nav div { display: none; }
.hh24-preview-device[data-device="mobile"] .hh24-preview-section { padding-right: 7%; padding-left: 7%; }
.hh24-preview-device[data-device="mobile"] .hh24-preview-section.is-hero { min-height: 430px; }
.hh24-preview-device[data-device="mobile"] .hh24-preview-gallery { grid-template-columns: 1fr 1fr; }
.hh24-preview-device[data-device="mobile"] .hh24-preview-gallery > :first-child { grid-row: auto; grid-column: 1 / -1; width: 100%; height: 230px; }
.hh24-preview-device[data-device="mobile"] .hh24-preview-gallery > * { height: 130px; }
.hh24-preview-device[data-device="mobile"] .hh24-preview-section.variant-cards .hh24-preview-schedule { grid-template-columns: 1fr; }
.hh24-preview-device[data-device="mobile"] .hh24-preview-section.media-side { grid-template-columns: 1fr; gap: 24px; }
.hh24-preview-device[data-device="mobile"] .hh24-preview-section.media-side > .hh24-preview-media { min-height: 250px; max-height: 340px; }
.hh24-preview-device[data-device="mobile"] .hh24-preview-section.is-hero.media-side { padding-inline: 7%; }
.hh24-preview-device[data-device="mobile"] .hh24-preview-section.media-top > .hh24-preview-media { height: 230px; }

.hh24-inspector-empty { display: grid; min-height: 500px; align-content: center; justify-items: center; padding: 30px; color: #8f838a; text-align: center; }
.hh24-inspector-empty > i { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--hh24-mist); color: var(--hh24-aubergine); font-size: 20px; }
.hh24-inspector-empty h3 { margin: 14px 0 4px; font: 700 23px/1.1 "Playfair Display Variable",serif; }
.hh24-inspector-empty p { max-width: 210px; margin: 0; font-size: 11px; }
.hh24-inspector-content { padding: 19px; }
.hh24-inspector-content > header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: -19px -19px 18px; padding: 17px 19px; border-bottom: 1px solid var(--hh24-line); background: #fcfbfa; }
.hh24-inspector-content > header span { color: #988c93; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hh24-inspector-content > header h3 { margin: 3px 0 0; font: 700 22px/1.1 "Playfair Display Variable",serif; }
.hh24-inspector-content > header h3 i { margin-right: 5px; color: var(--hh24-rose); font-size: 13px; }
.hh24-inspector-actions { display: flex; gap: 4px; }
.hh24-icon-button { width: 34px; min-height: 34px; padding: 0; border: 1px solid var(--hh24-line); background: #fff; color: var(--hh24-aubergine); }
.hh24-icon-button:hover { border-color: var(--hh24-aubergine); }
.hh24-inspector-fields { display: grid; gap: 12px; }
.hh24-module-style { margin-top: 17px; padding-top: 14px; border-top: 1px solid var(--hh24-line); }
.hh24-module-style summary { color: var(--hh24-aubergine); font-size: 11px; font-weight: 750; cursor: pointer; }
.hh24-module-style > div { display: grid; gap: 11px; margin-top: 12px; }
.hh24-repeater { display: grid; gap: 9px; margin-top: 4px; }
.hh24-repeater-head { color: var(--hh24-aubergine); font-size: 11px; }
.hh24-repeater-row { position: relative; display: grid; gap: 8px; padding: 12px; border-radius: 11px; background: var(--hh24-mist); }
.hh24-repeater-row > span { color: var(--hh24-aubergine); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.hh24-repeater-row > .hh24-icon-button { position: absolute; top: 8px; right: 8px; width: 27px; min-height: 27px; }
.hh24-repeater-add { border: 1px dashed #cfcfcf !important; background: #fff !important; color: var(--hh24-aubergine) !important; }
.hh24-gallery-editor { display: grid; gap: 10px; }
.hh24-gallery-editor-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 5px; }
.hh24-gallery-editor-grid figure { position: relative; display: grid; min-height: 69px; place-items: center; overflow: hidden; margin: 0; border-radius: 8px; background: var(--hh24-mist); }
.hh24-gallery-editor-grid img { width: 100%; height: 74px; object-fit: cover; }
.hh24-gallery-editor-grid .hh24-icon-button { position: absolute; top: 3px; right: 3px; width: 22px; min-height: 22px; border: 0; background: rgba(35,25,32,.75); color: #fff; font-size: 8px; }
.hh24-upload-button { display: flex !important; min-height: 74px; grid-template-columns: none !important; flex-direction: row; align-items: center; gap: 11px !important; padding: 12px; border: 1px dashed #cfcfcf; border-radius: 10px; background: #fff; color: var(--hh24-aubergine) !important; cursor: pointer; }
.hh24-upload-button > i { font-size: 18px; }
.hh24-upload-button span { display: grid; font-size: 11px; }
.hh24-upload-button small { color: #93878e; font-size: 8px; }
.hh24-upload-button input { position: absolute; width: 1px; min-height: 1px; opacity: 0; }
.hh24-image-editor { display: grid; gap: 12px; margin-top: 7px; padding-top: 16px; border-top: 1px solid var(--hh24-line); }
.hh24-image-editor-head { display: grid; gap: 2px; }
.hh24-image-editor-head strong { color: #111; font-size: 13px; }
.hh24-image-editor-head small { color: #817b77; font-size: 11px; }
.hh24-image-current { position: relative; overflow: hidden; margin: 0; border-radius: 12px; background: #f4f1ef; }
.hh24-image-current img { display: block; width: 100%; height: 155px; object-fit: cover; }
.hh24-image-current figcaption { overflow: hidden; padding: 9px 40px 9px 11px; color: #655f5b; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.hh24-image-current .hh24-icon-button { position: absolute; top: 7px; right: 7px; border: 0; background: rgba(0,0,0,.72); color: #fff; }
.hh24-image-actions { display: grid; grid-template-columns: 1fr; gap: 8px; }
.hh24-image-actions .hh24-upload-button { min-height: 64px; }
.hh24-image-library-button { min-height: 42px !important; border: 1px solid #d8d1cc !important; background: #fff !important; color: #111 !important; }
.hh24-image-controls { display: grid; gap: 11px; }
.hh24-range-field { display: grid !important; gap: 7px !important; }
.hh24-range-field > span { display: flex; justify-content: space-between; gap: 10px; }
.hh24-range-field output { color: #000; font-weight: 750; }
.hh24-range-field input { width: 100%; min-height: 24px !important; padding: 0 !important; accent-color: #000; }
.hh24-media-library-upload { margin-bottom: 12px; }
.hh24-media-library-hint { margin: 0 0 13px; color: #77706b; font-size: 11px; line-height: 1.45; }
.hh24-media-library { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.hh24-media-library-empty { grid-column: 1 / -1; padding: 24px 12px; border: 1px dashed #d8d1cc; border-radius: 12px; color: #77706b; text-align: center; }
.hh24-media-library figure { position: relative; overflow: hidden; margin: 0; border: 2px solid transparent; border-radius: 11px; background: #fff; }
.hh24-media-library figure.is-used { border-color: #d6b471; }
.hh24-media-choose { display: grid !important; width: 100%; min-height: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: #fff !important; color: #111 !important; text-align: left; }
.hh24-media-choose img { display: block; width: 100%; height: 104px; object-fit: cover; }
.hh24-media-choose span { overflow: hidden; padding: 7px 8px; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.hh24-media-delete { position: absolute; top: 5px; right: 5px; width: 28px !important; min-height: 28px !important; border: 0 !important; background: rgba(0,0,0,.7) !important; color: #fff !important; }

.hh24-save-row { position: sticky; z-index: 5; bottom: 12px; display: flex; align-items: center; justify-content: flex-end; gap: 18px; margin-top: 16px; padding: 11px 13px; border: 1px solid var(--hh24-line); border-radius: 13px; background: rgba(255,255,255,.94); box-shadow: 0 10px 30px rgba(40,35,42,.09); backdrop-filter: blur(10px); }
.hh24-save-state { margin-right: auto; color: #70636b; font-size: 11px; }
.hh24-save-state::before { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #79a88a; content: ""; }
.has-unsaved-changes .hh24-save-state::before { background: #d6a254; }
.hh24-save-state.is-error { color: var(--hh24-danger); }
.hh24-save-state.is-error::before { background: var(--hh24-danger); }

/* Existing logo, guests and package areas */
.hh24-logo-grid { display: grid; grid-template-columns: minmax(260px,420px) minmax(260px,1fr); gap: 40px; align-items: center; }
.hh24-logo-form { padding: 24px; border-radius: 18px; background: var(--hh24-mist); }
.hh24-logo-form .hh24-color-row input { padding: 4px; }
.hh24-logo-preview { --logo-primary:#8fcac7; --logo-secondary:#f39d8c; display:flex; min-height:370px; flex-direction:column; align-items:center; justify-content:center; padding:40px; border:12px solid transparent; border-radius:28px; background:var(--hh24-ivory); color:var(--logo-primary); text-align:center; box-shadow:inset 0 0 0 2px var(--logo-secondary); }
.hh24-logo-preview[data-frame="circle"] { border-radius:50%; }
.hh24-logo-preview[data-frame="oval"] { border-radius:50%/38%; }
.hh24-logo-preview[data-frame="diamond"] { border-radius:4px; transform:rotate(2deg); }
.hh24-logo-preview strong { font:500 clamp(55px,8vw,90px)/1 "Bodoni Moda Variable",Georgia,serif; }
.hh24-logo-preview p { margin:10px 0; color:var(--hh24-ink); font:500 25px/1.2 "Bodoni Moda Variable",Georgia,serif; }
.hh24-logo-preview small { font-weight:800; letter-spacing:.15em; }
.hh24-logo-preview em { margin-top:10px; color:var(--hh24-ink); font-style:normal; font-size:14px; letter-spacing:.1em; }
.hh24-logo-preview[data-font-pair="cormorant_manrope"] strong,.hh24-logo-preview[data-font-pair="cormorant_manrope"] p { font-family:"Cormorant Garamond",Georgia,serif; }
.hh24-logo-preview[data-font-pair="libre_montserrat"] strong,.hh24-logo-preview[data-font-pair="libre_montserrat"] p { font-family:"Libre Baskerville",Georgia,serif; }
.hh24-logo-preview[data-font-pair="lora_inter"] strong,.hh24-logo-preview[data-font-pair="lora_inter"] p { font-family:Lora,Georgia,serif; }
.hh24-logo-preview[data-layout="elegant_wordmark"] strong,.hh24-logo-preview[data-layout="minimal"] strong { display:none; }
.hh24-logo-preview[data-layout="elegant_wordmark"] p,.hh24-logo-preview[data-layout="minimal"] p { font-size:clamp(34px,5vw,58px); }
.hh24-logo-export { display:flex; gap:8px; margin-top:24px; }
.hh24-logo-export button { min-height:36px; padding:8px 12px; background:#11100f; font-size:10px; }
.hh24-logo-decoration { color:var(--logo-secondary); font-size:42px; }
.hh24-pro-service { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:30px; padding:22px 24px; border:1px solid var(--hh24-rose); border-radius:18px; background:var(--hh24-ivory); }
.hh24-pro-service h3 { margin:8px 0 4px; }
.hh24-pro-service p { margin:0; }
.hh24-pill { display:inline-block; padding:5px 9px; border-radius:99px; background:var(--hh24-rose); color:var(--hh24-aubergine); font-size:10px; font-weight:800; }
.hh24-guest-upgrade,
.hh24-invite-result { margin:18px 0; padding:22px; border-radius:16px; background:var(--hh24-ivory); }
.hh24-guest-form { display:grid; grid-template-columns:repeat(4,minmax(140px,1fr)); gap:14px; align-items:end; margin:20px 0; padding:22px; border:1px solid var(--hh24-border); border-radius:18px; background:#fff; }
.hh24-guest-form .is-wide { grid-column:span 2; }
.hh24-guest-form-actions { display:flex; align-items:center; gap:10px; }
.hh24-guest-toolbar { display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin:18px 0; }
.hh24-guest-toolbar .hh24-secondary-button { cursor:pointer; }
.hh24-guest-template { color:#111; font-size:14px; font-weight:650; }
.hh24-guest-summary { margin:16px 0 10px; color:var(--hh24-muted); font-size:14px; }
.hh24-guest-list td strong,.hh24-guest-list td small { display:block; }
.hh24-guest-list td small { margin-top:3px; color:var(--hh24-muted); }
.hh24-table-actions { display:flex; flex-wrap:wrap; gap:7px; }
.hh24-table-actions button { min-height:38px; padding:8px 10px; }
.hh24-table-actions button span { margin-left:5px; }
.hh24-qr-downloads { display:flex; flex-wrap:wrap; gap:8px; }
.hh24-qr-downloads a { display:inline-flex; align-items:center; gap:7px; padding:9px 13px; border:1px solid #111; border-radius:999px; color:#111; font-weight:700; text-decoration:none; }
.hh24-account-tools { display:grid; grid-template-columns:1.1fr .9fr; gap:22px; }
.hh24-team-card,.hh24-data-card { padding:clamp(22px,3vw,34px); border:1px solid var(--hh24-border); border-radius:22px; background:#fff; box-shadow:0 18px 50px rgba(24,18,16,.06); }
.hh24-account-tools h3 { margin:0 0 8px; }
.hh24-account-tools h4 { margin:24px 0 8px; }
.hh24-member-form { display:grid; grid-template-columns:1.4fr .8fr auto; gap:12px; align-items:end; margin:22px 0 10px; }
.hh24-member-list { display:grid; gap:9px; margin-top:18px; }
.hh24-member-row { display:flex; align-items:center; justify-content:space-between; gap:14px; padding:13px 15px; border-radius:14px; background:var(--hh24-mist); }
.hh24-member-row strong,.hh24-member-row small { display:block; }
.hh24-member-row small { margin-top:3px; color:var(--hh24-muted); }
.hh24-data-card hr { margin:28px 0; border:0; border-top:1px solid var(--hh24-border); }
.hh24-delete-wedding-form { display:grid; gap:12px; margin-top:18px; }
.hh24-danger-button { background:#8d2929 !important; }
.hh24-member-status,.hh24-delete-status { color:var(--hh24-muted); font-size:14px; }
.hh24-publication-settings { display:grid; grid-template-columns:minmax(260px,1.4fr) repeat(2,minmax(190px,1fr)); gap:18px; align-items:end; margin:0 0 24px; padding:24px; border:1px solid var(--hh24-border); border-radius:20px; background:#fffaf8; }
.hh24-publication-settings > div:first-child { grid-row:span 2; align-self:start; }
.hh24-publication-settings h3 { margin:4px 0 8px; }
.hh24-publication-settings p { margin:0; }
.hh24-publication-settings small { display:block; margin-top:5px; color:var(--hh24-muted); }
.hh24-publication-settings .hh24-switch,.hh24-publication-settings .hh24-clear-password { display:flex; align-items:center; gap:9px; min-height:50px; }
.hh24-publication-settings .hh24-rsvp-questions { grid-column:2 / -1; }
.hh24-publication-settings input[type="checkbox"] { width:20px; height:20px; }
.hh24-publication-actions { grid-column:2 / -1; display:flex; align-items:center; gap:14px; }
.hh24-publication-status { font-size:14px; color:var(--hh24-muted); }
.hh24-invite-result input { margin-top:10px; }
.hh24-guest-list { overflow-x: auto; }
.hh24-guest-list table { width:100%; border-collapse:collapse; }
.hh24-guest-list th,
.hh24-guest-list td { padding:13px; border-bottom:1px solid #ece4df; text-align:left; }
.hh24-status { display:inline-block; padding:5px 9px; border-radius:99px; background:var(--hh24-mist); font-size:10px; font-weight:800; }
.hh24-status-accepted { background:#dfe9e3; color:#3e5b4d; }
.hh24-status-declined { background:#f2dde0; color:#7b3540; }
.hh24-package-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-top:24px; }
.hh24-package-card { display:flex; flex-direction:column; padding:24px; border:1px solid #e5dcd6; border-radius:18px; background:#fff; }
.hh24-package-card.is-featured { border:2px solid var(--hh24-aubergine); box-shadow:0 14px 38px rgba(0,0,0,.12); }
.hh24-package-card h3 { margin:14px 0 0; font-size:24px; }
.hh24-price { margin:12px 0; color:var(--hh24-aubergine); font-size:28px; font-weight:800; }
.hh24-price small { font-size:11px; }
.hh24-package-card ul { flex:1; padding-left:20px; }
.hh24-package-card li { margin:8px 0; }
.hh24-addon-box { margin-top:24px; padding:24px; border-radius:18px; background:var(--hh24-mist); }
.hh24-addon-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
.hh24-addon-list label { display:flex !important; flex-direction:row; align-items:center; gap:10px !important; padding:12px; border-radius:10px; background:#fff; }
.hh24-addon-list input { width:20px; min-height:20px; }
.hh24-addon-list span { display:flex; flex:1; justify-content:space-between; gap:8px; }
.hh24-addon-list small { white-space:nowrap; }
.hh24-terms { display:flex !important; grid-template-columns:none !important; flex-direction:row; align-items:flex-start; gap:9px !important; margin:20px 0; }
.hh24-terms input { width:20px; min-height:20px; }
.hh24-checkout-state { color:var(--hh24-danger); font-weight:700; }
.hh24-login-card { max-width:620px; margin:70px auto; padding:40px; border-radius:22px; background:var(--hh24-ivory); box-shadow:0 18px 60px rgba(0,0,0,.1); }

@media (max-width: 1380px) {
  .hh24-dashboard { grid-template-columns: 190px minmax(0,1fr); }
  .hh24-dashboard-main { padding: 20px; }
  .hh24-builder-shell { grid-template-columns: 248px minmax(390px,1fr) 285px; }
  .hh24-builder-inspector { max-height: 740px; }
}

@media (max-width: 1120px) {
  .hh24-dashboard { grid-template-columns: 1fr; width: min(100% - 24px, 1040px); margin-top: 16px; }
  .hh24-dashboard-nav { padding: 17px 20px; }
  .hh24-dashboard-nav h1 { margin: 4px 0 14px; font-size: 23px; }
  .hh24-dashboard-nav nav { grid-template-columns: repeat(4,1fr); }
  .hh24-dashboard-nav nav button { justify-content: center; text-align: center; }
  .hh24-builder-shell { grid-template-columns: 250px minmax(400px,1fr); }
  .hh24-builder-inspector { grid-column: 1 / -1; max-height: none; border-top: 1px solid var(--hh24-line); border-left: 0; }
  .hh24-inspector-content { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .hh24-inspector-content > header { grid-column: 1 / -1; margin-bottom: 0; }
  .hh24-inspector-content > .hh24-module-style { margin-top: 0; padding-top: 0; border-top: 0; }
}

@media (max-width: 760px) {
  .hh24-dashboard { width: calc(100% - 12px); margin: 6px 0 45px 50%; border-radius: 16px; }
  .hh24-dashboard-nav { padding: 14px; }
  .hh24-dashboard-nav .hh24-eyebrow,
  .hh24-dashboard-nav h1 { display: none; }
  .hh24-dashboard-nav nav { grid-template-columns: repeat(4,1fr); gap: 3px; }
  .hh24-dashboard-nav nav button { min-height: 52px; flex-direction: column; gap: 4px; padding: 7px 3px; font-size: 9px; }
  .hh24-dashboard-main { padding: 12px; }
  .hh24-view-header { align-items:flex-start; flex-direction:column; }
  .hh24-builder-header h2 { font-size: 37px; }
  .hh24-builder-header .hh24-secondary-button { width: 100%; }
  .hh24-builder-shell { display: flex; flex-direction: column; border-radius: 14px; }
  .hh24-builder-library { border-right: 0; border-bottom: 1px solid var(--hh24-line); }
  .hh24-preset-grid { grid-template-columns: repeat(3,1fr); }
  .hh24-preset-grid button:last-child { grid-column: auto; display: grid; grid-template-columns: 1fr; }
  .hh24-preset-grid button:last-child small { grid-column: auto; }
  .hh24-design-controls { grid-template-columns: 1fr; }
  .hh24-builder-pane[data-builder-pane="design"] { max-height: 480px; overflow-y: auto; }
  .hh24-builder-canvas { order: 2; }
  .hh24-builder-inspector { order: 3; }
  .hh24-preview-stage { min-height: 520px; padding: 12px; }
  .hh24-preview-device { min-width: 0; min-height: 490px; }
  .hh24-preview-device[data-device="desktop"],
  .hh24-preview-device[data-device="tablet"] { width: 100%; }
  .hh24-live-preview { min-height: 490px; }
  .hh24-inspector-content { display: block; }
  .hh24-inspector-content > header { margin-bottom: 18px; }
  .hh24-inspector-content > .hh24-module-style { margin-top: 17px; padding-top: 14px; border-top: 1px solid var(--hh24-line); }
  .hh24-save-row { bottom: 5px; flex-wrap: wrap; }
  .hh24-save-row button { width: 100%; }
  .hh24-save-state { width: 100%; }
  .hh24-logo-grid,
  .hh24-package-grid { grid-template-columns:1fr; }
  .hh24-guest-form { grid-template-columns:1fr 1fr; }
  .hh24-addon-list { grid-template-columns:1fr; }
  .hh24-pro-service { align-items:flex-start; flex-direction:column; }
}

@media (max-width: 450px) {
  .hh24-preset-grid { grid-template-columns: 1fr 1fr; }
  .hh24-preset-grid button:last-child { grid-column: 1 / -1; }
  .hh24-live-badge { display: none; }
  .hh24-builder-toolbar { grid-template-columns: 1fr auto; }
  .hh24-device-switch { justify-self: end; }
  .hh24-guest-form { grid-template-columns:1fr; }
  .hh24-addon-list span { flex-direction:column; }
}

/* Final cascade for the v0.3 application shell. */
.hh24-dashboard {
  --hh24-aubergine: #000000;
  --hh24-aubergine-dark: #111111;
  --hh24-rose: #f78f82;
  --hh24-sage: #c4a878;
  --hh24-ink: #11100f;
  --hh24-mist: #fef4f3;
  --hh24-ivory: #fff;
  --hh24-line: #e8e3df;
  grid-template-columns: 232px minmax(0,1fr);
  border-color: #e8e3df;
  box-shadow: 0 28px 90px rgba(0,0,0,.12);
}
.hh24-dashboard-nav { overflow-y:auto; max-height:calc(100vh - 64px); background:#11100f; }
.hh24-dashboard-nav nav { gap:4px; }
.hh24-dashboard-nav nav button { min-height:43px; border-radius:10px; color:rgba(255,255,255,.68); }
.hh24-dashboard-nav nav button i { color:#f78f82; }
.hh24-dashboard-nav nav button:hover,.hh24-dashboard-nav nav button.is-active { background:#000000; color:#fff; }
.hh24-dashboard-main { background:#fbfaf9; }
.hh24-dashboard button { background:#000000; }
.hh24-dashboard button:hover { background:#111111; }
.hh24-dashboard .hh24-secondary-button { border-color:#11100f; background:#fff; color:#11100f; }
.hh24-dashboard .hh24-secondary-button:hover { background:#11100f; color:#fff; }
.hh24-overview-stats button { background:#fff; color:#11100f; }
.hh24-overview-stats button:hover { border-color:#d6d6d6; background:#fff; color:#11100f; }
.hh24-section-title > button { background:#f5f2ef; color:#000000; }
.hh24-overview-task { background:transparent; color:#11100f; }
.hh24-overview-task:hover { background:#fef4f3; color:#11100f; }
.hh24-overview-tools button { background:#fbfaf9; color:#11100f; }
.hh24-overview-tools button:hover { background:#fef4f3; color:#11100f; }
.hh24-planner-form button,.hh24-gallery-form button { background:#11100f; }
.hh24-planner-form button:hover,.hh24-gallery-form button:hover { background:#000000; }
.hh24-tool-notice button { background:#000000; }
.hh24-task-filter button { background:#eeeae7; color:#625d59; }
.hh24-task-filter button.is-active { background:#000000; color:#fff; }
.hh24-row-delete,.hh24-table-card header button { background:transparent; color:#a29b96; }
.hh24-row-delete:hover,.hh24-table-card header button:hover { background:#fff0ee; color:#a7463c; }
.hh24-gallery-actions button:nth-child(2) { background:#eeeae7; color:#514d49; }
.hh24-gallery-actions button:last-child { background:#fff0ee; color:#a7463c; }
.hh24-invite-qr { display:flex; align-items:center; gap:16px; margin-top:14px; padding:14px; border-radius:14px; background:#fff; }
.hh24-invite-qr img { width:132px; height:132px; border:8px solid #fff; box-shadow:0 6px 22px rgba(17,16,15,.09); }
.hh24-invite-qr > div { display:grid; gap:5px; }
.hh24-invite-qr p { margin:0; color:#77716d; }
.hh24-invite-qr a { display:inline-flex; width:max-content; align-items:center; gap:7px; margin-top:6px; padding:10px 13px; border-radius:9px; background:#11100f; color:#fff; font-size:12px; font-weight:700; text-decoration:none; }
.hh24-guest-invite { min-height:34px !important; padding:7px 10px !important; background:#fef4f3 !important; color:#000000 !important; font-size:10px !important; }

@media (max-width:1380px) {
  .hh24-dashboard { grid-template-columns:210px minmax(0,1fr); }
}
@media (max-width:1120px) {
  .hh24-dashboard { grid-template-columns:1fr; }
  .hh24-dashboard-nav { overflow:hidden; max-height:none; }
  .hh24-dashboard-nav nav { display:flex; overflow-x:auto; padding-bottom:4px; scrollbar-width:none; -ms-overflow-style:none; }
  .hh24-dashboard-nav nav::-webkit-scrollbar { display:none; }
  .hh24-dashboard-nav nav button { min-width:122px; }
  .hh24-nav-label { display:none; }
}
@media (max-width:760px) {
  .hh24-dashboard-nav nav { display:flex; grid-template-columns:none; }
  .hh24-dashboard-nav nav button { min-width:92px; min-height:56px; }
  .hh24-invite-qr { align-items:flex-start; flex-direction:column; }
}

/* v0.4 – WedSites-inspired type scale and collapsible planning drawer. */
body.hh24-planner-nav-open { overflow: hidden; }
.hh24-dashboard {
  --hh24-aubergine: #000000;
  --hh24-aubergine-dark: #000000;
  --hh24-rose: #f78f82;
  --hh24-sage: #d6b471;
  --hh24-ink: #000000;
  --hh24-mist: #fef4f3;
  --hh24-ivory: #ffffff;
  --hh24-line: #ededed;
  display: block;
  width: 100%;
  margin: 42px auto 90px;
  overflow: visible;
  transform: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #555555;
  font-size: 18px;
  line-height: 1.5;
  box-shadow: none;
}
.hh24-dashboard-main {
  min-height: 720px;
  padding: clamp(34px, 4vw, 58px);
  overflow: hidden;
  border: 1px solid #ededed;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .07);
}
.hh24-dashboard .hh24-dashboard-main h2 {
  margin: 5px 0 10px;
  color: #000000;
  font: 400 42px/1.3 "Playfair Display Variable", "Playfair Display", Georgia, serif;
  letter-spacing: normal;
}
.hh24-dashboard .hh24-dashboard-main h3,
.hh24-dashboard .hh24-section-title h3 {
  color: #000000;
  font: 400 27px/1.3 "Playfair Display Variable", "Playfair Display", Georgia, serif;
  letter-spacing: normal;
}
.hh24-dashboard .hh24-view-header > div > p:not(.hh24-eyebrow),
.hh24-dashboard .hh24-create-wedding > p,
.hh24-dashboard .hh24-planner-view > header p { color: #555555; font-size: 18px; line-height: 1.5; }
.hh24-dashboard .hh24-eyebrow {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 1.3;
}
.hh24-dashboard input,
.hh24-dashboard textarea,
.hh24-dashboard select { color: #555555; font-size: 16px; line-height: 1.5; }
.hh24-dashboard button,
.hh24-dashboard .hh24-secondary-button { font-size: 16px; }
.hh24-dashboard .hh24-primary-button,
.hh24-dashboard .hh24-planner-form > button,
.hh24-dashboard .hh24-gallery-form > button { border-radius: 0; background: #000000; color: #ffffff; }
.hh24-dashboard .hh24-primary-button:hover,
.hh24-dashboard .hh24-planner-form > button:hover,
.hh24-dashboard .hh24-gallery-form > button:hover { background: #f78f82; color: #ffffff; }
.hh24-overview-hero { background: #000000; }
.hh24-overview-tools button:hover { background: #fef4f3; }
.hh24-task-filter button.is-active { background: #000000; }

.hh24-dashboard .hh24-dashboard-launcher {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 960;
  display: flex;
  width: 50px;
  min-height: 154px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 11px;
  border: 0;
  border-radius: 0 16px 16px 0;
  background: #000000;
  color: #ffffff;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .18);
  transform: translateY(-50%);
  transition: width .22s ease, background .22s ease;
}
.hh24-dashboard .hh24-dashboard-launcher:hover { width: 58px; background: #f78f82; color: #000000; }
.hh24-dashboard .hh24-dashboard-launcher i { color: #f78f82; font-size: 17px; }
.hh24-dashboard .hh24-dashboard-launcher span { font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.hh24-dashboard .hh24-dashboard-launcher:focus-visible,
.hh24-dashboard-close:focus-visible { outline: 3px solid #d6b471; outline-offset: 3px; }

.hh24-dashboard-backdrop {
  position: fixed;
  inset: 0;
  z-index: 970;
  background: rgba(0, 0, 0, .45);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
  backdrop-filter: blur(3px);
}
.hh24-dashboard-nav {
  position: fixed;
  top: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 980;
  display: block;
  width: min(320px, calc(100vw - 48px));
  max-height: none;
  padding: 30px 24px 24px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 24px;
  background: #000000;
  color: #ffffff;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .36);
  visibility: hidden;
  transform: translateX(calc(-100% - 50px));
  transition: transform .3s cubic-bezier(.22, 1, .36, 1), visibility .3s;
  scrollbar-color: #f78f82 transparent;
  scrollbar-width: thin;
}
body.admin-bar .hh24-dashboard-nav { top: 56px; }
.hh24-dashboard.is-nav-open .hh24-dashboard-nav { visibility: visible; transform: translateX(0); }
.hh24-dashboard.is-nav-open .hh24-dashboard-backdrop { opacity: 1; pointer-events: auto; }
.hh24-dashboard.is-nav-open .hh24-dashboard-launcher { opacity: 0; pointer-events: none; }
.hh24-dashboard-drawer-head { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: start; margin-bottom: 26px; }
.hh24-dashboard .hh24-dashboard-nav .hh24-eyebrow { margin: 0 0 9px; color: #ffffff; font-size: 12px; }
.hh24-dashboard .hh24-dashboard-nav h2 { margin: 0; color: #ffffff; font: 400 30px/1.2 "Playfair Display Variable", "Playfair Display", Georgia, serif; letter-spacing: normal; }
.hh24-dashboard .hh24-dashboard-close {
  display: grid;
  width: 38px;
  min-height: 38px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
}
.hh24-dashboard .hh24-dashboard-close:hover { border-color: #f78f82; background: #f78f82; color: #000000; }
.hh24-dashboard .hh24-dashboard-nav nav { display: grid; gap: 5px; overflow: visible; padding: 0; }
.hh24-dashboard .hh24-dashboard-nav .hh24-nav-label { display: block; margin: 18px 10px 5px; color: rgba(255, 255, 255, .42); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hh24-dashboard .hh24-dashboard-nav nav button {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  justify-content: flex-start;
  flex-direction: row;
  gap: 12px;
  padding: 11px 13px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.hh24-dashboard .hh24-dashboard-nav nav button i { width: 18px; color: #f78f82; text-align: center; }
.hh24-dashboard .hh24-dashboard-nav nav button:hover { background: rgba(235, 235, 240, .12); color: #ffffff; }
.hh24-dashboard .hh24-dashboard-nav nav button.is-active { background: #f78f82; color: #000000; }
.hh24-dashboard .hh24-dashboard-nav nav button.is-active i { color: #000000; }

@media (max-width: 760px) {
  .hh24-dashboard { width: 100%; margin: 18px auto 70px; }
  .hh24-dashboard-main { min-height: 620px; padding: 25px 20px; border-radius: 20px; }
  .hh24-dashboard .hh24-dashboard-main h2 { font-size: 42px; }
  .hh24-dashboard .hh24-dashboard-main h3,
  .hh24-dashboard .hh24-section-title h3 { font-size: 27px; }
  .hh24-dashboard .hh24-dashboard-launcher { top: auto; bottom: 18px; left: 14px; width: 54px; min-height: 54px; padding: 0; border-radius: 50%; transform: none; }
  .hh24-dashboard .hh24-dashboard-launcher:hover { width: 54px; }
  .hh24-dashboard .hh24-dashboard-launcher span { display: none; }
  .hh24-dashboard-nav { top: 12px; right: 12px; bottom: 12px; left: 12px; width: auto; border-radius: 20px; }
  body.admin-bar .hh24-dashboard-nav { top: 58px; }
  .hh24-dashboard .hh24-dashboard-nav nav { display: grid; }
  .hh24-dashboard .hh24-dashboard-nav nav button { min-width: 0; min-height: 46px; flex-direction: row; font-size: 14px; }
}

/* v0.4.4 readability and spacing pass. */
.hh24-dashboard {
  width: min(1380px, calc(100% - 32px));
  max-width: 1380px;
}
.hh24-dashboard label { color: #4d4a48; font-size: 14px; line-height: 1.4; }
.hh24-dashboard input,
.hh24-dashboard select,
.hh24-dashboard textarea { min-height: 44px; font-size: 16px; }
.hh24-dashboard textarea { min-height: 104px; }

.hh24-dashboard .hh24-primary-button,
.hh24-dashboard .hh24-secondary-button,
.hh24-dashboard .hh24-planner-form > button,
.hh24-dashboard .hh24-gallery-form > button,
.hh24-dashboard .hh24-tool-notice button,
.hh24-dashboard .hh24-save-row > button,
.hh24-dashboard .hh24-gallery-link a {
  min-height: 48px;
  padding: 11px 19px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1;
}
.hh24-dashboard .hh24-primary-button,
.hh24-dashboard .hh24-planner-form > button,
.hh24-dashboard .hh24-gallery-form > button,
.hh24-dashboard .hh24-save-row > button { background: #000; color: #fff; }
.hh24-dashboard .hh24-primary-button:hover,
.hh24-dashboard .hh24-planner-form > button:hover,
.hh24-dashboard .hh24-gallery-form > button:hover,
.hh24-dashboard .hh24-save-row > button:hover { background: #d6b471; color: #000; }

.hh24-builder-shell {
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
  grid-template-columns: 300px minmax(460px, 1fr) 340px;
}
.hh24-builder-toolbar-actions { display: flex; align-items: center; justify-self: end; gap: 12px; }
.hh24-dashboard .hh24-builder-fullscreen {
  display: inline-flex;
  width: auto;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid #d8d2cf;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 650;
}
.hh24-dashboard .hh24-builder-fullscreen:hover,
.hh24-dashboard .hh24-builder-fullscreen[aria-pressed="true"] { border-color: #000; background: #000; color: #fff; }
.hh24-dashboard .hh24-builder-fullscreen:focus-visible { outline: 3px solid #d6b471; outline-offset: 3px; }
body.hh24-builder-fullscreen-open { overflow: hidden; }
.hh24-builder-shell.is-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  min-height: 100dvh;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.hh24-builder-shell.is-fullscreen-fallback { position: fixed; inset: 0; z-index: 999999; }
.hh24-builder-shell.is-fullscreen .hh24-builder-library,
.hh24-builder-shell.is-fullscreen .hh24-builder-inspector { max-height: 100dvh; overflow-y: auto; }
.hh24-builder-shell.is-fullscreen .hh24-builder-canvas { display: flex; min-height: 0; flex-direction: column; overflow: hidden; }
.hh24-builder-shell.is-fullscreen .hh24-preview-stage { min-height: 0; flex: 1; }
.hh24-builder-tabs button { min-height: 44px; font-size: 14px; }
.hh24-builder-pane { padding: 20px; }
.hh24-builder-pane-head span { font-size: 24px; }
.hh24-builder-pane-head small { font-size: 12px; line-height: 1.4; }
.hh24-preset-grid strong { font-size: 13px; }
.hh24-preset-grid small { font-size: 11px; line-height: 1.35; }
.hh24-control-group > span,
.hh24-design-controls summary,
.hh24-module-style summary,
.hh24-repeater-head { font-size: 13px; line-height: 1.4; }
.hh24-module-select strong { font-size: 13px; }
.hh24-module-select small { max-width: 160px; font-size: 11px; line-height: 1.35; }
.hh24-module-catalog button { min-height: 66px; font-size: 12px; line-height: 1.25; }
.hh24-live-badge { font-size: 11px; letter-spacing: .05em; }
.hh24-inspector-empty p { font-size: 13px; line-height: 1.45; }
.hh24-inspector-content > header span { font-size: 11px; }
.hh24-inspector-content > header h3 { font-size: 24px; }
.hh24-repeater-row > span { font-size: 11px; }
.hh24-upload-button span { font-size: 13px; }
.hh24-upload-button small { font-size: 11px; line-height: 1.35; }
.hh24-save-state { font-size: 12px; }

.hh24-overview-stats small { font-size: 13px; line-height: 1.35; }
.hh24-overview-tools span { font-size: 14px; line-height: 1.35; }
.hh24-section-title > button { min-height: 42px; padding: 9px 14px; border-radius: 999px; font-size: 13px; }
.hh24-task-row > div > p { font-size: 13px; line-height: 1.4; }
.hh24-item-category { font-size: 11px; }
.hh24-table-card header small { font-size: 12px; }
.hh24-table-guests > p { font-size: 13px; }
.hh24-seat-guest > span { font-size: 14px; }
.hh24-seat-guest small { font-size: 12px; }
.hh24-seat-guest select { width: 130px; min-height: 38px; font-size: 13px; }
.hh24-timeline-row p { font-size: 14px; line-height: 1.45; }
.hh24-timeline-row small { font-size: 12px; }
.hh24-gallery-link strong { font-size: 14px; }
.hh24-gallery-link small { font-size: 12px; }
.hh24-guest-invite { min-height: 40px !important; padding: 8px 12px !important; border-radius: 999px !important; font-size: 12px !important; }
.hh24-pill,
.hh24-status { font-size: 12px; }
.hh24-price small { font-size: 12px; }
.hh24-logo-export button { min-height: 42px; padding: 9px 14px; border-radius: 999px; font-size: 12px; }

@media (max-width: 1380px) {
  .hh24-builder-shell { grid-template-columns: 260px minmax(410px, 1fr) 300px; }
}

@media (max-width: 1120px) {
  .hh24-builder-shell { grid-template-columns: 260px minmax(410px, 1fr); }
  .hh24-builder-inspector { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .hh24-dashboard { width: calc(100% - 24px); }
  .hh24-dashboard label { font-size: 13px; }
  .hh24-builder-shell { display: flex; flex-direction: column; }
  .hh24-builder-shell.is-fullscreen { width: 100vw; }
  .hh24-builder-toolbar-actions { gap: 6px; }
  .hh24-dashboard .hh24-builder-fullscreen { width: 40px; padding: 0; border-radius: 50%; }
  .hh24-builder-fullscreen span,
  .hh24-live-badge { display: none; }
  .hh24-builder-pane { padding: 17px; }
  .hh24-module-select small { max-width: 190px; }
  .hh24-seat-guest { align-items: stretch; flex-direction: column; }
  .hh24-seat-guest select { width: 100%; }
}

@media print {
  .hh24-dashboard-launcher,
  .hh24-dashboard-backdrop,
  .hh24-dashboard-nav { display: none !important; }
}

/* v0.5.0 cart and consumer checkout. */
.hh24-package-card.is-featured,
.hh24-package-card.is-selected { border-color: #000; box-shadow: 0 16px 44px rgba(0, 0, 0, .1); }
.hh24-package-card.is-selected { outline: 3px solid #d6b471; outline-offset: 3px; }
.hh24-price { color: #000; }
.hh24-addon-box { background: #fbf1ee; }
.hh24-cart { scroll-margin-top: 28px; margin-top: 32px; padding: clamp(24px, 3vw, 42px); border: 1px solid #ded8d4; border-radius: 24px; background: #fff; box-shadow: 0 18px 60px rgba(0, 0, 0, .07); }
.hh24-cart-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 22px; border-bottom: 1px solid #ebe5e1; }
.hh24-cart-head h3 { margin: 4px 0 0; }
.hh24-cart-count { display: inline-flex; min-height: 34px; align-items: center; padding: 7px 12px; border-radius: 999px; background: #fbf1ee; color: #111; font-size: 13px; font-weight: 700; white-space: nowrap; }
.hh24-cart-empty { display: grid; min-height: 190px; place-items: center; align-content: center; gap: 12px; color: #5a5552; text-align: center; }
.hh24-cart-empty i { color: #d6b471; font-size: 30px; }
.hh24-cart-empty p { max-width: 460px; margin: 0; }
.hh24-cart-empty .hh24-secondary-button { min-height: 46px; margin-top: 4px; padding: 10px 19px; border-radius: 999px; }
.hh24-cart-lines { display: grid; gap: 0; padding: 10px 0 0; }
.hh24-cart-lines > div { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 15px 0; border-bottom: 1px solid #eee8e4; }
.hh24-cart-lines > div > span { display: grid; gap: 3px; }
.hh24-cart-lines small { color: #77716d; font-size: 12px; }
.hh24-cart-lines strong { color: #111; font-size: 15px; }
.hh24-cart-total { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; color: #111; font-size: 17px; }
.hh24-cart-total strong { font: 600 clamp(24px, 2.5vw, 34px)/1 "Playfair Display Variable", "Playfair Display", Georgia, serif; }
.hh24-checkout-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 22px; margin: 0 0 30px; padding: 18px; border-radius: 14px; background: #fff8f5; list-style: none; }
.hh24-checkout-facts li { display: flex; gap: 9px; align-items: flex-start; margin: 0; color: #383330; font-size: 14px; line-height: 1.45; }
.hh24-checkout-facts i { margin-top: 4px; color: #b38b3e; }
.hh24-checkout-form { display: grid; gap: 22px; padding-top: 26px; border-top: 1px solid #e9e2de; }
.hh24-checkout-form > h3 { margin: 0; }
.hh24-checkout-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.hh24-checkout-fields label { display: grid; gap: 7px; }
.hh24-checkout-fields .is-wide { grid-column: 1 / -1; }
.hh24-checkout-legal { display: grid; gap: 12px; padding: 20px; border: 1px solid #e4dcd7; border-radius: 14px; background: #fff; }
.hh24-checkout-legal label { display: grid !important; grid-template-columns: 22px minmax(0, 1fr) !important; gap: 11px !important; align-items: start; color: #302c29; font-size: 14px; line-height: 1.5; }
.hh24-checkout-legal input { width: 20px; min-height: 20px; margin-top: 1px; }
.hh24-checkout-legal a { color: #000; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.hh24-order-highlight { padding: 22px; border: 2px solid #000; border-radius: 14px; background: #fff; color: #171513; }
.hh24-order-highlight p { display: flex; justify-content: space-between; gap: 20px; margin: 0; padding: 8px 0; border-bottom: 1px solid #eee8e4; }
.hh24-order-highlight p:last-child { display: block; padding: 15px 0 0; border: 0; color: #5a5552; font-size: 13px; line-height: 1.55; }
.hh24-pay-button { display: inline-flex; width: 100%; min-height: 56px; align-items: center; justify-content: center; padding: 14px 22px; border: 1px solid #000; border-radius: 999px; background: #000; color: #fff; font-size: 16px; font-weight: 750; }
.hh24-pay-button:hover { border-color: #d6b471; background: #d6b471; color: #000; }
.hh24-pay-button:disabled { cursor: wait; opacity: .6; }
.hh24-checkout-state { margin: 14px 0 0; }

@media (max-width: 760px) {
  .hh24-cart { padding: 22px 18px; border-radius: 18px; }
  .hh24-cart-head { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hh24-checkout-facts,
  .hh24-checkout-fields { grid-template-columns: 1fr; }
  .hh24-checkout-fields .is-wide { grid-column: auto; }
  .hh24-cart-lines > div,
  .hh24-order-highlight p { align-items: flex-start; flex-direction: column; gap: 5px; }
}

.hh24-addon-list { display: grid; grid-template-columns: 1fr; gap: 10px; }
.hh24-addon-group { overflow: hidden; border: 1px solid #e1dad6; border-radius: 14px; background: #fff; }
.hh24-addon-group summary { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 16px; color: #111; font-size: 15px; font-weight: 700; cursor: pointer; list-style-position: inside; }
.hh24-addon-group summary span { display: block; flex: 0 0 auto; color: #5d5753; font-size: 12px; font-weight: 600; }
.hh24-addon-group > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 0 14px 14px; }
.hh24-addon-group label { min-height: 62px; }

@media (max-width: 760px) {
  .hh24-addon-group > div { grid-template-columns: 1fr; }
}

.hh24-dashboard-nav .hh24-dashboard-logout { display:flex; min-height:43px; align-items:center; gap:11px; padding:10px 12px; border-radius:10px; color:rgba(255,255,255,.76); font-size:13px; font-weight:600; text-decoration:none; }
.hh24-dashboard-nav .hh24-dashboard-logout i { width:18px; color:#f78f82; text-align:center; }
.hh24-dashboard-nav .hh24-dashboard-logout:hover,
.hh24-dashboard-nav .hh24-dashboard-logout:focus-visible { background:rgba(255,255,255,.12); color:#fff; }
@media(max-width:1180px){.hh24-dashboard-nav .hh24-dashboard-logout{min-width:112px;justify-content:center;}}

@media (max-width: 980px) {
	.hh24-publication-settings { grid-template-columns:1fr 1fr; }
	.hh24-publication-settings > div:first-child { grid-column:1 / -1; grid-row:auto; }
	.hh24-publication-actions { grid-column:1 / -1; }
	.hh24-publication-settings .hh24-rsvp-questions { grid-column:1 / -1; }
	.hh24-guest-form { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.hh24-account-tools { grid-template-columns:1fr; }
	.hh24-member-form { grid-template-columns:1fr 1fr; }
	.hh24-member-form button { grid-column:1 / -1; }
}

@media (max-width: 640px) {
	.hh24-publication-settings { grid-template-columns:1fr; padding:18px; }
	.hh24-publication-actions { grid-column:auto; align-items:flex-start; flex-direction:column; }
	.hh24-publication-settings .hh24-rsvp-questions { grid-column:auto; }
	.hh24-guest-form { grid-template-columns:1fr; padding:16px; }
	.hh24-guest-form .is-wide { grid-column:auto; }
	.hh24-table-actions button span { display:none; }
	.hh24-member-form { grid-template-columns:1fr; }
	.hh24-member-form button { grid-column:auto; }
}

.hh24-referral-field > span { display:flex; gap:10px; }
.hh24-referral-field > span input { flex:1; min-width:0; text-transform:uppercase; }
.hh24-referral-field > span button { flex:0 0 auto; min-height:48px; padding:10px 18px; border:1px solid #111; border-radius:999px; background:#fff; color:#111; font-weight:800; cursor:pointer; }
.hh24-referral-field small { color:#615a57; font-weight:500; }
@media (max-width:560px) { .hh24-referral-field > span { align-items:stretch; flex-direction:column; } }

/* v0.8.1 final readability normalization. */
.hh24-dashboard .hh24-eyebrow { font-size:13px; }
.hh24-dashboard .hh24-nav-label { font-size:11px; }
.hh24-dashboard .hh24-module-tools .hh24-icon-button,
.hh24-dashboard .hh24-gallery-actions button { min-width:38px; min-height:38px; font-size:12px; }
.hh24-dashboard .hh24-media-choose span,
.hh24-dashboard .hh24-image-current figcaption { font-size:12px; }
.hh24-dashboard .hh24-gallery-actions button { padding:8px; }

@media (max-width:760px) {
	.hh24-dashboard .hh24-dashboard-main h2 { font-size:36px; line-height:1.12; }
	.hh24-dashboard .hh24-dashboard-main h3,
	.hh24-dashboard .hh24-section-title h3 { font-size:24px; line-height:1.2; }
	.hh24-dashboard label { font-size:14px; }
}
