/* ABOUT PAGE */

.about-page .site-nav a[aria-current="page"] {
  color: var(--gold-bright);
}

.about-hero {
  position: relative;
  min-height: clamp(46rem, 92svh, 62rem);
  display: grid;
  grid-template-columns:
    minmax(24rem, 30vw)
    minmax(26rem, 36vw)
    minmax(22rem, 1fr);
  gap: clamp(0.75rem, 1.2vw, 1.2rem);
  max-width: var(--max-width);
  margin: 0 auto;
  padding:
    calc(var(--header-height) + clamp(2rem, 4vw, 3.5rem))
    var(--gutter)
    clamp(2.5rem, 5vw, 5rem);
  overflow: hidden;
  border-left: 1px solid rgba(184, 149, 85, 0.14);
  border-right: 1px solid rgba(184, 149, 85, 0.14);
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.96), rgba(5, 4, 3, 0.7) 48%, rgba(5, 4, 3, 0.94)),
    var(--texture-wide),
    radial-gradient(circle at 70% 22%, rgba(184, 149, 85, 0.1), transparent 24rem),
    radial-gradient(circle at 92% 12%, rgba(91, 13, 13, 0.16), transparent 22rem);
  background-size: cover, cover, auto, auto;
  background-position: center, center top, center, center;
}

.about-hero__texture {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.28;
  background:
    repeating-linear-gradient(93deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 14px),
    linear-gradient(120deg, rgba(184, 149, 85, 0.08), transparent 38%);
  mix-blend-mode: overlay;
}

.about-rail {
  position: absolute;
  left: clamp(0.7rem, 2.1vw, 2.35rem);
  top: 54%;
  z-index: 4;
  transform: translateY(-50%);
  display: grid;
  justify-items: center;
  gap: 1.2rem;
  width: clamp(3.1rem, 4vw, 4.7rem);
  pointer-events: none;
}

.about-rail span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--font-ui);
  font-size: clamp(0.48rem, 0.6vw, 0.64rem);
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(184, 149, 85, 0.72);
}

.about-rail img {
  width: clamp(1.7rem, 2.4vw, 2.55rem);
  max-height: min(56svh, 34rem);
  object-fit: contain;
  opacity: 0.72;
  filter:
    drop-shadow(0 0 0.6rem rgba(184, 149, 85, 0.16))
    drop-shadow(0 0 1rem rgba(0, 0, 0, 0.9));
}

.about-copy,
.about-main-image,
.about-mosaic {
  position: relative;
  z-index: 2;
}

.about-copy {
  align-self: start;
  padding-top: clamp(1.25rem, 2vw, 2rem);
}

.about-copy h1 {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: clamp(4rem, 5.7vw, 7.25rem);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: var(--gold);
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.52);
}

.about-copy h1 span {
  display: block;
}

.about-copy__text {
  display: grid;
  gap: 1.05rem;
  max-width: 31rem;
  color: var(--bone-muted);
  font-size: clamp(0.92rem, 0.95vw, 1rem);
  line-height: 1.72;
}

.about-copy .button {
  margin-top: 1.8rem;
}

.about-main-image {
  align-self: stretch;
  min-height: clamp(36rem, 67vh, 48rem);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 149, 85, 0.54);
  background: var(--black);
  box-shadow: var(--shadow);
}

.about-main-image::after,
.about-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 4, 3, 0.08), rgba(5, 4, 3, 0.42)),
    radial-gradient(circle at center, transparent 42%, rgba(0, 0, 0, 0.44));
}

.about-main-image img,
.about-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.74) contrast(1.14) brightness(0.72);
  transform: scale(1.02);
}

.about-main-image img {
  object-position: center center;
}

.about-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(10rem, 1fr);
  gap: clamp(0.65rem, 1vw, 0.9rem);
  align-self: stretch;
}

.about-tile {
  position: relative;
  min-height: 13rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 149, 85, 0.46);
  background:
    linear-gradient(180deg, rgba(20, 17, 13, 0.72), rgba(5, 4, 3, 0.96)),
    var(--texture-wide);
  box-shadow: 0 1rem 2.8rem rgba(0, 0, 0, 0.42);
}

