:root {
  --ink: #13110e;
  --ink-2: #27221d;
  --ivory: #f5efe4;
  --porcelain: #fffbf3;
  --muted: #8c8173;
  --line: rgba(19, 17, 14, 0.16);
  --gold: #c79c5a;
  --gold-2: #e3c996;
  --emerald: #0c4238;
  --oxblood: #5b202d;
  --rose: #b96758;
  --shadow: 0 24px 70px rgba(19, 17, 14, 0.18);
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--porcelain);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
}

body.gated {
  overflow: hidden;
}

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

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

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

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: var(--porcelain);
  background: linear-gradient(180deg, rgba(19, 17, 14, 0.74), rgba(19, 17, 14, 0));
}

.site-header.solid,
.site-header.scrolled {
  color: var(--ink);
  background: rgba(255, 251, 243, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  flex: 0 0 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--display);
  font-size: 1.55rem;
  line-height: 1;
}

.brand small {
  color: currentColor;
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0.74;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: clamp(14px, 2vw, 28px);
  align-items: center;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(19, 17, 14, 0.28);
  border-radius: 6px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

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

.button.primary {
  border-color: var(--gold);
  background: var(--gold);
  color: #130f0a;
}

.button.secondary {
  border-color: rgba(255, 251, 243, 0.68);
  color: var(--porcelain);
}

.button.ghost {
  border-color: rgba(245, 239, 228, 0.42);
}

.button.small {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.75rem;
}

.wide-button {
  width: 100%;
}

.hero {
  position: relative;
  display: grid;
  min-height: 96vh;
  overflow: hidden;
  background: var(--ink);
  color: var(--porcelain);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(19, 17, 14, 0.92) 0%, rgba(19, 17, 14, 0.67) 38%, rgba(19, 17, 14, 0.14) 74%),
    url("/assets/hero-lounge.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(690px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 92px);
  padding-top: 82px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-2);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1,
.intro-band h2,
.section-heading h2,
.split-section h2,
.admin-shell h1,
.age-panel h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  line-height: 0.95;
}

.hero h1 {
  max-width: 620px;
  font-size: clamp(4.6rem, 12vw, 11rem);
}

.hero-copy {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 251, 243, 0.82);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
}

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

.hero-strip {
  position: absolute;
  z-index: 2;
  left: clamp(18px, 7vw, 92px);
  right: clamp(18px, 7vw, 92px);
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid rgba(255, 251, 243, 0.2);
  background: rgba(255, 251, 243, 0.12);
  backdrop-filter: blur(16px);
}

.hero-strip span {
  min-height: 52px;
  padding: 17px 18px;
  color: rgba(255, 251, 243, 0.86);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.intro-band,
.roster-section,
.split-section,
.admin-shell {
  padding: clamp(54px, 7vw, 104px) clamp(18px, 5vw, 72px);
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: end;
  background: var(--ink);
  color: var(--porcelain);
}

.intro-band h2,
.split-section h2 {
  font-size: clamp(2.4rem, 5.7vw, 5.2rem);
}

.intro-band p:last-child,
.apply-copy > p {
  margin: 0;
  color: rgba(245, 239, 228, 0.76);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-heading h2,
.admin-shell h1 {
  font-size: clamp(2.8rem, 6vw, 6.4rem);
}

.filter-bar {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(150px, 190px) minmax(160px, 240px) auto;
  align-items: end;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  background: #fff8ed;
}

label span,
.filter-bar output {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(19, 17, 14, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
  outline: none;
  padding: 10px 12px;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(199, 156, 90, 0.2);
}

input[type="range"] {
  padding: 0;
  accent-color: var(--emerald);
}

.filter-bar output {
  min-width: 86px;
  margin: 0 0 12px;
  color: var(--ink);
}

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

.profile-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf2;
  box-shadow: 0 16px 45px rgba(19, 17, 14, 0.08);
}

.profile-media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--ink);
}

.profile-media img,
.sheet-shot {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sheet-shot {
  background-image: url("/assets/talent-sheet.png");
  background-repeat: no-repeat;
  background-size: 300% 200%;
}

.shot-1 {
  background-position: 0% 0%;
}

.shot-2 {
  background-position: 50% 0%;
}

.shot-3 {
  background-position: 100% 0%;
}

.shot-4 {
  background-position: 0% 100%;
}

.shot-5 {
  background-position: 50% 100%;
}

.shot-6 {
  background-position: 100% 100%;
}

.status-chip,
.fee-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.69rem;
  font-weight: 800;
  text-transform: uppercase;
}

.status-chip {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background: rgba(255, 251, 243, 0.92);
  color: var(--ink);
}

.profile-body {
  padding: 18px;
}

.profile-kicker {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.profile-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
}

.profile-role {
  min-height: 44px;
  margin: 10px 0 16px;
  color: #554d43;
}

.fee-row,
.tag-row,
.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fee-chip {
  background: rgba(12, 66, 56, 0.1);
  color: var(--emerald);
}

.tag-row {
  margin: 16px 0 18px;
}

.tag-row span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #554d43;
  font-size: 0.76rem;
}

.profile-actions {
  justify-content: space-between;
  align-items: center;
}

