/* VERSION E19 — DESKTOP ABOUT REFERENCE MATCH
   A desktop-only override. The E18 mobile About carousel and all other sections remain unchanged. */

@media (min-width: 1024px) {
  .concept-e19-about-reference .about {
    position: relative;
    isolation: isolate;
    overflow: clip;
    padding-block: clamp(108px, 8.5vw, 128px) clamp(116px, 9vw, 138px);
    background: #faf8f3;
  }

  .concept-e19-about-reference .about::before {
    content: "";
    position: absolute;
    top: -340px;
    left: -520px;
    z-index: -1;
    width: 1040px;
    height: 1040px;
    border-radius: 50%;
    background: rgba(235, 230, 220, .45);
    pointer-events: none;
  }

  .concept-e19-about-reference .about-editorial {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 64px), 1280px);
    max-width: none;
    grid-template-columns: minmax(0, 1.48fr) minmax(350px, .9fr);
    gap: clamp(58px, 6vw, 100px);
    align-items: start;
  }

  .concept-e19-about-reference .about-visuals {
    position: relative;
    min-width: 0;
    overflow: visible;
  }

  .concept-e19-about-reference .about-gallery {
    position: relative;
    display: block;
    isolation: isolate;
    aspect-ratio: .92 / 1;
    min-height: 0;
    overflow: visible;
  }

  /* Upper right-angle line behind the photographs. */
  .concept-e19-about-reference .about-gallery::before {
    content: "";
    position: absolute;
    top: 15.5%;
    left: 71.5%;
    z-index: 0;
    width: 18.5%;
    height: 19%;
    border-top: 1px solid rgba(181, 137, 66, .72);
    border-right: 1px solid rgba(181, 137, 66, .72);
    pointer-events: none;
  }

  /* Tall, quiet three-column dotted field from the reference. */
  .concept-e19-about-reference .about-gallery::after {
    content: "";
    position: absolute;
    top: 24%;
    left: -30px;
    z-index: 0;
    width: 45px;
    height: 42%;
    background: transparent radial-gradient(circle, rgba(181, 137, 66, .66) 1.2px, transparent 1.45px) 0 0 / 21px 21px repeat;
    pointer-events: none;
  }

  /* Lower open frame: left side, baseline and right return, all behind the photography. */
  .concept-e19-about-reference .about-visuals::before {
    content: "";
    position: absolute;
    left: 38.8%;
    bottom: -1.5%;
    z-index: 0;
    width: 42.6%;
    height: 17%;
    border-left: 1px solid rgba(181, 137, 66, .72);
    border-right: 1px solid rgba(181, 137, 66, .72);
    border-bottom: 1px solid rgba(181, 137, 66, .72);
    pointer-events: none;
  }

  .concept-e19-about-reference .about-portrait {
    position: absolute;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    backface-visibility: hidden;
  }

  .concept-e19-about-reference .about-portrait-main {
    top: .5%;
    left: 2.8%;
    z-index: 1;
    width: 72%;
    height: 84%;
    grid-row: auto;
    transform: translate3d(0, calc(var(--e18-about-primary-y, 0px) + var(--e18-about-primary-enter, 0px)), 0);
    box-shadow: 0 10px 30px rgba(25, 42, 35, .06);
  }

  .concept-e19-about-reference .about-portrait-playing {
    top: 34.5%;
    right: .5%;
    bottom: auto;
    z-index: 3;
    width: 46%;
    aspect-ratio: .75 / 1;
    align-self: auto;
    transform: translate3d(0, calc(var(--e18-about-secondary-y, 0px) + var(--e18-about-secondary-enter, 0px)), 0);
    border: 3px solid rgba(250, 248, 243, .96);
    box-shadow: 0 14px 34px rgba(22, 37, 31, .11);
  }

  .concept-e19-about-reference .about-portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .concept-e19-about-reference .about-portrait-main img {
    object-position: center 29%;
  }

  .concept-e19-about-reference .about-portrait-playing img {
    object-position: center 50%;
  }

  .concept-e19-about-reference .about-copy {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 440px;
    margin-top: clamp(42px, 3.5vw, 52px);
    justify-self: end;
    transform: none;
  }

  .concept-e19-about-reference .about-copy .eyebrow {
    order: 1;
  }

  .concept-e19-about-reference .about-copy .section-reveal-line {
    order: 2;
  }

  .concept-e19-about-reference .about-copy p {
    order: 3;
  }

  .concept-e19-about-reference .about .about-copy .eyebrow {
    margin: 0 0 1.85rem;
    color: #b18138;
    font-size: .9rem;
    letter-spacing: .055em;
  }

  .concept-e19-about-reference .about-copy .section-reveal-line {
    width: 52px;
    margin: 0 0 2.25rem;
    background: rgba(181, 129, 56, .86);
  }

  .concept-e19-about-reference .about-copy p {
    margin-bottom: 1.7rem;
    color: #2d2d2a;
    font-size: 1rem;
    line-height: 1.72;
  }

  .concept-e19-about-reference .about-copy p:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .concept-e19-about-reference .about-editorial {
    grid-template-columns: 720px 440px;
    gap: 80px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .concept-e19-about-reference .about-portrait-main,
  .concept-e19-about-reference .about-portrait-playing {
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }
}
