/* News archive */
.custom001-news-archive { background: #fff; }
.custom001-news-heading { padding: 54px 0 44px; }
.custom001-news-heading__copy { padding-top: 0; }
.custom001-news-heading h1 { margin: 0; font-size: clamp(48px, 4.5vw, 64px); letter-spacing: -.045em; }
.custom001-news-heading .custom001-accent-line { width: 78px; margin: 24px 0 20px; }
.custom001-news-heading__copy p { max-width: 480px; margin: 0; color: var(--custom001-muted); font-size: 17px; line-height: 1.55; }
.custom001-lead-news { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); min-height: 470px; padding: 0; overflow: hidden; background: #f7f6f3; }
.custom001-lead-news__image { position: relative; display: block; min-width: 0; min-height: 470px; overflow: hidden; background: #eeeee9; }
.custom001-lead-news__image > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; }
.custom001-lead-news__copy { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 56px clamp(44px, 5vw, 82px); }
.custom001-lead-news__copy h2 { max-width: 540px; margin: 0 0 22px; font-size: clamp(34px, 2.6vw, 40px); letter-spacing: -.03em; }
.custom001-lead-news__copy > p:not(.custom001-news-item__category) { max-width: 520px; margin-bottom: 24px; color: #4f544f; font-size: 15px; line-height: 1.65; }
.custom001-lead-news__copy time { margin-bottom: 24px; color: #565b56; font-size: 15px; }
.custom001-lead-news__copy .custom001-text-link { font-size: 15px; }
.custom001-news-item__category { margin: 0 0 15px; color: var(--custom001-accent); font-size: 13px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.custom001-news-image-placeholder { width: 100%; height: 100%; min-height: inherit; display: grid; place-items: center; background: #f1efe9; }
.custom001-news-image-placeholder .custom001-brand__mark { width: 72px; height: 72px; opacity: .52; }
.custom001-news-results { padding: 50px 0 84px; scroll-margin-top: 96px; }
.custom001-news-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding-bottom: 22px; border-bottom: 1px solid var(--custom001-line); }
.custom001-news-tabs { min-width: 0; display: flex; align-items: center; gap: 16px; overflow-x: auto; scrollbar-width: thin; }
.custom001-news-tabs a { position: relative; flex: 0 0 auto; min-height: 42px; display: grid; place-items: center; padding: 9px 5px; color: #4c514c; font-size: 14px; white-space: nowrap; }
.custom001-news-tabs a::after { position: absolute; left: 5px; right: 5px; bottom: 0; height: 2px; background: var(--custom001-green); content: ""; opacity: 0; transform: scaleX(.5); transition: opacity .2s ease, transform .2s ease; }
.custom001-news-tabs a:hover,
.custom001-news-tabs a.is-active { color: var(--custom001-green); background: transparent; }
.custom001-news-tabs a.is-active::after { opacity: 1; transform: scaleX(1); }
.custom001-news-search { flex: 0 0 260px; display: grid; grid-template-columns: minmax(0, 1fr) 40px; align-items: center; border: 1px solid #d7d7d2; background: #fff; }
.custom001-news-search input { min-width: 0; height: 42px; padding: 8px 13px; border: 0; outline: 0; box-shadow: none; background: transparent; color: var(--custom001-ink); font-size: 12px; }
.custom001-news-search button { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.custom001-news-search input[type="search"]::-webkit-search-cancel-button { filter: grayscale(1) brightness(0); opacity: 1; }
.custom001-news-tabs a:focus-visible, .custom001-news-search button:focus-visible, .custom001-news-share a:focus-visible, .custom001-news-share button:focus-visible { outline: 2px solid var(--custom001-accent); outline-offset: 3px; }
.custom001-news-search input:focus, .custom001-news-search input:focus-visible { outline: 0; box-shadow: none; }
.custom001-news-query-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; padding: 15px 18px; background: #f5f4f1; }
.custom001-news-query-heading p { margin: 0; }
.custom001-news-query-heading a { font-size: 12px; text-decoration: underline; }
.custom001-news-featured-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 34px; border-bottom: 1px solid var(--custom001-line); }
.custom001-news-featured-grid::after { content: ""; position: absolute; left: 50%; top: 0; bottom: 32px; width: 1px; background: var(--custom001-line); }
.custom001-news-featured-grid .custom001-news-item:first-child { padding-right: 24px; border-right: 0; }
.custom001-news-featured-grid .custom001-news-item:last-child { padding-left: 24px; }
.custom001-news-item--featured { min-width: 0; display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 24px; padding-bottom: 32px; }
.custom001-news-item__image { display: block; overflow: hidden; background: #eeeee9; }
.custom001-news-item__image > img { width: 100%; height: 100%; object-fit: cover; }
.custom001-news-item--featured .custom001-news-item__image { min-height: 380px; }
.custom001-news-item--featured .custom001-news-item__body { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 4px 0; }
.custom001-news-item__title { margin: 0; font-size: 26px; letter-spacing: -.025em; }
.custom001-news-item__excerpt { margin: 14px 0; color: #4f544f; font-size: 13px; line-height: 1.65; }
.custom001-news-item time { display: block; margin-top: auto; color: #656a65; font-size: 13px; }
.custom001-news-item__link { margin-top: 20px; font-size: 13px; }
.custom001-news-standard-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 48px; margin-top: 34px; }
.custom001-news-item--standard { position: relative; min-width: 0; display: flex; flex-direction: column; padding: 0 0 34px; border-bottom: 1px solid var(--custom001-line); }
.custom001-news-item--standard::before { content: ""; position: absolute; left: -24px; top: 0; bottom: 34px; width: 1px; background: var(--custom001-line); }
.custom001-news-item--standard:nth-child(3n+1)::before { display: none; }
.custom001-news-item--standard:nth-last-child(-n+3) { border-bottom: 0; }
.custom001-news-item--standard .custom001-news-item__image { aspect-ratio: 1.8; margin-bottom: 20px; }
.custom001-news-item--standard .custom001-news-item__body { min-height: 292px; display: flex; flex: 1; flex-direction: column; align-items: flex-start; }
.custom001-news-item--standard .custom001-news-item__title { font-size: 25px; }
.custom001-news-empty { padding: 72px 24px; text-align: center; }
.custom001-news-empty h2 { margin-bottom: 12px; font-size: 36px; }
.custom001-news-empty p { color: var(--custom001-muted); }
.custom001-news-empty .custom001-text-link { margin-top: 12px; }

/* News detail */
.custom001-news-single { padding-top: 28px; background: #fff; }
.custom001-news-single__topline { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.custom001-news-back { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; }
.custom001-news-back:hover { color: var(--custom001-green); }
.custom001-news-article-header { max-width: 1130px; padding: 62px 0 0; }
.custom001-news-article-meta { display: flex; align-items: center; gap: 44px; margin-bottom: 23px; font-size: 13px; }
.custom001-news-article-meta span { color: var(--custom001-accent); font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.custom001-news-article-header h1 { max-width: 1100px; margin: 0; font-size: clamp(48px, 5vw, 76px); letter-spacing: -.045em; }
.custom001-news-article-header .custom001-accent-line { width: 70px; margin: 26px 0 30px; }
.custom001-news-article-lede { width: 100%; max-width: 960px; margin: 0 auto 30px; color: #575c57; font-size: 18px; line-height: 1.65; }
.custom001-news-article-lede__label { color: var(--custom001-ink); font-weight: 600; }
.custom001-news-article-hero { width: 100%; max-width: 960px; margin: 0 auto; overflow: hidden; border-radius: 6px; }
.custom001-news-article-hero img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.custom001-news-content { max-width: 960px; margin: 44px auto 0; color: #2f3430; font-size: 18px; line-height: 1.7; scroll-margin-top: 96px; }
.custom001-news-content > * { max-width: 100%; }
.custom001-news-content > * + * { margin-top: 20px; }
.custom001-news-content h2 { margin: 36px 0 10px; color: var(--custom001-ink); font-size: 34px; letter-spacing: -.025em; }
.custom001-news-content h3 { margin: 28px 0 8px; color: var(--custom001-ink); font-size: 25px; }
.custom001-news-content a { color: var(--custom001-green); text-decoration: underline; text-underline-offset: 3px; }
.custom001-news-content ul, .custom001-news-content ol { padding-left: 24px; }
.custom001-news-content blockquote, .custom001-news-content .wp-block-quote { margin: 38px 0; padding: 6px 0 6px 30px; border-left: 2px solid var(--custom001-accent); }
.custom001-news-content blockquote p { margin: 0; font-family: var(--custom001-display); font-size: 30px; font-style: italic; line-height: 1.22; }
.custom001-news-content figure { margin-block: 34px; }
.custom001-news-content img { height: auto; max-width: 100%; border-radius: 5px; }
.custom001-news-content figure:not(.alignleft):not(.aligncenter):not(.alignright) img { width: 100%; }
.custom001-news-content img.alignnone { display: inline-block; vertical-align: top; }
.custom001-news-content .alignleft { float: left; max-width: 50%; margin: 8px 28px 20px 0; }
.custom001-news-content .alignright { float: right; max-width: 50%; margin: 8px 0 20px 28px; }
.custom001-news-content .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.custom001-news-content::after { clear: both; content: ""; display: table; }
.custom001-news-content figcaption { margin-top: 9px; color: #737873; font-size: 11px; text-align: center; }
.custom001-news-content .wp-block-columns { display: flex; gap: 20px; }
.custom001-news-content .wp-block-column { min-width: 0; flex: 1; }
.custom001-news-content .wp-block-column figure { height: 100%; margin: 0; }
.custom001-news-content .wp-block-column img { height: 100%; object-fit: cover; }
.custom001-news-content .alignwide { width: min(1120px, calc(100vw - 72px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.custom001-news-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.custom001-news-share { max-width: 960px; min-height: 88px; display: flex; align-items: center; gap: 26px; margin: 28px auto 0; border-top: 1px solid var(--custom001-line); }
.custom001-news-share > span:first-child { margin-right: 10px; color: #5f645f; font-size: 14px; font-weight: 500; }
.custom001-news-share a, .custom001-news-share button { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; color: var(--custom001-ink); background: transparent; font-size: 22px; font-weight: 700; }
.custom001-news-share .custom001-icon { width: 25px; height: 25px; }
.custom001-news-share a:hover, .custom001-news-share button:hover { color: var(--custom001-green-2); transform: translateY(-1px); }
.custom001-news-share__status { color: var(--custom001-green); font-size: 13px; }
.custom001-related-news { padding: 48px 0 72px; }
.custom001-related-news__heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.custom001-related-news__heading h2 { margin: 0; font-size: 29px; }
.custom001-related-news__heading a { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 400; }
.custom001-related-news__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.custom001-news-item--related { min-width: 0; display: flex; flex-direction: column; }
.custom001-news-item--related .custom001-news-item__image { aspect-ratio: 2.45; margin-bottom: 15px; }
.custom001-news-item--related .custom001-news-item__body { display: flex; flex: 1; flex-direction: column; }
.custom001-news-item--related .custom001-news-item__category { margin-bottom: 8px; font-size: 14px; }
.custom001-news-item--related .custom001-news-item__title { min-height: 2.16em; font-size: 23px; }
.custom001-news-item--related time { margin-top: 8px; font-size: 14px; }

@media (max-width: 1100px) {
  .custom001-lead-news { grid-template-columns: 1fr 1fr; }
  .custom001-lead-news__copy { padding: 44px; }
  .custom001-news-item--featured { grid-template-columns: 1fr; }
  .custom001-news-item--featured .custom001-news-item__image { min-height: 250px; aspect-ratio: 1.45; }
  .custom001-news-item--featured .custom001-news-item__body { min-height: 300px; }
}

@media (max-width: 840px) {
  .custom001-news-heading { padding-top: 38px; }
  .custom001-news-heading__copy { padding-top: 0; }
  .custom001-lead-news { width: 100%; grid-template-columns: 1fr; }
  .custom001-lead-news__image { min-height: 0; aspect-ratio: 1.7; }
  .custom001-lead-news__copy { padding: 40px; }
  .custom001-news-toolbar { align-items: stretch; flex-direction: column; gap: 18px; }
  .custom001-news-search { flex-basis: auto; width: min(100%, 350px); align-self: flex-end; }
  .custom001-news-standard-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 40px; }
  .custom001-news-item--standard, .custom001-news-item--standard:nth-child(3n+1), .custom001-news-item--standard:nth-child(3n) { padding: 0 0 32px; border-right: 0; border-bottom: 1px solid var(--custom001-line); }
  .custom001-news-item--standard::before, .custom001-news-item--standard:nth-child(3n+1)::before { display: block; left: -20px; bottom: 32px; }
  .custom001-news-item--standard:nth-child(2n+1)::before { display: none; }
  .custom001-news-item--standard:nth-last-child(-n+2) { border-bottom: 0; }
  .custom001-news-single__topline { align-items: flex-start; }
  .custom001-news-article-header { padding-top: 48px; }
  .custom001-news-content { max-width: calc(100% - 48px); }
}

@media (max-width: 640px) {
  .custom001-news-heading { padding: 28px 0 34px; }
  .custom001-news-heading__copy { padding-top: 0; }
  .custom001-news-heading h1 { font-size: 43px; }
  .custom001-news-heading__copy p { font-size: 15px; }
  .custom001-lead-news { min-height: 0; }
  .custom001-lead-news__copy { padding: 32px 20px 36px; }
  .custom001-lead-news__copy h2 { font-size: 34px; }
  .custom001-news-results { padding: 34px 0 58px; }
  .custom001-news-tabs { margin-inline: -16px; padding-inline: 16px; }
  .custom001-news-tabs a { padding-inline: 15px; }
  .custom001-news-search { width: 100%; align-self: stretch; }
  .custom001-news-featured-grid, .custom001-news-standard-grid { grid-template-columns: 1fr; }
  .custom001-news-featured-grid::after, .custom001-news-item--standard::before, .custom001-news-item--standard:nth-child(3n+1)::before { display: none; }
  .custom001-news-featured-grid .custom001-news-item:first-child, .custom001-news-featured-grid .custom001-news-item:last-child { padding: 0 0 30px; border-right: 0; border-bottom: 1px solid var(--custom001-line); }
  .custom001-news-featured-grid .custom001-news-item:last-child { padding-top: 30px; border-bottom: 0; }
  .custom001-news-item--featured { grid-template-columns: 1fr; }
  .custom001-news-item--featured .custom001-news-item__body { min-height: 0; }
  .custom001-news-item--standard, .custom001-news-item--standard:nth-child(3n+1), .custom001-news-item--standard:nth-child(3n), .custom001-news-item--standard:nth-child(2n+1), .custom001-news-item--standard:nth-child(2n) { padding: 0 0 32px; border-right: 0; border-bottom: 1px solid var(--custom001-line); }
  .custom001-news-item--standard + .custom001-news-item--standard { padding-top: 30px; }
  .custom001-news-item--standard:last-child { border-bottom: 0; }
  .custom001-news-item--standard .custom001-news-item__body { min-height: 0; }
  .custom001-news-item--standard .custom001-news-item__link { margin-top: 20px; }
  .custom001-news-item time { margin-top: 18px; }
  .custom001-news-single { padding-top: 20px; }
  .custom001-news-single__topline { display: block; }
  .custom001-news-back { margin-top: 18px; }
  .custom001-news-article-header { padding: 40px 0 0; }
  .custom001-news-article-meta { gap: 22px; }
  .custom001-news-article-header h1 { font-size: 42px; }
  .custom001-news-article-lede { font-size: 16px; }
  .custom001-news-article-hero { margin-inline: auto; border-radius: 6px; }
  .custom001-news-article-hero img { aspect-ratio: 16 / 9; }
  .custom001-news-content { max-width: 100%; margin-top: 32px; font-size: 16px; }
  .custom001-news-content h2 { font-size: 29px; }
  .custom001-news-content blockquote p { font-size: 26px; }
  .custom001-news-content .wp-block-columns { flex-direction: column; }
  .custom001-news-content .alignwide { width: calc(100vw - 32px); }
  .custom001-news-share { margin-top: 20px; }
  .custom001-related-news { padding: 34px 0 54px; }
  .custom001-related-news__heading h2 { font-size: 25px; }
  .custom001-related-news__heading a { font-size: 0; }
  .custom001-related-news__heading a .custom001-lucide-icon { width: 19px; height: 19px; }
  .custom001-related-news__grid { grid-template-columns: 1fr; gap: 32px; }
  .custom001-news-item--related .custom001-news-item__title { min-height: 0; }
}
