:root {
  --demo-ink: #1d2420;
  --demo-muted: #647067;
  --demo-canvas: #f2f5f2;
  --demo-surface: #ffffff;
  --demo-line: #dbe2dd;
  --demo-moss: #274c3b;
  --demo-moss-deep: #17372b;
  --demo-moss-soft: #e2eee7;
  --demo-warm: #a5572d;
  --demo-warm-soft: #fff1e2;
  --site-plum: #431b2a;
  --site-berry: #8d314b;
  --site-pink: #f1d7dc;
  --site-mist: #f4f1f2;
  --site-ink: #251b20;
  --radius: 10px;
  color: var(--demo-ink);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--demo-canvas); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
:focus-visible { outline: 3px solid #d27644; outline-offset: 3px; }

.demo-bar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 22px;
  color: #fff;
  background: #111814;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}
.demo-brand { color: inherit; text-decoration: none; display: flex; align-items: center; gap: 10px; min-width: 220px; }
.demo-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: #e59049; color: #1d241f; font-weight: 800; }
.demo-brand span:last-child { display: grid; line-height: 1.2; }
.demo-brand b { font-size: 14px; }
.demo-brand small { font-size: 11px; color: #aab5ad; }
.demo-switcher { display: flex; padding: 4px; border-radius: 9px; background: #27302b; }
.demo-switch {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border: 0;
  border-radius: 7px;
  color: #bdc8c0;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
}
.demo-switch.is-active { color: #18231d; background: #fff; }
.demo-status { display: flex; align-items: center; gap: 8px; color: #bdc8c0; font-size: 12px; min-width: 220px; justify-content: flex-end; }
.demo-status span { width: 7px; height: 7px; border-radius: 50%; background: #58c990; box-shadow: 0 0 0 4px rgb(88 201 144 / 12%); }

.demo-view { display: none; min-height: 100vh; padding-top: 64px; }
.demo-view.is-visible { display: flex; }
#workspace-view { background: var(--demo-canvas); }
.sidebar {
  position: fixed;
  top: 64px;
  bottom: 0;
  left: 0;
  z-index: 25;
  width: 248px;
  display: flex;
  flex-direction: column;
  color: #dce8e1;
  background: var(--demo-moss-deep);
  border-right: 1px solid rgb(255 255 255 / 8%);
}
.business-lockup { display: flex; align-items: center; gap: 12px; padding: 24px 20px; border-bottom: 1px solid rgb(255 255 255 / 9%); }
.business-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #a6546c; color: #fff; font-family: Newsreader, serif; font-size: 16px; }
.business-lockup > div:last-child, .sidebar-footer > div:nth-child(2) { display: grid; line-height: 1.2; }
.business-lockup b { font-size: 14px; }
.business-lockup span, .sidebar-footer span { color: #9fb1a6; font-size: 11px; margin-top: 4px; }
.side-nav { display: flex; flex-direction: column; gap: 3px; padding: 16px 12px; }
.side-link {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  color: #b8c8be;
  background: transparent;
  font-size: 14px;
  text-align: left;
}
.side-link svg { font-size: 18px; }
.side-link:hover { color: #fff; background: rgb(255 255 255 / 6%); }
.side-link.is-current { color: #183428; background: #e4efe8; font-weight: 600; }
.side-nav-label { padding: 22px 12px 8px; color: #7f9688; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.sidebar-footer { margin-top: auto; min-height: 70px; display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-top: 1px solid rgb(255 255 255 / 9%); }
.owner-avatar { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #244234; background: #f2d5b4; font-size: 12px; font-weight: 700; }
.sidebar-footer b { font-size: 12px; }
.sidebar-footer button { margin-left: auto; border: 0; color: #8da195; background: transparent; }
.workspace { width: calc(100% - 248px); margin-left: 248px; }
.mobile-workspace-bar { display: none; }
.workspace-panel { display: none; width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 42px 0 72px; }
.workspace-panel.is-active { display: block; animation: view-in 180ms ease-out; }
@keyframes view-in { from { opacity: .6; transform: translateY(3px); } }
.page-header { min-height: 104px; display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; margin-bottom: 26px; }
.page-header.compact { min-height: 90px; }
.date-label { margin: 0 0 7px; color: var(--demo-moss); font-size: 12px; font-weight: 700; }
.page-header h1 { margin: 0; font-size: 29px; line-height: 1.2; letter-spacing: -.025em; }
.page-header p:last-child { margin: 7px 0 0; color: var(--demo-muted); font-size: 14px; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 16px; border-radius: 8px; font-size: 13px; font-weight: 700; }
.button-primary { border: 1px solid var(--demo-moss); color: #fff; background: var(--demo-moss); }
.button-primary:hover { background: var(--demo-moss-deep); }
.button-secondary { border: 1px solid #cbd5ce; color: var(--demo-ink); background: #fff; }
.button-secondary:hover { background: #f7f9f7; }
.attention-row { min-height: 70px; display: flex; align-items: center; gap: 13px; padding: 12px 16px; margin-bottom: 22px; border: 1px solid #eac190; border-radius: 9px; background: var(--demo-warm-soft); }
.attention-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 8px; color: #9a4d22; background: #f6d8b5; }
.attention-row > div:nth-child(2) { display: grid; }
.attention-row b { font-size: 14px; }
.attention-row span { color: #775f50; font-size: 12px; margin-top: 2px; }
.attention-row button { min-height: 40px; display: flex; align-items: center; gap: 8px; margin-left: auto; border: 0; color: #713b20; background: transparent; font-size: 12px; font-weight: 700; }
.today-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 22px; align-items: start; }
.schedule-panel, .day-summary, .business-pulse, .calendar-board, .data-surface, .service-management, .money-overview, .editor-layout { border: 1px solid var(--demo-line); border-radius: var(--radius); background: var(--demo-surface); }
.section-heading { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 18px; border-bottom: 1px solid var(--demo-line); }
.section-heading h2, .day-summary h2, .summary-head h2 { margin: 0; font-size: 16px; }
.section-heading p { margin: 4px 0 0; color: var(--demo-muted); font-size: 12px; }
.text-button { display: flex; align-items: center; gap: 5px; border: 0; color: var(--demo-moss); background: transparent; font-size: 12px; font-weight: 700; }
.appointment-row { min-height: 71px; display: grid; grid-template-columns: 54px 12px minmax(180px, 1fr) auto 60px; align-items: center; gap: 12px; padding: 9px 18px; border-bottom: 1px solid #edf0ee; }
.appointment-row:last-child { border-bottom: 0; }
.appointment-row time { color: #455248; font-size: 12px; font-weight: 700; }
.timeline-dot { width: 8px; height: 8px; border: 2px solid #fff; border-radius: 50%; background: #4e6e5e; box-shadow: 0 0 0 1px #9bb0a4; }
.appointment-row.is-done .timeline-dot { background: #93a69a; }
.appointment-row.needs-confirmation { background: #fffbf6; }
.appointment-row.needs-confirmation .timeline-dot { background: var(--demo-warm); box-shadow: 0 0 0 1px #d8a479; }
.appointment-copy { display: grid; min-width: 0; }
.appointment-copy b { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.appointment-copy span { margin-top: 4px; color: var(--demo-muted); font-size: 11px; }
.amount { justify-self: end; font-size: 13px; }
.status { width: fit-content; min-height: 25px; display: inline-flex; align-items: center; gap: 4px; padding: 3px 8px; border-radius: 999px; font-size: 10px; font-weight: 700; white-space: nowrap; }
.status-done { color: #256747; background: #dff2e7; }
.status-confirmed { color: #315e4a; background: #e7efe9; }
.status-warm { color: #8a4a25; background: #fceddc; }
.row-actions { display: flex; gap: 5px; }
.small-button { min-height: 32px; padding: 0 11px; border: 0; border-radius: 7px; color: #fff; background: var(--demo-moss); font-size: 11px; font-weight: 700; }
.more-button { min-width: 32px; min-height: 32px; border: 1px solid #d5ddd7; border-radius: 7px; background: #fff; }
.day-summary { padding: 18px; }
.summary-head { display: flex; align-items: center; justify-content: space-between; }
.summary-head > span { color: #24744e; font-size: 10px; font-weight: 700; }
.summary-head > span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #39a66e; }
.summary-metric { display: grid; padding: 24px 0 12px; }
.summary-metric span { color: var(--demo-muted); font-size: 11px; }
.summary-metric b { margin-top: 4px; font-size: 28px; letter-spacing: -.025em; }
.summary-metric small { margin-top: 2px; color: #597065; }
.progress-track { height: 7px; overflow: hidden; border-radius: 99px; background: #e5ebe7; }
.progress-track span { display: block; height: 100%; border-radius: inherit; background: var(--demo-moss); }
.summary-list { margin: 20px 0; border-top: 1px solid var(--demo-line); }
.summary-list > div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #edf0ee; }
.summary-list dt { color: var(--demo-muted); font-size: 12px; }
.summary-list dd { margin: 0; font-size: 13px; font-weight: 700; }
.summary-list dd.warm { color: var(--demo-warm); }
.next-up { display: grid; padding: 14px; border-radius: 8px; background: var(--demo-moss-soft); }
.next-up span { color: #496657; font-size: 10px; font-weight: 700; }
.next-up b { margin-top: 7px; font-size: 12px; }
.next-up small { margin-top: 3px; color: #60766a; }
.business-pulse { margin-top: 22px; }
.pulse-grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.25fr; }
.pulse-item { display: grid; padding: 20px 18px; border-right: 1px solid var(--demo-line); }
.pulse-item span { color: var(--demo-muted); font-size: 11px; }
.pulse-item b { margin: 4px 0; font-size: 22px; }
.pulse-item small { color: #68736c; font-size: 10px; }
.positive { color: #24744e !important; }
.mini-bars { display: flex; align-items: flex-end; gap: 7px; min-height: 100px; padding: 18px; }
.mini-bars span { flex: 1; min-width: 8px; border-radius: 3px 3px 0 0; background: #cbd8d0; }
.mini-bars span.is-current { background: var(--demo-moss); }
.calendar-board { overflow: hidden; }
.calendar-toolbar { min-height: 66px; display: flex; align-items: center; gap: 12px; padding: 0 18px; border-bottom: 1px solid var(--demo-line); }
.calendar-toolbar h2 { margin: 0; font-size: 15px; }
.calendar-toolbar span { flex: 1; }
.calendar-toolbar button { min-height: 36px; padding: 0 12px; border: 1px solid var(--demo-line); border-radius: 7px; background: #fff; }
.calendar-grid { display: grid; grid-template-columns: 68px repeat(5, 1fr); grid-template-rows: 56px repeat(4, 118px); background: #f4f6f4; gap: 1px; }
.calendar-grid > div { padding: 9px; background: #fff; }
.calendar-day { display: grid; place-content: center; text-align: center; }
.calendar-day b { color: var(--demo-muted); font-size: 10px; }
.calendar-day span { font-size: 17px; font-weight: 700; }
.calendar-day.is-today span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--demo-moss); }
.time-label { color: #7f8b83; font-size: 10px; text-align: right; }
.event { align-self: start; min-height: 62px; margin: 5px; border-radius: 7px; font-size: 11px; font-weight: 700; }
.event small { display: block; margin-top: 6px; font-weight: 500; }
.event-plum { color: #74364b; background: #f5e4e9 !important; }
.event-green { color: #315e4a; background: #e5efe9 !important; }
.event-warm { color: #864c28; background: #fceddc !important; }
.data-surface { overflow: hidden; }
.filter-row { display: flex; align-items: flex-end; gap: 12px; padding: 18px; border-bottom: 1px solid var(--demo-line); }
.filter-row label { flex: 1; display: grid; gap: 6px; }
.filter-row label span { font-size: 11px; font-weight: 700; }
.filter-row input, .editor-controls input, .editor-controls textarea, .form-grid input, .form-grid select, .form-grid textarea, .customer-form input, .customer-form textarea { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #bdc9c1; border-radius: 8px; color: var(--demo-ink); background: #fff; }
.filter-row button { min-height: 44px; padding: 0 14px; border: 1px solid #bdc9c1; border-radius: 8px; background: #fff; }
.table-row { min-height: 66px; display: grid; grid-template-columns: 1.6fr 1.2fr .6fr .8fr .8fr; align-items: center; gap: 14px; padding: 10px 18px; border-bottom: 1px solid #edf0ee; font-size: 12px; }
.table-row:last-child { border-bottom: 0; }
.table-row > span:first-child { display: grid; }
.table-row small { margin-top: 3px; color: var(--demo-muted); }
.table-head { min-height: 42px; color: var(--demo-muted); background: #f6f8f6; font-size: 10px; font-weight: 700; }
.service-management { overflow: hidden; }
.service-management article { min-height: 86px; display: grid; grid-template-columns: 48px minmax(220px, 1fr) 90px 70px; align-items: center; gap: 14px; padding: 14px 18px; border-bottom: 1px solid var(--demo-line); }
.service-management article:last-child { border-bottom: 0; }
.service-management article > div:nth-child(2) { display: grid; }
.service-management span { margin-top: 5px; color: var(--demo-muted); font-size: 11px; }
.service-management button { min-height: 36px; border: 1px solid var(--demo-line); border-radius: 7px; background: #fff; }
.service-swatch { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 8px; font-size: 11px; font-weight: 700; }
.swatch-plum { color: #7f2946; background: #f1dbe2; }
.swatch-rust { color: #8a4829; background: #f6e2d5; }
.swatch-green { color: #2f6049; background: #dfeee6; }
.swatch-pink { color: #7c4964; background: #ede2e9; }
.money-overview { display: grid; grid-template-columns: 1.3fr 1fr; margin-bottom: 22px; overflow: hidden; }
.money-total { display: grid; padding: 28px; border-right: 1px solid var(--demo-line); }
.money-total > span { color: var(--demo-muted); font-size: 12px; }
.money-total > b { margin: 5px 0; font-size: 34px; }
.money-total > small { color: #57675d; }
.money-total .progress-track { margin-top: 18px; }
.money-list { padding: 14px 22px; }
.money-list > div { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--demo-line); font-size: 12px; }
.money-list > div:last-child { border-bottom: 0; }
.money-list span { color: var(--demo-muted); }
.saved-state { display: flex; align-items: center; gap: 6px; color: #347653; font-size: 11px; }
.editor-layout { display: grid; grid-template-columns: 330px minmax(0, 1fr); min-height: 620px; overflow: hidden; }
.editor-controls { padding: 18px; border-right: 1px solid var(--demo-line); }
.editor-tabs { display: flex; gap: 4px; padding: 4px; margin-bottom: 22px; border-radius: 8px; background: #edf1ee; }
.editor-tabs button { flex: 1; min-height: 36px; border: 0; border-radius: 6px; color: var(--demo-muted); background: transparent; font-size: 12px; font-weight: 700; }
.editor-tabs button.is-active { color: var(--demo-ink); background: #fff; }
.editor-controls label { display: grid; gap: 7px; margin-bottom: 17px; font-size: 11px; font-weight: 700; }
.editor-controls textarea { min-height: 90px; resize: vertical; }
.editor-controls fieldset { padding: 0; margin: 0 0 18px; border: 0; }
.editor-controls legend { margin-bottom: 9px; font-size: 11px; font-weight: 700; }
.colour-options { display: flex; gap: 10px; }
.colour-options button { width: 34px; height: 34px; border: 4px solid #fff; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 0 1px #c6cec8; }
.colour-options button.is-selected { box-shadow: 0 0 0 2px var(--demo-moss); }
.editor-section-list { border-top: 1px solid var(--demo-line); }
.editor-section-list button { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0; border: 0; border-bottom: 1px solid var(--demo-line); background: transparent; font-size: 12px; font-weight: 700; }
.editor-section-list small { color: var(--demo-muted); font-weight: 500; }
.preview-stage { min-width: 0; padding: 22px; background: #e4e8e5; }
.preview-toolbar { height: 42px; display: flex; align-items: center; justify-content: space-between; color: var(--demo-muted); font-size: 11px; font-weight: 700; }
.preview-toolbar div { display: flex; gap: 3px; }
.preview-toolbar button { min-height: 30px; padding: 0 9px; border: 0; border-radius: 5px; color: var(--demo-muted); background: transparent; font-size: 10px; }
.preview-toolbar button.is-active { color: var(--demo-ink); background: #fff; }
.mini-site { --mini-accent: #8d314b; position: relative; min-height: 470px; overflow: hidden; color: #fff; background: #2e1821; box-shadow: 0 8px 16px rgb(28 39 32 / 12%); }
.mini-site > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mini-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(30 12 20 / 90%) 0, rgb(30 12 20 / 47%) 58%, rgb(30 12 20 / 4%)); }
.mini-nav { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; font-size: 10px; }
.mini-nav b { font-family: Newsreader, serif; font-size: 15px; }
.mini-nav button, .mini-copy button { min-height: 32px; padding: 0 12px; border: 0; color: #fff; background: var(--mini-accent); font-size: 10px; }
.mini-copy { position: relative; width: 55%; padding: 70px 28px; }
.mini-copy > span { font-size: 8px; letter-spacing: .12em; }
.mini-copy h2 { margin: 12px 0; font-family: Newsreader, serif; font-size: 34px; line-height: 1.02; letter-spacing: -.025em; }
.mini-copy p { font-size: 11px; line-height: 1.5; }
.mini-copy button { margin-top: 12px; }

#site-view { --site-accent: var(--site-berry); flex-direction: column; color: var(--site-ink); background: #fff; font-family: "DM Sans", sans-serif; }
.site-nav { position: absolute; top: 64px; left: 0; right: 0; z-index: 10; min-height: 78px; display: flex; align-items: center; gap: 36px; padding: 0 5vw; color: #fff; border-bottom: 1px solid rgb(255 255 255 / 18%); }
.site-logo { display: flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.site-logo > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: Newsreader, serif; font-size: 12px; }
.site-logo b { font-family: Newsreader, serif; font-size: 20px; font-weight: 600; }
.site-links { display: flex; gap: 28px; margin-left: auto; }
.site-links a { color: inherit; font-size: 12px; font-weight: 600; text-decoration: none; }
.site-book-button { min-height: 42px; padding: 0 16px; border: 1px solid rgb(255 255 255 / 70%); color: #fff; background: transparent; font-size: 12px; font-weight: 700; }
.site-menu { display: none; border: 0; color: #fff; background: transparent; font-size: 22px; }
.site-hero { position: relative; min-height: calc(100svh - 64px); display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--site-plum); }
.site-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.site-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(32 11 20 / 94%) 0%, rgb(32 11 20 / 72%) 38%, rgb(32 11 20 / 14%) 75%, rgb(32 11 20 / 4%) 100%); }
.site-hero-copy { position: relative; z-index: 2; width: min(740px, 60vw); padding: 130px 0 64px 8vw; }
.site-hero-copy > p, .site-intro > p, .site-section-heading p, .site-contact > div > p { margin: 0; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-hero-copy h1 { max-width: 720px; margin: 18px 0; font-family: Newsreader, serif; font-size: clamp(3.4rem, 6.2vw, 5.5rem); font-weight: 500; line-height: .94; letter-spacing: -.035em; text-wrap: pretty; }
.site-hero-copy > span { display: block; max-width: 490px; color: #eadde1; font-family: Newsreader, serif; font-size: 20px; line-height: 1.4; }
.site-hero-copy > div { display: flex; align-items: center; gap: 26px; margin-top: 32px; }
.site-primary { min-height: 48px; padding: 0 20px; border: 1px solid var(--site-accent); color: #fff; background: var(--site-accent); font-size: 12px; font-weight: 700; }
.site-primary:hover { background: #76263e; }
.site-hero-copy a { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-size: 12px; font-weight: 700; text-decoration: none; }
.site-proof { position: absolute; right: 5vw; bottom: 36px; z-index: 2; display: flex; align-items: center; gap: 12px; padding: 12px 15px; border-left: 1px solid rgb(255 255 255 / 35%); }
.site-proof > b { font-family: Newsreader, serif; font-size: 31px; }
.site-proof > span { display: grid; color: #f3c270; font-size: 11px; letter-spacing: .08em; }
.site-proof small { margin-top: 3px; color: #e8dce0; font-size: 10px; letter-spacing: 0; }
.site-intro { display: grid; grid-template-columns: .7fr 1.35fr 1.1fr; gap: 7vw; padding: 110px 8vw; background: #fff; }
.site-intro > p { color: var(--site-accent); }
.site-intro h2 { margin: 0; font-family: Newsreader, serif; font-size: 44px; font-weight: 500; line-height: 1.04; letter-spacing: -.025em; text-wrap: balance; }
.site-intro > div { max-width: 55ch; color: #5c4b53; font-family: Newsreader, serif; font-size: 18px; line-height: 1.55; }
.site-intro > div p:first-child { margin-top: 0; }
.site-services { padding: 100px 8vw 120px; background: var(--site-mist); }
.site-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; padding-bottom: 40px; border-bottom: 1px solid #d3c8cd; }
.site-section-heading p { color: var(--site-accent); }
.site-section-heading h2 { margin: 10px 0 0; font-family: Newsreader, serif; font-size: 48px; font-weight: 500; letter-spacing: -.025em; }
.site-section-heading > span { max-width: 330px; color: #66575e; font-family: Newsreader, serif; font-size: 17px; line-height: 1.4; }
.site-service-list article { min-height: 154px; display: grid; grid-template-columns: 48px minmax(270px, 1.4fr) minmax(200px, .7fr) auto; align-items: center; gap: 24px; border-bottom: 1px solid #d3c8cd; }
.site-service-list article > span { color: #9b898f; font-family: Newsreader, serif; font-size: 16px; }
.site-service-list h3 { margin: 0; font-family: Newsreader, serif; font-size: 29px; font-weight: 500; }
.site-service-list p { max-width: 520px; margin: 8px 0 0; color: #65565d; font-size: 13px; line-height: 1.55; }
.site-service-list dl { display: flex; gap: 34px; margin: 0; }
.site-service-list dl div { display: grid; gap: 6px; }
.site-service-list dt { color: #86777e; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.site-service-list dd { margin: 0; font-family: Newsreader, serif; font-size: 18px; }
.site-service-list button { min-height: 44px; display: flex; align-items: center; gap: 8px; border: 0; color: var(--site-accent); background: transparent; font-size: 12px; font-weight: 700; white-space: nowrap; }
.site-quote { position: relative; display: grid; justify-items: center; padding: 120px 12vw; color: #fff; background: var(--site-plum); text-align: center; }
.quote-mark { color: #d4889f; font-family: Newsreader, serif; font-size: 80px; line-height: .6; }
.site-quote blockquote { max-width: 950px; margin: 28px 0; font-family: Newsreader, serif; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.06; letter-spacing: -.025em; text-wrap: balance; }
.site-quote > p { color: #d7c7cd; font-size: 12px; }
.quote-nav { display: flex; align-items: center; gap: 16px; margin-top: 35px; }
.quote-nav button { width: 40px; height: 40px; border: 1px solid rgb(255 255 255 / 35%); border-radius: 50%; color: #fff; background: transparent; }
.quote-nav span { color: #c9bac0; font-size: 10px; }
.site-contact { display: grid; grid-template-columns: 1fr 1.2fr auto; align-items: end; gap: 60px; padding: 100px 8vw; background: #ecdde1; }
.site-contact h2 { margin: 10px 0 16px; font-family: Newsreader, serif; font-size: 43px; font-weight: 500; letter-spacing: -.025em; }
.site-contact > div > span { display: block; max-width: 440px; color: #5b4850; font-family: Newsreader, serif; font-size: 17px; line-height: 1.45; }
.site-contact dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; margin: 0; }
.site-contact dt { margin-bottom: 8px; color: #7a5d68; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.site-contact dd { margin: 0; font-size: 12px; line-height: 1.65; }
.site-footer { min-height: 150px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; padding: 30px 8vw; color: #ddd0d5; background: #25171d; }
.site-footer p { font-family: Newsreader, serif; }
.site-footer small { color: #aa969e; font-size: 10px; }

dialog { padding: 0; border: 0; }
dialog::backdrop { background: rgb(17 25 20 / 58%); backdrop-filter: blur(3px); }
.booking-dialog { width: min(620px, calc(100% - 30px)); border-radius: 12px; color: var(--demo-ink); background: #fff; }
.dialog-shell { padding: 0; }
.dialog-head { display: flex; align-items: flex-start; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--demo-line); }
.dialog-head span { color: var(--demo-moss); font-size: 11px; font-weight: 700; }
.dialog-head h2 { margin: 5px 0 0; font-size: 21px; }
.icon-button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--demo-line); border-radius: 8px; color: inherit; background: #fff; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 22px 24px; }
.form-grid label { display: grid; gap: 7px; font-size: 11px; font-weight: 700; }
.form-grid .wide { grid-column: 1 / -1; }
.form-grid textarea { min-height: 82px; resize: vertical; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; padding: 16px 24px; border-top: 1px solid var(--demo-line); }
.site-booking-dialog { width: min(1020px, calc(100% - 30px)); height: min(720px, calc(100% - 30px)); color: var(--site-ink); background: #fff; }
.site-booking-dialog::backdrop { background: rgb(35 18 25 / 72%); backdrop-filter: blur(4px); }
.site-booking-shell { position: relative; height: 100%; display: grid; grid-template-columns: 310px 1fr; }
.site-dialog-close { position: absolute; top: 18px; right: 18px; z-index: 4; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #d9cfd3; border-radius: 50%; color: var(--site-ink); background: #fff; }
.site-booking-shell > aside { display: flex; flex-direction: column; justify-content: space-between; padding: 34px 30px; color: #fff; background: var(--site-plum); }
.site-booking-shell > aside > div p { color: #d6bdc6; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.site-booking-shell > aside h2 { margin: 10px 0 26px; font-family: Newsreader, serif; font-size: 30px; font-weight: 500; line-height: 1.05; }
.site-booking-shell > aside dl { margin: 0; border-top: 1px solid rgb(255 255 255 / 20%); }
.site-booking-shell > aside dl div { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid rgb(255 255 255 / 20%); }
.site-booking-shell > aside dt { color: #d1bdc4; font-size: 11px; }
.site-booking-shell > aside dd { margin: 0; font-size: 12px; font-weight: 700; }
.site-booking-shell > aside > small { color: #bdaab1; font-size: 10px; }
.site-booking-shell > section { overflow: auto; padding: 42px 58px; }
.booking-progress { display: flex; align-items: center; width: 190px; margin-bottom: 45px; }
.booking-progress span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #cabdc2; border-radius: 50%; color: #8a777e; font-size: 10px; font-weight: 700; }
.booking-progress span.is-active, .booking-progress span.is-complete { border-color: var(--site-accent); color: #fff; background: var(--site-accent); }
.booking-progress i { flex: 1; height: 1px; background: #cabdc2; }
.booking-step { display: none; }
.booking-step.is-active { display: block; animation: view-in 180ms ease-out; }
.booking-kicker { margin: 0; color: var(--site-accent); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.booking-step h2 { max-width: 540px; margin: 8px 0 27px; font-family: Newsreader, serif; font-size: 37px; font-weight: 500; line-height: 1.05; letter-spacing: -.02em; }
.booking-options { border-top: 1px solid #d9cfd3; }
.booking-options button { width: 100%; min-height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 10px 6px; border: 0; border-bottom: 1px solid #d9cfd3; color: var(--site-ink); background: transparent; text-align: left; }
.booking-options button:hover { color: var(--site-accent); }
.booking-options button span { display: grid; font-family: Newsreader, serif; font-size: 18px; }
.booking-options button small { margin-top: 5px; color: #827178; font-family: "DM Sans", sans-serif; font-size: 10px; }
.booking-options button b { font-size: 12px; }
.date-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.date-strip button { min-height: 70px; display: grid; place-items: center; gap: 3px; border: 1px solid #d9cfd3; background: #fff; }
.date-strip button.is-selected { border-color: var(--site-accent); color: #fff; background: var(--site-accent); }
.date-strip small { font-size: 10px; }
.date-strip b { font-family: Newsreader, serif; font-size: 19px; }
.time-label-booking { margin: 28px 0 12px; font-size: 11px; font-weight: 700; }
.time-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.time-options button { min-height: 45px; border: 1px solid #d9cfd3; background: #fff; font-size: 12px; }
.time-options button:hover, .time-options button.is-selected { border-color: var(--site-accent); color: var(--site-accent); }
.customer-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.customer-form label { display: grid; gap: 7px; font-size: 10px; font-weight: 700; }
.customer-form label:last-child { grid-column: 1 / -1; }
.customer-form textarea { min-height: 78px; }
.booking-confirm { margin-top: 20px; }
.booking-success { max-width: 520px; padding-top: 50px; text-align: center; }
.booking-success > span { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto; border-radius: 50%; color: #fff; background: var(--site-accent); font-size: 23px; }
.booking-success h2 { margin: 22px auto 12px; }
.booking-success p { color: #6e5f65; line-height: 1.6; }
.booking-success button { margin-top: 16px; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 60; min-height: 50px; display: flex; align-items: center; gap: 9px; padding: 0 18px; border-radius: 8px; color: #fff; background: #1f4937; box-shadow: 0 8px 14px rgb(20 40 31 / 20%); font-size: 12px; font-weight: 700; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .demo-status { display: none; }
  .demo-brand { min-width: auto; }
  .today-layout { grid-template-columns: 1fr; }
  .day-summary { display: grid; grid-template-columns: 1fr 1.2fr; gap: 14px 28px; }
  .summary-head { grid-column: 1 / -1; }
  .summary-list { margin: 0; }
  .next-up { align-self: end; }
  .pulse-grid { grid-template-columns: repeat(3, 1fr); }
  .mini-bars { grid-column: 1 / -1; }
  .site-links { display: none; }
  .site-menu { display: block; margin-left: auto; }
  .site-book-button { display: none; }
  .site-intro { grid-template-columns: .55fr 1.2fr; }
  .site-intro > div { grid-column: 2; }
  .site-service-list article { grid-template-columns: 40px 1fr auto; padding: 24px 0; }
  .site-service-list dl { grid-column: 2; }
  .site-service-list button { grid-column: 3; grid-row: 1 / span 2; }
  .site-contact { grid-template-columns: 1fr 1.3fr; }
  .site-contact > button { grid-column: 2; justify-self: start; }
}

@media (max-width: 780px) {
  .demo-bar { min-height: 58px; padding: 7px 12px; }
  .demo-brand small { display: none; }
  .demo-brand b { display: none; }
  .demo-mark { width: 36px; height: 36px; }
  .demo-switcher { margin-left: auto; }
  .demo-switch { min-height: 38px; padding: 0 11px; font-size: 11px; }
  .demo-switch svg { display: none; }
  .demo-view { padding-top: 58px; }
  .sidebar { top: 58px; width: 252px; transform: translateX(-100%); transition: transform 200ms ease; box-shadow: 8px 0 18px rgb(18 35 27 / 18%); }
  .sidebar.is-open { transform: translateX(0); }
  .workspace { width: 100%; margin: 0; }
  .mobile-workspace-bar { position: sticky; top: 58px; z-index: 20; min-height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 8px 14px; border-bottom: 1px solid var(--demo-line); background: #fff; }
  .mobile-workspace-bar > div { display: grid; text-align: center; line-height: 1.2; }
  .mobile-workspace-bar b { font-size: 13px; }
  .mobile-workspace-bar span { color: var(--demo-muted); font-size: 10px; }
  .workspace-panel { width: calc(100% - 28px); padding: 24px 0 50px; }
  .page-header { min-height: auto; display: grid; gap: 18px; margin-bottom: 20px; }
  .page-header h1 { font-size: 24px; }
  .header-actions { flex-wrap: wrap; }
  .attention-row { align-items: flex-start; flex-wrap: wrap; }
  .attention-row button { width: 100%; margin: 4px 0 0 49px; justify-content: flex-start; }
  .appointment-row { grid-template-columns: 48px 10px minmax(0, 1fr) auto; gap: 8px; padding: 12px; }
  .appointment-copy { grid-column: 3 / -1; }
  .appointment-row .status, .appointment-row .row-actions { grid-column: 3; grid-row: 2; }
  .appointment-row .amount { grid-column: 4; grid-row: 2; }
  .day-summary { display: block; }
  .summary-list { margin: 20px 0; }
  .pulse-grid { grid-template-columns: 1fr 1fr; }
  .pulse-item { border-bottom: 1px solid var(--demo-line); }
  .pulse-item:nth-child(2) { border-right: 0; }
  .pulse-item:nth-child(3) { grid-column: 1 / -1; }
  .mini-bars { grid-column: 1 / -1; }
  .calendar-board { overflow-x: auto; }
  .calendar-grid { min-width: 760px; }
  .customer-table { min-width: 0; }
  .table-head { display: none; }
  .table-row { grid-template-columns: 1.4fr 1fr; gap: 8px 18px; padding: 14px 16px; }
  .table-row > span::before { display: block; margin-bottom: 2px; color: var(--demo-muted); font-size: 9px; font-weight: 700; }
  .table-row > span:nth-child(2)::before { content: "Last booking"; }
  .table-row > span:nth-child(3)::before { content: "Bookings"; }
  .table-row > span:nth-child(4)::before { content: "Value"; }
  .service-management article { grid-template-columns: 46px 1fr auto; }
  .service-management strong { grid-column: 2; }
  .service-management button { grid-column: 3; grid-row: 1 / span 2; }
  .money-overview { grid-template-columns: 1fr; }
  .money-total { border-right: 0; border-bottom: 1px solid var(--demo-line); }
  .editor-layout { grid-template-columns: 1fr; }
  .editor-controls { border-right: 0; border-bottom: 1px solid var(--demo-line); }
  .preview-stage { padding: 12px; }
  .mini-copy { width: 70%; padding: 68px 18px; }
  .mini-copy h2 { font-size: 27px; }
  .site-nav { top: 58px; min-height: 68px; padding: 0 20px; }
  .site-hero { min-height: calc(100svh - 58px); }
  .site-hero-copy { width: 88vw; padding: 130px 20px 100px; }
  .site-hero-copy h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .site-hero-copy > span { font-size: 18px; }
  .site-hero-copy > div { align-items: flex-start; flex-direction: column; gap: 16px; }
  .site-proof { left: 20px; right: auto; bottom: 20px; }
  .site-intro { grid-template-columns: 1fr; gap: 28px; padding: 76px 20px; }
  .site-intro > div { grid-column: 1; }
  .site-intro h2 { font-size: 38px; }
  .site-services { padding: 72px 20px 84px; }
  .site-section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .site-section-heading h2 { font-size: 40px; }
  .site-service-list article { grid-template-columns: 1fr; gap: 10px; }
  .site-service-list article > span { color: var(--site-accent); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
  .site-service-list article > div { grid-column: 1; }
  .site-service-list h3 { font-size: 25px; }
  .site-service-list dl { grid-column: 1; }
  .site-service-list button { grid-column: 1; grid-row: auto; justify-self: start; padding: 0; }
  .site-quote { padding: 90px 20px; }
  .site-contact { grid-template-columns: 1fr; gap: 38px; padding: 76px 20px; }
  .site-contact dl { grid-template-columns: 1fr 1fr; gap: 24px; }
  .site-contact > button { grid-column: 1; }
  .site-footer { grid-template-columns: 1fr; gap: 12px; padding: 40px 20px; }
  .site-booking-dialog { width: 100%; height: 100%; max-width: none; max-height: none; }
  .site-booking-shell { grid-template-columns: 1fr; }
  .site-booking-shell > aside { min-height: 148px; padding: 20px; }
  .site-booking-shell > aside > div, .site-booking-shell > aside > small { display: none; }
  .site-dialog-close { top: 16px; }
  .site-booking-shell > section { padding: 28px 20px 50px; }
  .booking-progress { margin-bottom: 30px; }
  .booking-step h2 { font-size: 32px; }
  .customer-form { grid-template-columns: 1fr; }
  .customer-form label:last-child { grid-column: 1; }
}

@media (max-width: 520px) {
  .demo-switch { padding: 0 9px; }
  .attention-row span { line-height: 1.4; }
  .button { width: 100%; }
  .header-actions { width: 100%; }
  .pulse-grid { grid-template-columns: 1fr; }
  .pulse-item, .pulse-item:nth-child(2) { border-right: 0; }
  .pulse-item:nth-child(3) { grid-column: auto; }
  .filter-row { align-items: stretch; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: 1; }
  .dialog-actions .button { width: auto; }
  .site-logo b { font-size: 17px; }
  .site-hero-copy > span { max-width: 88%; }
  .site-contact dl { grid-template-columns: 1fr; }
  .date-strip, .time-options { grid-template-columns: 1fr 1fr; }
  .toast { left: 14px; right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
