@media (max-width:1200px) {
  [data-search-results] {
    min-height: 820px;
  }
  .sidebar {
    display: grid;
  grid-template-columns: 1fr;
  width: auto;
  max-width: none;
  }
  .related-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .drawer .pill-row {
    gap: 6px;
  justify-content: space-between;
  align-items: center;
  }
  .layout,.post-layout {
    grid-template-columns: minmax(0,1fr);
  }
  .layout>.sidebar,.post-layout>.sidebar {
    display: none;
  }
  .hero-grid,.cards-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  }
}
@media (max-width:720px) {
  [data-search-results] {
    min-height: 520px;
  }
}
@media (max-width:700px) {
  .breadcrumbs {
    font-size: .9rem;
  }
  .post-meta-bar {
    padding: 4px 6px;
  flex-wrap: nowrap;
  grid-template-columns: minmax(0,1fr) auto;
  }
  .post-meta-bar .meta-left {
    font-size: .72rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  scrollbar-width: none;
  }
  .post-actions {
    gap: 6px;
  }
  .action-btn {
    width: 34px;
  }
  .hero-mode {
    padding: 0 14px;
  }
  .hero-subscribe-btn {
    padding: 12px 14px;
  }
  .modal-overlay {
    padding: 12px;
  }
  .modal {
    padding: 12px;
  width: min(430px,100%);
  }
  .modal-grid {
    grid-template-columns: 1fr 1fr;
  }
  .modal-link {
    padding: 11px 12px;
  min-height: 54px;
  }
  .footer-inner {
    padding: 16px 14px 22px;
  }
  .footer-link {
    font-size: .82rem;
  }
  .copyright {
    font-size: .78rem;
  margin-top: 8px;
  }
  .sidebar {
    display: none;
  }
  .sidebar .widget {
    padding: 18px;
  }
  .widget h2,.widget h3 {
    font-size: 1.1rem;
  }
  .list-link {
    padding: 16px;
  }
  .list-link small {
    min-width: 84px;
  }
  .footer-links {
    margin-bottom: 12px;
  }
  .content-wrap,.widget,.card {
    border-radius: 6px;
  }
  .widget,.content-wrap {
    padding: 16px;
  }
  .sidebar .list-link {
    padding: 16px 16px;
  }
  .sidebar .list-link small {
    min-width: 82px;
  }
  .post-meta-bar .meta-left::-webkit-scrollbar {
    display: none;
  }
  .post-actions .action-btn {
    width: 40px;
  }
  .drawer {
    width: min(88vw,350px);
  top: var(--header-offset);
  bottom: auto;
  z-index: 1950;
  border-left: 1px solid rgba(255,255,255,.08);
  border-top: 1px solid rgba(255,255,255,.06);
  overflow: auto;
  }
  .sidebar .widget h3 {
    font-size: 1rem;
  }
  .widget>.pill:first-child,.content-wrap>.pill:first-child,.page-hero .pill:first-child {
    font-size: .64rem;
  }
  .page-hero:not(.post-hero) .page-lead,.page-lead {
    font-size: .94rem;
  }
  .drawer-extra {
    display: grid;
  margin: 0;
  }
  .drawer-extra .widget {
    display: block;
  }
  .drawer-extra .widget h3 {
    font-size: 1rem;
  }
  .drawer-extra .muted {
    font-size: .92rem;
  }
  .drawer-extra .pill {
    font-size: .62rem;
  letter-spacing: .16em;
  }
  .drawer-extra .pill-row {
    gap: 8px;
  }
  .drawer-extra .pill-row .pill {
    font-size: .8rem;
  }
  .drawer-extra .list-links {
    gap: 10px;
  }
  .drawer-extra .list-link {
    padding: 14px 14px;
  }
  .drawer-extra .list-link small {
    min-width: 76px;
  }
  :root {
    --header: 44px;
  --header-offset: calc(var(--header) + env(safe-area-inset-top,0px));
  }
  .header-search {
    gap: 2px;
  }
  .search-form.is-open {
    width: min(210px,calc(100vw - 118px));
  }
  .search-form button,.hamburger {
    font-size: 26px;
  }
  .page-hero {
    padding: 0;
  }
  .meta-bar,.post-meta-bar {
    min-height: 34px;
  }
  .page-hero.post-hero {
    padding: 14px;
  }
  .page-hero .page-title + .post-meta-bar {
    margin-top: 4px;
  }
  .meta-left {
    font-size: .68rem;
  }
  .hero-subscribe-btn .icon {
    width: 18px;
  }
    .drawer .widget {
    padding: 14px;
  }
  .drawer .widget h2,.drawer .widget h3 {
    font-size: .98rem;
  }
  .drawer .muted {
    font-size: .82rem;
  }
  .drawer .list-link {
    padding: 10px;
  align-items: center;
  justify-content: space-between;
  }
  .drawer .list-link small {
    min-width: 56px;
  display: inline-grid;
  }
  .search-form button svg,.hamburger svg {
    width: 23px;
  }
  .action-btn svg {
    width: 16px;
  }
  .meta-bar .meta-left {
    font-size: .66rem;
  line-height: 1.02;
  }
  .drawer .list-links {
    display: grid;
  }
  .drawer .pill {
    padding: 6px 10px;
  margin-bottom: 10px;
  }
  .modal-title {
    font-size: 1rem;
  }
  .modal-ico {
    width: 34px;
  }
  .hamburger,.search-form,.search-form button {
    width: 32px;
  }
  .site-header .search-form input {
    font-size: 16px;
  }
  .hero-subscribe .hero-mode-row {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 8px;
  }
  .hero-subscribe .hero-mode,.hero-subscribe .hero-subscribe-btn.hero-subscribe-inline {
    min-height: 40px;
  border-radius: 6px;
  border: 1px solid rgba(91,149,255,.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
  font: 800 .86rem/1 var(--system-font);
  }
  .hero-subscribe .hero-subscribe-btn.hero-subscribe-inline .icon {
    width: 17px;
  }
  .site-header .search-form.is-open {
    width: min(170px,calc(100vw - 126px));
  max-width: min(170px,calc(100vw - 126px));
  }
  #modal-categories .modal,#modal-follow .modal,#modal-share .modal {
    width: min(400px,100%);
  }
  #modal-categories .modal-link,#modal-follow .modal-link,#modal-share .modal-link {
    min-height: 44px;
  padding: 8px 11px;
  font-size: .8rem;
  }
  #modal-categories .modal-ico,#modal-follow .modal-ico,#modal-share .modal-ico {
    width: 26px;
  height: 26px;
  min-width: 26px;
  flex-basis: 26px;
  }
  .hero-subscribe .hero-mode {
    background: linear-gradient(180deg,#0b1320,#09111b);
  }
  .hero-subscribe .hero-subscribe-btn.hero-subscribe-inline {
    background: linear-gradient(180deg,#ff2b2b,#e31212);
  }
  .hero-subscribe .hero-subscribe-btn.hero-subscribe-inline .icon::before {
    font-size: .78rem;
  }
}
@media (max-width:900px) and (orientation:landscape) {
  .drawer {
    width: min(64vw,300px);
  }
}
@media (max-width:1100px) {
  .hamburger {
    display: grid;
  }
  .layout {
    grid-template-columns: minmax(0,1fr);
  }
  .sidebar {
    display: none;
  }
  .post-layout {
    grid-template-columns: 1fr;
  }
  .hero-grid,.cards-grid,.related-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .drawer {
    display: block;
  height: calc(100dvh - var(--header-offset));
  padding: 0 12px 20px;
  border-top: 0;
  border-radius: 0;
  background: #070b12;
  }
  .drawer-backdrop {
    z-index: 1900;
  top: var(--header-offset);
  bottom: auto;
  left: 0;
  right: 0;
  }
  .drawer-head {
    display: none;
  }
  .drawer .drawer-extra,.drawer>[data-drawer-sidebar] {
    display: grid;
  gap: 14px;
  padding-top: 14px;
  margin: 0;
  }
}
@media (min-width:701px) and (max-width:1200px) {
  .layout,.post-layout {
    grid-template-columns: minmax(0,1fr);
  }
  .main-col {
    display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  align-items: start;
  }
  .main-col>.sr-only,.main-col>.pagination {
    grid-column: 1 / -1;
  }
  .main-col>.hero-grid,.main-col>.cards-grid {
    display: contents;
  }
  .main-col>.hero-grid>.card,.main-col>.cards-grid>.card {
    width: 100%;
  min-width: 0;
  margin: 0;
  }
  .cards-grid,.hero-grid,.related-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  }
}
@media (max-width:700px) {
  .layout>.sidebar,.post-layout>.sidebar,.sidebar {
    display: none;
  }
  .cards-grid,.hero-grid,.related-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .card {
    width: 100%;
  min-width: 0;
  }
  .card-media {
    aspect-ratio: 16/9;
  }
  .main-col.stack {
    gap: 14px;
  }
  .pagination {
    grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 6px;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  }
  .pagination-link {
    min-width: 0;
  min-height: 42px;
  border-radius: 6px;
  }
  .pagination-link--edge {
    display: grid;
  place-items: center;
  padding: 0;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  }
  .pagination-link.is-active::before,.pagination-link[aria-current="page"]::before {
    border-radius: 6px;
  }
  .pagination-link.is-active::after,.pagination-link[aria-current="page"]::after {
    left: 10px;
  right: 10px;
  bottom: 7px;
  height: 3px;
  }
}
@media (max-width:1100px) {
  :root {
    --header: 56px;
  --header-offset: calc(var(--header) + env(safe-area-inset-top,0px));
  }
  .site-header {
    position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3000;
  padding-top: env(safe-area-inset-top,0px);
  }
  .site-header .header-inner {
    display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  min-height: var(--header);
  max-width: var(--wrap);
  }
  .site-header .brand,.site-header .header-search {
    display: flex;
  align-self: center;
  }
  .site-header .header-search {
    margin-left: auto;
  padding-bottom: 0;
  }
  .site-header .brand img {
    display: block;
  }
  .site-header .hamburger {
    display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  min-width: 34px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 0;
  font-size: 0;
  transform: none;
  }
  .site-header .hamburger .ui-icon {
    display: block;
  margin-top: 8px;
  padding: 0;
  }
  .site-header .hamburger svg {
    display: block;
  width: 24px;
  height: 24px;
  }
}
@media (max-width:560px) {
  .fnc-wrap {
    width: 100%;
  max-width: none;
  margin: 0;
  }
  .fnc-card {
    border-radius: 6px;
  padding: 11px;
  }
  .fnc-grid {
    grid-template-columns: 1fr;
  }
  .fnc-email,.fnc-ticket {
    padding: 7px 9px;
  }
  .fnc-textarea {
    min-height: 160px;
  }
}
@media (max-width:380px) {
  .fnc-actions {
    gap: 8px;
  }
  .fnc-pill {
    padding: 11px 12px;
  }
}
@media (max-width:700px) {
  .video-shell__play {
    width: 64px;
  height: 45px;
  border-radius: 6px;
  }
  .video-shell__play::before {
    border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 17px;
  }
  body.search-page [data-search-results],body.search-page .empty-state {
    min-height: 232px;
  }
}
@media (max-width:1200px) {
  .drawer .sidebar-search-widget {
    padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  }
  .drawer .sidebar-search-widget .search-form,.drawer .sidebar-search-widget .search-form.is-open {
    width: 100%;
  }
  .drawer .sidebar-search-widget .search-form button {
    flex: 0 0 52px;
  width: 52px;
  min-width: 52px;
  max-width: 52px;
  height: 52px;
  font-size: 22px;
  }
  .drawer .sidebar-search-widget .search-form input {
    font-size: 16px;
  transform: translateZ(0);
  }
  .drawer .sidebar-search-widget .search-form input:focus {
    scroll-margin-top: 0;
  }
}
@media (max-width:1100px) {
  body.drawer-scroll-lock {
    position: fixed;
  left: 0;
  right: 0;
  top: calc(-1 * var(--scroll-lock-top,0px));
  width: 100%;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
  }
}
