@charset "UTF-8";
:root {
  --color-surface-base: #ffffff;
  --color-surface-panel: #fafafa;
  --color-surface-inverse: #000000;
  --color-surface-soft: #f2f1f1;
  --color-text-primary: #000000;
  --color-text-muted: #6e6e6e;
  --color-text-inverse: #ffffff;
  --color-text-logo-black: #1c1c1c;
  --color-accent-pink: #ff00ff;
  --color-accent-text: #a800a8;
  --color-gray-dark: #222222;
  --color-gray-medium: #808080;
  --color-gray-light: #dddddd;
  --color-gray-lighter: #eeeeee;
  --color-form-bg: #e1e1d2;
  --shadow-text-soft: 1px 1px 10px rgba(0, 0, 0, 0.1);
  --font-accent: Georgia, "Times New Roman", serif;
  --font-display: Georgia, "Times New Roman", serif;
  --font-body: Verdana, Geneva, sans-serif;
  --font-size-accent: 1.375rem;
  --font-size-button: 1.125rem;
  --font-size-h2: 3.375rem;
  --font-size-h3: 1.6875rem;
  --font-size-h4: 1rem;
  --font-size-body: 1.125rem;
  --font-size-body-mobile: 0.625rem;
  --font-size-small: 0.75rem;
  --font-size-small-mobile: 0.5rem;
  --font-size-micro: 0.375rem;
  --line-height-accent: 1.2272727273;
  --line-height-button: 1.1666666667;
  --line-height-display: 1.1481481481;
  --line-height-h4: 1;
  --line-height-body: 1.5;
  --line-height-body-mobile: 1.3;
  --line-height-small: 1.25;
  --line-height-small-mobile: 1.625;
  --line-height-micro: 1.2153320313;
  --letter-spacing-h2: -0.01171875em;
  --letter-spacing-h3: -0.009765625em;
  --letter-spacing-h4: -0.00927734375em;
  --letter-spacing-body: -0.0048828125em;
  --letter-spacing-body-mobile: -0.0087890625em;
  --letter-spacing-small: -0.015625em;
  --letter-spacing-small-mobile: -0.0087890625em;
  --letter-spacing-micro: -0.015625em;
  --space-0: 0;
  --space-1: 1px;
  --space-2: 2px;
  --space-4: 4px;
  --space-6: 6px;
  --space-8: 8px;
  --space-10: 10px;
  --space-12: 12px;
  --space-14: 14px;
  --space-16: 16px;
  --space-18: 18px;
  --space-20: 20px;
  --space-24: 24px;
  --space-28: 28px;
  --space-40: 40px;
  --space-61: 61px;
  --space-70: 70px;
  --radius-sm: 3px;
  --radius-md: 5px;
  --border-hairline: 0.5px;
  --border-thin: 1px;
  --border-rule: 2px;
  --layout-desktop: 1920px;
  --layout-inner: 1880px;
  --layout-content: 927px;
  --layout-hero: 914px;
  --layout-related: 1244px;
  --layout-mobile: 390px;
  --container-desktop-max: var(--layout-inner);
  --container-content-max: var(--layout-content);
  --container-hero-max: var(--layout-hero);
  --container-related-max: var(--layout-related);
  --breakpoint-mobile: 390px;
  --breakpoint-desktop: 1920px;
  --container-inline: minmax(var(--space-16), 1fr);
  --container-max: min(var(--layout-inner), calc(100vw - (var(--space-20) * 2)));
  --page-bg: var(--color-surface-base);
  --page-fg: var(--color-text-primary);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
}

::selection {
  background: var(--color-accent-pink);
  color: var(--color-text-primary);
}

body,
h1, h2, h3, h4,
p, figure, blockquote,
dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--page-bg);
}

main {
  display: block;
  min-width: 0;
  max-width: 100%;
}

img, picture, svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.wp-block-separator {
  width: 100%;
  max-width: none;
}

button, input, textarea, select {
  font: inherit;
  color: inherit;
}

button {
  touch-action: manipulation;
}

:is(.wp-element-button, .wp-block-button__link, input[type=submit]) {
  border: 0;
  border-radius: 3px;
  padding: 0.7rem clamp(2rem, 2vw, 4.375rem);
  background: var(--color-surface-inverse);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28);
  color: var(--color-text-inverse);
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1666666667;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
:is(.wp-element-button, .wp-block-button__link, input[type=submit]):hover {
  background: #222;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
  transform: translateY(-1px);
}
:is(.wp-element-button, .wp-block-button__link, input[type=submit]):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  transform: translateY(1px);
}
:is(.wp-element-button, .wp-block-button__link, input[type=submit]):focus-visible {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

.site-shell {
  min-height: 100vh;
}

.section-shell {
  padding-block: clamp(20px, 4vw, 61px);
}

.container {
  width: min(calc(100% - 40px), var(--container-max));
  margin-inline: auto;
  min-width: 0;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100000;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 20px;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: var(--color-surface-base);
  color: var(--color-text-primary);
  outline: 2px solid currentColor;
}

:where(main, main [id], a, button, input, select, textarea, [tabindex]) {
  scroll-margin-block: calc(var(--site-header-height, 110px) + var(--site-admin-bar-height, 0px) + 16px) 90px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.stack {
  display: grid;
  gap: 16px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

@media (max-width: 390px) {
  .section-shell {
    padding-block: 20px;
  }
}
body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.0048828125em;
  color: var(--color-text-primary);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.hero-story__title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.375rem;
  line-height: 1.1481481481;
  letter-spacing: -0.01171875em;
  font-weight: 400;
}

.article-card h2,
.article-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6875rem;
  line-height: 1.1481481481;
  letter-spacing: -0.009765625em;
  font-weight: 400;
}

.article-card h2,
.article-card h3 {
  font-size: 2rem;
}

.hero-story__subtitle,
.article-card__subtitle {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.375rem;
  line-height: 1.2272727273;
}

.hero-story__dek {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6875rem;
  line-height: 1.1481481481;
  letter-spacing: -0.009765625em;
}

.hero-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.375rem;
  line-height: 1.1481481481;
  font-weight: 400;
}

.content__text--bottom h3 {
  font-size: 2.875rem;
  font-weight: 700;
  letter-spacing: -3.62px;
  line-height: 1;
  text-transform: uppercase;
}

.content__text--bottom h4 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: 0.72px;
  line-height: 1;
}

.content__text--card :is(h1, h2, h3, h4, h5, h6),
.wp-block-heading,
.single-post__subtitle {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.content__text--card > :is(h2, h3, h4),
.wp-block-heading {
  line-height: 1.1481481481;
}

.content__text--card > h2,
h2.wp-block-heading {
  font-size: 1.875rem;
}

.content__text--card > h3,
h3.wp-block-heading {
  font-size: 1.375rem;
}

.content__text--card > h4,
h4.wp-block-heading {
  font-size: 1rem;
}

.eyebrow {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: 400;
}

.hero-story__label {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  letter-spacing: normal;
  text-transform: uppercase;
}

.site-nav a,
ul#menu-press-review-menu li a {
  font-size: 1.125rem;
  line-height: 1.1666666667;
  letter-spacing: 0;
  font-family: Georgia, "Times New Roman", serif;
}

.site-footer__nav {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.125rem;
  line-height: 1.1666666667;
  letter-spacing: 0;
}

.site-footer__nav a,
.site-footer__legal-links a {
  font-size: 0.875rem;
}

.site-footer__search input {
  font-size: 0.75rem;
}

.hero-story__meta,
.article-card__meta,
.article-card__footer,
.site-footer__legal {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.015625em;
}

.article-card__read-time {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.015625em;
  font-weight: 400;
}

.hero-story__content .hero-story__date {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.015625em;
  font-weight: 400;
}

.announcement-ad__tag {
  font-size: 0.375rem;
  line-height: 1.2153320313;
  letter-spacing: -0.015625em;
  text-transform: uppercase;
}

.content__text--card p {
  font-size: 1.125rem;
}

.hero__top p {
  font-size: 0.75rem;
}

.announcement__ad span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.19px;
}

.text-block__content {
  line-height: 1.6;
}

.font-smaller {
  font-size: 0.875em;
}

.font-bigger {
  font-size: 1.125em;
}

@media (max-width: 1800px) {
  .hero-title {
    font-size: 3.125rem;
  }
  .content__text--bottom h3 {
    font-size: 1.9375rem;
  }
}
@media (max-width: 1500px) {
  .content__text--bottom h3 {
    font-size: 1.9375rem;
  }
  .content__text--bottom h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .hero-story__title,
  .hero-title {
    font-size: 2.5rem;
  }
  .content__text--bottom h3 {
    font-size: 1.625rem;
  }
  .site-nav a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 991px) {
  .hero-story__title {
    font-size: 2.5rem;
  }
  .hero-story__dek {
    font-size: 1.375rem !important;
  }
}
@media (max-width: 900px) {
  .hero-story__title {
    font-size: clamp(2.5rem, 8vw, 3.375rem);
  }
  .hero-story__dek {
    font-size: clamp(1.375rem, 4.5vw, 1.6875rem);
  }
}
@media (max-width: 767px) {
  .hero-story__title {
    font-size: 1.6875rem;
  }
  .hero-story__dek {
    font-size: 1.0625rem !important;
  }
  .article-card h2,
  .article-card h3 {
    font-size: 1.1875rem;
  }
  .hero-title {
    font-size: 2.125rem;
  }
  .site-footer__nav a,
  .site-footer__legal-links a,
  .article-card__text p,
  .content__text--card p {
    font-size: 0.8125rem;
  }
}
@media (max-width: 575px) {
  .hero-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 390px) {
  body {
    font-size: 0.625rem;
    line-height: 1.3;
    letter-spacing: -0.0087890625em;
  }
  .hero-story__label {
    font-size: 0.875rem;
  }
  .hero-story__title {
    font-size: 1.875rem;
    line-height: 1.06;
  }
  .hero-story__dek {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.1481481481;
  }
  .hero-story__meta {
    font-size: 0.5rem;
    line-height: 1.625;
    letter-spacing: -0.0087890625em;
  }
  .article-card__meta,
  .article-card__footer {
    font-size: 0.5rem;
    line-height: 1.625;
    letter-spacing: -0.0087890625em;
  }
  .article-card__text p {
    font-size: 0.8125rem;
    line-height: 1.3;
    letter-spacing: -0.0087890625em;
  }
  .site-footer__legal {
    font-size: 0.5rem;
    line-height: 1.625;
    letter-spacing: -0.0087890625em;
  }
  .site-footer__search input {
    font-size: 0.75rem;
  }
}
:root {
  --site-header-bar-height: 88px;
  --site-header-height: calc(var(--site-header-bar-height) + 18px);
  --site-admin-bar-height: 0px;
}

body.admin-bar {
  --site-admin-bar-height: 32px;
}

@media (max-width: 1439px) {
  :root {
    --site-header-bar-height: 72px;
  }
}
@media (max-width: 390px) {
  :root {
    --site-header-bar-height: 79px;
  }
}
@media (max-width: 782px) {
  body.admin-bar {
    --site-admin-bar-height: 46px;
  }
}
.site-header {
  position: sticky;
  top: var(--site-admin-bar-height);
  z-index: 90;
  padding-block: 8px;
  background: var(--color-surface-base);
  color: var(--color-text-primary);
}
.site-header .container {
  border-top: 1px solid var(--color-text-primary);
  border-bottom: 1px solid var(--color-text-primary);
}

.site-header__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  min-height: var(--site-header-bar-height);
  gap: 20px;
  justify-content: space-between;
  min-width: 0;
  padding: 10px 0;
}

.site-header__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: 28px;
  min-width: 0;
}

.site-logo,
.custom-logo-link {
  flex: 0 0 auto;
}
.site-logo img,
.custom-logo-link img {
  width: 284px;
  height: auto;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}
.site-logo:focus-visible img,
.custom-logo-link:focus-visible img {
  transform: translateY(-2px) scale(1.025);
}

