/*
 * logmovers.com front page.
 *
 * Colours are the app's own dark theme, copied from the `.dark` block in
 * app/globals.css rather than guessed at. Square corners and 2px borders are
 * also from the app, whose radius token is 0, so a reader who signs in
 * recognises the thing they just read about.
 *
 * One theme, so the tokens exist for consistency rather than for swapping.
 *
 * REWRITTEN 2026-08-21 with the page. The blocks that went with the old markup
 * are gone rather than left orphaned: .strip, .problems, .feature, .cards,
 * .phones, .price-compare, .compare, .addons and .split. Every one of them
 * styled something this page no longer draws, and dead CSS is what makes the
 * next person think a section still exists.
 */

:root {
  --bg: #0e0f11;
  --panel: #15171a;
  --panel-2: #1b1e22;
  --line: #33383e;
  --line-soft: #24272b;
  --text: #e8e6df;
  --text-2: #cfccc3;
  --muted: #9a958a;
  --muted-on-panel: #b0aa9e;
  --amber: #f7b32b;
  --amber-hi: #ffc95c;
  --danger: #e5484d;

  --page: 1180px;
  --gutter: 24px;

  --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, "SFMono-Regular", "Cascadia Mono", Menlo, Consolas, monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  /* the header is sticky, so an anchor would otherwise land under it */
  scroll-padding-top: 84px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.62;
  /* long words such as the example subdomain must not push a phone sideways */
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3 {
  margin: 0 0 0.5em;
  line-height: 1.14;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

p {
  margin: 0 0 1em;
}

a {
  color: var(--amber);
  text-underline-offset: 3px;
}

a:hover {
  color: var(--amber-hi);
}

.mono {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  /*
   * `yourcompany.logmovers.com` is 25 characters with no space in it and
   * wider than a card on a 375px phone. `anywhere` rather than the `break-word`
   * on the body, because only `anywhere` also shrinks the min-content width,
   * and the min-content width of a grid item is what decides whether the whole
   * page scrolls sideways.
   */
  overflow-wrap: anywhere;
}

/* One visible focus ring for everything, on the amber the app already uses. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 2px;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--amber);
  color: var(--bg);
  font-weight: 700;
  padding: 10px 16px;
  z-index: 60;
}

.skip:focus {
  left: 0;
}

/* buttons */

.btn {
  display: inline-block;
  border: 2px solid var(--amber);
  padding: 14px 24px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.12s ease, color 0.12s ease, border-color 0.12s ease;
}

.btn-primary {
  background: var(--amber);
  color: var(--bg);
}

.btn-primary:hover {
  background: var(--amber-hi);
  color: var(--bg);
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}

.btn-ghost:hover {
  border-color: var(--amber);
  color: var(--amber);
}

.btn-sm {
  padding: 9px 16px;
  font-size: 12px;
}

/* The one button the page is built around. It is the same control at a size a
   reader cannot miss, not a second button style. */
.btn-lg {
  padding: 18px 40px;
  font-size: 16px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn[disabled] {
  opacity: 0.6;
  cursor: default;
}

/* A button that has to read as a link, because every route to us is a dialog
   and there is no address on this page to point an anchor at. */
.linkish {
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  color: var(--amber);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.linkish:hover {
  color: var(--amber-hi);
}

/* header */

.site-head {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 2px solid var(--amber);
  background: rgba(21, 23, 26, 0.94);
  backdrop-filter: blur(8px);
}

.head-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  max-width: var(--page);
  margin: 0 auto;
  padding: 12px var(--gutter);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

/*
 * THE LOGO, an inline <svg> since 2026-08-27. It was a 36px amber square with
 * the letters ELM in it, which is a placeholder, and the real mark had been
 * sitting unused in components/brand/logo-mark.tsx.
 *
 * NO BACKGROUND ON THIS BOX, and that is the one rule. The mark's floor bar IS
 * the amber, so putting it back on an amber tile paints the accent out of the
 * drawing. The crate takes --text and sits straight on the header.
 *
 * 40px wide and not 36. The artwork is wider than it is tall (52 by 47.9), so
 * `meet` draws it 40 by 36.9 inside a square box, which is the same ink height
 * the old solid tile had while giving the lean somewhere to go.
 */
.brand-mark {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.brand-name {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-sub {
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.site-nav a {
  /* #b0aa9e and not the #9a958a used on the darker grounds: on this panel that
     grey measured 5.03 to 1 and missed the 6.0 bar the rest of the page clears.
     This measures 6.49 to 1. */
  color: var(--muted-on-panel);
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--amber);
}

@media (max-width: 620px) {
  .brand-sub {
    display: none;
  }

  .site-nav {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }

  .site-nav a {
    padding: 8px 0;
  }
}

/* hero

   CENTRED, AND ONE COLUMN. It was a two column grid with the copy beside the
   picture until 2026-08-21. One centred column is what carries the new page:
   the headline, one line under it, one button, and the picture below all three
   at the full measure, so nothing competes with the sentence a stranger reads
   first. */

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid var(--line);
}

/* A single soft amber wash behind the headline. It is the only non flat thing
   on the page and it exists to stop the hero reading as another grey band. */
.hero::before {
  content: "";
  position: absolute;
  inset: -60% 10% 40% -10%;
  background: radial-gradient(closest-side, rgba(247, 179, 43, 0.14), transparent);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 72px var(--gutter) 76px;
  text-align: center;
}

@media (min-width: 1000px) {
  .hero-inner {
    padding-top: 96px;
    padding-bottom: 92px;
  }
}

h1 {
  /* One written sentence, so it may take the whole measure. The cap is 56px
     because above that the nine words break to four lines on a laptop. */
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 800;
  max-width: 16ch;
  margin-inline: auto;
}

.lede {
  max-width: 54ch;
  margin-inline: auto;
  font-size: clamp(17px, 1.6vw, 20px);
  color: var(--text-2);
}

.cta-row {
  margin: 30px 0 0;
}

.cta-note {
  margin: 14px 0 0;
  font-size: 14.5px;
  color: var(--muted);
}

/* the one product shot */

.shot {
  margin: 0;
  border: 2px solid var(--line);
  background: var(--panel);
}

.shot img {
  width: 100%;
}

.shot-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 2px solid var(--line);
  background: var(--panel-2);
  padding: 9px 12px;
}

.shot-bar .dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  background: var(--line);
}

.shot-url {
  margin-left: 10px;
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shot-hero {
  margin-top: 48px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

/* generic band */

.band {
  max-width: var(--page);
  margin: 0 auto;
  padding: 76px var(--gutter);
}

/*
 * A tinted band runs the full width of the window, so it cannot carry the
 * measure itself. Its content sits in .band-inner instead, at the same width
 * and gutter as a plain band, so headings in both line up.
 */
.band-alt {
  max-width: none;
  background: var(--panel);
  padding-left: 0;
  padding-right: 0;
}

.band-inner {
  max-width: var(--page);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.section-h {
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 800;
  max-width: 22ch;
}

.section-h-center {
  margin-inline: auto;
  text-align: center;
}

/* today against this

   TWO BOXES, NOT A TABLE. The owner rejected the ten row comparison table on
   2026-08-21. This is the same argument in three lines a side, and it compares
   his reader's Tuesday against this product rather than one CRM against
   another. */

.swap {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 800px) {
  .swap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

.swap-col {
  border: 2px solid var(--line);
  background: var(--panel);
  padding: 26px 24px 28px;
}

/* The amber edge is the only colour in the pair. No red on the left hand box:
   red on this product means money owed and nothing else. */
.swap-good {
  border-color: var(--amber);
}

.swap-col h2 {
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-on-panel);
}

.swap-good h2 {
  color: var(--amber);
}

.swap-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  font-size: 17px;
  color: var(--muted-on-panel);
}

.swap-good ul {
  color: var(--text);
}

.swap-col li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
}

.swap-col li::before {
  content: "";
  width: 10px;
  height: 2px;
  margin-top: 13px;
  background: var(--line);
}

.swap-good li::before {
  height: 10px;
  margin-top: 9px;
  background: var(--amber);
}

/* what comes in the base price */

.gets {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
  max-width: 72ch;
  font-size: 17px;
  color: var(--text-2);
}

.gets li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
}

.gets li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 12px;
  background: var(--amber);
}

.gets-note {
  margin: 28px 0 0;
  padding-top: 24px;
  border-top: 2px solid var(--line-soft);
  max-width: 72ch;
  color: var(--muted-on-panel);
  font-size: 16px;
}

/* testimonial */

.band-alt .quote-wrap {
  padding-top: 72px;
  padding-bottom: 72px;
}

.quote {
  margin: 0;
  max-width: 56ch;
  margin-inline: auto;
  text-align: center;
}

.quote blockquote {
  margin: 0;
}

.quote blockquote p {
  font-size: clamp(19px, 2.4vw, 26px);
  line-height: 1.45;
  color: var(--text);
  text-wrap: pretty;
}

.quote blockquote strong {
  color: var(--amber);
  font-weight: 800;
}

.quote figcaption {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 2px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

/* pricing

   THREE CARDS SINCE 2026-08-24, when nine separately priced add-ons became
   three plans. It was one centred card and a $99 figure until then.

   ONE AMBER BORDER, NOT THREE. AGENTS.md 9 allows about two amber things on a
   reading screen and three identical highlighted cards highlight nothing. The
   middle plan carries it, which is also the one most movers buy. */

.price-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
  align-items: start;
}

@media (max-width: 900px) {
  .price-row {
    grid-template-columns: 1fr;
  }
}

.price-card {
  max-width: 460px;
  margin: 36px auto 0;
  border: 2px solid var(--amber);
  background: var(--panel);
  padding: 30px 28px;
  text-align: center;
}

/* Inside the row the cards are the grid's children, so they take its width and
   its gap rather than centring themselves. */
.price-row .price-card {
  max-width: none;
  margin: 0;
  padding: 26px 22px;
}

.price-quiet {
  border-color: var(--line);
}

/* 64px is right for one card across 460px and overflows a third of the row on a
   narrow laptop. Measured at 1024px before it was changed. */
.price-row .price-figure {
  font-size: 48px;
}

.price-row .price-list {
  margin: 20px 0 22px;
  font-size: 15px;
  gap: 10px;
}

/* The line under the price that says who the plan is for. It is not a caption
   restating the heading: it carries the CAP, which is the whole difference
   between the first two plans and is not derivable from the price. */
.price-covers {
  margin: 0 0 6px;
  font-size: 14px;
  color: var(--muted-on-panel);
}

.price-name {
  margin-bottom: 10px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-on-panel);
}

.price-figure {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  margin: 0 0 4px;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}

.price-cur {
  font-size: 32px;
  color: var(--amber);
}

.price-per {
  margin-left: 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--muted-on-panel);
}

