/* Estilos restritos à seção de resultados. Fotografias sem filtros ou cortes. */
.results-curated .results-grid { align-items: stretch; gap: 30px; }
.results-curated .result-card { display: flex; flex-direction: column; padding: 12px; border: 1px solid #dfd0bb; border-radius: 22px; background: linear-gradient(155deg, #fffdf9, #f5ede3); box-shadow: 0 12px 36px rgba(66,46,21,.07), inset 0 1px 0 #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.results-curated .result-card:hover, .results-curated .result-card:focus-within { border-color: #b89359; box-shadow: 0 18px 42px rgba(66,46,21,.12); }
.results-curated .result-pair { gap: 7px; align-items: stretch; }
.results-curated .result-pair figure { display: flex; flex-direction: column; border-radius: 12px; background: #242424; }
.results-curated .result-pair figure > button, .result-lightbox-pair figure > button { display: flex; flex: 1; align-items: center; justify-content: center; min-width: 0; width: 100%; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: inherit; cursor: zoom-in; }
.results-curated .result-pair img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; transform: none; transition: none; }
.results-curated .result-card:hover .result-pair img { transform: none; }
.results-curated .result-pair figcaption { position: static; padding: 12px; background: #ede2d2; border-radius: 0; color: #53432e; font-size: 12px; font-weight: 600; line-height: 1.2; letter-spacing: .16em; text-align: center; backdrop-filter: none; }
.results-curated .result-pair figure:last-child figcaption { background: #2c2c2c; color: #f0d5a4; }
.result-body { display: flex; flex: 1; flex-direction: column; padding: 24px 14px 10px; }
.result-body h3 { margin: 0 0 12px; font-size: clamp(22px, 2vw, 26px); line-height: 1.2; letter-spacing: -.02em; }
.result-treatment { margin: 0 0 8px; color: var(--gold-deep); font-size: 18px; font-weight: 600; line-height: 1.4; }
.result-note { margin: 0 0 17px; color: var(--ink-muted); font-size: 18px; line-height: 1.45; }
.result-actions { display: flex; align-items: center; margin-top: auto; padding-top: 16px; border-top: 1px solid rgba(128,91,39,.18); }
.result-enlarge { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; min-height: 48px; padding: 10px 16px; border: 1px solid var(--charcoal); border-radius: 10px; background: var(--charcoal); color: #fff8ed; font: 600 17px/1.2 var(--body); text-align: left; cursor: pointer; transition: background .2s ease; }
.result-enlarge:hover { background: var(--gold-deep); border-color: var(--gold-deep); }
.result-enlarge span { display: grid; place-items: center; flex-shrink: 0; width: 26px; height: 26px; border: 1px solid rgba(240,213,164,.5); border-radius: 50%; color: #f0d5a4; font: 22px/1 Arial, sans-serif; }
.result-gallery { min-width: 0; }
.result-gallery-stage { position: relative; }
.result-slides { display: flex; width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: none; border-radius: 9px 9px 4px 4px; }
.result-slides::-webkit-scrollbar { display: none; }
.results-curated .result-slides > .result-pair { flex: 0 0 100%; min-width: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.result-slides img { -webkit-user-drag: none; user-select: none; }
.result-slides button:focus-visible, .result-lightbox-pair button:focus-visible, .result-pair button:focus-visible { outline-offset: -4px; }
.result-carousel-arrow { position: absolute; z-index: 2; top: calc(50% - 18px); transform: translateY(-50%); display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid rgba(128,91,39,.45); border-radius: 50%; background: #f5ede3; color: #2c2c2c; box-shadow: 0 3px 14px rgba(0,0,0,.22); cursor: pointer; }
.result-carousel-arrow[data-direction="-1"] { left: 7px; }
.result-carousel-arrow[data-direction="1"] { right: 7px; }
.result-carousel-arrow svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.result-carousel-arrow:hover:not(:disabled) { background: #2c2c2c; color: #fff; border-color: #d9bd83; }
.result-carousel-arrow:disabled { opacity: .45; cursor: default; }
.result-carousel-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; padding: 14px 2px 0; color: var(--ink-muted); font-size: 15px; line-height: 1.3; }
.result-carousel-status { padding: 6px 10px; border: 1px solid #e0cfb3; border-radius: 20px; background: #fffaf2; color: var(--gold-deep); font-weight: 600; }
.result-carousel-hint { font-size: 14px; }
.result-detail-label { display: block; margin-bottom: 10px; color: var(--gold-deep); font-size: 12px; font-weight: 600; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.results-curated .result-card-detail .result-pair figure > button { background: #242424; }
.results-curated .results-disclaimer { max-width: 760px; margin-top: 24px; font-size: 16px; line-height: 1.5; }
.results-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.result-lightbox { width: min(1080px, calc(100% - 24px)); max-width: none; max-height: calc(100vh - 24px); max-height: calc(100dvh - 24px); margin: auto; padding: 0; border: 1px solid #cbb38d; border-radius: 20px; background: #fbf7f0; color: var(--charcoal); overflow: auto; overscroll-behavior: contain; }
.result-lightbox:not([open]) { display: none; }
.result-lightbox::backdrop { background: rgba(17,17,17,.86); }
.result-lightbox-content { padding: 24px; }
.result-lightbox-heading { position: sticky; top: 0; z-index: 3; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 20px; padding: 10px 0; background: #fbf7f0; }
.result-lightbox-heading h3 { margin: 6px 0 0; font-size: 24px; line-height: 1.3; }
.result-lightbox-close { display: inline-flex; align-items: center; flex-shrink: 0; gap: 12px; min-height: 44px; padding: 8px 14px; border: 1px solid var(--charcoal); border-radius: 6px; background: var(--charcoal); color: #fff; font: 600 17px/1.2 var(--body); cursor: pointer; }
.result-lightbox-close span { font: 24px/1 Arial, sans-serif; }
.result-lightbox-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.result-lightbox-pair figure { display: flex; flex-direction: column; margin: 0; min-width: 0; overflow: hidden; border-radius: 7px; background: #242424; }
.result-lightbox-pair img { width: 100%; height: auto; max-height: 65vh; object-fit: contain; }
.result-lightbox-pair figcaption { padding: 11px; color: #fff; font-size: 16px; font-weight: 600; line-height: 1.2; text-align: center; }
.result-lightbox-pair figure:last-child figcaption { color: #f0d5a4; }
.result-lightbox [hidden] { display: none !important; }
.result-zoom-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.result-zoom-toolbar button { min-height: 44px; padding: 9px 14px; border: 1px solid #cbb38d; border-radius: 8px; background: #fffaf2; color: var(--charcoal); font: 600 17px/1.2 var(--body); cursor: pointer; }
.result-zoom-toolbar button:hover:not(:disabled) { background: #ede2d2; }
.result-zoom-toolbar button:disabled { opacity: .4; cursor: default; }
.result-zoom-controls { display: flex; align-items: center; gap: 6px; }
.result-zoom-controls .result-zoom-in, .result-zoom-controls .result-zoom-out { width: 44px; padding: 0; font: 23px/1 Arial, sans-serif; }
.result-zoom-level { min-width: 52px; text-align: center; font: 14px/1.3 Arial, sans-serif; }
.result-zoom-viewport { width: 100%; height: min(62vh, 700px); height: min(62dvh, 700px); overflow: auto; overscroll-behavior: contain; border-radius: 12px; background: #242424; }
.result-zoom-image { display: block; max-width: none; height: auto; margin: 0 auto; object-fit: contain; }
#result-lightbox-note { margin: 17px 0 0; color: var(--ink-muted); font-size: 16px; line-height: 1.4; text-align: center; }
@media (min-width: 900px) {
  .results-curated .result-card-detail { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); align-items: center; }
  .result-card-detail .result-body { padding: 20px 26px; }
  .result-card-detail .result-actions { margin-top: 12px; }
}
@media (min-width: 700px) and (max-width: 899px) {
  .results-curated .result-card-detail { grid-column: 1 / -1; }
}
@media (max-width: 479px) {
  .results-curated .result-card { padding: 8px; border-radius: 18px; }
  .result-body { padding: 20px 10px 8px; }
  .results-curated .result-pair { gap: 6px; }
  .results-curated .result-card-detail .result-pair { grid-template-columns: 1fr; }
  .result-lightbox-content { padding: 15px; }
  .result-lightbox-heading { gap: 10px; }
  .result-lightbox-heading h3 { font-size: 21px; }
  .result-lightbox-pair { grid-template-columns: 1fr; gap: 15px; }
  .result-zoom-viewport { height: 48vh; height: 48dvh; }
}
@media (prefers-reduced-motion: reduce) {
  .results-curated .result-card, .result-enlarge { transition: none; }
}