.about-tile--wide {
  grid-column: 1 / -1;
  min-height: clamp(12rem, 18vw, 18rem);
}

.about-tile--small {
  min-height: clamp(12rem, 16vw, 16rem);
}

.about-tile img {
  object-position: center;
}

.about-tile:nth-child(1) img,
.about-tile:nth-child(5) img {
  object-position: center 28%;
}


.about-cta h2 {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 6.2rem);
  font-weight: 500;
  line-height: 0.92;
  color: var(--gold);
}


.about-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  max-width: var(--max-width);
  margin: 0 auto clamp(3rem, 6vw, 6rem);
  padding: clamp(1.6rem, 3vw, 3rem) var(--gutter);
  border-top: 1px solid rgba(184, 149, 85, 0.2);
  border-bottom: 1px solid rgba(184, 149, 85, 0.2);
  border-left: 1px solid rgba(184, 149, 85, 0.14);
  border-right: 1px solid rgba(184, 149, 85, 0.14);
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.88), rgba(5, 4, 3, 0.72)),
    var(--texture-arch-panel);
  background-size: cover;
  background-position: center;
}

.about-cta .panel-icon {
  margin: 0;
}

.about-cta h2 {
  font-size: clamp(2.4rem, 4vw, 4.8rem);
}

/* RESPONSIVE */

@media (max-width: 1280px) {
  .about-hero {
    grid-template-columns: minmax(22rem, 0.85fr) minmax(26rem, 1.15fr);
  }

  .about-mosaic {
    grid-column: 1 / -1;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-rows: minmax(11rem, 16vw);
  }

  .about-tile--wide {
    grid-column: span 2;
  }
}

@media (max-width: 980px) {
  .about-rail {
    display: none;
  }

  .about-hero {
    grid-template-columns: 1fr;
    padding-top: calc(var(--header-height) + 1.5rem);
  }

  .about-copy {
    padding-top: 0;
  }

  .about-main-image {
    min-height: clamp(26rem, 70vw, 40rem);
  }

  .about-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(12rem, 24vw);
  }

  .about-tile--wide {
    grid-column: 1 / -1;
  }
