/* ==========================================================================
   NEWS & INSPIRATION V2 — Editorial Story Navigator
   ========================================================================== */

.home-section-frame:has(> .news-v2){
	margin-top:0!important;
	margin-bottom:0!important;
}

.news-v2{
	--news-accent:#B91441;
	--news-text:#202020;
	--news-muted:#777;
	--news-border:#e5e5e5;
	width:100%;
	padding:18px 0;
	background:#fff;
}

.news-v2__head{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:32px;
	margin-bottom:24px;
}

.news-v2__heading{
	max-width:820px;
}

.news-v2__eyebrow{
	margin:0 0 7px;
	color:var(--news-accent);
	font-size:12px;
	font-weight:700;
	line-height:1.2;
	letter-spacing:.14em;
	text-transform:uppercase;
}

.news-v2__head h2{
	margin:0;
	max-width:800px;
	color:var(--news-text);
	font-size:clamp(28px,2.25vw,36px);
	font-weight:600;
	line-height:1.16;
	letter-spacing:-.03em;
}

.news-v2__description{
	margin:9px 0 0;
	max-width:650px;
	color:var(--news-muted);
	font-size:14px;
	line-height:1.55;
}

.news-v2__all{
	flex:0 0 auto;
	display:inline-flex;
	align-items:center;
	gap:10px;
	padding-bottom:5px;
	color:#252525;
	font-size:14px;
	font-weight:600;
	line-height:1.2;
	text-decoration:none;
}

.news-v2__all span:last-child{
	color:var(--news-accent);
	font-size:20px;
	transition:transform .22s ease;
}

.news-v2__all:hover span:last-child{
	transform:translateX(4px);
}

.news-v2__body{
	display:grid;
	grid-template-columns:minmax(340px,.82fr) minmax(0,1.42fr);
	gap:28px;
	align-items:stretch;
}

.news-v2__list{
	min-width:0;
	border-top:1px solid var(--news-border);
}

.news-v2__item{
	position:relative;
	min-height:88px;
	display:grid;
	grid-template-columns:76px minmax(0,1fr) 26px;
	align-items:center;
	gap:14px;
	padding:13px 4px 13px 14px;
	border-bottom:1px solid var(--news-border);
	color:inherit;
	text-decoration:none;
	transition:background .2s ease;
}

.news-v2__item::before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:3px;
	background:var(--news-accent);
	transform:scaleY(0);
	transform-origin:center;
	transition:transform .22s ease;
}

.news-v2__item:hover{
	background:#fafafa;
}

.news-v2__item.is-active{
	background:#fff;
}

.news-v2__item.is-active::before{
	transform:scaleY(1);
}

.news-v2__number{
	color:#b7b7b7;
	font-size:42px;
	font-weight:300;
	line-height:1;
	letter-spacing:-.045em;
	transition:color .22s ease;
}

.news-v2__item.is-active .news-v2__number{
	color:var(--news-accent);
}

.news-v2__item-copy{
	min-width:0;
	display:block;
}

.news-v2__category{
	display:block;
	margin-bottom:4px;
	color:#999;
	font-size:10px;
	font-weight:700;
	line-height:1.2;
	letter-spacing:.08em;
	text-transform:uppercase;
}

.news-v2__item h3{
	display:-webkit-box;
	margin:0;
	overflow:hidden;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color:var(--news-text);
	font-size:16px;
	font-weight:500;
	line-height:1.35;
	letter-spacing:-.01em;
	transition:color .2s ease;
}

.news-v2__item.is-active h3{
	font-size:18px;
	font-weight:650;
}

.news-v2__item time{
	display:block;
	margin-top:5px;
	color:#9a9a9a;
	font-size:11px;
	line-height:1.2;
}

.news-v2__item-arrow{
	display:flex;
	align-items:center;
	justify-content:center;
	color:var(--news-accent);
	font-size:20px;
	transition:transform .22s ease;
}

.news-v2__item:hover .news-v2__item-arrow,
.news-v2__item.is-active .news-v2__item-arrow{
	transform:translateX(3px);
}

.news-v2__stage{
	min-width:0;
	display:flex;
	flex-direction:column;
}

.news-v2__visuals{
	position:relative;
	aspect-ratio:3 / 2;
	overflow:hidden;
	border-radius:16px;
	background:#f5f5f5;
}

.news-v2__visual{
	position:absolute;
	inset:0;
	opacity:0;
	visibility:hidden;
	transform:scale(1.015);
	transition:opacity .38s ease,transform .55s cubic-bezier(.16,1,.3,1),visibility 0s linear .38s;
}

.news-v2__visual.is-active{
	opacity:1;
	visibility:visible;
	transform:scale(1);
	transition-delay:0s;
}

.news-v2__visual-link{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration:none;
}

.news-v2__image,
.news-v2__placeholder{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
}

.news-v2__image{
	display:block;
	object-fit:cover;
	object-position:center;
}

.news-v2__placeholder{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#f4f4f4;
	color:#bdbdbd;
}

.news-v2__placeholder svg{
	width:64px;
	height:64px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.35;
	stroke-linecap:round;
	stroke-linejoin:round;
}

.news-v2__shade{
	position:absolute;
	inset:0;
	background:linear-gradient(180deg,rgba(5,5,5,0) 42%,rgba(5,5,5,.72) 100%);
	pointer-events:none;
}

.news-v2__visual-caption{
	position:absolute;
	z-index:2;
	left:24px;
	right:110px;
	bottom:22px;
}

