/* ============================================================
   RELOCATION PAGE
   Scroll-reveal (.animate-on-scroll) is defined globally in animate.css.
   ============================================================ */

/* ============================================================
   INTRO — a letter from Candy
   ============================================================ */

.relocation-intro__layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(var(--space-10), 6vw, var(--space-16));
  align-items: start;
}

.relocation-intro__portrait {
  position: sticky;
  top: calc(var(--nav-height) + var(--space-8));
  text-align: center;
}

.relocation-intro__portrait img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  box-shadow: var(--shadow-xl);
  border: 6px solid var(--color-surface);
  outline: 1px solid var(--color-border-light);
}

.relocation-intro__portrait-caption {
  margin-top: var(--space-5);
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  font-weight: var(--weight-semi);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--color-gold);
}

.relocation-intro__lede {
  font-family: var(--font-serif);
  font-size: var(--text-2xl);
  font-weight: var(--weight-light);
  line-height: var(--leading-snug);
  color: var(--color-text-primary);
  margin: 0 0 var(--space-8);
}

.relocation-intro__signoff {
  font-size: var(--text-base);
  line-height: var(--leading-loose);
  color: var(--color-text-secondary);
  margin: 0;
}

.relocation-intro__signoff + .relocation-intro__signoff {
  margin-top: var(--space-5);
}

@media (max-width: 800px) {
  .relocation-intro__layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .relocation-intro__portrait {
    position: relative;
    top: 0;
  }
}

/* ============================================================
   FAQ — the relocation playbook
   A navy interlude within the page, framed as a step-by-step roadmap:
   gold-ringed number badges on a connecting vertical line, echoing
   the "let's put the pieces of your relocation puzzle together" CTA.
   ============================================================ */

.relocation-playbook {
  position: relative;
  background-color: var(--color-primary);
  overflow: hidden;
}

.relocation-playbook__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 15% 0%, rgba(0, 0, 0, 0.16) 0%, transparent 60%),
    radial-gradient(ellipse 60% 45% at 100% 100%, rgba(0, 0, 0, 0.10) 0%, transparent 60%);
  pointer-events: none;
}

.eyebrow--on-navy {
  color: var(--color-accent-on-dark);
}

.relocation-playbook__header {
  text-align: center;
  margin-bottom: var(--space-16);
}

.relocation-playbook__heading {
  font-family: var(--font-serif);
  font-weight: var(--weight-light);
  color: var(--color-text-inverse);
}

.relocation-faq {
  display: flex;
  flex-direction: column;
}

.relocation-faq__item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: var(--space-6);
}

.relocation-faq__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.relocation-faq__badge {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.5px solid var(--color-gold);
  font-family: var(--font-serif);
  font-size: var(--text-lg);
  color: var(--color-gold-light);
  background-color: rgba(249, 246, 240, 0.04);
}

.relocation-faq__line {
  flex: 1;
  width: 1px;
  margin-block: var(--space-3);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}

.relocation-faq__body {
  padding-bottom: clamp(var(--space-10), 5vw, var(--space-14));
}

.relocation-faq__question {
  font-family: var(--font-serif);
  font-size: clamp(var(--text-xl), 2.5vw, var(--text-2xl));
  font-weight: var(--weight-regular);
  color: var(--color-text-inverse);
  margin: var(--space-2) 0 var(--space-4);
}

.relocation-faq__answer {
  font-size: var(--text-base);
  line-height: var(--leading-loose);
  color: rgba(249, 246, 240, 0.72);
  margin: 0;
  max-width: 62ch;
}

.relocation-faq__list {
  margin: var(--space-4) 0 0;
  padding: 0;
  list-style: none;
  max-width: 62ch;
}

.relocation-faq__list li {
  position: relative;
  padding-left: var(--space-6);
  font-size: var(--text-base);
  line-height: var(--leading-loose);
  color: rgba(249, 246, 240, 0.72);
}

.relocation-faq__list li + li {
  margin-top: var(--space-2);
}

.relocation-faq__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-gold-light);
}

@media (max-width: 640px) {
  .relocation-faq__item {
    grid-template-columns: 48px 1fr;
    gap: var(--space-4);
  }

  .relocation-faq__badge {
    width: 44px;
    height: 44px;
    font-size: var(--text-base);
  }
}

/* ============================================================
   CTA — signed, Candy
   ============================================================ */

.relocation-cta {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.relocation-cta__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 60% 50% at 50% 40%,
    rgba(0, 0, 0, 0.10) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.relocation-cta__signature {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: var(--text-2xl);
  font-weight: var(--weight-regular);
  color: var(--color-gold);
  margin: 0;
}

/* ============================================================
   RELOCATION CLIENT STORY — placeholder
   Reuses the .testimonial shape/size so the layout doesn't shift once a
   real quote replaces it, but visually reads as empty (dashed border,
   muted text, no quote-mark decoration) so it's never mistaken for a
   real client's words.
   ============================================================ */

.testimonial--placeholder {
  border-left-style: dashed;
  border-left-color: var(--color-border);
  background: transparent;
}

.testimonial--placeholder::before {
  display: none;
}

.testimonial--placeholder .testimonial__text {
  color: var(--color-text-tertiary, var(--color-text-secondary));
  font-style: italic;
}

.testimonial--placeholder .testimonial__author {
  color: var(--color-text-tertiary, var(--color-text-secondary));
}
