/* Home-only. Pixel-match Theme 1 mock (full-bleed hero, sage band, five cards). */

.landing-hero {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
}

.landing-hero-frame {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #FDF8F2;
  min-height: 480px;
  height: 568px;
}

.landing-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 28% 42%;
  filter: none !important;
}

.landing-hero-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(253, 248, 242, 0.88) 0%,
    rgba(253, 248, 242, 0.72) 22%,
    rgba(253, 248, 242, 0.28) 40%,
    rgba(253, 248, 242, 0) 55%
  );
}

.landing-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  max-width: 48%;
  padding: 64px 24px 48px 40px;
}

.landing-hero-bar {
  width: 4px;
  height: 7.4em;
  flex-shrink: 0;
  background: #B55331;
  border-radius: 1px;
  margin-top: 0.18em;
}

.landing-hero-copy h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-size: clamp(3.1rem, 5.4vw, 5.15rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: #1A1816;
  margin: 0 0 0.18em;
}

.landing-hero-copy .hero-sub {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-optical-sizing: auto;
  font-size: clamp(1.18rem, 1.9vw, 1.55rem);
  line-height: 1.32;
  color: #3A3733;
  margin: 0 0 18px;
  max-width: 16em;
}

.landing-hero-copy .hero-branch {
  display: block;
  width: 176px;
  height: 40px;
  color: #B55331;
  margin: 8px 0 0;
}

/* Sage household-move band — full bleed, inner 1600 */
.landing-move {
  background: #BBBDAD;
  margin-top: 0;
  min-height: 158px;
  display: flex;
  align-items: center;
}

.landing-move-inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 36px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.landing-move-copy {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.landing-move-copy h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-optical-sizing: auto;
  font-size: 1.85rem;
  margin: 0 0 0.18em;
  letter-spacing: -0.02em;
  color: #2C2824;
}

.landing-move-copy p {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  font-size: 1.18rem;
  color: #2C2824;
}

.landing-move .move-box-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  color: #2C2824;
}

.landing-move-action {
  margin: 0;
  flex-shrink: 0;
}

.landing-move-action .btn {
  background: #A55535;
  color: #fff;
  border-radius: 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: 1.12rem;
  letter-spacing: 0.01em;
  padding: 15px 22px 15px 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  white-space: nowrap;
}

.landing-move-action .btn:hover {
  background: #934428;
  color: #fff;
}

/* Start here */
.landing-start {
  background: #FDF8F2;
  padding: 40px 0 72px;
}

.landing-start .landing-shell {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
}

.start-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 2.15rem;
  letter-spacing: -0.02em;
  margin: 0 0 1.45em;
  color: #1C1A18;
}

.start-title .u-start {
  position: relative;
  display: inline-block;
  border: 0;
  padding: 0;
}

.start-title .u-start::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0.06em;
  bottom: -8px;
  height: 3px;
  background: #B55331;
  border-radius: 2px;
}

.start-title .u-here {
  border: 0;
  padding: 0;
}

.landing-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 21px;
}

.landing-card {
  background: transparent;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: visible;
  border: 0;
  transition: transform 0.2s ease;
}

a.landing-card:hover {
  color: inherit;
  transform: translateY(-2px);
}

.landing-card-photo {
  height: auto;
  aspect-ratio: 386 / 264;
  overflow: hidden;
  border-radius: 16px;
  flex-shrink: 0;
}

.landing-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none !important;
}

.landing-card-photo.pickle img {
  object-position: 22% center;
}

.landing-card-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 4px 10px;
}

/* Sage icon sits below the photo, not on it */
.landing-card-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #7E826C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  box-shadow: none;
}

.landing-card-icon svg {
  width: 34px;
  height: 34px;
  display: block;
  stroke-width: 1.85;
}

.landing-card-body {
  padding: 2px 0 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.landing-card-body h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.28rem;
  margin: 0;
  letter-spacing: -0.02em;
  color: #1C1A18;
}

.landing-card-body p {
  margin: 0;
  color: #5A564F;
  font-size: 0.92rem;
  line-height: 1.4;
  font-family: "Source Sans 3", system-ui, sans-serif;
}

@media (max-width: 1099px) {
  .landing-cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .landing-hero-copy {
    max-width: 52%;
    padding: 64px 20px 40px 32px;
  }
  .landing-hero-frame {
    height: min(56vw, 480px);
    min-height: 360px;
  }
}

@media (max-width: 799px) {
  .landing-hero-frame {
    min-height: 0;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .landing-hero-img {
    position: relative;
    width: 100%;
    height: 240px;
    order: 2;
  }
  .landing-hero-fade,
  .hero-arrow {
    display: none;
  }
  .landing-hero-copy {
    max-width: none;
    padding: 28px 22px 20px;
    order: 1;
  }
  .landing-hero-bar {
    height: auto;
    align-self: stretch;
    width: 4px;
  }
  .landing-move {
    min-height: 0;
  }
  .landing-move-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 28px 24px;
  }
  .landing-move-action,
  .landing-move-action .btn {
    width: 100%;
    text-align: center;
  }
  .landing-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 559px) {
  .landing-cards {
    grid-template-columns: 1fr;
  }
  .landing-card-photo {
    height: 180px;
    aspect-ratio: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  a.landing-card { transition: none; }
  a.landing-card:hover { transform: none; }
}

@media (min-width: 800px) {
  .site-nav a,
  .nav-btn {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 1.08rem;
    font-weight: 500;
  }
  .site-nav a.nav-move {
    color: inherit;
    font-weight: 500;
  }
  .site-nav a.nav-move:hover {
    color: var(--terracotta);
  }
}

.btn-arrow {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}
