/*@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');*/

:root {
  --ink: #221c22;
  --muted: #776b70;
  --coral: #da3e4e;
  --coral-dark: #b82037;
  --rose: #f8d9db;
  --paper: rgba(255, 255, 255, 0.94);
  --line: rgba(83, 45, 55, 0.12);
  --shadow: 0 28px 70px rgba(113, 28, 46, 0.18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  background:
    radial-gradient(circle at 88% 8%, rgba(255,255,255,.9), transparent 28rem),
    radial-gradient(circle at 10% 90%, rgba(208,31,51,.5), transparent 32rem),
    linear-gradient(135deg, #d92638 0%, #ef7e84 44%, #f8dfdf 78%, #fff8f5 100%);
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .24;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  pointer-events: none;
}

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

.site-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 112px;
  color: #fff;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: Manrope, sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.brand-mark {
  width: 39px;
  aspect-ratio: 1;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,.14);
}

.brand-mark::after { content: ""; width: 9px; aspect-ratio: 1; border: 3px solid currentColor; border-radius: 50%; }

.main-nav, .footer-nav { display: flex; align-items: center; gap: 10px; }
.main-nav a, .footer-nav a {
  text-decoration: none;
  font-weight: 600;
  border-radius: 999px;
  transition: background-color .2s ease, color .2s ease;
}
.main-nav a { padding: 10px 16px; color: var(--coral);}
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--coral-dark);background: var(--rose); }

.main-panel {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 36px;
  background: var(--paper);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero {
  position: relative;
  min-height: 330px;
  padding: 72px clamp(28px, 7vw, 84px);
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(90deg, rgba(101,17,40,.78), rgba(214,58,69,.7)),
    url('/pictures/bg.webp') center 5% / cover;
  color: #fff;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,.11), transparent 50%);
  pointer-events: none;
}

.hero-copy { position: relative; z-index: 1; max-width: 680px; }
.eyebrow { margin: 0 0 14px; font-size: .77rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero h1, .page-hero h1 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(2.35rem, 6vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }
.hero p { max-width: 570px; margin: 22px 0 0; color: rgba(255,255,255,.86); font-size: clamp(1rem, 2vw, 1.22rem); line-height: 1.65; }

.section-pad { padding: clamp(38px, 6vw, 72px); }
.section-head { display: flex; gap: 24px; align-items: end; justify-content: space-between; margin-bottom: 30px; }
.section-head h2 { margin: 0; font: 800 clamp(1.8rem, 4vw, 2.7rem)/1.05 Manrope, sans-serif; letter-spacing: -.04em; }
.section-head p { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.7; }

.performer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.performer-card {
  position: relative;
  overflow: hidden;
  min-height: 475px;
  display: flex;
  align-items: flex-end;
  border-radius: 26px;
  background: #522;
  color: #fff;
  box-shadow: 0 14px 32px rgba(53,29,35,.13);
  text-decoration: none;
  isolation: isolate;
}
.performer-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 34%, rgba(18,8,12,.88) 100%); }
.performer-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.performer-card:hover img { transform: scale(1.045); }
.card-body { width: 100%; padding: 26px 24px 24px; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 12px; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.16); backdrop-filter: blur(8px); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.live-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #ff5264; box-shadow: 0 0 0 4px rgba(255,82,100,.18); }
.card-body h3 { margin: 0; font: 800 1.55rem/1.1 Manrope, sans-serif; }
.card-body p { display: -webkit-box; margin: 10px 0 0; overflow: hidden; color: rgba(255,255,255,.74); font-size: .9rem; line-height: 1.55; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.card-meta { display: flex; justify-content: space-between; margin-top: 16px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.85); font-size: .8rem; font-weight: 600; }

