/* Penthouse Pick - editorial guide pages (uses tokens from /styles.css) */
.guide-hero { position: relative; background: var(--ink); color: var(--on-dark); overflow: hidden; }
.guide-hero::before { content: ''; position: absolute; inset: 0; background: url('/images/hero.jpg') center/cover no-repeat; opacity: .32; }
.guide-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,14,17,.55) 0%, rgba(13,14,17,.92) 100%); }
.guide-hero-inner { position: relative; z-index: 1; max-width: 880px; margin: 0 auto; padding: 72px 24px 64px; }
.guide-hero h1 { font-size: clamp(38px, 6vw, 64px); line-height: 1.04; margin: 18px 0 18px; }
.guide-hero h1 em { color: var(--gold-light); font-style: italic; }
.guide-hero .lead { font-size: 18px; color: var(--on-dark-muted); max-width: 60ch; line-height: 1.7; }
.guide-meta { margin-top: 26px; font-size: 13px; color: var(--on-dark-muted); letter-spacing: .04em; }

.guide { max-width: 880px; margin: 0 auto; padding: 44px 24px 80px; }
.disclosure { font-size: 13.5px; color: var(--muted); background: var(--ivory); border-left: 2px solid var(--gold); padding: 14px 18px; border-radius: var(--radius); margin-bottom: 44px; line-height: 1.6; }

.at-a-glance { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 28px; margin-bottom: 56px; box-shadow: var(--shadow-sm); }
.at-a-glance h2 { font-size: 26px; margin-bottom: 14px; }
.at-a-glance ol { margin: 0; padding-left: 22px; }
.at-a-glance li { padding: 6px 0; border-bottom: 1px solid var(--line); }
.at-a-glance li:last-child { border-bottom: 0; }
.at-a-glance a { text-decoration: none; font-weight: 600; }
.at-a-glance a:hover { color: var(--gold-deep); }
.at-a-glance span { color: var(--muted); }

.pick { position: relative; padding: 0 0 48px; margin-bottom: 48px; border-bottom: 1px solid var(--line); scroll-margin-top: 24px; }
.pick:last-of-type { border-bottom: 0; }
.pick-num { font-family: var(--serif); font-size: 64px; line-height: 1; color: var(--gold); opacity: .55; font-variant-numeric: lining-nums; }
.pick-tag { display: inline-block; margin: 10px 0 8px; font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; }
.pick h2 { font-size: clamp(30px, 4vw, 40px); line-height: 1.1; margin-bottom: 6px; }
.pick-where { color: var(--muted); font-size: 14.5px; margin-bottom: 18px; }
.pick p { font-size: 17px; line-height: 1.75; margin-bottom: 14px; max-width: 68ch; }
.pick ul.highlights { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 8px 22px; margin: 18px 0 24px; }
.pick ul.highlights li { position: relative; padding-left: 20px; font-size: 15px; }
.pick ul.highlights li::before { content: ''; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; transform: rotate(45deg); border: 1px solid var(--gold); }
.pick-note { font-size: 14px; color: var(--muted); font-style: italic; }
.pick .btn-gold { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.pick .btn-gold svg { width: 16px; height: 16px; }

.guide-end { background: var(--ink); color: var(--on-dark); border-radius: var(--radius-lg); padding: 34px 32px; margin-top: 16px; }
.guide-end h2 { font-size: 30px; margin-bottom: 10px; }
.guide-end p { color: var(--on-dark-muted); line-height: 1.7; margin-bottom: 20px; }

@media (max-width: 720px) {
  .guide-hero-inner { padding: 56px 16px 48px; }
  .guide { padding: 32px 16px 64px; }
  .pick-num { font-size: 48px; }
  .at-a-glance, .guide-end { padding: 22px 18px; }
}

/* v2: photos, per-city hero, hub */
.guide-hero::before { background-image: var(--hero, url('/images/hero.jpg')); opacity: .42; }
.pick-photo { margin: 0 0 26px; }
.pick-photo img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); background: var(--ivory); }
.pick-photo figcaption { margin-top: 8px; font-size: 11.5px; color: var(--muted); line-height: 1.5; }
.pick-photo figcaption a { color: inherit; }
.more-guides { margin-top: 56px; }
.more-guides h2 { font-size: 26px; margin-bottom: 14px; }
.more-guides div { display: flex; flex-wrap: wrap; gap: 10px; }
.more-guides a { text-decoration: none; border: 1px solid var(--line-strong); border-radius: 999px; padding: 8px 16px; font-size: 14px; }
.more-guides a:hover { border-color: var(--gold); color: var(--gold-deep); }
.guide--wide { max-width: 1180px; }
.city-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 22px; }
.city-card { position: relative; display: block; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4 / 5; text-decoration: none; color: var(--on-dark); box-shadow: var(--shadow-md); background: var(--ink); }
.city-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.city-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,14,17,0) 35%, rgba(13,14,17,.88) 100%); }
.city-card:hover img { transform: scale(1.04); }
.city-card-body { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 1; display: flex; flex-direction: column; gap: 4px; }
.city-card-body strong { font-family: var(--serif); font-size: 32px; font-weight: 600; }
.city-card-body span { font-size: 13px; color: var(--on-dark-muted); letter-spacing: .04em; }
.guide-note { font-size: 14.5px; line-height: 1.65; color: var(--text); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 18px; margin: -24px 0 44px; }
