/* ============================================================
   LANDING — Work With Me (standalone conversion page)
   Reuses base tokens from bundle.css
   ============================================================ */

/* page scaffolding */
.lp-main { position: relative; z-index: 2; }
.lp-section {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 84px 32px;
}

/* framed image treatment */
.lp-frame {
  position: relative;
  border: 1px solid rgba(0, 229, 255, 0.28);
  background: #0a0818;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 229, 255, 0.10);
}
.lp-frame img { display: block; width: 100%; height: auto; }
.lp-frame::after {
  content: '';
  position: absolute;
  top: 12px; left: 12px;
  width: 18px; height: 18px;
  border-top: 1px solid var(--cyan);
  border-left: 1px solid var(--cyan);
  opacity: 0.6;
}

/* ============ HERO ============ */
.lp-hero {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 92px 32px 64px;
  z-index: 2;
}
.lp-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 72px;
  align-items: center;
}
.lp-kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--cyan);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}
.lp-kicker::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan-glow);
}
.lp-hero h1 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(44px, 5.6vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 0;
  text-wrap: balance;
}
.lp-hero h1 em {
  font-style: italic;
  font-weight: 600;
  color: var(--pink);
  text-shadow: 0 0 28px var(--pink-glow);
}
.lp-hero-sub {
  font-size: 19px;
  line-height: 1.65;
  color: rgba(244, 239, 232, 0.75);
  max-width: 46ch;
  margin: 26px 0 0;
}
.lp-hero-sub strong { color: var(--ink); font-weight: 600; }
.lp-cta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 38px;
}
.lp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 17px 28px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 0.2s, background 0.2s, border-color 0.2s, transform 0.2s;
}
.lp-btn-primary {
  background: var(--pink);
  color: #03050e;
  border: 1px solid var(--pink);
  font-weight: 700;
}
.lp-btn-primary:hover {
  background: #ff3d84;
  border-color: #ff3d84;
  box-shadow: 0 0 28px var(--pink-glow);
  transform: translateY(-1px);
}
.lp-btn-ghost {
  background: rgba(0, 229, 255, 0.02);
  color: var(--ink);
  border: 1px solid rgba(0, 229, 255, 0.3);
}
.lp-btn-ghost:hover {
  border-color: var(--cyan);
  background: rgba(0, 229, 255, 0.08);
  box-shadow: 0 0 20px var(--cyan-glow);
}
.lp-hero-media { position: relative; }
.lp-hero-cap {
  margin-top: 14px;
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}
.lp-hero-cap strong { color: var(--ink); font-weight: 500; }

/* ============ CREDENTIAL STRIP ============ */
.lp-creds {
  border-top: 1px solid rgba(244, 239, 232, 0.1);
  border-bottom: 1px solid rgba(244, 239, 232, 0.1);
  background: rgba(8, 11, 26, 0.4);
}
.lp-creds-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 22px 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 34px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.lp-creds-inner span { display: inline-flex; align-items: center; gap: 10px; }
.lp-creds-inner span::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px var(--gold-glow);
}
.lp-creds-inner strong { color: var(--ink); font-weight: 500; }

/* ============ SECTION HEADER (local) ============ */
.lp-head { text-align: center; margin-bottom: 56px; }
.lp-head-id {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 18px;
}
.lp-head h2 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0;
  text-wrap: balance;
}
.lp-head h2 em { font-style: italic; font-weight: 600; color: var(--pink); text-shadow: 0 0 28px var(--pink-glow); }
.lp-head-sub {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(244, 239, 232, 0.65);
  max-width: 58ch;
  margin: 18px auto 0;
}

