:root {
  --black: #070507;
  --deep: #0e0b10;
  --surface: #141018;
  --card: #1a1520;
  --border: #2a2030;
  --border-hi: #3d2f4a;
  --gold: #c9a84c;
  --gold-dim: #8a6f30;
  --wine: #6b1f2a;
  --wine-hi: #9e2d42;
  --cream: #ede4d8;
  --muted: #6e6478;
  --text: #c8bcd4;
  --online: #4caf76;
}

.nav-user-pill {
  display: inline-flex;
  align-items: center;
  max-width: 180px;
  min-height: 36px;
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(201, 168, 76, 0.09);
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.public-profile {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  gap: 3rem;
  align-items: center;
  padding: 7.5rem 6vw 4rem;
  background: linear-gradient(145deg, #050507, #120d15 58%, #050507);
}

.public-profile-media {
  position: relative;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--border-hi);
  overflow: hidden;
  background: var(--card);
}

.public-profile-gallery,
.public-profile-slides,
.public-profile-slides figure,
.public-profile-placeholder {
  width: 100%;
  height: 100%;
}

.public-profile-gallery {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
}

.public-profile-slides {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.public-profile-slides::-webkit-scrollbar {
  display: none;
}

.public-profile-slides figure {
  scroll-snap-align: start;
}

.public-profile-slides img,
.public-profile-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-profile-thumbs {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding: 0.65rem;
  border-top: 1px solid rgba(201, 168, 76, 0.28);
  background: rgba(7, 5, 7, 0.78);
  scrollbar-width: none;
}

.public-profile-thumbs::-webkit-scrollbar {
  display: none;
}

.public-profile-thumbs a {
  flex: 0 0 58px;
  height: 68px;
  border: 1px solid rgba(201, 168, 76, 0.38);
  opacity: 0.72;
  overflow: hidden;
  transition: opacity 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.public-profile-thumbs a:hover,
.public-profile-thumbs a:focus {
  border-color: var(--gold);
  opacity: 1;
  transform: translateY(-2px);
}

.public-profile-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 7rem;
  color: rgba(255, 250, 242, 0.82);
  background:
    radial-gradient(circle at 25% 20%, rgba(201, 168, 76, 0.18), transparent 34%),
    linear-gradient(140deg, #17121c 0%, #2a1420 54%, #0e0b10 100%);
}

.public-profile-copy {
  max-width: 720px;
}

.public-profile-copy h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  line-height: 0.95;
  color: #fffaf2;
  margin-bottom: 1rem;
}

.public-profile-tagline {
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.star-meter {
  position: relative;
  display: inline-block;
  color: rgba(237, 228, 216, 0.22);
  font-family: Arial, sans-serif;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.star-meter::before {
  content: "★★★★★";
}

.star-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--rating-width, 0%);
  overflow: hidden;
  color: #f0cd6a;
  letter-spacing: 0;
}

.public-rating-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin: -0.45rem 0 1.25rem;
}

.public-rating-summary .star-meter {
  font-size: 1rem;
}

.public-rating-summary strong {
  color: var(--cream);
}

.public-rating-summary a {
  color: var(--muted);
  font-size: 0.78rem;
}

.public-profile-bio {
  color: rgba(255, 250, 242, 0.82);
  line-height: 1.9;
  max-width: 620px;
  margin-bottom: 1.4rem;
}

.public-profile-meta,
.public-profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
}

.public-profile-meta span,
.public-profile-tags span {
  border: 1px solid var(--border-hi);
  padding: 0.5rem 0.75rem;
  color: var(--cream);
  background: rgba(26, 21, 32, 0.72);
}

.public-profile-audio {
  margin: 1.5rem 0;
}

.public-profile-audio p,
.public-profile-services h2 {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}

.public-profile-audio audio {
  width: 100%;
}

.public-profile-services ul {
  display: grid;
  gap: 0.75rem;
  list-style: none;
}

.public-profile-services li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid var(--border);
  padding: 0.85rem 1rem;
  background: rgba(26, 21, 32, 0.72);
}

.public-profile-services span,
.public-profile-services p {
  color: var(--muted);
}

.public-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.public-profile-actions form {
  margin: 0;
}

.profile-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid transparent;
  padding: 0 1.1rem;
  color: #fffaf2;
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, filter 160ms ease;
}

.profile-action-btn:hover,
.profile-action-btn:focus {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.profile-action-btn.is-message {
  border-color: rgba(201, 168, 76, 0.58);
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.96), rgba(138, 111, 48, 0.92));
  color: #100c12;
}

.profile-action-btn.is-voice {
  border-color: rgba(130, 177, 255, 0.44);
  background: linear-gradient(135deg, #182946, #315f87);
}

.profile-action-btn.is-video {
  border-color: rgba(158, 45, 66, 0.72);
  background: linear-gradient(135deg, #6b1f2a, #bd3f58);
}

.operator-reviews {
  padding: 4.5rem 6vw 5rem;
  border-top: 1px solid var(--border);
  background: #0b080d;
}

.operator-reviews-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  max-width: 1180px;
  margin: 0 auto 2rem;
}

.operator-reviews-head h2 {
  color: #fffaf2;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  font-weight: 500;
}

.reviews-score {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.09), rgba(20, 16, 24, 0.72));
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.reviews-score > strong {
  color: #fffaf2;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.65rem;
  line-height: 1;
}

