/* Gun Insights editorial presentation. Existing product components are untouched. */
body.gi-editorial {
    --gi-ink: #202b2c;
    --gi-muted: #64706e;
    --gi-paper: #f8f7f3;
    --gi-rule: #dedfd8;
    --gi-accent: #906240;
    color: var(--gi-ink);
    background: var(--gi-paper);
    -webkit-font-smoothing: antialiased;
}
.gi-editorial #td-outer-wrap { background: var(--gi-paper); }
.gi-editorial .td-header-wrap { background: #fff; }
.gi-editorial .td-header-menu-wrap-full { border-bottom: 1px solid var(--gi-rule); box-shadow: none; }
.gi-editorial .td-header-gradient:before,
.gi-editorial .td-header-gradient:after { display: none; }
.gi-editorial .sf-menu > li > a { font-size: 12px; font-weight: 700; letter-spacing: .09em; }
.gi-editorial .sf-menu > .current-menu-item > a:after,
.gi-editorial .sf-menu > li > a:hover:after { background: var(--gi-accent); }
.gi-editorial .td-header-top-menu-full { background: var(--gi-ink); }
.gi-editorial .td-header-sp-logo img { max-height: 76px; width: auto; }
.gi-editorial .td-header-sp-logo { min-height: 96px; }
.gi-editorial .td-logo-wrap-full .td-header-sp-logo { padding-block: 18px; }
.gi-editorial a:focus-visible,
.gi-editorial button:focus-visible,
.gi-editorial input:focus-visible,
.gi-editorial select:focus-visible,
.gi-editorial textarea:focus-visible { outline: 3px solid #006c70; outline-offset: 4px; }
.gi-skip-link { position: fixed; left: 20px; top: -100px; z-index: 100000; padding: 14px 20px; background: #fff; color: #202b2c; border: 2px solid #006c70; }
.gi-skip-link:focus { top: 12px; }
.gi-journal { width: min(1120px, calc(100% - 64px)); margin-inline: auto; padding: 60px 0 76px; }
.gi-journal:focus { outline: none; }
.gi-journal-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; padding-bottom: 45px; border-bottom: 1px solid var(--gi-rule); }
.gi-journal .gi-eyebrow { margin: 0 0 20px; color: var(--gi-accent); font: 700 11px/1.5 Arial, sans-serif; letter-spacing: .19em; text-transform: uppercase; }
.gi-journal h1 { margin: 0; font: 400 clamp(36px, 4.5vw, 58px)/1.08 Georgia, 'Times New Roman', serif; letter-spacing: -.045em; color: var(--gi-ink); }
.gi-journal h1 span, .gi-footer-brand > a span { color: var(--gi-accent); }
.gi-journal-search { flex: 0 1 290px; padding-bottom: 4px; }
.gi-journal-search label { display: block; margin: 0 0 12px; font: 700 11px/1.5 Arial, sans-serif; letter-spacing: .11em; text-transform: uppercase; color: var(--gi-muted); }
.gi-search-field { display: flex; align-items: stretch; border: 1px solid #aeb4ad; background: transparent; }
.gi-journal .gi-search-field input { box-sizing: border-box; min-width: 0; flex: 1; height: 48px; padding: 12px 14px; border: 0; background: transparent; font: 14px/1.5 Arial, sans-serif; color: var(--gi-ink); }
.gi-journal .gi-search-field button { flex: 0 0 48px; min-height: 48px; border: 0; background: var(--gi-ink); color: #fff; font: 25px/1 Arial, sans-serif; cursor: pointer; }
.gi-search-field button:hover { background: #344542; }
.gi-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 32px 0 25px; }
.gi-section-heading h2 { margin: 0; font: 700 13px/1.5 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.gi-section-heading > span { color: var(--gi-muted); font: 12px/1.5 Arial, sans-serif; }
.gi-article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 28px; }
.gi-article-card { min-width: 0; padding-bottom: 24px; border-bottom: 1px solid var(--gi-rule); }
.gi-card-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #e9e9e1; margin-bottom: 20px; }
.gi-card-image img { display: block; width: 100%; height: 100%; max-width: 100%; object-fit: cover; }
.gi-image-placeholder { display: grid; height: 100%; place-content: center; font: 54px/1 Georgia, serif; color: #788278; }
.gi-image-placeholder > span { color: var(--gi-accent); }
.gi-card-meta { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 14px; margin-bottom: 10px; font: 11px/1.6 Arial, sans-serif; }
.gi-card-meta > a { color: #755139; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.gi-card-meta time { color: var(--gi-muted); }
.gi-article-card h3 { margin: 0 0 14px; font: 400 clamp(21px, 2vw, 26px)/1.25 Georgia, 'Times New Roman', serif; letter-spacing: -.022em; overflow-wrap: break-word; }
.gi-article-card h3 a { color: var(--gi-ink); }
.gi-article-card h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.gi-card-author { color: var(--gi-muted); font: 12px/1.5 Arial, sans-serif; }
.gi-pagination { margin-top: 40px; }
.gi-pagination ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.gi-pagination li { margin: 0; }
.gi-pagination a, .gi-pagination span { display: grid; place-content: center; min-width: 44px; min-height: 44px; padding: 8px 14px; border: 1px solid var(--gi-rule); color: var(--gi-ink); font: 13px/1.5 Arial, sans-serif; }
.gi-pagination .current { color: #fff; border-color: var(--gi-ink); background: var(--gi-ink); }
.gi-pagination a:hover { background: #eeeee7; }
.gi-empty-state { padding: 32px 0; }

/* Article and informational-page reading styles; no product-widget selectors. */
.gi-editorial.single-post .td-post-header .entry-title { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(32px, 3.8vw, 48px); line-height: 1.12; letter-spacing: -.035em; color: var(--gi-ink); }
.gi-editorial .td-post-content > p:not(.gad-search-more),
.gi-editorial .td-post-content > ul,
.gi-editorial .td-post-content > ol,
.gi-editorial .tdb_single_content .tdb-block-inner > p { font-size: 18px; line-height: 1.8; color: #35403e; margin-bottom: 1.35em; }
.gi-editorial .td-post-content > h2,
.gi-editorial .td-post-content > h3 { color: var(--gi-ink); font-family: Georgia, 'Times New Roman', serif; line-height: 1.25; letter-spacing: -.018em; margin-top: 1.7em; }
.gi-editorial .td-post-content > h2 { font-size: 30px; }
.gi-editorial .td-post-content > h3 { font-size: 25px; }
.gi-editorial .td-post-content > p:not(.gad-search-more) > a { color: #006468; text-decoration: underline; text-underline-offset: 3px; }
.gi-editorial .td-crumb-container { padding-top: 22px; padding-bottom: 16px; }
.gi-editorial .td-crumb-container, .gi-editorial .td-crumb-container a { color: var(--gi-muted); }
.gi-editorial .td-post-content blockquote { border-left: 3px solid var(--gi-accent); margin: 32px 0; padding: 4px 0 4px 24px; }
.gi-editorial .td-post-content blockquote p { color: #43514b; font: italic 24px/1.5 Georgia, serif; }
.gi-editorial .td-post-content > figure { max-width: 100%; }
.gi-editorial .td-post-content figcaption { color: var(--gi-muted); font-size: 13px; line-height: 1.6; }
.gi-editorial .td-post-content :where(h2,h3,h4), .gi-editorial article[id] { scroll-margin-top: 90px; }
.gi-editorial .td-block-title { font-family: Arial, sans-serif; letter-spacing: .06em; }
.gi-editorial .td-post-sharing-top { margin-top: 22px; margin-bottom: 30px; }
.gi-editorial .td-author-box { border-color: var(--gi-rule); background: #fff; }
.gi-editorial .td-post-content pre { overflow: auto; }

/* The imported footer is replaced by the informational footer below. */
.gi-editorial .td-footer-wrapper,
.gi-editorial .td-sub-footer-container { display: none; }
.gi-site-footer { background: #202b2c; color: #e7e9e1; padding: 48px 0 24px; }
.gi-footer-inner { width: min(1120px, calc(100% - 64px)); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.gi-footer-brand > a { font: 400 34px/1.2 Georgia, serif; letter-spacing: -.035em; color: #fff; }
.gi-footer-brand p { margin: 14px 0 0; color: #bdc5bf; font: 14px/1.7 Arial, sans-serif; }
.gi-footer-links { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 8px 24px; }
.gi-footer-links a { color: #e7e9e1; padding: 9px 0; font: 13px/1.5 Arial, sans-serif; }
.gi-site-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.gi-footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #48524e; padding-top: 22px; color: #bdc5bf; font: 12px/1.5 Arial, sans-serif; }
.gi-footer-bottom a { color: #bdc5bf; }
@media (max-width: 1000px) {
    .gi-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gi-journal-heading { gap: 28px; }
    .gi-journal-search { flex-basis: 250px; }
}
@media (max-width: 767px) {
    .gi-editorial .td-header-menu-wrap,
    .gi-editorial .td-header-main-menu { background: #fff; }
    .gi-editorial .td-header-main-menu [aria-label="Menu"],
    .gi-editorial .td-header-main-menu [aria-label="Search"],
    .gi-editorial .td-header-main-menu .td-icon-font { color: var(--gi-ink); }
    .gi-journal { width: calc(100% - 40px); padding: 32px 0 48px; }
    .gi-journal-heading { display: block; padding-bottom: 28px; }
    .gi-journal h1 { font-size: 40px; }
    .gi-journal-search { margin-top: 26px; max-width: 420px; }
    .gi-journal .gi-eyebrow { margin-bottom: 14px; }
    .gi-section-heading { margin-top: 25px; }
    .gi-article-grid { gap: 28px 22px; }
    .gi-article-card h3 { font-size: 23px; }
    .gi-editorial .td-post-content > p:not(.gad-search-more),
    .gi-editorial .td-post-content > ul,
    .gi-editorial .td-post-content > ol { font-size: 17px; line-height: 1.75; }
    .gi-editorial .td-post-content > h2 { font-size: 27px; }
    .gi-editorial .td-post-content > h3 { font-size: 23px; }
    .gi-footer-inner { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 24px; }
    .gi-footer-brand > a { font-size: 31px; }
    .gi-footer-links { gap: 4px 20px; }
    .gi-site-footer { padding-top: 34px; }
}
@media (max-width: 599px) {
    .gi-article-grid { grid-template-columns: minmax(0, 1fr); }
    .gi-card-image { margin-bottom: 16px; }
    .gi-article-card h3 { font-size: 26px; }
    .gi-journal h1 { font-size: 37px; }
}
@media (prefers-reduced-motion: reduce) {
    .gi-editorial { scroll-behavior: auto; }
    .gi-journal *, .gi-site-footer * { animation: none !important; transition: none !important; }
}

/* Newsroom layout: category desks, lead coverage and compact headline columns. */
body.gi-editorial { --gi-paper: #fff; --gi-rule: #dcdedb; --gi-accent: #914535; }
.gi-editorial .td-header-header { min-height: 82px; }
.gi-editorial .td-header-sp-logo { min-height: 82px; height: 82px; line-height: 82px; }
.gi-editorial .td-header-sp-logo img { max-height: 55px; }
.gi-editorial .td-logo-wrap-full .td-header-sp-logo { padding-block: 0; }
.gi-newspaper { padding-top: 0; }
.gi-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.gi-edition-bar { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; min-height: 66px; border-bottom: 1px solid var(--gi-rule); margin-bottom: 28px; }
.gi-journal .gi-edition-bar h1 { margin: 0; font: 700 13px/1.5 Arial, sans-serif; letter-spacing: .035em; text-transform: uppercase; }
.gi-edition-bar > time { font: 12px/1.5 Arial, sans-serif; color: var(--gi-muted); }
.gi-edition-search { margin-left: auto; display: flex; align-items: stretch; border: 1px solid #c8cdca; }
.gi-edition-search input { box-sizing: border-box; width: 170px; min-width: 0; height: 36px; padding: 7px 10px; border: 0; background: #fff; color: var(--gi-ink); font: 12px/1.5 Arial, sans-serif; }
.gi-edition-search button { box-sizing: border-box; min-height: 36px; border: 0; border-left: 1px solid var(--gi-rule); padding: 0 12px; background: #f3f4f1; font: 700 11px/1.5 Arial, sans-serif; color: var(--gi-ink); cursor: pointer; }
.gi-newsroom-lead { display: grid; grid-template-columns: minmax(0,1.75fr) minmax(0,1fr) minmax(0,.92fr); gap: 26px; padding-bottom: 32px; }
.gi-lead-column, .gi-support-column, .gi-headline-column { min-width: 0; }
.gi-support-column, .gi-headline-column { border-left: 1px solid var(--gi-rule); padding-left: 24px; }
.gi-story { min-width: 0; }
.gi-story-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #eceeea; margin-bottom: 16px; }
.gi-story-image img { display: block; width: 100%; height: 100%; max-width: 100%; object-fit: cover; }
.gi-story h2, .gi-story h3 { margin: 0; font: 700 23px/1.23 Arial, Helvetica, sans-serif; letter-spacing: -.025em; overflow-wrap: break-word; }
.gi-story h2 a, .gi-story h3 a { color: var(--gi-ink); }
.gi-story h2 a:hover, .gi-story h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.gi-story .gi-card-meta { margin-bottom: 9px; gap: 6px 12px; font-size: 10px; }
.gi-story--lead { display: flex; flex-direction: column; }
.gi-story--lead .gi-story-copy { order: 0; }
.gi-story--lead .gi-story-image { order: 1; margin-top: 21px; margin-bottom: 0; aspect-ratio: 16 / 10; }
.gi-story--lead h2 { font-size: clamp(28px,2.7vw,36px); line-height: 1.14; letter-spacing: -.035em; }
.gi-lead-summary { margin: 15px 0 13px; font: 15px/1.65 Arial, sans-serif; color: #4a5551; }
.gi-story--support + .gi-story--support { border-top: 1px solid var(--gi-rule); padding-top: 22px; margin-top: 22px; }
.gi-story--support h3 { font-size: 21px; line-height: 1.23; }
.gi-journal .gi-desk-label { display: block; margin: 0 0 20px; color: var(--gi-ink); font: 700 12px/1.5 Arial, sans-serif; letter-spacing: .07em; text-transform: uppercase; }
.gi-story--brief { padding-bottom: 19px; margin-bottom: 19px; border-bottom: 1px solid var(--gi-rule); }
.gi-story--brief h3 { font-size: 19px; line-height: 1.3; letter-spacing: -.018em; }
.gi-story--brief .gi-card-meta { font-size: 10px; gap: 6px; }
.gi-story--brief .gi-card-meta a { display: none; }
.gi-editorial-note { padding: 18px; background: #f4f5f2; border-top: 2px solid var(--gi-accent); }
.gi-editorial-note .gi-desk-label { margin-bottom: 10px; font-size: 10px; }
.gi-editorial-note nav { display: grid; gap: 2px; }
.gi-editorial-note a { display: block; padding: 6px 0; color: #40504a; font: 12px/1.5 Arial, sans-serif; }
.gi-editorial-note a:hover { text-decoration: underline; }
.gi-section-desks { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 38px 44px; padding-top: 26px; border-top: 2px solid var(--gi-ink); margin-bottom: 42px; }
.gi-desk-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.gi-journal .gi-desk-heading h2 { margin: 0; font: 700 27px/1.2 Arial, sans-serif; letter-spacing: -.025em; color: var(--gi-ink); }
.gi-desk-heading > a, .gi-desk-heading > span { flex-shrink: 0; color: var(--gi-muted); font: 12px/1.5 Arial, sans-serif; }
.gi-story--row { display: grid; grid-template-columns: 124px minmax(0,1fr); align-items: start; gap: 18px; padding: 18px 0; border-top: 1px solid var(--gi-rule); }
.gi-story--row .gi-story-image { margin: 0; aspect-ratio: 4 / 3; }
.gi-story--row h3 { font-size: 20px; }
.gi-story--row .gi-card-meta { font-size: 10px; margin-bottom: 7px; }
.gi-more-stories { padding-top: 25px; border-top: 2px solid var(--gi-ink); }
.gi-story--card { padding-bottom: 23px; border-bottom: 1px solid var(--gi-rule); }
.gi-story--card h3 { font-size: 22px; }
.gi-editorial.single-post .td-post-header .entry-title { font-family: Arial, Helvetica, sans-serif; font-weight: 700; }
.gi-editorial .td-post-content > h2, .gi-editorial .td-post-content > h3 { font-family: Arial, Helvetica, sans-serif; font-weight: 700; }
.gi-footer-brand > a { font-family: Arial, sans-serif; font-weight: 700; }
@media (max-width: 1023px) {
    .gi-newsroom-lead { grid-template-columns: minmax(0,1.65fr) minmax(0,1fr); gap: 24px; }
    .gi-headline-column { grid-column: 1/-1; padding: 22px 0 0; border-left: 0; border-top: 1px solid var(--gi-rule); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
    .gi-headline-column > .gi-desk-label { grid-column: 1/-1; margin-bottom: 0; }
    .gi-headline-column .gi-editorial-note { grid-column: 1/-1; }
    .gi-editorial-note nav { display: flex; flex-wrap: wrap; gap: 5px 24px; }
    .gi-story--brief { margin: 0; border-bottom: 0; }
    .gi-section-desks { gap: 30px; }
    .gi-story--row { grid-template-columns: 100px minmax(0,1fr); gap: 14px; }
    .gi-story--row h3 { font-size: 18px; }
}
@media (max-width: 699px) {
    .gi-newspaper { padding-top: 0; }
    .gi-edition-bar { gap: 7px 16px; padding: 17px 0; margin-bottom: 23px; }
    .gi-edition-bar > time { margin-left: auto; font-size: 10px; }
    .gi-journal .gi-edition-bar h1 { font-size: 11px; }
    .gi-edition-search { flex: 1 1 100%; margin: 7px 0 0; }
    .gi-edition-search input { flex: 1; width: auto; height: 42px; }
    .gi-edition-search button { min-height: 42px; }
    .gi-newsroom-lead { display: block; padding-bottom: 25px; }
    .gi-story--lead h2 { font-size: 31px; line-height: 1.15; }
    .gi-story--lead .gi-story-image { margin-top: 18px; }
    .gi-support-column { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; padding: 25px 0 0; margin-top: 25px; border-left: 0; border-top: 1px solid var(--gi-rule); }
    .gi-story--support + .gi-story--support { border: 0; margin: 0; padding: 0; }
    .gi-story--support h3 { font-size: 18px; line-height: 1.28; }
    .gi-story--support .gi-card-meta > a { display: none; }
    .gi-story--support .gi-story-image { margin-bottom: 12px; }
    .gi-headline-column { display: block; margin-top: 24px; }
    .gi-headline-column > .gi-desk-label { margin-bottom: 18px; }
    .gi-story--brief { padding: 0 0 17px; margin-bottom: 17px; border-bottom: 1px solid var(--gi-rule); }
    .gi-story--brief h3 { font-size: 20px; }
    .gi-editorial-note nav { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 14px; }
    .gi-section-desks { grid-template-columns: 1fr; gap: 30px; }
    .gi-journal .gi-desk-heading h2 { font-size: 25px; }
    .gi-story--row { grid-template-columns: 104px minmax(0,1fr); }
    .gi-story--row h3 { font-size: 18px; }
    .gi-story--row .gi-card-meta > a { display: none; }
    .gi-newspaper .gi-article-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 20px; }
    .gi-story--card h3 { font-size: 18px; line-height: 1.3; }
    .gi-story--card .gi-card-meta > a { display: none; }
}

/* Calendar desk: existing event data, with a clear empty state. */
.gi-events-section { margin: 32px 0; padding: 24px 0; border-top: 2px solid #202b2c; border-bottom: 1px solid #dcdedb; }
.gi-events-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.gi-event-card { border-left: 3px solid #914535; padding: 4px 18px; }
.gi-event-card h3, .gi-events-empty h3 { font: 700 22px/1.25 Arial,sans-serif; margin: 8px 0; }
.gi-event-date { font-size: 18px; font-weight: 700; margin: 8px 0; }
.gi-event-location { color: #64706e; margin: 8px 0 0; }
.gi-events-empty { display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #f4f4f1; padding: 24px; }
.gi-events-empty p { color: #586260; font-size: 15px; margin: 8px 0 0; }
.gi-events-archive { flex-shrink: 0; font-size: 15px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 699px) {
  .gi-events-grid { grid-template-columns: 1fr; }
  .gi-events-empty { display: block; padding: 20px; }
  .gi-events-archive { display: inline-block; margin-top: 18px; }
}
