/* ──────────────────────────────────────────────────────────────
   MADOX — chatters.madoxagency.com
   Extra components for the chatter hiring page. Loaded after
   style.css and reuses its tokens, nav, hero, cards, process,
   testimonials, FAQ, form and footer.
   ────────────────────────────────────────────────────────────── */

/* ── Split headings: room for italic descenders (g, y, p) and the overhang of italic f ─ */
.split .word-wrap { padding: 0.04em 0.08em 0.24em; margin: -0.04em -0.08em -0.24em; }

/* ── The role: text + phone mock-up ─────────────────────────── */
.role__grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.role__demo { position: relative; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.chat {
  width: min(100%, 360px); border-radius: 34px; padding: 18px 16px 16px;
  background: linear-gradient(180deg, #141414, #0d0d0d);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 40px 90px -30px rgba(0,0,0,0.9), 0 0 0 6px #070707, 0 0 0 7px rgba(232,200,114,0.18), 0 0 80px -20px rgba(232,200,114,0.18);
  font-family: var(--sans); font-weight: 400;
}
.chat__head { display: flex; align-items: center; gap: 12px; padding: 4px 6px 14px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.chat__avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-grad); color: #0a0a0a; font-family: var(--serif); font-size: 19px; flex: none; }
.chat__head strong { display: block; font-size: 14px; font-weight: 600; }
.chat__head span { font-size: 11px; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.chat__head span i { width: 7px; height: 7px; border-radius: 50%; background: #5dbb8a; box-shadow: 0 0 0 3px rgba(93,187,138,0.18); }
.chat__msgs { display: flex; flex-direction: column; gap: 8px; padding: 16px 4px 12px; }
.msg { max-width: 82%; padding: 10px 14px; border-radius: 18px; font-size: 13.5px; line-height: 1.45; opacity: 0; transform: translateY(10px); animation: msgIn 0.6s var(--ease) forwards; }
.msg--fan { align-self: flex-start; background: rgba(255,255,255,0.07); color: var(--text); border-bottom-left-radius: 6px; }
.msg--you { align-self: flex-end; background: var(--gold-grad); color: #0a0a0a; border-bottom-right-radius: 6px; }
.msg--ppv { display: flex; flex-direction: column; gap: 6px; }
.msg__lock { display: inline-block; align-self: flex-start; font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; padding: 4px 9px; border-radius: 999px; background: rgba(10,10,10,0.18); }
.msg--typing { align-self: flex-start; background: rgba(255,255,255,0.07); display: flex; gap: 4px; padding: 12px 14px; }
.msg--typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--muted); animation: typing 1.2s infinite; }
.msg--typing span:nth-child(2) { animation-delay: 0.2s; } .msg--typing span:nth-child(3) { animation-delay: 0.4s; }
.msg:nth-child(1){animation-delay:.2s}.msg:nth-child(2){animation-delay:.9s}.msg:nth-child(3){animation-delay:1.6s}.msg:nth-child(4){animation-delay:2.3s}
.msg:nth-child(5){animation-delay:3s}.msg:nth-child(6){animation-delay:3.7s}.msg:nth-child(7){animation-delay:4.6s}.msg:nth-child(8){animation-delay:5.3s}
.role__demo:not(.is-in) .msg { animation-play-state: paused; }
@keyframes msgIn { to { opacity: 1; transform: none; } }
@keyframes typing { 0%, 60%, 100% { transform: translateY(0); opacity: 0.5; } 30% { transform: translateY(-4px); opacity: 1; } }
.chat__input { display: flex; align-items: center; justify-content: space-between; padding: 10px 8px 10px 16px; border-radius: 999px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.06); color: var(--muted-2); font-size: 13px; }
.chat__input i { width: 30px; height: 30px; border-radius: 50%; background: var(--gold-grad); color: #0a0a0a; display: grid; place-items: center; font-style: normal; font-weight: 700; font-size: 14px; }
.chat__tag { display: flex; flex-direction: column; gap: 4px; padding: 16px 22px; border: 1px solid var(--line-strong); border-radius: 16px; background: rgba(10,10,10,0.7); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); max-width: 360px; width: 100%; }
.chat__tag span { font-size: 10.5px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); }
.chat__tag strong { font-family: var(--serif); font-size: 21px; font-weight: 400; color: var(--gold-2); line-height: 1.2; }

/* ── Pay & shifts ───────────────────────────────────────────── */
.pay { background: var(--bg-2); overflow: hidden; }
.pay__bg { position: absolute; inset: 0; z-index: 0; opacity: 0.2; }
.pay__bg img { width: 100%; height: 120%; object-fit: cover; }
.pay__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--bg-2) 0%, rgba(15,15,15,0.55) 50%, var(--bg-2) 100%); }
.pay .container { position: relative; z-index: 1; }
.pay__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pay__card { padding: 36px 32px 34px; border-radius: var(--radius); background: rgba(14,14,14,0.72); border: 1px solid rgba(255,255,255,0.07); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); display: flex; flex-direction: column; gap: 16px; }
.pay__card--hi { border-color: var(--line-strong); background: linear-gradient(180deg, rgba(232,200,114,0.07), rgba(14,14,14,0.75)); }
.pay__label { font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); }
.pay__num { font-family: var(--serif); font-weight: 300; font-size: clamp(56px, 6vw, 84px); line-height: 1; letter-spacing: -0.02em; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; display: flex; align-items: baseline; }
.pay__num small { font-size: 0.42em; margin-right: 0.08em; }
.pay__num i { font-style: normal; font-size: 0.6em; margin: 0 0.1em; }
.pay__num em { font-style: normal; font-size: 0.7em; }
.pay__card p { color: var(--muted); font-size: 15px; }

