/* ============================================================
   Restaurant Reviews — dark full-bleed hero on the archive, a single-review
   "card" page for reviews themselves. Own accent (deep maroon) distinct from
   the other plugins' colors, amber kept only as the site-wide brand tie.
   Self-contained — no dependency on the other plugins' CSS.
   ============================================================ */

.rrp-wrap { font-family: 'Inter', system-ui, sans-serif; color: #141414; -webkit-font-smoothing: antialiased; }
.rrp-wrap a { color: inherit; }
:root {
  --rrp-ink: #141414; --rrp-sub: #585856; --rrp-line: #EAEAE7;
  --rrp-accent: #8a2e2e; --rrp-accent-deep: #5c1f1f; --rrp-accent-tint: #F7E9E4; --rrp-amber: #fbbf00;
  --rrp-good: #2e7d4f; --rrp-good-tint: #E7F4EC;
  --rrp-mid: #a9740f; --rrp-mid-tint: #FBF1DD;
  --rrp-low: #b3362e; --rrp-low-tint: #FBE9E7;
}

.rrp-crumb { font-size: 12px; font-weight: 600; color: rgba(255,255,255,.6); margin-bottom: 16px; }
.rrp-crumb a { text-decoration: none; color: rgba(255,255,255,.75); }
.rrp-crumb a:hover { color: #fff; }

/* ── Archive hero (full-bleed dark, same technique as the other plugins) ── */
.rrp-hero { position: relative; width: 100vw; max-width: 100vw; left: 50%; transform: translateX(-50%); box-sizing: border-box; background: #141414; color: #fff; padding: 44px 20px 40px; }
@media (min-width: 900px) { .rrp-hero { padding-left: 48px; padding-right: 48px; } }
.rrp-hero .rrp-crumb { color: rgba(255,255,255,.5); }
.rrp-eyebrow { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--rrp-amber); margin-bottom: 14px; }
.rrp-h1 { font-family: 'Poppins', sans-serif; font-size: clamp(26px,3.8vw,36px); font-weight: 800; letter-spacing: -.02em; margin: 0; line-height: 1.15; color: #fff !important; }
.rrp-rule { width: 40px; height: 3px; background: var(--rrp-amber); border-radius: 2px; margin: 16px 0; }
.rrp-intro { font-size: 14.5px; color: rgba(255,255,255,.68); max-width: 600px; line-height: 1.6; margin: 0; }

.rrp-search-wrap { position: relative; max-width: 480px; margin-top: 22px; }
.rrp-search-icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 17px; height: 17px; color: #8A8A87; pointer-events: none; }
.rrp-search-input { width: 100%; box-sizing: border-box; padding: 13px 16px 13px 42px; border-radius: 10px; border: none; font-size: 14px; font-family: 'Inter', sans-serif; background: #fff; color: var(--rrp-ink); }
.rrp-search-input:focus { outline: 2px solid var(--rrp-accent); outline-offset: 1px; }
.rrp-search-input::placeholder { color: #8A8A87; }

.rrp-body { padding: 28px 20px 60px; }
@media (min-width: 900px) { .rrp-body { padding-left: 48px; padding-right: 48px; } }
.rrp-empty { color: #8A8A87; font-size: 14px; }

/* ── "Best Of" rail on the archive — horizontally-scrolling icon cards ── */
.rrp-bestof-rail-wrap { padding: 22px 0 6px; border-bottom: 1px solid var(--rrp-line); }
.rrp-bestof-rail-head { padding: 0 20px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--rrp-accent-deep); margin-bottom: 12px; }
@media (min-width: 900px) { .rrp-bestof-rail-head { padding-left: 48px; padding-right: 48px; } }
.rrp-bestof-rail { display: flex; gap: 12px; overflow-x: auto; padding: 0 20px 18px; scrollbar-width: none; }
@media (min-width: 900px) { .rrp-bestof-rail { padding-left: 48px; padding-right: 48px; } }
.rrp-bestof-rail::-webkit-scrollbar { display: none; }
.rrp-bestof-rail-card { flex: 0 0 190px; border: 1px solid var(--rrp-line); border-radius: 12px; padding: 16px; background: #FBFAF7; text-decoration: none; color: var(--rrp-ink); transition: border-color .15s, background .15s; }
.rrp-bestof-rail-card:hover { border-color: var(--rrp-accent); background: var(--rrp-accent-tint); }
.rrp-bestof-rail-icon { display: flex; width: 32px; height: 32px; border-radius: 9px; background: var(--rrp-accent-tint); color: var(--rrp-accent-deep); align-items: center; justify-content: center; margin-bottom: 10px; }
.rrp-bestof-rail-icon svg { width: 16px; height: 16px; }
.rrp-bestof-rail-name { display: block; font-family: 'Poppins', sans-serif; font-size: 12.5px; font-weight: 800; margin-bottom: 4px; line-height: 1.3; }
.rrp-bestof-rail-meta { display: block; font-size: 11px; color: var(--rrp-sub); }

/* ── "Best Of" hub on the archive — 4 category tiles, each expanding to its
   own list of links, so it scales no matter how many lists exist ── */
.rrp-bestof-hub-wrap { padding: 26px 20px 8px; }
@media (min-width: 900px) { .rrp-bestof-hub-wrap { padding-left: 48px; padding-right: 48px; } }
.rrp-bestof-hub-head { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--rrp-accent-deep); margin-bottom: 14px; }
.rrp-bestof-hub-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
@media (max-width: 900px) { .rrp-bestof-hub-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
.rrp-bestof-tile { border: 1px solid var(--rrp-line); border-radius: 12px; background: #FBFAF7; overflow: hidden; }
.rrp-bestof-tile-btn { width: 100%; display: flex; align-items: center; gap: 12px; padding: 16px; border: none; background: none; cursor: pointer; text-align: left; font-family: inherit; }
.rrp-bestof-tile-icon { flex-shrink: 0; display: flex; width: 34px; height: 34px; border-radius: 9px; background: var(--rrp-accent-tint); color: var(--rrp-accent-deep); align-items: center; justify-content: center; }
.rrp-bestof-tile-icon svg { width: 17px; height: 17px; }
.rrp-bestof-tile-text { flex-grow: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.rrp-bestof-tile-title { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 800; color: var(--rrp-ink); line-height: 1.3; }
.rrp-bestof-tile-meta { font-size: 11px; color: var(--rrp-sub); }
.rrp-bestof-tile-chevron { flex-shrink: 0; width: 16px; height: 16px; color: var(--rrp-sub); transition: transform .15s; }
.rrp-bestof-tile-btn[aria-expanded="true"] .rrp-bestof-tile-chevron { transform: rotate(180deg); }
.rrp-bestof-panel[hidden] { display: none; }
.rrp-bestof-panel:not([hidden]) { display: flex; flex-direction: column; border-top: 1px solid var(--rrp-line); max-height: 260px; overflow-y: auto; }
.rrp-bestof-panel-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 16px; text-decoration: none; color: var(--rrp-accent-deep); font-size: 12.5px; font-weight: 700; border-bottom: 1px solid #F3F1EC; }
.rrp-bestof-panel-link:last-child { border-bottom: none; }
.rrp-bestof-panel-link:hover { background: var(--rrp-accent-tint); }
.rrp-bestof-panel-meta { font-size: 11px; font-weight: 600; color: var(--rrp-sub); flex-shrink: 0; }

/* ── "Appears In" section on the single review ── */
.rrp-appears-list { display: flex; flex-direction: column; }
.rrp-appears-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid #F3F1EC; text-decoration: none; color: var(--rrp-accent-deep); font-size: 12px; font-weight: 700; }
.rrp-appears-list a:last-child { border-bottom: none; }
.rrp-appears-row:hover { text-decoration: underline; }
.rrp-appears-rank { color: var(--rrp-sub); font-weight: 600; flex-shrink: 0; }

/* ── Filter chips (legacy taxonomy links, no longer used on the archive) ── */
.rrp-filter-group { display: flex; flex-wrap: wrap; gap: 6px; }
.rrp-chip { padding: 8px 14px; border-radius: 100px; border: 1px solid var(--rrp-line); background: #fff; font-size: 12px; font-weight: 700; color: var(--rrp-ink); text-decoration: none; }
.rrp-chip:hover { border-color: var(--rrp-accent); }

/* ── Archive filter bar (real <select> filters, GET-submitted) ── */
.rrp-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--rrp-line); }
.rrp-filter-field select { appearance: none; -webkit-appearance: none; padding: 9px 30px 9px 14px; border-radius: 100px; border: 1px solid var(--rrp-line); background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23585856' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E") no-repeat right 10px center / 12px 12px; font-size: 12.5px; font-weight: 700; font-family: 'Inter', sans-serif; color: var(--rrp-ink); cursor: pointer; }
.rrp-filter-field select:hover { border-color: var(--rrp-accent); }
.rrp-filter-sort { margin-left: auto; }
.rrp-filter-clear { font-size: 12px; font-weight: 700; color: var(--rrp-accent-deep); text-decoration: underline; }

/* ── Card grid (archive + "More Reviews") ── */
.rrp-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
@media (max-width: 980px) { .rrp-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 720px) { .rrp-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; } }

.rrp-card { position: relative; display: block; border: 1px solid var(--rrp-line); border-radius: 14px; overflow: hidden; background: #fff; text-decoration: none; transition: box-shadow .15s, transform .15s; }
.rrp-card:hover { box-shadow: 0 14px 32px rgba(0,0,0,.1); transform: translateY(-2px); }
.rrp-card-img { height: 140px; background-size: cover; background-position: center; background-color: #2a2320; position: relative; }
.rrp-card-crown-wrap { position: absolute; top: 10px; right: 10px; display: flex; align-items: center; gap: 6px; background: #fff; border-radius: 9px; padding: 6px 10px; box-shadow: 0 3px 8px rgba(0,0,0,.25); }
.rrp-card-crown-wrap .rrp-mini-crown { width: 20px; height: 15px; }
.rrp-card-crown-wrap .rrp-mini-crown-fill svg { width: 20px; height: 15px; }
.rrp-card-crown-score { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 13px; color: var(--rrp-ink); }
.rrp-badge { position: absolute; top: 10px; right: 10px; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 14px; border: 2px solid #fff; box-shadow: 0 3px 8px rgba(0,0,0,.25); color: #fff; }
.rrp-rank-badge { position: absolute; top: 10px; left: 10px; z-index: 1; background: #141414; color: #fff; font-family: 'Poppins', sans-serif; font-size: 11.5px; font-weight: 800; padding: 4px 10px; border-radius: 100px; }
.rrp-badge.tier-good { background: var(--rrp-good); }
.rrp-badge.tier-mid { background: var(--rrp-mid); }
.rrp-badge.tier-low { background: var(--rrp-low); }
.rrp-card-body { padding: 14px 14px 16px; }
.rrp-card-name { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 800; color: var(--rrp-ink); margin-bottom: 4px; }
.rrp-card-excerpt { font-size: 12px; color: var(--rrp-sub); line-height: 1.5; margin-bottom: 10px; }
.rrp-card-meta { display: flex; flex-wrap: wrap; gap: 6px; font-size: 10.5px; font-weight: 700; color: var(--rrp-accent-deep); }
.rrp-card-meta span { background: var(--rrp-accent-tint); padding: 3px 9px; border-radius: 100px; }

/* ── Single review "card" frame ── */
/* The single review reads as a normal full-width page (like the archive),
   not a floating boxed card — only the hero photo actually breaks out to
   the full viewport width, same full-bleed trick used site-wide. */
.rrp-single-frame { max-width: 1080px; margin: 0 auto; background: #fff; }

.rrp-hero-title { font-family: 'Poppins', sans-serif; font-size: clamp(21px, 3.4vw, 27px); font-weight: 800; letter-spacing: -.01em; margin: 0; color: #fff; }
.rrp-hero-title-dark { color: var(--rrp-ink); }

/* Card hero — photo shown at its natural ratio (contained, not cropped)
   on a neutral ground, with the title and the stat strip fused into the
   same bordered card underneath, rather than a full-bleed photo band. */
.rrp-hero-card-wrap { padding: 20px 20px 0; }
@media (min-width: 900px) { .rrp-hero-card-wrap { padding-left: 48px; padding-right: 48px; } }
.rrp-hero-card { border: 1px solid var(--rrp-line); border-radius: 16px; overflow: hidden; }
/* Up to 3 photos filling the card's full width edge to edge, rather than
   one contained photo with neutral background either side. A fixed-height
   flex row (not a CSS grid with an implicit row track) — the grid version
   of this exact idea let a tall source photo's intrinsic size force the
   row open regardless of the container's set height, since a grid row
   only gets a definite height when explicitly sized; a flex row's height
   is definite the moment it's set on the container itself, so the
   percentage-height <img> inside always has something solid to resolve
   against. min-height/min-width:0 still needed on each tile since flex
   items share the same "min-size:auto" default that grid items do. */
.rrp-hero-row { display: flex; height: 240px; }
@media (max-width: 640px) { .rrp-hero-row { height: 200px; } }
.rrp-hero-tile { flex: 1; position: relative; min-height: 0; min-width: 0; overflow: hidden; cursor: pointer; background-color: #3a2a22; }
.rrp-hero-tile img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rrp-hero-tile-more { position: absolute; inset: 0; background: rgba(20,20,20,.55); color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 13px; }
.rrp-hero-card-head { padding: 16px 20px 4px; }
.rrp-hero-card-head .rrp-crumb { color: var(--rrp-sub); margin-bottom: 8px; }
.rrp-hero-card-head .rrp-crumb a { color: var(--rrp-accent-deep); }
.rrp-hero-card-head .rrp-crumb a:hover { color: var(--rrp-accent); }

/* Small crown icon that fills by composite score % — used in the sticky
   nav and the "Score" cell of the stat strip below. */
.rrp-mini-crown { position: relative; width: 18px; height: 14px; flex-shrink: 0; }
.rrp-mini-crown svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.rrp-mini-crown-outline { color: var(--rrp-line); }
.rrp-mini-crown-fill { position: absolute; left: 0; right: 0; bottom: 0; overflow: hidden; }
.rrp-mini-crown-fill svg { position: absolute; left: 0; bottom: 0; width: 18px; height: 14px; }
.rrp-mini-crown-fill.tier-good svg { color: var(--rrp-good); }
.rrp-mini-crown-fill.tier-mid svg { color: var(--rrp-mid); }
.rrp-mini-crown-fill.tier-low svg { color: var(--rrp-low); }

/* Sticky mini-header — fades in once you've scrolled past the hero.
   position:fixed (not sticky) so it never reserves layout space while
   hidden — a sticky element still occupies its box even at opacity:0,
   which is what was pushing the hero down with a blank gap above it. */
.rrp-sticky-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 40; background: #fff; border-bottom: 1px solid var(--rrp-line);
  display: flex; align-items: center; justify-content: space-between; padding: 10px 20px;
  opacity: 0; transform: translateY(-6px); transition: opacity .18s, transform .18s; pointer-events: none;
}
@media (min-width: 900px) { .rrp-sticky-nav { padding-left: 48px; padding-right: 48px; } }
.rrp-sticky-nav.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.rrp-sticky-left { display: flex; align-items: center; gap: 9px; }
.rrp-sticky-name { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 800; }
.rrp-sticky-score { font-size: 11.5px; color: var(--rrp-sub); font-weight: 700; }
.rrp-sticky-links { display: flex; gap: 16px; font-size: 11.5px; font-weight: 700; color: var(--rrp-sub); }
.rrp-sticky-links a:hover { color: var(--rrp-accent-deep); }
.rrp-sticky-links a { text-decoration: none; }
@media (max-width: 640px) { .rrp-sticky-links { display: none; } }

/* Dashboard stat strip — replaces the loose meta pills that used to sit
   under the title. */
.rrp-stat-strip-wrap { position: relative; margin-top: 16px; border-top: 1px solid var(--rrp-line); }
.rrp-stat-strip {
  display: grid; grid-template-columns: repeat(5, 1fr);
}
.rrp-stat-cell { padding: 14px 16px; border-right: 1px solid var(--rrp-line); position: relative; }
.rrp-stat-cell:last-child { border-right: none; }
.rrp-stat-label { font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--rrp-sub); margin-bottom: 5px; }
.rrp-stat-value { font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 600; display: flex; align-items: center; gap: 6px; }
.rrp-stat-unit { font-size: 10px; font-weight: 600; color: var(--rrp-sub); }
.rrp-stat-updated { color: #1e5c39; }
.rrp-stat-info {
  appearance: none; -webkit-appearance: none; box-sizing: border-box; padding: 0; margin: 0;
  width: 16px; height: 16px; min-width: 16px; border-radius: 50%; background: #F5F3EE; color: var(--rrp-sub);
  border: none; font-family: 'Poppins', sans-serif !important; font-size: 9px !important; font-weight: 800 !important;
  cursor: pointer; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.rrp-stat-info:hover, .rrp-stat-info.open { background: var(--rrp-accent); color: #fff; }
.rrp-stat-tooltip { display: none; position: absolute; top: calc(100% + 8px); left: 16px; width: 210px; background: #141414; color: #fff; font-size: 11.5px; font-weight: 500; line-height: 1.5; padding: 10px 12px; border-radius: 8px; z-index: 5; white-space: normal; }
.rrp-stat-cell.tooltip-open .rrp-stat-tooltip { display: block; }
/* Below 760px the strip stops wrapping (which was stacking 5 cells into 3
   tall rows) and scrolls sideways instead, one row, same as desktop —
   arrow buttons make the "swipe for more" affordance explicit rather than
   relying on the user noticing a bit of the next cell peeking in. */
@media (max-width: 760px) {
  .rrp-stat-strip {
    display: flex; width: 100%; overflow-x: scroll; -webkit-overflow-scrolling: touch;
    touch-action: pan-x; scrollbar-width: none;
  }
  .rrp-stat-strip::-webkit-scrollbar { display: none; }
  .rrp-stat-cell { flex: 0 0 auto; min-width: 118px; }
  .rrp-stat-arrow { display: flex; }
}
.rrp-stat-arrow {
  display: none; position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 26px; height: 26px; border-radius: 50%; background: #fff; color: var(--rrp-ink);
  border: 1px solid var(--rrp-line); box-shadow: 0 2px 8px rgba(20,20,20,.12);
  align-items: center; justify-content: center; cursor: pointer; padding: 0;
  transition: opacity .15s; opacity: 1;
}
.rrp-stat-arrow svg { width: 13px; height: 13px; }
.rrp-stat-arrow-left { left: 4px; }
.rrp-stat-arrow-right { right: 4px; }
.rrp-stat-arrow.is-hidden { opacity: 0; pointer-events: none; }

/* Two-column body — a sticky rail on the left (Visit Details, Appears In,
   Find It) and the main narrative content on the right. */
.rrp-layout { display: grid; grid-template-columns: 260px 1fr; gap: 0 32px; padding: 0 20px; align-items: start; }
@media (min-width: 900px) { .rrp-layout { padding: 0 48px; } }
@media (max-width: 840px) { .rrp-layout { grid-template-columns: 1fr; padding: 0 20px; } }
.rrp-layout-side { position: sticky; top: 57px; padding-top: 22px; padding-bottom: 22px; }
/* On mobile the rail (Visit Details / Appears In / Find It) drops below the
   main content instead of jumping above it — Favourite Dish, scores, and
   the rest of the write-up read first, practical/logistical info after. */
@media (max-width: 840px) { .rrp-layout-side { position: static; padding-top: 20px; order: 1; } .rrp-layout-main { order: 0; } }
.rrp-layout-main .rrp-section { padding-left: 0; padding-right: 0; }
@media (min-width: 900px) { .rrp-layout-main .rrp-section { padding-left: 0; padding-right: 0; } }

.rrp-side-card { border: 1px solid var(--rrp-line); border-radius: 12px; padding: 16px; margin-bottom: 14px; }
.rrp-side-head { font-size: 9.5px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--rrp-accent-deep); margin-bottom: 12px; }
.rrp-side-visit { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.rrp-side-visit-cell { background: #F9F7F3; border-radius: 8px; padding: 9px 6px; text-align: center; }
.rrp-side-visit-num { display: block; font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; font-size: 12px !important; font-weight: 600 !important; line-height: 1.3 !important; margin: 0 0 2px; color: var(--rrp-ink); }
.rrp-side-visit-label { display: block; font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; font-size: 8.5px !important; font-weight: 600 !important; letter-spacing: .04em; text-transform: uppercase; color: var(--rrp-sub); line-height: 1.3 !important; }
.rrp-side-map.rrp-map { height: 110px; margin-bottom: 10px; }
.rrp-side-address { font-size: 12px; color: var(--rrp-sub); margin-bottom: 10px; line-height: 1.4; }
.rrp-side-cta {
  display: block; text-align: center; text-decoration: none; box-sizing: border-box; border: none;
  font-family: 'Poppins', sans-serif !important; font-size: 11.5px !important; font-weight: 800 !important;
  letter-spacing: normal !important; text-transform: none !important; line-height: 1.3 !important;
  color: #fff !important; background: var(--rrp-accent); padding: 9px; border-radius: 8px;
}
.rrp-side-cta:hover { background: var(--rrp-accent-deep); color: #fff !important; }

/* Every gallery photo lives here as a real, crawlable <img> with alt text —
   visually hidden (not display:none, so it still renders and isn't
   skipped by some crawlers/screen readers) since the hero and lightbox
   already handle how photos are actually shown to a visitor. */
.rrp-gallery-seo { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.rrp-badge-wrap { position: absolute; left: 24px; bottom: 14px; z-index: 2; }
@media (min-width: 900px) { .rrp-badge-wrap { left: 48px; } }
.rrp-single-frame .rrp-badge { position: static; width: 64px; height: 64px; flex-direction: column; border-width: 3px; }
.rrp-single-frame .rrp-badge b { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 800; line-height: 1; }
.rrp-single-frame .rrp-badge span { font-size: 6.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; opacity: .85; }

/* Crown score badge — replaces the number-in-a-circle in the hero. Fills
   bottom-up in proportion to the composite score out of 100, colored by
   the same tier (good/mid/low) the old badge used. */
.rrp-crown-badge { position: relative; width: 72px; height: 54px; cursor: help; filter: drop-shadow(0 3px 8px rgba(0,0,0,.35)); }
.rrp-crown-badge svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.rrp-crown-badge .rrp-crown-outline { color: rgba(255,255,255,.55); }
.rrp-crown-badge .rrp-crown-fill-wrap { position: absolute; left: 0; right: 0; bottom: 0; overflow: hidden; }
.rrp-crown-badge .rrp-crown-fill-wrap svg { position: absolute; left: 0; bottom: 0; width: 72px; height: 54px; }
.rrp-crown-badge.tier-good .rrp-crown-fill-wrap svg { color: var(--rrp-good); }
.rrp-crown-badge.tier-mid .rrp-crown-fill-wrap svg { color: var(--rrp-mid); }
.rrp-crown-badge.tier-low .rrp-crown-fill-wrap svg { color: var(--rrp-low); }
.rrp-crown-tooltip { display: none; position: absolute; left: 50%; transform: translateX(-50%); bottom: calc(100% + 10px); background: #141414; color: #fff; font-size: 11px; font-weight: 600; line-height: 1.5; padding: 8px 11px; border-radius: 8px; white-space: nowrap; z-index: 5; }
.rrp-crown-badge:hover .rrp-crown-tooltip { display: block; }
.rrp-photo-count { position: absolute; right: 16px; bottom: 16px; z-index: 2; display: flex; align-items: center; gap: 6px; background: rgba(0,0,0,.55); color: #fff; font-size: 11.5px; font-weight: 700; padding: 7px 12px; border-radius: 100px; }
.rrp-photo-count svg { width: 14px; height: 14px; }

.rrp-head { padding: 22px 28px 26px; }
@media (min-width: 900px) { .rrp-head, .rrp-section { padding-left: 48px; padding-right: 48px; } }
.rrp-head .rrp-crumb { color: var(--rrp-sub); }
.rrp-head .rrp-crumb a { color: var(--rrp-accent-deep); }
.rrp-title { font-family: 'Poppins', sans-serif; font-size: 25px; font-weight: 800; letter-spacing: -.01em; margin: 0 0 14px; }

.rrp-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.rrp-meta-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; color: var(--rrp-ink); background: #F5F3EE; padding: 6px 12px 6px 8px; border-radius: 100px; }
.rrp-meta-pill svg { width: 13px; height: 13px; color: var(--rrp-accent-deep); flex-shrink: 0; }
.rrp-meta-updated { background: var(--rrp-good-tint); color: #1e5c39; }
.rrp-meta-updated svg { color: #1e5c39; }
.rrp-meta-price { position: relative; cursor: help; }
.rrp-meta-currency { font-weight: 800; color: var(--rrp-accent-deep); }
.rrp-meta-tooltip { display: none; position: absolute; top: calc(100% + 8px); left: 0; width: 210px; background: #141414; color: #fff; font-size: 11.5px; font-weight: 500; line-height: 1.5; padding: 10px 12px; border-radius: 8px; z-index: 5; white-space: normal; }
.rrp-meta-price:hover .rrp-meta-tooltip { display: block; }

.rrp-section { padding: 26px 28px; border-top: 1px solid var(--rrp-line); }
.rrp-section-eyebrow { font-size: 10.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--rrp-accent-deep); margin-bottom: 10px; }
.rrp-order { font-size: 10.5px; color: #b8b6b0; letter-spacing: .04em; text-transform: uppercase; font-weight: 700; margin-left: 6px; }

/* Box stays the same overall height as before (96px — the old 64px image
   plus its 16px top/bottom padding). The image now fills that height
   exactly, flush to the left edge with no padding, staying square via
   aspect-ratio — it can't get any bigger than the box because the box's
   height is fixed, not driven by the image. */
.rrp-musttry { display: flex; align-items: stretch; height: 96px; background: #fff; border: 1px solid var(--rrp-line); border-radius: 12px; overflow: hidden; }
.rrp-musttry-img { position: relative; aspect-ratio: 1 / 1; height: 100%; flex-shrink: 0; background-color: #c9a24a; cursor: pointer; overflow: hidden; }
.rrp-musttry-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rrp-musttry-zoom { position: absolute; top: 6px; right: 6px; width: 20px; height: 20px; border-radius: 50%; background: rgba(0,0,0,.55); color: #fff; display: flex; align-items: center; justify-content: center; }
.rrp-musttry-zoom svg { width: 11px; height: 11px; }
.rrp-musttry-body { flex: 1; min-width: 0; padding: 12px 18px; display: flex; flex-direction: column; justify-content: center; }
.rrp-musttry-name { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 800; color: var(--rrp-accent-deep); margin-bottom: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rrp-musttry-note { font-size: 12.5px; color: var(--rrp-sub); line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* Visit Details strip — full width, sits above the score/fussy columns */
.rrp-visit-strip { display: flex; border: 1px solid var(--rrp-line); border-radius: 10px; overflow: hidden; flex-wrap: wrap; margin-bottom: 24px; }
.rrp-visit-cell { flex: 1; min-width: 110px; text-align: center; padding: 12px 8px; border-right: 1px solid var(--rrp-line); }
.rrp-visit-cell:last-child { border-right: none; }
.rrp-visit-cell b { display: block; font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 800; margin-bottom: 3px; }
.rrp-visit-cell span { font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--rrp-sub); }

/* Score Breakdown + Fussy Eater Score, side by side */
.rrp-scores-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; position: relative; }
@media (max-width: 560px) { .rrp-scores-cols { grid-template-columns: 1fr; gap: 28px; } }
@media (min-width: 561px) { .rrp-scores-cols:before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: var(--rrp-line); } }
.rrp-scores-cols.single-col { grid-template-columns: 1fr; max-width: 420px; }
.rrp-scores-cols.single-col:before { display: none; }
.rrp-scores-col-head { font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--rrp-accent-deep); margin-bottom: 14px; }

.rrp-breakdown-v { display: flex; flex-direction: column; gap: 8px; }
.rrp-score-row-v { position: relative; display: grid; grid-template-columns: minmax(58px,auto) 1fr auto 18px; align-items: center; column-gap: 16px; height: 52px; padding: 0 12px; border-radius: 9px; border: 1px solid var(--rrp-line); background: #fff; }
.rrp-score-label-v { font-size: 11px; font-weight: 700; color: var(--rrp-sub); text-transform: uppercase; letter-spacing: .03em; white-space: nowrap; }
.rrp-score-meter { display: flex; gap: 4px; align-items: center; }
.rrp-score-meter svg { width: 17px; height: 13px; flex-shrink: 0; }
.rrp-score-crown-off { color: var(--rrp-line); }
.rrp-score-crown-on { color: var(--rrp-accent); }
.rrp-score-value-v { font-family: 'Poppins', sans-serif; font-size: 12.5px; font-weight: 800; text-align: right; }
.rrp-score-info-v { appearance: none; -webkit-appearance: none; box-sizing: border-box; padding: 0; margin: 0; width: 16px; height: 16px; min-width: 16px; border-radius: 50%; background: #F5F3EE; color: var(--rrp-sub); border: none; font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 800; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rrp-score-info-v:hover, .rrp-score-info-v.tooltip-open { background: var(--rrp-accent); color: #fff; }
.rrp-score-tooltip-v { display: none; position: absolute; top: calc(100% + 8px); right: 0; width: 220px; background: #141414; color: #fff; font-size: 11px; font-weight: 500; text-transform: none; letter-spacing: normal; line-height: 1.5; white-space: normal; padding: 9px 11px; border-radius: 8px; z-index: 5; }
.rrp-score-row-v.tooltip-open .rrp-score-tooltip-v { display: block; }

.rrp-fussy-stages-v { display: flex; flex-direction: column; gap: 8px; }
.rrp-fussy-stage-v { position: relative; display: flex; align-items: center; gap: 10px; height: 52px; padding: 0 10px; border-radius: 9px; border: 1px solid var(--rrp-line); background: #fff; }
.rrp-fussy-stage-v.on { background: var(--rrp-accent-tint); border-color: var(--rrp-accent); }
.rrp-fussy-stage-v-ic { width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #F5F3EE; flex-shrink: 0; }
.rrp-fussy-stage-v.on .rrp-fussy-stage-v-ic { background: var(--rrp-accent); color: #fff; }
.rrp-fussy-stage-v-ic svg { width: 12px; height: 12px; }
.rrp-fussy-stage-v-label { font-family: 'Poppins', sans-serif; font-size: 11.5px; font-weight: 800; color: var(--rrp-sub); flex: 1; }
.rrp-fussy-stage-v.on .rrp-fussy-stage-v-label { color: var(--rrp-accent-deep); }
.rrp-fussy-info-v { appearance: none; -webkit-appearance: none; box-sizing: border-box; padding: 0; margin: 0; width: 16px; height: 16px; min-width: 16px; border-radius: 50%; background: #F5F3EE; color: var(--rrp-sub); border: none; font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 800; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rrp-fussy-stage-v.on .rrp-fussy-info-v { background: rgba(255,255,255,.6); color: var(--rrp-accent-deep); }
.rrp-fussy-tooltip-v { display: none; position: absolute; top: calc(100% + 8px); left: 0; width: 220px; background: #141414; color: #fff; font-size: 11px; font-weight: 500; line-height: 1.5; padding: 9px 11px; border-radius: 8px; z-index: 5; }
.rrp-fussy-stage-v.tooltip-open .rrp-fussy-tooltip-v { display: block; }

/* Liked / Didn't, two columns */
.rrp-verdict-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 520px) { .rrp-verdict-cols { grid-template-columns: 1fr; gap: 22px; } }
.rrp-verdict-col-head { font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 14px; }
.rrp-verdict-col-head.liked { color: #1e5c39; }
.rrp-verdict-col-head.disliked { color: #8a2620; }
.rrp-tag-list { display: flex; flex-direction: column; gap: 8px; }
.rrp-tag-row { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; padding: 10px 12px; border-radius: 10px; }
.rrp-tag-row.liked { background: var(--rrp-good-tint); color: #1e5c39; }
.rrp-tag-row.disliked { background: var(--rrp-low-tint); color: #8a2620; }
.rrp-tag-ic { flex-shrink: 0; width: 15px; height: 15px; }

.rrp-closing { background: #141414; color: #fff; border-radius: 14px; padding: 20px 22px; }
.rrp-closing .rrp-section-eyebrow { color: var(--rrp-amber); margin-bottom: 8px; }
.rrp-closing-text { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; line-height: 1.5; }

/* Location / map */
.rrp-map { position: relative; height: 200px; border-radius: 12px; overflow: hidden; background: #EAE6DD; }
.rrp-map-pin { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-100%); display: flex; flex-direction: column; align-items: center; }
.rrp-map-pin-drop { width: 34px; height: 34px; border-radius: 50% 50% 50% 0; background: var(--rrp-accent); transform: rotate(-45deg); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,.25); }
.rrp-map-pin-drop svg { transform: rotate(45deg); width: 15px; height: 15px; color: #fff; }
.rrp-map-pin-shadow { width: 16px; height: 5px; border-radius: 50%; background: rgba(0,0,0,.18); margin-top: 2px; }
.rrp-map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(20,20,20,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(20,20,20,.05) 1px, transparent 1px); background-size: 28px 28px; }
.rrp-map-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; gap: 12px; flex-wrap: wrap; }
.rrp-map-address { font-size: 12.5px; color: var(--rrp-sub); font-weight: 600; }
.rrp-map-address b { display: block; color: var(--rrp-ink); font-size: 13.5px; font-weight: 800; margin-bottom: 2px; }
.rrp-map-cta { font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 800; color: #fff; background: var(--rrp-accent); padding: 10px 18px; border-radius: 9px; white-space: nowrap; text-decoration: none; }
.rrp-map-cta:hover { background: var(--rrp-accent-deep); }

/* ── Best Of town/region landing page — stats bar, subnav, spotlight ── */
.rrp-bestof-stats { display: flex; border-bottom: 1px solid var(--rrp-line); }
.rrp-bestof-stat { flex: 1; padding: 16px 12px; text-align: center; border-right: 1px solid var(--rrp-line); }
.rrp-bestof-stat:last-child { border-right: none; }
.rrp-bestof-stat .n { display: block; font-family: 'Poppins', sans-serif; font-size: 19px; font-weight: 800; }
.rrp-bestof-stat .l { display: block; font-size: 10px; text-transform: uppercase; letter-spacing: .05em; color: var(--rrp-sub); font-weight: 700; margin-top: 3px; }

.rrp-bestof-subnav { display: flex; gap: 8px; flex-wrap: wrap; padding: 18px 20px; border-bottom: 1px solid var(--rrp-line); }
@media (min-width: 900px) { .rrp-bestof-subnav { padding-left: 48px; padding-right: 48px; } }
.rrp-bestof-subnav-pill { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--rrp-accent-deep); background: var(--rrp-accent-tint); padding: 7px 13px; border-radius: 100px; text-decoration: none; }
.rrp-bestof-subnav-pill:hover { background: var(--rrp-accent); color: #fff; }
.rrp-bestof-subnav-pill svg { width: 13px; height: 13px; }

.rrp-bestof-spotlight { display: flex; margin: 22px 20px; border: 1px solid var(--rrp-line); border-radius: 14px; overflow: hidden; text-decoration: none; color: var(--rrp-ink); }
@media (min-width: 900px) { .rrp-bestof-spotlight { margin-left: 48px; margin-right: 48px; } }
@media (max-width: 640px) { .rrp-bestof-spotlight { flex-direction: column; } }
.rrp-bestof-spotlight-img { width: 220px; flex-shrink: 0; background-size: cover; background-position: center; background-color: #2a2320; }
@media (max-width: 640px) { .rrp-bestof-spotlight-img { width: 100%; height: 160px; } }
.rrp-bestof-spotlight-body { padding: 20px 22px; flex: 1; }
.rrp-bestof-spotlight-eyebrow { display: inline-block; font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--rrp-amber); background: #141414; padding: 4px 10px; border-radius: 100px; margin-bottom: 10px; }
.rrp-bestof-spotlight-name { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 800; margin-bottom: 4px; }
.rrp-bestof-spotlight-meta { font-size: 12px; color: var(--rrp-sub); margin-bottom: 10px; }
.rrp-bestof-spotlight-quote { font-size: 13.5px; color: var(--rrp-ink); font-style: italic; line-height: 1.5; }

.rrp-bestof-list-head { margin-bottom: 14px; }
.rrp-bestof-list-head h3 { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 800; margin: 0; }

/* ── "Rate It Yourself" — reader participation section ── */
.rrp-rate-yourself .rate-title { font-family: 'Poppins', sans-serif; font-size: 17px; font-weight: 800; margin: 0 0 6px; }
.rrp-rate-yourself .rate-sub { font-size: 12.5px; color: var(--rrp-sub); margin: 0 0 18px; line-height: 1.5; }

.rate-rows { display: flex; flex-direction: column; gap: 6px; }
.rate-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 14px; border-radius: 10px; flex-wrap: wrap; }
.rate-row:nth-child(odd) { background: #F5F3EE; }
.rate-row-label { font-size: 12.5px; font-weight: 700; min-width: 110px; }

.crown-picker { display: flex; gap: 5px; }
.crown-picker svg { width: 20px; height: 15px; cursor: pointer; color: var(--rrp-line); }
.crown-picker svg.on { color: var(--rrp-accent); }

.fussy-picker { display: flex; gap: 6px; flex-wrap: wrap; }
.fussy-pill { font-size: 11px; font-weight: 700; padding: 6px 11px; border-radius: 100px; border: 1px solid var(--rrp-line); background: #fff; color: var(--rrp-sub); cursor: pointer; }
.fussy-pill.on { background: var(--rrp-accent); border-color: var(--rrp-accent); color: #fff; }

.rate-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; flex-wrap: wrap; }
.rrp-rate-error { font-size: 11.5px; color: var(--rrp-low); font-weight: 600; }
.rate-submit { font-family: 'Poppins', sans-serif; font-size: 12.5px; font-weight: 800; color: #fff; background: var(--rrp-accent); border: none; padding: 11px 20px; border-radius: 9px; cursor: pointer; }
.rate-submit:hover { background: var(--rrp-accent-deep); }
.rate-submit:disabled { opacity: .6; cursor: default; }

.thanks-banner { display: flex; align-items: center; gap: 10px; background: var(--rrp-accent-tint); color: var(--rrp-accent-deep); font-size: 12.5px; font-weight: 700; padding: 12px 16px; border-radius: 10px; margin-bottom: 16px; }
.thanks-banner svg { width: 16px; height: 16px; flex-shrink: 0; }
.compare-head { display: flex; justify-content: flex-end; gap: 22px; margin-bottom: 6px; }
.compare-head span { font-size: 9.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--rrp-sub); min-width: 56px; text-align: center; }
.compare-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 11px 14px; border-radius: 10px; flex-wrap: wrap; }
.compare-row:nth-child(odd) { background: #F5F3EE; }
.compare-label { font-size: 12.5px; font-weight: 700; min-width: 110px; }
.compare-vals { display: flex; gap: 22px; }
.compare-val { text-align: center; min-width: 56px; }
.compare-val .n { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 800; }
.compare-val.mine .n { color: var(--rrp-accent); }
.compare-val.community .n { color: var(--rrp-accent-deep); }
.compare-val.ours .n { color: var(--rrp-ink); }
.rate-count-note { font-size: 11px; color: var(--rrp-sub); margin-top: 14px; }

/* Why Trust Our Review — three explanation cards */
/* Full-bleed, same technique as the hero photo — breaks out of the
   900px content column to span the true viewport width. */
.rrp-trust {
  position: relative; width: 100vw; max-width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw;
  background: #F7F5F0; padding: 40px 28px; margin-top: 26px;
}
@media (min-width: 900px) { .rrp-trust { padding-left: 48px; padding-right: 48px; } }
.rrp-trust-eyebrow { font-size: 10.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--rrp-accent-deep); margin-bottom: 20px; text-align: center; }
.rrp-trust-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; max-width: 1100px; margin: 0 auto; }
@media (max-width: 860px) { .rrp-trust-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .rrp-trust-grid { grid-template-columns: 1fr; } }
.rrp-trust-card { background: #fff; border: 1px solid var(--rrp-line); border-radius: 12px; padding: 18px 16px; text-align: center; }
.rrp-trust-card b { display: block; font-family: 'Poppins', sans-serif; font-size: 12.5px; font-weight: 800; margin-bottom: 5px; }
.rrp-trust-card p { font-size: 11px; color: var(--rrp-sub); line-height: 1.5; margin: 0; }

/* Lightbox */
.rrp-lightbox { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(10,10,10,.94); align-items: center; justify-content: center; }
.rrp-lightbox.show { display: flex; }
/* A real <img>, not a fixed-ratio cropped background — every photo shows
   at its own real proportions (portrait, landscape, square, whatever it
   actually is) instead of being force-cropped into a 4:3 box. */
.rrp-lightbox-img { max-width: min(90vw,1100px); max-height: 84vh; width: auto; height: auto; border-radius: 10px; object-fit: contain; display: block; }
.rrp-lightbox-close { position: absolute; top: 20px; right: 20px; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.12); border: none; color: #fff; font-size: 20px; cursor: pointer; }
.rrp-lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.12); border: none; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.rrp-lightbox-nav.prev { left: 20px; }
.rrp-lightbox-nav.next { right: 20px; }
.rrp-lightbox-counter { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.7); font-size: 12.5px; font-weight: 700; }

/* ── Front-end submission form ── */
.rrp-form { max-width: 640px; font-family: 'Inter', system-ui, sans-serif; color: var(--rrp-ink); }
.rrp-form h3 { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 800; margin: 0 0 12px; }
.rrp-form-section { border-top: 1px solid var(--rrp-line); padding: 20px 0; }
.rrp-form-section:first-child { border-top: none; padding-top: 0; }
.rrp-form-label { display: block; font-size: 12px; font-weight: 700; color: var(--rrp-sub); margin: 12px 0 6px; }
.rrp-form-label:first-child { margin-top: 0; }
.rrp-form-input { width: 100%; box-sizing: border-box; padding: 10px 12px; border: 1px solid var(--rrp-line); border-radius: 8px; font-size: 13.5px; font-family: 'Inter', sans-serif; color: var(--rrp-ink); background: #fff; }
.rrp-form-input:focus { outline: none; border-color: var(--rrp-accent); }
.rrp-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 16px; }
@media (max-width: 560px) { .rrp-form-grid { grid-template-columns: 1fr; } }
.rrp-form-counter { font-size: 11px; color: var(--rrp-sub); margin: 6px 0 0; }
.rrp-form-definitions { margin: 6px 0 0; font-size: 11.5px; color: var(--rrp-sub); }
.rrp-form-definitions summary { cursor: pointer; font-weight: 700; color: var(--rrp-accent-deep); }
.rrp-form-definitions p { margin: 6px 0 0; line-height: 1.5; }
.rrp-form-definitions p b { color: var(--rrp-ink); }
.rrp-form-submit { font-family: 'Poppins', sans-serif; font-size: 13.5px; font-weight: 800; color: #fff; background: var(--rrp-accent); border: none; padding: 13px 26px; border-radius: 9px; cursor: pointer; margin-top: 20px; }
.rrp-form-submit:hover { background: var(--rrp-accent-deep); }
.rrp-form-note { font-size: 11.5px; color: var(--rrp-sub); margin-top: 10px; }
.rrp-form-notice { font-size: 13.5px; color: var(--rrp-sub); }
.rrp-form-message { margin-bottom: 20px; }
.rrp-form-error { color: #8a2620; background: var(--rrp-low-tint); padding: 10px 14px; border-radius: 8px; font-size: 13px; font-weight: 600; }
.rrp-quick-error { display: block; color: #8a2620; font-size: 12.5px; font-weight: 600; margin-bottom: 10px; }

/* ── Homepage [crown_commons_homepage] ── */
.rrp-home-hero { position: relative; width: 100vw; max-width: 100vw; left: 50%; transform: translateX(-50%); box-sizing: border-box; background: linear-gradient(180deg,#141414 0%,#1c1a1a 100%); padding: 64px 20px 48px; display: flex; flex-direction: column; align-items: center; gap: 22px; }
@media (min-width: 900px) { .rrp-home-hero { padding-left: 48px; padding-right: 48px; } }
.rrp-home-h1 { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: clamp(28px,4vw,44px); color: #fff !important; text-align: center; max-width: 720px; line-height: 1.18; letter-spacing: -.01em; margin: 0; }
.rrp-home-search-wrap { width: 100%; max-width: 600px; display: flex; align-items: center; gap: 10px; background: #fff; border-radius: 14px; padding: 6px 6px 6px 18px; box-shadow: 0 16px 32px rgba(0,0,0,.28); }
.rrp-home-search-wrap .rrp-search-icon { width: 18px; height: 18px; color: #8A8574; flex-shrink: 0; }
.rrp-home-search-wrap .rrp-search-input { flex-grow: 1; border: none; outline: none; font-size: 14.5px; font-family: 'Inter', sans-serif; color: var(--rrp-ink); background: transparent; padding: 11px 0; }
.rrp-home-search-btn { background: var(--rrp-accent); color: #fff; border: none; border-radius: 9px; padding: 12px 22px; font-size: 13.5px; font-weight: 700; font-family: 'Inter', sans-serif; cursor: pointer; }
.rrp-home-search-btn:hover { background: var(--rrp-accent-deep); }
.rrp-home-stats { display: flex; gap: 40px; flex-wrap: wrap; justify-content: center; }
.rrp-home-stat { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.rrp-home-stat-n { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 22px; color: #fff; }
.rrp-home-stat-label { font-size: 11px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .06em; }

.rrp-home-section { padding: 48px 20px 8px; }
@media (min-width: 900px) { .rrp-home-section { padding-left: 48px; padding-right: 48px; } }
.rrp-home-section-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 20px; gap: 12px; }
.rrp-home-section-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 22px; color: var(--rrp-ink); }
.rrp-home-section-link { font-size: 13px; font-weight: 700; color: var(--rrp-accent-deep); border-bottom: 1px solid var(--rrp-accent-deep); padding-bottom: 1px; white-space: nowrap; }

.rrp-home-category-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
@media (max-width: 900px) { .rrp-home-category-grid { grid-template-columns: 1fr; } }
.rrp-home-category-card { display: flex; flex-direction: column; gap: 16px; padding: 28px; border-radius: 16px; border: 1px solid var(--rrp-line); background: #FBFAF7; }
.rrp-home-category-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--rrp-accent-tint); color: var(--rrp-accent-deep); display: flex; align-items: center; justify-content: center; }
.rrp-home-category-icon svg { width: 22px; height: 22px; }
.rrp-home-category-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 19px; }
.rrp-home-category-link { font-size: 12.5px; font-weight: 700; color: var(--rrp-accent-deep); margin-top: auto; }

.rrp-home-bestof-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
@media (max-width: 900px) { .rrp-home-bestof-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
.rrp-home-bestof-card { display: flex; align-items: center; gap: 12px; padding: 18px; border: 1px solid var(--rrp-line); border-radius: 12px; background: #FBFAF7; }
.rrp-home-bestof-icon { width: 36px; height: 36px; border-radius: 10px; background: var(--rrp-accent-tint); color: var(--rrp-accent-deep); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rrp-home-bestof-icon svg { width: 17px; height: 17px; }
.rrp-home-bestof-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.rrp-home-bestof-name { font-size: 13px; font-weight: 800; }
.rrp-home-bestof-meta { font-size: 11.5px; color: var(--rrp-sub); }

.rrp-home-card-tag { position: absolute; top: 10px; left: 10px; background: rgba(20,20,20,.75); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 4px 9px; border-radius: 100px; }

.rrp-home-journal-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 20px; }
@media (max-width: 900px) { .rrp-home-journal-grid { grid-template-columns: 1fr; } }
.rrp-home-journal-card { display: flex; flex-direction: column; border-radius: 14px; overflow: hidden; border: 1px solid var(--rrp-line); background: #fff; }
.rrp-home-journal-img { height: 150px; background-size: cover; background-position: center; background-color: #d8d2c4; }
.rrp-home-journal-card.is-featured .rrp-home-journal-img { height: 220px; }
.rrp-home-journal-body { padding: 16px; display: flex; flex-direction: column; gap: 7px; }
.rrp-home-journal-cat { font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--rrp-accent-deep); }
.rrp-home-journal-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 15px; line-height: 1.3; color: var(--rrp-ink); }
.rrp-home-journal-card.is-featured .rrp-home-journal-title { font-size: 18px; }
.rrp-home-journal-meta { font-size: 11px; color: var(--rrp-sub); }

.rrp-home-trust { width: 100vw; max-width: 100vw; position: relative; left: 50%; transform: translateX(-50%); box-sizing: border-box; background: #141414; padding: 44px 20px; margin-top: 48px; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
@media (min-width: 900px) { .rrp-home-trust { padding-left: 48px; padding-right: 48px; } }
.rrp-home-trust-head { flex: 0 0 240px; }
.rrp-home-trust-title { font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 19px; color: #fff; margin-bottom: 6px; }
.rrp-home-trust-sub { font-size: 12px; color: rgba(255,255,255,.55); }
.rrp-home-trust-grid { flex-grow: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
@media (max-width: 700px) { .rrp-home-trust-grid { grid-template-columns: 1fr; } }
.rrp-home-trust-card-title { font-size: 13px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.rrp-home-trust-card-text { font-size: 12px; color: rgba(255,255,255,.55); line-height: 1.6; }
.rrp-form-success { color: #1e5c39; background: var(--rrp-good-tint); padding: 10px 14px; border-radius: 8px; font-size: 13px; font-weight: 600; }
