/* =========================================================
   THE MARK A. BRADFORD COLLECTION — EDITION ONE
   BUILD 001B.3 — HOMEPAGE SECTIONS
   ========================================================= */

/* ---------- Artist Approach ---------- */
.home-approach {
  background: var(--color-bg);
}

.home-approach .split {
  align-items: start;
}

.home-approach h2 {
  max-width: 620px;
  margin-top: 0.55rem;
}

.home-approach .copy {
  max-width: 680px;
  color: var(--color-muted);
}

.home-approach .lead {
  color: var(--color-ink);
  margin-bottom: 1rem;
}

/* ---------- Featured Painting ---------- */
.home-feature {
  background: #e9dfd1;
}

.home-feature__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: clamp(52px, 8vw, 112px);
  align-items: center;
}

.home-feature__image {
  padding: 14px;
  background: #f4ede4;
  box-shadow: 0 22px 50px rgba(22, 21, 19, 0.08);
}

.home-feature__image img {
  width: 100%;
  max-height: 820px;
  object-fit: contain;
}

.home-feature__copy {
  max-width: 610px;
}

.home-feature__copy h2 {
  margin: 0.55rem 0 1.15rem;
}

.home-feature__copy p:not(.eyebrow) {
  color: #5f584f;
}

.home-feature__copy .btn {
  margin-top: 1.8rem;
}

/* ---------- Selected Works ---------- */
.home-selected {
  background: var(--color-paper);
}

.home-selected__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}

.home-selected__head > div {
  max-width: 780px;
}

.home-selected__head h2 {
  margin-top: 0.55rem;
}

.home-selected__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 24px;
}

.home-work {
  display: block;
}

.home-work__image {
  overflow: hidden;
  background: #ded8ce;
}

.home-work__image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 600ms ease;
}

.home-work:hover .home-work__image img {
  transform: scale(1.025);
}

.home-work__meta {
  padding-top: 14px;
}

.home-work__meta small {
  color: var(--color-accent);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-work h3 {
  margin: 0.4rem 0 0.2rem;
  font-size: clamp(1.9rem, 2.5vw, 2.35rem);
}

.home-work p {
  color: var(--color-muted);
  font-size: 0.61rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ---------- Winter's Walk Editorial Band ---------- */
.home-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  min-height: 720px;
  background: var(--color-dark);
  color: var(--color-white);
}

.home-editorial__image {
  min-height: 720px;
}

.home-editorial__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-editorial__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 7vw, 100px);
}

.home-editorial__copy h2 {
  margin: 0.55rem 0 1.2rem;
}

.home-editorial__copy p:not(.eyebrow) {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.68);
}

.home-editorial__copy .btn {
  align-self: flex-start;
  margin-top: 1.9rem;
}

/* ---------- Philosophy Quote ---------- */
.home-quote {
  padding-block: clamp(96px, 11vw, 170px);
  text-align: center;
  background: var(--color-bg);
}

.home-quote blockquote {
  max-width: 1040px;
  margin-inline: auto;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-wrap: balance;
}

.home-quote p {
  margin-top: 26px;
  color: var(--color-accent);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

/* ---------- Journey / Studio Pathways ---------- */
.home-pathways {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-pathway {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: var(--color-white);
  isolation: isolate;
}

.home-pathway__image,
.home-pathway__shade {
  position: absolute;
  inset: 0;
}

.home-pathway__image {
  z-index: -2;
}

.home-pathway__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.home-pathway__shade {
  z-index: -1;
  background: linear-gradient(
    0deg,
    rgba(9, 8, 7, 0.9) 0%,
    rgba(9, 8, 7, 0.16) 68%
  );
}

.home-pathway:hover .home-pathway__image img {
  transform: scale(1.03);
}

.home-pathway__copy {
  position: absolute;
  left: clamp(30px, 5vw, 72px);
  right: clamp(30px, 5vw, 72px);
  bottom: clamp(34px, 5vw, 68px);
}

.home-pathway__copy h2 {
  max-width: 590px;
  margin: 0.55rem 0 1rem;
  font-size: clamp(2.9rem, 4.7vw, 5.2rem);
}

.home-pathway__copy span {
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ---------- Closing Collection CTA ---------- */
.home-closing {
  background: #e9dfd1;
}

.home-closing__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: start;
}

.home-closing__grid h2 {
  margin-top: 0.55rem;
}

.home-closing__grid > div:last-child {
  max-width: 620px;
  color: #5f584f;
}

.home-closing__grid .btn {
  margin-top: 1.9rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 1050px) {
  .home-feature__grid,
  .home-editorial,
  .home-closing__grid {
    grid-template-columns: 1fr;
  }

  .home-selected__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-editorial__image {
    min-height: 560px;
  }

  .home-pathways {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .home-selected__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-selected__grid {
    grid-template-columns: 1fr;
  }

  .home-editorial__image {
    min-height: 430px;
  }

  .home-editorial__copy {
    padding: 44px 24px 52px;
  }

  .home-pathway {
    min-height: 520px;
  }

  .home-pathway__copy {
    left: 24px;
    right: 24px;
    bottom: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-work__image img,
  .home-pathway__image img {
    transition: none;
  }

  .home-work:hover .home-work__image img,
  .home-pathway:hover .home-pathway__image img {
    transform: none;
  }
}
