/* Published hotel pages (/hotels/{slug}) — Arc M4 restyle.
   Rendered by hotel_analyzer/publishing.py; report-body styles scoped under
   .pub (the body carries class="mkt pub": marketing.css supplies the shared
   nav/footer + base type, this file supplies the Field-Notes report body).
   All colours/dimensions come from redesign-tokens.css (--rd-* / --score-*). */

.pub main { display: block; }

.pub .pub-wrap {
  max-width: 880px;
  margin: 0 auto;
  padding-left: var(--rd-page-pad-web);
  padding-right: var(--rd-page-pad-web);
}

/* ---- band helpers (scoring vocabulary) -------------------------------- */
.pub .pub-band-strong { color: var(--score-strong-text); }
.pub .pub-band-mixed { color: var(--score-mixed-text); }
.pub .pub-band-watch { color: var(--score-watch-text); }
.pub .pub-band-unknown { color: var(--score-unknown-text); }
.pub .pub-bar-fill.pub-band-strong { background: var(--score-strong-fill); }
.pub .pub-bar-fill.pub-band-mixed { background: var(--score-mixed-fill); }
.pub .pub-bar-fill.pub-band-watch { background: var(--score-watch-fill); }
.pub .pub-bar-fill.pub-band-unknown { background: var(--score-unknown-fill); }
.pub .pub-badge.pub-band-strong { border-color: var(--score-strong-fill); }
.pub .pub-badge.pub-band-mixed { border-color: var(--score-mixed-fill); }
.pub .pub-badge.pub-band-watch { border-color: var(--score-watch-fill); }
.pub .pub-badge.pub-band-unknown { border-color: var(--score-unknown-fill); }

.pub .pub-eyebrow {
  font-family: var(--rd-font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--rd-gold-on-cream);
  margin: 0 0 14px;
}

/* ---- hero -------------------------------------------------------------- */
.pub .pub-hero { padding-top: 56px; }
/* C5: the one visible link back to the destination hub (only with a destination) */
.pub .pub-hub-link { display: inline-block; font-family: var(--rd-font-mono); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--rd-ink-muted-2); text-decoration: none; margin: 0 0 12px; }
.pub .pub-hub-link:hover { color: var(--rd-gold-on-cream); }
.pub .pub-hero h1 {
  font-family: var(--rd-font-display);
  font-weight: 500;
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--rd-ink-heading);
  margin: 0 0 10px;
}
.pub .pub-location {
  font-family: var(--rd-font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--rd-ink-muted-2);
  margin: 0 0 26px;
}
.pub .pub-hero-verdict {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 26px;
}
.pub .pub-badge {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  border: 3px solid var(--score-unknown-fill);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pub .pub-badge-num {
  font-family: var(--rd-font-display);
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  color: var(--rd-ink-heading);
}
.pub .pub-badge-label {
  font-family: var(--rd-font-mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--rd-gold-on-cream);
  margin-top: 6px;
}
.pub .verdict {
  font-family: var(--rd-font-display);
  font-size: 23px;
  line-height: 1.42;
  color: var(--rd-ink-body-3);
  margin: 0;
  max-width: 620px;
}

/* ---- question (AEO) sections ------------------------------------------ */
.pub .pub-section {
  border-top: 1px solid var(--rd-parchment-border);
  margin-top: 40px;
  padding-top: 32px;
}
.pub .pub-hero + .pub-section { border-top: 2px solid var(--rd-gold-line); }
.pub .pub-section h2 {
  font-family: var(--rd-font-display);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  color: var(--rd-ink-heading);
  margin: 0 0 16px;
}
.pub .pub-section p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--rd-ink-body-2);
  margin: 0;
}

/* Punch-list 2026-07-18 (CSS-only, markup untouched — the H2 question TEXT
   and order are the SEO strategy): focus-area sections visually LEAD with
   the area name + score bar, and the boilerplate "What do reviews say
   about…" question drops to a small muted label. `:has()` degrades
   gracefully — older browsers keep the plain prominent-H2 layout. */
.pub .pub-section:has(.pub-bar-row) {
  display: flex;
  flex-direction: column;
}
.pub .pub-section:has(.pub-bar-row) .pub-bar-row {
  order: 0;
  margin-bottom: 14px;
}
.pub .pub-section:has(.pub-bar-row) .pub-bar-label {
  font-family: var(--rd-font-display);
  font-weight: 500;
  font-size: 22px;
  color: var(--rd-ink-heading);
}
.pub .pub-section:has(.pub-bar-row) h2 {
  order: 1;
  font-family: var(--rd-font-mono);
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--rd-ink-muted);
  margin: 0 0 10px;
}
.pub .pub-section:has(.pub-bar-row) p { order: 2; }

/* Punch-list 2026-07-18: the before-you-book items as a readable list (the
   joined answer rendered as one run-on wall). */
.pub .pub-gtk-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pub .pub-gtk-list li {
  font-size: 15px;
  line-height: 1.6;
  color: var(--rd-ink-body-2);
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.pub .pub-gtk-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rd-gold-line);
}

/* ---- rating bar row ----------------------------------------------------- */
.pub .pub-bar-row {
  display: grid;
  grid-template-columns: 170px 1fr 44px;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
}
.pub .pub-bar-label {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--rd-ink-body-2);
}
.pub .pub-bar-track {
  height: 7px;
  background: var(--score-bar-track);
  border-radius: var(--rd-radius-bar);
  overflow: hidden;
}
.pub .pub-bar-fill { height: 100%; border-radius: var(--rd-radius-bar); }
.pub .pub-bar-score {
  font-family: var(--rd-font-display);
  font-weight: 600;
  font-size: 17px;
  text-align: right;
}

