/* Little Lock Book — the program pages: /curators and /business.
   Loads after home.css, which supplies the tokens, the navy header, the
   footer, .eyebrow, .pill and .plinth. Only what this page adds lives here.
   Built from the 2026-09-18 "Curator program page" board. */

/* No Apply pill in the header on a phone: it collided with the wordmark
   and the hero has the same button a screen below (Sophie, 2026-09-18). It
   returns with the desktop nav. */
.top .pill { display: none; }

.pill.dark { background: var(--ink); color: var(--ground); }
.pill.dark:hover { background: #26304a; color: var(--ground); }

.text-link {
  font-size: 15px;
  font-weight: 600;
  padding: 12px 0;
}

/* Wider desktop copy on this page: the hero has no second phone. */
.hero .ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
}

.hero .eyebrow { margin-bottom: 2px; }

h3 { margin: 0; font-family: var(--serif); font-weight: 500; }

.section-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.section-head h2 {
  font-size: 36px;
  line-height: 1.06;
}

.section-head p {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
}

/* ─── Why curate here ────────────────────────────────────────────────── */

.why { border-top: 1px solid var(--sand); }

.why .wrap {
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.why-card {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--sand);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.why-card h3 {
  font-size: 26px;
  line-height: 1.1;
}

.why-card p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-soft);
}

.why-note {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.35;
  color: var(--gold-deep);
}

/* ─── How it works ───────────────────────────────────────────────────── */

.how { background: var(--ground-deep); }

.how .wrap {
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.step {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--sand);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step-copy {
  display: flex;
  gap: 18px;
}

/* The numbers are a real sequence: you do 1 to 3, your followers do 4 and 5. */
.step-n {
  flex-shrink: 0;
  width: 36px;
  font-family: var(--serif);
  font-size: 44px;
  line-height: 1;
  color: var(--gold-deep);
}

.step h3 {
  font-size: 26px;
  margin-bottom: 8px;
}

.step p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-soft);
}

/* The little illustrations beside each step: a quiet inset panel. */
.mock {
  padding: 18px 20px;
  background: #faf8f3;
  border: 1px solid var(--sand);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
}

.mock.navy {
  background: #2a3448;
  border-color: #2a3448;
  color: var(--ground);
}

.mock-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mock-title {
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mock-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--on-navy-mute);
}

.mock-pill {
  flex-shrink: 0;
  background: var(--ink);
  color: var(--ground);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.mock-pill.gold { background: var(--gold); color: var(--ink); }

.mock-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mock-item {
  flex-wrap: wrap;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid var(--sand);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mock-muted { color: var(--ink-mute); }

.mock-serif { font-family: var(--serif); font-size: 20px; }

/* The portal's status pill on a pick. */
.mock-status {
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--sand);
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-soft);
}

/* A thumbnail of the follower's link page in the shape of the live /c/ page:
   photo, name, list, count, three picks, then its two buttons. */
.mock-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding: 16px 14px 14px;
  background: #ffffff;
  border: 1px solid var(--sand);
  border-radius: 10px;
}

.mock-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--sand);
  border: 2px solid var(--gold);
}

.mock-name { font-size: 13px; font-weight: 600; }

.mock-count {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 2px;
}

.mock-picks {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 4px 0 6px;
}

.mock-pick {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid var(--sand);
  border-radius: 8px;
  background: #fbfaf7;
  font-size: 13px;
  text-align: left;
}

.mock-thumb {
  flex-shrink: 0;
  width: 34px;
  height: 26px;
  border-radius: 5px;
  background: var(--sand);
}

.mock-page .mock-btn { width: 100%; box-sizing: border-box; }

.mock-btn {
  margin-top: 4px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--ground);
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}

.mock-btn.ghost {
  margin-top: 0;
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}

/* The address wraps under its button on a phone rather than breaking
   mid-word; from tablet up they share a row. */
.mock.navy .mock-row { flex-wrap: wrap; }