/* ============ STORY BEATS ============ */
.lp-story-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-left: 1px dashed rgba(244, 239, 232, 0.14);
}
.lp-beat {
  border-right: 1px dashed rgba(244, 239, 232, 0.14);
  padding: 8px 26px 4px;
}
.lp-beat-num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 42px;
  line-height: 1;
  color: var(--gold);
  text-shadow: 0 0 24px var(--gold-glow);
  margin-bottom: 18px;
}
.lp-beat-h {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.lp-beat-body {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(244, 239, 232, 0.68);
}

/* ============ TOPICS ============ */
.lp-topics { display: grid; gap: 0; }
.lp-topic {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 28px;
  padding: 30px 0;
  border-top: 1px solid rgba(244, 239, 232, 0.1);
  align-items: baseline;
}
.lp-topic:last-child { border-bottom: 1px solid rgba(244, 239, 232, 0.1); }
.lp-topic-num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 40px;
  color: rgba(244, 239, 232, 0.25);
  line-height: 1;
}
.lp-topic h3 {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.15;
  margin: 0 0 10px;
}
.lp-topic h3 em { font-style: italic; color: var(--gold); }
.lp-topic p {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(244, 239, 232, 0.68);
  max-width: 72ch;
  margin: 0;
}

/* ============ WATCH (video) ============ */
.lp-watch-wrap { max-width: 940px; margin: 0 auto; }
.lp-watch-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(0, 229, 255, 0.28);
  background: #0a0818;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 229, 255, 0.10);
}
.lp-watch-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.lp-play {
  position: absolute;
  inset: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  cursor: pointer;
  color: var(--ink);
  background-color: #0a0818;
}
.lp-play::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,5,14,0.15) 0%, rgba(3,5,14,0.7) 100%);
}
.lp-play-icon {
  position: relative;
  width: 74px; height: 74px;
  border-radius: 50%;
  border: 1px solid rgba(244, 239, 232, 0.5);
  background: rgba(3, 5, 14, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  padding-left: 5px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.lp-play:hover .lp-play-icon {
  transform: scale(1.06);
  border-color: var(--pink);
  box-shadow: 0 0 34px var(--pink-glow);
}
.lp-play-label {
  position: relative;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.lp-watch-foot {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.lp-watch-foot a { color: var(--cyan); text-decoration: none; }
.lp-watch-foot a:hover { text-shadow: 0 0 12px var(--cyan-glow); }

/* ============ WAYS TO WORK ============ */
.lp-ways {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.lp-way {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(244, 239, 232, 0.1);
  background: rgba(8, 11, 26, 0.4);
  padding: 34px 30px 30px;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.lp-way:hover {
  border-color: rgba(0, 229, 255, 0.35);
  background: rgba(0, 229, 255, 0.03);
  transform: translateY(-2px);
}
.lp-way-id {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 18px;
}
.lp-way h3 {
  font-family: 'Fraunces', serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.1;
  margin: 0 0 14px;
}
.lp-way h3 em { font-style: italic; color: var(--pink); }
.lp-way p {
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(244, 239, 232, 0.68);
  margin: 0 0 22px;
}
.lp-way-list {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  gap: 9px;
}
.lp-way-list li {
  position: relative;
  padding-left: 22px;
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(244, 239, 232, 0.78);
}
.lp-way-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
}
.lp-way-cta {
  margin-top: auto;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cyan);
  text-decoration: none;
}
.lp-way-cta:hover { text-shadow: 0 0 12px var(--cyan-glow); }

/* ============ LOGISTICS ============ */
.lp-logistics {
  max-width: 760px;
  margin: 0 auto;
  border: 1px solid rgba(244, 239, 232, 0.1);
  background: rgba(8, 11, 26, 0.35);
}
.lp-log-row {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 20px;
  padding: 16px 26px;
  border-bottom: 1px solid rgba(244, 239, 232, 0.07);
}
.lp-log-row:last-child { border-bottom: none; }
.lp-log-k {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 4px;
}
.lp-log-v {
  font-family: 'Fraunces', serif;
  font-size: 16.5px;
  color: rgba(244, 239, 232, 0.88);
}
.lp-log-v em { font-style: italic; color: var(--gold); }

/* ============ BOOKING FORM ============ */
.lp-book { max-width: 860px; margin: 0 auto; padding-bottom: 40px; }
.lp-form-panel {
  position: relative;
  border: 1px solid rgba(255, 26, 107, 0.28);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 26, 107, 0.10) 0%, transparent 62%),
    linear-gradient(180deg, rgba(8, 11, 26, 0.7) 0%, rgba(3, 5, 14, 0.7) 100%);
  box-shadow: 0 0 60px rgba(255, 26, 107, 0.08);
  padding: 52px 48px;
}
.lp-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 34px;
}
.lp-field { display: flex; flex-direction: column; gap: 8px; }
.lp-field--full { grid-column: 1 / -1; }
.lp-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.lp-input, .lp-select, .lp-textarea {
  background: rgba(3, 5, 14, 0.6);
  border: 1px solid rgba(244, 239, 232, 0.15);
  color: var(--ink);
  font-family: 'Fraunces', serif;
  font-size: 16px;
  padding: 13px 15px;
  border-radius: 0;
  width: 100%;
  transition: border-color 0.2s, background 0.2s;
}
.lp-select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.lp-input:focus, .lp-select:focus, .lp-textarea:focus {
  outline: none;
  border-color: var(--cyan);
  background-color: rgba(3, 5, 14, 0.85);
}
.lp-textarea { resize: vertical; min-height: 120px; }
.lp-submit {
  grid-column: 1 / -1;
  justify-self: start;
  background: var(--pink);
  color: #03050e;
  border: 1px solid var(--pink);
  padding: 17px 34px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: box-shadow 0.2s, background 0.2s;
}
.lp-submit:hover { background: #ff3d84; box-shadow: 0 0 28px var(--pink-glow); }
.lp-form-alt {
  grid-column: 1 / -1;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
}
.lp-form-alt a { color: var(--cyan); text-decoration: none; }
.lp-success { text-align: center; padding: 30px 0 10px; }
.lp-success-id {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.lp-success h3 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 34px;
  margin: 0 0 14px;
}
.lp-success p { font-size: 16px; line-height: 1.6; color: rgba(244, 239, 232, 0.7); max-width: 46ch; margin: 0 auto; }
.hp { position: absolute; left: -9999px; }

/* ============ STICKY CTA ============ */
.lp-sticky {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  display: flex;
  justify-content: center;
  padding: 12px 16px;
  background: rgba(3, 5, 14, 0.88);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(244, 239, 232, 0.12);
  transform: translateY(110%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.lp-sticky.is-on { transform: translateY(0); }
.lp-sticky-inner {
  width: 100%;
  max-width: 1140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.lp-sticky-name {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}
.lp-sticky-name strong { color: var(--ink); font-weight: 500; }
.lp-sticky .lp-btn { padding: 12px 22px; font-size: 11px; }

/* ============ END LINE ============ */
.lp-end {
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 32px 110px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 18px;
  flex-wrap: wrap;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}
.lp-end a { color: var(--cyan); text-decoration: none; }
.lp-end a:hover { text-shadow: 0 0 12px var(--cyan-glow); }

/* ============ REVEAL (local) ============ */
.lp-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.lp-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .lp-reveal { opacity: 1; transform: none; transition: none; }
}

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
  .lp-hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .lp-hero-media { max-width: 380px; margin: 0 auto; }
  .lp-story-grid { grid-template-columns: 1fr 1fr; border-left: none; }
  .lp-beat { padding: 22px 24px; border-top: 1px dashed rgba(244, 239, 232, 0.14); }
  .lp-ways { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .lp-hero { padding: 68px 24px 48px; }
  .lp-section { padding: 60px 24px; }
  .lp-story-grid { grid-template-columns: 1fr; }
  .lp-beat { border-right: none; }
  .lp-topic { grid-template-columns: 1fr; gap: 8px; }
  .lp-topic-num { font-size: 28px; }
  .lp-form { grid-template-columns: 1fr; }
  .lp-form-panel { padding: 38px 24px; }
  .lp-log-row { grid-template-columns: 1fr; gap: 6px; padding: 14px 20px; }
  .lp-cta-row .lp-btn { width: 100%; justify-content: center; }
  .lp-sticky-name { display: none; }
  .lp-sticky .lp-btn { width: 100%; justify-content: center; }
}
