
/* =========================================================
   THE MARK A. BRADFORD COLLECTION — EDITION 1.1
   BUILD 1.1B — HOMEPAGE & HERO
   ========================================================= */

.home11-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: #0d0c0b;
  color: #fff;
}

.home11-hero__media,
.home11-hero__shade {
  position: absolute;
  inset: 0;
}

.home11-hero__media {
  z-index: -3;
}

.home11-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  transform: scale(1.01);
}

.home11-hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8,7,6,.08) 0%, rgba(8,7,6,.18) 38%, rgba(8,7,6,.72) 72%, rgba(8,7,6,.92) 100%),
    linear-gradient(0deg, rgba(8,7,6,.72) 0%, rgba(8,7,6,.12) 48%, rgba(8,7,6,.28) 100%);
}

.home11-hero__content {
  width: min(100%, 790px);
  margin-left: auto;
  padding: clamp(160px, 20vh, 240px) 0 clamp(70px, 9vh, 108px);
}

.home11-hero__content h1 {
  margin: .6rem 0 1.2rem;
  font-size: clamp(4.4rem, 8.2vw, 8.8rem);
  line-height: .82;
  text-wrap: balance;
}

.home11-hero__lead {
  max-width: 650px;
  color: rgba(255,255,255,.82);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.35;
}

.home11-hero__sub {
  max-width: 620px;
  margin-top: 1rem;
  color: rgba(255,255,255,.66);
}

.home11-hero__actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.home11-intro {
  background: var(--color-bg);
}

.home11-intro__grid {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr);
  gap: clamp(60px,9vw,135px);
  align-items: start;
}

.home11-intro h2 {
  max-width: 600px;
  margin-top: .55rem;
}

.home11-intro__copy {
  max-width: 720px;
}

.home11-intro__copy .lead {
  margin-bottom: 1.2rem;
}

.home11-featured {
  background: var(--color-paper);
}

.home11-featured__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: clamp(46px,6vw,76px);
}

.home11-featured__head h2 {
  margin-top: .55rem;
  max-width: 760px;
}

.home11-featured__grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: clamp(48px,6vw,82px) clamp(24px,3vw,38px);
}

.home11-work {
  min-width: 0;
}

.home11-work__image {
  overflow: hidden;
  background: #e0d9cf;
}

.home11-work__image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 650ms ease;
}

.home11-work:hover .home11-work__image img {
  transform: scale(1.018);
}

.home11-work__body {
  padding-top: 17px;
  max-width: 600px;
}

.home11-work__body h3 {
  margin: .4rem 0 .4rem;
  font-size: clamp(2.15rem,3.4vw,3.5rem);
}

.home11-work__body p {
  color: var(--color-muted);
}

.home11-statement {
  background: var(--color-dark);
  color: #fff;
  text-align: center;
}

.home11-statement blockquote {
  max-width: 1120px;
  margin-inline: auto;
  font-family: var(--font-display);
  font-size: clamp(3rem,5.7vw,6.1rem);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: .96;
  text-wrap: balance;
}

.home11-statement p {
  max-width: 760px;
  margin: 2rem auto 0;
  color: rgba(255,255,255,.62);
}

.home11-about {
  background: #e9dfd1;
}

.home11-about__grid {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: clamp(54px,8vw,112px);
  align-items: center;
}

.home11-about__image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.home11-about__copy {
  max-width: 650px;
}

.home11-about__copy h2 {
  margin: .55rem 0 1rem;
}

.home11-about__copy p:not(.eyebrow) {
  color: #5f584f;
}

.home11-pathways {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.home11-pathway {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

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

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

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

.home11-pathway__shade {
  z-index: -1;
  background: linear-gradient(0deg, rgba(7,6,5,.92), rgba(7,6,5,.12) 67%);
}

.home11-pathway:hover .home11-pathway__image img {
  transform: scale(1.026);
}

.home11-pathway__copy {
  position: absolute;
  left: clamp(32px,5vw,76px);
  right: clamp(32px,5vw,76px);
  bottom: clamp(38px,5vw,72px);
}

.home11-pathway__copy h2 {
  margin: .55rem 0 .85rem;
  font-size: clamp(3rem,4.9vw,5.5rem);
}

.home11-pathway__copy p {
  max-width: 560px;
  color: rgba(255,255,255,.72);
}

.home11-pathway__link {
  display: inline-flex;
  margin-top: 1.2rem;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.home11-journal {
  background: var(--color-bg);
}

.home11-journal__grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(60px,9vw,130px);
}

.home11-journal h2 {
  margin-top: .55rem;
}

.home11-journal__copy {
  max-width: 680px;
}

.home11-journal__copy p {
  color: var(--color-muted);
}

.home11-closing {
  padding: clamp(120px,13vw,200px) 0;
  background: var(--color-paper);
  text-align: center;
}

.home11-closing h2 {
  max-width: 1050px;
  margin-inline: auto;
  font-size: clamp(3.5rem,6vw,6.5rem);
  text-wrap: balance;
}

.home11-closing .btn {
  margin-top: 2.2rem;
}

@media (max-width: 1050px) {
  .home11-intro__grid,
  .home11-about__grid,
  .home11-journal__grid {
    grid-template-columns: 1fr;
  }

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

  .home11-pathway {
    min-height: 590px;
  }
}

@media (max-width: 760px) {
  .home11-hero__shade {
    background: linear-gradient(0deg, rgba(8,7,6,.96), rgba(8,7,6,.18) 74%);
  }

  .home11-hero__content {
    margin-left: 0;
    padding-top: 220px;
  }

  .home11-featured__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home11-featured__grid {
    grid-template-columns: 1fr;
  }

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

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

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

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