.price-list {
  list-style: none;
  margin: 24px 0 26px;
  padding: 22px 0 0;
  border-top: 2px solid var(--line);
  display: grid;
  gap: 12px;
  font-size: 16px;
  color: var(--text-2);
  text-align: left;
}

.price-list li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
}

.price-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 9px;
  background: var(--amber);
}

.price-note {
  margin: 18px 0 0;
  font-size: 14.5px;
  color: var(--muted-on-panel);
}

.price-note strong {
  color: var(--text);
}

/* the founder block and the closing block */

.founder,
.closer {
  max-width: 60ch;
  margin-inline: auto;
  padding-top: 68px;
  padding-bottom: 68px;
  text-align: center;
}

.founder h2,
.closer h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
}

.founder p,
.closer p {
  color: var(--text-2);
  font-size: 17.5px;
}

/* questions

   OPEN, NOT AN ACCORDION. AGENTS.md section 9: the pieces are visible and
   whole. An answer folded behind a triangle is the same defect as a caption
   hidden in a tooltip. */

.faq {
  margin: 32px 0 0;
  max-width: 72ch;
}

.faq dt {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 2px solid var(--line-soft);
  font-size: 18px;
  font-weight: 800;
  color: var(--amber);
}

.faq dt:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.faq dd {
  margin: 8px 0 0;
  color: var(--text-2);
  font-size: 16.5px;
}