.reviews-score-detail {
  display: grid;
  gap: 0.2rem;
}

.reviews-score small {
  color: var(--muted);
  font-size: 0.72rem;
  white-space: nowrap;
}

.operator-reviews-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 2rem;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.operator-review-form {
  display: grid;
  gap: 0.9rem;
  border: 1px solid var(--border-hi);
  padding: 1.35rem;
  background: #141018;
}

.operator-review-form h3 {
  color: var(--cream);
  font-size: 1.15rem;
}

.operator-review-form fieldset {
  border: 0;
}

.operator-review-form legend,
.operator-review-form > label {
  margin-bottom: 0.45rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.operator-review-form fieldset ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
}

.operator-review-form fieldset label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 38px;
  border: 1px solid var(--border);
  padding: 0.4rem 0.65rem;
  color: #f0cd6a;
  background: #0e0b10;
  cursor: pointer;
}

.operator-review-form input[type="radio"] {
  accent-color: var(--gold);
}

.operator-review-form textarea {
  width: 100%;
  min-height: 110px;
  border: 1px solid var(--border-hi);
  border-radius: 6px;
  padding: 0.8rem;
  color: var(--cream);
  background: #0e0b10;
  font: inherit;
  line-height: 1.5;
  resize: vertical;
}

.operator-review-form > small,
.review-error {
  color: var(--muted);
  line-height: 1.5;
}

.review-error {
  color: #ff9bab;
}

.review-list {
  display: grid;
  gap: 0.85rem;
}

.review-list.is-full-width {
  grid-column: 1 / -1;
}

.review-item {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.15rem;
  background: #141018;
}

.review-item-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.review-customer {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.review-customer > span {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(201, 168, 76, 0.4);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(201, 168, 76, 0.08);
  font-weight: 700;
}

.review-customer strong {
  display: block;
  color: var(--cream);
}

.review-customer small,
.review-item time {
  color: var(--muted);
  font-size: 0.7rem;
}

.review-item-rating {
  color: #f0cd6a;
  text-align: right;
  white-space: nowrap;
}

.review-item-rating strong {
  margin-left: 0.35rem;
  color: var(--cream);
}

.review-item > p {
  margin-bottom: 0.75rem;
  color: rgba(255, 250, 242, 0.82);
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.reviews-empty {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 230px;
  align-content: center;
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 12px;
  padding: 2.75rem 2rem;
  color: var(--muted);
  background:
    radial-gradient(circle at 50% 0%, rgba(201, 168, 76, 0.1), transparent 52%),
    linear-gradient(145deg, rgba(26, 21, 32, 0.92), rgba(14, 11, 16, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), 0 18px 45px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.reviews-empty-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 1rem;
  place-items: center;
  border: 1px solid rgba(201, 168, 76, 0.35);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(201, 168, 76, 0.08);
  box-shadow: 0 0 24px rgba(201, 168, 76, 0.08);
  font-size: 1.15rem;
}

.reviews-empty strong {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--cream);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem;
  font-weight: 600;
}

.reviews-empty p {
  max-width: 430px;
  line-height: 1.65;
}

@media (max-width: 860px) {
  .public-profile {
    grid-template-columns: 1fr;
    padding: 6.5rem 1.5rem 3rem;
  }

  .public-profile-media {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  .public-profile-actions,
  .public-profile-actions form,
  .profile-action-btn {
    width: 100%;
  }

  .operator-reviews {
    padding: 3rem 1.5rem;
  }

  .operator-reviews-layout {
    grid-template-columns: 1fr;
  }

  .review-list.is-full-width {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .operator-reviews-head,
  .review-item-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .reviews-score {
    align-self: stretch;
    justify-content: flex-start;
  }

  .review-item-rating {
    text-align: left;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--black);
  color: var(--text);
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  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='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9998;
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-thumb {
  background: var(--gold-dim);
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 3rem;
  background: linear-gradient(180deg, rgba(4, 4, 5, 0.96) 0%, rgba(5, 5, 7, 0.88) 62%, rgba(4, 4, 5, 0.28) 100%);
  backdrop-filter: blur(12px);
  border-bottom: none;
}

nav::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(237, 228, 216, 0.16) 0.7px, transparent 0.9px);
  background-size: 18px 18px;
  opacity: 0.06;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.55) 78%, transparent 100%);
  pointer-events: none;
}

.logo {
  position: relative;
  z-index: 1;
  font-family: 'Cinzel', serif;
  font-size: 1.1rem;
  letter-spacing: 0.35em;
  color: #dfd3c3;
  text-decoration: none;
}

.logo sup {
  font-size: 0.38rem;
  letter-spacing: 0.15em;
  color: rgba(223, 211, 195, 0.52);
  vertical-align: super;
  margin-left: 0.4rem;
}

.nav-r {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 2.2rem;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}

.nav-toggle {
  display: none;
  position: relative;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(201, 168, 76, 0.24);
  border-radius: 999px;
  background: rgba(14, 11, 16, 0.88);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  backdrop-filter: blur(10px);
}

.nav-toggle span {
  position: absolute;
  width: 1rem;
  height: 1.5px;
  background: var(--cream);
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.nav-toggle span:nth-child(1) {
  transform: translateY(-0.32rem);
}

.nav-toggle span:nth-child(3) {
  transform: translateY(0.32rem);
}

body.nav-open .nav-toggle span:nth-child(1) {
  transform: rotate(45deg);
}

body.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

body.nav-open .nav-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

.nav-a {
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
}

.nav-a:hover {
  color: #fffaf2;
  opacity: 1;
}

.nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--black);
  border: 1px solid rgba(201, 168, 76, 0.92);
  padding: 0.82rem 1.85rem;
  background: rgba(201, 168, 76, 0.92);
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.nav-btn:hover {
  background: rgba(201, 168, 76, 0.92);
  color: var(--black);
  transform: translateY(-1px);
}

.hero {
  min-height: 100vh;
  position: relative;
  padding: 5.9rem 2rem 4.25rem;
  overflow: hidden;
  background: linear-gradient(180deg, #040405 0%, #050507 36%, #040405 100%);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(237, 228, 216, 0.16) 0.7px, transparent 0.9px);
  background-size: 18px 18px;
  opacity: 0.08;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.5) 58%, transparent 100%);
  pointer-events: none;
}

