/* Staging-only editorial homepage experiment. index.html and refresh.css remain untouched. */

.news-portal-page {
	background:
		radial-gradient(circle at 8% 17%, rgba(239, 196, 93, 0.13), transparent 20rem),
		radial-gradient(circle at 94% 34%, rgba(28, 143, 138, 0.11), transparent 24rem),
		var(--paper);
}

.news-portal-stack {
	gap: 30px;
}

.newsroom-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(250px, 0.72fr);
	min-height: 205px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--radius-xl);
	background:
		radial-gradient(circle at 15% 14%, rgba(239, 196, 93, 0.34) 0 2px, transparent 3px),
		radial-gradient(circle at 29% 70%, rgba(255, 255, 255, 0.28) 0 1px, transparent 2px),
		radial-gradient(circle at 75% 19%, rgba(255, 255, 255, 0.32) 0 1px, transparent 2px),
		radial-gradient(circle at 88% 76%, rgba(239, 196, 93, 0.28) 0 2px, transparent 3px),
		linear-gradient(135deg, #19265f 0%, #283e91 48%, #176f73 100%);
	box-shadow: 0 24px 54px rgba(26, 38, 98, 0.24);
	color: #fff;
}

.newsroom-hero::before,
.newsroom-hero::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(239, 196, 93, 0.35);
	border-radius: 50%;
	pointer-events: none;
}

.newsroom-hero::before {
	top: -185px;
	right: -115px;
	width: 430px;
	height: 430px;
}

.newsroom-hero::after {
	top: -105px;
	right: -35px;
	width: 270px;
	height: 270px;
}

.newsroom-hero__copy,
.newsroom-hero__signal {
	position: relative;
	z-index: 1;
}

.newsroom-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 14px 24px;
}

.newsroom-kicker,
.newsroom-signal__eyebrow {
	margin: 0 0 5px;
	font-family: "Orbitron", sans-serif;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.newsroom-kicker {
	color: #f5d475;
}

.newsroom-hero h1 {
	margin: 0;
	font-size: clamp(1.9rem, 2.8vw, 2.25rem);
	line-height: 0.98;
	letter-spacing: -0.055em;
	color: #fff;
}

.newsroom-hero__lede {
	max-width: 37rem;
	margin: 8px 0 0;
	font-size: clamp(0.9rem, 1.15vw, 0.98rem);
	line-height: 1.34;
	color: rgba(255, 255, 255, 0.87);
}

.newsroom-about {
	margin-top: 9px;
}

.newsroom-about summary {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 30px;
	padding: 5px 11px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	font-family: "Orbitron", sans-serif;
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	list-style: none;
}

.newsroom-about summary::-webkit-details-marker {
	display: none;
}

.newsroom-about summary span {
	display: grid;
	place-items: center;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #f2cb64;
	color: #152057;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 1rem;
	line-height: 1;
	transition: transform 160ms ease;
}

.newsroom-about[open] summary span {
	transform: rotate(45deg);
}

.newsroom-about__content {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 14px;
	margin-top: 10px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 14px;
	background: rgba(7, 14, 46, 0.48);
	box-shadow: 0 14px 36px rgba(4, 9, 31, 0.22);
}

body.refresh-body .newsroom-about__content img {
	width: 100%;
	height: 106px;
	object-fit: cover;
	object-position: center top;
	border-radius: 10px;
}

.newsroom-about__content p {
	margin: 0;
	font-size: 0.83rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.9);
}

.newsroom-about__content p + p {
	margin-top: 8px;
}

.newsroom-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 20px;
	align-items: center;
	margin-top: 10px;
}

.newsroom-button {
	min-height: 36px;
	padding: 8px 14px;
	background: #f2cb64;
	color: #152057;
}

.newsroom-text-link {
	font-size: 0.9rem;
	font-weight: 800;
	color: #fff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.25em;
}

.newsroom-text-link--ink {
	color: var(--electric);
}

.newsroom-hero__signal {
	align-self: stretch;
	padding: 14px 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(10, 19, 61, 0.23);
	backdrop-filter: blur(3px);
}

.newsroom-signal__eyebrow {
	color: rgba(255, 255, 255, 0.67);
}

.newsroom-signal__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.newsroom-signal__list li {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.newsroom-signal__list li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.newsroom-signal__list a {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 10px;
	padding: 6px 0;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.22;
	color: #fff;
}

.newsroom-signal__list span {
	font-family: "Orbitron", sans-serif;
	font-size: 0.68rem;
	color: #f5d475;
}

.newsroom-date {
	display: flex;
	gap: 9px;
	align-items: center;
	margin: 8px 0 0;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.7);
}

.newsroom-date span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f2cb64;
	box-shadow: 0 0 0 5px rgba(242, 203, 100, 0.13);
}