.about-cta {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (max-width: 620px) {
  .about-hero {
    padding-bottom: 2rem;
  }

  .about-copy h1 {
    font-size: clamp(3.3rem, 14vw, 5rem);
  }

  .about-copy__text {
    line-height: 1.62;
  }

  .about-main-image {
    min-height: clamp(22rem, 94vw, 32rem);
  }

  .about-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(12rem, 52vw);
  }

  .about-tile--wide,
  .about-tile--small,
  .about-tile--portrait {
    grid-column: auto;
  }
  .about-cta {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

/* ==========================================================
   ABOUT PAGE REFINEMENT PASS
   Definitive headline hierarchy + left rail correction
   ========================================================== */

/* Give the copy column enough room for a true two-line title:
   small ABOUT, then one-line RAVEN M. */
.about-hero {
  grid-template-columns:
    minmax(31rem, 34vw)
    minmax(27rem, 34vw)
    minmax(22rem, 1fr);
  column-gap: clamp(0.9rem, 1.4vw, 1.35rem);
}

.about-copy {
  padding-left: clamp(1.3rem, 3.2vw, 3.1rem);
  max-width: 34rem;
}

/* Move the vertical rail to the LEFT of the copy column, not through the paragraph text. */
.about-rail {
  left: clamp(0.45rem, 1.1vw, 1.05rem);
  width: clamp(2.25rem, 2.8vw, 3.1rem);
  opacity: 0.78;
}

.about-rail span {
  font-size: clamp(0.42rem, 0.52vw, 0.56rem);
  letter-spacing: 0.38em;
}

.about-rail img {
  width: clamp(1.35rem, 1.8vw, 2rem);
}

/* Replace the giant stacked title behavior with a controlled two-line lockup. */
.about-title,
.about-copy h1.about-title {
  margin-top: 1rem;
  display: grid;
  gap: 0.3rem;
  line-height: 1;
  max-width: 100%;
  text-transform: uppercase;
}

.about-title__kicker {
  display: block;
  font-family: var(--font-ui);
  font-size: clamp(1.15rem, 1.45vw, 1.75rem);
  line-height: 1;
  letter-spacing: 0.2em;
  color: var(--gold);
}

.about-title__name {
  display: block;
  width: max-content;
  max-width: 100%;
  font-family: var(--font-display);
  font-size: clamp(4rem, 5.15vw, 6.5rem);
  line-height: 0.82;
  letter-spacing: 0.07em;
  color: var(--gold);
  white-space: nowrap;
}

/* Tighten the ornament and copy after the smaller headline. */
.about-copy .ornament {
  margin-top: 1.25rem;
  margin-bottom: 1.15rem;
  width: min(17rem, 78%);
}

.about-copy__text {
  max-width: 31rem;
}

/* Keep the CTA from floating too far away now that the Method section is gone. */
.about-cta {
  margin-top: 0;
  border-top-color: rgba(184, 149, 85, 0.26);
}

/* Laptop/tablet: rail hides before it can collide, title still remains two-line. */
@media (max-width: 1280px) {
  .about-hero {
    grid-template-columns: minmax(28rem, 0.88fr) minmax(26rem, 1.12fr);
  }

  .about-copy {
    padding-left: clamp(0.5rem, 1.5vw, 1rem);
    max-width: 33rem;
  }

  .about-rail {
    display: none;
  }

  .about-title__name {
    font-size: clamp(3.7rem, 6.5vw, 6rem);
  }
}

@media (max-width: 980px) {
  .about-copy {
    padding-left: 0;
    max-width: none;
  }

  .about-title__kicker {
    font-size: clamp(1.15rem, 4.4vw, 1.75rem);
  }

  .about-title__name {
    width: auto;
    font-size: clamp(3.4rem, 12vw, 5.65rem);
    white-space: nowrap;
  }
}

@media (max-width: 620px) {
  .about-title__name {
    font-size: clamp(3rem, 13vw, 4.6rem);
    letter-spacing: 0.045em;
  }
}

/* ==========================================================
   ABOUT TITLE FINAL SIZE TWEAK
   Keeps the Raven M. period visible in the left column
   ========================================================== */

.about-title__name {
  font-size: clamp(3.55rem, 4.55vw, 5.75rem);
  letter-spacing: 0.055em;
}

@media (max-width: 1280px) {
  .about-title__name {
    font-size: clamp(3.35rem, 5.8vw, 5.35rem);
  }
}

@media (max-width: 980px) {
  .about-title__name {
    font-size: clamp(3.25rem, 11vw, 5.2rem);
  }
}

@media (max-width: 620px) {
  .about-title__name {
    font-size: clamp(2.9rem, 12vw, 4.3rem);
  }
}

/* ==========================================================
   ABOUT IMAGE BRIGHTNESS PASS
   Hard override: removes CSS darkening/vignettes from About page images
   ========================================================== */

/* Kill pseudo-overlay darkening on all About image frames. */
.about-page .about-main-image::before,
.about-page .about-main-image::after,
.about-page .about-tile::before,
.about-page .about-tile::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

/* Remove the old brightness-lowering filters and lift the images slightly. */
.about-page .about-main-image img,
.about-page .about-tile img {
  filter: brightness(1.12) contrast(1.04) saturate(1.06) !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

/* Remove any frame-level blend/dimming behavior. */
.about-page .about-main-image,
.about-page .about-tile {
  background: var(--black) !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

/* Keep the page texture, but make sure it never sits over the images. */
.about-page .about-hero__texture {
  z-index: 1;
  pointer-events: none;
}

.about-page .about-main-image,
.about-page .about-mosaic,
.about-page .about-tile {
  z-index: 3;
}
