:root {
  color-scheme: dark;
  --bg: #0a0908;
  --bg-1: #100d0b;
  --bg-2: #16120f;
  --surface: #1b1714;
  --surface-2: #221c17;
  --line: rgba(216, 151, 87, 0.1);
  --line-2: rgba(245, 239, 230, 0.06);
  --line-3: rgba(216, 151, 87, 0.25);
  --fg: #f5efe6;
  --fg-dim: #c8bfb1;
  --muted: #8b8278;
  --muted-2: #5f5950;
  --brass: #d89757;
  --brass-hi: #ecb477;
  --brass-deep: #a66a36;
  --live: #4ade80;
  --pink: #ff7b7b;
  --radius: 14px;
  --radius-lg: 22px;
  --serif: "Fraunces", "Times New Roman", serif;
  --sans: "Geist", system-ui, sans-serif;
  --mono: "Geist Mono", ui-monospace, monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: var(--fg);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  background:
    radial-gradient(60% 60% at 78% 10%, rgba(216, 151, 87, 0.18), transparent 60%),
    radial-gradient(50% 50% at 10% 90%, rgba(216, 151, 87, 0.08), transparent 60%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  opacity: 0.28;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 .6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

body.no-scroll {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
  cursor: pointer;
  background: none;
  border: 0;
}

::selection {
  color: #0a0908;
  background: var(--brass);
}

.wrap {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  padding: 0 24px;
  margin: 0 auto;
}

.business-step {
  display: none;
}

.business-step.active {
  display: grid;
  gap: 12px;
}

.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(10, 9, 8, 0.55);
  border-bottom: 1px solid transparent;
  backdrop-filter: saturate(140%) blur(14px);
  transition:
    border-color 0.3s,
    background 0.3s;
}

.nav.scrolled {
  background: rgba(10, 9, 8, 0.78);
  border-bottom-color: var(--line-2);
}

.dash-charts-wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.donut {
  background:
    radial-gradient(circle at center, #09090b 0 52%, transparent 53%),
    conic-gradient(var(--ring, var(--brass)) calc(var(--p) * 1%), #27272a 0);
}

.wa-list-button {
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  color: #087a55;
  font-weight: 700;
  padding: 12px;
  border-radius: 0 0 12px 12px;
  cursor: default;
}

.wa-list-button span {
  margin-right: 8px;
}

.dash-real {
  height: 720px;
  border: 1px solid rgba(255,255,255,.1);
  background: #09090b;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 190px 1fr;
  box-shadow: 0 28px 80px rgba(0,0,0,.45);
}

.wa-list-card {
  align-self: flex-start;
  max-width: 80%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(216, 151, 87, 0.14), rgba(216, 151, 87, 0.06));
  border: 1px solid rgba(216, 151, 87, 0.2);
  border-radius: 14px;
  border-bottom-left-radius: 4px;
}

.wa-list-card .msg.bot {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.wa-list-card .wa-list-button {
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(216, 151, 87, 0.22);
  background: #fff;
  color: #087a55;
  font-weight: 700;
  padding: 12px;
  border-radius: 0;
  cursor: default;
}

.wa-list-card .wa-list-button span {
  margin-right: 8px;
}

.dash-real-side {
  background: #111113;
  border-right: 1px solid #27272a;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dash-brand strong {
  display: block;
  font-size: 13px;
  color: #fff;
}

.dash-brand span,
.dash-real-top span,
.dash-title-row p,
.dash-metric-card small,
.dash-card-head span {
  display: block;
  color: #71717a;
  font-size: 10px;
}

.dash-menu-group small {
  display: block;
  color: #71717a;
  font-size: 9px;
  letter-spacing: .12em;
  margin: 0 0 8px 6px;
}

.dash-menu-item {
  color: #cbd5e1;
  font-size: 11px;
  padding: 9px 10px;
  border-radius: 9px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.dash-menu-item.active {
  background: #5945f5;
  color: #fff;
  box-shadow: 0 12px 28px rgba(89,69,245,.28);
}

.dash-trial {
  margin-top: auto;
  border: 1px solid rgba(245,158,11,.35);
  background: rgba(245,158,11,.08);
  border-radius: 12px;
  padding: 12px;
}

.dash-trial small {
  color: #fbbf24;
  font-size: 9px;
  letter-spacing: .12em;
}

.dash-trial strong {
  display: block;
  color: #fbbf24;
  font-size: 14px;
  margin: 6px 0;
}

.dash-trial span {
  color: #71717a;
  font-size: 9px;
}

.dash-real-main {
  min-width: 0;
  overflow: hidden;
}

.dash-real-top {
  height: 52px;
  border-bottom: 1px solid #27272a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  background: rgba(9,9,11,.86);
}

.dash-real-top strong {
  color: #fff;
  font-size: 13px;
}

.dash-real-top button {
  background: #18181b;
  border: 1px solid #27272a;
  color: #fff;
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 10px;
}

.dash-real-content {
  padding: 22px;
}

.dash-title-row h3 {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.dash-title-row {
  margin-bottom: 22px;
}

.dash-metrics-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
}

.dash-metric-card,
.dash-donut-card,
.dash-payment-card {
  background: #111113;
  border: 1px solid #27272a;
  border-radius: 10px;
}

.dash-metric-card {
  padding: 18px;
}

.dash-metric-card span {
  color: #a1a1aa;
  font-size: 10px;
}

.dash-metric-card strong {
  display: block;
  color: #fff;
  font-size: 22px;
  margin: 10px 0 4px;
  font-family: var(--mono);
}

.dash-retention-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  margin-top: 20px;
}

.dash-donut-card {
  padding: 20px;
  text-align: center;
}

.dash-donut-card h4 {
  color: #fff;
  font-size: 12px;
  margin: 0 0 16px;
}

.dash-donut {
  margin: 0 auto;
}

.dash-donut-card p {
  color: #71717a;
  font-size: 10px;
  margin: 12px 0 0;
}

.donut {
  background:
    radial-gradient(circle at center, #09090b 0 52%, transparent 53%),
    conic-gradient(var(--ring, var(--brass)) calc(var(--p) * 1%), #27272a 0);
}

.dash-payment-card {
  margin-top: 20px;
  padding: 18px;
}

.dash-card-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.dash-card-head strong {
  color: #a1a1aa;
  font-size: 10px;
  letter-spacing: .12em;
}

.dash-card-head small {
  color: #71717a;
  font-size: 10px;
}

.pay-row {
  margin-bottom: 12px;
}

.pay-line {
  display: grid;
  grid-template-columns: 1fr 60px 80px;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-size: 10px;
  margin-bottom: 6px;
}

.pay-line span {
  color: #e5e7eb;
}

.pay-line i {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 99px;
  margin-right: 8px;
}

.pay-line b {
  color: #a1a1aa;
  font-family: var(--mono);
  text-align: right;
}

.pay-line strong {
  text-align: right;
}

.pay-track {
  height: 6px;
  background: #18181b;
  border: 1px solid #27272a;
  border-radius: 999px;
  overflow: hidden;
}

.pay-track div {
  height: 100%;
  border-radius: 999px;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.brand-mark {
  position: relative;
  width: 30px;
  height: 30px;
  background: radial-gradient(120% 120% at 30% 20%, var(--brass-hi), var(--brass) 45%, var(--brass-deep) 100%);
  border-radius: 8px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 6px 16px -6px rgba(216, 151, 87, 0.5);
}

.brand-mark::after {
  position: absolute;
  inset: 7px;
  content: "";
  background: linear-gradient(180deg, #0a0908 0%, #1b1714 100%);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.brand-mark::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 2px;
  height: 14px;
  content: "";
  background: var(--brass-hi);
  border-radius: 1px;
  transform: translate(-50%, -50%) rotate(15deg);
}

.brand-name {
  font-size: 16px;
}

.brand-name b {
  font-weight: 600;
}

.brand-name span {
  color: var(--muted);
  font-weight: 400;
}

.nav-links {
  display: flex;
  gap: 6px;
  align-items: center;
}

.nav-links a,
.btn {
  border-radius: 10px;
  transition:
    transform 0.15s ease,
    background 0.2s,
    border-color 0.2s,
    color 0.2s,
    box-shadow 0.2s;
}

.nav-links a {
  padding: 8px 12px;
  color: var(--fg-dim);
  font-size: 14px;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--fg);
  background: rgba(245, 239, 230, 0.04);
}

.nav-cta {
  display: flex;
  gap: 10px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 38px;
  padding: 0 16px;
  color: var(--fg);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.005em;
  white-space: nowrap;
}

.btn:active {
  transform: translateY(1px);
}

.btn-ghost {
  color: var(--fg-dim);
}

.btn-ghost:hover {
  color: var(--fg);
  background: rgba(245, 239, 230, 0.04);
}

.btn-brass {
  color: #1a1108;
  font-weight: 600;
  background: linear-gradient(180deg, var(--brass-hi), var(--brass));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 8px 22px -10px rgba(216, 151, 87, 0.6);
}

.btn-brass:hover {
  filter: brightness(1.06);
}

.btn-outline {
  color: var(--fg);
  border: 1px solid var(--line);
}

.btn-outline:hover {
  color: var(--brass-hi);
  border-color: var(--brass);
}

.btn-lg {
  height: 48px;
  padding: 0 22px;
  font-size: 15px;
  border-radius: 12px;
}

.full {
  width: 100%;
}

.mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line-2);
  border-radius: 10px;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 140px 0 60px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.22;
  background-image:
    linear-gradient(var(--line-2) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-2) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(60% 80% at 50% 30%, #000 50%, transparent 100%);
}

.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 6px 12px;
  color: var(--brass-hi);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  background: rgba(216, 151, 87, 0.08);
  border: 1px solid rgba(216, 151, 87, 0.18);
  border-radius: 999px;
}

.eyebrow .dot {
  width: 6px;
  height: 6px;
  background: var(--brass);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(216, 151, 87, 0.18);
}

.h-display {
  max-width: 860px;
  margin: 24px 0 0;
  color: var(--fg);
  font-family: var(--serif);
  font-size: clamp(44px, 7.2vw, 96px);
  font-weight: 380;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.h-display em,
.sect-hd h2 em,
.split h3 em,
.final-cta h2 em,
.plan-copy em {
  padding-right: 0.04em;
  color: transparent;
  font-style: italic;
  font-weight: 380;
  background: linear-gradient(180deg, var(--brass-hi) 0%, var(--brass) 60%, var(--brass-deep) 110%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-sub {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--fg-dim);
  font-size: 18px;
  line-height: 1.55;
}

.hero-floats {
  position: absolute;
  top: 120px;
  right: -40px;
  display: none;
  width: 560px;
  max-width: 55%;
  pointer-events: none;
}

.float-card {
  position: absolute;
  padding: 14px;
  pointer-events: auto;
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line-2);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 40px 80px -30px rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
}

.fc-1 {
  top: 0;
  right: 40px;
  width: 300px;
  animation: float1 7s ease-in-out infinite;
}

.fc-2 {
  top: 170px;
  right: 200px;
  width: 260px;
  animation: float2 8s ease-in-out infinite;
}

.fc-3 {
  top: 330px;
  right: 30px;
  width: 280px;
  animation: float1 9s ease-in-out infinite 1s;
}

@keyframes float1 {
  0%,
  100% {
    transform: rotate(-3deg) translateY(0);
  }
  50% {
    transform: rotate(-3deg) translateY(-10px);
  }
}

@keyframes float2 {
  0%,
  100% {
    transform: rotate(2deg) translateY(0);
  }
  50% {
    transform: rotate(2deg) translateY(-12px);
  }
}

.search {
  max-width: 860px;
  padding: 14px;
  margin-top: 34px;
  background: linear-gradient(180deg, rgba(34, 28, 23, 0.85), rgba(27, 23, 20, 0.85));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 30px 60px -30px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
}

.search-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
}

.search-cell,
.input-box {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  background: var(--bg-1);
  border: 1px solid var(--line-2);
  border-radius: 12px;
  transition:
    border-color 0.2s,
    background 0.2s;
}

.search-cell:focus-within,
.input-box:focus-within {
  background: #0e0b09;
  border-color: var(--brass);
}

.badge.closed {
  color: #fca5a5;
}

.badge.closed .live {
  background: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.18);
}

.open.closed {
  color: #fca5a5;
}

.search-cell svg,
.input-box svg {
  flex: 0 0 auto;
  color: var(--brass-hi);
  opacity: 0.9;
}

.search-cell input,
.search-cell select,
.input-box input,
.input-box select,
.form-grid input,
.form-grid select {
  width: 100%;
  min-width: 0;
  min-height: 32px;
  color: var(--fg);
  font-weight: 500;
  background: transparent;
  border: 0;
  outline: 0;
}

.search-cell input::placeholder,
.input-box input::placeholder,
.form-grid input::placeholder {
  color: var(--muted);
}

.search-cell label,
.input-box label,
.form-grid label {
  display: block;
  flex: 1;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.geo-row,
.specialties,
.shop-tags,
.modal-tabs,
.booking-times,
.profile-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.geo-row {
  align-items: center;
  padding: 6px 4px 2px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
}

.geo-row .label {
  margin-right: 4px;
  color: var(--muted-2);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.chip,
.spec,
.tag,
.t {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  border-radius: 999px;
  transition: all 0.15s;
}

.chip {
  padding: 6px 11px;
  color: var(--fg-dim);
  font-size: 12.5px;
  background: rgba(245, 239, 230, 0.04);
  border: 1px solid var(--line-2);
}

.chip:hover,
.spec:hover {
  color: var(--brass-hi);
  border-color: var(--brass);
}

.chip.active {
  color: var(--brass-hi);
  background: rgba(216, 151, 87, 0.12);
  border-color: rgba(216, 151, 87, 0.35);
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 860px;
  margin-top: 36px;
}

.hero-meta .m {
  padding-left: 16px;
  border-left: 1px solid var(--line-2);
}

.hero-meta strong {
  display: block;
  color: var(--fg);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 380;
  line-height: 1;
  letter-spacing: -0.02em;
}

.hero-meta small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12.5px;
  letter-spacing: 0.02em;
}

.sect {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}

.sect.tight {
  padding-top: 60px;
}

.sect-hd {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sect-hd h2 {
  max-width: 720px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(32px, 4.4vw, 52px);
  font-weight: 380;
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.sect-hd p {
  max-width: 410px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.sect-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--brass);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.spec {
  padding: 9px 14px;
  color: var(--fg-dim);
  font-size: 13.5px;
  background: linear-gradient(180deg, var(--surface), var(--bg-1));
  border: 1px solid var(--line-2);
}

.spec .num {
  padding: 2px 6px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
  background: rgba(245, 239, 230, 0.04);
  border-radius: 6px;
}

.grid,
.pros,
.feat-grid,
.steps,
.testimonials,
.service-grid,
.profile-grid {
  display: grid;
  gap: 22px;
}

.grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pros {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feat-grid,
.testimonials,
.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.profile-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  align-items: start;
}

.shop,
.pro,
.feat,
.step,
.quote,
.service-card,
.profile-panel,
.drawer-card {
  background: var(--bg-1);
  border: 1px solid var(--line-2);
  transition:
    transform 0.2s,
    border-color 0.2s;
}

.shop,
.feat,
.quote,
.service-card,
.profile-panel {
  border-radius: 18px;
}

.pro,
.step,
.drawer-card {
  border-radius: 16px;
}

.shop {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.shop:hover,
.pro:hover,
.feat:hover {
  border-color: rgba(216, 151, 87, 0.3);
  transform: translateY(-4px);
}

.shop-img {
  position: relative;
  height: 210px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(42, 24, 16, 0.8), rgba(74, 43, 26, 0.85)),
    var(--image, linear-gradient(135deg, #2a1810, #4a2b1a));
  background-position: center;
  background-size: cover;
}

.shop-img::after,
.profile-banner::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(10, 9, 8, 0.75) 100%);
}

.badge,
.dist {
  position: absolute;
  z-index: 2;
  padding: 5px 10px;
  font-size: 11.5px;
  background: rgba(10, 9, 8, 0.7);
  border: 1px solid var(--line-2);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

.badge {
  top: 12px;
  left: 12px;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: var(--fg);
  font-weight: 500;
}

.dist {
  top: 12px;
  right: 12px;
  color: var(--fg-dim);
  font-family: var(--mono);
}

.live,
.live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--live);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.22);
}

.live-dot {
  margin-right: 8px;
}

.shop-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

.shop-title {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}

.shop-title h3,
.pro h4,
.feat h3,
.step h4,
.service-card h3,
.profile-panel h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.015em;
}

.shop-title h3 {
  font-size: 22px;
  line-height: 1.15;
}

.rating {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: var(--fg);
  font-size: 13.5px;
}

.star {
  color: var(--brass-hi);
}

.rating small {
  margin-left: 2px;
  color: var(--muted);
  font-size: 12px;
}

.shop-loc {
  display: flex;
  gap: 6px;
  align-items: center;
  color: var(--muted);
  font-size: 13.5px;
}

.shop-tags {
  margin-top: auto;
}

.t,
.tag {
  padding: 4px 9px;
  color: var(--brass-hi);
  font-size: 11.5px;
  background: rgba(216, 151, 87, 0.08);
  border: 1px solid rgba(216, 151, 87, 0.15);
  border-radius: 7px;
}

.shop-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  margin-top: 6px;
  border-top: 1px dashed var(--line-2);
}

.shop-cta .open {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--live);
  font-size: 12.5px;
}

.shop-cta .open::before {
  width: 6px;
  height: 6px;
  content: "";
  background: var(--live);
  border-radius: 999px;
}

.shop-cta button,
.shop-cta a {
  color: var(--brass-hi);
  font-size: 13px;
  font-weight: 500;
}

.pro {
  padding: 18px;
}

.pro-img,
.avatar,
.profile-banner {
  background:
    linear-gradient(135deg, rgba(58, 38, 24, 0.7), rgba(92, 61, 40, 0.7)),
    var(--image, linear-gradient(135deg, #3a2618, #5c3d28));
  background-position: center;
  background-size: cover;
}

.pro-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 14px;
  overflow: hidden;
  border-radius: 12px;
}

.pro h4 {
  margin-bottom: 4px;
  font-size: 19px;
}

.pro-role {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 10px;
  color: var(--brass-hi);
  font-size: 12.5px;
}

.pro-stats {
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 12px;
}

.pro-stats b {
  display: block;
  margin-bottom: 2px;
  color: var(--fg);
  font-size: 14px;
  font-weight: 500;
}

.pro .btn {
  width: 100%;
  height: 34px;
  font-size: 13px;
}

.feed {
  column-count: 4;
  column-gap: 14px;
}

.post {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: var(--height, 280px);
  margin-bottom: 14px;
  overflow: hidden;
  break-inside: avoid;
  background:
    linear-gradient(135deg, rgba(26, 20, 16, 0.68), rgba(58, 36, 24, 0.82)),
    var(--image, linear-gradient(135deg, #1a1410, #3a2418));
  background-position: center;
  background-size: cover;
  border: 1px solid var(--line-2);
  border-radius: 14px;
}

.post::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(10, 9, 8, 0.88) 0%, rgba(10, 9, 8, 0.06) 62%);
}

.post .info {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 14px;
  color: #fff;
}

.post .by {
  margin-bottom: 3px;
  color: var(--brass-hi);
  font-size: 12px;
}

.post .ttl {
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: -0.01em;
}

.post .meta-row {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  display: flex;
  gap: 6px;
}

.post .m {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 4px 8px;
  color: #fff;
  font-size: 11px;
  background: rgba(10, 9, 8, 0.7);
  border-radius: 999px;
  backdrop-filter: blur(6px);
}

.step {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 170px;
  padding: 22px;
}

.step-n {
  display: inline-block;
  width: fit-content;
  padding: 3px 8px;
  margin-bottom: 14px;
  color: var(--brass);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  background: rgba(216, 151, 87, 0.08);
  border-radius: 6px;
}

.step h4 {
  margin-bottom: 6px;
  font-size: 21px;
  line-height: 1.15;
}

.step p,
.feat p,
.quote small,
.service-card p,
.profile-panel p {
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.5;
}

.step p,
.feat p,
.service-card p,
.profile-panel p {
  margin: 0;
}

.step-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--brass-deep);
  opacity: 0.6;
}

