/* ============================================================
   wemark mockup kit — shared brand + components
   Locked wemark palette + Lexend Deca (single-font, Domaine retired).
   Used by every frame in the widget -> chat -> book -> booked journey.
   Edit here to restyle the whole set at once.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;500;600;700&display=swap');

:root {
  --cream: #f7efdd;
  --linen: #e3c0a6;
  --camel: #977658;
  --cocoa: #735746;
  --walnut: #2f1b11;
  --burgundy: #7c2d2a;
  --burgundy-soft: #9a4b43;
  --success: #5b7a52;
  --panel: #f1e4ca;
  --ink-soft: #6e5544;
  --line: rgba(47, 27, 17, 0.1);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Lexend Deca', sans-serif;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
/* warm wemark backdrop with soft depth (shared by all stages) */
.stage {
  position: relative;
  background:
    radial-gradient(120% 90% at 20% 6%, rgba(255, 252, 245, 0.7) 0%, rgba(255, 252, 245, 0) 46%),
    radial-gradient(90% 80% at 90% 102%, rgba(124, 45, 42, 0.16) 0%, rgba(124, 45, 42, 0) 55%),
    linear-gradient(140deg, #f4ead5 0%, #e8d5ba 50%, #dcc3a2 100%);
}
.stage::before {
  content: '';
  position: absolute;
  width: 720px;
  height: 720px;
  right: -180px;
  top: -220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(151, 118, 88, 0.2), rgba(151, 118, 88, 0) 70%);
}

/* ---------- browser frame ---------- */
.window {
  position: relative;
  border-radius: 16px;
  background: #fff;
  box-shadow:
    0 2px 4px rgba(47, 27, 17, 0.06),
    0 44px 90px -28px rgba(47, 27, 17, 0.42),
    0 18px 40px -24px rgba(47, 27, 17, 0.3);
  overflow: hidden;
}
.chrome {
  height: 46px;
  background: linear-gradient(180deg, #f3ead7 0%, #ece0c7 100%);
  border-bottom: 1px solid rgba(47, 27, 17, 0.08);
  display: flex;
  align-items: center;
  padding: 0 18px;
  gap: 16px;
}
.dots {
  display: flex;
  gap: 8px;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.dot.r {
  background: #cf7d6e;
}
.dot.y {
  background: #d8b06a;
}
.dot.g {
  background: #9aab78;
}
.url {
  flex: 1;
  max-width: 380px;
  margin: 0 auto;
  height: 28px;
  background: #fcf8ef;
  border: 1px solid rgba(47, 27, 17, 0.1);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 13px;
  color: var(--ink-soft);
}
.lock {
  width: 10px;
  height: 10px;
  stroke: var(--burgundy);
}
.spacer {
  width: 52px;
}

/* ---------- phone frame ---------- */
.phone {
  position: relative;
  border-radius: 46px;
  background: #2a1810;
  padding: 13px;
  box-shadow:
    0 2px 4px rgba(47, 27, 17, 0.2),
    0 50px 100px -30px rgba(47, 27, 17, 0.55),
    inset 0 0 0 2px rgba(255, 255, 255, 0.06);
}
.phone-screen {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  background: var(--cream);
}
.notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 128px;
  height: 26px;
  background: #2a1810;
  border-radius: 0 0 16px 16px;
  z-index: 30;
}
.statusbar {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
  font-size: 13px;
  font-weight: 600;
  color: var(--walnut);
  position: relative;
  z-index: 20;
}
.statusbar .ico {
  display: flex;
  gap: 5px;
  align-items: center;
}

/* ---------- website ---------- */
.site-nav {
  display: flex;
  align-items: center;
  padding: 18px 32px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.wm {
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--walnut);
}
.wm .studio {
  font-size: 0.42em;
  letter-spacing: 0.3em;
  color: var(--camel);
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 8px;
}
.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
  color: var(--cocoa);
}
.book-pill {
  background: var(--burgundy);
  color: var(--cream);
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  background: radial-gradient(90% 80% at 18% 12%, #fdf8ee 0%, var(--cream) 60%);
}
.hero-copy {
  padding: 64px 0 64px 48px;
  align-self: center;
}
.hero .eyebrow {
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--camel);
  font-weight: 500;
  margin-bottom: 16px;
}
.hero h1 {
  font-size: 44px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--walnut);
  line-height: 1.05;
  margin-bottom: 18px;
}
.hero h1 em {
  font-style: italic;
  color: var(--burgundy);
}
.hero p {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 380px;
  margin-bottom: 26px;
}
.hero-cta {
  display: inline-flex;
  background: var(--burgundy);
  color: var(--cream);
  padding: 13px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
}
.hero-art {
  position: relative;
  margin: 30px 30px 30px 0;
  border-radius: 24px;
  background:
    radial-gradient(70% 60% at 70% 25%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 60%),
    linear-gradient(150deg, #c9a98a 0%, #a9805f 55%, #7c5640 100%);
  overflow: hidden;
}
.hero-art::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(50% 40% at 30% 80%, rgba(124, 45, 42, 0.35), transparent 70%);
}

