.results-page, body { background: linear-gradient(180deg, #fff9f2 0%, #f8efe3 100%); }
.results-page { padding-top: 0; }
.results-hero { position: relative; padding: 4px 0 34px; min-height: auto; color: #2a1d16; background: linear-gradient(180deg, #fff9f2 0%, #f8efe3 100%); overflow: hidden; }
.results-hero::before { content: ""; position: absolute; inset: 0; background:
  radial-gradient(circle at 18% 18%, rgba(194,46,56,.08), transparent 18%),
  radial-gradient(circle at 82% 20%, rgba(217,189,122,.16), transparent 16%),
  radial-gradient(circle at 60% 82%, rgba(194,46,56,.06), transparent 14%),
  repeating-radial-gradient(circle at 50% 52%, rgba(217,189,122,.07) 0 1px, transparent 1px 28px);
  pointer-events: none;
}
.results-hero .section-heading { margin-bottom: 8px; align-items: end; }
.results-hero .section-kicker { margin-bottom: 4px; }
.results-hero h1 { margin: 6px 0 4px; font-size: clamp(34px, 4vw, 50px); line-height: 1.22; letter-spacing: 3px; }
.results-hero .section-heading > p { margin: 0; line-height: 1.6; }
.results-toolbar { display: grid; grid-template-columns: 1fr 180px; gap: 14px; margin: 8px 0 18px; position: relative; z-index: 1; }
.results-toolbar input, .results-toolbar select { padding: 13px 14px; color: #472114; border: 1px solid rgba(194,46,56,.18); background: rgba(255,255,255,.72); }
.results-page-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; position: relative; z-index: 1; }
.result-tile { overflow: hidden; background: rgba(255,255,255,.82); color: #222; box-shadow: 0 18px 45px rgba(135,88,49,.12); border: 1px solid rgba(194,46,56,.08); backdrop-filter: blur(8px); }
.result-shot { min-height: 280px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; color: rgba(255,255,255,.88); background: linear-gradient(140deg, #a8232d, #ead39c); background-size: cover; background-position: center; cursor: pointer; }
.result-shot span { font-size: 12px; letter-spacing: 2px; }
.result-copy { padding: 26px; }
.result-copy small { color: #a8232d; }
.result-copy h3 { margin: 10px 0 22px; font-size: 22px; }
.pagination { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 20px; position: relative; z-index: 1; }
.pagination button { min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid rgba(194,46,56,.18); color: #7a1820; background: rgba(255,255,255,.72); cursor: pointer; }
.pagination .page-home { padding-inline: 16px; }
.pagination button.active { color: #fff; background: linear-gradient(135deg, #a8232d, #d9bd7a); box-shadow: 0 8px 20px rgba(168,35,45,.2); transform: translateY(-1px); }
.pagination-ellipsis { min-width: 28px; height: 42px; display: grid; place-items: center; color: #9f7651; font-weight: 700; }
.empty-state { grid-column: 1 / -1; min-height: 240px; display: grid; place-content: center; gap: 10px; text-align: center; background: rgba(255,255,255,.62); border: 1px dashed rgba(194,46,56,.2); }
.empty-state strong { color: #7a1820; font-size: 20px; }
.empty-state span { color: #76645a; font-size: 14px; }
.image-modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 24px; background: rgba(0,0,0,.58); }
.image-modal.open { display: grid; }
.image-modal-panel { width: min(980px, 100%); position: relative; }
.image-frame { min-height: 520px; display: grid; place-items: center; color: #fff; background: #fff; background-size: contain; background-position: center; background-repeat: no-repeat; box-shadow: 0 25px 80px rgba(0,0,0,.28); }
.image-frame .result-copy { color: #fff; text-align: center; }
.image-frame .metrics span { color: rgba(255,255,255,.7); }
.image-frame .metrics b { color: #ead39c; }
@media (max-width: 900px) {
  .results-page-grid, .results-toolbar { grid-template-columns: 1fr; }
  .results-hero .section-heading { align-items: start; }
}