/* sign in strip */

.signin-strip {
  border-top: 2px solid var(--line);
  background: var(--panel);
  padding: 52px 0;
}

.signin-strip h2 {
  font-size: 22px;
  font-weight: 800;
}

.signin-strip > .band-inner > p {
  max-width: 64ch;
  color: var(--text-2);
  font-size: 16px;
}

.signin-form {
  margin: 20px 0 4px;
  max-width: 640px;
}

.signin-form label {
  display: block;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-on-panel);
  margin-bottom: 8px;
}

.signin-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.signin-row input {
  flex: 1 1 150px;
  min-width: 0;
  border: 2px solid var(--line);
  background: var(--bg);
  color: var(--text);
  padding: 12px;
  font-size: 16px;
  font-family: var(--mono);
}

/* #86817a and not something dimmer: 4.9 to 1 against the field, so the example
   is readable rather than a smudge. */
.signin-row input::placeholder {
  color: #86817a;
}

.signin-row input[aria-invalid="true"] {
  border-color: var(--danger);
}

.signin-suffix {
  color: var(--muted);
  font-size: 15px;
}

.hint {
  margin: 12px 0 0;
  color: var(--muted-on-panel);
  font-size: 14.5px;
  max-width: 64ch;
}

.hint-center {
  margin-inline: auto;
  text-align: center;
}

