/* muonsortes.com shared craigslist-parody styles (sub-pages).
   The homepage carries its own inline directory styles; this sheet covers the
   explainer pages, the dev log, and the reservation funnel. */

:root {
  --blue: #0000ee;
  --navy: #00229a;
  --visited: #551a8b;
  --ink: #222;
  --gray: #666;
  --boxbg: #ebebeb;
  --boxbd: #cccccc;
  --logo: #2b59c3;
  --green: #008000;
  --err: #c0392b;
  --ok: #0a6e2c;
}
* { box-sizing: border-box; }
html, body {
  background: #fff;
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", sans-serif;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}
a { color: var(--blue); text-decoration: underline; }
a:visited { color: var(--visited); }
a:hover { color: var(--err); }
em { font-style: italic; }
strong { font-weight: 700; }
code, article code {
  font-family: "Menlo", "Consolas", monospace;
  font-size: 12.5px;
  background: var(--boxbg);
  border: 1px solid var(--boxbd);
  border-radius: 3px;
  padding: 1px 5px;
}

/* ---------- masthead ---------- */
.masthead {
  display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap;
  padding: 9px 16px 8px; border-bottom: 1px solid var(--boxbd);
}
.masthead .logo { font-size: 24px; font-weight: 700; letter-spacing: -.6px; color: var(--logo); line-height: 1; }
.masthead .logo a, .masthead .logo a:visited { color: inherit; text-decoration: none; }
.masthead .logo b { color: var(--logo); }
.masthead .tagline { color: var(--gray); font-size: 12px; font-style: italic; }
.masthead .quicknav { margin-left: auto; font-size: 13px; }
.masthead .quicknav a { margin-left: 12px; }

/* ---------- breadcrumbs ---------- */
.crumbs { padding: 8px 0 0; color: var(--gray); font-size: 12px; margin-bottom: 18px; }
.crumbs a { color: var(--blue); }
.crumbs .sep { color: var(--boxbd); margin: 0 5px; }
.crumbs .current { color: var(--ink); }

/* ---------- content column ---------- */
.page { max-width: 860px; margin: 0 auto; padding: 6px 22px 70px; }

/* ---------- page head / hero ---------- */
.page-head, .hero { margin: 8px 0 28px; border-bottom: 2px solid #111; padding-bottom: 14px; }
.page-head .kicker, .hero .kicker {
  color: var(--gray); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 6px;
}
.page-head h1 { margin: 0 0 8px; font-size: 24px; font-weight: 700; line-height: 1.2; color: #111; }
.page-head .sub { color: var(--gray); font-size: 13px; }
.hero h2 { font-size: 26px; font-weight: 700; line-height: 1.2; margin: 0 0 16px; color: #111; }
.hero p { font-size: 14px; max-width: 66ch; margin: 0 0 12px; }

/* ---------- article ---------- */
article h2 { font-size: 16px; font-weight: 700; color: var(--navy); margin: 34px 0 10px; }
article p { margin: 0 0 14px; max-width: 66ch; }
article ul { padding-left: 1.2em; max-width: 66ch; }
article li { margin-bottom: 6px; }

/* ---------- gray boxes ---------- */
.callout, .further, .toc, .offer, .signup, .status-card, .counter {
  border: 1px solid var(--boxbd); background: var(--boxbg); border-radius: 7px; padding: 14px 16px;
}
.callout { margin: 22px 0; font-size: 13.5px; }
.callout .label { display: block; color: var(--gray); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 6px; }
.further { margin: 44px 0 0; }
.further h3 { margin: 0 0 8px; font-size: 13px; font-weight: 700; color: var(--navy); }
.further p { margin: 0; font-size: 13px; }

/* ---------- compare table ---------- */
table.compare { border-collapse: collapse; margin: 16px 0 22px; font-size: 13px; width: 100%; max-width: 66ch; }
table.compare th, table.compare td { border-top: 1px solid #ddd; padding: 8px 10px; text-align: left; vertical-align: top; }
table.compare th { color: var(--gray); font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; background: var(--boxbg); border-top: 1px solid var(--boxbd); border-bottom: 1px solid var(--boxbd); }

/* ---------- section head ---------- */
.section-head { font-size: 14px; font-weight: 700; color: #111; margin: 44px 0 16px; border-bottom: 1px solid #ddd; padding-bottom: 5px; }
.section-head .slash { color: var(--gray); margin-right: 4px; }

/* ---------- listing image (render) ---------- */
.listing-img { border: 1px solid var(--boxbd); background: #fff; line-height: 0; margin: 0 0 36px; border-radius: 4px; overflow: hidden; }
.listing-img img { width: 100%; height: auto; display: block; max-height: 460px; object-fit: contain; }
.listing-img .cap { font-size: 12px; color: var(--gray); padding: 6px 10px; line-height: 1.4; }

/* ---------- signup ---------- */
.signup { margin: 56px 0 0; }
.signup .label { font-weight: 700; margin-bottom: 4px; color: var(--navy); }
.signup .blurb { color: var(--gray); margin-bottom: 12px; font-size: 13px; }
.signup form { display: flex; gap: 6px; flex-wrap: wrap; }
.signup input[type="email"], .notyet input[type="email"] {
  flex: 1 1 220px; min-width: 0; font: inherit; font-size: 13px;
  border: 1px solid var(--boxbd); border-radius: 3px; padding: 7px 10px; background: #fff;
}
.signup input[type="email"]:focus, .notyet input[type="email"]:focus { outline: 2px solid #c9d6f0; }
.signup button, .notyet button {
  font: inherit; font-size: 13px; font-weight: 700; border: 1px solid #3c63a8;
  background: #4a76c4; color: #fff; border-radius: 3px; padding: 7px 16px; cursor: pointer;
}
.signup button:hover:not(:disabled), .notyet button:hover:not(:disabled) { background: #3f69b6; }
.signup button:disabled, .notyet button:disabled { opacity: .5; cursor: not-allowed; }
.signup-msg, .notyet-msg, .action-msg { margin-top: 8px; font-size: 12px; color: var(--gray); min-height: 1em; }
.signup-msg.ok, .notyet-msg.ok, .action-msg.ok { color: var(--ok); }
.signup-msg.err, .notyet-msg.err, .action-msg.err { color: var(--err); }
.signup-privacy, .notyet .privacy { margin-top: 8px; font-size: 11px; color: var(--gray); line-height: 1.5; max-width: 66ch; }

/* ---------- reserve: not-yet banner ---------- */
.notyet { border: 2px solid var(--err); background: #fff5d6; border-radius: 7px; padding: 20px; margin: 0 0 36px; }
.notyet .tag { display: inline-block; background: var(--err); color: #fff; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; padding: 4px 8px; margin-bottom: 12px; border-radius: 3px; }
.notyet h3 { margin: 0 0 10px; font-size: 19px; }
.notyet p { margin: 0 0 14px; max-width: 66ch; }
.notyet form { display: flex; gap: 6px; flex-wrap: wrap; }

/* ---------- reserve: offer + tiers ---------- */
.offer { margin: 0 0 36px; }
.offer h3 { margin: 0 0 14px; font-size: 16px; font-weight: 700; color: var(--navy); }
.offer ul { margin: 0 0 6px; padding-left: 1.2em; }
.offer li { margin-bottom: 4px; }
.offer .fine { color: var(--gray); font-size: 12px; margin-top: 12px; }
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0 0 8px; }
.tier { border: 1px solid var(--boxbd); background: #fff; border-radius: 7px; padding: 16px; display: flex; flex-direction: column; }
.tier.featured { background: var(--boxbg); border-width: 2px; border-color: #b9b9b9; }
.tier h4 { margin: 0 0 4px; font-size: 14px; font-weight: 700; color: var(--navy); }
.tier .units { color: var(--gray); font-size: 12px; margin-bottom: 14px; }
.tier .price-tbd { font-size: 13px; color: var(--gray); letter-spacing: .05em; text-transform: uppercase; border: 1px dashed #bbb; border-radius: 4px; padding: 6px 10px; display: inline-block; margin-bottom: 6px; }
.tier .price-note { color: var(--gray); font-size: 11px; margin-bottom: 14px; }
.tier ul { list-style: none; padding: 0; margin: 0 0 18px; font-size: 12.5px; flex: 1; }
.tier ul li { padding: 4px 0; border-top: 1px dashed #ddd; }
.tier ul li:first-child { border-top: none; }
.tier button { font: inherit; font-size: 13px; font-weight: 700; border: 1px solid #3c63a8; background: #4a76c4; color: #fff; border-radius: 18px; padding: 9px 14px; cursor: pointer; width: 100%; }
.tier button:hover:not(:disabled) { background: #3f69b6; }
.tier button:disabled { opacity: .5; cursor: not-allowed; }
.tier .sold-out { color: var(--err); font-size: 11px; text-align: center; margin-top: 6px; text-transform: uppercase; letter-spacing: .1em; }
/* staged / struck-through controls */
.struck { position: relative; }
.tier button.struck { pointer-events: none; opacity: .55; }
.tier button.struck::after { content: ""; position: absolute; left: 6px; right: 6px; top: 50%; height: 3px; background: var(--err); transform: translateY(-50%); }

/* ---------- reserve: live counter + Q&A ---------- */
.counter { margin: 18px 0 0; font-size: 13px; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.counter .num { font-weight: 700; font-size: 16px; }
.counter .note { color: var(--gray); font-size: 12px; }
.qa { margin: 0 0 22px; }
.qa h5 { margin: 0 0 6px; font-size: 13px; font-weight: 700; color: var(--navy); }
.qa p { margin: 0 0 6px; max-width: 72ch; font-size: 13.5px; }
.qa p.muted { color: var(--gray); font-size: 12.5px; }

/* ---------- reserve-success: status card + steps ---------- */
.status-card { margin: 0 0 32px; }
.status-card .kicker { color: var(--gray); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 10px; }
.status-card h2 { font-size: 20px; margin: 0 0 16px; }
.status-card .row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 8px 0; border-top: 1px dashed #ccc; font-size: 14px; }
.status-card .row:first-of-type { border-top: 1px solid var(--boxbd); }
.status-card .row .label { color: var(--gray); }
.status-card .row .val { font-weight: 700; }
.status-card .row .val.big { font-size: 20px; }
.pending { color: var(--gray); font-size: 13px; }
.pending strong { color: var(--ink); }
ul.steps { margin: 0 0 24px; padding-left: 1.2em; }
ul.steps li { margin-bottom: 8px; max-width: 66ch; }
.note { color: var(--gray); font-size: 12.5px; margin: 0 0 16px; max-width: 66ch; }

/* ---------- dev log ---------- */
.toc { margin: 0 0 48px; font-size: 13px; }
.toc .toc-head { color: var(--gray); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; margin-bottom: 8px; }
.toc ul { list-style: none; margin: 0; padding: 0; }
.toc li { display: flex; gap: 12px; padding: 3px 0; }
.toc .toc-date { color: var(--gray); font-variant-numeric: tabular-nums; flex: 0 0 auto; }
.entry { margin: 0 0 64px; scroll-margin-top: 20px; }
.entry-head { margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid #111; }
.entry-date { color: var(--gray); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 6px; font-variant-numeric: tabular-nums; }
.entry-title { font-size: 22px; font-weight: 700; line-height: 1.25; margin: 0; color: #111; }
.entry-title a { color: var(--navy); text-decoration: none; }
.entry-title a:hover { text-decoration: underline; }
.entry-permalink { margin-top: 8px; font-size: 11px; }
.entry-permalink a { color: var(--gray); text-decoration: none; }
.entry-permalink a:hover { text-decoration: underline; }
.entry-body { font-size: 15px; line-height: 1.7; }
.entry-body p { margin: 0 0 16px; }
.entry-body h4 { font-size: 14px; font-weight: 700; color: var(--navy); margin: 28px 0 8px; }

/* ---------- footer ---------- */
.sitefoot { max-width: 860px; margin: 40px auto 0; border-top: 1px solid var(--boxbd); padding: 14px 22px 28px; color: var(--gray); font-size: 11px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.sitefoot a { margin: 0 4px; }

@media (max-width: 760px) {
  .tiers { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .page { padding: 6px 16px 56px; }
  .page-head h1, .hero h2 { font-size: 21px; }
}