.mock-url {
  flex: 1 1 220px;
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 12px 12px;
  background: #3a4458;
  border: 1px solid #5b6578;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* The three states a list passes through, as a track under the masthead:
   Draft behind you, With us where the button just put you, Live ahead. */
.track {
  display: flex;
  align-items: center;
  padding: 4px 6px 0;
  font-size: 13px;
  color: var(--ink-mute);
}

.track-step {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.track-step .dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 2px solid #b9ae98;
  background: #ffffff;
  box-sizing: border-box;
}

.track-step.done { color: var(--ink-soft); }
.track-step.done .dot { background: #b9ae98; border-color: #b9ae98; }

.track-step.now { color: var(--ink); font-weight: 600; }
.track-step.now .dot { background: var(--gold); border-color: var(--gold); }

.track-line {
  flex-grow: 1;
  height: 1px;
  margin: 0 10px;
  background: #b9ae98;
}

.mock-link {
  font-size: 13px;
  font-weight: 600;
  padding: 8px 0;
}

.travel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

/* Three circles that must fit the panel at every width: 66px on a phone
   (254px of room inside the panel), 120px on desktop. */
.travel .node {
  flex-shrink: 0;
  width: 66px;
  height: 66px;
  border-radius: 999px;
  background: var(--sand);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.15;
  padding: 4px;
}

.travel .node.you { background: var(--gold); }
.travel .node.circle { background: var(--ink); color: var(--ground); }
.travel .line { flex-grow: 1; min-width: 10px; height: 1px; background: var(--gold-deep); }

/* ─── The five numbers ───────────────────────────────────────────────── */

.numbers {
  background: var(--ink);
  color: var(--ground);
}

.numbers .wrap {
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.numbers .section-head p { color: var(--on-navy-mute); }

.numbers .tiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
}

.numbers .tile {
  min-height: 0;
  padding: 20px;
  border: 1px solid var(--gold);
  border-radius: 14px;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--on-navy-mute);
}

.tile-k {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ─── Who and the arrangement ────────────────────────────────────────── */

.terms .wrap {
  padding-top: 56px;
  padding-bottom: 56px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

.terms h2 {
  font-size: 32px;
  line-height: 1.05;
  margin-bottom: 14px;
}

.terms p {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
}

.terms p + p { margin-top: 12px; }

/* ─── Curating with us now ───────────────────────────────────────────── */

.now { border-top: 1px solid var(--sand); }

.now .wrap {
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

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

.now-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding: 22px 16px 18px;
  background: #ffffff;
  border: 1px solid var(--sand);
  border-radius: 18px;
  text-decoration: none;
  color: var(--ink);
}

.now-tile:hover { border-color: var(--gold); color: var(--ink); }

.now-photo {
  width: 88px;
  height: 88px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid var(--gold);
  margin-bottom: 6px;
}

.now-photo.blank { display: block; background: var(--sand); }

.now-name {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.1;
}

.now-list {
  font-size: 14px;
  line-height: 1.4;
  color: var(--ink-soft);
}

.now-open {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold-deep);
}

/* ─── Apply ──────────────────────────────────────────────────────────── */

.apply { background: var(--ground-deep); }

.apply .wrap {
  padding-top: 56px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.field label {
  font-size: 14px;
  font-weight: 600;
}

.field input,
.field textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1px solid #b9ae98;
  border-radius: 10px;
  font-size: 16px;
  font-family: inherit;
  color: var(--ink);
  background: #faf8f3;
}

.field input { height: 52px; }

.field textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 1.5;
}

.field input:focus,
.field textarea:focus {
  outline: 2px solid var(--gold);
  outline-offset: 1px;
  border-color: var(--gold);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.submit {
  height: 56px;
  border: 0;
  border-radius: 12px;
  background: var(--ink);
  color: var(--ground);
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
}

.submit:hover { background: #26304a; }
.submit:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

/* ─── Tablet and up ──────────────────────────────────────────────────── */

@media (min-width: 640px) {
  .numbers .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .travel .node { width: 84px; height: 84px; font-size: 13px; }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .now-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
  .terms .wrap { grid-template-columns: 1fr 1fr; gap: 48px; }
  .field-row { grid-template-columns: 1fr 1fr; }
  .step { flex-direction: row; align-items: center; gap: 32px; }
  .step-copy { flex: 1 1 0; }
  .mock { flex: 0 0 300px; }
}

/* ─── Desktop ────────────────────────────────────────────────────────── */

@media (min-width: 1024px) {
  .hero .lede { font-size: 20px; }
  .hero .hero-copy { max-width: 640px; }
  .hero h1 { font-size: 72px; }

  /* Section intros run the width of the page rather than a 640px column
     (Sophie, 2026-09-18). The apply intro sits in its own column beside the
     form and is sized there. */
  .top .pill { display: inline-block; }
  .section-head { gap: 18px; }
  .section-head p { max-width: none; }
  .section-head h2 { font-size: 56px; line-height: 1.05; }
  .section-head p { font-size: 19px; }

  .why .wrap { padding-top: 96px; padding-bottom: 96px; gap: 48px; }
  .why-card { padding: 36px; gap: 14px; }
  .why-card h3 { font-size: 30px; }
  .why-card p { font-size: 17px; }
  .why-note { font-size: 26px; }

  .how .wrap { padding-top: 96px; padding-bottom: 96px; gap: 64px; }
  .steps { gap: 20px; }
  .step { padding: 40px; gap: 64px; }
  .step-copy { gap: 28px; }
  .step-n { width: 48px; font-size: 64px; }
  .step h3 { font-size: 34px; margin-bottom: 10px; }
  .step p { font-size: 17px; }
  .mock { flex-basis: 520px; padding: 20px 24px; min-height: 200px; }
  .mock-url { padding: 14px 16px; font-size: 16px; letter-spacing: 0; }
  .travel .node { width: 120px; height: 120px; font-size: 14px; }

  .numbers .wrap { padding-top: 96px; padding-bottom: 96px; gap: 40px; }
  .numbers .section-head h2 { font-size: 48px; }
  .numbers .tiles { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .numbers .tile { padding: 24px 20px; }

  .terms .wrap { padding-top: 96px; padding-bottom: 96px; gap: 64px; }
  .now .wrap { padding-top: 96px; padding-bottom: 96px; gap: 40px; }
  .now-tile { padding: 32px 20px 26px; }
  .now-photo { width: 104px; height: 104px; }
  .now-name { font-size: 28px; }
  .terms h2 { font-size: 44px; }

  .apply .wrap {
    padding-top: 96px;
    padding-bottom: 96px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 96px;
  }
  .apply .section-head { flex: 0 0 440px; }
  .form { flex: 1 1 0; max-width: 620px; }
}