/* ---- what to watch (the one burgundy contrast block) -------------------- */
.pub .pub-watch {
  background: var(--rd-burgundy);
  color: var(--rd-cream-on-burgundy);
  margin-top: 56px;
}
.pub .pub-watch-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.pub .pub-watch-label {
  font-family: var(--rd-font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--rd-gold-on-burgundy);
  margin-bottom: 18px;
}
.pub .pub-flags {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pub .pub-flags li {
  font-size: 14.5px;
  line-height: 1.55;
  color: #ecd4cd;
  margin-bottom: 13px;
  padding-left: 22px;
  position: relative;
}
.pub .pub-flags li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rd-salmon);
}
.pub .pub-flags-none { font-size: 14.5px; color: #ecd4cd; margin: 0; }
.pub .pub-auth {
  border-left: 1px solid #7a3a44;
  padding-left: 40px;
}
.pub .pub-auth-label {
  font-family: var(--rd-font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--rd-gold-on-burgundy);
  margin-bottom: 16px;
}
.pub .pub-auth-count {
  font-family: var(--rd-font-display);
  font-weight: 600;
  font-size: 38px;
  line-height: 1;
  color: #fff;
}
.pub .pub-auth-count span { font-size: 16px; color: #cbb0a7; }
.pub .pub-auth-note { font-size: 13.5px; color: #cbb0a7; line-height: 1.5; margin: 10px 0 0; }
.pub .pub-auth-excl {
  border-top: 1px solid #7a3a44;
  margin: 18px 0 0;
  padding-top: 14px;
  font-size: 13.5px;
  color: #ecd4cd;
}
.pub .pub-auth-excl b { font-family: var(--rd-font-display); font-size: 17px; color: #fff; }

/* ---- long-form article (C6, 2026-09-03 — dormant until a write seam) ---- */
.pub .pub-article { padding-top: 50px; }
.pub .pub-article h2 {
  font-family: var(--rd-font-display);
  font-weight: 500;
  font-size: 28px;
  color: var(--rd-ink-heading);
  margin: 0 0 18px;
}
.pub .pub-article-body { max-width: 680px; }
.pub .pub-article-body h2,
.pub .pub-article-body h3,
.pub .pub-article-body h4 {
  font-family: var(--rd-font-display);
  font-weight: 500;
  color: var(--rd-ink-heading);
  margin: 28px 0 10px;
}
.pub .pub-article-body h2 { font-size: 22px; }
.pub .pub-article-body h3 { font-size: 19px; }
.pub .pub-article-body h4 { font-size: 16px; }
.pub .pub-article-body p,
.pub .pub-article-body li {
  font-size: 15px;
  line-height: 1.65;
  color: var(--rd-ink-body-2);
}
.pub .pub-article-body p { margin: 0 0 14px; }
.pub .pub-article-body blockquote {
  margin: 16px 0;
  padding-left: 14px;
  border-left: 3px solid var(--rd-gold-line);
}

/* ---- pro tips ----------------------------------------------------------- */
.pub .pub-tips { padding-top: 50px; }
.pub .pub-tips h2 {
  font-family: var(--rd-font-display);
  font-weight: 500;
  font-size: 28px;
  color: var(--rd-ink-heading);
  margin: 0 0 18px;
}
.pub .pub-tip-list { list-style: none; margin: 0; padding: 0; }
.pub .pub-tip-list li {
  display: flex;
  gap: 11px;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--rd-ink-body-2);
  margin-bottom: 11px;
}
.pub .pub-tip-icon { color: var(--rd-gold-line); font-weight: 700; flex-shrink: 0; }

/* ---- raw-data line ------------------------------------------------------ */
.pub .pub-rawline {
  font-family: var(--rd-font-mono);
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1.8;
  color: var(--rd-ink-muted-3);
  border-top: 1px solid var(--rd-parchment-border);
  margin: 48px 0 0;
  padding-top: 20px;
}

/* ---- run-your-own CTA --------------------------------------------------- */
.pub .pub-cta {
  background: var(--rd-parchment);
  border: 1px solid var(--rd-parchment-border);
  border-radius: var(--rd-radius-card);
  text-align: center;
  padding: 44px 32px;
  margin: 40px 0 72px;
}
.pub .pub-cta h2 {
  font-family: var(--rd-font-display);
  font-weight: 500;
  font-size: 30px;
  color: var(--rd-ink-heading);
  margin: 0 0 10px;
}
.pub .pub-cta p {
  font-size: 15px;
  color: var(--rd-ink-body-3);
  margin: 0 auto 24px;
  max-width: 460px;
}
.pub .pub-cta-btn {
  display: inline-block;
  background: var(--rd-burgundy);
  color: #F7F0E4 !important;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: var(--rd-radius-pill);
  white-space: nowrap;
}
.pub .pub-cta-btn:hover { background: #4d1622; }

/* ---- responsive --------------------------------------------------------- */
@media (max-width: 760px) {
  .pub .pub-hero h1 { font-size: 38px; }
  .pub .pub-hero-verdict { flex-direction: column; align-items: flex-start; gap: 20px; }
  .pub .pub-watch-grid { grid-template-columns: 1fr; }
  .pub .pub-auth { border-left: none; padding-left: 0; border-top: 1px solid #7a3a44; padding-top: 28px; }
  .pub .pub-bar-row { grid-template-columns: 110px 1fr 40px; }
}
