:root {
  --bg: #f4efe6;
  --panel: rgba(255, 252, 246, 0.52);
  --panel-2: rgba(236, 229, 216, 0.72);
  --ink: #1a1714;
  --muted: #4a4239;
  --faint: #8b8170;
  --rule: #c9bea9;
  --accent: #6b1f2a;
  --gold: #a6803a;
  --instagram: #e4405f;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(166, 128, 58, 0.08), transparent 60%),
    radial-gradient(900px 500px at -10% 30%, rgba(107, 31, 42, 0.06), transparent 60%);
  content: "";
  inset: 0;
  opacity: 0.8;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, background 0.25s ease;
}
a:hover { color: var(--accent); }

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
  z-index: 1;
}

.topbar {
  border-bottom: 1px solid var(--rule);
  background: rgba(244, 239, 230, 0.84);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  position: sticky;
  top: 0;
  z-index: 30;
}

.topbar .wrap {
  align-items: center;
  display: flex;
  height: 68px;
  justify-content: space-between;
}

.brand {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(27px, 2.7vw, 38px);
  gap: 10px;
  letter-spacing: 0;
  line-height: 0.94;
}

.brand-mark {
  color: #c91818;
  font-size: 0.92em;
  line-height: 1;
}

.topbar span {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.hero {
  padding: 84px 0 48px;
}

.hero.compact {
  padding: 72px 0 38px;
}

.tagline-row {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 28px;
}

.eyebrow {
  color: var(--faint);
  font-size: 11px;
  letter-spacing: 0.24em;
  margin: 0;
  text-transform: uppercase;
}

.eyebrow .pip {
  background: var(--faint);
  display: inline-block;
  height: 1px;
  margin-right: 14px;
  transform: translateY(-3px);
  width: 22px;
}

h1 {
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(56px, 9vw, 126px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin: 0;
}

.table-tools {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(180px, 1.4fr) repeat(3, minmax(140px, 1fr)) auto;
  margin-bottom: 20px;
}

input,
select {
  background: rgba(255, 252, 246, 0.42);
  border: 1px solid var(--rule);
  border-radius: 0;
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  padding: 8px 10px;
}

#count {
  color: var(--faint);
  font-size: 13px;
  white-space: nowrap;
}

.table-shell,
.detail-box {
  background: transparent;
  border-top: 1px solid var(--rule);
  box-shadow: none;
  overflow: hidden;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  border-bottom: 1px solid var(--rule);
  padding: 18px 10px;
  text-align: left;
  vertical-align: baseline;
}

th {
  background: transparent;
  color: var(--faint);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: rgba(107, 31, 42, 0.025); }

.gallery-link {
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.15;
}

.index-page .pano-card-title {
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
}

tbody tr:hover .gallery-link {
  color: var(--accent);
}

.link-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.text-link {
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.icon-link {
  align-items: center;
  display: inline-flex;
}

.brand-icon {
  fill: none;
  height: 17px;
  stroke: var(--instagram);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 17px;
}

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.detail-title {
  padding-bottom: 42px;
}

.record-template {
  border-top: 1px solid var(--rule);
  display: grid;
  gap: 56px;
  grid-template-columns: 0.8fr 2fr;
  padding: 44px 0 0;
}

.record-template aside p:last-child {
  color: var(--muted);
  margin: 18px 0 0;
  max-width: 24ch;
}

.detail-box {
  max-width: none;
  padding: 0;
}

.detail-box p {
  border-bottom: 1px solid var(--rule);
  display: grid;
  gap: 36px;
  grid-template-columns: 180px 1fr;
  margin: 0;
  padding: 22px 0;
}

.detail-box p:last-child { border-bottom: 0; padding-bottom: 0; }

.detail-box span {
  color: var(--faint);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.detail-box strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 300;
  line-height: 1.1;
}

.detail-box .link-row {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
}

footer {
  color: var(--faint);
  font-size: 13px;
  padding-bottom: 32px;
  padding-top: 14px;
}

@media (max-width: 760px) {
  .wrap { padding: 0 22px; }
  .hero,
  .hero.compact { padding: 52px 0 30px; }
  h1 { font-size: clamp(46px, 14vw, 72px); }
  .table-tools { grid-template-columns: 1fr; }
  .table-shell { overflow-x: auto; }
  table { min-width: 760px; }
  .record-template { grid-template-columns: 1fr; gap: 22px; padding-top: 30px; }
  .detail-box p { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
}

body.detail-page {
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 16px;
}

body.detail-page::before {
  display: block;
}

.pano-detail {
  max-width: var(--max);
  min-height: 100vh;
  padding: 48px 36px 56px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.pano-detail h1 {
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(48px, 7.2vw, 92px);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 0.95;
  margin: 0 0 12px;
}

.detail-kicker {
  color: var(--muted);
  font-size: 15px;
  margin: 0 0 42px;
}

.detail-kicker p {
  margin: 0;
}

.detail-kicker a {
  color: var(--accent);
  font-weight: 500;
}

.pano-grid {
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 74px;
  row-gap: 0;
  max-width: 980px;
  padding-top: 28px;
}

.pano-section {
  border-bottom: 1px solid var(--rule);
  min-height: 142px;
  padding: 0 0 22px;
  margin-bottom: 22px;
}

.pano-section h2 {
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 300;
  letter-spacing: -0.015em;
  line-height: 1;
  margin: 0 0 10px;
}

.pano-section p,
.data-pair {
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.38;
  margin: 0;
}

.pano-section span,
.data-pair span {
  color: var(--faint);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.pano-section strong,
.data-pair strong {
  color: var(--ink);
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.12;
}

.pano-section a {
  color: var(--accent);
  font-weight: 500;
  text-decoration: none;
}

.pano-section a:hover {
  color: var(--ink);
}

.pano-section:nth-child(5) a {
  color: var(--accent);
}

.review-section {
  border-top: 1px solid var(--rule);
  max-width: 980px;
  padding-top: 28px;
}

.review-section h2 {
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 300;
  letter-spacing: -0.015em;
  line-height: 1;
  margin: 0 0 16px;
}

.review-form {
  border-bottom: 1px solid var(--rule);
  display: grid;
  gap: 10px;
  grid-template-columns: 140px 1fr auto;
  padding-bottom: 18px;
}

.review-form label {
  display: grid;
  gap: 6px;
}

.review-form span {
  color: var(--faint);
  font-size: 13px;
  font-weight: 500;
}

.review-form select,
.review-form textarea {
  background: rgba(255, 252, 246, 0.42);
  border: 1px solid var(--rule);
  color: var(--ink);
  font: inherit;
  min-height: 38px;
  padding: 7px 10px;
}

.review-form textarea {
  resize: vertical;
}

.review-form button {
  align-self: end;
  background: transparent;
  border: 1px solid var(--rule);
  color: var(--accent);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  min-height: 38px;
  padding: 8px 12px;
}

.review-form button:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fffaf1;
}

.review-summary {
  color: var(--faint);
  font-size: 13px;
  margin: 14px 0 0;
}

.review-list {
  display: grid;
  gap: 0;
  margin-top: 8px;
}

.review-item {
  border-top: 1px solid var(--rule);
  padding: 12px 0;
}

.review-item strong {
  color: var(--ink);
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
}

.review-item p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.38;
  margin: 4px 0 0;
}

.review-item time {
  color: var(--faint);
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

@media (max-width: 760px) {
  .pano-detail {
    padding: 38px 22px 44px;
  }

  .pano-detail h1 {
    font-size: clamp(40px, 12vw, 64px);
  }

  .detail-kicker {
    margin-bottom: 30px;
  }

  .pano-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
    padding-top: 30px;
  }

  .review-form {
    grid-template-columns: 1fr;
  }
}

body.index-page {
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  line-height: 1.42;
}

body.index-page::before {
  display: block;
}

.pano-site-header {
  padding: 18px 32px 0;
  position: relative;
  z-index: 2;
}

.pano-site-header-inner {
  display: grid;
  gap: 6px;
  justify-items: start;
}

.pano-status {
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: lowercase;
}

.pano-brand {
  align-items: center;
  color: #111111;
  display: inline-flex;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(28px, 2.7vw, 36px);
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0;
  line-height: 0.94;
  text-transform: lowercase;
}

.pano-brand:hover {
  color: #111111;
}

.pano-subtitle {
  color: #676767;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  margin: 0;
  text-transform: lowercase;
}

.pano-index {
  margin: 0 auto;
  max-width: none;
  min-height: 100vh;
  padding: 26px 32px 56px;
  position: relative;
  z-index: 1;
}

.pano-index-hero {
  margin: 0 auto;
  max-width: var(--max);
}

.pano-index-hero h1 {
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(34px, 4.8vw, 62px);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 0.95;
  margin: 0 0 12px;
  max-width: 980px;
}

.pano-index-hero h1 span {
  display: block;
  color: var(--muted);
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(18px, 2.1vw, 26px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
  margin-top: 8px;
}

.matchmaker {
  align-items: start;
  display: block;
  margin-top: 34px;
  margin-left: 282px;
  padding-top: 0;
}

.question-panel {
  background: rgba(255, 252, 246, 0.28);
  border-top: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 0;
  max-height: calc(100vh - 92px);
  overflow-y: auto;
  padding: 12px 16px 12px 30px;
  position: fixed;
  left: 0;
  top: 92px;
  width: 250px;
  z-index: 20;
}

.question-panel input {
  background: rgba(255, 252, 246, 0.42);
  border-color: var(--rule);
  color: var(--ink);
  min-height: 32px;
  padding: 5px 8px;
  margin-bottom: 10px;
}

.question-panel input::placeholder {
  color: var(--faint);
}

.question h2 {
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 5px;
}

.question div {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.question .is-extra {
  display: none;
}

.question:hover .is-extra,
.question:focus-within .is-extra {
  display: block;
}

.index-page .question:hover .is-extra,
.index-page .question:focus-within .is-extra {
  display: none;
}

.index-page .question h2:hover + div .is-extra,
.index-page .question h2:focus-within + div .is-extra {
  display: none;
}

.index-page .question.is-expanded .is-extra {
  display: flex;
}

.results-panel {
  border-top: 1px solid var(--rule);
  max-height: calc(100vh - 112px);
  max-width: 1120px;
  min-width: 0;
  overflow-y: auto;
  padding-left: 0;
  padding-right: 4px;
  scrollbar-gutter: stable;
  width: 100%;
  margin: 0 auto;
}

.question-chip,
#reset {
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(201, 190, 169, 0.62);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  line-height: 1.25;
  min-height: 23px;
  padding: 4px 0;
  text-align: left;
}

.question-chip.is-active,
#reset:hover {
  background: transparent;
  border-color: rgba(201, 190, 169, 0.62);
  color: var(--accent);
  font-weight: 600;
}

#reset {
  border-bottom: 1px solid rgba(201, 190, 169, 0.62);
  justify-self: start;
  margin-top: 8px;
  width: 100%;
}

.listing-toolbar {
  align-items: center;
  border-bottom: 1px solid var(--rule);
  color: var(--ink);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin: 0;
  min-height: 30px;
  padding: 0 0 7px;
}

.listing-toolbar a {
  color: var(--accent);
  font-weight: 500;
}

.pano-card-grid {
  display: grid;
  gap: 0 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: none;
}

.pano-card {
  border-bottom: 1px solid var(--rule);
  min-height: 68px;
  padding: 10px 0;
}

.pano-card-title {
  color: var(--ink);
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 4px;
}

.pano-card p {
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
}

.pano-card span {
  color: var(--ink);
  display: inline;
  font-size: 13px;
  font-weight: 500;
}

.pano-card a {
  color: var(--ink);
  font-weight: 500;
}

.card-icon-row {
  align-items: center;
  display: flex;
  gap: 5px;
}

.card-icon-link {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.card-icon-link svg {
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 14px;
}

@media (max-width: 1080px) {
  .matchmaker {
    margin-left: 252px;
  }

  .pano-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .question-panel {
    padding-left: 24px;
    width: 226px;
  }
}

@media (max-width: 620px) {
  .pano-site-header {
    padding: 16px 22px 0;
  }

  .pano-status {
    font-size: 14px;
  }

  .pano-subtitle {
    font-size: 15px;
  }

  .pano-index {
    padding: 38px 22px 44px;
  }

  .pano-index-hero h1 {
    font-size: clamp(40px, 12vw, 64px);
  }

  .matchmaker {
    margin-left: 0;
  }

  .question-panel {
    border-right: 0;
    max-height: none;
    overflow-y: visible;
    padding: 16px 0;
    position: relative;
    left: auto;
    top: 0;
    width: auto;
  }

  .results-panel {
    border-left: 0;
    max-height: none;
    overflow-y: visible;
    padding-left: 0;
    padding-right: 0;
  }

  .pano-card-grid {
    grid-template-columns: 1fr;
  }

}

/* Art Market Finance visual identity */
:root {
  --bg: #F4EFE6;
  --panel: rgba(255, 252, 246, 0.36);
  --panel-2: #ECE5D8;
  --ink: #1A1714;
  --muted: #4A4239;
  --faint: #8B8170;
  --rule: #C9BEA9;
  --accent: #6B1F2A;
  --gold: #A6803A;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
}

body::before {
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(166,128,58,0.08), transparent 60%),
    radial-gradient(900px 500px at -10% 30%, rgba(107,31,42,0.06), transparent 60%);
  opacity: 0.5;
}

h1,
h2,
h3,
.brand,
.pano-card-title,
.pano-section strong,
.data-pair strong,
.review-item strong {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 300;
  letter-spacing: -0.012em;
}

.topbar {
  background: rgba(244, 239, 230, 0.84);
  border-bottom: 1px solid var(--rule);
}

.topbar .wrap {
  height: 68px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: clamp(27px, 2.7vw, 38px);
  gap: 10px;
  line-height: 0.94;
  letter-spacing: 0;
  font-family: "Baskerville", "Iowan Old Style", "New York", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 400;
}

.brand::after {
  display: none;
}

.topbar span {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.pano-index {
  padding: 84px 36px 64px;
}

.pano-index-hero {
  max-width: var(--max);
}

.pano-index-hero h1 {
  font-size: clamp(42px, 6.2vw, 86px);
  line-height: 0.95;
  margin-bottom: 20px;
}

.pano-index-hero h1 span {
  color: var(--muted);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(22px, 2.5vw, 34px);
  font-style: italic;
  line-height: 1.12;
  margin-top: 14px;
  max-width: 42ch;
}

.matchmaker {
  margin-left: 286px;
  margin-top: 54px;
}

.question-panel {
  background: rgba(236, 229, 216, 0.72);
  border: 0;
  border-right: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
  padding: 24px 22px 24px 36px;
  top: 68px;
  width: 252px;
}

.question-panel input,
.review-form select,
.review-form textarea {
  background: rgba(255, 252, 246, 0.42);
  border: 1px solid var(--rule);
  border-radius: 0;
}

.question {
  margin-bottom: 16px;
}

.question h2 {
  color: var(--faint);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.question-chip,
#reset {
  border-top: 1px solid var(--rule);
  color: var(--ink);
  font-size: 13px;
  min-height: 26px;
  padding: 5px 0;
}

.question-chip:hover,
.question-chip.is-active,
#reset:hover {
  color: var(--accent);
}

.results-panel {
  border-top: 1px solid var(--rule);
  max-width: 1160px;
}

.listing-toolbar {
  border-bottom: 1px solid var(--rule);
  color: var(--faint);
  font-size: 13px;
  letter-spacing: 0.04em;
  min-height: 38px;
  padding-bottom: 11px;
}

.listing-toolbar a,
.detail-kicker a,
.pano-section a,
.review-form button {
  color: var(--accent);
}

.pano-card-grid {
  gap: 0 36px;
}

.pano-card {
  border-bottom: 1px solid var(--rule);
  min-height: 86px;
  padding: 16px 0;
  transition: background .35s ease, padding-left .35s ease;
}

.pano-card:hover {
  background: rgba(107,31,42,0.025);
  padding-left: 14px;
}

.pano-card-title {
  color: var(--ink);
  font-size: clamp(20px, 1.6vw, 28px);
  line-height: 1.12;
}

.pano-card:hover .pano-card-title {
  color: var(--accent);
}

.card-icon-link {
  color: var(--faint);
}

.card-icon-link:hover {
  color: var(--accent);
}

.pano-detail {
  padding-top: 72px;
}

.pano-detail h1 {
  font-size: clamp(56px, 8vw, 112px);
  line-height: 0.95;
}

.detail-kicker {
  color: var(--muted);
  margin-bottom: 56px;
}

.pano-grid,
.review-section {
  border-top: 1px solid var(--rule);
}

.pano-section {
  border-bottom: 1px solid var(--rule);
}

.pano-section h2,
.review-section h2 {
  font-size: clamp(28px, 3vw, 42px);
}

@media (max-width: 1080px) {
  .matchmaker {
    margin-left: 250px;
  }

  .question-panel {
    width: 226px;
  }
}

@media (max-width: 620px) {
  .pano-index {
    padding: 52px 22px 44px;
  }

  .pano-index-hero h1 {
    font-size: clamp(38px, 12vw, 64px);
  }

  .matchmaker {
    margin-left: 0;
    margin-top: 34px;
  }

  .question-panel {
    background: transparent;
    border-right: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
  }
}

/* Compact individual pages */
body.detail-page {
  font-size: 14px;
}

.pano-detail {
  max-width: 1040px;
  padding: 34px 36px 42px;
}

.pano-detail h1 {
  font-size: clamp(38px, 5.4vw, 72px);
  line-height: 0.98;
  margin-bottom: 8px;
}

.detail-kicker {
  font-size: 13px;
  line-height: 1.35;
  margin-bottom: 24px;
}

.pano-grid {
  column-gap: 48px;
  max-width: 900px;
  padding-top: 18px;
}

.pano-section {
  margin-bottom: 14px;
  min-height: 104px;
  padding-bottom: 14px;
}

.pano-section h2,
.review-section h2 {
  font-size: clamp(21px, 2vw, 28px);
  margin-bottom: 7px;
}

.pano-section p,
.data-pair {
  font-size: 13px;
  line-height: 1.28;
}

.pano-section span,
.data-pair span {
  font-size: 12px;
}

.pano-section strong,
.data-pair strong {
  font-size: 16px;
  line-height: 1.08;
}

.review-section {
  max-width: 900px;
  padding-top: 18px;
}

.review-form {
  gap: 8px;
  grid-template-columns: 112px 1fr auto;
  padding-bottom: 12px;
}

.review-form label {
  gap: 4px;
}

.review-form span {
  font-size: 12px;
}

.review-form select,
.review-form textarea,
.review-form button {
  font-size: 13px;
  min-height: 32px;
  padding: 5px 8px;
}

.review-summary {
  font-size: 12px;
  margin-top: 9px;
}

.review-item {
  padding: 8px 0;
}

.review-item strong {
  font-size: 16px;
}

.review-item p {
  font-size: 13px;
  line-height: 1.28;
}

@media (max-width: 760px) {
  .pano-detail {
    padding: 30px 22px 38px;
  }

  .pano-detail h1 {
    font-size: clamp(34px, 10vw, 56px);
  }

  .detail-kicker {
    margin-bottom: 20px;
  }

  .pano-grid {
    padding-top: 18px;
  }

  .review-form {
    grid-template-columns: 1fr;
  }
}

/* Art Market Finance detail page scale */
body.detail-page {
  background: #F4EFE6;
  color: #1A1714;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

body.detail-page::before {
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(166,128,58,0.08), transparent 60%),
    radial-gradient(900px 500px at -10% 30%, rgba(107,31,42,0.06), transparent 60%);
  opacity: 0.5;
}

.detail-page .pano-detail {
  max-width: 1180px;
  padding: 96px 36px 72px;
}

.detail-page .pano-detail h1 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(56px, 10vw, 148px);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 0.95;
  margin: 0;
}

.detail-page .detail-kicker {
  color: #4A4239;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-style: italic;
  line-height: 1.25;
  margin: 28px 0 64px;
  max-width: 38ch;
}

.detail-page .detail-kicker a {
  color: #6B1F2A;
}

.detail-page .pano-grid {
  border-top: 1px solid #C9BEA9;
  column-gap: 56px;
  max-width: 1180px;
  padding-top: 34px;
}

.detail-page .pano-section {
  border-bottom: 1px solid #C9BEA9;
  margin-bottom: 28px;
  min-height: 150px;
  padding-bottom: 28px;
}

.detail-page .pano-section h2,
.detail-page .review-section h2 {
  color: #1A1714;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(32px, 3.4vw, 52px);
  font-weight: 300;
  letter-spacing: -0.012em;
  line-height: 1.05;
  margin: 0 0 14px;
}

.detail-page .pano-section p,
.detail-page .data-pair {
  color: #4A4239;
  font-size: 17px;
  line-height: 1.48;
}

.detail-page .pano-section span,
.detail-page .data-pair span,
.detail-page .review-form span {
  color: #8B8170;
  font-size: 13px;
  font-weight: 500;
}

.detail-page .pano-section strong,
.detail-page .data-pair strong,
.detail-page .review-item strong {
  color: #1A1714;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 300;
  line-height: 1.18;
}

.detail-page .pano-section a,
.detail-page .review-form button {
  color: #6B1F2A;
}

.detail-page .review-section {
  border-top: 1px solid #C9BEA9;
  max-width: 1180px;
  padding-top: 34px;
}

.detail-page .review-form {
  border-bottom: 1px solid #C9BEA9;
  gap: 12px;
  grid-template-columns: 150px 1fr auto;
  padding-bottom: 22px;
}

.detail-page .review-form select,
.detail-page .review-form textarea {
  background: rgba(255, 252, 246, 0.42);
  border: 1px solid #C9BEA9;
  color: #1A1714;
  font-size: 16px;
  min-height: 42px;
  padding: 8px 10px;
}

.detail-page .review-form button {
  border: 1px solid #C9BEA9;
  font-size: 13px;
  letter-spacing: 0.04em;
  min-height: 42px;
  padding: 9px 14px;
}

@media (max-width: 760px) {
  .detail-page .pano-detail {
    padding: 64px 22px 48px;
  }

  .detail-page .pano-detail h1 {
    font-size: clamp(46px, 14vw, 72px);
  }

  .detail-page .detail-kicker {
    margin-bottom: 42px;
  }

  .detail-page .pano-grid {
    grid-template-columns: 1fr;
    padding-top: 28px;
  }

  .detail-page .review-form {
    grid-template-columns: 1fr;
  }
}

/* artmarketfinance.com live visual identity */
:root {
  --paper: #f7f7f7;
  --surface: #ffffff;
  --ink: #080808;
  --muted: #5e5e5e;
  --soft: #8d8d8d;
  --line: #d6d6d6;
  --fine-line: #e7e7e7;
  --panel: #efefef;
  --bg: var(--paper);
  --rule: var(--line);
  --accent: var(--ink);
}

body,
body.index-page,
body.detail-page {
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.38;
}

body::before,
body.index-page::before,
body.detail-page::before {
  display: none;
}

a {
  color: inherit;
}

a:hover {
  color: var(--muted);
}

.topbar {
  background: rgba(247, 247, 247, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.topbar .wrap {
  width: min(1060px, calc(100% - 36px));
  max-width: none;
  height: 66px;
  padding: 0;
}

.brand {
  color: var(--ink);
  font-family: "Baskerville", "Iowan Old Style", "New York", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: clamp(27px, 2.7vw, 38px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.94;
}

.brand::after {
  display: none;
}

.topbar span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.pano-index,
.detail-page .pano-detail {
  width: min(1060px, calc(100% - 36px));
  max-width: none;
  margin: 0 auto;
  padding: 18px 0 42px;
}

.pano-index-hero {
  max-width: none;
  padding: clamp(24px, 4vw, 44px) 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
}

.pano-index-hero h1,
.detail-page .pano-detail h1 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.8vw, 38px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.pano-index-hero h1 span,
.detail-page .detail-kicker {
  color: var(--muted);
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.35;
  margin-top: 8px;
  max-width: none;
  text-transform: uppercase;
}

.detail-page .detail-kicker {
  margin: 8px 0 20px;
}

.detail-page .detail-kicker p {
  display: block;
}

.detail-page .detail-kicker p + p::before {
  content: "";
}

.detail-page .detail-kicker a {
  color: var(--ink);
}

.matchmaker {
  margin-left: 0;
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 52px);
}

.question-panel {
  position: sticky;
  top: 90px;
  left: auto;
  width: auto;
  max-height: calc(100vh - 110px);
  padding: 0;
  background: transparent;
  border: 0;
}

.question-panel input {
  width: 100%;
  height: 36px;
  min-height: 36px;
  margin-bottom: 12px;
  padding: 7px 9px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  font: inherit;
}

.question {
  margin-bottom: 18px;
}

.question h2,
.detail-page .pano-section h2,
.detail-page .review-section h2 {
  position: static;
  color: var(--muted);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.question-chip,
#reset {
  min-height: 28px;
  padding: 6px 0;
  border-top: 1px solid var(--fine-line);
  color: var(--ink);
  font-size: 13px;
}

.question-chip:hover,
.question-chip.is-active,
#reset:hover {
  color: var(--muted);
}

.results-panel {
  max-height: none;
  overflow: visible;
  border-top: 1px solid var(--ink);
  padding: 0;
}

.listing-toolbar {
  min-height: 36px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pano-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding-top: 8px;
}

.pano-card {
  min-height: 56px;
  padding: 11px 12px;
  border: 1px solid var(--fine-line);
  background: var(--surface);
  transition: border-color 160ms ease, background 160ms ease;
}

.pano-card:hover {
  background: var(--surface);
  border-color: var(--line);
  padding-left: 12px;
}

.pano-card-title {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.15;
}

.pano-card:hover .pano-card-title {
  color: var(--muted);
}

.card-icon-link {
  color: var(--muted);
}

.detail-page .pano-grid,
.detail-page .review-section {
  display: block;
  max-width: none;
  padding-top: 0;
  border-top: 0;
}

.detail-page .pano-section,
.detail-page .review-section {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 52px);
  min-height: 0;
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.detail-page .pano-section:first-child {
  border-top: 1px solid var(--ink);
}

.detail-page .pano-section > :not(h2),
.detail-page .review-section > :not(h2) {
  grid-column: 2;
}

.detail-page .pano-section p,
.detail-page .data-pair,
.detail-page .review-item p {
  color: var(--ink);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.38;
}

.detail-page .pano-section span,
.detail-page .data-pair span,
.detail-page .review-form span,
.detail-page .review-summary,
.detail-page .review-item time {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-page .pano-section strong,
.detail-page .data-pair strong,
.detail-page .review-item strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 400;
  line-height: 1.15;
}

.detail-page .pano-section a,
.detail-page .review-form button {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--soft);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.detail-page .review-form {
  grid-column: 2;
  display: grid;
  max-width: 620px;
  gap: 10px;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  padding-bottom: 0;
  border-bottom: 0;
}

.detail-page .review-form select,
.detail-page .review-form textarea {
  width: 100%;
  min-height: 36px;
  padding: 7px 9px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  font: inherit;
}

.detail-page .review-form button {
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--surface);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
}

.detail-page .review-list,
.detail-page .review-summary {
  grid-column: 2;
}

.detail-page .review-item {
  padding: 12px;
  border: 1px solid var(--fine-line);
  background: var(--surface);
}

@media (max-width: 880px) {
  .topbar .wrap,
  .pano-index,
  .detail-page .pano-detail {
    width: min(100% - 28px, 1060px);
  }

  .matchmaker,
  .detail-page .pano-section,
  .detail-page .review-section {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .question-panel {
    position: relative;
    top: 0;
    max-height: none;
    overflow: visible;
  }

  .detail-page .pano-section > :not(h2),
  .detail-page .review-section > :not(h2),
  .detail-page .review-form,
  .detail-page .review-list,
  .detail-page .review-summary {
    grid-column: 1;
  }

  .pano-card-grid {
    grid-template-columns: 1fr;
  }

  .detail-page .review-form {
    grid-template-columns: 1fr;
  }
}

/* Preserve previous individual page structure */
.detail-page .pano-detail {
  max-width: 1180px;
  padding: 56px 36px 56px;
}

.detail-page .pano-detail h1 {
  font-size: clamp(48px, 7.2vw, 92px);
  line-height: 0.95;
  margin: 0 0 12px;
}

.detail-page .detail-kicker {
  margin: 0 0 38px;
}

.detail-page .pano-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 64px;
  row-gap: 0;
  max-width: 980px;
  padding-top: 24px;
}

.detail-page .pano-section {
  display: block;
  border-bottom: 1px solid var(--line);
  margin: 0 0 18px;
  min-height: 124px;
  padding: 0 0 18px;
}

.detail-page .pano-section:first-child {
  border-top: 0;
}

.detail-page .pano-section > :not(h2),
.detail-page .review-section > :not(h2),
.detail-page .review-form,
.detail-page .review-list,
.detail-page .review-summary {
  grid-column: auto;
}

.detail-page .pano-section h2,
.detail-page .review-section h2 {
  margin-bottom: 8px;
  text-transform: lowercase;
}

.detail-page .brand,
.detail-page .topbar span {
  text-transform: lowercase;
}

.detail-page .pano-section p,
.detail-page .data-pair {
  margin: 0;
}

.detail-page .review-section {
  display: block;
  border-top: 1px solid var(--line);
  max-width: 980px;
  padding-top: 22px;
}

.detail-page .review-form {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  max-width: none;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

@media (max-width: 760px) {
  .detail-page .pano-detail {
    padding: 42px 22px 44px;
  }

  .detail-page .pano-detail h1 {
    font-size: clamp(40px, 12vw, 64px);
  }

  .detail-page .detail-kicker {
    margin-bottom: 28px;
  }

  .detail-page .pano-grid {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }

  .detail-page .review-form {
    grid-template-columns: 1fr;
  }
}

/* Main page compact lowercase layout */
.index-page .topbar span,
.index-page .question h2,
.index-page .listing-toolbar,
.index-page #reset,
.index-page .question-chip {
  letter-spacing: 0;
  text-transform: none;
}

.index-page .topbar .wrap {
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1px;
  max-width: none;
}

.index-page .brand {
  text-transform: none;
}

.index-page .brand-subtitle {
  color: #3f3f3a;
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.index-page .visitor-intro {
  color: #3f3f3a;
  font: 400 14px/1.35 "Helvetica Neue", Arial, sans-serif;
  margin: 8px auto 0;
  max-width: var(--max);
  padding: 0 36px;
}

.index-page .search-subtitle {
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 10px;
  text-align: center;
}

.index-page .pano-index {
  padding-top: 12px;
}

.index-page .matchmaker {
  margin-top: 12px;
}

.index-page .question-panel {
  top: 118px;
}

.index-page .question {
  margin-bottom: 10px;
}

.index-page #reset {
  margin: 0 0 14px;
  color: #000;
  font-weight: 700;
}

.index-page .question h2 {
  color: var(--ink);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.index-page .question h2 em {
  color: #5d5a52;
  font-style: normal;
  font-weight: 400;
  margin-left: 4px;
}

.index-page .filter-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  color: #3f3f3a;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  padding: 0;
}

.index-page .question.is-expanded .filter-toggle {
  transform: rotate(180deg);
}

.index-page .question-chip,
.index-page #reset {
  min-height: 17px;
  padding: 1px 0;
}

.index-page .question-chip {
  color: #3f3f3a;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  align-items: center;
}

.index-page .question-chip.is-extra {
  display: none;
}

.index-page .question.is-expanded .question-chip.is-extra {
  display: flex;
}

.index-page .question-chip input {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #bdbdb8;
  border-radius: 0;
  inline-size: 10px;
  block-size: 10px;
  margin: 0 7px 0 0;
  position: relative;
  flex: 0 0 10px;
  min-inline-size: 10px;
  min-block-size: 10px;
  padding: 0;
}

.index-page .question-chip input:checked {
  background: #111;
  border-color: #111;
}

.index-page .question-chip input:checked::after {
  color: #fff;
  content: "";
  position: absolute;
  left: 2px;
  top: 0;
  inline-size: 3px;
  block-size: 6px;
  border: solid currentColor;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.index-page .question-chip > span {
  align-items: center;
  display: flex;
  min-width: 0;
}

.index-page .question-chip em {
  color: #5d5a52;
  font-style: normal;
}

.index-page .listing-toolbar {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 28px;
  padding: 5px 0;
  position: sticky;
  top: 68px;
  z-index: 25;
  background: var(--bg);
}

.index-page .listing-toolbar::before {
  background: var(--bg);
  content: "";
  position: absolute;
  inset: -18px 0 auto;
  block-size: 18px;
}

.index-page .directory-search-wrap {
  background: #fff;
  border: 2px solid #1c1c1c;
  border-radius: 999px;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 3px 4px 3px 16px;
}

.index-page .directory-search {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #000;
  font: 400 14px/1.25 "Helvetica Neue", Arial, sans-serif;
  outline: 0;
  padding: 0;
  width: 100%;
}

.index-page .directory-search::placeholder {
  color: #757575;
}

.index-page .directory-search-button {
  align-items: center;
  background: #1d1d1d;
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  flex: 0 0 36px;
  block-size: 36px;
  inline-size: 36px;
  padding: 0;
}

.index-page .directory-search-button svg {
  block-size: 18px;
  inline-size: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.index-page .pano-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding-top: 24px;
}

.index-page .pano-card {
  min-height: 44px;
  padding: 8px 9px;
}

.index-page .pano-card:hover {
  padding-left: 9px;
}

.index-page .pano-card-title {
  font-size: 15px;
  line-height: 1.12;
  margin-bottom: 2px;
}

.index-page .card-icon-row {
  gap: 4px;
}

.index-page .card-icon-link {
  height: 15px;
  width: 15px;
}

.index-page .card-icon-link svg {
  height: 12px;
  width: 12px;
}

@media (max-width: 880px) {
  .index-page .pano-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .index-page .pano-card-grid {
    grid-template-columns: 1fr;
  }
}

/* Detail page lowercase and unified sizing */
.detail-page,
.detail-page .pano-section p,
.detail-page .data-pair,
.detail-page .pano-section strong,
.detail-page .data-pair strong,
.detail-page .review-item strong,
.detail-page .review-item p,
.detail-page .review-form select,
.detail-page .review-form textarea,
.detail-page .review-form button {
  font-size: 14px;
  line-height: 1.34;
}

.detail-page .pano-detail h1 {
  font-size: clamp(30px, 4.2vw, 46px);
  line-height: 1.02;
  margin-bottom: 6px;
  text-transform: none;
}

.detail-page .detail-kicker {
  font-size: 14px;
  line-height: 1.34;
  margin-bottom: 22px;
  text-transform: lowercase;
}

.detail-page .pano-grid {
  padding-top: 16px;
}

.detail-page .pano-section {
  min-height: 98px;
  padding-bottom: 13px;
  margin-bottom: 13px;
}

.detail-page .pano-section h2,
.detail-page .review-section h2 {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.34;
  margin-bottom: 5px;
  text-transform: lowercase;
}

.detail-page .specialty-section .data-pair {
  margin: 0;
}

.detail-page .specialty-section .data-pair + .data-pair {
  margin-top: 2px;
}

.detail-page .specialty-section .data-pair {
  display: flex;
  gap: 6px;
  align-items: baseline;
}

.detail-page .specialty-section .data-pair span::after {
  content: ":";
}

.detail-page .specialty-section .data-pair strong {
  display: inline;
}

.detail-page .pano-section:nth-child(3) .data-pair {
  display: flex;
  gap: 6px;
  align-items: baseline;
}

.detail-page .pano-section:nth-child(3) .data-pair span::after {
  content: ":";
}

.detail-page .pano-section:nth-child(3) .data-pair strong {
  display: inline;
}

.detail-page .pano-section:first-child .data-pair {
  display: flex;
  gap: 6px;
  align-items: baseline;
}

.detail-page .pano-section:first-child .data-pair span::after {
  content: ":";
}

.detail-page .pano-section:first-child .data-pair strong {
  display: inline;
}

.detail-page .pano-section span,
.detail-page .data-pair span,
.detail-page .review-form span,
.detail-page .review-summary,
.detail-page .review-item time {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.34;
  text-transform: lowercase;
}

.detail-page .pano-section a,
.detail-page .review-form button,
.detail-page .review-form select,
.detail-page .review-form textarea::placeholder {
  text-transform: lowercase;
}

.detail-page .pano-section strong,
.detail-page .data-pair strong,
.detail-page .review-item strong {
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  text-transform: lowercase;
}

.detail-page .review-section {
  padding-top: 16px;
}

.detail-page .review-form {
  grid-template-columns: 112px minmax(0, 1fr) auto;
  padding-bottom: 12px;
}

.detail-page .review-form select,
.detail-page .review-form textarea,
.detail-page .review-form button {
  min-height: 32px;
  padding: 6px 8px;
}

@media (max-width: 760px) {
  .detail-page .pano-detail h1 {
    font-size: clamp(28px, 9vw, 42px);
  }

  .detail-page .review-form {
    grid-template-columns: 1fr;
  }
}

/* Star review control */
.detail-page .detail-kicker p:nth-child(2) {
  color: var(--ink);
}

.detail-page .review-form {
  grid-template-columns: 1fr;
}

.detail-page .star-score {
  align-items: center;
  border: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 3px;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.detail-page .star-score legend {
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.34;
  margin: 0 12px 0 0;
  text-transform: lowercase;
}

.detail-page .star-score input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.detail-page .star-score label {
  color: var(--soft);
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
}

.detail-page .star-score label:hover,
.detail-page .star-score label:hover ~ label,
.detail-page .star-score input:checked ~ label {
  color: #d6a21f;
}

.detail-page .review-form > label {
  display: grid;
  gap: 4px;
}

/* ArtMarketFinance visual identity */
:root {
  --bg: #ffffff;
  --paper: #ffffff;
  --surface: #ffffff;
  --panel: #ffffff;
  --panel-2: #ffffff;
  --ink: #111111;
  --muted: #5f5f5f;
  --faint: #9d9d9d;
  --rule: #d7d7d7;
  --fine-line: #ececec;
  --accent: #5f5f5f;
}

body {
  background: #fff;
  color: #111;
  font-family: "Neue Haas Unica", "Helvetica Neue", "Avenir Next", Inter, Arial, sans-serif;
  line-height: 1.45;
}

body::before {
  display: none;
}

a:hover {
  color: #5f5f5f;
}

.topbar {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #d7d7d7;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.brand,
.index-page .search-subtitle,
.detail-page .pano-detail h1 {
  font-family: "Baskerville", "Iowan Old Style", "New York", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

.brand {
  font-size: clamp(27px, 2.7vw, 38px);
  line-height: 0.94;
}

.index-page .topbar .brand {
  align-items: center !important;
  display: inline-flex !important;
  gap: 10px !important;
  color: #111111 !important;
  font-family: "Baskerville", "Iowan Old Style", "New York", "Palatino Linotype", "Book Antiqua", Georgia, serif !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 0.94 !important;
  text-transform: lowercase !important;
}

.index-page .topbar .brand > span:last-child {
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

.index-page .topbar .brand-mark {
  color: #c91818 !important;
  font-size: 0.92em !important;
  line-height: 1 !important;
}

.index-page .search-subtitle {
  font-size: clamp(20px, 2.1vw, 31px);
  line-height: 1.05;
  margin-bottom: 14px;
  white-space: nowrap;
}

.matchmaker,
.pano-detail {
  background: transparent;
}

.question-panel {
  background: #fff;
  border-color: #d7d7d7;
}

.index-page .question h2,
.detail-page .pano-section h2,
.detail-page .review-section h2 {
  color: #5f5f5f;
  font-size: 15px;
  font-weight: 400;
  text-transform: lowercase;
}

.index-page .question-chip,
.index-page #reset,
.listing-toolbar,
.pano-card-title,
.detail-page .pano-section p,
.detail-page .data-pair,
.detail-page .data-pair strong {
  color: #111;
  font-family: "Neue Haas Unica", "Helvetica Neue", "Avenir Next", Inter, Arial, sans-serif;
  font-weight: 400;
}

.index-page #reset {
  color: #111;
  font-weight: 700;
}

.index-page .question-chip,
.pano-card,
.detail-page .pano-section,
.review-section {
  border-color: #ececec;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}

.index-page .question-chip em,
.index-page .question h2 em,
.detail-page .pano-section span,
.detail-page .data-pair span {
  color: #5f5f5f;
}

.index-page .directory-search-wrap {
  border-color: #111;
  background: #fff;
}

.index-page .directory-search-button {
  background: #111;
}

.pano-card {
  border: 1px solid #d7d7d7;
}

.pano-card:hover {
  background: #fff;
  border-color: #d7d7d7;
}

.card-icon-link {
  color: #111;
}

.detail-page .pano-section a,
.detail-page .review-section a {
  text-decoration: underline;
  text-decoration-color: #9d9d9d;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.detail-page .pano-detail h1 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.95;
}
