/* Move landing — conversion layout. Site tokens only. */

.move-page .wrap {
  max-width: 880px;
}

.move-hero img {
  filter: none !important;
  min-height: 260px;
  height: 48vw;
  max-height: 440px;
  object-fit: cover;
  object-position: 78% 42%;
}
.move-hero::after { background: none; }

.move-mast {
  background: var(--paper-warm);
  border-top: 3px solid var(--terracotta);
}
.move-mast .wrap { padding-top: 32px; padding-bottom: 28px; }
.move-mast h1 {
  font-size: clamp(2.2rem, 5.4vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.28em;
  color: var(--ink-deep);
}
.move-sub {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  line-height: 1.4;
  color: var(--ink);
  margin: 0 0 22px;
  max-width: 28em;
}

.move-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.move-chips li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 14px 8px 8px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-weight: 600;
  font-size: 0.98rem;
  margin: 0;
  color: var(--ink);
}
.move-chips svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: var(--olive);
}

.move-band {
  background: var(--sage-move);
  border: 0;
}
.move-band .wrap {
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.move-band h2 {
  margin: 0 0 0.15em;
  font-size: 1.55rem;
}
.move-band p { margin: 0; max-width: 32rem; }
.move-band .btn {
  background: var(--terracotta-btn);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: 1.08rem;
  min-height: 52px;
  padding: 12px 20px;
  border-radius: 8px;
  gap: 8px;
}
.move-band .btn:hover { background: var(--terracotta-deep); color: #fff; }

.move-intro .aeo { margin-top: 8px; }

.move-path {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 16px;
  margin: 8px 0 28px;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.move-path li {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.move-path .landing-card-icon,
.move-path .ico {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--olive);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.move-path .ico svg { width: 34px; height: 34px; display: block; }
.move-path h3 {
  margin: 0;
  font-size: 1.22rem;
}
.move-path p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.4;
}

.move-form-block h2 { margin-top: 0; }
.move-form {
  border-top: 3px solid var(--terracotta);
  padding: 28px 24px 24px;
}
.move-form .form-label-note { margin: 0 0 4px; }
.move-form .btn {
  min-height: 52px;
  font-size: 1.05rem;
}

.move-partner {
  display: grid;
  gap: 8px;
}
.move-partner .go a { color: var(--terracotta); font-weight: 700; }
.phone-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 4px;
}
.phone-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 14px;
  background: var(--paper-warm);
  color: var(--ink);
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid var(--line);
}
.phone-pills a:hover { border-color: var(--terracotta); color: var(--terracotta); }

.move-close {
  text-align: left;
  padding: 8px 0 12px;
}

@media (min-width: 800px) {
  .move-path { grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .move-hero img { height: 400px; max-height: 400px; }
}

.start-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -0.02em;
  margin: 0 0 1.1em;
  color: var(--ink-deep);
}
.start-title .u-start {
  position: relative;
  display: inline-block;
}
.start-title .u-start::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0.06em;
  bottom: -8px;
  height: 3px;
  background: var(--terracotta);
  border-radius: 2px;
}
.btn-arrow {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}