@media (hover: hover) {
  .site-logo:hover img,
  .custom-logo-link:hover img {
    transform: translateY(-2px) scale(1.025);
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-logo img,
  .custom-logo-link img {
    transition: none;
  }
}
.site-branding {
  display: flex;
  align-items: flex-start;
  flex: 0 0 auto;
  gap: 40px;
}

.site-branding__meta {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: space-between;
}

.site-header__date {
  font-size: 1.125rem;
  line-height: 1.1666666667;
  letter-spacing: 0;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  white-space: nowrap;
}

.site-language-switcher {
  font-size: 1.125rem;
  line-height: 1.1666666667;
  letter-spacing: 0;
  padding: 2px 6px;
  background: var(--color-surface-inverse);
  color: var(--color-text-inverse);
  font-family: Georgia, "Times New Roman", serif;
  white-space: nowrap;
}

.site-search,
.site-favorites {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 3px;
  padding: 0.7rem clamp(2rem, 4vw, 4.375rem);
  background: var(--color-surface-inverse);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28);
  color: var(--color-text-inverse);
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1666666667;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.site-search:hover,
.site-favorites:hover {
  background: #222;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
  transform: translateY(-1px);
}
.site-search:active,
.site-favorites:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  transform: translateY(1px);
}
.site-search:focus-visible,
.site-favorites:focus-visible {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 3px;
}
.site-search,
.site-favorites {
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  letter-spacing: 0;
  text-transform: none;
}
.site-search:hover, .site-search:active,
.site-favorites:hover,
.site-favorites:active {
  background: transparent;
  box-shadow: none;
  transform: none;
}
.site-search,
.site-favorites {
  position: relative;
  width: 44px;
  height: 44px;
  overflow: visible;
}
.site-search::after,
.site-favorites::after {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.015625em;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 99;
  width: max-content;
  max-width: 150px;
  padding: 4px 8px;
  background: var(--color-surface-inverse);
  color: var(--color-text-inverse);
  content: attr(data-tooltip);
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-2px);
  transition: opacity 160ms ease, transform 160ms ease;
}
.site-search:hover::after, .site-search:focus-visible::after,
.site-favorites:hover::after,
.site-favorites:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}
.site-search img,
.site-favorites img {
  width: 15px;
  height: 14px;
}
.site-search:focus-visible,
.site-favorites:focus-visible {
  outline-color: var(--color-text-primary);
}

.site-favorites__icon {
  position: relative;
  display: block;
  width: 16px;
  height: 25px;
}
.site-favorites__icon img {
  display: block;
  width: 16px;
  height: 25px;
}

.site-favorites.is-favorite .site-favorites__icon::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 14px;
  height: 22px;
  background: var(--color-text-muted);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  content: "";
  pointer-events: none;
}

.favorites__mobile {
  display: none;
}

.site-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 3px;
  padding: 0.7rem clamp(2rem, 4vw, 4.375rem);
  background: var(--color-surface-inverse);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28);
  color: var(--color-text-inverse);
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1666666667;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.site-menu-toggle:hover {
  background: #222;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
  transform: translateY(-1px);
}
.site-menu-toggle:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  transform: translateY(1px);
}
.site-menu-toggle:focus-visible {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 3px;
}
.site-menu-toggle {
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  letter-spacing: 0;
  text-transform: none;
}
.site-menu-toggle:hover, .site-menu-toggle:active {
  background: transparent;
  box-shadow: none;
  transform: none;
}
.site-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.25rem;
  background: none;
}
.site-menu-toggle span {
  display: block;
  width: 1.5rem;
  height: 0.3125rem;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease, width 0.25s ease;
}
.site-menu-toggle[aria-expanded=true] span:nth-child(1) {
  transform: translateY(0.84375rem) rotate(45deg);
}
.site-menu-toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.site-menu-toggle[aria-expanded=true] span:nth-child(3) {
  opacity: 0;
}
.site-menu-toggle[aria-expanded=true] span:nth-child(4) {
  transform: translateY(-0.84375rem) rotate(-45deg);
}
.site-menu-toggle:focus-visible {
  outline-color: var(--color-text-primary);
}

@media (min-width: 1440px) {
  .site-header__bar {
    padding: 6px 0;
  }
  .site-logo img,
  .custom-logo-link img {
    width: 180px;
  }
  .site-menu-toggle {
    display: none;
  }
  .site-header__menu {
    position: static;
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none;
    overflow: visible;
  }
  .site-header__menu > .site-search,
  .site-header__menu > .site-favorites {
    align-items: flex-start;
  }
  .site-header__menu > .site-search {
    box-sizing: border-box;
    padding-top: 4px;
  }
  ul#menu-press-review-menu li {
    display: flex;
  }
}
.site-search img {
  width: 20px;
  height: 20px;
}

html:not([data-js=ready]) .site-menu-toggle,
html:not([data-js=ready]) .search-toggle {
  display: none;
}
html:not([data-js=ready]) .site-header__menu {
  position: static;
  max-height: none;
}
html:not([data-js=ready]) .site-header__bar {
  flex-wrap: wrap;
}
html:not([data-js=ready]) .search-box {
  display: block;
}

@media (max-width: 1439px) {
  .site-header__bar {
    flex-wrap: nowrap;
  }
  .site-branding {
    flex: 1 1 auto;
    min-width: 0;
    gap: clamp(8px, 3vw, 40px);
  }
  .site-branding__meta {
    min-width: 0;
  }
  .site-header__date {
    white-space: normal;
  }
  .site-logo img,
  .custom-logo-link img {
    width: 120px;
    height: auto;
  }
  .site-menu-toggle {
    display: flex;
  }
  .favorites__desktop {
    display: none;
  }
  .site-header__menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    max-height: calc(100dvh - 100px);
    overflow-y: auto;
    background: var(--color-surface-base);
    border: 1px solid var(--color-text-primary);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
    padding: 12px 20px 20px;
    z-index: 99;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-header__menu > nav + nav {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--color-gray-lighter);
  }
  .site-header__menu[hidden] {
    display: none !important;
  }
  .site-header__bar {
    position: relative;
    display: flex;
  }
}
@media (max-width: 390px) {
  .site-header {
    padding-block: 8px;
  }
  .site-header .container {
    width: calc(100% - 16px);
  }
  .site-header__bar {
    position: relative;
    justify-content: space-between;
    gap: 8px;
  }
  .site-logo img,
  .custom-logo-link img {
    width: 139px;
  }
  .site-menu-toggle {
    display: inline-flex;
  }
  .site-header__menu {
    left: -8px;
    right: -8px;
    max-height: calc(100dvh - 82px);
    padding: 8px 12px 12px;
  }
  .site-header__menu[hidden] {
    display: none !important;
  }
  .site-search {
    justify-self: end;
  }
  .favorites__mobile {
    right: 104px;
  }
}
.site-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1 1 auto;
  justify-content: space-between;
  gap: 12px;
  max-width: 1264px;
  min-width: 0;
}
.site-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: contents;
}
.site-nav li {
  display: contents;
}
.site-nav a {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  white-space: nowrap;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}
.site-nav a:hover {
  color: var(--color-accent-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}
.site-nav a:focus-visible {
  outline-color: var(--color-text-primary);
}

ul#menu-press-review-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul#menu-press-review-menu li a {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  white-space: nowrap;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}
ul#menu-press-review-menu li a:hover {
  color: var(--color-accent-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}

@media (max-width: 1500px) {
  .site-nav {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    flex: auto;
  }
}
@media (max-width: 1299px) {
  .site-nav {
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .site-nav {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .site-nav a,
  ul#menu-press-review-menu li a {
    padding: 5px 6px;
    border-top: 1px solid transparent;
    top: -6px;
  }
}
@media (max-width: 1439px) {
  .site-nav {
    display: grid;
    align-items: stretch;
    justify-content: stretch;
    gap: 0;
    max-width: none;
  }
  .site-nav a {
    width: 100%;
    min-height: 52px;
    padding: 14px 28px 14px 6px;
    border-bottom-color: var(--color-gray-lighter);
    font-size: 1.25rem;
    line-height: 1.15;
  }
  .site-nav a::after {
    content: "→";
    margin-left: auto;
    color: var(--color-accent-text);
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1rem;
  }
  ul#menu-press-review-menu {
    display: grid;
  }
  ul#menu-press-review-menu li a {
    display: flex;
    min-height: 44px;
    padding: 10px 6px;
    border-bottom: 1px solid var(--color-gray-lighter);
    font-size: 0.9375rem;
  }
  ul#menu-press-review-menu li a::before {
    content: "Press review";
    margin-right: 8px;
    color: var(--color-text-muted);
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
  }
}
.site-nav a[aria-current=page],
.site-nav li:is(.current-menu-item, .current-menu-ancestor, .current_page_item, .current_page_ancestor) > a,
ul#menu-press-review-menu a[aria-current=page],
ul#menu-press-review-menu li:is(.current-menu-item, .current-menu-ancestor, .current_page_item, .current_page_ancestor) > a {
  background-color: var(--color-accent-pink);
  color: var(--color-text-primary);
  border-bottom-color: transparent;
  text-decoration: none;
}
.site-nav a[aria-current=page]::before, .site-nav a[aria-current=page]::after,
.site-nav li:is(.current-menu-item, .current-menu-ancestor, .current_page_item, .current_page_ancestor) > a::before,
.site-nav li:is(.current-menu-item, .current-menu-ancestor, .current_page_item, .current_page_ancestor) > a::after,
ul#menu-press-review-menu a[aria-current=page]::before,
ul#menu-press-review-menu a[aria-current=page]::after,
ul#menu-press-review-menu li:is(.current-menu-item, .current-menu-ancestor, .current_page_item, .current_page_ancestor) > a::before,
ul#menu-press-review-menu li:is(.current-menu-item, .current-menu-ancestor, .current_page_item, .current_page_ancestor) > a::after {
  color: inherit;
}

@media (max-width: 390px) {
  .site-nav {
    display: grid;
    justify-content: stretch;
    gap: 4px;
  }
  .site-nav a {
    min-height: 44px;
    padding-block: 10px;
    font-size: 1.125rem;
  }
}
.search-box {
  padding: 20px 0;
  display: none;
  text-align: center;
  margin: 0 auto;
  background: var(--color-gray-light);
}
.search-box input {
  width: 70%;
  border: 0;
}
.search-box input.search-field {
  padding: 15px;
}
.search-box button {
  min-width: 44px;
  min-height: 44px;
  padding: 5px;
  background-color: transparent;
  border: 0;
  color: var(--color-text-primary);
  cursor: pointer;
}
.search-box.active {
  display: block;
}

.search-toggle .fa-times {
  display: none;
}
.search-toggle.active .fa-search {
  display: none;
}
.search-toggle.active .fa-times {
  display: block;
}

.menu-search {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-search__label {
  display: none;
}

@media (max-width: 1439px) {
  .site-header__menu .site-search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    margin-top: 12px;
    padding: 12px 0 0;
    border-top: 1px solid var(--color-gray-lighter);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.9375rem;
    text-align: left;
  }
  .site-search__label {
    display: inline;
  }
}
@media (max-width: 767px) {
  .search-box input {
    width: 90% !important;
  }
  .search-box input.search-field {
    padding: 10px 15px;
  }
}
@media (max-width: 575px) {
  .search-box input {
    width: 88% !important;
  }
}
.search-page {
  max-width: 1244px;
  margin: 0 auto;
  padding: 40px 0 clamp(40px, 6vw, 70px);
}

.search-page__header {
  display: grid;
  gap: 20px;
  margin-bottom: clamp(28px, 5vw, 61px);
  border-top: 1px solid var(--color-text-primary);
  border-bottom: 1px solid var(--color-text-primary);
  padding: 20px 0;
}
.search-page__header h1 {
  max-width: 980px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 1.1481481481;
  letter-spacing: -0.01171875em;
}
.search-page__header h1 span {
  display: block;
  color: var(--color-accent-text);
  overflow-wrap: anywhere;
}

