:root {
  --pb-accent: #b21f24;
  --pb-ink: #111214;
  --pb-muted: #6a6d73;
  --pb-border: #e5e6e8;
  --pb-soft: #f5f5f5;
  --pb-white: #fff;
  --pb-shell: 1180px;
  --pb-radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--pb-white);
  color: var(--pb-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--pb-accent); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.pb-shell { width: min(calc(100% - 40px), var(--pb-shell)); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus { position: fixed !important; top: 10px; left: 10px; width: auto; height: auto; clip: auto; z-index: 99999; padding: 10px 14px; background: #fff; }

.site-header { background: #fff; border-bottom: 1px solid var(--pb-border); position: relative; z-index: 30; }
.pb-header-inner { min-height: 110px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.site-branding { text-align: center; display: flex; flex-direction: column; align-items: center; min-width: 0; }
.custom-logo-link { display: inline-flex; justify-content: center; }
.custom-logo { max-height: 58px; width: auto; }
.pb-wordmark { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(30px, 4vw, 48px); font-weight: 800; letter-spacing: -1.5px; line-height: 1; }
.pb-tagline { color: var(--pb-muted); font-size: 10px; letter-spacing: 2.1px; text-transform: uppercase; margin-top: 8px; }
.pb-icon-button { appearance: none; border: 0; background: transparent; display: inline-flex; align-items: center; gap: 10px; padding: 9px 0; color: var(--pb-ink); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pb-menu-toggle { justify-self: start; }
.pb-search-toggle { justify-self: end; }
.pb-search-toggle svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.pb-icon--menu { width: 21px; display: grid; gap: 4px; }
.pb-icon--menu span { height: 2px; background: currentColor; display: block; }
.pb-desktop-nav { border-top: 1px solid var(--pb-border); }
.pb-menu, .pb-footer-menu, .pb-social-links, .pb-drawer-menu { list-style: none; padding: 0; margin: 0; }
.pb-menu { min-height: 48px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 34px; }
.pb-menu a { display: block; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.pb-menu .current-menu-item > a, .pb-menu .current-cat > a { color: var(--pb-accent); }

.pb-drawer-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 90; }
.pb-drawer { position: fixed; top: 0; bottom: 0; left: 0; width: min(88vw, 380px); background: #fff; z-index: 100; padding: 24px; transform: translateX(-104%); transition: transform .24s ease; overflow-y: auto; }
.pb-menu-open .pb-drawer { transform: translateX(0); }
.pb-menu-open, .pb-search-open { overflow: hidden; }
.pb-drawer-header { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--pb-border); padding-bottom: 16px; margin-bottom: 18px; }
.pb-drawer-header strong { font-family: Georgia, serif; font-size: 24px; }
.pb-drawer-close, .pb-search-close { border: 0; background: transparent; font-size: 34px; line-height: 1; }
.pb-drawer-menu li { border-bottom: 1px solid var(--pb-border); }
.pb-drawer-menu a { display: block; padding: 14px 0; font-weight: 700; }
.pb-drawer-socials { margin-top: 28px; }

.pb-search-overlay { position: fixed; inset: 0; z-index: 120; background: rgba(255,255,255,.98); display: grid; place-items: center; opacity: 0; visibility: hidden; transition: .2s ease; }
.pb-search-open .pb-search-overlay { opacity: 1; visibility: visible; }
.pb-search-close { position: absolute; top: 24px; right: 28px; }
.pb-search-box { width: min(680px, calc(100% - 40px)); }
.pb-search-box > p { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--pb-muted); }
.search-form { display: flex; gap: 10px; }
.search-form label { flex: 1; }
.search-field { width: 100%; border: 0; border-bottom: 2px solid var(--pb-ink); padding: 14px 2px; font-size: clamp(24px, 5vw, 42px); outline: 0; background: transparent; }
.search-submit { border: 0; background: var(--pb-ink); color: #fff; padding: 10px 22px; font-weight: 700; }
.search-submit:hover { background: var(--pb-accent); }

.pb-ad { text-align: center; color: var(--pb-muted); font-size: 12px; overflow: hidden; }
.pb-ad .widget { margin: 0; }
.pb-ad--header { padding-block: 18px; }
.pb-ad--after-hero, .pb-ad--article-top, .pb-ad--article-mid { margin: 34px auto; padding: 18px; background: var(--pb-soft); }
.pb-ad--grid { min-height: 240px; display: grid; place-items: center; border: 1px dashed #cfd0d2; background: var(--pb-soft); padding: 18px; }

.site-main { padding-block: 42px 70px; }
.pb-hero { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(320px, .9fr); background: #fff; border-bottom: 1px solid var(--pb-border); padding-bottom: 42px; gap: 44px; }
.pb-hero-image { display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--pb-soft); }
.pb-hero-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.pb-hero:hover .pb-hero-image img { transform: scale(1.015); }
.pb-hero-copy { align-self: center; }
.pb-meta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 14px; color: var(--pb-muted); font-size: 12px; line-height: 1.35; }
.pb-category { color: var(--pb-accent); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pb-views::before { content: '•'; margin-right: 12px; color: #b8b9bb; }
.pb-hero-title { margin: 14px 0 16px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 4.8vw, 68px); line-height: 1.02; letter-spacing: -2px; }
.pb-hero-title a:hover { color: var(--pb-ink); text-decoration: underline; text-decoration-color: var(--pb-accent); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.pb-hero-excerpt { color: #4d5055; font-size: 17px; line-height: 1.7; margin: 0 0 22px; }
.pb-read-more { display: inline-flex; align-items: center; gap: 10px; color: var(--pb-ink); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; border-bottom: 2px solid var(--pb-accent); padding-bottom: 4px; }

.pb-section { margin-top: 46px; }
.pb-section-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; }
.pb-section-heading::after { content: ''; height: 1px; background: var(--pb-border); flex: 1; }
.pb-section-heading h2 { margin: 0; font-size: 18px; letter-spacing: .08em; text-transform: uppercase; }
.pb-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px 28px; }
.pb-card { min-width: 0; }
.pb-card-image { display: block; aspect-ratio: 16/9; background: var(--pb-soft); overflow: hidden; margin-bottom: 15px; }
.pb-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.pb-card:hover .pb-card-image img { transform: scale(1.025); }
.pb-image-placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #e8e8e8, #f7f7f7); }
.pb-card-title { font-family: Georgia, 'Times New Roman', serif; font-size: 24px; line-height: 1.18; letter-spacing: -.35px; margin: 10px 0 0; }
.pb-card-title a:hover { color: var(--pb-ink); text-decoration: underline; text-decoration-color: var(--pb-accent); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.pb-load-more-wrap { text-align: center; margin-top: 48px; }
.pb-load-more { border: 1px solid var(--pb-ink); background: #fff; min-width: 170px; padding: 13px 24px; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pb-load-more:hover, .pb-load-more:focus { background: var(--pb-ink); color: #fff; }
.pb-load-more:disabled { opacity: .65; cursor: wait; }

.pb-page-header { border-bottom: 3px solid var(--pb-ink); padding-bottom: 18px; margin-bottom: 32px; }
.pb-page-header h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 6vw, 64px); line-height: 1.05; letter-spacing: -1.6px; }
.pb-archive-description { max-width: 720px; color: var(--pb-muted); margin-top: 12px; }
.navigation.pagination { margin-top: 45px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--pb-border); }
.page-numbers.current, .page-numbers:hover { background: var(--pb-ink); color: #fff; }

.pb-single-wrap { width: min(calc(100% - 40px), 960px); }
.pb-article-header { max-width: 880px; margin-inline: auto; text-align: center; }
.pb-article-header h1 { margin: 13px 0 18px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 7vw, 74px); line-height: 1.03; letter-spacing: -2.2px; }
.pb-article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; color: var(--pb-muted); font-size: 13px; }
.pb-content-pagination { width: 100%; margin: 44px auto 12px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; text-align: center; }
.pb-content-pagination a,
.pb-content-pagination .post-page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 250px; min-height: 56px; margin: 0 auto; padding: 15px 30px; background: var(--pb-accent); color: #fff !important; border: 2px solid var(--pb-accent); border-radius: 3px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 800; line-height: 1; letter-spacing: .08em; text-decoration: none !important; text-transform: uppercase; text-align: center; box-shadow: 0 9px 20px rgba(0,0,0,.14); transition: background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.pb-content-pagination a:hover,
.pb-content-pagination a:focus,
.pb-content-pagination .post-page-numbers:hover,
.pb-content-pagination .post-page-numbers:focus { background: var(--pb-ink); border-color: var(--pb-ink); color: #fff !important; transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,0,0,.18); }
.pb-article-featured { margin: 38px 0 32px; }
.pb-article-featured img { width: 100%; }
.pb-share-row { width: min(100%, 780px); margin: 0 auto 20px; display: flex; gap: 14px; align-items: center; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.pb-share-row span { color: var(--pb-muted); }
.pb-share-row a { border: 1px solid var(--pb-border); padding: 6px 10px; }
.pb-article-content { width: min(100%, 780px); margin-inline: auto; font-family: Georgia, 'Times New Roman', serif; font-size: 20px; line-height: 1.82; color: #222326; }
.pb-article-content > p:first-child { font-size: 23px; line-height: 1.65; }
.pb-article-content h2, .pb-article-content h3, .pb-article-content h4 { font-family: Arial, Helvetica, sans-serif; line-height: 1.2; margin-top: 1.7em; }
.pb-article-content a { color: var(--pb-accent); text-decoration: underline; }
.pb-article-content blockquote { border-left: 4px solid var(--pb-accent); margin: 1.6em 0; padding: 2px 0 2px 24px; font-size: 24px; font-style: italic; }
.pb-article-content figure, .pb-article-content img { max-width: 100%; }
.pb-article-content .alignwide { width: min(1120px, calc(100vw - 40px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.pb-article-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.pb-tags { width: min(100%, 780px); margin: 28px auto 0; border-top: 1px solid var(--pb-border); padding-top: 18px; font-size: 13px; }
.pb-tags a { background: var(--pb-soft); display: inline-block; margin: 3px; padding: 5px 9px; }
.pb-related { border-top: 3px solid var(--pb-ink); margin-top: 60px; padding-top: 34px; }
.pb-grid--related .pb-card-title { font-size: 20px; }

.comments-area { width: min(100%, 780px); margin: 60px auto 0; border-top: 1px solid var(--pb-border); padding-top: 30px; }
.comment-list { padding-left: 0; list-style: none; }
.comment-list li { margin: 20px 0; }
.comment-body { border: 1px solid var(--pb-border); padding: 18px; }
.comment-form label { display: block; font-weight: 700; margin-bottom: 5px; }
.comment-form input:not([type='submit']), .comment-form textarea { width: 100%; border: 1px solid #ccc; padding: 11px; }
.form-submit .submit { border: 0; background: var(--pb-ink); color: #fff; padding: 11px 20px; font-weight: 700; }

.pb-no-results, .pb-error-page { text-align: center; min-height: 52vh; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.pb-error-code { margin: 0; color: var(--pb-accent); font-size: 90px; line-height: 1; font-weight: 900; }
.pb-error-page h1, .pb-no-results h1 { font-family: Georgia, serif; font-size: 48px; margin: 10px 0; }
.pb-error-page .search-form, .pb-no-results .search-form { width: min(600px, 100%); margin: 20px auto; }
.pb-error-page .search-field, .pb-no-results .search-field { font-size: 22px; border: 1px solid var(--pb-border); padding-inline: 12px; }

.site-footer { border-top: 1px solid var(--pb-border); padding: 55px 0 35px; text-align: center; }
.pb-footer-widgets { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 32px; text-align: left; border-bottom: 1px solid var(--pb-border); padding-bottom: 38px; margin-bottom: 38px; }
.widget-title { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.widget ul { list-style: none; margin: 0; padding: 0; }
.widget li { margin: 8px 0; }
.pb-footer-brand .custom-logo { max-height: 46px; }
.pb-wordmark--footer { font-size: 36px; }
.pb-footer-menu, .pb-social-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; margin-top: 20px; }
.pb-footer-menu a, .pb-social-links a { font-size: 12px; font-weight: 700; }
.pb-copyright { color: var(--pb-muted); font-size: 12px; margin: 20px 0 0; }

@media (max-width: 900px) {
  .pb-desktop-nav { display: none; }
  .pb-header-inner { min-height: 88px; }
  .pb-button-label { display: none; }
  .pb-hero { grid-template-columns: 1fr; gap: 25px; }
  .pb-hero-copy { max-width: 760px; }
  .pb-hero-title { font-size: clamp(38px, 8vw, 58px); }
  .pb-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pb-footer-widgets { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .pb-shell, .pb-single-wrap { width: min(calc(100% - 28px), var(--pb-shell)); }
  .pb-header-inner { grid-template-columns: 34px 1fr 34px; gap: 9px; }
  .custom-logo { max-height: 42px; max-width: 230px; }
  .pb-wordmark { font-size: 28px; letter-spacing: -1px; }
  .pb-tagline { display: none; }
  .site-main { padding-block: 26px 50px; }
  .pb-hero { padding-bottom: 30px; }
  .pb-hero-title { font-size: 39px; letter-spacing: -1.1px; }
  .pb-hero-excerpt { display: none; }
  .pb-grid { grid-template-columns: 1fr; gap: 32px; }
  .pb-card-title { font-size: 26px; }
  .pb-page-header h1 { font-size: 42px; }
  .pb-article-header h1 { font-size: 42px; letter-spacing: -1.2px; }
  .pb-article-content { font-size: 18px; line-height: 1.75; }
  .pb-article-content > p:first-child { font-size: 20px; }
  .search-form { flex-direction: column; }
  .search-submit { padding: 13px 18px; }
}

@media (max-width: 620px) {
  .pb-content-pagination a, .pb-content-pagination .post-page-numbers { width: min(100%, 310px); min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