.hero-stage {
  position: relative;
  min-height: 660px;
}

.hero-shell {
  position: relative;
  z-index: 1;
  min-height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 0.9rem 2rem 5rem;
}

.hero-shell--single {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.78fr);
  gap: 2.8rem;
  align-items: start;
  text-align: left;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0.9rem 2.5rem 5rem;
}

.hero-copy-col {
  max-width: 700px;
}

.hero-copy-col--single {
  justify-self: start;
  max-width: 640px;
  padding-left: 0.25rem;
  padding-top: 0.25rem;
}

.hero-media-col {
  position: relative;
  width: 100%;
  max-width: 450px;
  justify-self: end;
  align-self: start;
}

.hero-media-stack {
  position: relative;
  aspect-ratio: 4 / 5.35;
  min-height: 0;
  overflow: hidden;
}

.hero-image-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(18px) scale(0.985);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.hero-image-slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.hero-image-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 14%;
  transform: scale(1.05);
}

.hero-image-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 3, 5, 0.98) 0%, rgba(4, 3, 5, 0.72) 17%, rgba(4, 3, 5, 0.18) 42%, rgba(4, 3, 5, 0.04) 62%, rgba(4, 3, 5, 0.28) 82%, rgba(4, 3, 5, 0.88) 100%),
    linear-gradient(to top, rgba(4, 3, 5, 0.98) 0%, rgba(4, 3, 5, 0.18) 30%, rgba(4, 3, 5, 0) 58%, rgba(4, 3, 5, 0.58) 100%);
}

.h-line {
  width: 1px;
  height: 55px;
  background: linear-gradient(to bottom, transparent, var(--gold-dim));
  margin: 0 0 2rem;
  opacity: 0;
  animation: fadeDown 1.2s ease 0.2s forwards;
}

.h-tag {
  font-size: 0.6rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: #f0cd6a;
  margin-bottom: 1.35rem;
  text-shadow: 0 0 18px rgba(201, 168, 76, 0.18);
  opacity: 0;
  animation: fadeUp 1s ease 0.4s forwards;
}

.h-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(4rem, 11vw, 8.5rem);
  font-weight: 300;
  line-height: 0.9;
  color: var(--cream);
  opacity: 0;
  animation: fadeUp 1s ease 0.6s forwards;
}

.h-h1 em {
  font-style: italic;
  color: var(--gold);
}

.h-sub {
  font-family: 'Cinzel', serif;
  font-size: clamp(0.54rem, 1.1vw, 0.72rem);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 1.1rem;
  min-height: 1.4rem;
  margin-bottom: 1.8rem;
  opacity: 0;
  animation: fadeUp 1s ease 0.8s forwards;
}

.h-caret {
  display: inline-block;
  width: 1px;
  height: 0.95em;
  background: var(--gold);
  margin-left: 0.35rem;
  vertical-align: middle;
  animation: blink 1s step-end infinite;
}

.h-copy {
  max-width: 52ch;
  font-size: 0.96rem;
  line-height: 1.85;
  color: #fffdf8;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeUp 1s ease 0.92s forwards;
}

.hero-chip-row {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp 1s ease 0.98s forwards;
}

.hero-chip {
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(61, 47, 74, 0.75);
  background: rgba(20, 16, 24, 0.58);
  color: var(--cream);
  font-size: 0.48rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.h-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  opacity: 0;
  animation: fadeUp 1s ease 1s forwards;
}

.btn-g {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--black);
  border: none;
  padding: 0.95rem 2.2rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.35s;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.btn-g:hover {
  background: var(--wine-hi);
  color: var(--cream);
}

.btn-o {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--border-hi);
  padding: 0.95rem 2.2rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.35s;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.btn-o:hover {
  border-color: var(--gold-dim);
  color: var(--gold);
}

.i-strip {
  position: relative;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--deep);
  overflow: hidden;
}

.i-strip-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(7, 5, 7, 0.62), rgba(7, 5, 7, 0.82)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23120d18'/%3E%3Cstop offset='50%25' stop-color='%231a111a'/%3E%3Cstop offset='100%25' stop-color='%2309070d'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1600' height='900' fill='url(%23g)'/%3E%3Ccircle cx='1240' cy='180' r='230' fill='%23c9a84c' opacity='0.13'/%3E%3Ccircle cx='290' cy='240' r='210' fill='%239e2d42' opacity='0.14'/%3E%3Cpath d='M0 630 C180 520, 340 490, 520 570 S910 740, 1120 610 S1420 420, 1600 520 L1600 900 L0 900 Z' fill='%23150f1b'/%3E%3Cpath d='M210 300 h1180' stroke='%23ede4d8' stroke-opacity='0.06' stroke-width='2'/%3E%3Cpath d='M230 420 h1140' stroke='%23ede4d8' stroke-opacity='0.04' stroke-width='2'/%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  filter: blur(8px);
  transform: scale(1.04);
}