.search-page__eyebrow {
  justify-self: start;
  padding: 6px 8px;
  background: var(--color-accent-pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  text-transform: uppercase;
}

.search-page__form {
  display: flex;
  align-items: stretch;
  max-width: 760px;
  border: 1px solid var(--color-text-primary);
}
.search-page__form input {
  min-width: 0;
  width: 100%;
  border: 0;
  border-right: 1px solid var(--color-text-primary);
  padding: 14px 16px;
  background: var(--color-surface-base);
  outline: 0;
}
.search-page__form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 3px;
  padding: 0.7rem clamp(2rem, 4vw, 4.375rem);
  background: var(--color-surface-inverse);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28);
  color: var(--color-text-inverse);
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1666666667;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.search-page__form button:hover {
  background: #222;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
  transform: translateY(-1px);
}
.search-page__form button:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  transform: translateY(1px);
}
.search-page__form button:focus-visible {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 3px;
}
.search-page__form button {
  gap: 8px;
  min-width: 132px;
  padding: 14px 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.875rem;
  line-height: 1.1666666667;
}
.search-page__form button img {
  width: 15px;
  height: 14px;
  filter: brightness(0) invert(1);
}
.search-page__form button:hover {
  color: var(--color-text-inverse);
}
.search-page__form:focus-within {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 3px;
}

.search-page__summary {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.015625em;
  color: var(--color-text-muted);
}

.search-results-list {
  display: grid;
  gap: 20px;
}

.search-pagination {
  margin-top: 40px;
  font-family: Georgia, "Times New Roman", serif;
}
.search-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.search-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border-bottom: 1px solid transparent;
  padding: 8px;
}
.search-pagination .page-numbers:hover, .search-pagination .page-numbers.current {
  color: var(--color-accent-text);
  border-bottom-color: var(--color-accent-text);
}

.search-page__empty {
  max-width: 927px;
  display: grid;
  gap: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6875rem;
  line-height: 1.1481481481;
}
.search-page__empty strong {
  color: var(--color-accent-text);
  font-weight: 400;
}

.search-page__empty-rule {
  border-top: 1px solid var(--color-text-primary);
}

@media (max-width: 767px) {
  .search-page {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    padding-top: 20px;
    padding-inline: 12px;
  }
  .search-page__header h1 {
    font-size: 1.6875rem;
  }
  .search-page__form {
    display: grid;
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    margin-right: 80px;
  }
  .search-page__form input {
    border-right: 0;
    border-bottom: 1px solid var(--color-text-primary);
  }
  .search-page__form button {
    justify-content: flex-start;
    min-width: 0;
  }
}
@media (max-width: 390px) {
  .search-page {
    padding-block: 20px;
  }
  .search-page__header {
    gap: 12px;
    margin-bottom: 28px;
  }
  .search-page__eyebrow {
    padding: 4px 6px;
    font-size: 0.875rem;
  }
  .search-page__empty {
    font-size: 1.0625rem;
  }
}
.hero {
  background: var(--color-surface-base);
  padding-top: 20px;
}

.hero__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero__story--area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hero__section--shell {
  max-width: calc(50% - 50px);
  width: 100%;
}

.hero-story {
  display: grid;
  gap: 20px;
  max-width: 905px;
  width: 100%;
}
.hero-story figure {
  padding-left: 0;
}

.hero-story__title-link {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: text-decoration-color 160ms ease, text-underline-offset 160ms ease;
}
.hero-story__title-link:hover, .hero-story__title-link:focus-visible {
  text-decoration-color: var(--color-accent-pink);
  text-underline-offset: 8px;
}

.additional__hero {
  max-width: calc(100% - 955px);
  width: 100%;
}

.hero-story__media {
  margin: 0;
  padding-left: 8px;
  position: relative;
  overflow: hidden;
}
.hero-story__media > a:not(.featured-image-zoom):hover img,
.hero-story__media > a:not(.featured-image-zoom):focus-visible img {
  transform: scale(1.035);
}
.hero-story__media > img,
.hero-story__media > a:not(.featured-image-zoom) img {
  width: 100%;
  max-height: 646px;
  aspect-ratio: 906/646;
  object-fit: cover;
  transition: opacity 160ms ease, transform 0.25s ease;
}

.hero-story__label {
  justify-self: start;
  padding: 6px 8px;
  background: var(--color-accent-pink);
  color: var(--color-text-primary);
}

.hero-story__content {
  display: grid;
}
.hero-story__content .hero-story__date {
  font-weight: 400;
  color: var(--color-text-primary);
  display: flex;
  justify-content: flex-end;
}
.hero-story__content .hero-story__dek {
  max-width: 770px;
  width: 100%;
  padding-bottom: 20px;
}

.hero-story__heading-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
}

.hero-story__category {
  font-family: Verdana, Geneva, sans-serif;
}

.hero-story__dek {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
  margin-top: 20px;
}

.hero-story__subtitle {
  margin: 0;
}

.hero-story__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  min-height: 25px;
}

.hero-story__date {
  white-space: nowrap;
}

.hero-story__separator {
  flex: 1 1 auto;
  min-width: 61px;
  border-top: 1px solid var(--color-text-primary);
}

.hero-story__read-time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.hero-story__read-time img {
  width: 16px;
  height: 20px;
}

.hero-story__bookmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 3px;
  padding: 0.7rem clamp(2rem, 4vw, 4.375rem);
  background: var(--color-surface-inverse);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28);
  color: var(--color-text-inverse);
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1666666667;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.hero-story__bookmark:hover {
  background: #222;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
  transform: translateY(-1px);
}
.hero-story__bookmark:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  transform: translateY(1px);
}
.hero-story__bookmark:focus-visible {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 3px;
}
.hero-story__bookmark {
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  letter-spacing: 0;
  text-transform: none;
}
.hero-story__bookmark:hover, .hero-story__bookmark:active {
  background: transparent;
  box-shadow: none;
  transform: none;
}
.hero-story__bookmark {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  min-height: 44px;
  margin-left: auto;
}
.hero-story__bookmark img {
  width: 44px;
  height: 25px;
}
.hero-story__bookmark[aria-pressed=true] {
  background: var(--color-surface-soft);
}

.page-template .hero__story--area > .post-thumbnail {
  max-width: 905px;
}
.page-template .hero__story--area > .posts-list {
  max-width: 920px;
}

.post-collection--standard .hero-story {
  display: flex;
  flex-direction: column;
}

.post-collection--standard .hero-story__body,
.post-collection--standard .hero-story__content {
  display: contents;
}

.post-collection--standard .hero-story__heading-meta {
  order: 1;
}

.post-collection--standard .hero-story__title {
  order: 2;
  margin: 0;
}

.post-collection--standard .hero-story__subtitle {
  order: 3;
}

.post-collection--standard .hero-story__media {
  order: 4;
}

.post-collection--standard .hero-story__dek {
  order: 5;
  margin: 0;
}

.post-collection--standard .hero-story__meta,
.post-collection--standard .hero-story > .article-card__top-rule {
  order: 6;
}

@media (max-width: 1800px) {
  .hero-story,
  .additional__hero {
    max-width: 49%;
    width: 100%;
  }
  .hero__section--shell .hero-story {
    max-width: 100%;
    width: 100%;
  }
  .hero__section--shell {
    max-width: calc(50% - 30px);
    width: 100%;
  }
}
@media (max-width: 1500px) {
  .hero-story,
  .additional__hero {
    max-width: 100%;
    width: 100%;
  }
  .hero-story__content .hero-story__dek {
    max-width: 100%;
    width: 100%;
    padding-bottom: 20px;
  }
  .hero__story--area {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .hero-story__media {
    padding-left: 0;
  }
  .hero__section--shell {
    max-width: calc(50% - 20px);
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hero__section--shell {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .hero-story__dek {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .hero-story__title {
    margin-bottom: 5px;
  }
  .hero-story__media > img,
  .hero-story__media > a:not(.featured-image-zoom) img {
    min-height: 400px;
    height: 100%;
  }
  .hero__top {
    padding-bottom: 10px;
  }
  .post-collection--standard .hero-story__subtitle {
    margin-top: -6px;
    font-size: 1.125rem;
    line-height: 1.1481481481;
  }
}
@media (max-width: 575px) {
  .hero-story__body {
    margin-bottom: 15px;
  }
  .hero-story__media > img,
  .hero-story__media > a:not(.featured-image-zoom) img {
    min-height: 230px;
    height: 100%;
  }
}
@media (max-width: 390px) {
  .hero {
    padding-block: 8px 20px;
  }
  .hero .container {
    width: calc(100% - 16px);
  }
  .hero-story {
    gap: 10px;
  }
  .hero-story__media {
    padding-left: 0;
  }
  .hero-story__media > img,
  .hero-story__media > a:not(.featured-image-zoom) img {
    aspect-ratio: 374/267;
  }
  .hero-story__body,
  .hero-story__content {
    gap: 10px;
  }
  .hero-story__body {
    max-width: none;
    padding-left: 0;
  }
  .hero-story__label {
    padding: 4px 6px;
  }
  .hero-story__dek {
    max-width: none;
  }
  .hero-story__meta {
    display: grid;
    grid-template-columns: auto minmax(20px, 1fr) auto auto;
    gap: 8px;
    align-items: center;
  }
  .hero-story__separator {
    min-width: 0;
  }
  .hero-story__read-time {
    justify-self: start;
    gap: 4px;
  }
  .hero-story__read-time img {
    width: 12px;
    height: 15px;
  }
  .hero-story__bookmark {
    width: 44px;
    min-height: 44px;
    justify-self: end;
  }
  .hero-story__bookmark img {
    width: 28px;
    height: auto;
  }
}
.article-card {
  min-width: 0;
  overflow-wrap: anywhere;
  padding-top: 1px;
  transition: background-color 160ms ease;
}
.article-card:focus-within {
  outline-color: var(--color-text-primary);
}
.article-card h2,
.article-card h3 {
  margin-bottom: 10px;
}

.article-card--related {
  max-width: 1244px;
  margin: 0 auto;
  border-bottom: 1px solid var(--color-text-primary);
}

.article-cards-container > .article-card:last-child,
.announcement-list > .article-card:last-child {
  border-bottom: none;
}
.article-cards-container > .article-card:last-child .article-card__top-rule,
.announcement-list > .article-card:last-child .article-card__top-rule {
  display: none;
}

.article-card__top-rule,
.article-card__rule {
  border-top: 1px solid var(--color-text-primary);
}

.article-card__meta {
  display: flex;
  align-items: center;
  min-width: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
}
.article-card__meta > span:first-child {
  white-space: nowrap;
}

.article-card--announcement .article-card__meta {
  justify-content: space-between;
  padding: 0;
}

.article-card__text .article-card__meta {
  padding-top: 0;
  margin-bottom: 20px;
}

.article-card__category {
  white-space: nowrap;
}

.article-card__content {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 0;
}

.article-card--related .article-card__content {
  padding-top: 20px;
}

.article-card__footer {
  display: flex;
  align-items: center;
  min-width: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-card__footer:has(> time:only-child) {
  justify-content: flex-end;
  padding-top: 16px;
  padding-bottom: 0;
}

.article-card__read-time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-weight: 400;
  color: var(--color-text-muted);
}
.article-card__read-time img {
  width: 16px;
  height: 20px;
}

.article-card__actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  overflow: visible;
}

.article-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 3px;
  padding: 0.7rem clamp(2rem, 4vw, 4.375rem);
  background: var(--color-surface-inverse);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28);
  color: var(--color-text-inverse);
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1666666667;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.article-card__action:hover {
  background: #222;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
  transform: translateY(-1px);
}
.article-card__action:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  transform: translateY(1px);
}
.article-card__action:focus-visible {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 3px;
}
.article-card__action {
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  letter-spacing: 0;
  text-transform: none;
}
.article-card__action:hover, .article-card__action:active {
  background: transparent;
  box-shadow: none;
  transform: none;
}
.article-card__action {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  width: 20px;
  height: 28px;
  position: relative;
  overflow: visible;
  transition: background-color 160ms ease, transform 160ms ease;
}
.article-card__action[data-feedback=true] {
  transform: translateY(-1px);
}
.article-card__action:focus-visible {
  outline-color: var(--color-text-primary);
}
.article-card__action::before, .article-card__action::after {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 2px);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 99;
}
.article-card__action::before {
  content: "";
  bottom: calc(100% + 4px);
  border: 5px solid transparent;
  border-top-color: var(--color-surface-inverse);
}
.article-card__action::after {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.015625em;
  content: attr(data-tooltip);
  width: max-content;
  max-width: 150px;
  padding: 4px 8px;
  border-radius: 3px;
  background: var(--color-surface-inverse);
  color: var(--color-text-inverse);
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}
.article-card__action:hover::before, .article-card__action:hover::after, .article-card__action:focus-visible::before, .article-card__action:focus-visible::after, .article-card__action[data-feedback=true]::before, .article-card__action[data-feedback=true]::after {
  opacity: 1;
  transform: translate(-50%, 0);
}
.article-card__action[data-feedback=true]::after {
  content: attr(data-tooltip-active);
}