.split,
.dash-wrap,
.plan-banner,
.final-cta {
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg-1), var(--bg));
  border: 1px solid var(--line-2);
  border-radius: 24px;
}

.split-grid,
.wa-section,
.plan-banner {
  display: grid;
  gap: 50px;
  align-items: center;
}

.split-grid {
  grid-template-columns: 1fr 1.2fr;
}

.split-left,
.split-right {
  padding: 60px 50px;
}

.split-left {
  background: radial-gradient(60% 50% at 80% 0%, rgba(216, 151, 87, 0.15), transparent 70%);
  border-right: 1px solid var(--line-2);
}

.split h3 {
  margin: 14px 0 12px;
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.split p,
.plan-copy p,
.final-cta p {
  max-width: 520px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
}

.price-card {
  position: relative;
  padding: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid rgba(216, 151, 87, 0.25);
  border-radius: 18px;
}

.price-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--brass), transparent);
}

.price-tag {
  display: inline-block;
  padding: 5px 11px;
  margin-bottom: 14px;
  color: var(--live);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(74, 222, 128, 0.1);
  border: 1px solid rgba(74, 222, 128, 0.25);
  border-radius: 999px;
}

.price-row {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin-bottom: 16px;
}

.price-cur {
  align-self: flex-start;
  margin-top: 6px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 14px;
}