.i-strip-inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  padding: 4.25rem 2rem;
  text-align: center;
}

.i-kicker {
  font-size: 0.56rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #f0cd6a;
  margin-bottom: 0.9rem;
}

.i-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.95rem, 3.1vw, 2.65rem);
  font-weight: 300;
  line-height: 1;
  color: #fffaf2;
  margin-bottom: 1.8rem;
}

.i-list {
  list-style: none;
  display: grid;
  gap: 0.9rem;
  width: fit-content;
  max-width: 620px;
  margin: 0 auto;
  padding: 0;
}

.i-list-item {
  position: relative;
  padding-left: 1.4rem;
  text-align: left;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  color: #fffaf2;
  line-height: 1.4;
}

.i-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 16px rgba(201, 168, 76, 0.4);
}

.i-actions {
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.btn-o--compact {
  padding: 0.8rem 1.35rem;
  font-size: 0.56rem;
  letter-spacing: 0.22em;
  background: rgba(12, 10, 16, 0.38);
  backdrop-filter: blur(4px);
}

.i-actions .btn-o--compact:first-child {
  background: rgba(255, 250, 242, 0.96);
  color: #000000;
  border-color: rgba(255, 255, 255, 0.92);
}

.i-actions .btn-o--compact:first-child:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.i-actions .btn-o--compact:last-child {
  background: rgba(201, 168, 76, 0.96);
  color: #000000;
  border-color: rgba(201, 168, 76, 0.96);
}

.i-actions .btn-o--compact:last-child:hover {
  background: #d9b85f;
  color: #000000;
  border-color: #d9b85f;
}

.operators-hero {
  position: relative;
  padding: 8.2rem 3rem 2.2rem;
  background: linear-gradient(180deg, rgba(4, 4, 5, 0.98) 0%, rgba(7, 6, 9, 0.92) 70%, transparent 100%);
}

.operators-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(237, 228, 216, 0.14) 0.7px, transparent 0.9px);
  background-size: 18px 18px;
  opacity: 0.06;
  pointer-events: none;
}

.operators-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.operators-kicker {
  font-size: 0.58rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #f0cd6a;
  margin-bottom: 0.9rem;
}

.operators-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 300;
  line-height: 0.96;
  color: #fffaf2;
  margin-bottom: 1rem;
}

.operators-title em {
  font-style: italic;
  color: var(--gold);
}

.operators-copy {
  max-width: 58ch;
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(255, 250, 242, 0.82);
}

.operators-market {
  padding-top: 2.2rem;
}

.operators-market-header {
  align-items: flex-end;
}

.operators-pagination {
  margin-top: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.operators-page-btn {
  min-width: 44px;
  height: 44px;
  padding: 0 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(61, 47, 74, 0.82);
  background: rgba(12, 10, 16, 0.58);
  color: rgba(255, 250, 242, 0.82);
  font-family: 'Raleway', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}

.operators-page-btn:hover {
  border-color: rgba(240, 205, 106, 0.5);
  color: #fffaf2;
}

.operators-page-btn.is-active {
  background: rgba(201, 168, 76, 0.96);
  border-color: rgba(201, 168, 76, 0.96);
  color: #000000;
  font-weight: 600;
}

.operators-page-btn--ghost {
  min-width: 88px;
}

.operators-page-btn[aria-disabled='true'] {
  opacity: 0.42;
  cursor: default;
}

.market {
  padding: 4rem 3rem;
}

.mkt-hdr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
}

.mkt-ey {
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #f0cd6a;
  margin-bottom: 0.35rem;
}

.mkt-ttl {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: #fffaf2;
}

.mkt-ttl em {
  font-style: italic;
  color: var(--gold);
}

.ftabs {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.ftab {
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 250, 242, 0.82);
  background: transparent;
  border: 1px solid var(--border);
  padding: 0.4rem 0.85rem;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Raleway', sans-serif;
}

.ftab:hover,
.ftab.active {
  border-color: var(--gold-dim);
  color: var(--gold);
  background: rgba(201, 168, 76, 0.03);
}

.pgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.2rem;
}

.pgrid-empty {
  grid-column: 1 / -1;
  border: 1px solid var(--border);
  padding: 2rem;
  background: rgba(26, 21, 32, 0.72);
  text-align: center;
}

.pgrid-empty h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  color: #fffaf2;
  margin-bottom: 0.5rem;
}

.pgrid-empty p {
  color: var(--muted);
  line-height: 1.7;
}

.pcard {
  background: var(--card);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pcard:hover {
  border-color: var(--gold-dim);
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 35px rgba(201, 168, 76, 0.06);
}

.pcard-bar {
  height: 2px;
  background: linear-gradient(to right, var(--wine), var(--gold-dim), var(--wine));
  opacity: 0;
  transition: opacity 0.3s;
}

.pcard:hover .pcard-bar {
  opacity: 1;
}

.pcard-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcard-emoji {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.pcard:hover .pcard-emoji {
  transform: scale(1.05);
}

.pcard-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(201, 168, 76, 0.16), transparent 34%),
    linear-gradient(140deg, #17121c 0%, #2a1420 54%, #0e0b10 100%);
  color: rgba(255, 250, 242, 0.88);
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  letter-spacing: 0.08em;
}

.pcard-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--card) 0%, rgba(26, 21, 32, 0.55) 40%, transparent 100%);
}