.article-card__copy-link::after,
.article-card__favorite::after {
  left: auto;
  right: calc(50% - 8px);
  transform: translateY(2px);
}
.article-card__copy-link:hover::after, .article-card__copy-link:focus-visible::after, .article-card__copy-link[data-feedback=true]::after,
.article-card__favorite:hover::after,
.article-card__favorite:focus-visible::after,
.article-card__favorite[data-feedback=true]::after {
  transform: translateY(0);
}

.article-card__action-icon {
  display: block;
  width: 16px;
  height: 25px;
}
.article-card__action-icon img {
  display: block;
  width: 16px;
  height: 25px;
}

.article-card__action-icon--copy {
  width: 20px;
}
.article-card__action-icon--copy img {
  width: 20px;
}

.article-card__favorite[aria-pressed=true] .article-card__action-icon--favorite {
  position: relative;
}
.article-card__favorite[aria-pressed=true] .article-card__action-icon--favorite::after {
  position: absolute;
  content: "";
  left: 1px;
  top: 1px;
  width: 14px;
  height: 22px;
  background: var(--color-text-muted);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  pointer-events: none;
}

.article-card__bookmark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 3px;
  padding: 0.7rem clamp(2rem, 4vw, 4.375rem);
  background: var(--color-surface-inverse);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28);
  color: var(--color-text-inverse);
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1666666667;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.article-card__bookmark:hover {
  background: #222;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
  transform: translateY(-1px);
}
.article-card__bookmark:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  transform: translateY(1px);
}
.article-card__bookmark:focus-visible {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 3px;
}
.article-card__bookmark {
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  letter-spacing: 0;
  text-transform: none;
}
.article-card__bookmark:hover, .article-card__bookmark:active {
  background: transparent;
  box-shadow: none;
  transform: none;
}
.article-card__bookmark {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  margin-left: auto;
}
.article-card__bookmark img {
  width: 44px;
  height: 25px;
}
.article-card__bookmark:focus-visible {
  outline-color: var(--color-text-primary);
}

.article-card__text {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
}
.article-card__text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

.article-card__subtitle {
  font-size: 1.375rem;
  line-height: 1.2272727273;
  letter-spacing: -0.009765625em;
  margin: 0 0 10px;
}

.article-card__excerpt {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.0048828125em;
}

.article-card__title-link {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
  transition: text-decoration-color 160ms ease, text-underline-offset 160ms ease;
}
.article-card__title-link:hover, .article-card__title-link:focus-visible {
  text-decoration-color: var(--color-accent-pink);
  text-underline-offset: 6px;
}

.article-card__media {
  flex: 0 0 auto;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.article-card__media a {
  display: block;
}
.article-card__media a:focus-visible {
  outline-offset: 2px;
}
.article-card__media a:not(.featured-image-zoom):hover img, .article-card__media a:not(.featured-image-zoom):focus-visible img {
  transform: scale(1.035);
}
.article-card__media img {
  width: clamp(180px, 28vw, 300px);
  height: auto;
  object-fit: cover;
  transition: opacity 160ms ease, transform 0.25s ease;
}

.featured-image-zoom {
  display: grid !important;
  place-items: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-text-primary);
  border-radius: 50%;
  background: var(--color-surface-base);
  color: var(--color-text-primary);
  opacity: 0.9;
  transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease, transform 160ms ease;
  z-index: 1;
}
.featured-image-zoom img {
  width: 24px;
  height: 24px;
}
.featured-image-zoom::before, .featured-image-zoom::after {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  opacity: 0;
  pointer-events: none;
  transform: translate(0, 2px);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 99;
}
.featured-image-zoom::before {
  content: "";
  right: 15px;
  bottom: calc(100% + 4px);
  border: 5px solid transparent;
  border-top-color: var(--color-surface-inverse);
}
.featured-image-zoom::after {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.015625em;
  content: attr(data-tooltip);
  width: max-content;
  max-width: 150px;
  padding: 4px 8px;
  border-radius: 3px;
  background: var(--color-surface-inverse);
  color: var(--color-text-inverse);
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}
.featured-image-zoom:hover, .featured-image-zoom:focus-visible {
  background: var(--color-text-primary);
  color: var(--color-surface-base);
}
.featured-image-zoom:hover img, .featured-image-zoom:focus-visible img {
  filter: invert(1);
}
.featured-image-zoom:focus-visible {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 2px;
}
.featured-image-zoom:hover::before, .featured-image-zoom:hover::after, .featured-image-zoom:focus-visible::before, .featured-image-zoom:focus-visible::after {
  opacity: 1;
  transform: translate(0, 0);
}

.article-card--announcement .article-card__featured-image {
  width: 300px;
  height: 150px;
  aspect-ratio: 2/1;
}

.article-card--related .article-card__featured-image {
  aspect-ratio: 150/74;
}

.article-card--ad .article-card__content {
  display: flex;
  justify-content: center;
}
.article-card--ad .article-card__ad-banner {
  position: relative;
  width: 100%;
}
.article-card--ad .article-card__meta {
  margin-bottom: 8px;
}
.article-card--ad .announcement-ad {
  width: 100%;
}

@media (max-width: 900px) {
  .article-card__text p {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .article-card__content {
    align-items: stretch;
  }
  .article-card__media {
    order: -1;
    width: 250px;
    max-width: 40%;
    aspect-ratio: 1;
  }
  .article-card__media > a:not(.featured-image-zoom) {
    display: block;
    height: 100%;
  }
  .article-card__media > img,
  .article-card__media > a:not(.featured-image-zoom) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .article-card--ad .article-card__ad-banner {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .article-card--related .article-card__content {
    padding-top: 20px;
    flex-wrap: wrap;
  }
  .article-card__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  .article-card__text {
    display: contents;
  }
  .article-card__text .article-card__meta {
    order: 0;
    margin-bottom: 0;
  }
  .article-card__text h2,
  .article-card__text h3 {
    order: 1;
    margin-bottom: 0;
  }
  .article-card__text .article-card__subtitle {
    order: 2;
    margin: -10px 0 16px;
    font-size: 1.125rem;
    line-height: 1.1481481481;
  }
  .article-card__media {
    order: 3;
  }
  .article-card__excerpt {
    order: 4;
    margin: 0;
  }
  .article-card__media,
  .article-card--announcement .article-card__featured-image,
  .article-card--related .article-card__featured-image {
    width: 100%;
  }
  .article-card--announcement .article-card__featured-image,
  .article-card--related .article-card__featured-image {
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
  }
}
@media (max-width: 390px) {
  .article-card__action::before,
  .article-card__action::after,
  .featured-image-zoom::before,
  .featured-image-zoom::after {
    display: none;
  }
  .article-card__meta,
  .article-card__content {
    gap: 12px;
  }
  .article-card__meta,
  .article-card__footer {
    min-height: 16px;
    padding-top: 10px;
  }
  .article-card__read-time {
    gap: 4px;
  }
  .article-card__read-time img {
    width: 12px;
    height: 15px;
  }
  .article-card__bookmark {
    width: 44px;
    min-height: 44px;
  }
  .article-card__bookmark img {
    width: 28px;
    height: auto;
  }
  .article-card__actions {
    gap: 6px;
  }
  .article-card--announcement .article-card__content {
    align-items: flex-start;
  }
  .featured-image-zoom {
    right: 6px;
    bottom: 6px;
    width: 32px;
    height: 32px;
    opacity: 1;
  }
  .featured-image-zoom img {
    width: 20px;
    height: 20px;
  }
}
.additional-content .container {
  max-width: 914px;
}

.additional-content__stack,
.announcement-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.post-collection {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 4vw, 61px);
  min-width: 0;
  max-width: 100%;
}
.post-collection .hero-story {
  max-width: none;
}

.post-collection__lead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.post-collection__lead > .wp-block-column {
  flex: 1 1 0;
  min-width: 0;
}

.post-collection__primary {
  display: grid;
}

@media (min-width: 768px) {
  .post-collection--standard .post-collection__lead {
    position: relative;
  }
  .post-collection--standard .post-collection__lead::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(60% - 3px);
    width: 1px;
    background: var(--color-text-muted);
    content: "";
    pointer-events: none;
  }
  .post-collection--standard .post-collection__lead > .post-collection__primary {
    flex: 0 1 calc(60% - 18px);
  }
  .post-collection--standard .post-collection__lead > .wp-block-column:not(.post-collection__primary) {
    flex: 0 1 calc(40% - 12px);
  }
}
.post-collection__side {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  gap: 20px;
}

.post-collection--standard .post-collection__announcement-rail--desktop > .article-card:first-child {
  padding-top: 0;
}
.post-collection--standard .post-collection__announcement-rail--desktop > .article-card:first-child > .article-card__content {
  padding-top: 0;
}

.post-collection__side-ad--mobile {
  display: none;
}

.article-card--ad:has(.announcement-ad:is([data-ad-loaded=false], [data-ad-empty=true])),
.post-collection .post-collection__side-ad:has(.announcement-ad:is([data-ad-loaded=false], [data-ad-empty=true])) {
  display: none;
}

.post-collection__rail-control {
  display: none;
}

.post-collection__announcement-label,
.post-collection__more-label {
  display: none;
}

.post-collection__announcement-rail--mobile {
  display: none;
}

.post-collection__feature-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.post-collection__feature-list > .wp-block-column {
  flex: 1 1 0;
  min-width: 0;
}

.post-collection--featured-image-list .post-collection__feature-list-media,
.post-collection--feature-teaser-cards .post-collection__feature-teaser-media {
  align-self: flex-start;
  position: sticky;
  top: 110px;
}

.admin-bar .post-collection--featured-image-list .post-collection__feature-list-media,
.admin-bar .post-collection--feature-teaser-cards .post-collection__feature-teaser-media {
  top: 142px;
}

@media (min-width: 768px) and (max-width: 782px) {
  .admin-bar .post-collection--featured-image-list .post-collection__feature-list-media,
  .admin-bar .post-collection--feature-teaser-cards .post-collection__feature-teaser-media {
    top: 156px;
  }
}
.post-collection__feature-teaser {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}
.post-collection__feature-teaser > .wp-block-column {
  flex: 1 1 0;
  min-width: 0;
}

.post-collection__featured-media {
  margin: 0;
  position: relative;
  aspect-ratio: 913/626;
  overflow: hidden;
}
.post-collection__featured-media > a:not(.featured-image-zoom) {
  display: block;
  height: 100%;
}
.post-collection__featured-media > a:not(.featured-image-zoom):focus-visible {
  outline-offset: 2px;
}
.post-collection__featured-media > a:not(.featured-image-zoom) img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 160ms ease, transform 0.25s ease;
}
.post-collection__featured-media > a:not(.featured-image-zoom):hover img,
.post-collection__featured-media > a:not(.featured-image-zoom):focus-visible img {
  transform: scale(1.025);
}

.post-collection__featured-caption {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.015625em;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 70%;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--color-text-primary);
  text-align: left;
}

@media (max-width: 992px) {
  .post-collection__featured-caption {
    display: none;
  }
}
.post-collection--standard {
  --standard-hero-title-buffer: 12rem;
  --standard-hero-available-height: max(0px, calc(100vh - var(--site-header-height) - var(--site-admin-bar-height) - var(--standard-hero-title-buffer)));
}

.post-collection--standard .hero-story__media {
  margin: 0;
  padding-left: 0;
  flex: 0 0 auto;
  height: var(--standard-hero-available-height);
  overflow: hidden;
}
.post-collection--standard .hero-story__media > a:not(.featured-image-zoom) {
  display: block;
  height: 100%;
}
.post-collection--standard .hero-story__media > img,
.post-collection--standard .hero-story__media > a:not(.featured-image-zoom) img {
  display: block;
  width: 100%;
  min-height: 0;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
}

