/* Theme "vantage": a bold magazine-newsroom look - left-aligned wordmark
   with a thin magenta rule under the whole masthead, a black nav bar where
   the active item gets a magenta underline (no fill), uppercase section
   headings with a short magenta underline rule, and flat charcoal category
   badges overlapping the bottom-left corner of every image. Dark sidebar
   widget headers, square-ish minimal-radius cards. Same class-name
   contract as the other themes (see functions/_themes/vantage.js). */
:root {
  --ink: #171717; --muted: #767676; --line: #e8e8e8; --paper: #ffffff;
  --accent: #b03a9e; --accent-ink: #ffffff; --sidebar-bg: #f6f6f7; --badge: #262626;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--paper); color: var(--ink); }
body { font-family: 'Inter', -apple-system, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; margin: 0; font-weight: 800; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.placeholder-img { background: repeating-linear-gradient(45deg, #ececec, #ececec 10px, #e2e2e2 10px, #e2e2e2 20px); display: flex; align-items: center; justify-content: center; color: #a3a3a3; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; object-fit: cover; }

.topbar { background: var(--ink); color: #a3a3a3; font-size: 11.5px; }
.topbar .wrap { display: flex; align-items: center; justify-content: flex-end; padding: 9px 24px; flex-wrap: wrap; gap: 6px; }
.topbar-left { display: none; }
.topbar-right { display: flex; gap: 12px; align-items: center; }
.social-dot { width: 20px; height: 20px; border-radius: 3px; background: #333; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; color: #fff; }
.social-dot:hover { background: var(--accent); }

.site-header { background: #fff; border-bottom: 3px solid var(--accent); }
.header-inner { display: flex; align-items: center; justify-content: flex-start; padding: 26px 24px 22px; }
.logo-group { display: flex; align-items: center; gap: 16px; flex-direction: row; }
.logo-box { width: 54px; height: 54px; flex-shrink: 0; background: var(--ink); color: var(--accent); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 22px; }
.logo-img { height: 64px; width: auto; max-width: 380px; object-fit: contain; flex-shrink: 0; }
.site-name { font-size: 34px; font-weight: 800; letter-spacing: -.01em; text-align: left; font-family: 'Playfair Display', Georgia, serif; }
.site-tagline { font-size: 11.5px; color: var(--muted); margin-top: 5px; text-align: left; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; }

.main-nav { background: var(--ink); }
.main-nav .wrap { display: flex; gap: 2px; justify-content: flex-start; flex-wrap: wrap; padding: 0; }
.main-nav a { color: #d4d4d4; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; padding: 15px 16px; border-bottom: 3px solid transparent; }
.main-nav a.home { color: #fff; border-bottom-color: var(--accent); }
.main-nav a:hover:not(.home) { color: #fff; }

.layout { display: grid; grid-template-columns: 1fr 320px; gap: 36px; padding: 34px 24px 20px; max-width: 1180px; margin: 0 auto; align-items: start; }

.breadcrumb { font-size: 12px; color: var(--muted); margin-bottom: 10px; }
.breadcrumb a { font-weight: 700; color: var(--ink); }
.breadcrumb .sep { margin: 0 8px; color: #ccc; }

/* Uppercase heading with a short magenta underline rule - this theme's
   recurring motif (no pill, no full-width line). */
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin: 0 0 22px; padding-bottom: 12px; position: relative; }
.section-heading h2 { font-size: 19px; text-transform: uppercase; letter-spacing: .04em; font-weight: 800; font-family: 'Playfair Display', Georgia, serif; }
.section-heading::after { content: ""; position: absolute; left: 0; bottom: 0; width: 46px; height: 3px; background: var(--accent); }
.section-heading .see-all { font-size: 12px; font-weight: 700; color: var(--muted); white-space: nowrap; }
section.cat-section { margin-bottom: 46px; }

.hero { display: grid; grid-template-columns: 1.6fr 1fr; gap: 24px; margin-bottom: 44px; }
.hero-main { position: relative; display: block; }
.hero-main .placeholder-img, .hero-main img { width: 100%; height: 340px; margin-bottom: 14px; border-radius: 2px; }
.cat-tag { color: #fff; font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; background: var(--badge); padding: 6px 12px; border-radius: 3px; display: inline-block; position: relative; top: -32px; left: 12px; margin-bottom: -20px; }
.hero-main h1 { font-size: 30px; line-height: 1.22; margin: 8px 0 10px; }
.hero-main p { color: var(--muted); font-size: 15px; margin: 0 0 8px; font-weight: 400; font-family: 'Inter', sans-serif; }
.meta { color: #a3a3a3; font-size: 12.5px; font-weight: 500; }
.hero-side { display: flex; flex-direction: column; gap: 0; }
.hero-side-item { display: flex; gap: 12px; padding: 14px 0; border-top: 1px solid var(--line); }
.hero-side-item:first-child { border-top: none; padding-top: 0; }
.hero-side-item .placeholder-img, .hero-side-item img { width: 92px; height: 74px; flex-shrink: 0; font-size: 9px; border-radius: 2px; }
.hero-side-item h3 { font-size: 14.5px; line-height: 1.32; margin: 3px 0; font-family: 'Inter', sans-serif; font-weight: 700; }
.hero-side-item .cat-tag { top: 0; left: 0; margin-bottom: 4px; background: transparent; color: var(--accent); padding: 0; }

.tech-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tech-item { border-left: 3px solid var(--accent); padding-left: 14px; display: block; }
.tech-item .placeholder-img, .tech-item img { width: 100%; height: 90px; margin-bottom: 10px; font-size: 9px; border-radius: 2px; }
.tech-item h3 { font-size: 14px; line-height: 1.3; font-family: 'Inter', sans-serif; font-weight: 700; }

.picks-split { display: grid; grid-template-columns: 1.3fr 1fr; gap: 30px; background: var(--sidebar-bg); padding: 28px; border-radius: 2px; border-left: 3px solid var(--accent); }
.picks-feature { display: block; }
.picks-feature .placeholder-img, .picks-feature img { width: 100%; height: 236px; margin-bottom: 14px; font-size: 10px; border-radius: 2px; }
.picks-feature h3 { font-size: 22px; line-height: 1.26; margin: 8px 0; }
.picks-list { list-style: none; margin: 0; padding: 0; counter-reset: pick; }
.picks-list li { counter-increment: pick; display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px solid #e2e2e4; }
.picks-list li:last-child { border-bottom: none; }
.picks-list li::before { content: counter(pick); font-size: 18px; font-weight: 900; color: var(--accent); width: 26px; flex-shrink: 0; font-family: 'Playfair Display', serif; }
.picks-list .p-title { font-size: 14px; font-weight: 700; line-height: 1.3; font-family: 'Inter', sans-serif; }

.lifestyle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lifestyle-card { position: relative; overflow: hidden; height: 254px; display: block; border-radius: 2px; }
.lifestyle-card .placeholder-img, .lifestyle-card img { width: 100%; height: 100%; }
.lifestyle-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 38px 16px 16px; background: linear-gradient(transparent, rgba(0,0,0,.8)); color: #fff; }
.lifestyle-overlay h3 { color: #fff; font-size: 16px; margin-top: 4px; }

.travel-feature { display: grid; grid-template-columns: 1.4fr 1fr; background: var(--ink); color: #fff; overflow: hidden; margin-bottom: 20px; border-radius: 2px; }
.travel-feature .placeholder-img, .travel-feature > img { width: 100%; height: 100%; min-height: 254px; }
.travel-copy { padding: 32px; display: flex; flex-direction: column; justify-content: center; }
.travel-copy h3 { color: #fff; font-size: 23px; margin: 10px 0 12px; line-height: 1.26; }
.travel-copy p { color: #c9c9c9; font-size: 14px; margin: 0; font-weight: 400; font-family: 'Inter', sans-serif; }
.travel-small { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.travel-small .placeholder-img, .travel-small img { width: 100%; height: 128px; margin-bottom: 10px; font-size: 9px; border-radius: 2px; }
.travel-small h3 { font-size: 14.5px; line-height: 1.3; font-family: 'Inter', sans-serif; font-weight: 700; }

.business-list { border-top: 1px solid var(--line); }
.business-row { display: flex; gap: 16px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); }
.business-row .placeholder-img, .business-row img { width: 88px; height: 64px; flex-shrink: 0; font-size: 8px; border-radius: 2px; }
.business-row h3 { font-size: 15px; line-height: 1.3; margin: 4px 0 4px; font-family: 'Inter', sans-serif; font-weight: 700; }

.popular-list { list-style: none; margin: 0; padding: 0; counter-reset: pop; display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
.popular-list li { counter-increment: pop; display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.popular-list li::before { content: counter(pop); font-size: 18px; font-weight: 900; color: var(--accent); width: 26px; flex-shrink: 0; font-family: 'Playfair Display', serif; }
.popular-list .pop-title { font-size: 14px; font-weight: 700; line-height: 1.3; font-family: 'Inter', sans-serif; }

.cta-banner { background: var(--ink); color: #fff; padding: 34px 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 48px; flex-wrap: wrap; border-radius: 2px; border-top: 3px solid var(--accent); }
.cta-banner h2 { color: #fff; font-size: 23px; margin-bottom: 6px; }
.cta-banner p { margin: 0; font-size: 14px; color: #c9c9c9; font-weight: 400; font-family: 'Inter', sans-serif; }
.cta-form { display: flex; gap: 10px; flex-shrink: 0; }
.cta-form input { padding: 12px 14px; border: none; border-radius: 2px; font-size: 14px; width: 220px; font-family: inherit; }
.cta-form button { padding: 12px 22px; border: none; border-radius: 2px; background: var(--accent); color: #fff; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .03em; cursor: pointer; }

.widget { background: var(--sidebar-bg); border: none; border-radius: 2px; padding: 20px; margin-bottom: 20px; }
.widget h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; margin-bottom: 16px; color: var(--ink); border-bottom: 2px solid var(--ink); padding-bottom: 12px; font-family: 'Inter', sans-serif; }
.weather-widget { background: var(--ink); color: #fff; }
.weather-widget h3 { color: #fff; border-bottom-color: var(--accent); }
.weather-now { display: flex; align-items: center; justify-content: space-between; }
.weather-now .temp-big { font-size: 40px; font-weight: 800; font-family: 'Playfair Display', serif; }
.weather-now .cond { font-size: 13px; color: #c9c9c9; }
.weather-date { font-size: 12.5px; color: #a3a3a3; margin-top: 12px; border-top: 1px solid #333; padding-top: 12px; }
.weather-date .clock { font-weight: 800; color: #fff; font-size: 15px; }
.trending-list { list-style: none; margin: 0; padding: 0; counter-reset: trend; }
.trending-list li { counter-increment: trend; display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid #e2e2e4; }
.trending-list li:last-child { border-bottom: none; padding-bottom: 0; }
.trending-list li::before { content: counter(trend); font-size: 18px; font-weight: 900; color: var(--accent); flex-shrink: 0; width: 24px; font-family: 'Playfair Display', serif; }
.trending-list .t-title { font-size: 13.5px; font-weight: 700; line-height: 1.3; font-family: 'Inter', sans-serif; }
.trending-list .t-meta { font-size: 11.5px; color: var(--muted); margin-top: 3px; }
.newsletter-widget p { font-size: 13px; color: var(--muted); margin: 0 0 14px; font-weight: 400; font-family: 'Inter', sans-serif; }
.newsletter-widget input { width: 100%; padding: 10px 14px; border: 1px solid #ddd; border-radius: 2px; font-size: 13.5px; margin-bottom: 10px; font-family: inherit; }
.newsletter-widget button { width: 100%; padding: 10px; background: var(--accent); color: #fff; border: none; border-radius: 2px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; cursor: pointer; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-cloud a { background: #fff; border: 1px solid #ddd; padding: 6px 14px; border-radius: 2px; font-size: 12.5px; font-weight: 700; }
.tag-cloud a:hover { background: var(--badge); color: #fff; border-color: var(--badge); }
.social-row { display: flex; gap: 10px; }
.social-row a { flex: 1; background: #fff; border: 1px solid #ddd; border-radius: 2px; text-align: center; padding: 12px 6px; font-size: 12px; font-weight: 800; }
.ad-widget { border: 1px dashed #ccc; background: transparent; text-align: center; color: #a3a3a3; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; padding: 60px 10px; border-radius: 2px; }

.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 30px; }
.post-card { display: block; position: relative; }
.post-card .placeholder-img, .post-card img { width: 100%; height: 150px; margin-bottom: 10px; font-size: 10px; border-radius: 2px; }
.post-card h3 { font-size: 16px; line-height: 1.3; margin: 6px 0 6px; font-family: 'Inter', sans-serif; font-weight: 700; }
.post-card p { font-size: 13.5px; color: var(--muted); margin: 0 0 8px; font-weight: 400; font-family: 'Inter', sans-serif; }

.category-title { font-size: 30px; margin: 0 0 8px; }
.category-desc { font-size: 14px; color: var(--muted); margin: 0 0 26px; font-weight: 400; font-family: 'Inter', sans-serif; }
.pagination { display: flex; justify-content: space-between; margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--line); font-weight: 700; font-family: 'Inter', sans-serif; }
.pagination a { color: var(--accent); }

.single-post { max-width: 760px; }
.single-post-header h1 { font-size: 36px; line-height: 1.22; margin: 10px 0 14px; }
.single-post-headline { width: 100%; max-height: 470px; object-fit: cover; margin: 20px 0 30px; border-radius: 2px; }
.single-post-content { font-size: 18px; font-weight: 400; font-family: 'Inter', sans-serif; }
.single-post-content p { margin: 0 0 22px; }
.single-post-content h2 { font-size: 25px; margin: 36px 0 16px; }
.single-post-content h3 { font-size: 20px; margin: 28px 0 12px; }
.single-post-content img { margin: 24px 0; width: 100%; border-radius: 2px; }
.single-post-content a { color: var(--accent); text-decoration: underline; }

.related-posts { max-width: 760px; margin: 60px 0 0; border-top: 1px solid var(--line); padding-top: 30px; }
.related-posts h2 { font-size: 19px; margin-bottom: 20px; }

.site-footer { background: var(--ink); color: #c9c9c9; padding: 48px 24px 20px; margin-top: 20px; border-top: 3px solid var(--accent); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(2, 1fr); gap: 32px; padding-bottom: 30px; border-bottom: 1px solid #333; }
.footer-grid h4 { color: var(--accent); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 14px; font-family: 'Inter', sans-serif; }
.footer-grid p { font-size: 13px; color: #a3a3a3; line-height: 1.6; font-weight: 400; font-family: 'Inter', sans-serif; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 9px; font-size: 13px; }
.footer-bottom { padding-top: 18px; font-size: 12px; color: #6b6b6b; font-family: 'Inter', sans-serif; }

.empty-state { text-align: center; padding: 80px 20px; color: var(--muted); }
.empty-state h1 { color: var(--ink); font-size: 28px; }
.btn { display: inline-block; margin-top: 16px; background: var(--accent); color: #fff; padding: 10px 20px; border-radius: 2px; font-weight: 700; font-family: 'Inter', sans-serif; }

.featured-ribbon {
  display: inline-flex; align-items: center; gap: 4px; background: var(--accent); color: #fff;
  font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
  padding: 3px 10px; border-radius: 2px; margin-bottom: 6px; font-family: 'Inter', sans-serif;
}
.single-post-header .featured-ribbon { margin: 6px 0; }

.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }
.tag-pill-link { background: var(--sidebar-bg); color: var(--ink); font-size: 12.5px; font-weight: 700; padding: 5px 14px; border-radius: 2px; font-family: 'Inter', sans-serif; }
.tag-pill-link:hover { background: var(--badge); color: #fff; }

.search-form { display: flex; gap: 10px; margin: 0 0 22px; }
.search-form input { flex: 1; padding: 11px 16px; border: 1px solid var(--line); border-radius: 2px; font-size: 15px; font-family: inherit; }
.search-form button { background: var(--accent); color: #fff; border: none; border-radius: 2px; padding: 0 22px; font-weight: 700; cursor: pointer; font-family: 'Inter', sans-serif; }

@media (max-width: 900px) {
  .layout { grid-template-columns: 1fr; }
  .hero, .picks-split, .travel-feature { grid-template-columns: 1fr; }
  .tech-row, .lifestyle-grid, .travel-small, .popular-list { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
