/* Theme "critique": a minimal literary/review-site look - a light-weight
   letter-spaced wordmark with an italic tagline, a hairline nav with no
   filled active state (just a thin underline), quiet italic section
   labels over a single hairline rule, a text-only side list next to the
   hero (no thumbnails), and unboxed sidebar widgets separated by hairlines
   instead of filled panels. The quietest, whitest theme in the set - a
   soft rose accent used sparingly, never as a background block. Same
   class-name contract as the other themes (see functions/_themes/critique.js). */
:root {
  --ink: #1c1c1c; --muted: #8a8a8a; --line: #eaeaea; --paper: #ffffff;
  --accent: #d9636e; --accent-ink: #ffffff; --sidebar-bg: #ffffff;
}
* { 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.6; font-weight: 400; }
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: 400; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.placeholder-img { background: #f4f4f4; display: flex; align-items: center; justify-content: center; color: #bbb; font-size: 12px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; object-fit: cover; }

.topbar { background: #fff; color: var(--muted); font-size: 11.5px; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; padding: 10px 24px; flex-wrap: wrap; gap: 6px; }
.topbar-left { display: flex; gap: 18px; align-items: center; }
.topbar-right { display: flex; gap: 14px; align-items: center; }
.social-dot { width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 600; color: var(--muted); }

.site-header { background: #fff; }
.header-inner { display: flex; align-items: center; justify-content: center; padding: 44px 24px 18px; }
.logo-group { display: flex; align-items: center; gap: 14px; flex-direction: column; }
.logo-box { width: 52px; height: 52px; flex-shrink: 0; border: 1px solid var(--ink); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-weight: 400; font-size: 20px; }
.logo-img { height: 100px; width: auto; max-width: 420px; object-fit: contain; flex-shrink: 0; }
.site-name { font-size: 32px; font-weight: 400; letter-spacing: .18em; text-align: center; text-transform: uppercase; }
.site-tagline { font-size: 13px; color: var(--muted); font-style: italic; margin-top: 10px; text-align: center; }

.main-nav { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 26px; }
.main-nav .wrap { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; padding: 15px 0; }
.main-nav a { color: var(--ink); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; padding: 2px 0; border-bottom: 1px solid transparent; }
.main-nav a.home { border-bottom-color: var(--accent); color: var(--accent); }
.main-nav a:hover:not(.home) { border-bottom-color: var(--ink); }

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

.breadcrumb { font-size: 11.5px; color: var(--muted); margin-bottom: 14px; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumb a { color: var(--ink); }
.breadcrumb .sep { margin: 0 8px; color: #ddd; }

/* Quiet italic section label over a single hairline - no boxes, no color
   fills - this theme's recurring (lack of a) motif. */
.section-heading { border-bottom: 1px solid var(--ink); padding-bottom: 12px; margin: 0 0 28px; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.section-heading h2 { font-size: 22px; font-style: italic; font-weight: 400; }
.section-heading .see-all { font-size: 11px; font-weight: 500; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; }
section.cat-section { margin-bottom: 56px; }

.hero { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; margin-bottom: 52px; }
.hero-main .placeholder-img, .hero-main img { width: 100%; height: 360px; margin-bottom: 18px; }
.cat-tag { color: var(--accent); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.hero-main h1 { font-size: 30px; line-height: 1.28; margin: 10px 0 12px; }
.hero-main p { color: var(--muted); font-size: 15px; margin: 0 0 8px; }
.meta { color: #b5b5b5; font-size: 11.5px; font-style: italic; }
/* Text-only side list next to the hero - no thumbnails, generous space. */
.hero-side { display: flex; flex-direction: column; gap: 0; }
.hero-side-item { display: block; padding: 20px 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 { display: none; }
.hero-side-item h3 { font-size: 17px; line-height: 1.4; margin: 5px 0; font-weight: 400; font-family: 'Playfair Display', serif; }

.tech-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.tech-item { padding-left: 0; display: block; border-top: 1px solid var(--ink); padding-top: 12px; }
.tech-item .placeholder-img, .tech-item img { width: 100%; height: 90px; margin-bottom: 10px; font-size: 9px; }
.tech-item h3 { font-size: 14.5px; line-height: 1.35; margin: 0; font-weight: 400; }

.picks-split { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; background: #fff; padding: 0; }
.picks-feature { display: block; }
.picks-feature .placeholder-img, .picks-feature img { width: 100%; height: 250px; margin-bottom: 16px; font-size: 10px; }
.picks-feature h3 { font-size: 23px; line-height: 1.3; margin: 8px 0; }
.picks-list { list-style: none; margin: 0; padding: 0; }
.picks-list li { display: flex; gap: 14px; padding: 15px 0; border-top: 1px solid var(--line); }
.picks-list li::before { content: ""; }
.picks-list .p-title { font-size: 15px; font-weight: 400; line-height: 1.4; font-family: 'Playfair Display', serif; }

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

.travel-feature { display: grid; grid-template-columns: 1.4fr 1fr; background: #fff; color: var(--ink); overflow: hidden; margin-bottom: 24px; border: 1px solid var(--line); }
.travel-feature .placeholder-img, .travel-feature > img { width: 100%; height: 100%; min-height: 260px; }
.travel-copy { padding: 34px; display: flex; flex-direction: column; justify-content: center; }
.travel-copy h3 { color: var(--ink); font-size: 24px; margin: 10px 0 12px; line-height: 1.3; }
.travel-copy p { color: var(--muted); font-size: 14px; margin: 0; }
.travel-small { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.travel-small .placeholder-img, .travel-small img { width: 100%; height: 132px; margin-bottom: 10px; font-size: 9px; }
.travel-small h3 { font-size: 15px; line-height: 1.35; font-weight: 400; }

.business-list { border-top: 1px solid var(--ink); }
.business-row { display: flex; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.business-row .placeholder-img, .business-row img { width: 84px; height: 62px; flex-shrink: 0; font-size: 8px; }
.business-row h3 { font-size: 15.5px; line-height: 1.35; margin: 4px 0 4px; font-weight: 400; }

.popular-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 44px; }
.popular-list li { display: flex; gap: 14px; padding: 14px 0; border-top: 1px solid var(--line); }
.popular-list .pop-title { font-size: 14.5px; font-weight: 400; line-height: 1.35; font-family: 'Playfair Display', serif; }

.cta-banner { background: #fff; color: var(--ink); padding: 34px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 52px; flex-wrap: wrap; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.cta-banner h2 { color: var(--ink); font-size: 22px; margin-bottom: 6px; font-style: italic; }
.cta-banner p { margin: 0; font-size: 14px; color: var(--muted); }
.cta-form { display: flex; gap: 10px; flex-shrink: 0; }
.cta-form input { padding: 10px 0; border: none; border-bottom: 1px solid var(--ink); font-size: 14px; width: 220px; font-family: inherit; background: transparent; color: var(--ink); }
.cta-form button { padding: 10px 20px; border: 1px solid var(--ink); background: #fff; color: var(--ink); font-weight: 500; font-size: 12.5px; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; }

.widget { background: #fff; border: none; border-top: 1px solid var(--ink); padding: 20px 0; margin-bottom: 0; }
.widget h3 { font-size: 11.5px; text-transform: uppercase; letter-spacing: .1em; font-weight: 500; margin-bottom: 18px; color: var(--muted); }
.weather-widget { background: #fff; color: var(--ink); }
.weather-widget h3 { color: var(--muted); }
.weather-now { display: flex; align-items: center; justify-content: space-between; }
.weather-now .temp-big { font-size: 36px; font-weight: 300; }
.weather-now .cond { font-size: 13px; color: var(--muted); }
.weather-date { font-size: 12px; color: var(--muted); margin-top: 12px; border-top: 1px solid var(--line); padding-top: 12px; }
.weather-date .clock { font-weight: 500; color: var(--ink); font-size: 14px; }
.trending-list { list-style: none; margin: 0; padding: 0; }
.trending-list li { display: flex; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); }
.trending-list li:first-child { border-top: none; padding-top: 0; }
.trending-list .t-title { font-size: 13.5px; font-weight: 400; line-height: 1.4; font-family: 'Playfair Display', serif; }
.trending-list .t-meta { font-size: 11px; color: var(--muted); margin-top: 3px; font-style: italic; }
.newsletter-widget p { font-size: 13px; color: var(--muted); margin: 0 0 14px; }
.newsletter-widget input { width: 100%; padding: 9px 0; border: none; border-bottom: 1px solid var(--ink); font-size: 13.5px; margin-bottom: 12px; font-family: inherit; background: transparent; }
.newsletter-widget button { width: 100%; padding: 10px; background: #fff; color: var(--ink); border: 1px solid var(--ink); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-cloud a { background: #fff; border-bottom: 1px solid var(--line); padding: 2px 0; font-size: 12.5px; font-weight: 400; }
.social-row { display: flex; gap: 16px; }
.social-row a { font-size: 11.5px; font-weight: 500; text-transform: uppercase; letter-spacing: .05em; border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.ad-widget { border: 1px dashed var(--line); background: transparent; text-align: center; color: var(--muted); font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .06em; padding: 50px 10px; }

.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 34px; }
.post-card { display: block; }
.post-card .placeholder-img, .post-card img { width: 100%; height: 160px; margin-bottom: 12px; font-size: 10px; }
.post-card h3 { font-size: 17px; line-height: 1.35; margin: 6px 0 6px; font-weight: 400; }
.post-card p { font-size: 13.5px; color: var(--muted); margin: 0 0 8px; }

.category-title { font-size: 30px; margin: 0 0 8px; font-style: italic; font-weight: 400; }
.category-desc { font-size: 14px; color: var(--muted); margin: 0 0 30px; }
.pagination { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 20px; border-top: 1px solid var(--ink); font-weight: 500; text-transform: uppercase; font-size: 11.5px; letter-spacing: .06em; }
.pagination a { color: var(--accent); }

.single-post { max-width: 720px; }
.single-post-header h1 { font-size: 36px; line-height: 1.25; margin: 12px 0 16px; }
.single-post-headline { width: 100%; max-height: 460px; object-fit: cover; margin: 22px 0 32px; }
.single-post-content { font-size: 18px; }
.single-post-content p { margin: 0 0 24px; }
.single-post-content h2 { font-size: 25px; margin: 38px 0 16px; }
.single-post-content h3 { font-size: 20px; margin: 30px 0 12px; }
.single-post-content img { margin: 26px 0; width: 100%; }
.single-post-content a { color: var(--accent); text-decoration: underline; }

.related-posts { max-width: 720px; margin: 64px 0 0; border-top: 1px solid var(--ink); padding-top: 32px; }
.related-posts h2 { font-size: 19px; margin-bottom: 22px; font-style: italic; font-weight: 400; }

.site-footer { background: #fff; color: var(--muted); padding: 40px 24px 24px; margin-top: 30px; border-top: 1px solid var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(2, 1fr); gap: 40px; padding-bottom: 26px; }
.footer-grid h4 { color: var(--ink); font-size: 11.5px; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 14px; font-weight: 500; }
.footer-grid p { font-size: 13px; color: var(--muted); line-height: 1.6; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 9px; font-size: 13px; }
.footer-bottom { padding-top: 18px; border-top: 1px solid var(--line); font-size: 11.5px; color: #b5b5b5; }

.empty-state { text-align: center; padding: 90px 20px; color: var(--muted); }
.empty-state h1 { color: var(--ink); font-size: 28px; font-style: italic; font-weight: 400; }
.btn { display: inline-block; margin-top: 16px; border: 1px solid var(--ink); color: var(--ink); padding: 10px 22px; font-weight: 500; }

.post-card { position: relative; }
.featured-ribbon {
  display: inline-block; color: var(--accent);
  font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em;
  margin-bottom: 6px;
}
.single-post-header .featured-ribbon { margin: 6px 0; }

.post-tags { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); }
.tag-pill-link { color: var(--muted); font-size: 12.5px; font-weight: 400; border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.tag-pill-link:hover { color: var(--accent); border-color: var(--accent); }

.search-form { display: flex; gap: 10px; margin: 0 0 26px; }
.search-form input { flex: 1; padding: 10px 0; border: none; border-bottom: 1px solid var(--ink); font-size: 16px; font-family: inherit; background: transparent; }
.search-form button { background: #fff; color: var(--ink); border: 1px solid var(--ink); padding: 0 20px; font-weight: 500; cursor: pointer; }

@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; }
}
