@media (max-width: 1279px) {
	:root {
		--gutter: clamp(24px, 3vw, 32px);
	}

	.primary-menu a {
		padding-inline: 12px;
	}

	.services-bar__inner {
		gap: 14px;
	}

	.services-menu {
		gap: 12px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.services-menu::-webkit-scrollbar {
		display: none;
	}

	.services-bar__all {
		display: none;
	}

	.masthead__inner {
		grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 1.1fr);
	}

	.masthead__stats {
		display: none;
	}

	.hot-topics {
		gap: 14px;
	}

	.hot-topics__list {
		width: auto;
		flex: 1 1 auto;
		gap: 14px;
	}

	.hot-topic {
		width: auto;
		flex: 1 1 0;
	}

	.hot-topic__title {
		width: 100%;
	}

	.hot-topic a {
		padding-inline: 14px;
	}

	.editorial-band {
		margin-inline: calc(var(--gutter) * -1);
	}

	.site-footer__groups {
		gap: 44px;
	}
}

@media (max-width: 767px) {
	.editorial-card__more {
		min-height: 44px;
		padding-block: 10px;
	}
}

@media (max-width: 1100px) {
	.hot-topic:nth-child(3) {
		display: none;
	}
}

@media (max-width: 1023px) {
	.primary-navigation {
		display: none;
	}

	.menu-toggle {
		display: grid;
	}

	.header-search {
		width: 40px;
		height: 40px;
		justify-content: center;
		gap: 0;
		padding: 0;
	}

	.header-search__input {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		opacity: 0;
	}

	.header-search__icon {
		position: absolute;
		left: 10px;
		z-index: 1;
	}

	.header-search:focus-within,
	.header-search:has(.header-search__clear:not([hidden])) {
		position: absolute;
		z-index: 2;
		right: calc(var(--gutter) + 94px);
		width: min(280px, calc(100vw - 240px));
		background: var(--header);
	}

	.header-search:focus-within .header-search__input,
	.header-search:has(.header-search__clear:not([hidden])) .header-search__input {
		padding: 0 44px 0 38px;
		opacity: 1;
	}

	.header-search__clear {
		position: absolute;
		z-index: 2;
		right: 4px;
	}

	.hot-topics {
		gap: 12px;
	}

	.hot-topics__heading {
		width: 188px;
		flex-basis: 188px;
	}

	.hot-topics__list {
		gap: 12px;
	}

	.feed-controls__tools {
		display: none;
	}

	.site-footer__main {
		grid-template-columns: minmax(280px, 1fr) auto;
	}
}