.text-link {
  border: 0;
  background: transparent;
  color: var(--oxblood);
  cursor: pointer;
  font-weight: 800;
  padding: 0;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(340px, 1.2fr);
  gap: clamp(28px, 6vw, 86px);
  background: linear-gradient(135deg, #201a16 0%, #0c4238 60%, #5b202d 100%);
  color: var(--porcelain);
}

.apply-copy {
  position: sticky;
  top: 110px;
  align-self: start;
}

.note-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.note-list p {
  margin: 0;
  padding: 14px 0;
  border-top: 1px solid rgba(245, 239, 228, 0.22);
  color: rgba(245, 239, 228, 0.74);
}

.profile-form,
.admin-login,
.admin-card {
  border: 1px solid rgba(245, 239, 228, 0.2);
  border-radius: 8px;
  background: rgba(255, 251, 243, 0.96);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.profile-form {
  padding: clamp(18px, 3vw, 32px);
}

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

.wide {
  grid-column: 1 / -1;
}

.file-input input {
  padding-top: 12px;
}

.preview-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  min-height: 0;
  margin: 14px 0;
}

.preview-row img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
}

.check-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 12px 0;
  color: #4e463c;
  font-size: 0.9rem;
}

.check-row input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--emerald);
}

.form-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--emerald);
  font-weight: 700;
}

.form-status.error {
  color: #a13336;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 72px);
  background: var(--ink);
  color: var(--porcelain);
}

.site-footer p {
  margin: 4px 0 0;
  color: rgba(245, 239, 228, 0.66);
}

.age-gate {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(19, 17, 14, 0.86);
  backdrop-filter: blur(20px);
}

.age-gate.visible {
  display: flex;
}

.age-panel {
  width: min(500px, 100%);
  padding: 32px;
  border: 1px solid rgba(227, 201, 150, 0.32);
  border-radius: 8px;
  background: #191510;
  color: var(--porcelain);
  box-shadow: var(--shadow);
}

.age-panel h2 {
  font-size: clamp(2.8rem, 8vw, 5rem);
}

.age-panel p:not(.eyebrow) {
  color: rgba(245, 239, 228, 0.76);
}

.age-actions {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.profile-dialog {
  width: min(900px, calc(100% - 28px));
  border: 0;
  border-radius: 8px;
  padding: 0;
  background: #fffaf2;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.profile-dialog::backdrop {
  background: rgba(19, 17, 14, 0.72);
}

.dialog-close {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 251, 243, 0.92);
  cursor: pointer;
  font-weight: 800;
}

.dialog-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(280px, 1fr);
}

.dialog-media {
  min-height: 560px;
  background: var(--ink);
}

.dialog-body {
  padding: clamp(22px, 4vw, 42px);
}

.dialog-body h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.95;
}

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

.detail-grid div {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.detail-grid strong {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  color: var(--muted);
}

.admin-page {
  background: #f4ecdf;
}

.admin-shell {
  padding-top: 128px;
}

.admin-login {
  width: min(460px, 100%);
  margin: 0 auto;
  padding: 28px;
}

.admin-login h1 {
  margin-bottom: 22px;
}

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

.stat {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf2;
  padding: 16px;
}

.stat strong {
  display: block;
  font-family: var(--display);
  font-size: 2.4rem;
  line-height: 1;
}

.stat span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

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

.admin-card {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  padding: 14px;
}

.admin-thumb {
  width: 130px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 6px;
  background: var(--ink);
}

.admin-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 2rem;
}

.admin-meta,
.private-contact {
  color: #554d43;
  font-size: 0.9rem;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.pill {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(19, 17, 14, 0.08);
  color: #3f382f;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pill.approved {
  background: rgba(12, 66, 56, 0.12);
  color: var(--emerald);
}

.pill.pending {
  background: rgba(199, 156, 90, 0.2);
  color: #7a5418;
}

.pill.rejected {
  background: rgba(161, 51, 54, 0.12);
  color: #a13336;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .intro-band,
  .split-section,
  .dialog-layout {
    grid-template-columns: 1fr;
  }

  .apply-copy {
    position: static;
  }

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

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

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

  .dialog-media {
    min-height: 440px;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 68px;
    padding: 12px 14px;
  }

  .brand small,
  .site-header > .button {
    display: none;
  }

  .hero {
    min-height: 94vh;
  }

  .hero-bg {
    background-image: linear-gradient(180deg, rgba(19, 17, 14, 0.5) 0%, rgba(19, 17, 14, 0.9) 64%),
      url("/assets/hero-lounge.png");
    background-position: 64% center;
  }

  .hero-content {
    align-self: end;
    margin: 0;
    padding: 0 18px 128px;
    width: 100%;
  }

  .hero-strip {
    left: 18px;
    right: 18px;
    grid-template-columns: 1fr;
  }

  .hero-strip span {
    min-height: 38px;
    padding: 10px 12px;
  }

  .intro-band,
  .roster-section,
  .split-section,
  .admin-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .filter-bar,
  .form-grid,
  .profile-grid,
  .admin-stats,
  .admin-card {
    grid-template-columns: 1fr;
  }

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

  .site-footer {
    display: block;
  }

  .site-footer a {
    display: inline-block;
    margin-top: 12px;
  }

  .admin-thumb {
    width: 100%;
  }
}
