/* About-page hero layout, isolated from the shared stylesheet. */
@media (min-width:721px){
  .about-hero{padding:34px 0}
  .about-hero-grid{display:grid!important;grid-template-columns:minmax(270px,345px) minmax(0,1fr)!important;gap:50px;align-items:center;width:min(100%,1120px)}
  .about-portrait-wrap{width:100%;max-width:345px}
  .about-hero-copy{min-width:0}
  .about-hero-copy h1{max-width:13ch;font-size:clamp(36px,3.7vw,52px)}
  .testimonial-stage{max-width:620px}
  .testimonial-window{min-height:168px}
  .testimonial{padding:27px 30px;background:#faf8f3;border:1px solid rgba(255,211,84,.78);box-shadow:0 20px 44px rgba(0,0,0,.34)}
  .testimonial blockquote{color:#1b1225;font-size:clamp(19px,1.65vw,24px);font-weight:650}
  .testimonial figcaption{color:#665b6d;font-weight:650}
  .testimonial-stage-head .kicker,.testimonial-count{color:var(--accent-2)}
  .testimonial-control{background:#faf8f3;color:#21142d;border-color:rgba(255,211,84,.72)}
}

@media (max-width:720px){
  .about-hero-grid{display:grid;grid-template-columns:1fr!important}
  .about-portrait-wrap{max-width:360px;aspect-ratio:4/5}
  .about-hero-copy{width:100%}
  .testimonial{background:#faf8f3;border-color:rgba(255,211,84,.78)}
  .testimonial blockquote{color:#1b1225;font-weight:650}
  .testimonial figcaption{color:#665b6d}
}

/* Floating testimonials: text alone emerges from the dark field. */
.testimonial-stage{margin-top:30px;max-width:620px}.testimonial-label{margin:0 0 15px;color:rgba(255,255,255,.38);font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.testimonial-window{min-height:0;max-width:620px;overflow:visible;transition:height .55s cubic-bezier(.22,.8,.25,1)}.testimonial{padding:0;background:transparent!important;border:0!important;border-radius:0;box-shadow:none!important;opacity:0;transform:translateY(48px) scale(.86);transition:opacity .75s ease,transform 1s cubic-bezier(.16,.9,.25,1)}.testimonial.active{opacity:1;transform:translateY(0) scale(1)}.testimonial.enter-right{transform:translateX(24px) translateY(48px) scale(.86)}.testimonial.enter-left{transform:translateX(-24px) translateY(48px) scale(.86)}.testimonial.exit-left{opacity:0;transform:translateX(-20px) translateY(-28px) scale(.92)}.testimonial.exit-right{opacity:0;transform:translateX(20px) translateY(-28px) scale(.92)}.testimonial blockquote{margin:0;color:rgba(255,255,255,.97);font-size:clamp(25px,2.35vw,37px);font-weight:560;line-height:1.16;letter-spacing:-.026em;text-wrap:balance}.testimonial figcaption{margin-top:18px;color:var(--accent-2);font-size:11px;font-weight:750;letter-spacing:.06em}.testimonial figcaption a{color:inherit;text-decoration:underline;text-decoration-color:rgba(255,179,71,.55);text-underline-offset:3px}.testimonial figcaption a:hover{color:#fff;text-decoration-color:currentColor}.testimonial-controls{display:none!important}.testimonial-stage-head,.testimonial-count{display:none!important}@media(max-width:720px){.testimonial-stage{margin-top:25px;max-width:none}.testimonial-window{min-height:0;max-width:none}.testimonial blockquote{font-size:27px;line-height:1.2}}
