/* Places collection family — Texas specimen first. Do not restyle other live collections. */
.pc-page { margin: 0; min-height: 100vh; background: #f4efe4; color: #163024; font-family: Georgia, "Times New Roman", serif; }
.pc-review { margin: 0; padding: .45rem 1rem; background: #163024; color: #f4efe4; font-family: system-ui, sans-serif; font-size: .82rem; }
.pc-page .lc-nav { display: flex; flex-wrap: wrap; gap: .85rem 1.1rem; padding: .7rem 1.1rem; font-family: system-ui, sans-serif; background: #163024; }
.pc-page .lc-nav a { color: #f4efe4; text-decoration: none; font-weight: 600; }
.pc-page .lc-nav a[aria-current] { text-decoration: underline; }
.pc-field { position: relative; isolation: isolate; width: 100%; background: #f4efe4; }
.pc-nav-field { position: relative; isolation: isolate; width: 100%; background: #f4efe4; }
.pc-map-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.pc-map-svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; opacity: .28; }
.pc-room { position: relative; z-index: 1; max-width: 74rem; margin: 0 auto; padding: 1.4rem 1.15rem 3.2rem; background: transparent; }
.pc-room--nav { padding-bottom: 1.4rem; }
.pc-kicker { font-family: system-ui, sans-serif; letter-spacing: .08em; text-transform: uppercase; font-size: .72rem; color: #5d6f62; margin: 0 0 .35rem; }
.pc-room h1 { margin: .1rem 0 .35rem; font-size: clamp(1.85rem, 4vw, 2.7rem); color: #163024; }
.pc-lede { font-size: 1.15rem; color: #3d4f44; max-width: 38rem; margin: 0 0 .4rem; }
.pc-count-line { font-family: system-ui, sans-serif; color: #5d6f62; margin: 0 0 1.1rem; }
.pc-note { max-width: 40rem; color: #3d4f44; }

.tx-nav { background: transparent; border: 0; border-radius: 0; padding: .35rem 0 1.15rem; margin: 0 0 1.6rem; box-shadow: none; }
.tx-map { width: min(100%, 34rem); height: auto; display: block; margin: 0 auto; filter: drop-shadow(0 16px 28px rgba(40,32,12,.16)); }
.tx-flag-blue { fill: #2A63C2; }
.tx-flag-white { fill: #FFFEFA; }
.tx-flag-red { fill: #D0253A; }
.tx-outline { fill: none; stroke: #163024; stroke-width: 6; stroke-linejoin: round; }
.tx-split { stroke: rgba(255,253,246,.62); stroke-width: 3; pointer-events: none; }
.tx-star { fill: #FFFEFA; stroke: #163024; stroke-width: 2.2; pointer-events: none; }
.tx-hit { fill: #fff; fill-opacity: 0; cursor: pointer; }
.tx-hot:hover .tx-hit, .tx-hot:focus .tx-hit { fill: #f3d48a; fill-opacity: .28; }
.tx-hot-label, .tx-hot-count {
  font-family: system-ui, sans-serif;
  text-anchor: middle;
  pointer-events: none;
  paint-order: stroke fill;
  stroke-linejoin: round;
}
.tx-hot-label { font-size: 28px; font-weight: 800; }
.tx-hot-count { font-size: 20px; font-weight: 700; }
.tx-hot[data-quad="northwest"] .tx-hot-label,
.tx-hot[data-quad="northwest"] .tx-hot-count,
.tx-hot[data-quad="southwest"] .tx-hot-label,
.tx-hot[data-quad="southwest"] .tx-hot-count {
  fill: #FFFEFA;
  stroke: rgba(12, 36, 92, .55);
  stroke-width: 7px;
}
.tx-hot[data-quad="southeast"] .tx-hot-label,
.tx-hot[data-quad="southeast"] .tx-hot-count {
  fill: #FFFEFA;
  stroke: rgba(92, 12, 22, .5);
  stroke-width: 7px;
}
.tx-hot[data-quad="northeast"] .tx-hot-label,
.tx-hot[data-quad="northeast"] .tx-hot-count {
  fill: #163024;
  stroke: rgba(255, 253, 246, .9);
  stroke-width: 7px;
}
.tx-legend { display: flex; flex-wrap: wrap; gap: .55rem .85rem; justify-content: center; list-style: none; padding: 0; margin: .85rem 0 0; font-family: system-ui, sans-serif; }
.tx-legend a { color: #163024; font-weight: 700; text-decoration: none; background: #fffdf6; border: 1px solid rgba(176,140,64,.28); border-radius: 999px; padding: .4rem .8rem; }
.tx-legend a:hover, .tx-legend a:focus { outline: 2px solid #8a5310; outline-offset: 2px; }

.pc-region { margin: 0 0 1.8rem; padding-top: .4rem; scroll-margin-top: 1rem; }
.pc-region h2 { margin: .1rem 0 .8rem; font-size: clamp(1.4rem, 3vw, 2rem); }
.pc-region-head { display: flex; align-items: center; gap: .75rem; margin: 0 0 .85rem; }
.pc-region-head h2 { margin: 0; }
.pc-region-head .pc-kicker { margin: 0 0 .12rem; }
.pc-flag-badge {
  flex: 0 0 auto; width: 4.55rem; aspect-ratio: 3 / 2; border-radius: 8px; overflow: hidden;
  border: 1px solid rgba(22,48,36,.22); box-shadow: 0 6px 14px rgba(40,32,12,.1);
}
.pc-flag-badge .pc-flag-svg { width: 100%; height: 100%; display: block; }
.pc-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.pc-card--more { display: none; }
.pc-grid.is-open .pc-card--more { display: flex; }
.pc-showall {
  display: inline-block; margin: .9rem 0 0; padding: .55rem .95rem; border-radius: 999px;
  border: 1px solid #c9a24a; background: #fffdf6; font-family: system-ui, sans-serif; font-weight: 700; cursor: pointer;
}
.pc-back { font-family: system-ui, sans-serif; margin: .85rem 0 0; }
.pc-back a { color: #8a5310; font-weight: 700; }

.pc-card {
  display: flex; flex-direction: column; background: rgba(255,253,246,.96);
  border: 1px solid rgba(176,140,64,.28); border-left: 8px solid var(--pin, #0F9D58);
  border-radius: 16px; overflow: hidden; box-shadow: 0 10px 22px rgba(40,32,12,.08); margin: 0; padding: 0;
}
.pc-card h3 { margin: .7rem .9rem .2rem; font-size: 1.12rem; }
.pc-pin { display: flex; align-items: center; gap: .4rem; margin: 0 .9rem .35rem; font-family: system-ui, sans-serif; font-size: .82rem; color: #3d4f44; }
.pc-pin-mark { width: .72rem; height: .72rem; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--pin, #0F9D58); box-shadow: 0 0 0 2px color-mix(in srgb, var(--pin, #0F9D58) 25%, #fffdf6); }
.pc-been { margin: 0 .9rem .45rem; font-size: .92rem; color: #3d4f44; }
.pc-open {
  display: inline-block; margin: 0 .9rem 1rem; padding: .5rem .85rem; border-radius: 999px;
  background: #f3d48a; color: #102018; text-decoration: none; font-family: system-ui, sans-serif; font-weight: 700;
}
.pc-frame { position: relative; aspect-ratio: 16 / 9; background: #111; overflow: hidden; }
.pc-frame img, .pc-frame iframe { width: 100%; height: 100%; object-fit: cover; display: block; border: 0; }
.pc-frame--still { display: grid; place-items: center; background: #dfe8d8; color: #3d4f44; }
.pc-watch {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  background: rgba(16,32,24,.82); color: #fffdf6; font-family: system-ui, sans-serif; font-weight: 800;
  letter-spacing: .04em; text-transform: uppercase; padding: .45rem .8rem; border-radius: 999px; pointer-events: none;
}
.duderv-video-play { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; }
.duderv-video-play img { width: 100%; height: 100%; object-fit: cover; }

.pc-next { margin: 1.2rem 0 0; padding: 1rem 0 0; }
.pc-next-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.pc-next-card {
  background: rgba(255,253,246,.96); border: 1px solid rgba(176,140,64,.28); border-radius: 14px;
  padding: .85rem 1rem; text-decoration: none; color: #163024; font-weight: 700;
}

.pc-states {
  display: flex; flex-wrap: wrap; gap: .9rem; margin: .4rem 0 0;
}
.pc-state-door {
  position: relative; isolation: isolate; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end; gap: .1rem;
  flex: 1 1 11.5rem; min-width: 10.5rem; max-width: 16.75rem; aspect-ratio: 3 / 2;
  text-decoration: none; color: #FFFEFA;
  border: 1px solid rgba(22,48,36,.28); border-radius: 16px;
  padding: .7rem .85rem .75rem;
  box-shadow: 0 10px 22px rgba(40,32,12,.12);
}
.pc-state-door:hover, .pc-state-door:focus { outline: 2px solid #8a5310; outline-offset: 2px; }
.pc-flag-face { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.pc-flag-svg { width: 100%; height: 100%; display: block; }
.pc-state-door::after {
  content: ""; position: absolute; inset: auto 0 0; height: 46%; z-index: 1;
  background: linear-gradient(to top, rgba(8,18,28,.72), rgba(8,18,28,0));
  pointer-events: none;
}
.pc-state-name, .pc-state-count { position: relative; z-index: 2; }
.pc-state-name {
  font-weight: 800; font-size: 1.22rem; color: #FFFEFA;
  text-shadow: 0 1px 0 rgba(8,18,28,.45);
}
.pc-state-count { font-family: system-ui, sans-serif; font-size: .88rem; color: rgba(255,254,250,.92); }

@media (max-width: 1100px) { .pc-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 800px) {
  .pc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tx-map { width: 100%; }
  .pc-state-door { max-width: none; }
}
@media (max-width: 520px) {
  .pc-grid { grid-template-columns: 1fr; }
  .pc-state-door { flex-basis: 100%; max-width: none; }
}