.news-v2__visual-category{
	display:block;
	margin-bottom:8px;
	color:rgba(255,255,255,.8);
	font-size:10px;
	font-weight:700;
	line-height:1.2;
	letter-spacing:.09em;
	text-transform:uppercase;
}

.news-v2__visual-caption p{
	display:-webkit-box;
	max-width:670px;
	margin:0;
	overflow:hidden;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color:#fff;
	font-size:18px;
	font-weight:400;
	line-height:1.42;
	text-shadow:0 2px 14px rgba(0,0,0,.26);
}

.news-v2__read{
	display:inline-flex;
	align-items:center;
	gap:9px;
	margin-top:13px;
	padding:8px 13px;
	border:1px solid rgba(255,255,255,.48);
	border-radius:999px;
	background:rgba(20,20,20,.18);
	color:#fff;
	font-size:12px;
	font-weight:600;
	line-height:1;
	-webkit-backdrop-filter:blur(6px);
	backdrop-filter:blur(6px);
}

.news-v2__stage-footer{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:14px;
	margin-top:10px;
}

.news-v2__counter{
	display:none;
	align-items:center;
	gap:4px;
	margin-right:auto;
	color:#777;
	font-size:12px;
	font-variant-numeric:tabular-nums;
}

.news-v2__navs{
	display:flex;
	gap:7px;
}

.news-v2__nav{
	width:38px;
	height:38px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0;
	border:1px solid #d8d8d8;
	border-radius:50%;
	background:#fff;
	color:#222;
	font-size:17px;
	line-height:1;
	cursor:pointer;
	transition:border-color .2s ease,color .2s ease,transform .2s ease;
}

.news-v2__nav:hover{
	border-color:var(--news-accent);
	color:var(--news-accent);
	transform:translateY(-1px);
}

.news-v2__nav:focus-visible,
.news-v2__item:focus-visible,
.news-v2__all:focus-visible{
	outline:2px solid var(--news-accent);
	outline-offset:3px;
}

/* Tablet keeps the editorial two-column idea */
@media(min-width:768px) and (max-width:1023px){
	.news-v2{
		padding:16px 0;
	}

	.news-v2__head{
		margin-bottom:18px;
	}

	.news-v2__body{
		grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);
		gap:18px;
	}

	.news-v2__item{
		min-height:78px;
		grid-template-columns:56px minmax(0,1fr) 22px;
		gap:10px;
		padding:11px 4px 11px 11px;
	}

	.news-v2__number{
		font-size:34px;
	}

	.news-v2__item h3{
		font-size:14px;
	}

	.news-v2__item.is-active h3{
		font-size:15.5px;
	}

	.news-v2__visual-caption{
		left:18px;
		right:80px;
		bottom:18px;
	}

	.news-v2__visual-caption p{
		font-size:15px;
	}
}

/* Mobile: visual first, list below */
@media(max-width:767px){
	.news-v2{
		padding:14px 0;
	}

	.news-v2__head{
		align-items:flex-start;
		gap:14px;
		margin-bottom:14px;
	}

	.news-v2__eyebrow{
		font-size:10px;
	}

	.news-v2__head h2{
		font-size:27px;
	}

	.news-v2__description{
		font-size:13px;
		line-height:1.5;
	}

	.news-v2__all{
		display:none;
	}

	.news-v2__body{
		display:flex;
		flex-direction:column;
		gap:12px;
	}

	.news-v2__stage{
		order:1;
	}

	.news-v2__list{
		order:2;
	}

	.news-v2__visuals{
		border-radius:14px;
	}

	.news-v2__visual-caption{
		display:none;
	}

	.news-v2__stage-footer{
		margin-top:9px;
	}

	.news-v2__counter{
		display:flex;
	}

	.news-v2__nav{
		width:36px;
		height:36px;
	}

	.news-v2__item{
		min-height:74px;
		grid-template-columns:50px minmax(0,1fr) 22px;
		gap:9px;
		padding:10px 2px 10px 9px;
	}

	.news-v2__number{
		font-size:31px;
	}

	.news-v2__category{
		font-size:9px;
	}

	.news-v2__item h3,
	.news-v2__item.is-active h3{
		font-size:14px;
		line-height:1.35;
	}

	.news-v2__item time{
		font-size:10.5px;
	}
}

@media(max-width:420px){
	.news-v2__head h2{
		font-size:25px;
	}

	.news-v2__item{
		grid-template-columns:45px minmax(0,1fr) 20px;
	}

	.news-v2__number{
		font-size:28px;
	}
}

@media(prefers-reduced-motion:reduce){
	.news-v2__visual,
	.news-v2__item::before,
	.news-v2__item-arrow,
	.news-v2__all span:last-child,
	.news-v2__nav{
		transition:none!important;
	}
}

/* ==========================================================================
   BƯỚC 53E — CHỈ CÂN CHIỀU CAO KHỐI ẢNH THEO DANH SÁCH 5 BÀI
   Giữ nguyên toàn bộ tỷ lệ cột, font, spacing, caption và responsive đã chốt.
   ========================================================================== */
@media(min-width:768px){
	.news-v2__body{
		align-items:stretch;
	}

	.news-v2__stage{
		height:100%;
		min-height:0;
	}

	.news-v2__visuals{
		flex:1 1 auto;
		min-height:0;
		aspect-ratio:auto;
	}

	.news-v2__visual{
		height:100%;
	}
}