.price-amount {
  color: var(--fg);
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 380;
  line-height: 1;
  letter-spacing: -0.04em;
}

.price-per {
  color: var(--muted);
  font-size: 14px;
}

.price-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.price-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--fg-dim);
  font-size: 14px;
}

.price-list li::before {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  content: "";
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23D89757' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/11px no-repeat,
    rgba(216, 151, 87, 0.15);
  border-radius: 999px;
}

.dash-wrap {
  padding: 18px;
  margin-top: 50px;
  background: linear-gradient(180deg, var(--surface-2), var(--bg-1));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 60px 120px -50px rgba(0, 0, 0, 0.7);
}

.dash-bar {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 0 4px 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--line-2);
}

.dots {
  display: flex;
  gap: 6px;
}

.dots span {
  width: 10px;
  height: 10px;
  background: #3a332d;
  border-radius: 999px;
}

.dots span:first-child {
  background: #e76b5c;
}

.dots span:nth-child(2) {
  background: #e8b66f;
}

.dots span:nth-child(3) {
  background: #7cc472;
}

.url {
  flex: 1;
  padding: 6px 14px;
  overflow: hidden;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: var(--bg);
  border: 1px solid var(--line-2);
  border-radius: 8px;
}

.dash-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 14px;
}

.dash-side,
.chart-card,
.stat {
  background: var(--bg);
  border: 1px solid var(--line-2);
}

