/*
 * Brodnik CSS bundle: news.css
 * News archive/section layout and news-specific cards/bookmark UI.
 * Extracted from legacy styles.css/custom.css after usage audit.
 */

.bookmark{position: absolute;
	z-index: 4;
	right: 12px;
	bottom: 12px;
	width: 28px;
	height: 32px;
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 7px;
	background: rgba(11,17,16,.18);
	color: rgba(247, 242, 232, .86);
	transition: background .2s var(--ease-soft), color .2s var(--ease-soft), transform .2s var(--ease-soft);}

.bookmark img{width: 21px;
	height: 21px;}

.bookmark:hover,
.bookmark.is-saved{background: rgba(182,106,60,.88);
	color: #fff;
	transform: translateY(-1px);}

@media (max-width: 920px){
.category-card .bookmark{position: static;
		align-self: center;
		justify-self: end;
		margin-right: 4px;
		background: transparent;
		color: var(--muted-text);}
.category-card .bookmark:hover,
.category-card .bookmark.is-saved,
.category-card .bookmark.is-active{background: transparent;
		color: var(--road-clay);
		transform: none;}
}

.rr-news-hero h1{font-family:var(--font-heading);
	font-size:clamp(50px,6vw,78px);
	line-height:.95;
	margin:0 0 18px;
	color:var(--raw-forest);
	font-weight:600;
	letter-spacing:-.035em}

.rr-news-feature span{display:inline-flex;
	width:fit-content;
	background:rgba(168,138,93,.18);
	border-radius:5px;
	padding:4px 8px;
	text-transform:uppercase;
	letter-spacing:.08em;
	font-size:10px;
	font-weight:800;
	color:#745b38}

.rr-news-tabs button{min-height:42px;
	border:1px solid rgba(16,35,29,.11);
	border-radius:8px;
	background:rgba(251,247,239,.68);
	padding:0 18px;
	color:var(--soft-charcoal);
	font-weight:800}

.rr-news-tabs button:first-child{background:var(--raw-forest);
	color:var(--light-text)}

.rr-news-hero{display:grid;
	grid-template-columns:1fr .95fr;
	gap:28px;
	align-items:center;
	padding:44px clamp(22px, 4vw, 56px) 8px}

.rr-news-hero p{font-size:18px;
	max-width:610px}

.rr-news-hero img{width:100%;
	max-height:210px;
	object-fit:cover;
	opacity:.72}

.rr-news-layout{display:grid;
	grid-template-columns:1fr 320px;
	gap:24px;
	margin: 24px 0;
	padding:0 clamp(22px, 4vw, 56px)}

.rr-news-tabs{display:flex;
	gap:14px;
	margin:8px 0 18px}

.rr-news-tabs button{display:flex;
	align-items:center;
	gap:10px}

.rr-news-tabs img{width:22px;
	height:22px}

.rr-news-feature{position:relative;
	display:grid;
	grid-template-columns:minmax(260px,.95fr) 1.05fr;
	gap:0;
	border:1px solid rgba(16,35,29,.1);
	border-radius:12px;
	overflow:hidden;
	background:rgba(251,247,239,.72);
	margin-bottom:10px}

.rr-news-feature img{width: 100%;
	height: 100%;
	min-height: 225px;
	object-fit: cover;
	display: block;
	object-position: center center;}

.rr-news-feature div{padding:22px}

.rr-news-feature h3{font-family:var(--font-heading);
	font-size:32px;
	line-height:1;
	margin:10px 0}

.rr-news-feature p{font-size:14px}

.rr-news-feature a{color:var(--road-clay);
	font-weight:800;
	text-decoration:none}

.news-list__big > .bookmark-list{position: absolute;
	z-index: 4;
	right: 14px;
	bottom: 14px;}

.rr-side-links a{display:flex;
	justify-content:space-between;
	padding:11px 0;
	border-bottom:1px solid rgba(16,35,29,.08);
	text-decoration:none;
	color:var(--soft-charcoal);
	font-weight:800}

.rr-side-links a:after{content:"›";
	color:var(--road-clay)}

.rr-filter-form{display:grid;
	gap:12px}

.rr-filter-form label{display:grid;
	gap:6px;
	font-size:12px;
	font-weight:800;
	color:var(--soft-charcoal)}

.rr-filter-form input,
.rr-filter-form select{width:100%;
	border:1px solid rgba(16,35,29,.12);
	border-radius:8px;
	background:var(--card-bg);
	padding:11px}

.rr-filter-form>div{display:grid;
	grid-template-columns:1fr 1fr;
	gap:8px}

.rr-filter-form a{display:block;
	text-align:center;
	color:var(--muted-text);
	text-decoration:none;
	font-weight:800}

@media (max-width: 1180px){
.rr-news-layout{grid-template-columns:1fr}
}

@media (max-width: 860px){
.rr-news-hero{grid-template-columns:1fr}
.rr-news-feature{grid-template-columns:1fr}
.rr-news-tabs{padding-bottom:8px}
.rr-news-tabs button{flex:0 0 auto}
}

@media (max-width: 640px){
.rr-news-hero,
.rr-news-layout{padding-left:14px;
		padding-right:14px}
.rr-news-hero h1{font-size:34px}
.rr-news-hero p{font-size:14px}
.rr-news-hero img{max-height:130px}
.rr-news-tabs{display:grid;
		grid-template-columns:1fr 1fr;
		overflow:visible}
.rr-news-tabs button{font-size:12px;
		padding:0 8px}
.rr-news-feature{grid-template-columns: 1fr;
		margin-bottom: 14px;}
.rr-news-feature > img{height: 150px;
		min-height: 0;}
.rr-news-feature div{padding: 18px;}
.rr-news-feature h3{margin: 9px 0 12px;
		font-size: 28px;
		line-height: 1.04;}
.rr-news-feature p{margin: 0 0 18px;
		font-size: 13px;
		line-height: 1.5;}
}

.hero.news-hero{background: transparent;
	color: var(--deep-night);
	margin-top: -43px;}

.hero.news-hero::before{background: transparent;}

.rr-news-feature{text-decoration: none;}

.rr-news-feature img{transition: transform 0.45s ease;}

.rr-news-feature:hover img{transform: scale(1.03);}

.rr-news-feature__more{position: relative;
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	width: fit-content;
	color: var(--road-clay);
	font-weight: 800;
	text-decoration: none;
	transition: color .2s var(--ease-soft);
	background: none !important;
	padding: 0 !important;}

.rr-news-feature__more::after{content: "→";
	display: inline-block;
	transition: transform .22s var(--ease-soft);}

.rr-news-feature__more::before{content: "";
	position: absolute;
	left: 0;
	right: 22px;
	bottom: -4px;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	opacity: .55;
	transition: transform .22s var(--ease-soft);}

.rr-news-feature__more:hover{color: #9F5732;}

.rr-news-feature__more:hover::after{transform: translateX(5px);}

.rr-news-feature__more:hover::before{transform: scaleX(1);}

.rr-news-feature h2,
.rr-news-feature p{color: var(--charcoal);}

.rr-news-feature p{font-size: 14px;
	font-weight: 500;}

.news-list__big{position:relative;}

@media (max-width: 920px){
.hero.news-hero{padding-top: 28px;
		min-height: 411px;}
}