.lead-broadcast {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: 30px;
	align-items: center;
	padding: 30px;
	background:
		linear-gradient(150deg, rgba(255, 252, 240, 0.98), rgba(234, 242, 233, 0.95));
}

.responsive-video {
	position: relative;
	overflow: hidden;
	background: #0f1744;
	box-shadow: 0 20px 38px rgba(29, 40, 104, 0.2);
}

.responsive-video iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.responsive-video--youtube {
	aspect-ratio: 16 / 9;
	border-radius: 18px;
}

.lead-broadcast__copy h2 {
	margin: 12px 0 14px;
	font-size: clamp(1.75rem, 3.6vw, 2.55rem);
}

.lead-broadcast__copy > p {
	margin: 0 0 15px;
}

.lead-broadcast__standfirst {
	font-size: 1.24rem !important;
	font-weight: 600;
	line-height: 1.4;
	color: var(--ink);
}

.lead-broadcast__copy .button {
	margin-top: 8px;
}

.news-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: center;
	margin: 0 0 9px !important;
	font-family: "Orbitron", sans-serif;
	font-size: 0.69rem !important;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--ink-soft);
}

.news-type {
	display: inline-flex;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(47, 70, 218, 0.11);
	color: #273fb2;
}

.news-type--watch { background: rgba(209, 49, 60, 0.12); color: #a82632; }
.news-type--play { background: rgba(28, 143, 138, 0.13); color: #126d69; }
.news-type--experiment { background: rgba(232, 139, 75, 0.17); color: #a34e1c; }
.news-type--ask { background: rgba(121, 81, 173, 0.13); color: #684096; }
.news-type--social { background: rgba(22, 22, 28, 0.1); color: #24242c; }

.news-section-heading {
	display: flex;
	justify-content: space-between;
	gap: 28px;
	align-items: end;
	margin-bottom: 22px;
}

.news-section-heading h2 {
	margin: 6px 0 0;
	font-size: clamp(1.65rem, 3.4vw, 2.35rem);
}

.news-section-heading > p {
	max-width: 36ch;
	margin: 0;
	color: var(--ink-soft);
}

.dispatch-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 22px;
}

.dispatch-card {
	position: relative;
	display: grid;
	overflow: hidden;
	border: 1px solid rgba(47, 70, 218, 0.12);
	border-radius: 22px;
	background: rgba(255, 252, 241, 0.92);
	box-shadow: 0 14px 32px rgba(39, 53, 123, 0.1);
}

.dispatch-card--manuals {
	grid-column: span 7;
	grid-template-columns: minmax(230px, 0.9fr) minmax(0, 1.1fr);
	background: linear-gradient(135deg, #f8e9b8, #fffaf0 58%);
}

.dispatch-card--instrument {
	grid-column: span 5;
}

.dispatch-card--airstrum {
	grid-column: span 5;
}

.dispatch-card--aisling {
	grid-column: span 7;
	grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1.28fr);
	background: linear-gradient(135deg, rgba(225, 213, 238, 0.94), rgba(255, 251, 240, 0.96));
}

.dispatch-card__copy {
	padding: 25px;
}

.dispatch-card h3 {
	margin: 8px 0 13px;
	font-size: clamp(1.3rem, 2.5vw, 1.75rem);
}

.dispatch-card__copy > p:not(.news-meta) {
	margin: 0;
	font-size: 1.05rem;
}

.dispatch-card__image {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: rgba(255, 255, 255, 0.55);
}

.dispatch-card__image--contain {
	object-fit: contain;
	padding: 10px;
}

.dispatch-card__links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 16px;
	margin-top: 20px;
}

.dispatch-card__links a {
	font-weight: 800;
	color: var(--electric);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
}

.manual-collage {
	position: relative;
	min-height: 350px;
	overflow: hidden;
	background: #151515;
}

body.refresh-body .manual-collage__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 32%;
}

.dispatch-card__portrait-wrap {
	position: relative;
	min-height: 355px;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 33%, rgba(255, 255, 255, 0.98), transparent 42%),
		linear-gradient(160deg, #a897c7, #e5d7e8);
}

body.refresh-body a.dispatch-card__portrait-cta {
	position: absolute;
	left: 18px;
	bottom: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(24, 30, 80, 0.88);
	font-family: "Orbitron", sans-serif;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

body.refresh-body a.dispatch-card__portrait-cta:hover,
body.refresh-body a.dispatch-card__portrait-cta:focus-visible {
	background: #263d98;
	box-shadow: 0 7px 18px rgba(24, 30, 80, 0.28);
	transform: translateY(-1px);
}

body.refresh-body a.dispatch-card__portrait-cta:focus-visible {
	outline: 3px solid #f2cb64;
	outline-offset: 3px;
}

.dispatch-card--aisling .dispatch-card__copy > p:not(.news-meta) + p:not(.news-meta) {
	margin-top: 12px;
}

.dispatch-card__portrait {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.community-signal {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: clamp(26px, 5vw, 54px);
	align-items: center;
	overflow: hidden;
	padding: clamp(28px, 4vw, 46px);
	background:
		radial-gradient(circle at 85% 14%, rgba(239, 196, 93, 0.25), transparent 26%),
		linear-gradient(145deg, rgba(242, 247, 239, 0.98), rgba(255, 250, 236, 0.98));
}

.community-signal h2 {
	margin: 8px 0 14px;
	font-size: clamp(1.8rem, 3.6vw, 2.55rem);
}

.community-signal__lede {
	max-width: 42rem;
	margin: 0 0 26px;
	font-size: 1.18rem !important;
	color: var(--ink-soft);
}

.community-note {
	padding: 22px 0;
	border-top: 1px solid rgba(47, 70, 218, 0.17);
	border-bottom: 1px solid rgba(47, 70, 218, 0.17);
}

.community-note h3 {
	margin: 8px 0 10px;
	font-size: 1.45rem;
}

.community-note > p:not(.news-meta) {
	margin: 0 0 16px;
}

.community-invitation {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 15px;
	align-items: center;
	margin-top: 22px;
	padding: 17px;
	border-radius: 16px;
	background: rgba(47, 70, 218, 0.075);
}

.community-invitation__orbit {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(47, 70, 218, 0.24);
	border-radius: 50%;
	font-size: 1.4rem;
	color: var(--electric);
}

.community-invitation h3,
.community-invitation p {
	margin: 0;
}

.community-invitation h3 {
	font-size: 1rem;
}

.community-invitation p {
	margin-top: 5px;
	font-size: 0.96rem !important;
}

.community-signal__player {
	display: flex;
	justify-content: center;
}

.responsive-video--tiktok {
	width: min(100%, 390px);
	aspect-ratio: 9 / 16;
	border: 8px solid #161a35;
	border-radius: 26px;
}

.tiktok-loader {
	position: relative;
	isolation: isolate;
}

.tiktok-loader > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.72) contrast(0.9) brightness(0.62);
	transform: scale(1.06);
}

.tiktok-loader::before {
	content: "";
	position: absolute;
	z-index: 1;
	inset: 0;
	background:
		radial-gradient(circle at 50% 38%, transparent 10%, rgba(13, 18, 50, 0.34) 70%),
		linear-gradient(180deg, rgba(13, 18, 50, 0.05), rgba(13, 18, 50, 0.88));
}

.tiktok-loader__overlay {
	position: absolute;
	z-index: 2;
	inset: auto 20px 24px;
	color: #fff;
	text-align: center;
}

.tiktok-loader__overlay p {
	margin: 0 0 12px;
	font-family: "Orbitron", sans-serif;
	font-size: 0.68rem !important;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: #f2cb64;
}

.tiktok-loader__overlay p span {
	display: inline-grid;
	place-items: center;
	width: 26px;
	height: 26px;
	margin-right: 5px;
	border-radius: 50%;
	background: #fff;
	color: #11152f;
}

.tiktok-loader__overlay strong {
	display: block;
	margin-bottom: 18px;
	font-family: "Orbitron", sans-serif;
	font-size: 1.1rem;
	line-height: 1.3;
}

.tiktok-loader__button {
	display: inline-flex;
	justify-content: center;
	width: 100%;
	padding: 12px 18px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
	font-family: "Orbitron", sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	color: #171a36;
	cursor: pointer;
}

.tiktok-loader__button:hover,
.tiktok-loader__button:focus-visible {
	background: #f2cb64;
}

.tiktok-loader__overlay small {
	display: block;
	margin-top: 12px;
	font-size: 0.8rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.74);
}

.tiktok-loader.is-loaded::before {
	display: none;
}

.shop-arrivals__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.home-stack > .shop-arrivals--priority {
	padding: 24px;
	border: 1px solid rgba(47, 70, 218, 0.12);
	border-top: 6px solid var(--gold);
	border-radius: 20px;
	background: linear-gradient(150deg, rgba(255, 252, 240, 0.96), rgba(242, 247, 239, 0.94));
	box-shadow: 0 14px 32px rgba(39, 53, 123, 0.09);
}

.shop-arrival {
	display: block;
	overflow: hidden;
	padding: 0 0 20px;
	border-bottom: 3px solid rgba(47, 70, 218, 0.24);
	color: inherit;
}

.shop-arrival img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	margin-bottom: 16px;
	border-radius: 14px;
	object-fit: cover;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.shop-arrival:hover img,
.shop-arrival:focus-visible img {
	transform: translateY(-3px);
	box-shadow: 0 16px 30px rgba(29, 40, 104, 0.16);
}

.shop-arrival h3 {
	margin: 5px 0 7px;
	font-size: 1.15rem;
}

.shop-arrival p {
	margin: 0;
	color: var(--ink-soft);
}

.news-directory {
	border-top: 7px solid var(--teal);
	box-shadow: none;
}

.news-section-heading--directory {
	align-items: start;
}

.permanent-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}

