:root {
  --cream: #f3efe7;
  --ink: #0c0c0c;
  --mint: #c8f54a;
  --teal: #0f766e;
}

html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
}

body {
  margin: 0;
  font-family: Outfit, system-ui, sans-serif;
  background: var(--cream);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

#wpadminbar {
  display: none !important;
}

::selection {
  background: #c8f54a;
  color: #0c0c0c;
}

.hero-mesh {
  background:
    radial-gradient(ellipse 70% 55% at 12% 20%, rgba(200, 245, 74, 0.18), transparent 55%),
    radial-gradient(ellipse 50% 45% at 88% 8%, rgba(45, 212, 191, 0.16), transparent 50%),
    radial-gradient(ellipse 45% 40% at 70% 80%, rgba(255, 255, 255, 0.05), transparent 50%),
    #0c0c0c;
}

.grain {
  position: relative;
}

.grain::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.card-lift {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.card-lift:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px -24px rgba(12, 12, 12, 0.28);
}

.nav-blur {
  background: rgba(243, 239, 231, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav-dark {
  background: rgba(12, 12, 12, 0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ticket {
  background-image: radial-gradient(circle at 0 50%, transparent 12px, #fff 12.5px),
    radial-gradient(circle at 100% 50%, transparent 12px, #fff 12.5px);
  background-position: left center, right center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.slot-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  text-decoration: line-through;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.6;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.auth-input {
  width: 100%;
  border-radius: 0.9rem;
  background: #f3efe7;
  padding: 0.85rem 1rem;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(12, 12, 12, 0.06);
}

.auth-input:focus {
  box-shadow: inset 0 0 0 2px #0c0c0c;
}

.phone-row {
  display: grid;
  grid-template-columns: 7.6rem 1fr;
  gap: 0.5rem;
}

.phone-cc-wrap {
  position: relative;
}

.phone-cc-btn,
.phone-cc-opt {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.45rem;
  background: #f3efe7;
  text-align: left;
}

.phone-cc-btn {
  height: 100%;
  min-height: 3.05rem;
  border-radius: 0.9rem;
  padding: 0 0.65rem;
  box-shadow: inset 0 0 0 1px rgba(12, 12, 12, 0.06);
}

.phone-flag {
  width: 20px;
  height: 14px;
  border-radius: 2px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(12, 12, 12, 0.08);
}

.phone-dial {
  font-size: 0.92rem;
  font-weight: 600;
}

.phone-cc-list {
  position: absolute;
  z-index: 30;
  top: calc(100% + 0.35rem);
  left: 0;
  width: min(22rem, 78vw);
  max-height: 16rem;
  overflow: auto;
  border-radius: 1rem;
  background: #fff;
  padding: 0.35rem;
  box-shadow: 0 18px 40px -20px rgba(12, 12, 12, 0.4), inset 0 0 0 1px rgba(12, 12, 12, 0.06);
}

.phone-cc-opt {
  border-radius: 0.75rem;
  padding: 0.55rem 0.65rem;
}

.phone-cc-opt:hover,
.phone-cc-opt.is-on {
  background: #f3efe7;
}

.phone-cc-name {
  flex: 1;
  font-size: 0.82rem;
  color: rgba(12, 12, 12, 0.7);
}

.toggle {
  position: relative;
  width: 2.75rem;
  height: 1.55rem;
  flex-shrink: 0;
  cursor: pointer;
}

.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle span {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #d4cfc4;
  transition: 0.2s;
}

.toggle span::after {
  content: "";
  position: absolute;
  height: 1.15rem;
  width: 1.15rem;
  left: 0.2rem;
  top: 0.2rem;
  border-radius: 999px;
  background: #fff;
  transition: 0.2s;
}

.toggle input:checked + span {
  background: #0c0c0c;
}

.toggle input:checked + span::after {
  transform: translateX(1.15rem);
}

.edit-hover {
  position: relative;
}

.edit-overlay {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.edit-hover:hover .edit-overlay,
.edit-hover:focus-within .edit-overlay {
  opacity: 1;
  pointer-events: auto;
}

@media (hover: none) {
  .edit-overlay {
    opacity: 1;
    pointer-events: auto;
  }
}

.plan-pick {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: #f3efe7;
  box-shadow: inset 0 0 0 1px rgba(12, 12, 12, 0.06);
  cursor: pointer;
}

.plan-pick.is-on {
  background: #fff;
  box-shadow: inset 0 0 0 2px #0c0c0c;
}

.pay-method {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: #f3efe7;
  box-shadow: inset 0 0 0 1px rgba(12, 12, 12, 0.06);
  cursor: pointer;
}

.pay-method.is-on {
  background: #fff;
  box-shadow: inset 0 0 0 2px #0c0c0c;
}

.pay-method-logo {
  display: flex;
  align-items: center;
  min-width: 5.5rem;
}

.pay-method-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.pay-method-name {
  font-size: 0.95rem;
  font-weight: 600;
}

.pay-method-detail {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.45);
}

.pay-logo {
  display: block;
  height: 22px;
  width: auto;
}

.card-marks {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

.studio-logo {
  display: block;
  object-fit: contain;
  background: #fff;
  border-radius: 1rem;
}

.studio-logo--card {
  width: 56px;
  height: 56px;
}

.studio-logo--lg {
  width: 96px;
  height: 96px;
}
