:root {
  --accent: #1d6fc1;
  --text: #111;
  --muted: #666;
  --line: #d6e2f0;
  --bg: #f7fbff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Open Sans", "Roboto", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, 94vw);
  margin: 0 auto;
}

.topbar {
  border-bottom: 1px solid var(--line);
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
}

.topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.socials {
  display: flex;
  gap: 16px;
  font-weight: 600;
}

.brand-wrap {
  padding: 12px 0 8px;
  border-bottom: 1px solid var(--line);
}

.brand {
  margin: 0;
  text-align: center;
  line-height: 1;
}

.brand-logo {
  display: inline-block;
  width: auto;
  height: clamp(74px, 10vw, 102px);
}

.brand-main {
  color: var(--accent);
  font-family: "PT Serif", serif;
  font-size: clamp(46px, 8vw, 100px);
  letter-spacing: -0.05em;
  font-style: italic;
  font-weight: 700;
}

.brand-sub {
  margin-left: 8px;
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(10px, 1.5vw, 12px);
  font-weight: 500;
  font-style: italic;
  vertical-align: 1.1em;
}

.main-nav {
  border-bottom: 1px solid var(--line);
  background: #fff;
  position: relative;
  z-index: 40;
}

.nav-row {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 3px solid #1d6fc1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  overflow: visible;
  white-space: nowrap;
  min-width: 0;
  flex: 1;
}

.nav-links a {
  flex: 0 0 auto;
}

.nav-item {
  position: relative;
  flex: 0 0 auto;
}

.nav-item > a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
}

.has-dropdown > a::after {
  content: "";
  display: inline-block;
  margin-left: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  vertical-align: middle;
}

.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  min-width: 270px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  z-index: 70;
  padding: 8px 0;
  white-space: normal;
}

.nav-dropdown-menu a {
  display: block;
  min-height: 0;
  padding: 9px 14px;
  font-size: 12px;
  line-height: 1.25;
  text-transform: none;
}

.nav-dropdown-menu a:hover {
  background: #f5f9ff;
  color: var(--accent);
}

.nav-item.has-dropdown:hover .nav-dropdown-menu,
.nav-item.has-dropdown:focus-within .nav-dropdown-menu {
  display: block;
}

.nav-toggle {
  display: none;
  width: 42px;
  min-width: 42px;
  height: 42px;
  border: 1px solid #111;
  background: #fff;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 50;
  align-items: center;
  justify-content: center;
}

.nav-toggle .tdb-mobile-menu-icon.td-icon-mobile {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 2px;
  background: #111;
}

.nav-toggle .tdb-mobile-menu-icon.td-icon-mobile::before,
.nav-toggle .tdb-mobile-menu-icon.td-icon-mobile::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: #111;
}

.nav-toggle .tdb-mobile-menu-icon.td-icon-mobile::before {
  top: -6px;
}

.nav-toggle .tdb-mobile-menu-icon.td-icon-mobile::after {
  top: 6px;
}

.nav-search-toggle {
  display: none;
  width: 42px;
  min-width: 42px;
  height: 42px;
  border: 1px solid #111;
  background: #fff;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 50;
  margin-left: 0;
}

.nav-search-icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #111;
  border-radius: 50%;
}

.nav-search-icon::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -5px;
  width: 8px;
  height: 2px;
  background: #111;
  transform: rotate(45deg);
}