.pcard-status {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(7, 5, 7, 0.78);
  border: 1px solid var(--border);
  padding: 0.22rem 0.55rem;
  backdrop-filter: blur(4px);
}

.s-pip {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.pip-on {
  background: var(--online);
  box-shadow: 0 0 6px rgba(76, 175, 118, 0.7);
  animation: blink 2s ease infinite;
}

.pip-off {
  background: var(--wine-hi);
}

.s-txt {
  font-size: 0.42rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.ibadge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  font-size: 0.42rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.18rem 0.5rem;
  border: 1px solid;
  background: rgba(7, 5, 7, 0.78);
  backdrop-filter: blur(4px);
}

.b-soft {
  color: #a8d5b5;
  border-color: rgba(168, 213, 181, 0.3);
}

.b-med {
  color: var(--gold);
  border-color: var(--gold-dim);
}

.b-hard {
  color: var(--wine-hi);
  border-color: rgba(158, 45, 66, 0.4);
}

.ptags {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
}

.ptag {
  font-size: 0.54rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.62);
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.94);
  font-weight: 700;
}

.pcard-body {
  padding: 0.95rem 1.05rem 1.05rem;
}

.pc-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.58rem;
  color: #fffaf2;
  line-height: 1;
  margin-bottom: 0.15rem;
}

.pc-name a {
  color: inherit;
  text-decoration: none;
}

.pc-name a:hover {
  color: var(--gold);
}

.pc-role {
  font-size: 0.52rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f0cd6a;
  margin-bottom: 0.65rem;
}

.pc-rating {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: -0.25rem 0 0.65rem;
  color: var(--muted);
  font-size: 0.68rem;
}

.pc-rating .star-meter {
  font-size: 0.78rem;
}

.pc-rating strong {
  color: var(--cream);
}

.pc-bio {
  font-size: 0.78rem;
  color: rgba(255, 250, 242, 0.84);
  line-height: 1.75;
  margin-bottom: 0.75rem;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pc-rate {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.08rem;
  color: #f0cd6a;
  margin-bottom: 0.75rem;
}

.pc-rate span {
  font-family: 'Raleway', sans-serif;
  font-size: 0.56rem;
  color: rgba(255, 250, 242, 0.72);
}

.vrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid var(--border);
  padding: 0.5rem 0.65rem;
  margin-bottom: 0.85rem;
  cursor: pointer;
  transition: border-color 0.3s;
}

.vrow:hover {
  border-color: var(--gold-dim);
}

.vrow.is-disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.vrow.is-disabled:hover {
  border-color: var(--border);
}

.vbtn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s;
}

.vbtn:hover {
  background: var(--wine);
}

.vtri {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid var(--black);
  margin-left: 2px;
}

.wform {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  height: 16px;
}

.wbar {
  width: 2px;
  background: var(--gold-dim);
  border-radius: 1px;
}

.vrow.playing .wbar {
  background: var(--gold);
}

.voice-preview-audio:not([controls]) {
  display: none;
}

.voice-preview-audio[controls] {
  flex: 1 0 100%;
  width: 100%;
  margin-top: 0.3rem;
}

.vlbl {
  font-size: 0.5rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 250, 242, 0.78);
  white-space: nowrap;
}

.pc-acts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.4rem;
}

.act-live {
  font-size: 0.46rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--black);
  border: none;
  padding: 0.62rem 0.3rem;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.act-live:hover {
  background: var(--wine-hi);
  color: var(--cream);
}

.act-voice {
  font-size: 0.46rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--border-hi);
  padding: 0.62rem 0.3rem;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Raleway', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.act-voice:hover {
  border-color: var(--gold-dim);
  color: var(--gold);
}

.act-msg {
  font-size: 0.46rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: transparent;
  color: var(--muted);
  border: 1px solid var(--border);
  padding: 0.62rem 0.3rem;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Raleway', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.act-msg:hover {
  border-color: var(--gold-dim);
  color: var(--cream);
}

.act-live:disabled,
.act-voice:disabled,
.act-msg:disabled {
  cursor: not-allowed;
  opacity: 0.42;
  filter: grayscale(1);
}

.act-live:disabled:hover {
  background: var(--gold);
  color: var(--black);
}

.act-voice:disabled:hover,
.act-msg:disabled:hover {
  border-color: var(--border);
  color: inherit;
}

.act-icon {
  font-size: 0.85rem;
  line-height: 1;
}

.act-lbl {
  font-size: 0.4rem;
  letter-spacing: 0.12em;
}

.join {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  border-top: 1px solid rgba(201, 168, 76, 0.12);
  overflow: hidden;
  background: linear-gradient(90deg, #16110c 0%, #261b0d 22%, #3b2c13 40%, #0d0b0f 40%, #070609 100%);
}

.join::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(240, 205, 106, 0.22) 0%, rgba(240, 205, 106, 0.08) 18%, transparent 34%),
    radial-gradient(circle at 26% 78%, rgba(255, 250, 242, 0.05) 0%, transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.12) 38%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
  z-index: 0;
}