@media (max-width: 767px) {
  .post-collection--standard .hero-story__media {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    max-height: none;
  }
  .post-collection--standard .hero-story__media > img,
  .post-collection--standard .hero-story__media > a:not(.featured-image-zoom) {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .post-collection--featured-image-list .post-collection__feature-list > .wp-block-column:last-child,
  .post-collection--feature-teaser-cards .post-collection__feature-teaser-content {
    padding-top: 4px;
  }
  .post-collection--featured-image-list .post-collection__featured-media,
  .post-collection--feature-teaser-cards .post-collection__featured-media {
    height: calc(100vh - 146px);
    aspect-ratio: auto;
  }
  body:not(.admin-bar) .post-collection--featured-image-list .post-collection__featured-media,
  body:not(.admin-bar) .post-collection--feature-teaser-cards .post-collection__featured-media {
    height: calc(100vh - 110px);
  }
  .post-collection--standard .hero-story {
    max-height: none;
  }
  .post-collection--standard .hero-story__media {
    order: 1;
  }
  .post-collection--standard .hero-story__heading-meta {
    order: 2;
  }
  .post-collection--standard .hero-story__title {
    order: 3;
  }
  .post-collection--standard .hero-story__subtitle {
    order: 4;
  }
  .post-collection--standard .hero-story__dek {
    order: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1rem !important;
    line-height: 1.5;
    letter-spacing: -0.0048828125em;
  }
}
.post-collection__feature-teaser-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.post-collection__feature-copy {
  display: grid;
  gap: 20px;
}

.post-collection__feature-meta {
  display: flex;
  align-items: center;
  min-width: 0;
  justify-content: space-between;
  gap: 20px;
}

.post-collection__feature-category {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.015625em;
  white-space: nowrap;
}

.post-collection__feature-date {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.015625em;
  color: var(--color-text-muted);
}

.post-collection__feature-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.375rem;
  line-height: 1.1481481481;
  letter-spacing: 0;
  font-weight: 400;
}
.post-collection__feature-title a {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: text-decoration-color 160ms ease, text-underline-offset 160ms ease;
}
.post-collection__feature-title a:hover, .post-collection__feature-title a:focus-visible {
  text-decoration-color: var(--color-accent-pink);
  text-underline-offset: 8px;
}

.post-collection__feature-subtitle {
  max-width: 70ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.375rem;
  line-height: 1.2272727273;
}

.post-collection__feature-excerpt {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: -0.0048828125em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
  max-width: 70ch;
  margin: 0;
}

.post-collection__feature-copy + .post-collection__teaser-heading {
  margin-top: 12px;
}

.post-collection__teaser-heading {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.post-collection__teaser-question {
  display: flex;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  font-weight: 400;
  align-items: flex-end;
  min-height: 41px;
  margin-bottom: -15px;
  padding: 4px 4px 0;
  background: var(--color-gray-medium);
  color: var(--color-text-inverse);
}
.post-collection__teaser-question span {
  display: block;
  max-width: 724px;
  font-size: clamp(1.25rem, 2.2vw, 2.5rem);
  line-height: 1.2174;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-wrap: anywhere;
}

.post-collection__teaser-answer {
  min-height: 41px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 2.25rem);
  line-height: 1.1389;
  letter-spacing: 0.02em;
  text-align: right;
  color: var(--color-text-primary);
  text-shadow: var(--shadow-text-soft);
  white-space: nowrap;
  overflow-wrap: anywhere;
}

.post-collection__teaser-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.post-collection--feature-teaser-cards .post-collection__teaser-cards {
  border-top: 1px solid var(--color-text-primary);
  padding-top: 20px;
}

.post-collection__teaser-cards .article-card--related {
  max-width: none;
  width: 100%;
}

.post-collection__more {
  display: block;
}
.post-collection__more > .wp-block-column {
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
}

.post-collection__pagination {
  width: 100%;
}

.post-collection__pagination .nav-links {
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.post-collection__pagination .page-numbers.dots {
  min-width: 0;
  padding-inline: 0;
  border-bottom-color: transparent;
}

.announcement-ad__frame {
  position: relative;
  border: 1px solid var(--color-text-primary);
  overflow: clip;
  background: var(--color-surface-base);
}
.announcement-ad__frame::before {
  content: "";
  display: block;
  aspect-ratio: var(--ad-aspect-ratio, var(--ad-width, 913)/var(--ad-height, 338));
}

.announcement-ad__tag {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
  padding: 2px 4px;
  background: var(--color-surface-base);
  text-transform: uppercase;
}

.announcement-ad__slot {
  position: absolute;
  inset: 0;
}

.announcement-ad__link,
.announcement-ad__media,
.announcement-ad__iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.announcement-ad__media {
  object-fit: contain;
}

.announcement-ad__iframe {
  border: 0;
}

.announcement-ad[data-ad-loaded=false] .announcement-ad__slot {
  background: var(--color-gray-lighter);
}

.announcement__ad {
  border: 1px solid var(--color-text-muted);
  padding: 25px 90px 10px 90px;
  position: relative;
}
.announcement__ad span {
  position: absolute;
  color: var(--color-text-muted);
  left: 6px;
  top: 5px;
}

@media (max-width: 1800px) {
  .announcement__ad {
    border: 1px solid var(--color-text-muted);
    padding: 25px 40px 10px 40px;
    position: relative;
  }
}
@media (max-width: 1500px) {
  .post-collection__feature-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 1199px) {
  .post-collection__feature-title {
    font-size: 1.9375rem;
  }
}
@media (max-width: 991px) {
  .post-collection__teaser-question span,
  .post-collection__teaser-answer {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .post-collection__lead,
  .post-collection__feature-list,
  .post-collection__feature-teaser {
    flex-direction: column;
  }
  .post-collection__lead > .wp-block-column,
  .post-collection__feature-list > .wp-block-column,
  .post-collection__feature-teaser > .wp-block-column {
    width: 100%;
  }
  .post-collection--standard .post-collection__announcement-label,
  .post-collection--standard .post-collection__more-label {
    display: block;
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.0087890625em;
  }
  .post-collection--standard .post-collection__more-label {
    padding: 0 4px;
    margin-bottom: 8px;
  }
  .post-collection--standard .post-collection__lead > .wp-block-column:first-child {
    order: 2;
  }
  .post-collection--standard .post-collection__lead > .wp-block-column:nth-child(2) {
    order: 1;
  }
  .post-collection--standard .post-collection__lead .post-collection__side {
    min-width: 0;
  }
  .post-collection--standard .post-collection__lead .post-collection__side-ad--mobile {
    display: block;
  }
  .post-collection--standard .post-collection__lead .post-collection__announcement-section {
    position: relative;
    display: grid;
    gap: 8px;
    padding: 0;
    min-width: 0;
  }
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--desktop {
    display: none;
  }
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--mobile {
    display: grid;
    grid-auto-columns: 220px;
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 0;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--mobile::-webkit-scrollbar {
    display: none;
  }
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--mobile > .article-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 220px;
    height: 61px;
    border-right: 0.7px solid var(--color-text-muted);
    padding: 0 12px;
    background: var(--color-surface-base);
    scroll-snap-align: start;
  }
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--mobile > .article-card:first-child {
    padding-left: 0;
  }
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--mobile > .article-card:last-child {
    padding-right: 0;
  }
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--mobile > .article-card .article-card__meta,
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--mobile > .article-card .article-card__media,
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--mobile > .article-card .article-card__footer,
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--mobile > .article-card .article-card__top-rule {
    display: none;
  }
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--mobile > .article-card .article-card__content {
    display: block;
    width: 100%;
    padding: 0;
  }
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--mobile > .article-card .article-card__text {
    display: grid;
    gap: 4px;
    height: 61px;
  }
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--mobile > .article-card .article-card__text h2,
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--mobile > .article-card .article-card__text h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15.1667px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.0087890625em;
  }
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--mobile > .article-card .article-card__text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.0087890625em;
  }
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--slots {
    display: contents;
  }
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--slots > :not(.article-card--ad) {
    display: none;
  }
  .post-collection--standard .post-collection__lead .post-collection__announcement-rail--slots > .article-card--ad {
    order: 2;
    margin-top: 12px;
  }
  .post-collection--standard .post-collection__lead .post-collection__rail-control {
    position: absolute;
    z-index: 1;
    top: 21px;
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 48px;
    box-sizing: border-box;
    height: 61px;
    border: 0;
    padding: 10px;
    gap: 10px;
    background: linear-gradient(269.43deg, #fff 45.78%, rgba(255, 255, 255, 0) 111.91%);
    color: var(--color-text-muted);
    cursor: pointer;
  }
  .post-collection--standard .post-collection__lead .post-collection__rail-control svg {
    flex: 0 0 auto;
    width: 28px;
    height: 24px;
  }
  .post-collection--standard .post-collection__lead .post-collection__rail-previous {
    left: 0;
    background: linear-gradient(90.57deg, #fff 45.78%, rgba(255, 255, 255, 0) 111.91%);
  }
  .post-collection--standard .post-collection__lead .post-collection__rail-next {
    right: 0;
  }
  .post-collection--standard .post-collection__lead .post-collection__rail-control:not([hidden]) {
    display: flex;
  }
  .post-collection--featured-image-list .post-collection__featured-media,
  .post-collection--feature-teaser-cards .post-collection__featured-media {
    height: auto;
    aspect-ratio: 1;
  }
  .post-collection--featured-image-list .post-collection__featured-media > a:not(.featured-image-zoom),
  .post-collection--feature-teaser-cards .post-collection__featured-media > a:not(.featured-image-zoom) {
    position: absolute;
    inset: 0;
  }
  .post-collection--feature-teaser-cards .post-collection__feature-teaser {
    gap: 20px;
  }
  .post-collection--feature-teaser-cards .post-collection__feature-teaser-content,
  .post-collection--feature-teaser-cards .post-collection__feature-copy {
    display: contents;
  }
  .post-collection--feature-teaser-cards .post-collection__feature-meta {
    order: 1;
  }
  .post-collection--feature-teaser-cards .post-collection__feature-title {
    order: 2;
  }
  .post-collection--feature-teaser-cards .post-collection__feature-subtitle {
    order: 3;
  }
  .post-collection--feature-teaser-cards .post-collection__feature-teaser-media {
    order: 4;
    position: static;
  }
  .post-collection--feature-teaser-cards .post-collection__feature-excerpt {
    order: 5;
  }
  .post-collection--feature-teaser-cards .post-collection__teaser-cards {
    order: 6;
    margin-top: 8px;
  }
  .post-collection--feature-teaser-cards .post-collection__pagination {
    order: 7;
  }
  .post-collection__teaser-question span {
    font-size: 1.6875rem;
  }
  .post-collection__teaser-answer {
    font-size: 1.375rem;
    line-height: 1.1481481481;
  }
  .announcement__ad {
    padding: 30px 10px 10px 10px;
  }
  .announcement-ad__frame img {
    height: auto;
  }
}
@media (max-width: 390px) {
  .additional-content {
    padding-block: 20px;
  }
  .additional-content .container {
    width: calc(100% - 24px);
  }
  .post-collection--feature-teaser-cards .post-collection__feature-teaser {
    gap: 12px;
  }
  .post-collection__feature-title {
    font-size: 1.6875rem;
  }
  .post-collection__feature-excerpt {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: -0.0087890625em;
  }
  .post-collection__teaser-question {
    min-height: 0;
    margin-bottom: 4px;
  }
  .post-collection__teaser-question span {
    white-space: normal;
    overflow-wrap: break-word;
  }
  .post-collection__teaser-answer {
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 1rem;
    line-height: 1.1481481481;
  }
  .announcement-ad__tag {
    top: 4px;
    left: 4px;
  }
}
.post-collection__rail-control[aria-disabled=true] {
  opacity: 0.4;
  cursor: default;
}

.archive-page {
  max-width: 1244px;
  margin: 0 auto;
  padding: 40px 0 clamp(40px, 6vw, 70px);
}

.archive-page__header {
  display: grid;
  gap: 20px;
  margin-bottom: clamp(28px, 5vw, 61px);
  border-top: 1px solid var(--color-text-primary);
  border-bottom: 1px solid var(--color-text-primary);
  padding: 20px 0;
}
.archive-page__header h1 {
  max-width: 980px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 1.1481481481;
  letter-spacing: -0.01171875em;
  overflow-wrap: anywhere;
}

.archive-page__eyebrow {
  justify-self: start;
  padding: 6px 8px;
  background: var(--color-accent-pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  text-transform: uppercase;
}

.archive-page__description {
  max-width: 927px;
}
.archive-page__description > * + * {
  margin-top: 10px;
}

.archive-page__summary {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.015625em;
  color: var(--color-text-muted);
}

.archive-page__posts {
  margin-top: 0;
}

.post-collection__empty {
  max-width: 927px;
  border-top: 1px solid var(--color-text-primary);
  padding-top: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6875rem;
  line-height: 1.1481481481;
}

.archive-page .search-pagination {
  margin-top: clamp(28px, 5vw, 61px);
}

.archive-collection {
  display: grid;
  gap: clamp(28px, 5vw, 61px);
}

.archive-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  grid-template-areas: "copy media" "excerpt media";
  gap: 12px 20px;
  border-top: 1px solid var(--color-text-primary);
  padding-top: 20px;
}

.archive-story__copy {
  grid-area: copy;
  min-width: 0;
}

.archive-story__media {
  grid-area: media;
  position: relative;
  margin: 0;
  min-width: 0;
}

.archive-story__excerpt {
  grid-area: excerpt;
  margin: 0;
  font-family: Verdana, Geneva, sans-serif;
}

.archive-story__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
}

.archive-story h2,
.archive-story__dek {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.archive-story h2 {
  font-size: 1.6875rem;
  line-height: 1.1481481481;
}

.archive-story__dek {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.1481481481;
}

.archive-story__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.archive-story__media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.72);
  color: var(--color-text-inverse);
  font-size: 0.75rem;
}

