:root {
  --ink: #100f12;
  --ink-soft: #1a1518;
  --paper: #fff8f2;
  --paper-muted: #f4ebe3;
  --line: rgba(255, 248, 242, 0.18);
  --gold: #db4f8d;
  --gold-soft: #ff9ec4;
  --rose: #e23b73;
  --teal: #5eb8a5;
  --text: #fffaf4;
  --muted: rgba(255, 250, 244, 0.72);
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.36);
  color-scheme: dark;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  min-width: 320px;
}

[hidden] {
  display: none !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(226, 59, 115, 0.07), transparent 24%, rgba(94, 184, 165, 0.05)),
    radial-gradient(circle at 15% 20%, rgba(255, 158, 196, 0.14), transparent 28%),
    radial-gradient(circle at 80% 15%, rgba(226, 59, 115, 0.12), transparent 26%);
  opacity: 0.9;
  z-index: -2;
}

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

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

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

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(16, 15, 18, 0.76);
  border-bottom: 1px solid rgba(255, 248, 242, 0.12);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 54px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand-mark {
  display: grid;
  gap: 0;
  line-height: 0.82;
  min-width: max-content;
}

.brand-mark span {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 3vw, 1.8rem);
  font-weight: 800;
}

.brand-mark small {
  color: var(--gold-soft);
  font-family: "WindSong", cursive;
  font-size: 1.25rem;
  justify-self: end;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(14px, 3vw, 32px);
  justify-content: center;
}

.nav-links a {
  color: rgba(255, 250, 244, 0.74);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--paper);
}

.header-cta,
.button,
.service-select,
.mobile-action-bar a {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  letter-spacing: 0;
  min-height: 44px;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.header-cta,
.button {
  border-radius: 8px;
  padding: 12px 16px;
}

.header-cta {
  background: var(--paper);
  color: var(--ink);
  font-size: 0.92rem;
}

.button.primary {
  background: linear-gradient(135deg, var(--paper), #ffc0d6 45%, var(--gold-soft));
  color: var(--ink);
  box-shadow: 0 12px 30px rgba(226, 59, 115, 0.2);
}

.button.ghost {
  background: rgba(255, 248, 242, 0.1);
  border: 1px solid rgba(255, 248, 242, 0.24);
  color: var(--paper);
}

.header-cta:hover,
.button:hover,
.service-select:hover,
.mobile-action-bar a:hover {
  transform: translateY(-1px);
}

.button:disabled,
.service-select:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.header-cta svg,
.button svg,
.service-select svg,
.quick-book svg,
.prep-item svg,
.policy-item svg,
.mobile-action-bar svg {
  height: 18px;
  stroke-width: 2.4;
  width: 18px;
}

.hero {
  align-items: end;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 300px);
  min-height: 92svh;
  overflow: hidden;
  padding: clamp(100px, 14vw, 170px) clamp(18px, 5vw, 80px) 0;
  position: relative;
}

.leopard-section {
  isolation: isolate;
  position: relative;
}

.leopard-section::before {
  background:
    linear-gradient(rgba(16, 15, 18, 0.18), rgba(16, 15, 18, 0.18)),
    url("assets/cheetah-background-new.png") center / cover;
  content: "";
  inset: 0;
  opacity: 0.86;
  position: absolute;
  z-index: -2;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(16, 15, 18, 0.95), rgba(16, 15, 18, 0.62) 48%, rgba(16, 15, 18, 0.26)),
    linear-gradient(0deg, rgba(16, 15, 18, 0.95), transparent 45%);
  inset: 0;
  position: absolute;
  z-index: -1;
}

.hero-content {
  max-width: 720px;
  padding-bottom: clamp(82px, 11vw, 132px);
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(4rem, 13vw, 10rem);
  line-height: 0.84;
  margin-bottom: 18px;
  max-width: 900px;
}

.script-line {
  color: var(--gold-soft);
  font-family: "WindSong", cursive;
  font-size: clamp(2.2rem, 6vw, 4.7rem);
  line-height: 0.82;
  margin-bottom: 24px;
}

.hero-copy {
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.7;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-portrait {
  align-self: center;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 248, 242, 0.22);
  border-radius: 50%;
  box-shadow: var(--shadow);
  justify-self: center;
  max-width: 300px;
  min-width: 180px;
  overflow: hidden;
  position: relative;
  width: min(28vw, 300px);
  z-index: 1;
}

.hero-portrait::after {
  border: 8px solid rgba(255, 158, 196, 0.34);
  border-radius: inherit;
  content: "";
  inset: 10px;
  position: absolute;
}

.hero-portrait img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-portrait span {
  background: rgba(16, 15, 18, 0.78);
  bottom: 22px;
  font-family: "WindSong", cursive;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  left: 50%;
  padding: 2px 16px 6px;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
}