.signin-error {
  margin: 12px 0 0;
  border: 2px solid var(--danger);
  background: #1f1214;
  color: #ffb3b5;
  padding: 10px 12px;
  font-size: 15px;
  max-width: 60ch;
}

/*
 * On a narrow screen the suffix under a full width box reads as part of what
 * you type, so it goes on its own line and the button takes the full width
 * rather than being a 44px target squeezed beside a 60px input.
 */
@media (max-width: 560px) {
  .signin-row {
    display: block;
  }

  .signin-row input {
    width: 100%;
  }

  .signin-suffix {
    display: block;
    margin: 8px 0;
  }

  .signin-row .btn {
    width: 100%;
  }
}

/* footer */

.site-foot {
  border-top: 2px solid var(--line);
  background: var(--panel);
  padding: 36px 0 48px;
  color: var(--muted-on-panel);
  font-size: 15px;
}

.foot-inner {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 760px) {
  .foot-inner {
    grid-template-columns: 1.4fr 0.8fr 1.2fr;
    gap: 40px;
  }
}

.site-foot p {
  margin: 0 0 6px;
}

.foot-brand {
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 13px;
}

.foot-note {
  font-size: 14px;
  color: var(--muted-on-panel);
}

/* demo dialog */

.modal {
  width: min(640px, calc(100vw - 32px));
  max-height: min(88vh, 900px);
  padding: 0;
  border: 2px solid var(--amber);
  background: var(--panel);
  color: var(--text);
  overflow: auto;
}

.modal::backdrop {
  background: rgba(6, 7, 8, 0.72);
}

.modal-head {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 2px solid var(--line);
  background: var(--panel);
  padding: 18px 22px;
}

.modal-head h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.modal-x {
  border: 2px solid var(--line);
  background: none;
  color: var(--text);
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.modal-x:hover {
  border-color: var(--amber);
  color: var(--amber);
}

.modal-body {
  padding: 22px;
}

.modal-lede {
  margin-bottom: 20px;
  color: var(--muted-on-panel);
  font-size: 15px;
}

.field {
  margin-bottom: 16px;
}

.field-row {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 560px) {
  .field-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.field label {
  display: block;
  margin-bottom: 7px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-on-panel);
}

.field .opt {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--muted);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 2px solid var(--line);
  background: var(--bg);
  color: var(--text);
  padding: 11px 12px;
  /* 16px, so iOS does not zoom the page when a field takes focus */
  font-size: 16px;
  font-family: inherit;
}

.field textarea {
  resize: vertical;
}

.field input::placeholder {
  color: #86817a;
}

/* Off screen rather than display:none, because a bot reads the stylesheet as
   readily as the markup and skips anything obviously hidden. */
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-error {
  margin: 4px 0 0;
  border: 2px solid var(--danger);
  background: #1f1214;
  color: #ffb3b5;
  padding: 10px 12px;
  font-size: 15px;
}

.modal-foot {
  position: sticky;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  border-top: 2px solid var(--line);
  background: var(--panel);
  padding: 16px 22px;
}

.modal-done {
  padding: 32px 22px 28px;
  text-align: center;
}

.modal-done h2 {
  font-size: 22px;
  font-weight: 800;
}

.modal-done p {
  max-width: 44ch;
  margin: 0 auto 22px;
  color: var(--text-2);
}