.dash-side {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border-radius: 14px;
}

.side-item {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  color: var(--muted);
  font-size: 13.5px;
  border-radius: 8px;
}

.side-item.active {
  color: var(--brass-hi);
  background: rgba(216, 151, 87, 0.1);
}

.dash-main {
  display: grid;
  gap: 14px;
}

.dash-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.stat {
  padding: 14px;
  border-radius: 12px;
}

.stat .lbl {
  color: var(--muted);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.stat .v {
  margin-top: 4px;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 380;
  letter-spacing: -0.02em;
}

.stat .ch {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  margin-top: 3px;
  font-size: 12px;
}

.up {
  color: var(--live);
}

.dn {
  color: var(--pink);
}

.dash-charts {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 14px;
}

.chart-card {
  padding: 18px;
  border-radius: 14px;
}

.chart-card h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
}

.barchart {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  height: 160px;
  padding: 0 4px;
  margin-top: 6px;
}

.barchart .col {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.barchart .bar {
  width: 100%;
  background: linear-gradient(180deg, var(--brass-hi), var(--brass-deep));
  border-radius: 6px 6px 0 0;
}

.barchart .bar.b {
  background: linear-gradient(180deg, #5f5950, #3a332d);
}

.barchart .lbl {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 11px;
}

.donut {
  --p: 62;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  background: conic-gradient(var(--brass) calc(var(--p) * 1%), rgba(245, 239, 230, 0.06) 0);
  border-radius: 999px;
}

.donut::after {
  position: absolute;
  inset: 14px;
  content: "";
  background: var(--bg);
  border: 1px solid var(--line-2);
  border-radius: 999px;
}

.donut .v {
  position: relative;
  z-index: 1;
  font-family: var(--serif);
  font-size: 24px;
}

.donut small {
  display: block;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.agenda {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ag {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  background: rgba(245, 239, 230, 0.025);
  border: 1px solid var(--line-2);
  border-radius: 10px;
}

.ag .time {
  color: var(--brass-hi);
  font-family: var(--mono);
  font-size: 12.5px;
}

.ag .who {
  font-size: 13px;
  font-weight: 500;
}

.ag .what {
  margin-top: 1px;
  color: var(--muted);
  font-size: 11.5px;
}

.ag .dot {
  width: 8px;
  height: 8px;
  background: var(--live);
  border-radius: 999px;
}

.feat {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
  padding: 26px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--surface), var(--bg-1));
}

.feat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--brass-hi);
  background: linear-gradient(180deg, rgba(216, 151, 87, 0.16), rgba(216, 151, 87, 0.04));
  border: 1px solid rgba(216, 151, 87, 0.22);
  border-radius: 11px;
}