.permanent-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(38, 57, 113, 0.16);
	border-radius: 15px;
	background: rgba(255, 253, 246, 0.88);
	box-shadow: 0 12px 30px rgba(53, 61, 91, 0.09);
}

body.refresh-body .permanent-card > img {
	display: block;
	width: 100%;
	height: 160px;
	object-fit: cover;
	background: #f3ead7;
}

body.refresh-body .permanent-card--contain > img {
	object-fit: contain;
	object-position: center bottom;
	padding: 8px 8px 0;
	background: #f7f1e3;
}

.permanent-card__copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 14px 15px 16px;
}

.permanent-card h3 {
	margin: 5px 0 7px;
	font-size: 1rem;
	line-height: 1.18;
}

.permanent-card p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.42;
	color: var(--muted);
}

.permanent-card__links {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 13px;
	margin-top: auto;
	padding-top: 13px;
}

.permanent-card__links a {
	font-size: 0.76rem;
	font-weight: 800;
	color: var(--blue);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
}

.permanent-essentials {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(38, 57, 113, 0.17);
}

.permanent-essentials .info-card {
	min-height: 0;
	padding: 14px;
}

.permanent-essentials .info-card h3 {
	font-size: 0.92rem;
}

.permanent-essentials .info-card p {
	font-size: 0.82rem;
	line-height: 1.38;
}

