html:has(body.phase3-page) {
  scroll-behavior: auto;
}

.phase3-page main > .section {
  padding-block: clamp(58px, 6vw, 82px);
}

.phase3-page .section-muted {
  background: #f4f1ec;
}

.phase3-page .section-head {
  max-width: 850px;
}

.phase3-page .section-head > p,
.phase3-copy {
  max-width: 760px;
  color: #596168;
  font-size: 1rem;
  line-height: 1.75;
}

.phase3-hero .hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.phase3-card-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: 260px;
  overflow: hidden;
  background: #e8e2d9;
}

.phase3-card-media > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.phase3-showroom-grid,
.phase3-door-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin-top: 34px;
}

.phase3-hardware-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 820px;
  margin-top: 34px;
}

.phase3-image-card,
.process-visual {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e1dbd2;
  border-radius: 14px;
  background: #fff;
}

.phase3-image-card .phase3-card-media,
.phase3-option-card .phase3-card-media {
  border-radius: 0;
}

.phase3-image-card figcaption,
.process-visual figcaption {
  padding: 14px 16px 16px;
  color: #40464d;
  font-size: 0.88rem;
  line-height: 1.5;
}

.phase3-option-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #ddd6cc;
  border-radius: 14px;
  background: #fff;
  color: inherit;
  box-shadow: 0 12px 30px rgba(24, 27, 32, 0.06);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.phase3-option-card:hover,
.phase3-option-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(24, 27, 32, 0.11);
}

.phase3-card-body {
  padding: 20px 20px 22px;
}

.phase3-card-body h3 {
  margin: 0 0 8px;
  color: #20242a;
  font-size: 1.08rem;
}

.phase3-card-body p {
  margin: 0;
  color: #646b72;
  font-size: 0.9rem;
  line-height: 1.55;
}

.section-dark .section-head h2,
.section-dark .section-head p {
  color: #fff;
}

.phase3-text-hero {
  padding-block: clamp(94px, 11vw, 150px);
  background:
    linear-gradient(125deg, rgba(176, 134, 90, 0.13), transparent 50%),
    #111419;
  color: #fff;
}

.phase3-text-hero h1 {
  max-width: 850px;
  margin: 12px 0 20px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  font-weight: 500;
  line-height: 0.98;
}

.phase3-text-hero > .container > p:last-child {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
}

.process-section {
  background: #0f1115 !important;
}

.process-section .section-head h2,
.process-section .section-head .eyebrow {
  color: #fff;
}

.process-visuals {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.process-visual {
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: #1b1f24;
}

.process-visual figcaption {
  color: rgba(255, 255, 255, 0.78);
}

.process-visual figcaption strong {
  margin-right: 7px;
  color: #b0865a;
}

.process-crop-plan img {
  object-position: 28% center;
}

.process-crop-design img {
  object-position: 76% center;
}

.receive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.receive-grid article {
  min-height: 210px;
  padding: 28px;
  border-top: 3px solid #b0865a;
  background: #fff;
}

.receive-grid span {
  display: block;
  margin-bottom: 34px;
  color: #b0865a;
  font: 700 1.25rem/1 Georgia, "Times New Roman", serif;
}

.receive-grid h3 {
  margin: 0 0 10px;
}

.receive-grid p {
  margin: 0;
  color: #626970;
  line-height: 1.65;
}

.faq-shell {
  max-width: 940px;
}

.phase3-faq {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.phase3-faq details {
  border: 1px solid #ddd6cc;
  background: #fff;
}

.phase3-faq summary {
  position: relative;
  padding: 20px 54px 20px 22px;
  color: #262a2f;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.phase3-faq summary::-webkit-details-marker {
  display: none;
}

.phase3-faq summary::after {
  content: "+";
  position: absolute;
  top: 16px;
  right: 22px;
  color: #b0865a;
  font-size: 1.5rem;
}

.phase3-faq details[open] summary::after {
  content: "−";
}

.phase3-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #5f666d;
  line-height: 1.7;
}

.phase3-faq a {
  color: #9a6b3e;
  font-weight: 700;
  text-underline-offset: 3px;
}

.phase3-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.button.button-dark {
  border-color: #171a1f;
  background: #171a1f;
  color: #fff;
}

@media (max-width: 980px) {
  .phase3-hardware-grid,
  .process-visuals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .phase3-showroom-grid,
  .phase3-door-grid,
  .receive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .phase3-showroom-grid,
  .phase3-door-grid,
  .phase3-hardware-grid,
  .process-visuals,
  .receive-grid {
    grid-template-columns: 1fr;
  }

  .phase3-card-media {
    aspect-ratio: 16 / 10;
    height: auto;
    max-height: 260px;
  }

  .phase3-card-media > img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
  }

  .process-crop-plan img {
    object-position: 28% center;
  }

  .process-crop-design img {
    object-position: 76% center;
  }

  .phase3-text-hero {
    padding-block: 74px 82px;
  }

  .receive-grid article {
    min-height: 0;
  }

  .phase3-cta-actions {
    justify-content: flex-start;
  }
}