.feat h3 {
  margin-bottom: 8px;
  font-size: 22px;
}

.feat ul {
  display: grid;
  gap: 6px;
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.feat li {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--fg-dim);
  font-size: 13px;
}

.feat li::before {
  width: 4px;
  height: 4px;
  content: "";
  background: var(--brass);
  border-radius: 999px;
}

.wa-section {
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.phone {
  width: 340px;
  max-width: 100%;
  padding: 14px;
  margin: 0 auto;
  background: linear-gradient(180deg, #15110e, #0e0b09);
  border: 1px solid var(--line);
  border-radius: 36px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 60px 120px -40px rgba(0, 0, 0, 0.7);
}

.phone-inner {
  overflow: hidden;
  background: #0e1311;
  border: 1px solid var(--line-2);
  border-radius: 24px;
}

.phone-head {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px 16px;
  background: #0b1310;
  border-bottom: 1px solid rgba(74, 222, 128, 0.1);
}

.ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #0a0908;
  font-size: 13px;
  font-weight: 600;
  background: linear-gradient(135deg, var(--brass-hi), var(--brass-deep));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.phone-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 380px;
  padding: 18px 14px;
}

.msg {
  max-width: 80%;
  padding: 10px 12px;
  font-size: 13.5px;
  line-height: 1.45;
  border-radius: 14px;
}

.msg.bot {
  align-self: flex-start;
  color: var(--fg);
  background: linear-gradient(180deg, rgba(216, 151, 87, 0.14), rgba(216, 151, 87, 0.06));
  border: 1px solid rgba(216, 151, 87, 0.2);
  border-bottom-left-radius: 4px;
}

.msg.out {
  align-self: flex-end;
  color: #e2f5e9;
  background: #1f3429;
  border: 1px solid rgba(74, 222, 128, 0.18);
  border-bottom-right-radius: 4px;
}

.who-tag {
  margin-bottom: 3px;
  color: var(--brass-hi);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.when {
  margin-top: 4px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  text-align: right;
}

.rating-box {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid var(--line-2);
}

.rating-box span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
}

.rating-stars {
  display: flex;
  gap: 6px;
}

.rating-stars button {
  color: var(--muted);
  font-size: 24px;
  line-height: 1;
  transition: color 0.15s, transform 0.15s;
}

.rating-stars button:hover,
.rating-stars button:hover ~ button {
  color: var(--muted);
}

.rating-stars:hover button,
.rating-stars button:hover {
  color: var(--brass-hi);
}

.rating-stars button:hover {
  transform: translateY(-1px);
}

.typing {
  display: flex;
  gap: 3px;
  align-self: flex-start;
  padding: 8px 12px;
  background: #1a211e;
  border-radius: 14px;
  border-bottom-left-radius: 4px;
}

.typing span {
  width: 6px;
  height: 6px;
  background: var(--muted);
  border-radius: 999px;
  animation: typing 1.4s infinite;
}

.typing span:nth-child(2) {
  animation-delay: 0.2s;
}

.typing span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typing {
  0%,
  60%,
  100% {
    opacity: 0.25;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

.plan-banner {
  grid-template-columns: 1.2fr 1fr;
  padding: 50px;
  background:
    radial-gradient(80% 80% at 0% 0%, rgba(216, 151, 87, 0.16), transparent 60%),
    linear-gradient(180deg, var(--surface-2), var(--bg-1));
  border-color: var(--line);
}

.vs-table {
  overflow: hidden;
  background: var(--bg);
  border: 1px solid var(--line-2);
  border-radius: 16px;
}

.vs-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  align-items: center;
  padding: 14px 18px;
  font-size: 13.5px;
}

.vs-row + .vs-row {
  border-top: 1px solid var(--line-2);
}

.vs-row.head {
  padding: 10px 18px;
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(216, 151, 87, 0.06);
}

.vs-row .v {
  text-align: center;
}

.bad {
  color: var(--pink);
}

.good {
  color: var(--live);
  font-weight: 500;
}

.quote {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 26px;
}

.quote p {
  margin: 0;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 380;
  line-height: 1.3;
  letter-spacing: -0.012em;
}

.quote-person {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: auto;
}

.quote-person .av,
.avatar {
  border: 1px solid var(--line-2);
  border-radius: 999px;
}

.quote-person .av {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #d89757, #a66a36);
}

.quote-stars {
  color: var(--brass-hi);
  font-size: 13px;
  letter-spacing: 1px;
}

.final-cta {
  padding: 80px 30px;
  text-align: center;
  background:
    radial-gradient(60% 70% at 50% 0%, rgba(216, 151, 87, 0.16), transparent 60%),
    linear-gradient(180deg, var(--surface-2), var(--bg-1));
  border-color: var(--line);
}

.final-cta h2 {
  max-width: 780px;
  margin: 18px auto 0;
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 380;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.final-cta p {
  margin: 22px auto 32px;
  font-size: 16px;
}

.final-actions {
  justify-content: center;
}

footer {
  position: relative;
  z-index: 2;
  padding: 60px 0 32px;
  margin-top: 80px;
  border-top: 1px solid var(--line-2);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
}

.footer-grid p {
  max-width: 330px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13.5px;
}

.footer-grid h6 {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-grid li a {
  color: var(--fg-dim);
  font-size: 13.5px;
  transition: color 0.15s;
}

.footer-grid li a:hover {
  color: var(--brass-hi);
}

.footer-bot {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  margin-top: 50px;
  color: var(--muted);
  font-size: 12.5px;
  border-top: 1px solid var(--line-2);
}

.profile-banner {
  position: relative;
  height: 420px;
  margin-top: 68px;
}

.profile-hero {
  position: relative;
  z-index: 3;
  margin-top: -120px;
}

.profile-card {
  padding: 24px;
  background: rgba(16, 13, 11, 0.86);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 40px 90px -50px rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(16px);
}

.profile-top {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.profile-title {
  display: flex;
  gap: 16px;
  align-items: center;
}

.avatar {
  width: 84px;
  height: 84px;
  flex: 0 0 auto;
}

.profile-title h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 380;
  line-height: 1;
  letter-spacing: -0.03em;
}

.profile-title p {
  margin: 8px 0 0;
  color: var(--muted);
}

.profile-panel,
.service-card {
  padding: 20px;
}

.service-price {
  margin: 12px 0;
  color: var(--brass-hi);
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
}

.map {
  min-height: 220px;
  margin-top: 16px;
  background:
    linear-gradient(90deg, rgba(216, 151, 87, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(245, 239, 230, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 54% 46%, rgba(216, 151, 87, 0.26), transparent 8rem),
    var(--bg);
  background-size: 34px 34px, 34px 34px, auto, auto;
  border: 1px solid var(--line-2);
  border-radius: 16px;
}

.result-meta {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  border-top: 1px solid var(--line-2);
}

.empty-state {
  grid-column: 1 / -1;
  padding: 42px;
  text-align: center;
  background: var(--bg-1);
  border: 1px solid var(--line-2);
  border-radius: 18px;
}

.empty-state h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 380;
}

.empty-state p {
  margin: 0;
  color: var(--muted);
}

.modal,
.drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
}

.modal.open,
.drawer.open {
  display: block;
}

.modal-backdrop,
.drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(10px);
}

.modal-panel,
.drawer-panel {
  position: absolute;
  overflow: auto;
  background: rgba(16, 13, 11, 0.97);
  border: 1px solid var(--line);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.55);
}

.modal-panel {
  top: 50%;
  left: 50%;
  width: min(560px, calc(100% - 28px));
  max-height: calc(100vh - 28px);
  padding: 22px;
  border-radius: 18px;
  transform: translate(-50%, -50%);
}

.drawer-panel {
  top: 0;
  right: 0;
  width: min(580px, 100%);
  height: 100%;
  padding: 24px;
  border-radius: 22px 0 0 22px;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--fg);
  font-size: 24px;
  background: rgba(245, 239, 230, 0.04);
  border: 1px solid var(--line-2);
  border-radius: 10px;
}

.modal-tabs {
  padding-right: 48px;
  margin-bottom: 22px;
}

.tab {
  height: 36px;
  padding: 0 14px;
  color: var(--fg-dim);
  background: rgba(245, 239, 230, 0.04);
  border: 1px solid var(--line-2);
  border-radius: 999px;
}

.tab.active {
  color: #1a1108;
  background: linear-gradient(180deg, var(--brass-hi), var(--brass));
  border-color: transparent;
}

.auth-view {
  display: none;
}

.auth-view.active {
  display: block;
}

.auth-view h2,
.booking-title {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 380;
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.form-grid {
  display: grid;
  gap: 12px;
}

.form-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid label {
  padding: 12px 14px;
  background: var(--bg);
  border: 1px solid var(--line-2);
  border-radius: 12px;
}

.span-2 {
  grid-column: span 2;
}

.booking-progress {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  margin-bottom: 22px;
}

.booking-progress span {
  height: 5px;
  background: rgba(245, 239, 230, 0.08);
  border-radius: 999px;
}

.booking-progress span.active {
  background: linear-gradient(90deg, var(--brass-hi), var(--brass));
}

.choice-list {
  display: grid;
  gap: 10px;
}

.choice {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 14px;
  text-align: left;
  background: rgba(245, 239, 230, 0.03);
  border: 1px solid var(--line-2);
  border-radius: 14px;
}

.choice.active {
  border-color: var(--brass);
  box-shadow: 0 0 0 4px rgba(216, 151, 87, 0.1);
}

.choice small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.booking-times {
  margin-top: 14px;
}

.time-button {
  min-height: 38px;
  padding: 0 13px;
  color: var(--fg-dim);
  font-weight: 600;
  background: rgba(245, 239, 230, 0.04);
  border: 1px solid var(--line-2);
  border-radius: 10px;
}

.time-button.active {
  color: #1a1108;
  background: linear-gradient(180deg, var(--brass-hi), var(--brass));
  border-color: transparent;
}

.booking-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  margin-top: 22px;
}

.post.clickable {
  cursor: zoom-in;
}

.photo-viewer {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.86);
}