.archive-story--featured {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: min(720px, 100vh - 180px);
  padding-top: 0;
}

.archive-story--featured .archive-story__media {
  grid-column: 1;
  grid-row: 1/span 2;
}

.archive-story--featured .archive-story__copy {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}

.archive-story--featured .archive-story__excerpt {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

.archive-story--featured h2 {
  font-size: clamp(1.6875rem, 3vw, 3.375rem);
}

.archive-collection__rich,
.archive-collection__compact {
  display: grid;
  gap: 28px;
}

.archive-story--compact {
  display: block;
}

.archive-story--compact .archive-story__meta {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .archive-page__posts {
    max-width: 100%;
  }
  .archive-story,
  .archive-story--featured {
    display: flex;
    flex-direction: column;
    min-height: 0;
    gap: 12px;
  }
  .archive-story__copy {
    order: 1;
  }
  .archive-story__media {
    order: 2;
    width: 100%;
  }
  .archive-story__excerpt {
    order: 3;
  }
  .archive-story__media img {
    height: auto;
    aspect-ratio: 4/3;
    min-height: 0;
  }
  .archive-story h2 {
    font-size: 1.6875rem;
  }
  .archive-collection__compact .archive-story:nth-child(n+6) {
    display: none;
  }
}
.favorites-page__results[aria-busy=true] {
  opacity: 0.65;
}

.favorites-page__filter {
  display: grid;
  gap: 8px;
  max-width: 620px;
  margin: 0 0 clamp(28px, 5vw, 40px);
}
.favorites-page__filter:focus-within .favorites-page__filter-control {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 3px;
}

.favorites-page__filter-label {
  justify-self: start;
  padding: 6px 8px;
  background: var(--color-accent-pink);
  color: var(--color-text-primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.875rem;
  line-height: 1.2272727273;
  text-transform: uppercase;
}

.favorites-page__filter-control {
  position: relative;
  border: 1px solid var(--color-text-primary);
}
.favorites-page__filter-control input {
  width: 100%;
  min-width: 0;
  border: 0;
  padding: 14px 40px 14px 16px;
  background: var(--color-surface-base);
  font: inherit;
  outline: 0;
}
.favorites-page__filter-control img {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 15px;
  height: 14px;
  pointer-events: none;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .archive-page {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    padding-top: 20px;
    padding-inline: 12px;
  }
  .archive-page__header h1 {
    max-width: calc(100% - 80px);
    font-size: 1.6875rem;
  }
  .archive-page__description,
  .archive-page__summary {
    max-width: calc(100% - 80px);
  }
  .archive-page__posts .hero-story,
  .archive-page__posts .announcement-list,
  .archive-page__posts .post-collection__more {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 390px) {
  .archive-page {
    padding-block: 20px;
  }
  .archive-page__header {
    gap: 12px;
    margin-bottom: 28px;
  }
  .archive-page__eyebrow {
    padding: 4px 6px;
    font-size: 0.875rem;
  }
}
.related__articles {
  padding-top: 25px;
  padding-bottom: 40px;
}
.related__articles .container {
  max-width: 1244px;
}

.related__articles-list__stack {
  display: grid;
  gap: 0;
}

@media (max-width: 390px) {
  .related__articles {
    padding-block: 20px;
  }
  .related__articles .container {
    width: calc(100% - 24px);
  }
}
.maincontent :where(p, li, blockquote) a:not(:has(img)):not(.js-post-fancybox-link) {
  color: var(--color-text-primary);
  text-decoration-line: underline;
  text-decoration-color: var(--color-accent-text);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
  transition: color 160ms ease, background-color 160ms ease, text-decoration-color 160ms ease, text-underline-offset 160ms ease;
}
.maincontent :where(p, li, blockquote) a:not(:has(img)):not(.js-post-fancybox-link):visited {
  color: var(--color-gray-dark);
}
.maincontent :where(p, li, blockquote) a:not(:has(img)):not(.js-post-fancybox-link):hover {
  color: var(--color-accent-text);
  text-decoration-color: currentColor;
  text-underline-offset: 0.26em;
}
.maincontent :where(p, li, blockquote) a:not(:has(img)):not(.js-post-fancybox-link):active {
  color: var(--color-text-primary);
  background-color: var(--color-accent-pink);
  text-decoration-color: transparent;
}
.maincontent :where(p, li, blockquote) a:not(:has(img)):not(.js-post-fancybox-link):focus-visible {
  outline: 2px solid var(--color-accent-pink);
  outline-offset: 3px;
  color: var(--color-text-primary);
  background-color: var(--color-surface-base);
  text-decoration-color: currentColor;
}

.main__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.single-post .hero__section--shell {
  align-self: flex-start;
  position: sticky;
  top: 110px;
}

.admin-bar.single-post .hero__section--shell {
  top: 142px;
}

@media (min-width: 768px) and (max-width: 782px) {
  .admin-bar.single-post .hero__section--shell {
    top: 156px;
  }
}
@media (min-width: 992px) {
  .single-post .main__content {
    align-items: stretch;
    gap: 30px;
  }
  .single-post .hero__section--shell,
  .single-post .content__right {
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
  }
}
.single-post__featured-image {
  display: block;
}

.single-post .hero-story__media > .single-post__featured-image img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: 1;
  object-fit: cover;
}

.single-post .hero-story__media {
  position: relative;
}

@media (min-width: 768px) {
  .single-post .hero-story__media {
    height: calc(100vh - 146px) !important;
    overflow: hidden;
  }
  .single-post .hero-story__media > .single-post__featured-image {
    display: block;
    height: calc(100vh - 146px) !important;
  }
  .single-post .hero-story__media > .single-post__featured-image img {
    display: block;
    width: 100%;
    height: calc(100vh - 146px) !important;
    max-height: none !important;
    aspect-ratio: auto;
    object-fit: cover;
  }
  body:not(.admin-bar).single-post .hero-story__media,
  body:not(.admin-bar).single-post .hero-story__media > .single-post__featured-image,
  body:not(.admin-bar).single-post .hero-story__media > .single-post__featured-image img {
    height: calc(100vh - 110px) !important;
  }
}
.single-post__featured-caption {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.015625em;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 70%;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--color-text-primary);
  text-align: left;
}
@media (max-width: 767px) {
  .single-post__featured-caption {
    position: static;
    max-width: 100%;
    padding-inline: 0;
  }
}

.single-post__subtitle {
  font-size: 1.6875rem;
  line-height: 1.1481481481;
}

.single-post__authors {
  margin-bottom: 8px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
}

.single-post .hero-story__content {
  margin-top: 20px;
}

.single-post .hero-story__body {
  margin-bottom: 10px;
}

.single-post .hero__top {
  justify-content: space-between;
  gap: 10px;
}
.single-post .hero__top .article-card__actions {
  margin-right: -12px;
  gap: 4px;
}
.single-post .hero__top .article-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 3px;
  padding: 0.7rem clamp(2rem, 4vw, 4.375rem);
  background: var(--color-surface-inverse);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28);
  color: var(--color-text-inverse);
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1666666667;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.single-post .hero__top .article-card__action:hover {
  background: #222;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
  transform: translateY(-1px);
}
.single-post .hero__top .article-card__action:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  transform: translateY(1px);
}
.single-post .hero__top .article-card__action:focus-visible {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 3px;
}
.single-post .hero__top .article-card__action {
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  letter-spacing: 0;
  text-transform: none;
}
.single-post .hero__top .article-card__action:hover, .single-post .hero__top .article-card__action:active {
  background: transparent;
  box-shadow: none;
  transform: none;
}
.single-post .hero__top .article-card__action {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
}

.single-post__meta-divider {
  flex: 1 1 auto;
  min-width: 61px;
  border-top: 1px solid var(--color-text-primary);
  visibility: hidden;
  opacity: 0;
}

.single-post__reading-time,
.single-post .hero__top time {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  white-space: nowrap;
}

.single-post__reading-time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.single-post__reading-time img {
  flex-shrink: 0;
}

#main__content {
  padding: 40px 0;
}

.content__right {
  max-width: calc(50% - 0px);
  width: 100%;
  min-width: 0;
}

.main__content--no-media {
  justify-content: flex-end;
}
.main__content--no-media .content__right {
  max-width: 100%;
}

.article__btm {
  display: flex;
  justify-content: space-between;
  padding-right: 120px;
  width: 100%;
}

.additional__content {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
}

.article__related-teaser.post-collection__teaser-heading {
  margin-top: 50px;
}
.article__related-teaser.post-collection__teaser-heading .article__related-teaser-mobile {
  display: none;
}
.article__related-teaser.post-collection__teaser-heading svg {
  display: block;
  width: 100%;
  height: auto;
}
.article__related-teaser.post-collection__teaser-heading .post-collection__teaser-question {
  min-height: 0;
  margin-bottom: 0;
  padding: 12px 16px;
}
.article__related-teaser.post-collection__teaser-heading .post-collection__teaser-question span {
  max-width: 100%;
  font-size: clamp(1.25rem, 2.2vw, 2.5rem);
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: break-word;
}
.article__related-teaser.post-collection__teaser-heading .post-collection__teaser-answer {
  min-height: 0;
  padding-inline: 16px;
  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
  line-height: 1.4;
  letter-spacing: normal;
  text-shadow: none;
  white-space: normal;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .article__related-teaser.post-collection__teaser-heading svg {
    display: none;
  }
  .article__related-teaser.post-collection__teaser-heading .article__related-teaser-mobile {
    display: grid;
    gap: 4px;
    min-width: 0;
  }
}

.content__text--card {
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1fr);
}
.content__text--card > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, table) {
  margin-bottom: 10px;
}
.content__text--card > :is(p, ul, ol, blockquote) + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 10px;
}
.content__text--card > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, table):last-child,
.content__text--card > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, table):has(+ .text-block__fade) {
  margin-bottom: 0;
}
.content__text--card {
  position: relative;
  min-width: 0;
  overflow-wrap: anywhere;
}
.content__text--card > * {
  min-width: 0;
  max-width: 100%;
}
.content__text--card :is(img, video, iframe, embed, object) {
  max-width: 100%;
}
.content__text--card video {
  height: auto;
}
.content__text--card :is(pre, table) {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}
.content__text--card .text-block__content > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, table) {
  margin-bottom: 10px;
}
.content__text--card .text-block__content > :is(p, ul, ol, blockquote) + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 10px;
}
.content__text--card .text-block__content > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, table):last-child,
.content__text--card .text-block__content > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, table):has(+ .text-block__fade) {
  margin-bottom: 0;
}
.content__text--card > :is(p, ul, ol, blockquote) + .text-block__content > :is(h1, h2, h3, h4, h5, h6):first-child,
.content__text--card > :is(p, ul, ol, blockquote) + .text-block > .text-block__content > :is(h1, h2, h3, h4, h5, h6):first-child {
  margin-top: 10px;
}
.content__text--card:has(.text-block__button--active) > .text-block__fade, .content__text--card:has(.text-block__button.is-active) > .text-block__fade, .content__text--card.text-block__content--expanded > .text-block__fade {
  display: none;
}
.content__text--card .wp-element-caption,
.content__text--card .wp-caption-text,
.content__text--card figcaption {
  margin-top: 6px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--color-text-muted);
}
.content__text--card > .wp-block-gallery.has-nested-images {
  row-gap: 2px;
  margin-bottom: 40px;
}
.content__text--card > .wp-block-gallery.has-nested-images > .blocks-gallery-caption {
  margin-top: 0;
}

