
/* About-page photo correction only.
   Displays the clean portrait without the promotional words embedded in the original artwork. */
.about-photo{
  background-image:url('assets/traci-about-clean.jpg');
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}

.about-behind-art{padding:38px clamp(30px,4vw,58px)}
.about-behind-art h1{margin:.15rem 0 .2rem;font-size:clamp(2.6rem,4vw,4.25rem);line-height:1.05}
.about-maker-role{margin:0 0 16px;color:#f0e2cb;font-family:Georgia,'Times New Roman',serif;font-size:1rem;letter-spacing:.04em}
.about-maker-role span{color:#c9963c;font-family:Arial,Helvetica,sans-serif;font-size:.76rem;text-transform:uppercase;letter-spacing:.18em}
.about-maker-values{display:grid;gap:13px;margin:16px 0}
.about-maker-value{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:start}
.about-maker-icon{color:#c9963c;font-family:Georgia,'Times New Roman',serif;font-size:1.75rem;line-height:1}
.about-maker-value h3{margin:0 0 3px;color:#d7a04a;font-family:Georgia,'Times New Roman',serif;font-size:.88rem;text-transform:uppercase;letter-spacing:.06em}
.about-maker-value p{margin:0;color:#dfd3c2;font-size:.86rem;line-height:1.42}
.about-maker-closing{margin:15px 0 0;padding-top:13px;border-top:1px solid rgba(201,150,60,.38);color:#c9bba6;font-family:Georgia,'Times New Roman',serif;font-size:.88rem;font-style:italic;line-height:1.45}

@media(max-width:900px){
  .about-photo{
    background-position:center 18%;
  }
  .about-behind-art{padding:38px 7vw 44px}
}