.join::after {
  content: '';
  position: absolute;
  inset: 0 50% 0 0;
  background-image: radial-gradient(circle, rgba(255, 250, 242, 0.16) 0.7px, transparent 0.9px);
  background-size: 18px 18px;
  opacity: 0.07;
  pointer-events: none;
  z-index: 0;
}

.join-l {
  padding: 6rem 5rem 6rem 7.25rem;
  min-height: 620px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.join-heading {
  width: 100%;
  max-width: 31rem;
  margin: 0 0 1.35rem;
  text-align: left;
}

.join-r {
  position: relative;
  z-index: 1;
  padding: 5rem 4.5rem;
  background: linear-gradient(180deg, rgba(11, 9, 13, 0.82) 0%, rgba(7, 6, 9, 0.94) 100%);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: inset 1px 0 0 rgba(240, 205, 106, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.35rem;
}

.join-ey {
  margin-bottom: 0.55rem;
  font-size: 0.78rem;
  letter-spacing: 0.34em;
  color: #fff4cf;
  text-shadow: none;
}

.join-title {
  font-size: 2.4rem;
  margin-bottom: 0;
  color: #fffaf2;
  text-shadow: none;
}

.join-copy {
  max-width: 31rem;
  font-size: 1rem;
  color: #fffaf2;
  line-height: 1.85;
  margin-bottom: 2.15rem;
  text-shadow: none;
}

.perk {
  display: flex;
  gap: 1.1rem;
  align-items: flex-start;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(240, 205, 106, 0.16);
}

.perk:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.perk-n {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  color: #f0cd6a;
  line-height: 1;
  flex-shrink: 0;
  width: 2rem;
}

.perk-c h4 {
  font-family: 'Cinzel', serif;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  color: #f3d37c;
  margin-bottom: 0.45rem;
}

.perk-c p {
  font-size: 1.08rem;
  color: rgba(255, 250, 242, 0.9);
  line-height: 1.7;
}

.cta-cinema {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 5, 7, 0.56) 0%, rgba(6, 5, 7, 0.4) 18%, rgba(6, 5, 7, 0.62) 100%),
    url('/static/images/backgrounds/nude2.jpg');
  background-size: cover;
  background-position: center;
}

.cta-cinema::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(240, 205, 106, 0.18) 0%, rgba(240, 205, 106, 0.05) 22%, transparent 42%),
    linear-gradient(180deg, rgba(5, 4, 6, 0.72) 0%, rgba(5, 4, 6, 0.12) 28%, rgba(5, 4, 6, 0.64) 100%);
  pointer-events: none;
}

.cta-cinema::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 250, 242, 0.13) 0.7px, transparent 0.9px);
  background-size: 22px 22px;
  opacity: 0.08;
  pointer-events: none;
}

.cta-cinema-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  padding: 2.2rem 1.5rem;
  text-align: center;
}

.cta-cinema-kicker {
  font-size: 0.62rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #f0cd6a;
  margin-bottom: 1rem;
}

.cta-cinema-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300;
  line-height: 1.08;
  color: #fffaf2;
  max-width: 24ch;
  margin: 0 auto 1.5rem;
}

.cta-cinema-btn {
  min-width: 220px;
  border-radius: 999px;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(10px);
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}

.overlay.open {
  opacity: 1;
  pointer-events: all;
}

.modal {
  background: var(--surface);
  border: 1px solid var(--border-hi);
  width: 100%;
  max-width: 450px;
  padding: 2.5rem;
  position: relative;
  transform: translateY(22px);
  transition: transform 0.4s;
  text-align: center;
}

.overlay.open .modal {
  transform: translateY(0);
}

.m-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, var(--wine), var(--gold), var(--wine));
}

.m-x {
  position: absolute;
  top: 0.9rem;
  right: 1.1rem;
  background: none;
  border: none;
  color: var(--muted);
  font-size: 1rem;
  cursor: pointer;
  transition: color 0.3s;
}

.m-x:hover {
  color: var(--cream);
}

.m-icon {
  font-size: 1.7rem;
  margin-bottom: 0.7rem;
}

.m-ey {
  font-size: 0.5rem;
  letter-spacing: 0.33em;
  text-transform: uppercase;
  color: var(--wine-hi);
  margin-bottom: 0.55rem;
}

.m-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.85rem;
  font-weight: 300;
  color: var(--cream);
  margin-bottom: 0.45rem;
}

.m-type-badge {
  display: inline-block;
  font-size: 0.45rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid var(--gold-dim);
  color: var(--gold);
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.8rem;
}

.m-desc {
  font-size: 0.73rem;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 1.7rem;
}

.m-desc strong {
  color: var(--cream);
}