.pagination { display: flex; justify-content: center; gap: 7px; margin-top: 40px; }
.pagination a, .pagination span { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 13px; text-decoration: none; font-weight: 700; }
.pagination a:hover, .pagination .current { background: var(--coral); color: #fff; border-color: var(--coral); }

.page-hero { padding: clamp(45px, 7vw, 82px); color: #fff; background: linear-gradient(120deg, #771d3c, #df4853 72%, #ef8f8e); }
.page-hero p { max-width: 650px; margin: 18px 0 0; color: rgba(255,255,255,.82); font-size: 1.08rem; line-height: 1.75; }
.prose { max-width: 790px; }
.prose h2 { margin: 2.1em 0 .55em; font: 800 1.55rem/1.2 Manrope, sans-serif; letter-spacing: -.025em; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: #5f5559; line-height: 1.8; }
.prose a { color: var(--coral-dark); }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.info-card { padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.info-card .number { color: var(--coral); font: 800 1rem Manrope, sans-serif; }
.info-card h3 { margin: 14px 0 8px; font: 800 1.12rem Manrope, sans-serif; }
.info-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: .92rem; }

.profile-cover { position: relative; min-height: 290px; background-position: center 26%; background-size: cover; }
.profile-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(93,20,48,.78), rgba(217,58,69,.52)); }
.profile-heading { position: absolute; z-index: 1; left: clamp(28px, 39%, 475px); bottom: 34px; color: #fff; }
.profile-heading h1 { margin: 0; font: 800 clamp(2.2rem, 5vw, 4.2rem)/.95 Manrope, sans-serif; letter-spacing: -.055em; }
.profile-heading p { margin: 8px 0 0; font-size: 1.08rem; color: rgba(255,255,255,.82); }
.profile-layout { position: relative; display: grid; grid-template-columns: 330px 1fr; align-items: start; gap: 46px; padding: 0 clamp(30px, 5vw, 64px) clamp(42px, 6vw, 72px); }
.profile-card { position: relative; z-index: 2; margin-top: -145px; overflow: hidden; border-radius: 26px; background: #fff; box-shadow: 0 14px 30px rgba(37,19,25,.19); }
.profile-card img { width: 100%; height: 365px; object-fit: cover; }
.profile-card-content { padding: 24px; }
.profile-stat { display: flex; justify-content: space-between; gap: 18px; padding: 9px 0; }
.profile-stat span:last-child { font-weight: 800; }
.profile-details { padding-top: 32px; }
.detail-row { display: flex; flex-wrap: wrap; gap: 24px 42px; margin-bottom: 28px; }
.detail { display: flex; align-items: center; gap: 10px; color: #3e3639; font-size: 1.02rem; }
.detail-icon { color: var(--coral); font-size: 1.25rem; }
.profile-details h2 { margin: 28px 0 14px; color: var(--coral-dark); font: 800 1.2rem Manrope, sans-serif; }
.about-box { padding: 26px 28px; border-radius: 23px; background: #f5f2f3; color: #4f464a; line-height: 1.75; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 0; border-radius: 999px; background: var(--coral); color: #fff; font: 800 .9rem Manrope, sans-serif; text-decoration: none; cursor: pointer; }
.button:hover { background: var(--coral-dark); }
.button.secondary { background: #241d20; }
.affiliate-note { margin-top: 16px; color: var(--muted); font-size: .78rem; line-height: 1.5; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; }
.contact-list { display: grid; gap: 14px; margin-top: 28px; }
.contact-item { padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.contact-item strong { display: block; margin-bottom: 4px; }
.contact-item span { color: var(--muted); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-size: .84rem; font-weight: 700; }
input, textarea { width: 100%; border: 1px solid #ded6d8; border-radius: 14px; background: #fff; padding: 14px 15px; color: var(--ink); font: inherit; }
input:focus, textarea:focus { outline: 3px solid rgba(218,62,78,.15); border-color: var(--coral); }
textarea { min-height: 145px; resize: vertical; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; min-height: 122px; color: rgba(255,255,255,.9); font-size: .85rem; }
.footer-copy { display: flex; align-items: center; gap: 14px; }
.age-badge { display: grid; flex: 0 0 auto; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-weight: 800; }
.footer-nav a { padding: 8px 10px; color: var(--coral);}
.footer-nav a:hover { color: var(--coral-dark); background: var(--rose); }

@media (max-width: 980px) {
  .performer-grid { grid-template-columns: repeat(2, 1fr); }
  .profile-layout { grid-template-columns: 280px 1fr; gap: 30px; }
  .profile-card img { height: 330px; }
  .profile-heading { left: 350px; }
}

@media (max-width: 720px) {
  .site-shell { width: min(100% - 24px, 1180px); }
  .site-header { min-height: 88px; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 34px; }
  .main-nav a { padding: 9px 11px; }
  .main-panel { border-radius: 25px; }
  .hero { min-height: 430px; padding: 46px 26px; background-position: 62% center; }
  .section-head { display: block; }
  .section-head p { margin-top: 14px; }
  .performer-grid { grid-template-columns: 1fr; }
  .performer-card { min-height: 520px; }
  .profile-cover { min-height: 250px; }
  .profile-heading { left: 26px; bottom: 30px; }
  .profile-layout { display: block; padding: 0 22px 38px; }
  .profile-card { width: min(310px, 88%); margin: -18px auto 0; }
  .profile-details { padding-top: 28px; }
  .info-grid, .contact-grid { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; padding: 26px 0; text-align: center; }
  .footer-copy, .footer-nav { justify-content: center; }
}

@media (max-width: 430px) {
  .site-header { align-items: center; }
  .brand { letter-spacing: .1em; }
  .brand-mark { display: none; }
  .main-nav { gap: 0; }
  .main-nav a { font-size: .88rem; }
  .performer-card { min-height: 460px; }
  .footer-copy { align-items: flex-start; text-align: left; }
  .footer-nav { flex-wrap: wrap; }
}

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