.content__text--bottom {
  position: relative;
}
.content__text--bottom::before {
  position: absolute;
  content: "";
}
.content__text--bottom h3 {
  margin-top: 15px;
  color: var(--color-surface-base);
  background: var(--color-gray-medium);
}
.content__text--bottom h4 {
  text-shadow: var(--shadow-text-soft);
  text-align: right;
}

@media (max-width: 991px) {
  .single-post .hero__section--shell {
    position: static;
  }
  .content__right {
    max-width: 100%;
    width: 100%;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .article__btm {
    padding-right: 0;
  }
  .content__text--card :is(.wp-element-caption, .wp-caption-text, figcaption) {
    font-size: 0.75rem;
  }
  .single-post__subtitle {
    font-size: 1.375rem;
  }
}
@media (max-width: 575px) {
  .single-post .hero-story__body {
    margin-bottom: 15px;
  }
  .content__text--card > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, table) {
    margin-bottom: 15px;
  }
  .content__text--card > :is(p, ul, ol, blockquote) + :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 15px;
  }
  .content__text--card > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, table):last-child,
  .content__text--card > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, table):has(+ .text-block__fade) {
    margin-bottom: 0;
  }
  .content__text--card .text-block__content > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, table) {
    margin-bottom: 15px;
  }
  .content__text--card .text-block__content > :is(p, ul, ol, blockquote) + :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 15px;
  }
  .content__text--card .text-block__content > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, table):last-child,
  .content__text--card .text-block__content > :is(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, figure, table):has(+ .text-block__fade) {
    margin-bottom: 0;
  }
  .content__text--card > :is(p, ul, ol, blockquote) + .text-block__content > :is(h1, h2, h3, h4, h5, h6):first-child,
  .content__text--card > :is(p, ul, ol, blockquote) + .text-block > .text-block__content > :is(h1, h2, h3, h4, h5, h6):first-child {
    margin-top: 15px;
  }
}
@media (max-width: 390px) {
  .single-post .content__right {
    padding-top: 28px;
  }
  .single-post .content__text--card {
    font-size: 1rem;
    line-height: 1.6;
  }
  .single-post .content__text--card > :is(p, ul, ol, blockquote) {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.0087890625em;
  }
  .single-post .content__text--card :is(.wp-element-caption, .wp-caption-text, figcaption) {
    font-size: 0.8125rem;
  }
  .single-post .hero__top {
    gap: 8px;
  }
  .single-post__meta-divider {
    min-width: 0;
  }
}
.flexible-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 40px;
  align-items: flex-start;
}
.flexible-gallery--columns-1 {
  grid-template-columns: minmax(0, 1fr);
}
.flexible-gallery--columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flexible-gallery--columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flexible-gallery--columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flexible-gallery--align-top {
  align-items: flex-start;
}
.flexible-gallery--align-center {
  align-items: center;
}
.flexible-gallery--align-bottom {
  align-items: end;
}
.flexible-gallery--align-top > :is(.wp-block-image, .flexible-gallery__item) {
  align-self: flex-start !important;
  block-size: max-content !important;
  justify-content: flex-start !important;
}
.flexible-gallery--align-center > :is(.wp-block-image, .flexible-gallery__item) {
  align-self: center !important;
  block-size: max-content !important;
  justify-content: center !important;
}
.flexible-gallery--align-bottom > :is(.wp-block-image, .flexible-gallery__item) {
  align-self: flex-end !important;
  block-size: max-content !important;
  justify-content: flex-end !important;
}
.flexible-gallery .wp-block-image, .flexible-gallery__item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin: 0;
}
.flexible-gallery__link {
  display: block;
}
.flexible-gallery .wp-block-image img, .flexible-gallery__image {
  display: block;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
}
.flexible-gallery > .wp-block-image > a,
.flexible-gallery > .wp-block-image > .wp-lightbox-container {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}
.flexible-gallery .wp-block-image figcaption, .flexible-gallery__caption {
  margin-top: 6px;
}
.flexible-gallery--masonry {
  display: block;
  column-count: 2;
  column-gap: 20px;
}
.flexible-gallery--masonry > :is(.wp-block-image, .flexible-gallery__item) {
  display: block;
  width: 100%;
  break-inside: avoid;
  margin: 0 0 20px;
}
.flexible-gallery--masonry.flexible-gallery--columns-1 {
  column-count: 1;
}
.flexible-gallery--masonry.flexible-gallery--columns-2 {
  column-count: 2;
}
.flexible-gallery--masonry.flexible-gallery--columns-3 {
  column-count: 3;
}
.flexible-gallery--masonry.flexible-gallery--columns-4 {
  column-count: 4;
}

@media (max-width: 767px) {
  .flexible-gallery {
    gap: 14px;
  }
  .flexible-gallery--columns-3, .flexible-gallery--columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flexible-gallery--masonry {
    column-gap: 14px;
  }
  .flexible-gallery--masonry.flexible-gallery--columns-3, .flexible-gallery--masonry.flexible-gallery--columns-4 {
    column-count: 2;
  }
}
@media (max-width: 390px) {
  .flexible-gallery--columns-2, .flexible-gallery--columns-3, .flexible-gallery--columns-4 {
    grid-template-columns: minmax(0, 1fr);
  }
  .flexible-gallery--masonry {
    column-count: 1;
  }
}
@media (min-width: 782px) {
  .maincontent > .wp-block-columns > .wp-block-column:first-child:has(> .wp-block-post-featured-image,
  > .wp-block-image,
  > figure) {
    align-self: flex-start;
    position: sticky;
    top: 126px;
  }
}
.text-block {
  position: relative;
  padding-bottom: 20px;
}

.text-block__content {
  max-height: unset;
  overflow: visible;
  transition: max-height 0.4s ease;
}
.text-block__content--expanded {
  max-height: none;
  overflow: visible;
}

.text-block__fade {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(transparent, var(--color-surface-base));
  pointer-events: none;
}

.text-block__toggle {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.text-block__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-surface-base);
  cursor: pointer;
  border: 0;
  transition: 0.6s;
}
.text-block__button--active {
  transition: 0.6s;
}
.text-block__button--active img {
  transform: rotate(-180deg);
}

.image-copyright-container {
  position: relative;
}

.image-copyright {
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.015625em;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 4px 2px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--color-text-primary);
  line-height: 1;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.image-copyright-container--has-zoom .image-copyright {
  bottom: calc(10px + 40px);
}

@media (max-width: 991px) {
  .text-block__button {
    padding: 15px;
  }
  .text-block__button img {
    width: 30px;
  }
}
.not-found-page {
  max-width: 1244px;
  margin: 0 auto;
  padding: 40px 0 clamp(40px, 6vw, 70px);
}

.not-found-page__header {
  display: grid;
  gap: 20px;
  border-top: 1px solid var(--color-text-primary);
  border-bottom: 1px solid var(--color-text-primary);
  padding: 20px 0;
}
.not-found-page__header h1 {
  max-width: 980px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 1.1481481481;
  letter-spacing: -0.01171875em;
}
.not-found-page__header p:not(.not-found-page__eyebrow) {
  max-width: 927px;
}

.not-found-page__eyebrow {
  justify-self: start;
  padding: 6px 8px;
  background: var(--color-accent-pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  text-transform: uppercase;
}

.not-found-page__form {
  display: flex;
  align-items: stretch;
  max-width: 760px;
  border: 1px solid var(--color-text-primary);
}
.not-found-page__form input {
  min-width: 0;
  width: 100%;
  border: 0;
  border-right: 1px solid var(--color-text-primary);
  padding: 14px 16px;
  background: var(--color-surface-base);
  outline: 0;
}
.not-found-page__form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 3px;
  padding: 0.7rem clamp(2rem, 4vw, 4.375rem);
  background: var(--color-surface-inverse);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28);
  color: var(--color-text-inverse);
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1666666667;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.not-found-page__form button:hover {
  background: #222;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
  transform: translateY(-1px);
}
.not-found-page__form button:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  transform: translateY(1px);
}
.not-found-page__form button:focus-visible {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 3px;
}
.not-found-page__form button {
  gap: 8px;
  min-width: 132px;
  padding: 14px 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.875rem;
  line-height: 1.1666666667;
}
.not-found-page__form button img {
  width: 15px;
  height: 14px;
  filter: brightness(0) invert(1);
}
.not-found-page__form button:hover {
  color: var(--color-text-inverse);
}
.not-found-page__form:focus-within {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 3px;
}

.not-found-page__grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.4fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 70px);
  margin-top: clamp(28px, 5vw, 61px);
}

.not-found-page__links,
.not-found-page__latest {
  display: grid;
  align-content: start;
  gap: 20px;
}
.not-found-page__links h2,
.not-found-page__latest h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 1.1481481481;
  letter-spacing: -0.009765625em;
}

.not-found-page__links {
  border-top: 1px solid var(--color-text-primary);
  padding-top: 20px;
}
.not-found-page__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
}
.not-found-page__links li {
  border-top: 1px solid var(--color-text-primary);
}
.not-found-page__links li:last-child {
  border-bottom: 1px solid var(--color-text-primary);
}
.not-found-page__links a {
  display: block;
  padding: 12px 0;
  font-family: Georgia, "Times New Roman", serif;
}
.not-found-page__links a:hover {
  color: var(--color-accent-text);
}

.not-found-page__latest-list {
  display: grid;
  gap: 20px;
}

.not-found-page__article {
  display: grid;
  gap: 12px;
}
.not-found-page__article h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 1.1481481481;
  letter-spacing: -0.009765625em;
}
.not-found-page__article h3 a:hover {
  color: var(--color-accent-text);
}

.not-found-page__article-rule {
  border-top: 1px solid var(--color-text-primary);
}

.not-found-page__article-meta {
  display: flex;
  align-items: center;
  min-width: 0;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.015625em;
  gap: 20px;
}

.not-found-page__article-divider {
  flex: 1 1 auto;
  min-width: 61px;
  border-top: 1px solid var(--color-text-primary);
}

@media (max-width: 767px) {
  .not-found-page {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    padding-top: 20px;
    padding-inline: 12px;
  }
  .not-found-page__header h1 {
    font-size: 1.6875rem;
  }
  .not-found-page__form {
    display: grid;
    width: calc(100% - 80px);
    max-width: calc(100% - 80px);
    margin-right: 80px;
  }
  .not-found-page__form input {
    border-right: 0;
    border-bottom: 1px solid var(--color-text-primary);
  }
  .not-found-page__form button {
    justify-content: flex-start;
    min-width: 0;
  }
  .not-found-page__grid {
    grid-template-columns: 1fr;
  }
  .not-found-page__header h1,
  .not-found-page__header p:not(.not-found-page__eyebrow),
  .not-found-page__links,
  .not-found-page__latest {
    max-width: calc(100% - 80px);
  }
  .not-found-page__article h3 {
    padding-right: 80px;
  }
}
@media (max-width: 390px) {
  .not-found-page {
    padding-block: 20px;
  }
  .not-found-page__header,
  .not-found-page__links,
  .not-found-page__latest {
    gap: 12px;
  }
  .not-found-page__eyebrow {
    padding: 4px 6px;
    font-size: 0.875rem;
  }
  .not-found-page__article-meta {
    gap: 8px;
  }
}
.newsletter-archive {
  border-top: var(--border-rule) solid var(--color-text-primary);
  max-width: var(--container-content-max);
  padding-top: 12px;
}

.newsletter-archive__heading {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6875rem;
  line-height: 1.06;
  margin: 0 0 16px;
}

