/* A fan of real photographic prints; a selected photograph carries its own story. */
.testimonials { padding-block: 95px 80px; }
.testimonials-inner { max-width: 1120px; }
.testimonials-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.testimonials-heading h2 { font: 400 clamp(34px,4.3vw,54px)/1.1 var(--font-editorial); letter-spacing: -.035em; color: #e7dfcf; }
.testimonial-count { display: none; flex-shrink: 0; align-items: baseline; gap: 9px; padding-bottom: 5px; font-size: 10px; letter-spacing: .04em; color: #a3b8ae; font-variant-numeric: tabular-nums; }
.testimonials-ready .testimonial-count { display: flex; }
.testimonial-count > span:first-child { color: #e5d2b4; font-size: 22px; }
.testimonial-story { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: start; }
.testimonial-story + .testimonial-story { margin-top: 70px; }
.testimonial-portrait { padding: 6px; background: #ded9ca; }
.testimonial-portrait img { width: 100%; height: auto; }
.testimonials-ready .testimonial-story:not(.is-active) { display: none; }
.testimonials-ready .testimonial-story { display: block; margin-top: 0; }
.testimonials-ready .testimonial-portrait { display: none; }
.testimonials:not(.testimonials-ready) .testimonial-copy, .testimonials:not(.testimonials-ready) .testimonial-copy > figure { display: block; }

/* Each print keeps its DOM identity while changing position in the fan. */
/* Clip only the sides of the fan; bottom clipping cuts soft shadows into a bar. */
.testimonial-selector { position: relative; isolation: isolate; height: 470px; margin-inline: -3%; overflow-x: clip; overflow-y: visible; }
.testimonial-selector[hidden], .testimonial-controls[hidden] { display: none; }
.testimonial-select {
  --photo-x: 0%; --photo-y: 0px; --photo-scale: 1; --photo-angle: 0deg;
  position: absolute; top: 15px; left: calc(50% + var(--photo-x)*var(--album-open,1));
  width: min(27%,270px); min-width: 0; padding: 7px 7px 0;
  color: #1c373a; background: #d9d6c9; border: 1px solid #f8efe170;
  box-shadow: 0 12px 24px #00191c33, 0 2px 5px #00191c22;
  transform: translateX(-50%) translateY(var(--photo-y)) rotate(calc(var(--photo-angle)*var(--album-open,1))) scale(var(--photo-scale));
  transform-origin: 50% 72%; z-index: var(--photo-layer,1); text-align: center;
  transition: left 650ms var(--motion-ease), transform 650ms var(--motion-ease), box-shadow var(--motion-control), background var(--motion-control);
  -webkit-tap-highlight-color: transparent;
}
.testimonial-select-photo { display: block; overflow: hidden; background: #cad0c6; }
.testimonial-select img { display: block; width: 100%; height: auto; aspect-ratio: 2/3; object-fit: cover; object-position: center; filter: saturate(.7) brightness(.88); transition: filter var(--motion-control); pointer-events: none; }
.testimonial-select > span:last-child { display: block; min-height: 32px; padding: 9px 3px 8px; font-size: 10px; line-height: 1.4; letter-spacing: .01em; white-space: nowrap; }
.testimonial-select[aria-pressed="true"] { background: #e8e1d2; box-shadow: 0 22px 34px #001b244d, 0 3px 7px #001b2426; }
.testimonial-select[aria-pressed="true"] img { filter: none; }
.testimonial-select:focus-visible { z-index: 12; outline: 2px solid #dfcbaa; outline-offset: 5px; }
.testimonial-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: min(100%,310px); margin: -5px auto 37px; }
.testimonial-controls::after { content: ''; height: 1px; background: #d6c7aa40; width: 50px; order: 1; }
.testimonial-controls button { min-width: 92px; min-height: 44px; padding: 10px 0; font-size: 11px; color: #d5d9cc; text-align: left; }
.testimonial-controls button:last-child { order: 2; text-align: right; }
.testimonial-controls button:focus-visible { outline: 2px solid #dfcbaa; outline-offset: 3px; }

.testimonial-copy { display: grid; grid-template-columns: minmax(160px,.38fr) minmax(0,1fr); column-gap: 8%; padding: 30px 3% 0; border-top: 1px solid #d0c3a52b; }
.testimonial-copy > figure { display: contents; }
.testimonial-copy blockquote { grid-column: 2; grid-row: 1; margin: 0; color: #f0eadf; font: 400 clamp(24px,2.55vw,34px)/1.3 var(--font-editorial); letter-spacing: -.02em; text-wrap: pretty; }
.testimonial-copy blockquote p::before { content: '„'; }
.testimonial-copy blockquote p::after { content: '“'; }
.testimonial-copy figcaption { grid-column: 1; grid-row: 1; align-self: start; max-width: 240px; padding-top: 5px; font-size: clamp(18px,1.85vw,25px); font-weight: 450; line-height: 1.22; letter-spacing: -.025em; color: #e1d3bc; }
.testimonial-message { grid-column: 2; margin-top: 14px; }
.testimonial-message summary { display: flex; align-items: center; gap: 12px; width: fit-content; min-height: 44px; padding-block: 10px; color: #bfd0c6; font-size: 11px; cursor: pointer; list-style: none; }
.testimonial-message summary::-webkit-details-marker { display: none; }
.testimonial-message summary::marker { content: ''; }
.testimonial-message summary:focus-visible { outline: 2px solid #dec7a6; outline-offset: 3px; }
.message-toggle { position: relative; width: 14px; height: 14px; display: block; color: #d1bea0; }
.message-toggle::before, .message-toggle::after { content: ''; position: absolute; top: 6px; left: 2px; height: 1px; width: 10px; background: currentColor; }
.message-toggle::after { transform: rotate(90deg); transition: transform var(--motion-control) var(--motion-ease); }
.testimonial-message[open] .message-toggle::after { transform: rotate(0); }
.message-close-label, .testimonial-message[open] .message-open-label { display: none; }
.testimonial-message[open] .message-close-label { display: inline; }
.testimonial-full { padding-top: 18px; border-top: 1px solid #d0c3a52b; font-size: 14px; line-height: 1.75; color: #c6d4cb; }
.testimonial-full p + p { margin-top: 16px; }
.testimonial-message[open] .testimonial-full { animation: panel-in var(--motion-control) var(--motion-ease) both; }
.testimonial-status { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.testimonials-ready .testimonial-story.is-entering .testimonial-copy { animation: panel-in var(--motion-control) var(--motion-ease) both; }
@media (hover: hover) and (pointer: fine) {
  .testimonial-select:hover { z-index: 10; background: #e8e1d2; }
  .testimonial-select:hover img { filter: none; }
  .testimonial-message summary:hover, .testimonial-controls button:hover { color: #e8d2af; }
}
@media (max-width: 1023px) and (min-width: 701px) {
  .testimonial-selector { height: clamp(380px,50vw,480px); }
  .testimonial-select { width: 30%; max-width: 270px; }
  .testimonial-copy { grid-template-columns: 150px minmax(0,1fr); column-gap: 35px; }
}
@media (max-width: 700px) {
  .testimonials { padding-block: 64px 48px; }
  .testimonials-heading { gap: 16px; margin-bottom: 12px; align-items: flex-start; }
  .testimonials-heading h2 { font-size: clamp(33px,9vw,40px); max-width: 250px; }
  .testimonial-count { padding-top: 37px; }
  .testimonial-selector { height: clamp(325px,95vw,430px); margin-inline: -6.8%; touch-action: pan-y; }
  .testimonial-select { top: 12px; width: 56%; max-width: 240px; padding: 5px 5px 0; }
  .testimonial-select > span:last-child { min-height: 27px; padding: 7px 2px; font-size: 9px; }
  .testimonial-controls { margin: 5px auto 19px; width: 78%; }
  .testimonial-controls::after { content: none; }
  .testimonial-copy { grid-template-columns: 1fr; gap: 17px; padding: 12px 0 0; border-top: 0; }
  .testimonial-copy figcaption { grid-column: 1; grid-row: 1; max-width: none; padding: 0; font-size: 18px; }
  .testimonial-copy blockquote { grid-column: 1; grid-row: 2; font-size: clamp(24px,6.6vw,29px); }
  .testimonial-message { grid-column: 1; margin-top: -2px; }
  .testimonial-full { font-size: 13px; }
  .testimonial-story { grid-template-columns: 1fr; gap: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  .testimonial-select, .testimonial-select img, .message-toggle::after { transition: none; }
  .testimonials-ready .testimonial-story.is-entering .testimonial-copy, .testimonial-message[open] .testimonial-full { animation: none; }
}