.shift { margin-top: 24px; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 4vw, 64px); align-items: center; padding: clamp(28px, 4vw, 52px); border-radius: 24px; border: 1px solid var(--line); background: rgba(10,10,10,0.72); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.shift__text h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(28px, 3vw, 40px); line-height: 1.12; margin-bottom: 14px; }
.shift__text > p { color: var(--muted); max-width: 50ch; }
.shift__times { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.shift__time { padding: 16px 18px; border-radius: 14px; border: 1px solid rgba(255,255,255,0.07); background: rgba(255,255,255,0.02); display: flex; flex-direction: column; gap: 6px; }
.shift__time--main { border-color: var(--line-strong); background: rgba(232,200,114,0.05); }
.shift__time span { font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); }
.shift__time strong { font-family: var(--serif); font-weight: 400; font-size: clamp(20px, 1.9vw, 26px); color: var(--text); white-space: nowrap; }
.shift__time--main strong { color: var(--gold-2); }
.shift__time small { font-size: 0.55em; letter-spacing: 0.12em; color: var(--muted); margin-left: 6px; }
.shift__note { display: block; margin-top: 14px; font-size: 12.5px; color: var(--muted-2); }
.shift__calendar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.day { aspect-ratio: 1; border-radius: 14px; border: 1px solid rgba(255,255,255,0.07); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; background: rgba(255,255,255,0.015); }
.day span { font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted-2); }
.day b { font-family: var(--serif); font-weight: 400; font-size: 22px; color: var(--muted); }
.day.is-on { background: var(--gold-grad); border-color: transparent; }
.day.is-on span, .day.is-on b { color: #0a0a0a; }
.day.is-on b { font-weight: 500; }

/* ── Academy ───────────────────────────────────────────────── */
.academy__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.academy__media { aspect-ratio: 4/3; }
.academy__days { list-style: none; margin-top: 40px; display: flex; flex-direction: column; }
.academy__days li { display: grid; grid-template-columns: 56px 1fr; gap: 12px; padding: 22px 0; border-top: 1px solid var(--line); align-items: start; }
.academy__days li:last-child { border-bottom: 1px solid var(--line); }
.academy__days b { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 26px; color: var(--gold-2); line-height: 1; padding-top: 2px; }
.academy__days strong { display: block; font-family: var(--serif); font-weight: 400; font-size: 23px; margin-bottom: 4px; }
.academy__days span { color: var(--muted); font-size: 14.5px; }

/* ── Why Madox ─────────────────────────────────────────────── */
.why { background: var(--bg-2); }
.why__grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.why__list { list-style: none; margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px 32px; }
.why__list li { padding-left: 22px; position: relative; }
.why__list li::before { content: "✦"; position: absolute; left: 0; top: 6px; color: var(--gold); font-size: 11px; }
.why__list strong { display: block; font-family: var(--serif); font-weight: 400; font-size: 22px; line-height: 1.2; margin-bottom: 6px; }
.why__list span { color: var(--muted); font-size: 14px; }
.why__media { aspect-ratio: 4/5; }

/* ── Requirements ──────────────────────────────────────────── */
.req__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 1040px; margin-inline: auto; }
.req__col { padding: clamp(28px, 3.5vw, 44px); border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.006)); }
.req__col h3 { font-family: var(--serif); font-weight: 400; font-size: 27px; margin-bottom: 20px; }
.req__col h3.req__sub { margin-top: 34px; color: var(--muted); }
.req__col ul { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.req__col li { position: relative; padding-left: 30px; color: var(--muted); font-size: 15px; }
.req__col li strong { color: var(--text); font-weight: 500; }
.req__col li::before { position: absolute; left: 0; top: 2px; font-size: 12px; }
.req__yes li::before { content: "✦"; color: var(--gold-2); }
.req__plus li::before { content: "+"; color: var(--gold-2); font-size: 16px; top: 0; }
.req__no li::before { content: "—"; color: var(--muted-2); }
.fineprint--center { margin-inline: auto; text-align: center; }

/* ── Transparency notice ───────────────────────────────────── */
.notice { padding-block: clamp(48px, 6vw, 80px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #070707; }
.notice__inner { max-width: 820px; margin-inline: auto; text-align: center; }
.notice__inner .label { justify-content: center; margin-bottom: 18px; }
.notice__inner .label::before { display: none; }
.notice__inner p { color: var(--muted); font-size: 15px; }

/* ── Form extras ───────────────────────────────────────────── */
.form__section { font-family: var(--serif); font-size: 22px; color: var(--gold-2); padding-top: 10px; border-top: 1px solid var(--line); margin-top: 6px; }
.form__section:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { position: relative; cursor: pointer; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span { display: inline-block; padding: 10px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.025); font-size: 13px; color: var(--muted); transition: background 0.3s, color 0.3s, border-color 0.3s; }
.chip:hover span { border-color: var(--line-strong); color: var(--text); }
.chip input:checked + span { background: var(--gold-grad); color: #0a0a0a; border-color: transparent; font-weight: 600; }
.chip input:focus-visible + span { box-shadow: 0 0 0 4px rgba(232,200,114,0.18); }
.fanmsg { align-self: flex-start; max-width: 85%; padding: 14px 18px; border-radius: 18px; border-bottom-left-radius: 6px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.06); margin-bottom: 4px; }
.fanmsg__who { display: block; font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 6px; }
.fanmsg p { font-size: 14.5px; color: var(--text); font-weight: 400; }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .pay__grid { grid-template-columns: 1fr; }
  .why__list { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .role__grid, .academy__grid, .why__grid, .shift, .req__grid { grid-template-columns: 1fr; }
  .role__demo { order: 2; }
  .academy__media { order: -1; aspect-ratio: 16/10; }
  .why__media { order: -1; aspect-ratio: 16/10; }
  .stat:nth-child(3) .stat__num small { font-size: 0.4em; }
}
@media (max-width: 640px) {
  .shift__times { grid-template-columns: 1fr; }
  .shift__calendar { gap: 8px; }
  .day b { font-size: 18px; }
  .chat { width: 100%; }
  .fanmsg { max-width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .msg { animation: none; opacity: 1; transform: none; }
  .msg--typing span { animation: none; }
}