.newsletter-archive__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.newsletter-archive__item {
  align-items: baseline;
  border-top: var(--border-hairline) solid var(--color-text-primary);
  display: grid;
  gap: 12px;
  grid-template-columns: 7rem minmax(0, 1fr);
  padding: 12px 0;
}
.newsletter-archive__item a {
  color: var(--color-text-primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration-line: none !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}
.newsletter-archive__item a:hover, .newsletter-archive__item a:focus-visible {
  color: var(--color-accent-text);
  text-decoration-line: underline !important;
}

.newsletter-archive__date,
.newsletter-archive__status {
  color: var(--color-text-muted);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.75rem;
}

.newsletter-archive__status {
  margin: 0;
}

@media (max-width: 575px) {
  .newsletter-archive__item {
    gap: 4px;
    grid-template-columns: 1fr;
  }
}
.site-footer {
  background: var(--color-surface-base);
  color: var(--color-text-primary);
  padding: 20px 0 28px;
}
.site-footer .container {
  display: grid;
}
.site-footer .stack {
  max-width: 1244px;
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(150px, 200px) minmax(0, 1fr) minmax(350px, 500px);
  align-items: flex-start;
  gap: clamp(24px, 4vw, 70px);
  border-top: 1px solid currentColor;
  padding-top: 18px;
}

.site-footer__brand {
  min-width: 0;
}
.site-footer__brand a {
  display: block;
}
.site-footer__brand img {
  width: 100%;
}

.site-footer__brand a img,
.site-footer__right-widget a img {
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-footer__brand a:focus-visible img,
.site-footer__right-widget a:focus-visible img {
  transform: translateY(-2px) scale(1.025);
}

@media (hover: hover) {
  .site-footer__brand a:hover img,
  .site-footer__right-widget a:hover img {
    transform: translateY(-2px) scale(1.025);
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-footer__brand a img,
  .site-footer__right-widget a img {
    transition: none;
  }
}
.site-footer__logo {
  width: 190px;
  display: inline-flex;
  transition: opacity 160ms ease, transform 160ms ease;
}
.site-footer__logo img {
  width: 100%;
  height: auto;
}
.site-footer__logo:hover, .site-footer__logo:focus-visible {
  opacity: 0.82;
}
.site-footer__logo:active {
  opacity: 0.65;
  transform: translateY(1px);
}
.site-footer__logo:focus-visible {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 4px;
}

.site-footer__tagline {
  margin: 4px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.875rem;
}

.site-footer__widgets {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1vw, 40px);
  min-width: 0;
}

.site-footer__copyright {
  grid-column: 1/-1;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.875rem;
}

.site-footer__column,
.site-footer__right-widget {
  min-width: 0;
}

.site-footer__right-widget {
  display: grid;
  grid-template-columns: minmax(100px, 150px) minmax(0, 1fr);
  column-gap: clamp(10px, 1vw, 20px);
  row-gap: 10px;
  border-left: 1px solid currentColor;
  padding-left: clamp(10px, 1vw, 20px);
}
.site-footer__right-widget > .footer-widget {
  margin: 0;
}
.site-footer__right-widget > .footer-widget:first-child {
  grid-column: 1;
  grid-row: 1;
}
.site-footer__right-widget > .footer-widget:not(:first-child) {
  grid-column: 2;
  align-self: start;
}
.site-footer__right-widget > .footer-widget:not(:first-child) > :first-child {
  margin-top: 0;
}
.site-footer__right-widget > .footer-widget + .footer-widget {
  margin-top: 0;
}

.footer-widget {
  margin: 0;
}
.footer-widget + .footer-widget {
  margin-top: 10px;
}
.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widget li + li {
  margin-top: 8px;
}
.footer-widget a:not(.wp-element-button):not(.wp-block-button__link) {
  color: var(--color-text-primary);
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
  transition: color 160ms ease, opacity 160ms ease, text-decoration-color 160ms ease, text-underline-offset 160ms ease;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.875rem;
}
.footer-widget a:not(.wp-element-button):not(.wp-block-button__link):hover, .footer-widget a:not(.wp-element-button):not(.wp-block-button__link):focus-visible {
  color: var(--color-text-primary);
  text-decoration-color: currentColor;
  text-underline-offset: 0.38em;
}
.footer-widget a:not(.wp-element-button):not(.wp-block-button__link):active {
  color: var(--color-text-primary);
  opacity: 0.7;
  text-decoration-color: currentColor;
}
.footer-widget a:not(.wp-element-button):not(.wp-block-button__link):focus-visible {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 4px;
}
.footer-widget p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.875rem;
}
.footer-widget p + p {
  margin-top: 8px;
}

.footer-widget.widget_wbtheme_footer_search,
.footer-widget.widget_wbtheme_footer_favorites {
  font-size: 0.875rem;
  line-height: 1.5;
}

.footer-widget__title {
  margin: 0 0 8px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-widget :is(input, textarea, select) {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
  padding: 8px;
}

.footer-widget :is(button, input[type=submit]) {
  width: 100%;
  margin-top: 10px;
  border: 0;
  border-radius: 3px;
  background: var(--color-surface-inverse);
  color: var(--color-text-inverse);
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.7rem clamp(2rem, 4vw, 4.375rem);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28);
  text-align: center;
  text-transform: uppercase;
}

.footer-widget :is(button, input[type=submit]):hover,
.footer-widget :is(button, input[type=submit]):focus-visible {
  opacity: 0.78;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.32);
}

.footer-widget :is(button, input[type=submit]):focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 3px;
}

.footer-widget .footer-search-widget {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 1.3125rem;
  min-width: 0;
}
.footer-widget .footer-search-widget button.footer-search-widget__toggle {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-height: 0;
  margin: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  height: 100%;
  padding: 0 0 0 21px !important;
}
.footer-widget .footer-search-widget button.footer-search-widget__toggle .footer-search-widget__label {
  margin-left: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  text-transform: none;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
  transition: text-decoration-color 160ms ease, text-underline-offset 160ms ease;
}
.footer-widget .footer-search-widget button.footer-search-widget__toggle:hover, .footer-widget .footer-search-widget button.footer-search-widget__toggle:focus-visible {
  box-shadow: none;
}
.footer-widget .footer-search-widget button.footer-search-widget__toggle:hover .footer-search-widget__label, .footer-widget .footer-search-widget button.footer-search-widget__toggle:focus-visible .footer-search-widget__label {
  text-decoration-color: currentColor;
  text-underline-offset: 0.38em;
}
.footer-widget .footer-search-widget button.footer-search-widget__toggle:active .footer-search-widget__label {
  text-decoration-color: currentColor;
}
.footer-widget .footer-search-widget button.footer-search-widget__toggle[aria-expanded=true] .footer-search-widget__label {
  visibility: hidden;
}
.footer-widget .footer-search-widget button.footer-search-widget__toggle:focus-visible {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 4px;
}
.footer-widget .footer-search-widget button.footer-search-widget__toggle img {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  transform: translateY(-50%);
}
.footer-widget .footer-search-widget__form {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: calc(15px + 16px);
  width: clamp(140px, 14vw, 180px);
  transform: translateY(-50%);
  border: 1px solid var(--color-text-primary);
  background: var(--color-surface-base);
  box-shadow: none;
  padding: 2px;
}
.footer-widget .footer-search-widget input[type=search] {
  box-sizing: border-box;
  width: 100%;
  min-height: 30px;
  margin: 0 !important;
  border: 0;
  outline-offset: 2px;
  padding: 4px 6px;
  font-size: 0.75rem;
}
.footer-widget .footer-search-widget input[type=search]:focus-visible {
  outline: 1px solid var(--color-text-primary);
}

.footer-favorites-widget__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 1.3125rem;
  padding-left: calc(16px + 6px);
}
.footer-favorites-widget__link.site-favorites {
  width: auto;
  height: auto;
}
.footer-favorites-widget__link.site-favorites::after {
  display: none;
}
.footer-favorites-widget__link .site-favorites__icon {
  position: absolute;
  top: 50%;
  left: 0;
  flex: 0 0 auto;
  transform: translateY(-50%);
}

.footer-favorites-widget__label {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .site-footer__main {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 500px);
  }
  .site-footer__brand {
    grid-column: 1/-1;
  }
  .site-footer__right-widget {
    grid-column: 2;
  }
  .site-footer__widgets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .site-footer__main {
    grid-template-columns: 1fr;
  }
  .site-footer__right-widget {
    grid-column: auto;
    border-left: 0;
    border-top: 1px solid currentColor;
    padding: 16px 0 0;
  }
  .site-footer__widgets {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer-widget .footer-search-widget__form {
    top: calc(100% + 8px);
    left: 0;
    width: min(180px, 100vw - 40px);
    transform: none;
  }
}
@media (max-width: 575px) {
  .site-footer {
    --footer-mobile-control-width: 176px;
  }
  .site-footer__brand img,
  .site-footer__right-widget img {
    width: min(var(--footer-mobile-control-width), 100%);
    height: auto;
  }
  .site-footer__widgets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-footer__right-widget {
    grid-template-columns: 1fr;
  }
  .site-footer__right-widget > .footer-widget:first-child, .site-footer__right-widget > .footer-widget:not(:first-child) {
    grid-column: auto;
    grid-row: auto;
  }
}
@media (max-width: 390px) {
  .site-footer {
    padding: 20px;
  }
  .site-footer .container {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .site-footer__main {
    gap: 20px;
    padding-top: 16px;
  }
  .site-footer__logo {
    width: 150px;
  }
  .site-footer__logo img {
    width: 100%;
    height: auto;
  }
  .site-footer__widgets {
    grid-template-columns: 1fr;
  }
}
.padding__0 {
  padding: 0;
}

.padding_20 {
  padding: 20px 0;
}

.social__icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.shape {
  position: relative;
  width: 70px;
  height: 14px;
  margin-left: auto;
  margin-right: auto;
}
.shape::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 70px;
  height: 2px;
  background: var(--color-gray-dark);
}

.left,
.right {
  position: absolute;
  width: 2px;
  background: var(--color-gray-dark);
  top: 2px;
  height: 10px;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.viewport-scroll-cue {
  display: none;
  position: fixed;
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 89;
  width: 80px;
  height: 33px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  transform: translateX(50%);
}
.viewport-scroll-cue::before {
  position: fixed;
  left: 50%;
  bottom: calc(0px - max(12px, env(safe-area-inset-bottom)));
  z-index: -1;
  width: 100vw;
  height: calc(100% + max(12px, env(safe-area-inset-bottom)) + 28px);
  background: linear-gradient(to top, var(--color-surface-base) calc(100% - 20px), rgba(255, 255, 255, 0) 100%);
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}
.viewport-scroll-cue svg {
  width: 100%;
  height: 100%;
}
.viewport-scroll-cue:focus-visible {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 2px;
}
@media (max-width: 767px) {
  .viewport-scroll-cue {
    display: grid;
    right: 50%;
  }
}

.viewport-scroll-cue--full {
  display: grid;
  right: 50%;
}

@media (min-width: 768px) {
  .viewport-scroll-cue--split {
    display: grid;
    right: 25%;
  }
  .viewport-scroll-cue--split::before {
    width: 50vw;
  }
}
.viewport-scroll-cue[hidden] {
  display: none;
}

#mc_embed_signup .mc-field-group input[type=checkbox] {
  display: inline-block;
  width: auto;
}
#mc_embed_signup form {
  background: var(--color-form-bg);
}
#mc_embed_signup form .indicates-required {
  display: none;
}

#mc_embed_signup_scroll button[type=submit] {
  border: none;
  background: none;
}
#mc_embed_signup_scroll button[type=submit] img {
  border-radius: 20px;
}

.load-more-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.load-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  transition: transform 0.3s ease;
}
.load-more-button:hover {
  transform: translateY(5px);
}
.load-more-button img {
  width: 30px;
  height: auto;
}

.single-post .js-post-fancybox-link {
  display: block;
  cursor: zoom-in;
}
.single-post .js-post-fancybox-link img,
.single-post .js-post-fancybox-link picture {
  display: block;
}
.single-post .js-post-fancybox-link img {
  width: 100%;
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.94);
  --f-thumb-width: 82px;
  --f-thumb-height: 60px;
  --f-thumb-border-radius: 0;
  --f-thumb-selected-shadow: inset 0 0 0 2px #ffffff;
  --f-thumb-focus-shadow: inset 0 0 0 2px #ff00ff;
  --f-thumbs-gap: 6px;
}

.fancybox__thumbs {
  align-self: center;
  max-width: min(100%, 920px);
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
