:root {
  --ink: #121214;
  --ink-soft: #38383e;
  --muted: #6c6b70;
  --line: #d8d4cc;
  --paper: #f7f4ee;
  --white: #ffffff;
  --red: #d71920;
  --red-dark: #a80e14;
  --navy: #101923;
  --serif: "Newsreader", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow: 0 18px 48px rgba(18, 18, 20, .12);
}
body { background: var(--white); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.wrap { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.wrap-wide { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.wrap-narrow { width: min(790px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 10px 16px; background: var(--red); color: #fff; font-weight: 700; }
.skip-link:focus { top: 16px; }
.site-header { position: relative; z-index: 100; background: #fff; border-bottom: 1px solid var(--line); }
.nav-shell { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 4px 18px rgba(16,25,35,.06); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.admin-bar .nav-shell { top: 32px; }
.utility-bar { background: var(--ink); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.utility-links { display: flex; gap: 22px; color: rgba(255,255,255,.76); }
.utility-links a:hover { color: #fff; }
.masthead { min-height: 108px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { grid-column: 2; display: inline-flex; align-items: center; }
.site-logo { display: block; width: auto; max-width: 285px; max-height: 65px; object-fit: contain; }
.wordmark { font-family: var(--serif); font-size: 36px; font-weight: 700; }
.masthead-actions { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 22px; }
.today { color: var(--muted); font-size: 12px; font-weight: 600; }
.icon-button { width: 42px; height: 42px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; transition: .2s ease; }
.icon-button:hover { border-color: var(--ink); transform: translateY(-1px); }
.icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.mobile-only { display: none; }
.search-panel { border-top: 1px solid var(--line); padding: 18px 0; background: var(--paper); }
.search-form { display: flex; max-width: 760px; margin: auto; }
.search-form label { flex: 1; }
.search-field { width: 100%; height: 52px; padding: 0 17px; border: 1px solid var(--line); background: #fff; color: var(--ink); outline: none; }
.search-field:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(215,25,32,.08); }
.search-submit { height: 52px; padding: 0 24px; border: 0; background: var(--red); color: #fff; font-weight: 800; cursor: pointer; }
.primary-nav { border-top: 1px solid var(--line); }
.nav-inner { height: 54px; display: flex; align-items: stretch; justify-content: center; }
.nav-inner > a, .nav-group > button { display: inline-flex; align-items: center; padding: 0 18px; border: 0; background: transparent; font-size: 13px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; cursor: pointer; }
.nav-inner > a:hover, .nav-group:hover > button { color: var(--red); }
.nav-group { position: relative; display: flex; }
.nav-group button svg { width: 10px; margin-left: 7px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.nav-dropdown { position: absolute; top: 100%; left: 0; min-width: 210px; padding: 10px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .18s ease; }
.nav-group:hover .nav-dropdown, .nav-group:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: none; }
.nav-dropdown a { display: block; padding: 10px 12px; font-size: 13px; font-weight: 700; }
.nav-dropdown a:hover { background: var(--paper); color: var(--red); }
.mobile-nav { display: none; }
.section-rule { border-top: 4px solid var(--ink); padding-top: 15px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.section-heading > span { font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-heading a { color: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.section-heading small { color: rgba(255,255,255,.6); font-size: 12px; }
.lead-section { padding: 42px 0 52px; }
.lead-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(330px, .8fr); gap: 28px; }
.lead-story { min-height: 565px; }
.lead-image { position: relative; display: block; height: 100%; min-height: 565px; overflow: hidden; background: var(--navy); }
.lead-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.lead-image:hover > img { transform: scale(1.025); }
.lead-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.86) 100%); }
.lead-copy { position: absolute; inset-inline: 38px; bottom: 34px; color: #fff; }
.lead-copy h1 { max-width: 850px; margin: 8px 0 12px; font-family: var(--serif); font-size: clamp(38px, 4vw, 62px); line-height: .98; letter-spacing: -.035em; }
.eyebrow { display: inline-block; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: #fff; background: var(--red); padding: 5px 9px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .055em; }
.lead-copy .post-meta { color: rgba(255,255,255,.75); }
.lead-side { display: grid; gap: 16px; }
.story-card { min-width: 0; }
.story-image { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--paper); }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.story-card:hover .story-image img { transform: scale(1.035); }
.image-fallback { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(135deg, var(--navy), #27384a); color: rgba(255,255,255,.28); }
.image-fallback span { font-family: var(--serif); font-weight: 700; font-size: clamp(26px, 5vw, 56px); letter-spacing: .08em; }
.story-copy { padding-top: 14px; }
.story-copy h2 { margin: 5px 0 9px; font-family: var(--serif); font-size: 25px; line-height: 1.12; letter-spacing: -.02em; }
.story-copy h2 a:hover, .desk-story h3 a:hover { color: var(--red); }
.compact-card { display: grid; grid-template-columns: 135px 1fr; gap: 15px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.compact-card:last-child { border-bottom: 0; padding-bottom: 0; }
.compact-card .story-image { aspect-ratio: 1.25; }
.compact-card .story-copy { padding: 0; }
.compact-card .story-copy h2 { font-size: 18px; }
.latest-section { padding: 24px 0 78px; }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 38px 26px; }
.desk-section { padding: 68px 0 74px; background: var(--navy); color: #fff; }
.section-heading.inverse { border-top: 4px solid var(--red); padding-top: 15px; }
.desk-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 50px; }
.desk-column + .desk-column { border-left: 1px solid rgba(255,255,255,.14); padding-left: 50px; }
.desk-title { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.2); }
.desk-title h2 { margin: 0; font-family: var(--serif); font-size: 29px; line-height: 1; }
.desk-title a { color: #ff7377; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.desk-story { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.desk-story > span { color: #ff7377; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.desk-story h3 { margin: 5px 0 0; font-family: var(--serif); font-size: 21px; line-height: 1.15; }
.newsletter-band { padding: 54px 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.newsletter-inner h2 { margin: 4px 0; font-family: var(--serif); font-size: clamp(34px,4vw,52px); line-height: 1; }
.newsletter-inner p { margin: 5px 0 0; color: var(--muted); }
.button-primary { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 24px; background: var(--red); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; transition: .2s ease; }
.button-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.listing-main { padding: 55px 0 80px; }
.listing-header { margin-bottom: 38px; padding-bottom: 24px; border-bottom: 4px solid var(--ink); }
.listing-header h1, .page-header h1 { margin: 4px 0 0; font-family: var(--serif); font-size: clamp(42px,6vw,72px); line-height: 1; letter-spacing: -.035em; }
.archive-description { max-width: 700px; margin-top: 12px; color: var(--muted); }
.archive-description p { margin: 0; }
.pagination { margin-top: 55px; }
.nav-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0 12px; border: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.page-numbers.current, a.page-numbers:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.article-main { padding: 52px 0 0; }
.article-header { width: min(980px, calc(100% - 40px)); max-width: 980px; margin-inline: auto; text-align: left !important; }
.article-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-kicker span:first-child { color: var(--red); }
.article-kicker a:hover { color: var(--red); }
.article-header h1 { width: 100%; max-width: 880px; margin: 0 0 18px !important; font-family: var(--serif); font-size: clamp(38px,3.8vw,54px); line-height: 1.08; letter-spacing: -.028em; text-align: left !important; text-wrap: pretty; }
.article-deck { max-width: 820px; margin: 0 0 24px; color: var(--ink-soft); font-family: var(--serif); font-size: 22px; line-height: 1.42; }
.article-byline { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.byline-author { display: flex; flex-direction: column; gap: 1px; }
.byline-author > span { color: var(--muted); font-size: 9px; letter-spacing: .13em; }
.byline-author a { color: var(--ink); font-size: 12px; }
.byline-author a:hover { color: var(--red); }
.byline-data { display: flex; flex-wrap: wrap; gap: 8px; }
.byline-data a { color: var(--red); }
.byline-data a:hover { text-decoration: underline; }
.article-hero { width: min(900px, calc(100% - 40px)); margin: 28px auto 0; }
.article-hero img { display: block; width: 100%; height: auto; max-height: none; object-fit: contain; background: var(--paper); box-shadow: 0 12px 34px rgba(18,18,20,.08); }
.article-hero figcaption { max-width: 760px; margin: 8px auto 0; color: var(--muted); font-size: 11px; }
.article-layout { display: grid; grid-template-columns: 72px minmax(0,760px) minmax(160px,1fr); gap: 38px; align-items: start; margin-top: 44px; }
.article-content { min-width: 0; margin-top: 0; }
.prose { color: #242428; font-family: Georgia, serif; font-size: 18.5px; line-height: 1.78; }
.prose > p:first-child { margin-top: 0; font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: 1.55; }
.prose h2, .prose h3, .prose h4 { margin: 1.7em 0 .55em; color: var(--ink); font-family: var(--serif); line-height: 1.12; letter-spacing: -.015em; }
.prose h2 { font-size: 34px; } .prose h3 { font-size: 27px; }
.prose a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.prose blockquote { margin: 2em 0; padding: 8px 0 8px 25px; border-left: 3px solid var(--red); color: var(--ink); font-family: var(--serif); font-size: 26px; line-height: 1.4; }
.prose img { margin-block: 24px; }
.prose .wp-block-post-featured-image { display: none; }
.share-rail { position: sticky; top: 24px; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-top: 4px; }
.share-rail > span { margin-bottom: 2px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.share-rail a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: .2s ease; }
.share-rail a:hover { background: var(--ink); border-color: var(--ink); color: #fff; transform: translateY(-2px); }
.share-rail svg { width: 16px; height: 16px; fill: currentColor; stroke: currentColor; stroke-width: 1.8; }
.article-details { position: sticky; top: 24px; padding: 20px; border-top: 3px solid var(--red); background: var(--paper); }
.details-label { display: block; margin-bottom: 12px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-details dl, .article-details dd { margin: 0; }
.article-details dl > div { padding: 10px 0; border-top: 1px solid var(--line); }
.article-details dt { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-details dd { margin-top: 2px; font-family: var(--serif); font-size: 16px; font-weight: 700; line-height: 1.25; }
.article-details dd a { display: block; margin-top: 5px; color: var(--red); }
.divi-content { margin-top: 35px; overflow: hidden; }
.divi-fallback { padding-block: 45px; color: #242428; font-size: 17px; line-height: 1.75; }
.divi-fallback h1, .divi-fallback h2, .divi-fallback h3 { font-family: var(--serif); line-height: 1.12; }
.divi-fallback h3 { margin: 28px 0 8px; font-size: 30px; }
.divi-fallback img { display: block; max-width: 100%; margin: 20px auto; border-radius: 6px; }
.divi-fallback a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.article-footer { margin-top: 42px; padding: 24px 0; border-top: 1px solid var(--line); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.tag-list span { margin-right: 8px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.tag-list a { padding: 5px 10px; background: var(--paper); font-size: 11px; font-weight: 700; }
.related-section { padding: 64px 0; margin-top: 38px; background: var(--paper); }
.comments-area { margin-top: 58px; padding: 58px 0 66px; border-top: 1px solid var(--line); background: #fcfbf8; }
.comments-heading, .comment-form-heading { margin-bottom: 22px; }
.comments-heading h2, .comment-form-heading h2 { margin: 5px 0 0; font-family: var(--serif); font-size: 34px; line-height: 1.1; }
.comment-list { margin: 0 0 42px; padding: 0; list-style: none; }
.comment-list .comment { margin-top: 18px; padding: 22px; border: 1px solid var(--line); background: #fff; }
.comment-list .children { margin: 18px 0 0 30px; padding: 0; list-style: none; }
.comment-author { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.comment-author .avatar { border-radius: 50%; }
.comment-author .says { display: none; }
.comment-metadata { margin: -17px 0 14px 64px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.comment-content { font-family: Georgia, serif; font-size: 17px; line-height: 1.7; }
.comment-content p:last-child { margin-bottom: 0; }
.reply { margin-top: 12px; color: var(--red); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.comment-respond { margin-top: 35px; padding: 32px; border-top: 4px solid var(--ink); background: #fff; }
.comment-notes, .logged-in-as { color: var(--muted); font-size: 12px; }
.comment-form-comment label, .comment-form-author label, .comment-form-email label, .comment-form-url label { display: block; margin-bottom: 6px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.comment-form textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] { width: 100%; padding: 12px 14px; border: 1px solid var(--line); background: #fff; outline: none; }
.comment-form textarea { min-height: 150px; resize: vertical; }
.comment-form textarea:focus, .comment-form input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(215,25,32,.08); }
.comment-form-cookies-consent { display: flex; align-items: flex-start; gap: 8px; color: var(--muted); font-size: 12px; }
.comment-form .submit { border: 0; cursor: pointer; }
.no-comments { color: var(--muted); }
.page-main { padding: 62px 0 80px; }
.page-header { margin-bottom: 32px; padding-bottom: 24px; border-bottom: 4px solid var(--ink); }
.page-content.divi-content { margin-top: -62px; margin-bottom: -80px; }
.empty-state { text-align: center; padding: 90px 20px; }
.empty-state h1, .empty-state h2 { margin: 8px 0; font-family: var(--serif); font-size: clamp(36px,5vw,60px); line-height: 1.05; }
.empty-state p { color: var(--muted); }
.error-code { display: block; color: var(--red); font-family: var(--serif); font-size: 100px; font-weight: 700; line-height: 1; opacity: .15; }
/* Wesper-inspired professional single-story layout */
.single .article-main { padding-top: 46px; background: #fff; }
.single .single-post-shell { display: grid; grid-template-columns: minmax(0, 820px) minmax(260px, 306px); gap: 48px; align-items: start; }
.single .single-post-primary { min-width: 0; }
.single .article-breadcrumb { display: flex; min-width: 0; align-items: center; gap: 11px; margin-bottom: 22px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.single .article-breadcrumb a { flex: 0 0 auto; color: var(--ink-soft); }
.single .article-breadcrumb a:hover { color: var(--red); }
.single .article-breadcrumb > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.single .article-header { width: 100%; max-width: none; margin: 0; }
.single .article-category { display: inline-block; margin-bottom: 13px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.single .article-header h1 { width: 100%; max-width: none; margin: 0 0 14px !important; font-size: clamp(40px, 4vw, 54px); line-height: 1.05; letter-spacing: -.03em; text-wrap: pretty; }
.single .article-deck { max-width: 790px; margin-bottom: 18px; color: #55545a; font-family: var(--serif); font-size: 21px; line-height: 1.48; }
.single .article-byline { justify-content: flex-start; gap: 22px; margin-top: 0; padding: 0; border: 0; font-size: 10px; }
.single .byline-author { flex-direction: row; align-items: center; gap: 9px; }
.single .byline-author img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.single .byline-author > div { display: flex; align-items: baseline; gap: 5px; }
.single .byline-author > div > span { color: var(--muted); font-size: 10px; }
.single .byline-author a { font-size: 11px; }
.single .byline-data { align-items: center; }
.single .article-hero { width: 100%; margin: 30px 0 0; padding: 0; border: 0; background: var(--paper); box-shadow: none; }
.single .article-hero img { width: 100%; max-height: 620px; object-fit: contain; box-shadow: none; }
.single .article-hero figcaption { margin-inline: 0; }
.single .article-body-row { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 28px; align-items: start; margin-top: 34px; }
.single .share-rail { top: 78px; }
.single .article-sidebar { position: sticky; top: 78px; min-width: 0; }
.single .sidebar-heading { margin: 0; padding: 0 0 15px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 15px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.single .sidebar-related { margin: 0; padding: 0; border: 0; }
.single .sidebar-related-card { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 14px; align-items: center; margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); }
.single .sidebar-related-image { display: block; aspect-ratio: 1 / 1; overflow: hidden; background: var(--paper); }
.single .sidebar-related-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.single .sidebar-image-fallback { display: grid; width: 100%; height: 100%; place-items: center; background: linear-gradient(135deg, var(--navy), #35495d); color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 19px; font-weight: 800; letter-spacing: .08em; }
.single .sidebar-related-card:hover img { transform: scale(1.04); }
.single .sidebar-related-copy { min-width: 0; }
.single .sidebar-related-copy > span { display: block; margin-bottom: 4px; color: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.single .sidebar-related-card h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 15px; line-height: 1.15; text-wrap: pretty; }
.single .sidebar-related-card h3 a:hover { color: var(--red); }
.single .sidebar-related-card time { display: block; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.single .sidebar-categories { margin-top: 30px; }
.single .sidebar-categories ul { margin: 0; padding: 0; list-style: none; }
.single .sidebar-categories li { border-bottom: 1px solid var(--line); }
.single .sidebar-categories a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 11px 0; font-family: var(--serif); font-size: 14px; font-weight: 700; }
.single .sidebar-categories a span::before { content: "›"; margin-right: 9px; color: var(--muted); }
.single .sidebar-categories b { min-width: 25px; padding: 2px 6px; border-radius: 2px; background: var(--ink); color: #fff; font-family: var(--sans); font-size: 9px; text-align: center; }
.single .sidebar-categories a:hover { color: var(--red); }
.single .prose { color: #26262a; font-size: 19px; line-height: 1.82; }
.single .prose > p { margin: 0 0 1.45em; }
.single .prose > p:first-child { font-size: 20px; font-weight: 400; line-height: 1.75; }
.single .prose h2,
.single .prose h3 { margin: 1.75em 0 .6em; color: var(--ink); font-family: var(--serif); font-weight: 700; line-height: 1.12; text-wrap: balance; }
.single .prose h2 { font-size: 36px; }
.single .prose h3 { font-size: 30px; }
.single .prose > h3:first-child { margin-top: 0; padding-bottom: 16px; border-bottom: 2px solid var(--ink); }
.single .legacy-divi-content .et_pb_section,
.single .legacy-divi-content .et_pb_row,
.single .legacy-divi-content .et_pb_column,
.single .legacy-divi-content .et_pb_module,
.single .legacy-divi-content .et_pb_text_inner { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; background: transparent !important; }
.single .legacy-divi-content .et_pb_text_inner > p { margin: 0 0 1.45em; }
.single .legacy-divi-content .et_pb_text_inner > h3 { margin: 0 0 .7em; padding-bottom: 16px; border-bottom: 2px solid var(--ink); font-family: var(--serif); font-size: 30px; line-height: 1.12; }
.single .article-footer { margin-top: 58px; }
.single .related-section { padding: 72px 0 82px; border-top: 1px solid var(--line); background: #f3f1ec; }
.single .related-section .section-rule { border-top-width: 3px; }
.single .related-section .story-grid { gap: 24px; }
.single .related-section .story-card { display: flex; min-height: 100%; flex-direction: column; padding: 12px 12px 20px; background: #fff; border: 1px solid rgba(18,18,20,.08); box-shadow: 0 10px 28px rgba(16,25,35,.05); transition: transform .25s ease, box-shadow .25s ease; }
.single .related-section .story-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(16,25,35,.10); }
.single .related-section .story-image { aspect-ratio: 16 / 10; }
.single .related-section .story-copy { display: flex; flex: 1; flex-direction: column; padding: 17px 8px 0; }
.single .related-section .story-copy h2 { font-size: 24px; text-wrap: pretty; }
.single .related-section .post-meta { margin-top: auto; padding-top: 5px; }
@media (max-width: 980px) {
  .single .single-post-shell { grid-template-columns: 1fr; gap: 52px; max-width: 880px; }
  .single .article-sidebar { position: static; display: grid; grid-template-columns: 1.3fr .7fr; gap: 34px; }
  .single .sidebar-categories { margin-top: 0; }
}
@media (max-width: 640px) {
  .single .article-main { padding-top: 26px; }
  .single .article-breadcrumb { margin-bottom: 16px; }
  .single .article-header h1 { font-size: 38px; }
  .single .article-byline { align-items: flex-start; flex-direction: column; gap: 10px; }
  .single .article-hero { margin-top: 22px; }
  .single .article-hero img { max-height: 460px; }
  .single .article-body-row { display: block; margin-top: 26px; }
  .single .article-sidebar { display: block; }
  .single .sidebar-categories { margin-top: 30px; }
}

/* Professional editorial homepage refinement */
.home .site-header { box-shadow: 0 1px 0 rgba(18,18,20,.05); }
.home .lead-section { padding: 48px 0 64px; background: linear-gradient(180deg, #fff 0%, #fbfaf7 100%); }
.home .section-rule { border-top-width: 3px; }
.home .section-heading { margin-bottom: 26px; }
.home .section-heading > span { position: relative; padding-left: 16px; }
.home .section-heading > span::before { content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--red); transform: translateY(-50%); }
.home .lead-grid { grid-template-columns: minmax(0, 1.7fr) minmax(340px, .8fr); gap: 36px; align-items: stretch; }
.home .lead-story,
.home .lead-image { min-height: 520px; }
.home .lead-image { border-radius: 2px; box-shadow: 0 18px 44px rgba(16,25,35,.14); }
.home .lead-shade { background: linear-gradient(180deg, rgba(8,14,22,.02) 28%, rgba(8,14,22,.92) 100%); }
.home .lead-copy { inset-inline: 34px; bottom: 30px; }
.home .lead-copy h1 { max-width: 760px; font-size: clamp(38px,3.6vw,56px); line-height: 1.01; text-wrap: balance; }
.home .lead-side { gap: 0; border-top: 1px solid var(--line); }
.home .compact-card { grid-template-columns: 126px 1fr; gap: 17px; min-height: 124px; padding: 16px 0; align-items: center; }
.home .compact-card:first-child { padding-top: 0; }
.home .compact-card .story-image { aspect-ratio: 4 / 3; }
.home .compact-card .story-copy h2 { margin-top: 4px; font-size: 19px; line-height: 1.15; text-wrap: pretty; }
.home .latest-section { padding: 64px 0 82px; background: #f3f1ec; }
.home .latest-section .section-rule { border-top-color: var(--navy); }
.home .story-grid { gap: 30px 22px; }
.home .story-grid .story-card { display: flex; min-height: 100%; flex-direction: column; padding: 12px 12px 20px; background: #fff; border: 1px solid rgba(18,18,20,.08); box-shadow: 0 10px 28px rgba(16,25,35,.05); transition: transform .25s ease, box-shadow .25s ease; }
.home .story-grid .story-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(16,25,35,.10); }
.home .story-grid .story-image { aspect-ratio: 16 / 10; }
.home .story-grid .story-copy { display: flex; flex: 1; flex-direction: column; padding: 17px 8px 0; }
.home .story-grid .story-copy h2 { font-size: 24px; text-wrap: pretty; }
.home .story-grid .post-meta { margin-top: auto; padding-top: 5px; }
.home .desk-section { padding: 76px 0 82px; background: linear-gradient(135deg, #0b131c 0%, #121f2c 100%); }
.home .desk-grid { gap: 40px; }
.home .desk-column + .desk-column { padding-left: 40px; }
.home .newsletter-band { padding: 66px 0; }
.home .newsletter-inner h2 { max-width: 820px; text-wrap: balance; }
.site-footer { padding: 68px 0 22px; background: #0b1118; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2.2fr repeat(3,1fr); gap: 55px; }
.footer-brand .site-logo { max-width: 235px; max-height: 58px; }
.footer-brand p { max-width: 440px; margin: 20px 0; color: rgba(255,255,255,.6); font-size: 14px; }
.footer-cta { color: #ff7377; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.footer-grid h2 { margin: 0 0 18px; color: rgba(255,255,255,.45); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 10px 0; color: rgba(255,255,255,.8); font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
@media (max-width: 980px) {
  .wrap { width: min(100% - 32px, 1240px); }
  .today, .primary-nav { display: none; }
  .mobile-only { display: inline-grid; grid-column: 1; justify-self: start; }
  .masthead { min-height: 85px; }
  .site-logo { max-width: 220px; max-height: 54px; }
  .mobile-nav { display: block; border-top: 1px solid var(--line); background: #fff; }
  .mobile-nav-inner { padding: 12px 0 22px; }
  .mobile-nav-inner > a, .mobile-nav .nav-group > button { display: flex; width: 100%; justify-content: space-between; padding: 11px 4px; border: 0; border-bottom: 1px solid var(--line); background: none; font-size: 13px; font-weight: 800; text-transform: uppercase; }
  .mobile-nav .nav-group { display: block; }
  .mobile-nav .nav-dropdown { position: static; display: grid; grid-template-columns: repeat(2,1fr); min-width: 0; padding: 6px 0 12px 12px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .mobile-nav .nav-dropdown a { padding: 7px 4px; color: var(--muted); }
  .lead-grid, .home .lead-grid { grid-template-columns: 1fr; }
  .lead-side, .home .lead-side { grid-template-columns: repeat(2,1fr); gap: 20px; border-top: 0; }
  .home .compact-card { display: grid; padding: 16px 0; }
  .story-grid { grid-template-columns: repeat(2,1fr); }
  .article-layout, .single .article-layout { grid-template-columns: 58px minmax(0,1fr); gap: 28px; max-width: 880px; }
  .article-details, .single .article-details, .single .article-sidebar { display: none; }
  .desk-grid { grid-template-columns: 1fr; gap: 32px; }
  .desk-column + .desk-column { padding: 0; border-left: 0; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .admin-bar .nav-shell { top: 46px; }
  .wrap, .wrap-wide, .wrap-narrow { width: calc(100% - 28px); }
  .utility-label { font-size: 9px; }
  .utility-links { display: none; }
  .masthead { min-height: 74px; }
  .masthead-actions { gap: 8px; }
  .site-logo { max-width: 175px; max-height: 46px; }
  .icon-button { width: 38px; height: 38px; }
  .lead-section { padding: 28px 0 38px; }
  .lead-story, .lead-image, .home .lead-story, .home .lead-image { min-height: 420px; }
  .lead-copy, .home .lead-copy { inset-inline: 20px; bottom: 22px; }
  .home .lead-side { grid-template-columns: 1fr; gap: 0; }
  .home .compact-card { grid-template-columns: 112px 1fr; min-height: 0; }
  .home .latest-section { padding-top: 48px; }
  .lead-copy h1 { font-size: 38px; }
  .lead-side, .story-grid { grid-template-columns: 1fr; }
  .compact-card { grid-template-columns: 120px 1fr; }
  .latest-section { padding-bottom: 52px; }
  .desk-section { padding: 52px 0; }
  .newsletter-inner { align-items: flex-start; flex-direction: column; }
  .article-main { padding-top: 34px; }
  .article-header h1, .single .article-header h1 { font-size: 39px; line-height: 1.05; }
  .article-deck, .single .article-deck { font-size: 19px; }
  .article-byline { align-items: flex-start; flex-direction: column; gap: 10px; }
  .article-hero { width: 100%; margin-top: 20px; }
  .article-hero img { aspect-ratio: 4 / 3; }
  .article-layout, .single .article-layout { display: block; width: calc(100% - 28px); margin-top: 28px; }
  .share-rail { position: static; flex-direction: row; justify-content: flex-start; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
  .share-rail > span { margin: 0 5px 0 0; }
  .share-rail a { width: 36px; height: 36px; }
  .prose { font-size: 17.5px; line-height: 1.72; }
  .prose > p:first-child { font-size: 20px; }
  .comments-area { padding: 42px 0 50px; }
  .comment-respond { padding: 22px 18px; }
  .comment-list .children { margin-left: 12px; }
  .page-main { padding-top: 42px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

/* Premium editorial About page */
.about-main { background: #fff; }
.about-label { display: block; margin-bottom: 13px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.about-label.light { color: #ff8589; }
.about-hero-v2 { padding: 0 0 78px; overflow: hidden; background: #f4f1ea; color: var(--ink); }
.about-breadcrumb { display: flex; gap: 9px; padding-top: 26px; color: var(--muted); font-size: 11px; }
.about-breadcrumb a:hover { color: var(--red); }
.about-hero-v2-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) 360px; gap: 76px; align-items: center; padding-top: 55px; }
.about-hero-v2 h1 { max-width: 820px; margin: 0 0 22px; font-family: var(--serif); font-size: clamp(52px, 5.2vw, 72px); line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
.about-hero-copy > p { max-width: 790px; margin: 0; color: #4e4d52; font-family: Georgia, serif; font-size: 20px; line-height: 1.68; }
.about-hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 31px; }
.about-text-link { padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.about-editor-card { position: relative; padding: 14px; background: #fff; border: 1px solid rgba(18,18,20,.09); box-shadow: 0 24px 55px rgba(16,25,35,.13); }
.about-editor-card::before { content: ""; position: absolute; top: -15px; right: -15px; z-index: 0; width: 92px; height: 92px; background: var(--red); }
.about-editor-card figure, .about-editor-card > div { position: relative; z-index: 1; }
.about-editor-card figure { margin: 0; aspect-ratio: 1 / .9; overflow: hidden; background: var(--paper); }
.about-editor-card img { width: 100%; height: 100%; object-fit: cover; }
.about-editor-card > div { padding: 20px 8px 8px; }
.about-editor-card span { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.about-editor-card h2 { margin: 4px 0 3px; font-family: var(--serif); font-size: 31px; line-height: 1; }
.about-editor-card p { margin: 0; color: var(--muted); font-size: 12px; }
.about-credibility { position: relative; z-index: 2; margin-top: -1px; background: var(--navy); color: #fff; }
.credibility-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.credibility-grid article { min-height: 126px; display: flex; flex-direction: column; justify-content: center; padding: 22px 28px; border-left: 1px solid rgba(255,255,255,.12); }
.credibility-grid article:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.credibility-grid strong { color: #fff; font-family: var(--serif); font-size: 32px; line-height: 1; }
.credibility-grid span { margin-top: 8px; color: rgba(255,255,255,.55); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.about-section { padding: 88px 0; border-bottom: 1px solid var(--line); }
.about-intro-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.about-section h2, .about-contact h2, .about-accreditation h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4vw, 54px); line-height: 1.02; letter-spacing: -.035em; text-wrap: balance; }
.about-rich-copy { max-width: 760px; }
.about-rich-copy p, .founder-copy > p, .about-values-grid p { color: var(--ink-soft); font-family: Georgia, serif; font-size: 18px; line-height: 1.78; }
.about-lead-copy { margin-top: 0; color: var(--ink) !important; font-family: var(--serif) !important; font-size: 25px !important; line-height: 1.43 !important; }
.about-rich-copy blockquote { margin: 30px 0 0; padding: 8px 0 8px 22px; border-left: 3px solid var(--red); font-family: var(--serif); font-size: 24px; line-height: 1.35; }
.about-principles-v2 { background: #f4f1ea; }
.about-section-head { margin-bottom: 38px; }
.about-section-head-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.about-section-head-row > p { max-width: 440px; margin: 0 0 3px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.principles-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; background: transparent; border: 0; }
.principles-grid article { min-height: 238px; padding: 27px; background: #fff; border: 1px solid rgba(18,18,20,.08); transition: transform .25s ease, box-shadow .25s ease; }
.principles-grid article:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(16,25,35,.08); }
.principles-grid b { color: var(--red); font-size: 10px; letter-spacing: .1em; }
.principles-grid h3 { margin: 53px 0 11px; font-family: var(--serif); font-size: 25px; line-height: 1.08; }
.principles-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.founder-section-v2 { background: #fff; }
.founder-grid { display: grid; grid-template-columns: 370px minmax(0, 1fr); gap: 82px; align-items: center; }
.founder-portrait-wrap { position: relative; }
.founder-photo { margin: 0; padding: 12px; background: #f4f1ea; }
.founder-photo img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; filter: grayscale(8%); }
.founder-signature { position: absolute; right: -22px; bottom: 28px; min-width: 164px; padding: 16px 18px; background: var(--navy); color: #fff; box-shadow: 0 14px 30px rgba(16,25,35,.18); }
.founder-signature span { display: block; color: #ff8589; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.founder-signature strong { font-family: var(--serif); font-size: 20px; }
.founder-copy { max-width: 760px; }
.founder-lead { color: var(--ink) !important; font-family: var(--serif) !important; font-size: 24px !important; line-height: 1.42 !important; }
.founder-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 28px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.founder-detail-grid > div { min-height: 100px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.founder-detail-grid span { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.founder-detail-grid p { margin: 7px 0 0; font-family: var(--serif); font-size: 15px; line-height: 1.35; }
.founder-detail-grid a { color: var(--red); }
.about-accreditation-v2 { padding: 82px 0; background: var(--navy); color: #fff; }
.about-accreditation-v2 .about-section-head-row > p { color: rgba(255,255,255,.58); }
.accreditation-list { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.14); }
.accreditation-list article { min-height: 190px; display: flex; flex-direction: column; padding: 25px; border-right: 1px solid rgba(255,255,255,.14); }
.accreditation-list article:last-child { border-right: 0; }
.accreditation-list strong { color: #ff8589; font-family: var(--serif); font-size: 35px; line-height: 1; }
.accreditation-list span { max-width: 250px; margin-top: auto; color: rgba(255,255,255,.82); font-family: var(--serif); font-size: 17px; line-height: 1.25; }
.accreditation-list small { margin-top: 7px; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.about-values-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 72px; }
.about-values-grid article + article { padding-left: 72px; border-left: 1px solid var(--line); }
.about-contact-v2 { padding: 82px 0; background: linear-gradient(135deg, #b71319, var(--red)); color: #fff; }
.about-contact-inner { display: grid; grid-template-columns: minmax(0,.82fr) minmax(480px,1.18fr); gap: 72px; align-items: center; }
.about-contact-v2 h2 { max-width: 660px; }
.about-contact-v2 p { max-width: 610px; color: rgba(255,255,255,.74); }
.about-contact-details { display: flex; flex-direction: column; gap: 5px; margin-top: 27px; }
.about-contact-details a { font-family: var(--serif); font-size: 18px; }
.newsroom-form-card { padding: 34px; background: #fff; color: var(--ink); box-shadow: 0 24px 58px rgba(65,0,3,.22); }
.newsroom-form { display: grid; gap: 17px; }
.newsroom-form .form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.newsroom-form label { display: block; }
.newsroom-form label > span:first-child { display: block; margin-bottom: 6px; color: var(--ink-soft); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.newsroom-form input[type="text"],
.newsroom-form input[type="email"],
.newsroom-form input[type="tel"],
.newsroom-form select,
.newsroom-form textarea { width: 100%; border: 1px solid #d7d3cc; border-radius: 0; background: #fff; color: var(--ink); outline: 0; }
.newsroom-form input[type="text"],
.newsroom-form input[type="email"],
.newsroom-form input[type="tel"],
.newsroom-form select { height: 48px; padding: 0 13px; }
.newsroom-form textarea { min-height: 128px; padding: 12px 13px; resize: vertical; }
.newsroom-form input:focus, .newsroom-form select:focus, .newsroom-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(215,25,32,.08); }
.newsroom-form .form-consent { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.newsroom-form .form-consent input { width: 15px; height: 15px; margin-top: 2px; accent-color: var(--red); }
.newsroom-form .form-consent span { margin: 0 !important; color: var(--muted) !important; font-size: 11px !important; font-weight: 500 !important; letter-spacing: 0 !important; text-transform: none !important; }
.newsroom-submit { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 19px; border: 0; background: var(--navy); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: .2s ease; }
.newsroom-submit:hover { background: var(--red); }
.form-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-notice { margin-bottom: 18px; padding: 12px 14px; border-left: 3px solid; font-size: 12px; line-height: 1.5; }
.form-notice.success { border-color: #16834b; background: #eef9f2; color: #0b5d34; }
.form-notice.error { border-color: var(--red); background: #fff1f1; color: #8f1116; }
@media (max-width: 980px) {
  .about-hero-v2-grid { grid-template-columns: 1fr 300px; gap: 42px; }
  .about-hero-v2 h1 { font-size: 58px; }
  .credibility-grid { grid-template-columns: repeat(2, 1fr); }
  .credibility-grid article:nth-child(3) { border-top: 1px solid rgba(255,255,255,.12); }
  .credibility-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.12); }
  .about-intro-grid, .about-contact-inner { grid-template-columns: 1fr; gap: 42px; }
  .principles-grid { grid-template-columns: repeat(2, 1fr); }
  .founder-grid { grid-template-columns: 290px 1fr; gap: 50px; }
  .about-values-grid { gap: 42px; }
  .about-values-grid article + article { padding-left: 42px; }
}
@media (max-width: 640px) {
  .about-hero-v2 { padding-bottom: 54px; }
  .about-hero-v2-grid { grid-template-columns: 1fr; padding-top: 36px; }
  .about-hero-v2 h1 { font-size: 45px; }
  .about-hero-copy > p { font-size: 17px; }
  .about-hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .about-editor-card { max-width: 330px; }
  .credibility-grid, .principles-grid, .founder-grid, .accreditation-list, .about-values-grid { grid-template-columns: 1fr; }
  .credibility-grid article { min-height: 105px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
  .about-section { padding: 60px 0; }
  .about-section-head-row { align-items: flex-start; flex-direction: column; gap: 18px; }
  .principles-grid article { min-height: 0; }
  .principles-grid h3 { margin-top: 30px; }
  .founder-portrait-wrap { max-width: 310px; }
  .founder-signature { right: -8px; }
  .founder-detail-grid { grid-template-columns: 1fr; }
  .about-values-grid article + article { padding: 40px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .about-accreditation-v2, .about-contact-v2 { padding: 60px 0; }
  .newsroom-form-card { padding: 23px 18px; }
  .newsroom-form .form-row { grid-template-columns: 1fr; }
  .accreditation-list article { min-height: 145px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .accreditation-list article:last-child { border-bottom: 0; }
}