.mform {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.minput {
  background: var(--card);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 0.82rem 0.95rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.76rem;
  outline: none;
  width: 100%;
  transition: border-color 0.3s;
}

.minput:focus {
  border-color: var(--gold-dim);
}

.minput::placeholder {
  color: var(--muted);
}

.mselect {
  background: var(--card);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 0.82rem 0.95rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.76rem;
  outline: none;
  width: 100%;
  appearance: none;
  cursor: pointer;
}

.minput.is-invalid,
.mselect.is-invalid {
  border-color: var(--wine-hi);
}

.m-error {
  min-height: 1.2rem;
  margin: 0.1rem 0 0;
  font-size: 0.63rem;
  line-height: 1.5;
  color: #f3b0a7;
  text-align: left;
}

.msub {
  background: var(--gold);
  color: var(--black);
  border: none;
  padding: 0.88rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 0.3rem;
  font-weight: 500;
}

.msub:hover {
  background: var(--wine-hi);
  color: var(--cream);
}

.msub:disabled {
  opacity: 0.72;
  cursor: wait;
}

.m-note {
  font-size: 0.58rem;
  color: var(--muted);
  margin-top: 0.75rem;
  line-height: 1.6;
}

.sv {
  display: none;
  padding: 1rem 0;
}

.sv-icon {
  font-size: 2.4rem;
  margin-bottom: 0.9rem;
}

footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(201, 168, 76, 0.12);
  padding: 4rem 3rem 2.5rem;
  background: linear-gradient(180deg, rgba(4, 4, 5, 0.98) 0%, rgba(5, 5, 7, 0.96) 62%, rgba(4, 4, 5, 1) 100%);
}

footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(237, 228, 216, 0.16) 0.7px, transparent 0.9px);
  background-size: 18px 18px;
  opacity: 0.05;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.72) 68%, rgba(0, 0, 0, 0.34) 100%);
  pointer-events: none;
}

footer::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 120px;
  background: radial-gradient(circle at center, rgba(240, 205, 106, 0.1) 0%, rgba(240, 205, 106, 0.04) 26%, transparent 70%);
  pointer-events: none;
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(260px, 0.8fr);
  gap: 2.5rem;
  align-items: start;
}

.footer-brand {
  max-width: 30rem;
}

.f-logo {
  font-family: 'Cinzel', serif;
  font-size: 1.22rem;
  letter-spacing: 0.3em;
  color: #fff0c5;
  text-shadow: 0 0 18px rgba(240, 205, 106, 0.12);
}

.f-sub {
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 250, 242, 0.58);
  margin-top: 0.35rem;
}

.f-copy {
  font-size: 0.86rem;
  color: rgba(255, 250, 242, 0.82);
  line-height: 1.9;
  margin-top: 1.2rem;
  max-width: 32rem;
}

.footer-links-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem;
  opacity: 0.88;
}

.footer-col {
  min-width: 0;
}

.footer-title {
  font-size: 0.64rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #ffe2a0;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.7rem;
}