@media (max-width: 1140px) {
	.newsroom-hero {
		grid-template-columns: minmax(0, 1.12fr) minmax(235px, 0.88fr);
	}

	.lead-broadcast {
		grid-template-columns: 1fr;
	}

	.dispatch-card--manuals,
	.dispatch-card--instrument,
	.dispatch-card--airstrum,
	.dispatch-card--aisling {
		grid-column: span 6;
		grid-template-columns: 1fr;
	}

	.manual-collage,
	.dispatch-card__portrait-wrap {
		min-height: 310px;
	}

	.permanent-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.permanent-essentials {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.newsroom-hero {
		grid-template-columns: 1fr;
	}

	.newsroom-hero__copy {
		padding: 20px 22px;
	}

	.newsroom-about__content {
		grid-template-columns: 72px minmax(0, 1fr);
	}

	body.refresh-body .newsroom-about__content img {
		height: 96px;
	}

	.newsroom-hero__signal {
		padding: 18px 22px;
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		border-left: 0;
	}

	.newsroom-signal__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 14px;
	}

	.newsroom-signal__list a {
		grid-template-columns: 22px minmax(0, 1fr);
		gap: 6px;
		font-size: 0.78rem;
	}

	.lead-broadcast {
		padding: 18px;
	}

	.news-section-heading {
		display: grid;
		gap: 12px;
		align-items: start;
	}

	.dispatch-card--manuals,
	.dispatch-card--instrument,
	.dispatch-card--airstrum,
	.dispatch-card--aisling {
		grid-column: 1 / -1;
	}

	.manual-collage {
		min-height: 0;
		aspect-ratio: 9 / 16;
	}

	body.refresh-body .manual-collage__image {
		object-fit: contain;
		object-position: center;
	}

	.community-signal {
		grid-template-columns: 1fr;
	}

	.community-signal__player {
		order: -1;
	}

	.responsive-video--tiktok {
		width: min(100%, 350px);
	}

	.shop-arrivals__grid {
		grid-template-columns: 1fr;
	}

	.home-stack > .shop-arrivals--priority {
		padding: 20px;
	}
}

@media (max-width: 480px) {
	.newsroom-hero h1 {
		font-size: 2rem;
	}

	.newsroom-hero__actions {
		align-items: stretch;
	}

	.newsroom-hero__actions .button {
		width: 100%;
	}

	.newsroom-about__content {
		grid-template-columns: 1fr;
	}

	body.refresh-body .newsroom-about__content img {
		width: 92px;
		height: 108px;
	}

	.permanent-feature-grid,
	.permanent-essentials {
		grid-template-columns: 1fr;
	}

	body.refresh-body .permanent-card > img {
		height: 180px;
	}

	.responsive-video--youtube {
		min-height: 200px;
		aspect-ratio: 16 / 10;
	}

	.manual-collage,
	.dispatch-card__portrait-wrap {
		min-height: 270px;
	}

	.dispatch-card__copy {
		padding: 20px;
	}

	.community-signal {
		padding: 22px 18px;
	}

	.community-invitation {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.shop-arrival img,
	.newsroom-about summary span,
	.dispatch-card__portrait-cta {
		transition: none;
	}
}