.mobile-search-panel {
  display: none;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.main-nav.search-open + .mobile-search-panel {
  display: block;
}

.nav-inline-search {
  margin: 0 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}

.nav-inline-search input {
  width: 190px;
  border: 1px solid #ddd;
  background: #fff;
  color: #111;
  padding: 8px 10px;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  outline: 0;
}

.nav-inline-search button {
  border: 0;
  background: var(--accent);
  color: #fff;
  padding: 10px 10px;
  font-family: "Work Sans", sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.mobile-search-form {
  margin: 0;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.mobile-search-form input {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  color: #111;
  padding: 9px 10px;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  outline: 0;
}

.mobile-search-form button {
  border: 0;
  background: var(--accent);
  color: #fff;
  padding: 10px 12px;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.mobile-search-msg {
  margin: 0;
  padding: 0 12px 10px;
  color: #666;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
}

.search-hit {
  background: #fff3b6;
  transition: background-color 0.25s ease;
}

.mobile-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 200ms ease;
  z-index: 998;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(320px, 86vw);
  height: 100dvh;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 220ms ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
}

body.mobile-drawer-open {
  overflow: hidden;
}

body.mobile-drawer-open .mobile-drawer-backdrop {
  opacity: 1;
  visibility: visible;
}

body.mobile-drawer-open .mobile-drawer {
  transform: translateX(0);
}

.mobile-drawer-top {
  min-height: 56px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.mobile-drawer-socials {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mobile-drawer-socials a {
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.mobile-drawer-close {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.mobile-drawer-menu {
  overflow-y: auto;
  padding: 6px 0 20px;
}

.mobile-drawer-menu a {
  display: block;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.mobile-drawer-menu a:hover {
  color: var(--accent);
}

.sticky-nav-logo {
  display: none !important;
  margin-right: 12px;
  text-transform: none;
  white-space: nowrap;
}

.header-nav-logo {
  display: inline-block;
}

.header-nav-logo img {
  display: block;
  width: auto;
  height: 64px;
}

.mobile-nav-logo {
  display: none;
  text-transform: none;
}

.sticky-nav-logo img {
  display: block;
  width: auto;
  height: 64px;
}

.mobile-nav-logo img {
  display: inline-block;
  width: auto;
  height: 36px;
}

.main-nav.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  border-bottom-color: #dcdcdc;
}

.main-nav.is-sticky .sticky-nav-logo {
  display: none !important;
}

.main-nav.is-sticky .header-nav-logo {
  display: none;
}

.main-nav.is-sticky .header-nav-logo img {
  height: 34px;
}

body.has-sticky-nav {
  padding-top: 48px;
}

.nav-row a:hover {
  color: var(--accent);
}

.breaking-strip {
  border-bottom: 1px solid var(--line);
}

.breaking-inner {
  min-height: 42px;
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 12px;
}

.breaking-inner strong {
  color: var(--accent);
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.ticker {
  position: relative;
  overflow: hidden;
  height: 20px;
  font-size: 13px;
}

.ticker span {
  position: absolute;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.ticker span.active {
  opacity: 1;
  transform: translateY(0);
}

.main-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(280px, 1fr);
  gap: 24px;
}

.main-grid > .sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 18px;
}

.hero-card,
.mini-card,
.story-card,
.cat-col,
.widget {
  border: 1px solid var(--line);
  background: #fff;
}

.hero-card img,
.mini-card img,
.story-card img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center top;
}

.hero-card {
  padding: 0 0 14px;
}

.hero-card .meta {
  margin: 10px 14px 8px;
  color: var(--muted);
  font-family: "Work Sans", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.hero-card h2 {
  margin: 0 14px;
  font-family: "PT Serif", serif;
  font-size: clamp(22px, 2.7vw, 34px);
  line-height: 1.2;
}

.hero-card p {
  margin: 10px 14px 0;
  color: var(--muted);
  font-size: 13px;
}

.mini-list {
  display: grid;
  gap: 12px;
}

.mini-card {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 10px;
  padding: 10px;
}

.mini-card img {
  aspect-ratio: 1 / 1;
}

.mini-card h3 {
  margin: 0;
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 1.3;
}

.home-hero-block {
  border: 1px solid var(--line);
  background: #fff;
}

.home-hero-top {
  display: grid;
  grid-template-columns: minmax(340px, 1.1fr) minmax(0, 1fr);
  gap: 14px;
  padding: 12px;
  align-items: stretch;
}

.home-hero-left {
  display: grid;
  gap: 12px;
}

.home-hero-image-card img {
  width: 100%;
  display: block;
  height: 440px;
  object-fit: contain;
  object-position: center top;
  border: 1px solid var(--line);
  background: #fff;
}

.home-hero-right-list {
  display: grid;
  gap: 12px;
  align-content: start;
}

.home-hero-right-list .mini-card {
  align-items: stretch;
}

.home-hero-right-list .mini-card img {
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
}

.home-hero-content-card .meta {
  margin: 2px 0 10px;
  color: var(--muted);
  font-family: "Work Sans", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.home-hero-content-card h2 {
  margin: 0;
  font-family: "PT Serif", serif;
  font-size: clamp(22px, 2.7vw, 34px);
  line-height: 1.2;
}

.home-hero-content-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.home-mini-list-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 12px;
}

.home-mini-list-full {
  grid-column: 1 / -1;
  border: 1px solid var(--line);
  background: #fff;
  margin-top: 12px;
}

.home-mini-list-bottom .mini-card {
  align-items: stretch;
}

.home-mini-list-bottom .mini-card img {
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center top;
}

.block {
  margin-top: 26px;
}

.block-title {
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--line);
  font-family: "PT Serif", serif;
  font-size: 28px;
  line-height: 1.2;
}

.block-subtitle {
  margin: -2px 0 14px;
  color: #222;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.cards-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.fresh-stories-full {
  grid-column: 1 / -1;
}

.fresh-stories-full .story-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fresh-stories-full .story-card img {
  height: 140px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center center;
}

.related-posts .story-card img {
  height: 140px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center center;
}

.sidebar-related-card {
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 10px;
  align-items: center;
}

.sidebar-related-card:last-child {
  border-bottom: 0;
}

.sidebar-related-card img {
  width: 100%;
  height: 95px;
  display: block;
  object-fit: contain;
  object-position: center center;
  border: 1px solid var(--line);
  background: #fff;
}

.sidebar-related-card h3 {
  margin: 0;
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.category-columns-full {
  grid-column: 1 / -1;
}

.story-card {
  padding-bottom: 12px;
}

.tag {
  display: inline-block;
  margin: 10px 12px 4px;
  color: var(--accent);
  font-family: "Work Sans", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}

.story-card h3 {
  margin: 0 12px;
  font-family: "PT Serif", serif;
  font-size: 18px;
  line-height: 1.35;
}

.category-columns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.cat-col {
  padding: 12px;
}

.cat-col .block-title {
  margin-bottom: 10px;
  font-size: 22px;
}

.compact-story {
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  font-family: "PT Serif", serif;
  font-size: 15px;
  line-height: 1.35;
}

.compact-story:last-child {
  border-bottom: 0;
}

.widget {
  padding: 14px;
  margin-bottom: 16px;
}

.side-item {
  border-bottom: 1px solid var(--line);
  padding: 11px 0;
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 1.3;
}

.side-item:last-child {
  border-bottom: 0;
}

.social-widget p {
  margin: 8px 0 10px;
  color: var(--muted);
  font-size: 13px;
}

.main-grid > .sidebar .social-widget {
  flex: 1 1 auto;
  margin-bottom: 0;
}

.social-widget a {
  display: block;
  margin: 8px 0;
  color: var(--accent);
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

.site-footer.cxo-footer {
  margin-top: 30px;
  background: #eaf2fb;
  color: #000;
}

.cxo-footer-top {
  padding-top: 30px;
  padding-bottom: 22px;
  border-bottom: 3px solid #000;
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 18px;
}

.cxo-footer-logo {
  display: inline-block;
  line-height: 1;
}

.cxo-footer-logo img {
  display: block;
  width: auto;
  height: clamp(42px, 6vw, 56px);
}

.cxo-footer-menu {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}

.cxo-footer-menu a {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}

.cxo-footer-menu a:hover {
  color: var(--accent);
}

.cxo-footer-main {
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.25fr;
  gap: 26px;
}

.cxo-footer-col h3 {
  margin: 0 0 10px;
  font-family: "PT Serif", serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.cxo-footer-col p,
.cxo-footer-col a {
  margin: 0;
  display: block;
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.cxo-footer-col a {
  margin-bottom: 8px;
}

.cxo-footer-col a:hover {
  color: var(--accent);
}

.cxo-footer-social {
  margin-top: 12px;
  display: flex;
  gap: 8px;
}

.cxo-footer-social a {
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 50%;
  border: 1px solid #111;
  display: grid;
  place-items: center;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.cxo-footer-social .footer-social-btn {
  border: 0;
  color: #fff;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.cxo-footer-social .footer-social-btn svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.cxo-footer-social .footer-social-btn:hover,
.cxo-footer-social .footer-social-btn:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.cxo-footer-social .social-facebook {
  background: #1877f2;
}

.cxo-footer-social .social-linkedin {
  background: #0a66c2;
}

.cxo-footer-social .social-x {
  background: #111;
}

.cxo-footer-bottom {
  border-top: 1px solid #d9d9d9;
  padding-top: 18px;
  padding-bottom: 20px;
  text-align: center;
}

.cxo-footer-bottom a {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.cxo-footer-bottom a:hover {
  color: var(--accent);
}

.post-hero {
  position: relative;
  width: min(1180px, 94vw);
  margin: 18px auto 0;
}

.post-hero img {
  width: 100%;
  display: block;
  max-height: 560px;
  object-fit: cover;
  object-position: center top;
  border: 1px solid var(--line);
}

.post-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.post-layout {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(280px, 1fr);
  gap: 26px;
}

.post-main {
  position: relative;
  padding-left: 62px;
}

.post-share {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.post-head-row {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 14px;
}

.post-head-image {
  height: 100%;
}

.post-head-image img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border: 1px solid var(--line);
}

.post-title-share-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.post-share-inline {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  gap: 7px;
  flex-shrink: 0;
}

.post-share .share-btn {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;
}

.post-share .share-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.post-share .share-btn:hover,
.post-share .share-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.post-share .share-facebook {
  background: #1877f2;
}

.post-share .share-x {
  background: #111111;
}

.post-share .share-whatsapp {
  background: #25d366;
}

.post-share .share-linkedin {
  background: #0a66c2;
}

.post-share .share-email {
  background: #ea4335;
}

.post-title {
  margin: 0 0 10px;
  font-family: "PT Serif", serif;
  font-size: clamp(28px, 3.2vw, 41px);
  line-height: 1.2;
  font-weight: 400;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  color: #222;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.post-category {
  color: var(--accent);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.post-content p {
  margin: 0 0 18px;
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.post-tags {
  margin: 18px 0 28px;
}

.post-tags span {
  display: inline-block;
  margin-right: 4px;
  padding: 6px 10px 5px;
  color: #fff;
  background: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.post-tags a {
  display: inline-block;
  margin: 0 4px 6px 0;
  padding: 5px 8px 4px;
  border: 1px solid var(--line);
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.post-tags a:hover {
  background: #000;
  color: #fff;
}

.post-prev-next {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 30px;
}

.pn-card {
  background: #f7f7f7;
  border: 1px solid #efefef;
  padding: 18px;
}

.pn-card small {
  display: block;
  margin-bottom: 8px;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.pn-card strong {
  display: block;
  font-family: "PT Serif", serif;
  font-size: 18px;
  line-height: 1.25;
}

.pn-card:hover strong {
  color: var(--accent);
}

.related-posts {
  margin-bottom: 20px;
}

.related-posts-full {
  grid-column: 1 / -1;
  margin-top: 6px;
}

.post-comment-box {
  margin-top: 18px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 18px;
}

.comment-help {
  margin: 0 0 14px;
  color: #666;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.comment-form {
  display: grid;
  gap: 12px;
}

.comment-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.comment-field label,
.comment-captcha-wrap label {
  display: block;
  margin-bottom: 6px;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.comment-field input,
.comment-field textarea,
.comment-captcha-wrap input {
  width: 100%;
  border: 1px solid #e3e3e3;
  background: #fff;
  color: #111;
  padding: 11px 12px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
}

.comment-field input:focus,
.comment-field textarea:focus,
.comment-captcha-wrap input:focus {
  border-color: #999;
}

.comment-captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.comment-captcha-question {
  padding: 9px 12px;
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}

.captcha-refresh {
  border: 1px solid #ddd;
  background: #fff;
  color: #111;
  padding: 8px 10px;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.captcha-refresh:hover {
  border-color: #bbb;
}

.comment-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.comment-submit {
  border: 0;
  background: var(--accent);
  color: #fff;
  padding: 11px 18px;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.comment-submit:hover {
  background: #165a9f;
}

.comment-note {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.cards-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.cards-4 .story-card h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.profiles-layout {
  margin-top: 24px;
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(280px, 1fr);
  gap: 24px;
}

.profiles-breadcrumb {
  margin-bottom: 8px;
  color: #666;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.profiles-breadcrumb a:hover {
  color: var(--accent);
}

.profiles-title {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  font-family: "PT Serif", serif;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
}

.profiles-filters {
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profiles-filters span,
.profiles-filters button {
  border: 1px solid #e4e4e4;
  padding: 6px 10px;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.profiles-filters button {
  background: #fff;
  color: #111;
  cursor: pointer;
}

.profiles-filters span.active,
.profiles-filters button.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

.profiles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.profiles-card {
  border: 1px solid #eaeaea;
  background: #fff;
  padding-bottom: 12px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 220ms ease, transform 220ms ease;
  will-change: opacity, transform;
}

.profiles-card img {
  width: 100%;
  display: block;
  height: 170px;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center center;
  background: #fff;
  border-bottom: 1px solid #efefef;
}

.profiles-meta {
  margin: 10px 12px 6px;
  color: var(--accent);
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.profiles-card h3 {
  margin: 0 12px 8px;
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  text-align: left;
}

.profiles-card h3 a {
  display: block;
  text-align: left;
}

.profiles-card p {
  margin: 0 12px;
  color: #555;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.profiles-sidebar .widget {
  margin-bottom: 16px;
}

.category-pagination {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.category-pagination .page-btn {
  min-width: 34px;
  height: 34px;
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #111;
  padding: 0 10px;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.category-pagination .page-btn:hover:not(:disabled) {
  border-color: #000;
}

.category-pagination .page-btn.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.category-pagination .page-btn:disabled {
  opacity: 0.45;
  cursor: default;
}

.contact-layout {
  margin-top: 24px;
  margin-bottom: 20px;
}

.contact-breadcrumb {
  margin-bottom: 8px;
  color: #666;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-breadcrumb a:hover {
  color: var(--accent);
}

.contact-title {
  margin: 0 0 16px;
  font-family: "PT Serif", serif;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 20px;
}

.contact-form,
.contact-aside {
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 18px;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-field {
  display: block;
}

.contact-field label {
  display: block;
  margin-bottom: 6px;
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid #e3e3e3;
  background: #fff;
  color: #111;
  padding: 11px 12px;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
}

.contact-field input[type="checkbox"] {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 2px 0 0;
  flex: 0 0 auto;
  accent-color: var(--accent);
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: #999;
}

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-consent {
  border: 1px solid #e3e3e3;
  background: #f8fbff;
  padding: 10px 12px;
}

.contact-consent label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  text-transform: none;
}

.contact-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-submit {
  border: 0;
  background: var(--accent);
  color: #fff;
  padding: 11px 18px;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

.contact-submit:hover {
  background: #165a9f;
}

.announcement-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 3px;
  padding: 12px 18px;
  width: auto;
  height: 43px;
  align-self: start;
  justify-self: start;
  box-shadow: 0 6px 16px rgba(23, 95, 167, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.announcement-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(23, 95, 167, 0.28);
}

.announcement-cta .btn-label {
  display: inline-block;
}

.announcement-cta-arrow {
  font-size: 16px;
  line-height: 1;
}

.contact-submit .btn-spinner {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: announcementSpin 0.8s linear infinite;
}

.contact-submit.is-loading {
  opacity: 0.9;
  cursor: not-allowed;
}

.contact-submit.is-loading .btn-label {
  display: none;
}

.contact-submit.is-loading .btn-spinner {
  display: inline-block;
}

@keyframes announcementSpin {
  to { transform: rotate(360deg); }
}

.contact-note {
  margin: 0;
  color: #177d3e;
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.contact-aside h2 {
  margin: 0 0 10px;
  font-family: "PT Serif", serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.contact-aside p,
.contact-item {
  margin: 0 0 10px;
  color: #222;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.profiles-card.is-hiding {
  opacity: 0;
  transform: translateY(10px);
}

.profiles-card.is-showing {
  opacity: 0;
  transform: translateY(10px);
}

.scroll-top-btn {
  position: fixed;
  right: 12px;
  bottom: 8px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: #1d6fc1;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.scroll-top-btn:hover {
  background: #165a9f;
}

.scroll-top-btn.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.scroll-top-btn i {
  font-size: 18px;
  line-height: 1;
}

.td-icon-menu-up {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.td-icon-menu-up::before {
  content: "\02C4";
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1199px) {
  .container {
    width: min(1100px, 95vw);
  }

  .main-grid {
    grid-template-columns: minmax(0, 1.8fr) minmax(270px, 1fr);
    gap: 20px;
  }

  .hero-grid {
    grid-template-columns: 1.35fr 1fr;
    gap: 14px;
  }

  .home-hero-top {
    grid-template-columns: 1fr 1fr;
  }

  .cards-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .profiles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .post-layout {
    grid-template-columns: minmax(0, 1.7fr) minmax(260px, 1fr);
    gap: 20px;
  }

  .cxo-footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .main-grid,
  .hero-grid,
  .post-layout,
  .profiles-layout,
  .contact-grid,
  .post-prev-next {
    grid-template-columns: 1fr;
  }

  .cards-3,
  .cards-5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-hero-top,
  .home-mini-list-bottom {
    grid-template-columns: 1fr;
  }

  .home-hero-image-card img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .category-columns {
    grid-template-columns: repeat(2, 1fr);
  }

  .post-main {
    padding-left: 0;
  }

  .post-head-row {
    grid-template-columns: 1fr;
  }

  .post-title-share-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-share,
  .post-share-inline {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .cxo-footer-top {
    grid-template-columns: 1fr;
    padding-top: 24px;
    padding-bottom: 18px;
    gap: 12px;
  }

  .cxo-footer-menu {
    justify-content: flex-start;
    gap: 14px;
  }

  .cxo-footer-main {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sticky-nav-logo {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .brand-wrap {
    display: none;
  }

  .container {
    width: min(100%, 94vw);
  }

  .nav-row {
    min-height: 44px;
    gap: 10px;
    font-size: 11px;
    overflow: visible;
    justify-content: space-between;
  }

  .header-nav-logo {
    display: none !important;
  }

  .nav-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    margin-right: 0;
    order: 1;
  }

  .nav-search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: 0;
    order: 3;
  }

  .nav-inline-search {
    display: none;
  }

  .nav-links {
    display: none;
  }

  .mobile-nav-logo {
    display: inline-block;
    order: 2;
    flex: 1 1 auto;
    text-align: center;
    line-height: 1;
  }

  .mobile-nav-logo img {
    height: 45px;
    width: auto;
  }

  .sticky-nav-logo {
    display: none !important;
  }

  body.has-sticky-nav {
    padding-top: 44px;
  }

  .main-nav.is-sticky.search-open + .mobile-search-panel {
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
    z-index: 39;
    background: #fff;
  }

  .cards-3,
  .cards-5,
  .cards-4,
  .category-columns,
  .profiles-grid,
  .post-prev-next {
    grid-template-columns: 1fr;
  }

  .home-hero-left {
    width: 100%;
    display: block;
  }

  .home-hero-image-card,
  .home-hero-image-card a {
    display: block;
    width: 100%;
    height: auto;
    position: static;
  }

  .home-hero-image-card img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center top;
  }

  .home-hero-content-card {
    display: block;
    width: 100%;
    position: static;
    margin-top: 10px;
    background: #fff;
    clear: both;
  }

  .profiles-title,
  .contact-title {
    font-size: 34px;
  }

  .block-title {
    font-size: 24px;
  }

  .contact-form,
  .comment-row {
    grid-template-columns: 1fr;
  }

  .comment-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .post-share .share-btn {
    width: 36px;
    height: 36px;
  }

  .post-share .share-btn svg {
    width: 16px;
    height: 16px;
  }

  .cxo-footer-logo {
    font-size: 34px;
  }
}

@media (max-width: 480px) {
  .nav-row {
    gap: 8px;
    font-size: 10px;
  }

  .sticky-nav-logo {
    margin-right: 6px;
  }

  .mobile-nav-logo img {
    height: 45px;
  }

  .brand-main {
    font-size: clamp(38px, 10vw, 52px);
  }

  .cxo-footer-logo {
    font-size: 30px;
  }

  .category-pagination .page-btn {
    min-width: 30px;
    height: 30px;
    padding: 0 8px;
    font-size: 11px;
  }
}