.photo-viewer.open {
  display: flex;
}

.photo-viewer img {
  max-width: min(96vw, 1100px);
  max-height: 92vh;
  object-fit: contain;
  border-radius: 14px;
}

.photo-viewer-close {
  position: fixed;
  top: 18px;
  right: 22px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(245, 239, 230, 0.08);
  color: var(--fg);
  font-size: 28px;
  line-height: 1;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 130;
  display: none;
  max-width: min(420px, calc(100% - 36px));
  padding: 14px 16px;
  color: var(--fg);
  background: rgba(16, 13, 11, 0.97);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.toast.show {
  display: block;
  animation: enter 0.2s ease both;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1120px) {
  .hero-floats {
    display: block;
  }
}

@media (max-width: 980px) {
  .grid,
  .feat-grid,
  .testimonials,
  .service-grid,
  .profile-grid,
  .split-grid,
  .wa-section,
  .plan-banner {
    grid-template-columns: 1fr;
  }

  .pros,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-left,
  .split-right,
  .plan-banner {
    padding: 42px 28px;
  }

  .split-left {
    border-right: 0;
    border-bottom: 1px solid var(--line-2);
  }
}

@media (max-width: 880px) {
  .nav-links {
    position: fixed;
    top: 76px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    background: rgba(16, 13, 11, 0.98);
    border: 1px solid var(--line);
    border-radius: 16px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 12px;
  }

  .nav-cta .btn-ghost {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dash-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .search-row,
  .dash-charts,
  .dash-stat-row {
    grid-template-columns: 1fr;
  }

  .search .btn-lg {
    width: 100%;
  }

  .hero-meta {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .wrap {
    padding: 0 18px;
  }

  .hero {
    padding: 118px 0 48px;
  }

  .hero-sub {
    font-size: 16.5px;
  }

  .sect {
    padding: 72px 0;
  }

  .feed {
    column-count: 1;
  }

  .pros,
  .steps,
  .footer-grid,
  .form-grid.two {
    grid-template-columns: 1fr;
  }

  .span-2 {
    grid-column: auto;
  }

  .profile-top,
  .profile-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-actions,
  .profile-actions .btn,
  .booking-actions {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .drawer-panel {
    padding: 20px 16px;
    border-radius: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