@media (max-width: 767px) {
	:root {
		--gutter: 16px;
	}

	body {
		font-size: 14px;
	}

	.site-header__main {
		height: 44px;
	}

	.site-header__inner {
		gap: 12px;
	}

	.site-brand {
		gap: 8px;
	}

	.site-brand__mark {
		width: 32px;
		height: 32px;
		flex-basis: 32px;
		border-radius: 8px;
		font-size: 22px;
		font-weight: 700;
		line-height: 24px;
	}

	.site-brand__name {
		font-size: 17px;
		letter-spacing: 0;
		line-height: 21px;
	}

	.site-brand--custom .custom-logo {
		height: 32px;
	}

	.site-brand--svg .site-brand__svg svg {
		height: 32px;
	}

	.site-header__actions {
		gap: 4px;
	}

	.header-search {
		display: none;
	}

	.site-header .theme-toggle {
		display: grid;
		width: 40px;
		height: 40px;
	}

	.menu-toggle {
		width: 40px;
		height: 40px;
	}

	.header-banner {
		display: none;
	}

	.services-bar {
		height: 44px;
	}

	.services-bar__inner {
		width: 100%;
		gap: 0;
		padding-inline: 16px;
		overflow: hidden;
	}

	.services-bar__label {
		display: none;
	}

	.services-menu {
		width: 100%;
		gap: 16px;
		overflow-x: auto;
		scroll-padding-inline: 16px;
	}

	.services-menu a {
		min-height: 43px;
		padding: 5px 0;
		color: var(--mobile-service-text);
		font-size: 12px;
		font-weight: 500;
		line-height: 18px;
	}

	.services-menu > li:nth-child(n + 5) a {
		font-size: 14px;
	}

	.service-item__icon,
	.services-menu img {
		width: 20px;
		height: 20px;
	}

	.masthead__inner {
		position: relative;
		display: flex;
		min-height: 58px;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
	}

	.masthead__copy {
		min-width: 0;
	}

	.masthead__eyebrow {
		margin-bottom: 3px;
		font-size: 9px;
		line-height: 12px;
	}

	.masthead__title {
		overflow: hidden;
		font-size: 20px;
		line-height: 25px;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.masthead__description,
	.masthead__stats {
		display: none;
	}

	.masthead-search {
		position: absolute;
		z-index: 4;
		top: 8px;
		right: 0;
		left: 0;
		display: none;
		height: 42px;
		background: var(--header);
	}

	.masthead-search.is-mobile-open {
		display: flex;
	}

	.masthead-search input {
		padding-right: 46px;
		border-radius: var(--pill);
	}

	.masthead-search kbd {
		display: none;
	}

	.mobile-search-toggle {
		display: grid;
		width: 40px;
		height: 40px;
		flex: 0 0 40px;
		border: 1px solid var(--border-strong);
	}

	.homepage-stack {
		gap: 32px;
		padding-top: 16px;
	}

	.hot-topics {
		display: grid;
		height: 77px;
		min-height: 77px;
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 0;
		padding: 0;
		border-radius: var(--r-sm);
		overflow: visible;
	}

	.hot-topics__heading {
		display: block;
		width: auto;
		height: 77px;
		padding: 12px 0 12px 10px;
	}

	.hot-topics__heading > div {
		display: none;
	}

	.hot-topics__icon {
		width: 30px;
		height: 30px;
	}

	.hot-topics__divider {
		display: none;
	}

	.hot-topics__list {
		display: block;
		width: auto;
		height: 77px;
		min-width: 0;
		overflow: hidden;
	}

	.hot-topic {
		width: auto;
		height: 77px;
		min-height: 77px;
	}

	.hot-topic:not(.is-active) {
		display: none;
	}

	.hot-topic a {
		height: 77px;
		min-height: 77px;
		padding: 8px 10px 8px 8px;
	}

	.hot-topic__meta {
		gap: 8px;
		font-size: 9px;
	}

	.hot-topic__title {
		width: 100%;
		font-size: 14px;
		line-height: 20px;
	}

	.hot-topics__more {
		display: none;
	}

	.hot-topics__dots {
		position: absolute;
		top: calc(100% + 8px);
		left: 50%;
		display: flex;
		align-items: center;
		gap: 4px;
		transform: translateX(-50%);
	}

	.hot-topics__dot {
		position: relative;
		display: grid;
		width: 24px;
		height: 24px;
		flex: 0 0 24px;
		place-items: center;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: transparent;
	}

	.hot-topics__dot::before {
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #9dc8f5;
		content: "";
		transition:
			width 160ms ease,
			background-color 160ms ease;
	}

	.hot-topics__dot.is-active::before {
		width: 19px;
		border-radius: var(--pill);
		background: var(--primary);
	}

	.feed-controls {
		gap: 10px;
		margin-bottom: 12px;
	}

	.feed-controls__primary {
		gap: 12px;
		border-bottom-color: var(--border-strong);
	}

	.feed-tabs__scroll {
		position: relative;
		flex: 1 1 auto;
		gap: 12px;
		overflow-y: hidden;
	}

	.feed-tabs__scroll::after {
		position: sticky;
		right: 0;
		z-index: 2;
		width: 29px;
		height: 41px;
		flex: 0 0 29px;
		margin-left: -29px;
		background: linear-gradient(90deg, transparent, var(--canvas));
		content: "";
		pointer-events: none;
	}

	.feed-tab,
	.feed-tabs__more > summary {
		height: 42px;
		min-height: 42px;
		margin-right: 0;
		padding: 12px 0;
	}

	.feed-tab::after {
		right: 0;
		left: 0;
	}

	.feed-tabs__more {
		display: none;
	}

	.feed-tabs__divider,
	.feed-tab--threats-desktop {
		display: none;
	}

	.feed-tab--threats-mobile {
		display: inline-flex;
		margin-right: 0;
		padding: 11px 0;
	}

	.feed-tabs__more-trigger-mobile {
		display: inline-flex;
	}

	.feed-tab--threats-mobile .feed-tab__external {
		width: 20px;
		min-width: 20px;
		height: 20px;
	}

	.feed-filter-toggle {
		width: 32px;
		min-width: 32px;
		height: 32px;
		min-height: 32px;
		gap: 0;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: transparent;
		font-size: 0;
	}

	.feed-filter-toggle > .ui-icon {
		display: block;
		width: 32px;
		height: 32px;
	}

	.feed-filter-toggle > span:not(.feed-filter-toggle__count) {
		display: none;
	}

	.feed-filter-toggle__count {
		display: none;
	}

	.feed-controls__secondary {
		display: block;
	}

	.feed-chips {
		flex-wrap: wrap;
		gap: 5px;
		overflow: visible;
	}

	.feed-chip {
		min-height: 30px;
		padding: 5px 8px;
		border-color: var(--border-strong);
		border-radius: 9px;
		background: transparent;
		color: var(--text);
		font-size: 11px;
	}

	.feed-chip.is-active {
		border-color: transparent;
		background: var(--selected);
	}

	.feed-controls__tools {
		display: none;
	}

	.news-feed,
	.news-feed--grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.news-card,
	.news-feed--grid .news-card {
		min-height: 0;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		gap: 18px;
		padding: 15px;
		border-radius: var(--r-md);
	}

	.news-card__content {
		grid-column: 1;
	}

	.news-card__meta {
		gap: 6px 9px;
		margin-bottom: 12px;
	}

	.news-card__category {
		min-height: 24px;
		padding: 4px 10px;
	}

	.news-card__time {
		margin-left: auto;
	}

	.news-card__tag {
		display: none;
	}

	.news-card__title {
		font-size: 17px;
		font-weight: 650;
		letter-spacing: -0.1px;
		line-height: 20px;
	}

	.news-card__excerpt {
		display: -webkit-box;
		margin-top: 9px;
		overflow: hidden;
		font-size: 14px;
		line-height: 20px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.news-card__actions,
	.news-feed--grid .news-card__actions {
		display: grid;
		grid-column: 1;
		grid-row: 2;
		grid-template-columns: minmax(94px, 0.72fr) minmax(0, 1.7fr);
	}

	.news-card__actions .button {
		width: 100%;
		min-width: 0;
		min-height: 44px;
		padding-inline: 10px;
	}

	.popular-news,
	.news-feed--grid .popular-news {
		grid-column: 1;
		padding: 15px;
		border-radius: var(--r-md);
		background: var(--surface);
	}

	.popular-news__header h2 {
		font-size: 17px;
	}

	.popular-news__header a {
		font-size: 10px;
	}

	.popular-news__list {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.popular-card {
		min-height: 66px;
		grid-template-columns: 34px 1fr;
		grid-template-rows: auto 1fr;
		gap: 0 9px;
		padding: 8px 10px;
		border: 0;
		border-radius: var(--r-sm);
		background: var(--selected);
	}

	.popular-card__number {
		display: grid;
		width: 34px;
		height: 34px;
		grid-column: 1;
		grid-row: 1 / span 2;
		align-self: center;
		place-items: center;
		border-radius: 50%;
		background: var(--primary);
		color: #fff !important;
		font-size: 11px;
	}

	.popular-card__content {
		display: contents;
	}

	.popular-card__meta {
		grid-column: 2;
		grid-row: 1;
		align-self: end;
		gap: 7px;
	}

	.popular-card__time {
		display: inline;
	}

	.popular-card__title {
		grid-column: 2;
		grid-row: 2;
		align-self: start;
		font-size: 12px;
		font-weight: 500;
		line-height: 15px;
	}

	.popular-card__footer {
		display: none;
	}

	.feed-separator,
	.news-feed--grid .feed-separator {
		grid-column: 1;
		gap: 10px;
		padding-block: 2px;
		color: var(--text);
		font-size: 17px;
		text-transform: none;
	}

	.feed-separator::before {
		display: none;
	}

	.feed-separator__desktop {
		display: none;
	}

	.feed-separator__mobile {
		display: inline;
	}

	.pagination {
		margin-block: 12px 24px;
	}

	.pagination .page-numbers {
		min-width: 42px;
		height: 44px;
		padding-inline: 8px;
	}

	.pagination .prev,
	.pagination .next {
		min-width: 42px;
	}

	.pagination__word {
		display: none;
	}

	.after-feed {
		margin-top: 0;
	}

	.editorial-band {
		margin-inline: -16px;
		padding: 24px 16px;
	}

	.editorial-card {
		min-height: 0;
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 16px;
		border-radius: var(--r-lg);
	}

	.editorial-card__content {
		padding-left: 16px;
	}

	.editorial-card__content::before {
		width: 3px;
	}

	.editorial-card h2 {
		font-size: 20px;
		line-height: 25px;
	}

	.editorial-card__seo-content {
		max-height: 40px;
		font-size: 14px;
		line-height: 20px;
	}

	.editorial-card__image {
		height: auto;
		aspect-ratio: 2 / 1.18;
		object-fit: cover;
	}

	.site-footer__main {
		display: block;
		min-height: 0;
		padding-block: 30px 16px;
	}

	.site-footer__brand-row {
		justify-content: space-between;
	}

	.site-footer__brand > p,
	.site-footer__status {
		display: none;
	}

	.site-footer__online {
		display: inline-flex;
	}

	.site-footer__groups {
		display: grid;
		gap: 8px;
		margin-top: 20px;
	}

	.footer-group,
	.footer-group:first-child {
		display: block;
	}

	.footer-group__title {
		display: none;
	}

	.footer-group__toggle {
		display: flex;
		width: 100%;
		min-height: 44px;
		align-items: center;
		padding: 10px 14px;
		border: 0;
		border-radius: var(--r-sm);
		background: #111;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		line-height: 18px;
		text-align: left;
	}

	.footer-group__count {
		margin-left: auto;
		margin-right: 10px;
		color: rgb(255 255 255 / 55%);
		font-size: 11px;
		font-weight: 500;
		line-height: 14px;
	}

	.footer-group__chevron {
		filter: brightness(0) invert(0.5);
		transition: transform 160ms ease;
	}

	.footer-group__toggle[aria-expanded="true"] .footer-group__chevron {
		transform: rotate(180deg);
	}

	.js .footer-group__panel {
		display: none;
	}

	.js .footer-group__panel.is-open {
		display: block;
	}

	.footer-menu {
		padding: 8px 14px 2px;
	}

	.site-footer__bottom {
		display: block;
		min-height: 0;
		padding-block: 12px 16px;
		color: rgb(255 255 255 / 72%);
		font-size: 11px;
		font-weight: 500;
		line-height: 14px;
	}

	.site-footer__bottom nav {
		color: rgb(255 255 255 / 52%);
	}

	.site-footer__bottom ul {
		flex-wrap: wrap;
		gap: 4px 10px;
		margin-top: 2px;
	}

	.filter-dialog__surface {
		max-height: min(603px, calc(100dvh - 64px));
	}
}

@media (max-width: 359px) {
	.site-brand__name {
		font-size: 15px;
	}

	.services-menu {
		gap: 12px;
	}

	.masthead__title {
		font-size: 18px;
	}

	.news-card__actions {
		grid-template-columns: 86px minmax(0, 1fr);
	}

	.news-card__actions .button {
		font-size: 12px;
	}

	.popular-news__header {
		align-items: flex-start;
	}

	.editorial-card {
		padding: 14px;
	}
}