.footer-links a,
.footer-contact-list a,
.footer-contact-list strong {
  color: rgba(255, 250, 242, 0.82);
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.6;
  transition: color 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.footer-links a:hover,
.footer-contact-list a:hover {
  color: #fff3cf;
  opacity: 1;
  transform: translateX(2px);
}

.footer-contact-list {
  display: grid;
  gap: 0.95rem;
}

.footer-contact-list p {
  margin: 0;
  display: grid;
  gap: 0.25rem;
}

.footer-contact-list span {
  font-size: 0.52rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(240, 205, 106, 0.82);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: 2.4rem;
  padding: 1.2rem 1.4rem 0;
  border-top: 1px solid rgba(240, 205, 106, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  background: linear-gradient(180deg, rgba(240, 205, 106, 0.035) 0%, rgba(240, 205, 106, 0.015) 72%, transparent 100%);
}

.f-note {
  font-size: 0.6rem;
  color: rgba(245, 221, 152, 0.84);
  line-height: 1.75;
  margin: 0;
  text-shadow: 0 0 10px rgba(240, 205, 106, 0.04);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

@keyframes wd {
  0%,
  100% {
    transform: scaleY(0.35);
  }

  50% {
    transform: scaleY(1);
  }
}

.vrow.playing .wbar:nth-child(1) {
  animation: wd 0.55s ease 0s infinite;
}

.vrow.playing .wbar:nth-child(2) {
  animation: wd 0.55s ease 0.07s infinite;
}

.vrow.playing .wbar:nth-child(3) {
  animation: wd 0.55s ease 0.04s infinite;
}

.vrow.playing .wbar:nth-child(4) {
  animation: wd 0.55s ease 0.11s infinite;
}

.vrow.playing .wbar:nth-child(5) {
  animation: wd 0.55s ease 0.02s infinite;
}

.vrow.playing .wbar:nth-child(6) {
  animation: wd 0.55s ease 0.09s infinite;
}

.vrow.playing .wbar:nth-child(7) {
  animation: wd 0.55s ease 0.05s infinite;
}

.vrow.playing .wbar:nth-child(8) {
  animation: wd 0.55s ease 0.13s infinite;
}

.vrow.playing .wbar:nth-child(9) {
  animation: wd 0.55s ease 0.03s infinite;
}

.vrow.playing .wbar:nth-child(10) {
  animation: wd 0.55s ease 0.08s infinite;
}

@media (max-width: 1024px) and (min-width: 769px) {
  footer {
    padding: 3rem 2rem 2.25rem;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
    max-width: 42rem;
  }

  .footer-links-wrap {
    gap: 1.25rem;
  }
}

@media (max-width: 768px) {
  body.nav-open {
    overflow: hidden;
  }

  nav {
    padding: 1rem 1.5rem;
    align-items: center;
  }

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

  .nav-r {
    position: fixed;
    top: calc(100% + 0.7rem);
    left: 1rem;
    right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.15rem;
    padding: 1.25rem;
    background: rgba(9, 8, 12, 0.96);
    border: 1px solid rgba(201, 168, 76, 0.18);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.55rem);
    transition: opacity 0.28s ease, transform 0.28s ease;
  }

  body.nav-open .nav-r {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links,
  .nav-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
  }

  .nav-a {
    display: block;
    padding: 0.2rem 0;
    font-size: 0.7rem;
    letter-spacing: 0.24em;
  }

  .nav-btn {
    width: 100%;
    padding: 0.95rem 1.2rem;
  }

  .hero {
    padding: 5.2rem 1.5rem 3rem;
  }

  .hero-stage,
  .hero-shell {
    min-height: auto;
  }

  .hero-slide {
    position: relative;
    min-height: 0;
  }

  .hero-shell {
    padding: 2.5rem 1.25rem 6rem;
  }

  .hero-shell--single {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0.75rem 1.25rem 4rem;
  }

  .hero-copy-col {
    max-width: none;
  }

  .hero-copy-col--single {
    justify-self: center;
    padding-left: 0;
    text-align: center;
    max-width: 36rem;
  }

  .hero-media-col {
    display: none;
  }

  .hero-media-stack {
    aspect-ratio: 4 / 5.15;
  }

  .h-line {
    margin: 0 auto 2rem;
  }

  .h-tag,
  .h-sub,
  .h-copy {
    text-align: center;
  }

  .h-copy {
    max-width: 33ch;
    margin-left: auto;
    margin-right: auto;
  }

  .h-copy {
    font-size: 0.82rem;
  }

  .hero-chip-row {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0.38rem;
    overflow-x: visible;
  }

  .hero-chip {
    padding: 0.42rem 0.48rem;
    font-size: 0.4rem;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }

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

  .i-strip {
    overflow: hidden;
  }

  .i-strip-inner {
    padding: 3rem 1.5rem;
  }

  .i-title {
    font-size: 2rem;
    line-height: 1.06;
  }

  .i-list {
    width: fit-content;
    max-width: min(100%, 31rem);
    gap: 0.8rem;
  }

  .i-list-item {
    font-size: 0.98rem;
    padding-left: 1.72rem;
    line-height: 1.34;
  }

  .i-list-item::before {
    top: 0.52rem;
    width: 6px;
    height: 6px;
  }

  .i-actions {
    margin-top: 1.6rem;
    width: 100%;
    justify-content: center;
  }

  .i-actions .btn-o--compact {
    width: min(75%, 22rem);
  }

  .market {
    padding: 3rem 1.5rem;
  }

  .operators-hero {
    padding: 6.6rem 1.5rem 1.6rem;
  }

  .operators-title {
    font-size: clamp(2.2rem, 10vw, 3.1rem);
  }

  .operators-copy {
    font-size: 0.88rem;
  }

  .mkt-hdr {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .ftabs {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.3rem;
    scrollbar-width: none;
  }

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

  .pgrid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .pcard-img {
    aspect-ratio: 3 / 3.7;
  }

  .ptags {
    right: 0.75rem;
    gap: 0.22rem;
  }

  .ptag {
    font-size: 0.48rem;
    padding: 0.18rem 0.42rem;
  }

  .pcard-body {
    padding: 0.95rem;
  }

  .pc-bio {
    font-size: 0.74rem;
    line-height: 1.68;
  }

  .vrow {
    padding: 0.55rem 0.6rem;
  }

  .pc-acts {
    gap: 0.35rem;
  }

  .act-live,
  .act-voice,
  .act-msg {
    padding: 0.7rem 0.25rem;
  }

  .act-lbl {
    font-size: 0.38rem;
    letter-spacing: 0.1em;
  }

  .join {
    grid-template-columns: 1fr;
    background: linear-gradient(180deg, #24190d 0%, #18120c 44%, #0b090c 44%, #070609 100%);
  }

  .join::after {
    inset: 0;
    opacity: 0.04;
  }

  .join-l {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 3rem 1.5rem;
    min-height: auto;
    align-items: center;
    text-align: center;
  }

  .join-heading {
    margin: 0 0 1.2rem;
    text-align: center;
  }

  .join-title {
    font-size: clamp(2rem, 8vw, 2.35rem);
  }

  .join-copy {
    max-width: 32ch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.75rem;
    font-size: 0.92rem;
    line-height: 1.78;
  }

  .join-l .btn-g {
    width: 100%;
    max-width: 18rem;
  }

  .join-r {
    padding: 3rem 1.5rem;
  }

  .perk {
    gap: 0.9rem;
    padding-bottom: 1rem;
  }

  .perk-n {
    width: 1.7rem;
    font-size: 1.5rem;
  }

  .perk-c h4 {
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .perk-c p {
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .cta-cinema {
    min-height: 62vh;
    padding: 3rem 1.5rem;
  }

  .cta-cinema-inner {
    padding: 2rem 1rem;
  }

  .cta-cinema-title {
    max-width: none;
    font-size: clamp(1.7rem, 7vw, 2.45rem);
  }

  footer {
    padding: 2.5rem 1.5rem 2rem;
  }

  .footer-grid,
  .footer-links-wrap {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .footer-brand,
  .footer-col,
  .footer-contact {
    text-align: center;
  }

  .footer-contact-list p,
  .footer-links {
    justify-items: center;
  }

  .footer-bottom {
    justify-content: center;
    text-align: center;
  }

  .f-note {
    text-align: center;
  }
}