.quick-book {
  backdrop-filter: blur(18px);
  background: rgba(16, 15, 18, 0.72);
  border-top: 1px solid rgba(255, 248, 242, 0.14);
  bottom: 0;
  display: grid;
  gap: 1px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

.quick-book div {
  align-items: center;
  background: rgba(255, 248, 242, 0.06);
  color: var(--paper);
  display: flex;
  gap: 10px;
  justify-content: center;
  min-height: 78px;
  padding: 16px;
  text-align: center;
}

.quick-book svg {
  color: var(--rose);
  flex: 0 0 auto;
}

.intro-band {
  background: var(--paper);
  color: var(--ink);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.intro-band p {
  align-items: center;
  background: linear-gradient(135deg, #fff8f2, #ffc0d6);
  display: flex;
  font-size: 0.92rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1.45;
  margin: 0;
  min-height: 74px;
  padding: 18px;
  text-align: center;
}

.section-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(62px, 9vw, 112px) clamp(18px, 4vw, 40px);
}

.section-heading {
  margin-bottom: clamp(28px, 5vw, 46px);
  max-width: 740px;
}

.section-heading h2 {
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: 0.95;
  margin-bottom: 0;
}

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

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

.service-card {
  background: rgba(255, 248, 242, 0.07);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-rows: minmax(330px, 44vw) auto;
  max-height: 640px;
  overflow: hidden;
}

.service-card.featured {
  border-color: rgba(255, 158, 196, 0.44);
}

.service-menu-card {
  grid-template-rows: minmax(330px, 34vw) auto;
  max-height: none;
  min-height: 620px;
}

.service-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.service-card:nth-child(1) img {
  object-position: 38% 45%;
}

.service-card:nth-child(2) img {
  object-position: 50% 50%;
}

.service-card:nth-child(3) img {
  object-position: 60% 42%;
}

.service-body {
  align-content: space-between;
  display: grid;
  gap: 18px;
  min-height: 190px;
  padding: 22px;
}

.service-menu-card .service-body {
  min-height: 250px;
}

.service-body h3,
.policy-item h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.05;
  margin-bottom: 10px;
}

.service-body .service-price,
.service-price {
  color: var(--gold-soft);
  font-size: 0.92rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.service-body p,
.policy-item p {
  color: var(--muted);
  line-height: 1.6;
}

.service-select {
  background: var(--paper);
  border-radius: 8px;
  color: var(--ink);
  padding: 12px 14px;
  width: 100%;
}

.price-menu {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 22px;
}

.price-panel {
  background: rgba(255, 248, 242, 0.07);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  min-height: 170px;
  padding: 18px;
}

.price-panel h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.34rem;
  line-height: 1.05;
  margin: 0;
}

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

.price-panel li {
  border-top: 1px solid rgba(255, 248, 242, 0.12);
  display: grid;
  gap: 4px;
  padding-top: 10px;
}

.price-panel span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.price-panel strong {
  color: var(--gold-soft);
  font-size: 0.92rem;
  line-height: 1.3;
}

.price-note {
  color: var(--muted);
  line-height: 1.65;
  margin: 18px 0 0;
  max-width: 820px;
  pointer-events: none;
  visibility: hidden;
}

.cheetah-flow {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.cheetah-flow::before {
  background:
    linear-gradient(180deg, rgba(16, 15, 18, 0.78), rgba(16, 15, 18, 0.78)),
    url("assets/cheetah-background-new.png") center top / cover;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
}

.cheetah-flow::after {
  background:
    linear-gradient(90deg, rgba(226, 59, 115, 0.1), transparent 52%, rgba(94, 184, 165, 0.06));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.motion-reels {
  max-width: none;
  overflow: hidden;
  padding: clamp(34px, 6vw, 72px) 0 clamp(96px, 12vw, 152px);
  position: relative;
}

.motion-reels .section-heading {
  margin: 0 auto clamp(24px, 4vw, 38px);
  max-width: 1180px;
  padding-inline: clamp(18px, 4vw, 40px);
}

.reel-stage {
  margin-inline: auto;
  max-width: 1180px;
  overflow: hidden;
  padding-inline: clamp(18px, 4vw, 40px);
  position: relative;
  width: 100%;
}

.reel-stage::before,
.reel-stage::after {
  content: "";
  inset-block: 0;
  pointer-events: none;
  position: absolute;
  width: clamp(50px, 10vw, 160px);
  z-index: 3;
}

.reel-stage::before {
  background: linear-gradient(90deg, rgba(16, 15, 18, 0.9), rgba(16, 15, 18, 0));
  left: 0;
}

.reel-stage::after {
  background: linear-gradient(270deg, rgba(16, 15, 18, 0.9), rgba(16, 15, 18, 0));
  right: 0;
}

.reel-track {
  animation: reel-drift 42s linear infinite;
  display: flex;
  gap: 18px;
  width: max-content;
  will-change: transform;
}

.reel-stage:hover .reel-track,
.reel-track:focus-within {
  animation-play-state: paused;
}

.reel-card {
  appearance: none;
  aspect-ratio: 9 / 16;
  background: rgba(255, 248, 242, 0.07);
  border: 1px solid rgba(255, 158, 196, 0.3);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: inherit;
  cursor: pointer;
  flex: 0 0 clamp(172px, 19vw, 260px);
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
}

.reel-card::after {
  background:
    linear-gradient(180deg, rgba(16, 15, 18, 0.05), rgba(16, 15, 18, 0.78)),
    linear-gradient(45deg, rgba(226, 59, 115, 0.18), transparent 42%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.reel-card:focus-visible {
  outline: 3px solid var(--gold-soft);
  outline-offset: 4px;
}

.reel-card img,
.reel-card video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.reel-play,
.reel-caption {
  position: absolute;
  z-index: 2;
}

.reel-play {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(16, 15, 18, 0.56);
  border: 1px solid rgba(255, 248, 242, 0.2);
  border-radius: 999px;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  right: 12px;
  top: 12px;
  width: 38px;
}

.reel-play svg {
  color: var(--gold-soft);
  fill: var(--gold-soft);
  height: 16px;
  transform: translateX(1px);
  width: 16px;
}

.reel-caption {
  bottom: 14px;
  display: grid;
  gap: 4px;
  left: 14px;
  right: 14px;
}

.reel-caption strong {
  color: var(--paper);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.24rem, 2.4vw, 1.65rem);
  line-height: 0.98;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.48);
}

@keyframes reel-drift {
  to {
    transform: translateX(-50%);
  }
}

.prep-section {
  isolation: isolate;
  padding-top: clamp(28px, 4vw, 48px);
  position: relative;
  --prep-bg-overlap: clamp(48px, 6vw, 86px);
  z-index: 0;
}

.prep-section::before {
  background:
    linear-gradient(90deg, rgba(226, 59, 115, 0.08), transparent 28%, rgba(94, 184, 165, 0.04)),
    radial-gradient(circle at 14% 35%, rgba(255, 158, 196, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(16, 15, 18, 0.98), rgba(16, 15, 18, 0.95));
  content: "";
  bottom: 0;
  left: 50%;
  position: absolute;
  top: calc(-1 * var(--prep-bg-overlap));
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.prep-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.prep-item {
  align-items: center;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(16, 15, 18, 0.5);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  display: flex;
  gap: 14px;
  min-height: 86px;
  padding: 18px;
}

.prep-item svg {
  color: var(--teal);
  flex: 0 0 auto;
}

.policies {
  overflow: hidden;
  position: relative;
}

.policies-inner {
  max-width: 1120px;
}

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

.policy-item {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(16, 15, 18, 0.5);
  border: 1px solid rgba(255, 248, 242, 0.14);
  min-height: 270px;
  padding: clamp(22px, 3vw, 30px);
}

.policy-item svg {
  color: var(--gold-soft);
  height: 34px;
  margin-bottom: 24px;
  width: 34px;
}

body.modal-open {
  overflow: hidden;
}

.booking-modal {
  align-items: center;
  display: grid;
  inset: 0;
  justify-items: center;
  padding: 18px;
  position: fixed;
  z-index: 80;
}

.booking-modal[aria-hidden="true"] {
  display: none;
}

.modal-backdrop {
  background: rgba(16, 15, 18, 0.78);
  border: 0;
  cursor: pointer;
  inset: 0;
  position: absolute;
}

.booking-dialog {
  background: var(--paper);
  border: 1px solid rgba(255, 158, 196, 0.35);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
  max-height: min(820px, calc(100svh - 36px));
  overflow: auto;
  padding: clamp(20px, 4vw, 34px);
  position: relative;
  width: min(960px, 100%);
  z-index: 1;
}

.modal-header {
  align-items: start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.modal-header .eyebrow {
  color: #74503f;
}

.modal-header h2 {
  color: var(--ink);
  font-size: clamp(2rem, 8vw, 3.6rem);
  line-height: 0.92;
  margin: 6px 0 12px;
}

.modal-header p:not(.eyebrow) {
  color: #695b5c;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.modal-close {
  align-items: center;
  background: rgba(16, 15, 18, 0.08);
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.modal-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.modal-service {
  background: rgba(16, 15, 18, 0.06);
  border: 1px solid rgba(16, 15, 18, 0.1);
  border-radius: 8px;
  display: grid;
  gap: 5px;
  padding: 14px 16px;
}

.modal-service span,
.modal-progress span {
  color: #74503f;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.modal-service strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.modal-progress {
  display: grid;
  gap: 8px;
}

.modal-progress-track {
  background: rgba(16, 15, 18, 0.1);
  border-radius: 8px;
  height: 8px;
  overflow: hidden;
}

.modal-progress-fill {
  background: linear-gradient(90deg, var(--rose), var(--gold));
  height: 100%;
  transition: width 180ms ease;
  width: 25%;
}

.modal-step {
  display: none;
  gap: 16px;
}

.modal-step.is-active {
  display: grid;
}

.scheduler-shell {
  border: 1px solid rgba(16, 15, 18, 0.12);
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(230px, 0.78fr);
  min-height: 390px;
  overflow: hidden;
}

.calendar-panel,
.times-panel {
  background: #fff;
  padding: clamp(18px, 3vw, 26px);
}

.calendar-panel {
  border-right: 1px solid rgba(16, 15, 18, 0.1);
}

.calendar-toolbar {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 42px 1fr 42px;
  margin-bottom: 18px;
}

.calendar-toolbar h3 {
  font-size: 1rem;
  font-weight: 900;
  margin: 0;
  text-align: center;
}

.calendar-nav {
  align-items: center;
  background: rgba(16, 15, 18, 0.06);
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.calendar-weekdays,
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-weekdays {
  color: #74503f;
  font-size: 0.68rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
}

.calendar-grid {
  gap: 6px;
}

.calendar-blank {
  min-height: 42px;
}

.calendar-day {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(16, 15, 18, 0.35);
  cursor: not-allowed;
  font-weight: 800;
  min-height: 42px;
}

.calendar-day.is-available {
  background: rgba(255, 158, 196, 0.12);
  color: var(--ink);
  cursor: pointer;
}

.calendar-day.is-available:hover,
.calendar-day.is-available:focus-visible {
  border-color: rgba(255, 158, 196, 0.75);
}

.calendar-day.is-selected {
  background: var(--gold);
  color: #fff;
}

.scheduler-help {
  color: #74503f;
  font-size: 0.82rem;
  font-weight: 800;
  margin: 16px 0 0;
}

.times-panel {
  display: grid;
  gap: 14px;
  grid-template-rows: auto 1fr;
}

.times-date {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 900;
  margin: 0;
}

.time-slot-list {
  align-content: start;
  display: grid;
  gap: 10px;
  max-height: 328px;
  overflow: auto;
  padding-right: 2px;
}

.time-slot {
  background: #fff;
  border: 1px solid rgba(16, 15, 18, 0.2);
  border-radius: 8px;
  color: #74503f;
  cursor: pointer;
  font-weight: 900;
  min-height: 48px;
  padding: 12px 14px;
  text-align: center;
}

.time-slot:hover,
.time-slot:focus-visible {
  border-color: var(--gold);
}

.time-slot.is-selected {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.time-empty {
  align-items: center;
  background: rgba(16, 15, 18, 0.05);
  border: 1px dashed rgba(16, 15, 18, 0.18);
  border-radius: 8px;
  color: #695b5c;
  display: flex;
  font-weight: 800;
  min-height: 120px;
  padding: 18px;
}

.modal-form label {
  color: #352a2d;
  display: grid;
  font-size: 0.94rem;
  font-weight: 900;
  gap: 8px;
}

.modal-form input,
.modal-form select,
.modal-form textarea {
  background: #fff;
  border: 1px solid rgba(16, 15, 18, 0.16);
  border-radius: 8px;
  color: var(--ink);
  min-height: 52px;
  padding: 13px 14px;
  width: 100%;
}

.modal-form textarea {
  line-height: 1.5;
  min-height: 132px;
  resize: vertical;
}

.modal-extra-field {
  border: 0;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.modal-extra-field legend {
  color: #352a2d;
  font-size: 0.94rem;
  font-weight: 900;
  margin-bottom: 8px;
  padding: 0;
}

.modal-extra-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.modal-extra-option {
  cursor: pointer;
  display: inline-flex;
  position: relative;
}

.modal-extra-option input {
  height: 1px;
  inset: 0;
  min-height: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 1px;
}

.modal-extra-option span {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(16, 15, 18, 0.16);
  border-radius: 999px;
  color: #352a2d;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 900;
  gap: 8px;
  min-height: 46px;
  padding: 12px 16px;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}

.modal-extra-option strong {
  font: inherit;
}

.modal-extra-option small {
  color: #8d4b63;
  font-size: 0.78rem;
  font-weight: 950;
  white-space: nowrap;
}

.modal-extra-option input:checked + span small {
  color: #4f2231;
}

.modal-extra-option input:checked + span {
  background: linear-gradient(135deg, #ffe2ec, var(--gold-soft));
  border-color: var(--gold);
  box-shadow: 0 12px 28px rgba(219, 79, 141, 0.18);
}

.modal-extra-option input:focus-visible + span {
  outline: 3px solid rgba(219, 79, 141, 0.3);
  outline-offset: 2px;
}

.modal-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
}

.modal-back-button {
  background: rgba(16, 15, 18, 0.08);
  border-color: rgba(16, 15, 18, 0.16);
  color: var(--ink);
  min-width: 110px;
}

.modal-next-button {
  min-height: 54px;
}

.modal-note {
  color: #5b454c;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
  min-height: 1.3em;
}

.site-footer {
  align-items: center;
  border-top: 1px solid rgba(255, 248, 242, 0.12);
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  padding: 28px clamp(18px, 5vw, 80px) 36px;
}

.site-footer p {
  margin: 0;
}

.site-credit {
  align-items: center;
  background: rgba(255, 248, 242, 0.08);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 158, 196, 0.22);
  border-radius: 999px;
  color: var(--paper);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 750;
  gap: 5px;
  min-height: 34px;
  padding: 7px 12px;
  position: fixed;
  bottom: 18px;
  right: 18px;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
  z-index: 28;
}

.site-credit span,
.site-credit strong {
  color: var(--gold-soft);
}

.site-credit strong {
  font-weight: 950;
}

.site-credit:hover,
.site-credit:focus-visible {
  background: rgba(255, 158, 196, 0.14);
  border-color: rgba(255, 158, 196, 0.55);
  box-shadow: 0 12px 30px rgba(219, 79, 141, 0.2);
  transform: translateY(-1px);
}

.mobile-action-bar {
  display: none;
}

.admin-body {
  background:
    linear-gradient(rgba(16, 15, 18, 0.88), rgba(16, 15, 18, 0.94)),
    url("assets/cheetah-background-new.png") center / cover fixed;
}

.admin-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(16, 15, 18, 0.82);
  border-bottom: 1px solid rgba(255, 248, 242, 0.12);
  display: flex;
  justify-content: space-between;
  padding: 16px clamp(18px, 4vw, 54px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.admin-nav {
  align-items: center;
  background: rgba(255, 248, 242, 0.06);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 999px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
  padding: 6px;
}

.admin-nav a {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255, 250, 244, 0.78);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  min-height: 42px;
  padding: 0 16px;
  text-transform: uppercase;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.admin-nav a:hover,
.admin-nav a:focus-visible {
  background: rgba(255, 248, 242, 0.08);
  color: var(--paper);
}

.admin-nav a.is-active {
  background: linear-gradient(135deg, #ffe2ec, var(--gold-soft));
  border-color: rgba(219, 79, 141, 0.55);
  color: var(--ink);
  box-shadow: 0 14px 30px rgba(219, 79, 141, 0.22);
}

.admin-nav .admin-website-link {
  color: rgba(255, 250, 244, 0.58);
}

[data-admin-view][hidden] {
  display: none !important;
}

.admin-shell {
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(28px, 4vw, 54px) clamp(16px, 4vw, 40px) 80px;
}

.admin-hero,
.admin-panel {
  background: rgba(16, 15, 18, 0.78);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.admin-hero {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(24px, 4vw, 42px);
}

.admin-hero h1 {
  font-size: clamp(3rem, 7vw, 6rem);
  margin-bottom: 18px;
}

.admin-hero p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.6;
  max-width: 720px;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-stats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 18px 0;
}

.admin-stats article {
  background: rgba(255, 248, 242, 0.08);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  padding: 22px;
}

.admin-stats span {
  color: var(--gold-soft);
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1;
}

.admin-stats p {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  margin: 8px 0 0;
  text-transform: uppercase;
}

.admin-panel {
  margin-top: 18px;
  padding: clamp(18px, 3vw, 28px);
}

.admin-panel-heading {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.admin-panel-heading h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.95;
  margin: 0;
}

.admin-filter,
.availability-form label,
.bulk-availability-form label,
.bulk-availability-form legend,
.quick-slot-form label,
.service-editor-panel label,
.service-editor-panel legend,
.slot-toolbar label,
.booking-actions label {
  color: rgba(255, 250, 244, 0.84);
  display: grid;
  font-size: 0.8rem;
  font-weight: 900;
  gap: 7px;
  text-transform: uppercase;
}

.admin-filter select,
.availability-form input,
.availability-form select,
.bulk-availability-form input,
.bulk-availability-form select,
.quick-slot-form input,
.quick-slot-form select,
.service-editor-panel input,
.service-editor-panel select,
.service-editor-panel textarea,
.slot-toolbar input,
.slot-toolbar select,
.booking-actions select {
  background: var(--paper);
  border: 1px solid rgba(16, 15, 18, 0.16);
  border-radius: 8px;
  color: var(--ink);
  min-height: 44px;
  padding: 10px 12px;
}

.service-editor-panel textarea {
  min-height: 96px;
  resize: vertical;
}

.booking-list {
  display: grid;
  gap: 14px;
}

.booking-card {
  background: rgba(255, 248, 242, 0.08);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  padding: 18px;
}

.booking-card-header,
.booking-actions,
.slot-card,
.slot-card > div:last-child {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.booking-client {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 6px;
}

.booking-service {
  color: var(--gold-soft);
  font-weight: 800;
  margin: 0;
}

.status-pill {
  background: rgba(255, 248, 242, 0.12);
  border: 1px solid rgba(255, 248, 242, 0.16);
  border-radius: 999px;
  color: var(--paper);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 900;
  padding: 7px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.status-pill.confirmed,
.status-pill.available {
  background: rgba(94, 184, 165, 0.18);
  color: #c9fff2;
}

.status-pill.deposit-pending,
.status-pill.unavailable {
  background: rgba(255, 158, 196, 0.16);
  color: var(--gold-soft);
}

.status-pill.canceled {
  background: rgba(226, 59, 115, 0.18);
  color: #ffc4d7;
}

.booking-details {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0;
}

.booking-details div {
  background: rgba(16, 15, 18, 0.32);
  border-radius: 8px;
  padding: 12px;
}

.booking-details dt {
  color: rgba(255, 250, 244, 0.52);
  font-size: 0.72rem;
  font-weight: 900;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.booking-details dd {
  color: var(--paper);
  font-weight: 750;
  margin: 0;
  overflow-wrap: anywhere;
}

.booking-notes {
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 18px;
}

.button.compact {
  min-height: 44px;
  padding: 10px 13px;
}

.button.icon-only {
  min-height: 38px;
  padding: 8px;
  width: 38px;
}

.admin-heading-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.service-workspace {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(240px, 0.26fr) minmax(0, 1fr);
}

.service-list-panel,
.service-editor-panel {
  background: rgba(255, 248, 242, 0.07);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  min-width: 0;
}

.service-list-panel {
  align-self: start;
  padding: 14px;
  position: sticky;
  top: 92px;
}

.service-panel-heading {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.service-panel-heading h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1;
  margin: 0;
}

.service-panel-heading span,
.muted-editor-copy,
.service-save-state {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
}

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

.service-list-row {
  align-items: center;
  background: rgba(16, 15, 18, 0.32);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  cursor: grab;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 10px;
}

.service-list-row.is-active {
  background: rgba(255, 158, 196, 0.12);
  border-color: rgba(255, 158, 196, 0.45);
}

.service-list-row.is-dragging {
  opacity: 0.55;
}

.service-row-main {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--paper);
  display: flex;
  gap: 11px;
  min-width: 0;
  padding: 0;
  text-align: left;
}

.service-row-main img {
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  width: 52px;
}

.service-row-main span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.service-row-main strong,
.service-row-main small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-row-main strong {
  font-weight: 900;
}

.service-row-main small {
  color: var(--muted);
  font-weight: 750;
}

.service-row-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  grid-column: 1 / -1;
}

.mini-badge {
  background: rgba(255, 248, 242, 0.1);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 999px;
  color: var(--paper);
  font-size: 0.68rem;
  font-weight: 900;
  padding: 4px 7px;
  text-transform: uppercase;
}

.mini-badge.open {
  background: rgba(94, 184, 165, 0.16);
  color: #c9fff2;
}

.mini-badge.gold {
  background: rgba(255, 158, 196, 0.16);
  color: var(--gold-soft);
}

.mini-badge.muted {
  color: var(--muted);
}

.service-row-actions {
  display: flex;
  gap: 6px;
}

.service-row-actions .button:disabled {
  opacity: 0.28;
}

.service-editor-panel {
  display: grid;
  gap: 18px;
  padding: 16px;
}

.service-editor-heading,
.service-editor-actions,
.service-editor-toggles {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.service-editor-heading h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1;
  margin: 0;
}

.service-editor-toggles {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.service-editor-toggles label {
  align-items: center;
  background: rgba(16, 15, 18, 0.28);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  color: var(--paper);
  display: inline-flex;
  flex-direction: row;
  gap: 8px;
  min-height: 40px;
  padding: 8px 10px;
  text-transform: none;
}

.service-editor-toggles input {
  accent-color: var(--gold);
  min-height: auto;
  width: auto;
}

.service-editor-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-editor-grid .wide {
  grid-column: span 3;
}

.service-editor-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}

.service-edit-fields,
.service-side-panel {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.service-side-panel {
  align-items: start;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-advanced {
  grid-column: 1 / -1;
}

.price-builder,
.service-addon-editor,
.service-booking-settings,
.service-advanced {
  background: rgba(16, 15, 18, 0.26);
  border: 1px solid rgba(255, 248, 242, 0.1);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 14px;
}

.price-builder-grid,
.service-settings-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-settings-grid .wide {
  grid-column: span 3;
}

.price-preview {
  background: rgba(255, 158, 196, 0.14);
  border: 1px solid rgba(255, 158, 196, 0.25);
  border-radius: 8px;
  color: var(--gold-soft);
  font-weight: 950;
  margin: 0;
  padding: 10px 12px;
}

.compact-heading {
  margin-bottom: 0;
}

.addon-chip-list {
  display: grid;
  gap: 8px;
  min-height: 36px;
}

.addon-edit-row {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) minmax(130px, 180px) 44px;
}

.addon-edit-row label {
  min-width: 0;
}

.addon-edit-row .button {
  min-height: 46px;
  width: 44px;
}

.addon-chip {
  align-items: center;
  background: rgba(255, 158, 196, 0.16);
  border: 1px solid rgba(255, 158, 196, 0.35);
  border-radius: 999px;
  color: var(--gold-soft);
  display: inline-flex;
  font-weight: 900;
  gap: 7px;
  min-height: 34px;
  padding: 6px 10px;
}

.addon-chip svg {
  height: 15px;
  width: 15px;
}

.addon-entry {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) minmax(130px, 180px) auto;
}

.service-image-upload {
  display: grid;
  gap: 10px;
}

.service-image-upload img,
.service-video-upload video,
.video-empty-state {
  aspect-ratio: 16 / 10;
  background: rgba(16, 15, 18, 0.4);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
}

.service-video-upload {
  border-top: 1px solid rgba(255, 248, 242, 0.12);
  padding-top: 14px;
}

.service-video-upload video {
  display: block;
}

.video-empty-state {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-weight: 900;
  justify-content: center;
  line-height: 1.35;
  margin: 0;
  min-height: 150px;
  padding: 18px;
  text-align: center;
  text-transform: uppercase;
}

.image-drop-zone {
  align-items: center;
  background: rgba(16, 15, 18, 0.32);
  border: 1px dashed rgba(255, 158, 196, 0.5);
  border-radius: 8px;
  color: var(--gold-soft);
  cursor: pointer;
  display: grid;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 8px;
  justify-items: center;
  min-height: 94px;
  padding: 14px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.image-drop-zone input {
  cursor: pointer;
  inset: 0;
  opacity: 0;
  position: absolute;
}

.image-drop-zone svg {
  height: 22px;
  width: 22px;
}

.image-drop-zone.is-dragging {
  background: rgba(255, 158, 196, 0.16);
  border-color: var(--gold-soft);
  color: var(--paper);
}

.clear-video-button {
  justify-self: stretch;
}

.service-editor-actions {
  justify-content: flex-end;
}

.service-preview-card {
  background: rgba(255, 248, 242, 0.08);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.service-preview-card img {
  aspect-ratio: 16 / 11;
  display: block;
  object-fit: cover;
  width: 100%;
}

.service-preview-card div {
  display: grid;
  gap: 7px;
  padding: 14px;
}

.service-preview-card span,
.service-preview-card small {
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-preview-card h4 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1;
  margin: 0;
}

.service-preview-card p {
  color: var(--muted);
  line-height: 1.45;
  margin: 0;
}

.service-advanced summary {
  color: var(--gold-soft);
  cursor: pointer;
  font-weight: 900;
}

.service-sticky-actions {
  align-items: center;
  background: rgba(16, 15, 18, 0.88);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px;
  position: static;
}

.service-sticky-actions p {
  color: var(--muted);
  font-weight: 850;
  margin: 0;
}

.service-editor-panel.has-unsaved .service-sticky-actions p {
  color: var(--gold-soft);
}

.availability-form {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
}

.bulk-availability-form {
  background: rgba(255, 248, 242, 0.07);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  margin-top: 14px;
  padding: 18px;
}

.bulk-form-heading,
.slot-toolbar,
.slot-date-heading {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.bulk-form-heading h3,
.slot-date-heading h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1;
  margin: 0;
}

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

.choice-group {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.choice-group legend {
  flex: 0 0 100%;
  margin-bottom: 2px;
}

.choice-group label {
  align-items: center;
  background: rgba(255, 248, 242, 0.1);
  border: 1px solid rgba(255, 248, 242, 0.16);
  border-radius: 8px;
  color: var(--paper);
  display: inline-flex;
  flex-direction: row;
  gap: 8px;
  min-height: 42px;
  padding: 9px 12px;
  text-transform: none;
}

.choice-group input[type="checkbox"] {
  accent-color: var(--gold);
  min-height: auto;
  width: auto;
}

.choice-group .custom-time-choice {
  display: flex;
  gap: 10px;
}

.choice-group .custom-time-choice input {
  min-height: 36px;
  width: 132px;
}

.slot-toolbar {
  background: rgba(16, 15, 18, 0.38);
  border: 1px solid rgba(255, 248, 242, 0.1);
  border-radius: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
  padding: 14px;
}

.slot-toolbar label {
  min-width: 180px;
}

.admin-inline-note {
  color: var(--gold-soft);
  font-size: 0.88rem;
  font-weight: 900;
  margin: 0 0 0 auto;
  min-height: 1.2em;
}

.admin-calendar-layout {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
  margin-top: 0;
}

.admin-month-card,
.selected-day-card {
  background: rgba(255, 248, 242, 0.07);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  padding: 16px;
}

.selected-day-card {
  position: sticky;
  top: 96px;
}

.admin-month-toolbar,
.selected-day-heading,
.selected-booking-card {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.admin-month-toolbar {
  margin-bottom: 14px;
}

.admin-month-toolbar h3,
.selected-day-heading h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.65rem;
  line-height: 1;
  margin: 0;
}

.selected-day-heading {
  align-items: start;
  border-bottom: 1px solid rgba(255, 248, 242, 0.12);
  margin-bottom: 14px;
  padding-bottom: 12px;
}

.selected-day-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 900;
  margin: 5px 0 0;
  text-align: right;
}

.selected-day-actions {
  align-items: end;
  display: grid;
  gap: 10px;
  justify-items: end;
}

.selected-day-actions p {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 900;
  margin: 0;
  text-align: right;
}

.quick-slot-form {
  background: rgba(16, 15, 18, 0.32);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
  padding: 12px;
}

.quick-slot-form[hidden] {
  display: none;
}

.quick-slot-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
}

.selected-day-card .admin-inline-note {
  margin: 0 0 12px;
}

.admin-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.admin-calendar-legend span {
  align-items: center;
  background: rgba(16, 15, 18, 0.28);
  border: 1px solid rgba(255, 248, 242, 0.1);
  border-radius: 8px;
  color: var(--muted);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 7px;
  padding: 7px 9px;
  text-transform: uppercase;
}

.legend-dot {
  border-radius: 999px;
  display: block;
  height: 9px;
  width: 9px;
}

.legend-dot.open {
  background: var(--teal);
}

.legend-dot.booked {
  background: var(--gold);
}

.legend-dot.blocked {
  background: var(--rose);
}

.admin-weekdays,
.admin-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.admin-weekdays {
  color: rgba(255, 250, 244, 0.5);
  font-size: 0.72rem;
  font-weight: 900;
  gap: 8px;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
}

.admin-calendar-grid {
  gap: 8px;
}

.admin-calendar-blank,
.admin-calendar-day {
  min-height: 96px;
}

.admin-calendar-day {
  background: rgba(16, 15, 18, 0.3);
  border: 1px solid rgba(255, 248, 242, 0.1);
  border-radius: 8px;
  color: var(--paper);
  cursor: pointer;
  display: grid;
  gap: 8px;
  grid-template-rows: auto 1fr;
  padding: 10px;
  text-align: left;
}

.admin-calendar-day:hover,
.admin-calendar-day:focus-visible {
  border-color: rgba(255, 158, 196, 0.65);
}

.admin-calendar-day.has-activity {
  background: rgba(255, 248, 242, 0.08);
}

.admin-calendar-day.has-open {
  box-shadow: inset 3px 0 0 var(--teal);
}

.admin-calendar-day.has-booked {
  box-shadow: inset 3px 0 0 var(--gold);
}

.admin-calendar-day.is-blocked {
  box-shadow: inset 3px 0 0 var(--rose);
}

.admin-calendar-day.is-selected {
  background: rgba(255, 158, 196, 0.16);
  border-color: rgba(255, 158, 196, 0.75);
}

.day-number {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
}

.day-badges {
  align-content: end;
  display: grid;
  gap: 5px;
}

.day-badge {
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  display: block;
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  padding: 5px 6px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.day-badge.open {
  background: rgba(94, 184, 165, 0.18);
  color: #c9fff2;
}

.day-badge.booked {
  background: rgba(255, 158, 196, 0.16);
  color: var(--gold-soft);
}

.day-badge.blocked {
  background: rgba(226, 59, 115, 0.18);
  color: #ffc4d7;
}

.day-badge.empty {
  display: none;
}

.slot-list {
  display: grid;
  gap: 14px;
}

.slot-date-group {
  display: grid;
  gap: 10px;
}

.slot-date-heading {
  border-bottom: 1px solid rgba(255, 248, 242, 0.12);
  padding-bottom: 8px;
}

.slot-date-heading span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
}

.slot-date-slots {
  display: grid;
  gap: 10px;
}

.selected-booking-group,
.selected-slot-group {
  display: grid;
  gap: 10px;
}

.selected-booking-group h4,
.selected-slot-group h4 {
  color: rgba(255, 250, 244, 0.82);
  font-size: 0.8rem;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.selected-booking-card {
  background: rgba(255, 248, 242, 0.08);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  padding: 14px;
}

.selected-booking-card strong,
.selected-booking-card span:not(.status-pill) {
  display: block;
}

.selected-booking-card strong {
  color: var(--paper);
  font-size: 1.08rem;
}

.selected-booking-card span:not(.status-pill) {
  color: var(--muted);
  font-weight: 800;
  margin-top: 4px;
}

.slot-card {
  background: rgba(255, 248, 242, 0.08);
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-left: 4px solid var(--gold-soft);
  border-radius: 8px;
  padding: 14px;
}

.slot-card.available {
  border-left-color: var(--teal);
}

.slot-card.unavailable {
  border-left-color: var(--rose);
}

.slot-card p,
.slot-card strong,
.slot-card span {
  display: block;
}

.slot-card p {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  margin: 0 0 4px;
}

.slot-card strong {
  color: var(--paper);
  font-size: 1.18rem;
}

.slot-card span:not(.status-pill) {
  color: var(--muted);
  margin-top: 4px;
}

.empty-state {
  align-items: center;
  background: rgba(255, 248, 242, 0.07);
  border: 1px dashed rgba(255, 248, 242, 0.22);
  border-radius: 8px;
  color: var(--muted);
  display: flex;
  gap: 12px;
  min-height: 110px;
  padding: 22px;
}

.empty-state svg {
  color: var(--gold-soft);
  flex: 0 0 auto;
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 92svh;
  }

  .hero-content {
    max-width: 650px;
    padding-bottom: 170px;
  }

  .hero-portrait {
    bottom: 94px;
    position: absolute;
    right: clamp(18px, 5vw, 42px);
    width: clamp(138px, 28vw, 210px);
  }

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

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

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

  .service-card {
    grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1fr);
    grid-template-rows: auto;
    max-height: none;
    min-height: 300px;
  }

  .service-menu-card {
    grid-template-columns: 1fr;
    grid-template-rows: 240px 1fr;
    min-height: 540px;
  }

  .service-body {
    min-height: 300px;
  }

  .service-menu-card .service-body {
    min-height: auto;
  }

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

  .admin-hero,
  .service-workspace,
  .service-editor-layout,
  .availability-form,
  .bulk-form-grid,
  .service-editor-grid,
  .price-builder-grid,
  .service-settings-grid,
  .admin-calendar-layout {
    grid-template-columns: 1fr;
  }

  .service-side-panel,
  .addon-entry,
  .addon-edit-row,
  .quick-slot-actions {
    grid-template-columns: 1fr;
  }

  .service-editor-grid .wide,
  .service-settings-grid .wide {
    grid-column: span 1;
  }

  .addon-edit-row .button {
    justify-self: start;
    width: 44px;
  }

  .service-list-panel {
    position: static;
  }

  .bulk-form-heading,
  .service-editor-heading,
  .service-panel-heading,
  .service-sticky-actions,
  .slot-toolbar {
    align-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-editor-toggles,
  .service-editor-actions {
    justify-content: flex-start;
  }

  .admin-inline-note {
    margin-left: 0;
  }

  .selected-day-card {
    position: static;
  }

  .admin-actions {
    justify-content: flex-start;
  }

  .admin-stats,
  .booking-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .admin-header {
    align-items: start;
    display: grid;
    gap: 12px;
    padding: 14px 16px;
  }

  .admin-header .brand-mark {
    justify-self: start;
    width: max-content;
  }

  .admin-nav {
    border-radius: 8px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    width: 100%;
  }

  .admin-nav::-webkit-scrollbar {
    display: none;
  }

  .admin-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .site-header {
    gap: 14px;
    padding: 12px 16px;
  }

  .nav-links {
    display: none;
  }

  .header-cta {
    font-size: 0.84rem;
    padding: 10px 12px;
  }

  .hero {
    align-items: center;
    min-height: 100svh;
    padding-inline: 16px;
    padding-top: 74px;
  }

  .hero-content {
    padding-bottom: 86px;
  }

  h1 {
    font-size: clamp(3.1rem, 18vw, 6rem);
    max-width: 330px;
  }

  .script-line {
    font-size: clamp(1.75rem, 9vw, 2.55rem);
    line-height: 1.04;
    max-width: 315px;
  }

  .hero-copy {
    display: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 36px;
    max-width: 330px;
    margin-inline: auto;
  }

  .hero-actions .button {
    min-height: 42px;
    padding: 10px 14px;
  }

  .hero-actions .ghost {
    display: none;
  }

  .hero-portrait {
    display: none;
  }

  .hero-portrait span {
    bottom: 12px;
    font-size: 1.32rem;
    padding-inline: 10px;
  }

  .quick-book {
    bottom: 62px;
    grid-template-columns: 1fr;
  }

  .quick-book div {
    justify-content: flex-start;
    min-height: 42px;
    padding: 9px 18px;
    text-align: left;
  }

  .intro-band {
    grid-template-columns: 1fr;
  }

  .intro-band p {
    min-height: 56px;
    padding: 14px 18px;
  }

  .section-shell {
    padding-inline: 16px;
  }

  .motion-reels {
    padding: 34px 0 108px;
  }

  .motion-reels .section-heading {
    padding-inline: 16px;
  }

  .reel-stage {
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .reel-stage::before,
  .reel-stage::after {
    display: none;
  }

  .reel-track {
    animation: none;
    gap: 12px;
  }

  .reel-card {
    flex-basis: clamp(152px, 52vw, 210px);
    scroll-snap-align: start;
  }

  .reel-card[aria-hidden="true"] {
    display: none;
  }

  .service-card {
    grid-template-columns: 1fr;
  }

  .full-service-grid {
    grid-template-columns: 1fr;
  }

  .service-card img {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .service-menu-card {
    grid-template-rows: auto 1fr;
    min-height: auto;
  }

  .service-body {
    min-height: auto;
  }

  .price-menu {
    grid-template-columns: 1fr;
  }

  .booking-modal {
    align-items: end;
    padding: 10px;
  }

  .booking-dialog {
    max-height: calc(100svh - 20px);
    padding: 20px;
  }

  .scheduler-shell {
    grid-template-columns: 1fr;
  }

  .calendar-panel {
    border-bottom: 1px solid rgba(16, 15, 18, 0.1);
    border-right: 0;
  }

  .calendar-day,
  .calendar-blank {
    min-height: 38px;
  }

  .time-slot-list {
    max-height: none;
  }

  .modal-actions {
    grid-template-columns: 1fr;
  }

  .modal-back-button {
    min-width: 0;
  }

  .prep-grid,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .policy-item {
    min-height: auto;
  }

  .site-footer {
    align-items: flex-start;
    display: grid;
    gap: 10px;
  }

  .site-credit {
    justify-self: start;
  }

  .admin-panel-heading,
  .booking-card-header,
  .booking-actions,
  .selected-day-heading,
  .selected-booking-card,
  .slot-card {
    align-items: stretch;
    display: grid;
  }

  .admin-nav {
    border-radius: 8px;
    gap: 6px;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .admin-nav a {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 12px;
  }

  .admin-stats,
  .booking-details {
    grid-template-columns: 1fr;
  }

  .admin-calendar-grid,
  .admin-weekdays {
    gap: 5px;
  }

  .admin-calendar-blank,
  .admin-calendar-day {
    min-height: 68px;
  }

  .admin-calendar-day {
    padding: 7px;
  }

  .day-number {
    font-size: 1rem;
  }

  .day-badge {
    font-size: 0.58rem;
    padding: 4px;
  }
}

@media (max-width: 430px) {
  .header-cta svg {
    display: none;
  }

  .hero-copy {
    max-width: 292px;
  }

  .hero-content {
    padding-bottom: 72px;
  }
}

@media (max-width: 360px) {
  .hero-content {
    padding-bottom: 56px;
  }

  .script-line {
    font-size: 1.82rem;
    max-width: 280px;
  }

  .hero-copy {
    max-width: 282px;
  }

}

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