/* ---------- chat widget (mirrors the live wemark / ring widget) ---------- */
/* single-pill launcher: icon + label */
.launcher {
  position: absolute;
  right: 26px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background: #fff;
  padding: 8px 20px 8px 9px;
  border-radius: 999px;
  box-shadow: 0 18px 38px -16px rgba(20, 40, 38, 0.42);
  z-index: 40;
}
.launcher .l-ic {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #51726f;
  display: grid;
  place-items: center;
  flex: none;
}
.launcher .l-ic svg {
  width: 21px;
  height: 21px;
  stroke: #f4f0e8;
  fill: none;
  stroke-width: 2;
}
.launcher .l-dot {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e7d3bf;
  box-shadow: 0 0 0 2px #51726f;
}
.launcher .label {
  color: #2f3e46;
  font-size: 15px;
  font-weight: 500;
  padding-right: 4px;
}

/* opened panel — action-card menu */
.widget {
  background: #efe8dd;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 70px -26px rgba(20, 40, 38, 0.5), 0 6px 18px -8px rgba(20, 40, 38, 0.22);
  display: flex;
  flex-direction: column;
}
.w-head {
  background: linear-gradient(157deg, #577872 0%, #4b6862 55%, #3f574e 100%);
  color: #f4f0e8;
  padding: 19px 19px 16px;
}
.w-head-top {
  display: flex;
  align-items: flex-start;
}
.w-greet {
  flex: 1;
}
.w-hi {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.04;
}
.w-ask {
  font-size: 15px;
  color: rgba(244, 240, 232, 0.86);
  margin-top: 5px;
}
.w-x {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.16);
  display: grid;
  place-items: center;
  font-size: 17px;
  line-height: 1;
  color: rgba(244, 240, 232, 0.92);
  flex: none;
}
.w-team {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 15px;
}
.avs {
  display: flex;
}
.av {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border: 2px solid #4b6862;
  margin-left: -8px;
}
.av:first-child {
  margin-left: 0;
}
.a1 { background: #8aa593; }
.a2 { background: #cdb29a; }
.a3 { background: #5e7d73; }
.w-reply {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12.5px;
  color: rgba(244, 240, 232, 0.86);
}
.rdot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8fd3a0;
}
.w-body {
  background: #efe8dd;
  padding: 15px 15px 7px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card {
  display: flex;
  align-items: center;
  gap: 13px;
  background: #fff;
  border-radius: 14px;
  padding: 13px 14px;
  box-shadow: 0 1px 2px rgba(20, 40, 38, 0.06);
}
.c-ic {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: #e4ece6;
  display: grid;
  place-items: center;
  flex: none;
}
.c-ic svg {
  width: 20px;
  height: 20px;
  stroke: #4f6f63;
  fill: none;
  stroke-width: 2;
}
.c-tx {
  flex: 1;
  line-height: 1.3;
}
.c-tx b {
  display: block;
  font-size: 14.5px;
  font-weight: 600;
  color: #26352f;
}
.c-tx small {
  font-size: 12.5px;
  color: #7c8a82;
}
.c-go {
  color: #bcc6bd;
  font-size: 18px;
}
.c-compose {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 14px;
  padding: 9px 9px 9px 16px;
  margin-top: 2px;
  box-shadow: 0 1px 2px rgba(20, 40, 38, 0.06);
}
.c-compose .field {
  flex: 1;
  color: #97a39a;
  font-size: 14px;
}
.c-send {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #51726f;
  display: grid;
  place-items: center;
  flex: none;
}
.c-send svg {
  width: 16px;
  height: 16px;
  fill: #f4f0e8;
}
.w-foot {
  text-align: center;
  font-size: 11.5px;
  color: #8c968d;
  padding: 11px 0 15px;
  background: #efe8dd;
}
.poweredby {
  text-align: center;
  font-size: 10.5px;
  color: var(--camel);
  padding: 7px 0 10px;
  background: #fff;
}

/* ---------- booking card ---------- */
.bk {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 24px 50px -34px rgba(47, 27, 17, 0.42);
  padding: 28px 30px;
}
.eyebrow-line {
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--camel);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
}
.eyebrow-line::before {
  content: '';
  width: 22px;
  height: 1px;
  background: var(--linen);
}
.bk h2,
.confirm h2 {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--walnut);
}
.svc-chip {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 14px;
  color: var(--walnut);
  margin: 18px 0 22px;
}
.svc-chip .sep {
  color: var(--linen);
}
.svc-chip .dur {
  color: var(--ink-soft);
}
.svc-chip .change {
  margin-left: auto;
  color: var(--burgundy);
  font-size: 13px;
  border-bottom: 1px solid rgba(124, 45, 42, 0.4);
}
.cal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.cal-head .m {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--walnut);
}
.navbtn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--cocoa);
}
.dow,
.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.dow {
  margin-bottom: 6px;
}
.dow span {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--camel);
}
.day {
  aspect-ratio: 1;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  font-size: 13.5px;
  color: var(--walnut);
}
.day.muted {
  color: rgba(47, 27, 17, 0.26);
}
.day.avail {
  font-weight: 500;
}
.day .av {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--camel);
}
.day.sel {
  background: var(--burgundy);
  color: var(--cream);
  font-weight: 500;
  box-shadow: 0 8px 16px -8px rgba(124, 45, 42, 0.6);
}
.day.sel .av {
  background: rgba(247, 239, 221, 0.85);
}
.slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.slot {
  text-align: center;
  padding: 10px 0;
  border: 1px solid rgba(124, 45, 42, 0.3);
  border-radius: 10px;
  font-size: 13px;
  color: var(--burgundy);
  background: #fff;
  font-variant-numeric: tabular-nums;
}
.slot.hot {
  background: var(--burgundy);
  color: var(--cream);
  border-color: var(--burgundy);
  box-shadow: 0 10px 20px -10px rgba(124, 45, 42, 0.55);
}

/* ---------- confirmation ---------- */
.confirm {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 24px 50px -34px rgba(47, 27, 17, 0.42);
  padding: 38px 36px;
  text-align: center;
}
.check {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--success);
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  box-shadow: 0 14px 28px -10px rgba(91, 122, 82, 0.6);
}
.check svg {
  width: 32px;
  height: 32px;
  stroke: var(--cream);
  fill: none;
  stroke-width: 3;
}
.confirm .sub {
  color: var(--ink-soft);
  font-size: 15px;
  margin-top: 8px;
}
.appt {
  text-align: left;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 20px;
  margin: 24px 0 20px;
}
.appt .svc {
  font-size: 13px;
  color: var(--camel);
  letter-spacing: 0.02em;
  margin-bottom: 6px;
}
.appt .when {
  font-size: 18px;
  font-weight: 600;
  color: var(--walnut);
  letter-spacing: -0.01em;
}
.appt .where {
  font-size: 13.5px;
  color: var(--ink-soft);
  margin-top: 5px;
}
.confirm .manage {
  font-size: 13.5px;
  color: var(--ink-soft);
}
.confirm .manage a {
  color: var(--burgundy);
  border-bottom: 1px solid rgba(124, 45, 42, 0.4);
  text-decoration: none;
}
