/*
Theme Name: Ortak Yarin
Theme URI: https://ortakyarin.local/
Author: Ortak Yarin
Author URI: https://ortakyarin.local/
Description: Ortak Yarin icin gelistirilen sade WordPress tema baslangici.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ortakyarin
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog
*/

:root {
	--oy-color-ink: #000000;
	--oy-color-muted: #8a8a8c;
	--oy-color-line: #e6e2dc;
	--oy-color-surface: #ffffff;
	--oy-color-accent: #ff751f;
	--oy-color-accent-strong: #d95605;
	--oy-color-violet: #a855f7;
	--oy-color-coral: #f45b69;
	--oy-color-night: #050505;
	--oy-color-charcoal: #161616;
	--oy-font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--oy-font-title: var(--oy-font-sans);
	--oy-font-content: var(--oy-font-sans);
	--oy-font-meta: var(--oy-font-sans);
	--oy-post-title-color: #000000;
	--oy-post-content-color: #505050;
	--oy-post-meta-color: #8a8a8c;
	--oy-post-title-size: 17px;
	--oy-post-title-size-small: 17px;
	--oy-post-title-weight: 500;
	--oy-post-title-line-height: 26.4px;
	--oy-content-size: 16px;
	--oy-content-weight: 400;
	--oy-meta-size: 12px;
	--oy-meta-weight: 400;
	--oy-single-title-size: 34px;
	--oy-single-title-weight: 700;
	--oy-size-content: 760px;
	--oy-size-wide: 1320px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--oy-color-surface);
	color: #404040;
	font-family: var(--oy-font-content);
	font-size: 16px;
	font-weight: var(--oy-content-weight);
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--oy-color-accent-strong);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}

a:hover,
a:focus {
	color: var(--oy-color-accent);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-header,
.site-footer {
	border-color: var(--oy-color-line);
}

.site-header {
	border-bottom: 0;
	background: var(--oy-color-night);
}

.site-header__inner,
.site-footer__inner,
.site-main {
	width: min(calc(100% - 32px), var(--oy-size-wide));
	margin-inline: auto;
}

.site-header__top {
	background: #000;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.site-header__inner--top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	min-height: 150px;
	padding: 28px 0;
}

.site-header__inner--nav {
	min-height: 86px;
	padding: 0;
}

.site-header__nav {
	border-top: 1px solid #242424;
	border-bottom: 1px solid #242424;
	background: var(--oy-color-charcoal);
}

.site-branding {
	display: grid;
	gap: 2px;
	justify-items: center;
	justify-self: center;
	text-align: center;
}

.site-title {
	margin: 0;
	color: #fff;
	font-family: var(--oy-font-title);
	font-size: 38px;
	font-weight: 700;
	line-height: 42px;
}

.site-title a {
	color: inherit;
	text-decoration: none;
}

.site-description {
	margin: 0;
	color: var(--oy-color-muted);
	font-size: 0.92rem;
}

.site-title a::first-letter {
	color: #fff;
}

.site-title a {
	color: #fff;
}

.site-title a:hover {
	color: #fff;
}

.site-title a::after {
	content: ".";
	color: var(--oy-color-accent);
}

.social-menu {
	display: flex;
	gap: 14px;
	justify-self: start;
	margin: 0;
	padding: 0;
	list-style: none;
}

.social-menu a {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 50%;
	background: #1b1b1b;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.social-menu a .fa-brands {
	font-size: 18px;
	line-height: 1;
}

.social-menu a:hover,
.social-menu a:focus {
	background: var(--oy-color-accent);
	color: #111;
}

.header-ad {
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: end;
	width: 150px;
	height: 80px;
	flex: 0 0 150px;
	overflow: hidden;
}

.header-ad__widget {
	width: 150px;
	height: 80px;
	margin: 0;
	overflow: hidden;
}

.header-ad__widget img,
.header-ad__widget iframe,
.header-ad__widget ins {
	display: block;
	width: 150px;
	max-width: 150px;
	height: 80px;
}

.site-navigation {
	flex: 1 1 auto;
}

.primary-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 34px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu a {
	color: #f3f3f3;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: capitalize;
}

.primary-menu a:hover,
.primary-menu a:focus {
	color: var(--oy-color-accent);
}

.site-header .search-form {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 180px;
}

.site-header .search-field {
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	padding: 0;
	background: transparent;
	color: transparent;
	cursor: pointer;
}

.site-header .search-field:focus {
	width: 180px;
	border-radius: 6px;
	padding: 8px 12px;
	background: #242424;
	color: #fff;
	cursor: text;
}

.site-header .search-submit {
	display: none;
}

.site-main {
	padding: 56px 0;
}

.content-area {
	width: min(100%, var(--oy-size-content));
	margin-inline: auto;
}

.page-header,
.entry-header {
	margin-bottom: 28px;
}

.page-title,
.entry-title {
	margin: 0;
	color: var(--oy-post-title-color);
	font-family: var(--oy-font-title);
	font-size: var(--oy-post-title-size);
	font-weight: var(--oy-post-title-weight);
	line-height: var(--oy-post-title-line-height);
	letter-spacing: 0;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: var(--oy-color-accent);
}

.entry-meta,
.entry-footer {
	color: var(--oy-post-meta-color);
	font-family: var(--oy-font-meta);
	font-size: var(--oy-meta-size);
	font-weight: var(--oy-meta-weight);
}

.entry-content > * {
	margin-top: 0;
	margin-bottom: 1.25em;
}

.entry-content > :last-child {
	margin-bottom: 0;
}

.post,
.page,
.search-result {
	margin-bottom: 48px;
}

.content-area > .post + .post,
.content-area > .search-result + .search-result {
	padding-top: 48px;
	border-top: 1px solid var(--oy-color-line);
}

.read-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
	margin-top: 40px;
}

.comment-list {
	padding-left: 1.25rem;
}

.comment-respond {
	margin-top: 32px;
}

.ortakyarin-turnstile {
	margin: 18px 0;
}

input,
textarea,
select,
button {
	font: inherit;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea {
	width: 100%;
	border: 1px solid var(--oy-color-line);
	border-radius: 6px;
	padding: 10px 12px;
	background: #fff;
	color: var(--oy-color-ink);
}

button,
input[type="submit"] {
	border: 0;
	border-radius: 6px;
	padding: 10px 16px;
	background: var(--oy-color-accent-strong);
	color: #fff;
	cursor: pointer;
}

button:hover,
input[type="submit"]:hover {
	background: var(--oy-color-accent);
}

.site-footer {
	border-top: 0;
	background: #000;
}

.site-footer__gallery {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 0;
}

.site-footer__gallery-item {
	display: block;
	overflow: hidden;
	background: #151515;
}

.site-footer__gallery-image {
	aspect-ratio: 1 / 0.72;
	transition: transform 180ms ease;
}

.site-footer__gallery-item:hover .site-footer__gallery-image,
.site-footer__gallery-item:focus .site-footer__gallery-image {
	transform: scale(1.04);
}

.site-footer__main {
	padding: 82px 0 64px;
	background: #020202;
}

.site-footer__inner {
	display: grid;
	justify-items: center;
	gap: 28px;
	padding: 0;
	color: #8e8e8e;
	font-size: 0.92rem;
	text-align: center;
}

.social-menu--footer a {
	width: 58px;
	height: 58px;
	background: #1a1a1a;
	color: #d7d7d7;
	font-size: 1rem;
}

.social-menu--footer a .fa-brands {
	font-size: 22px;
}

.footer-links {
	width: 100%;
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 42px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu a {
	color: #bcbcbc;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: capitalize;
}

.footer-menu a:hover,
.footer-menu a:focus {
	color: #fff;
}

.site-footer__copyright {
	margin: 0;
	color: #7e7e7e;
	font-size: 1rem;
}

@media (max-width: 720px) {
	.site-header__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.site-main {
		padding: 40px 0;
	}
}

.front-page-main {
	width: auto;
	padding: 0;
}

.front-container {
	width: min(calc(100% - 32px), var(--oy-size-wide));
	margin-inline: auto;
}

.hero-section {
	padding: 56px 0 34px;
	background: #fff;
}

.hero-grid {
	display: grid;
	grid-template-columns: 750px minmax(0, 1fr);
	gap: 4px;
	height: 500px;
}

.hero-card,
.trending-card,
.latest-card,
.ranked-card {
	margin: 0;
}

.hero-card {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	background: #222;
}

.hero-slider,
.hero-slider__track {
	position: relative;
	width: 750px;
	height: 500px;
	overflow: hidden;
	border-radius: 5px;
	background: #222;
}

.hero-card--slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 220ms ease;
}

.hero-card--slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.hero-featured {
	display: grid;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 4px;
	min-width: 0;
	height: 500px;
}

.hero-card--featured {
	min-height: 0;
}

.hero-card__link,
.ranked-card a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

.news-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-image--fallback {
	min-height: 180px;
	background:
		radial-gradient(circle at 72% 24%, rgba(96, 221, 162, 0.85), transparent 0 16%, transparent 17%),
		linear-gradient(135deg, #695c95, #222 54%, #aa54ee);
}

.hero-card__image {
	position: absolute;
	inset: 0;
}

.hero-card__shade,
.ranked-card__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.78));
}

.hero-card__content {
	position: absolute;
	right: 34px;
	bottom: 34px;
	left: 34px;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.hero-card__content h2 {
	flex-basis: 100%;
	margin: 4px 0 0;
	font-family: var(--oy-font-title);
	font-size: clamp(1.25rem, 2vw, 2rem);
	font-weight: 500;
	line-height: 1.2;
}

.hero-card--featured .hero-card__content h2 {
	font-size: clamp(1rem, 1.35vw, 1.35rem);
}

.news-meta--light {
	color: rgba(255, 255, 255, 0.82);
}

.hero-slider__pagination {
	position: absolute;
	top: 32px;
	right: 32px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 18px;
}

.hero-slider__dot {
	width: 18px;
	height: 18px;
	border: 0;
	border-radius: 999px;
	padding: 0;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
}

.hero-slider__dot:hover,
.hero-slider__dot:focus {
	background: #fff;
}

.hero-slider__dot.is-active {
	width: 34px;
	background: var(--oy-color-accent);
}

.hero-slider__dot.is-active:hover,
.hero-slider__dot.is-active:focus {
	background: var(--oy-color-accent);
}

.hero-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	padding: 0;
	background: #fff;
	color: #111;
	opacity: 0;
	transform: translateY(-50%);
	transition: opacity 160ms ease, transform 160ms ease;
}

.hero-slider__arrow:hover,
.hero-slider__arrow:focus {
	background: #fff;
	color: #111;
}

.hero-slider:hover .hero-slider__arrow,
.hero-slider:focus-within .hero-slider__arrow {
	opacity: 1;
}

.hero-slider__arrow--prev {
	left: 24px;
}

.hero-slider__arrow--next {
	right: 24px;
}

.hero-slider__arrow::before {
	content: "";
	width: 11px;
	height: 11px;
	border-top: 2px solid currentColor;
	border-left: 2px solid currentColor;
}

.hero-slider__arrow--prev::before {
	transform: translateX(2px) rotate(-45deg);
}

.hero-slider__arrow--next::before {
	transform: translateX(-2px) rotate(135deg);
}

.news-badge {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	border-radius: 4px;
	padding: 4px 12px;
	background: #6865ef;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}

.news-date,
.news-meta {
	color: #969696;
	font-family: var(--oy-font-meta);
	font-size: var(--oy-meta-size);
	font-weight: var(--oy-meta-weight);
}

.hero-card .news-date {
	color: rgba(255, 255, 255, 0.82);
}

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

.section-heading h2 {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0;
	color: #161616;
	font-family: var(--oy-font-content);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 30px;
	text-transform: uppercase;
}

.section-heading a {
	color: #989898;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.heading-mark {
	position: relative;
	width: 18px;
	height: 34px;
	flex: 0 0 18px;
}

.heading-mark::before,
.heading-mark::after {
	content: "";
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
}

.heading-mark::before {
	top: 2px;
	background: var(--oy-color-coral);
}

.heading-mark::after {
	bottom: 2px;
	background: var(--oy-color-violet);
}

.trending-section {
	padding: 48px 0 64px;
	background: #fff;
}

.trending-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 46px;
}

.trending-card a {
	display: grid;
	gap: 20px;
	color: inherit;
	text-decoration: none;
}

.trending-card__image {
	aspect-ratio: 16 / 9;
	border-radius: 5px;
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
}

.trending-card h3 {
	margin: 0;
	font-family: var(--oy-font-title);
	font-size: var(--oy-post-title-size);
	font-weight: var(--oy-post-title-weight);
	line-height: var(--oy-post-title-line-height);
}

.front-content-section {
	padding: 22px 0 76px;
	background: #fff;
}

.archive-main {
	width: auto;
	padding: 58px 0 82px;
	background: #fff;
}

.archive-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 64px;
	align-items: start;
}

.archive-header {
	margin-bottom: 34px;
}

.archive-title {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0;
	color: #161616;
	font-family: var(--oy-font-content);
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 30px;
	text-transform: uppercase;
}

.archive-description {
	max-width: 720px;
	margin-top: 14px;
	color: var(--oy-post-content-color);
	font-size: var(--oy-content-size);
	font-weight: var(--oy-content-weight);
}

.archive-card {
	display: grid;
	grid-template-columns: 310px minmax(0, 1fr);
	gap: 34px;
	align-items: center;
	margin: 0 0 58px;
}

.archive-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	background: #222;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.archive-card__image {
	aspect-ratio: 1.35 / 1;
}

.archive-card__badge {
	position: absolute;
	bottom: 22px;
	left: 24px;
	background: #388ed4;
}

.archive-card__title {
	margin: 0;
	font-family: var(--oy-font-title);
	font-size: var(--oy-post-title-size);
	font-weight: var(--oy-post-title-weight);
	line-height: var(--oy-post-title-line-height);
}

.archive-card__title a {
	color: inherit;
	text-decoration: none;
}

.archive-card__title a:hover,
.archive-card__title a:focus {
	color: var(--oy-color-accent);
}

.archive-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	align-items: center;
	margin-top: 18px;
	color: var(--oy-post-meta-color);
	font-family: var(--oy-font-meta);
	font-size: var(--oy-meta-size);
	font-weight: var(--oy-meta-weight);
}

.archive-card__author {
	color: var(--oy-post-meta-color);
}

.archive-card__author::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	border-radius: 50%;
	background: var(--oy-color-coral);
	vertical-align: middle;
}

.archive-card__excerpt {
	margin-top: 18px;
	color: var(--oy-post-content-color);
	font-size: var(--oy-content-size);
	font-weight: var(--oy-content-weight);
	line-height: 1.5;
}

.archive-card__excerpt p {
	margin: 0;
}

.archive-card__read-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	color: #111;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.archive-card__read-more::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.archive-sidebar {
	display: grid;
	gap: 36px;
}

.archive-sidebar__tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	background: #17202a;
}

.archive-sidebar__tabs button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 68px;
	border: 0;
	padding: 0;
	background: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
}

.archive-sidebar__tabs button.is-active::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	background: var(--oy-color-accent);
}

.archive-sidebar__list {
	display: grid;
}

.archive-sidebar__panel {
	display: none;
}

.archive-sidebar__panel.is-active {
	display: block;
}

.archive-sidebar__comments {
	display: grid;
	gap: 18px;
}

.archive-sidebar-comment {
	display: grid;
	grid-template-columns: 80px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	margin: 0;
	padding: 14px 0;
	border-bottom: 1px solid #e7e7e7;
}

.archive-sidebar-comment:first-child {
	padding-top: 0;
}

.archive-sidebar-comment__media {
	display: block;
	border-radius: 4px;
	overflow: hidden;
}

.archive-sidebar-comment__avatar {
	display: block;
	width: 80px;
	height: 80px;
}

.archive-sidebar-comment h3 {
	margin: 0;
	font-family: var(--oy-font-title);
	font-size: var(--oy-post-title-size-small);
	font-weight: var(--oy-post-title-weight);
	line-height: 1.35;
}

.archive-sidebar-comment h3 a {
	color: inherit;
	text-decoration: none;
}

.archive-sidebar-comment h3 a:hover,
.archive-sidebar-comment h3 a:focus {
	color: var(--oy-color-accent);
}

.archive-sidebar-comment__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
	color: var(--oy-post-meta-color);
	font-family: var(--oy-font-meta);
	font-size: var(--oy-meta-size);
	font-weight: var(--oy-meta-weight);
}

.archive-sidebar-card {
	display: grid;
	grid-template-columns: 108px minmax(0, 1fr);
	gap: 18px;
	margin: 0;
	padding: 22px 0;
	border-bottom: 1px solid #e7e7e7;
}

.archive-sidebar-card:first-child {
	padding-top: 0;
}

.archive-sidebar-card__media {
	display: block;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.archive-sidebar-card__image {
	width: 108px;
	height: 80px;
	min-height: 0;
	aspect-ratio: auto;
	object-fit: cover;
}

.archive-sidebar-card h3 {
	margin: 0;
	font-family: var(--oy-font-title);
	font-size: var(--oy-post-title-size-small);
	font-weight: var(--oy-post-title-weight);
	line-height: 1.35;
}

.archive-sidebar-card h3 a {
	color: inherit;
	text-decoration: none;
}

.archive-sidebar-card h3 a:hover,
.archive-sidebar-card h3 a:focus {
	color: var(--oy-color-accent);
}

.archive-sidebar-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 10px;
	color: var(--oy-post-meta-color);
	font-family: var(--oy-font-meta);
	font-size: var(--oy-meta-size);
	font-weight: var(--oy-meta-weight);
}

.archive-sidebar-card__meta a {
	color: var(--oy-color-accent-strong);
	text-decoration: none;
}

.archive-ad {
	display: grid;
	min-height: 320px;
	place-items: center;
	align-content: center;
	gap: 18px;
	border-radius: 5px;
	padding: 36px;
	background:
		linear-gradient(rgba(235, 248, 255, 0.72), rgba(235, 248, 255, 0.72)),
		linear-gradient(135deg, #b7e6ff, #edf8ff 48%, #8ec5e8);
	text-align: center;
}

.archive-ad span {
	color: #202020;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.archive-ad strong {
	color: #000;
	font-family: var(--oy-font-title);
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: none;
}

.archive-ad a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	border-radius: 3px;
	padding: 0 24px;
	background: #fff;
	color: #111;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.single-breadcrumb {
	background: #f5f5f5;
	color: #8c8c8c;
	font-size: 0.88rem;
}

.single-breadcrumb .front-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	min-height: 52px;
}

.single-breadcrumb a,
.single-breadcrumb span {
	color: inherit;
	text-decoration: none;
}

.single-breadcrumb span::before {
	content: ">";
	margin-right: 10px;
	color: #b5b5b5;
}

.single-main {
	width: auto;
	padding: 44px 0 76px;
	background: #fff;
}

.single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 56px;
	align-items: start;
}

.single-sidebar {
	display: grid;
	gap: 38px;
}

.single-article {
	margin: 0;
}

.single-header {
	margin-bottom: 24px;
}

.single-category {
	margin-bottom: 18px;
	background: #1488cf;
	font-weight: 400;
	text-decoration: none;
}

.single-title {
	max-width: 820px;
	margin: 0;
	color: var(--oy-post-title-color);
	font-family: var(--oy-font-title);
	font-size: var(--oy-single-title-size);
	font-weight: var(--oy-single-title-weight);
	line-height: 34px;
}

.single-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	align-items: center;
	margin-top: 16px;
	color: var(--oy-post-meta-color);
	font-family: var(--oy-font-meta);
	font-size: 14px;
	font-weight: 400;
}

.single-meta__author::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	border-radius: 50%;
	background: var(--oy-color-coral);
	vertical-align: middle;
}

.single-featured-image {
	margin: 0 0 26px;
	overflow: hidden;
	border-radius: 5px;
	background: #222;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.single-featured-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1.7 / 1;
	object-fit: cover;
}

.single-body-wrap {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 26px;
	align-items: start;
}

.single-share {
	position: sticky;
	top: 24px;
	display: grid;
	gap: 12px;
	justify-items: center;
}

.single-share span,
.single-share a {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	color: #111;
	font-size: 0.78rem;
	font-weight: 500;
	text-decoration: none;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.single-share a svg {
	width: 15px;
	height: 15px;
}

.single-share span {
	font-size: 0;
}

.single-share span::before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #111;
}

.single-content {
	color: var(--oy-post-content-color);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
}

.single-content > p:first-child::first-letter {
	font-weight: 700;
}

.single-post-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 40px 0 36px;
	background: #f4f4f4;
}

.single-post-nav div {
	display: grid;
	gap: 10px;
	padding: 26px 28px;
	text-align: center;
}

.single-post-nav div + div {
	border-left: 1px solid #ddd;
}

.single-post-nav span {
	color: var(--oy-color-accent-strong);
	font-weight: 500;
}

.single-post-nav a {
	color: #555;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.comments-area {
	margin-top: 36px;
	border: 1px solid #e7e7e7;
	padding: 28px;
}

.comments-title,
.comment-reply-title {
	margin: 0 0 22px;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
}

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

.comment-notes,
.comment-form-comment,
.comment-form-cookies-consent,
.comment-form .form-submit {
	grid-column: 1 / -1;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-cookies-consent {
	margin: 0;
}

.comment-form-comment textarea {
	min-height: 180px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	display: grid;
	gap: 8px;
}

.comment-form .form-submit {
	margin: 0;
}

.comment-form input[type="submit"] {
	background: #050505;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.single-related,
.single-opinions {
	margin-top: 38px;
}

.single-related-grid,
.single-opinions-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 42px;
}

.single-opinions-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-mini-card {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin: 0;
}

.single-mini-card__image-link {
	display: block;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 7px 16px rgba(0, 0, 0, 0.12);
}

.single-mini-card__image {
	width: 78px;
	height: 60px;
	min-height: 0;
	aspect-ratio: auto;
	object-fit: cover;
}

.single-mini-card h3 {
	margin: 0;
	font-family: var(--oy-font-title);
	font-size: var(--oy-post-title-size-small);
	font-weight: var(--oy-post-title-weight);
	line-height: 1.28;
}

.single-mini-card h3 a {
	color: inherit;
	text-decoration: none;
}

.single-mini-card span {
	display: inline-block;
	margin-top: 8px;
	color: var(--oy-post-meta-color);
	font-family: var(--oy-font-meta);
	font-size: var(--oy-meta-size);
	font-weight: var(--oy-meta-weight);
}

.single-trending-list {
	display: grid;
	gap: 28px;
}

.single-trending-card {
	margin: 0;
}

.single-trending-card a {
	display: grid;
	color: inherit;
	text-decoration: none;
}

.single-trending-card__image {
	aspect-ratio: 1.45 / 1;
	border-radius: 5px;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.single-trending-card div {
	width: calc(100% - 28px);
	margin: -24px auto 0;
	position: relative;
	z-index: 1;
	padding: 14px 18px;
	background: #fff;
	border-top: 5px solid var(--oy-color-accent);
}

.single-trending-card h3 {
	margin: 0;
	font-family: var(--oy-font-title);
	font-size: var(--oy-post-title-size-small);
	font-weight: var(--oy-post-title-weight);
	line-height: 1.3;
}

.single-trending-card span {
	display: inline-block;
	margin-top: 10px;
	color: var(--oy-post-meta-color);
	font-family: var(--oy-font-meta);
	font-size: var(--oy-meta-size);
	font-weight: 400;
}

.front-layout {
	display: grid;
	grid-template-columns: minmax(0, 2.1fr) minmax(320px, 0.9fr);
	gap: 68px;
	align-items: start;
}

.home-main-column {
	min-width: 0;
}

.home-main-column > section + section {
	margin-top: 70px;
}

.home-category-showcase {
	background: #fff;
}

.showcase-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 54px 40px;
}

.showcase-card__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: 5px;
	background: #222;
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.14);
}

.showcase-card__image {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
}

.showcase-card__body {
	position: relative;
	width: calc(100% - 64px);
	min-height: 150px;
	margin: -68px auto 0;
	padding: 28px 34px;
	background: #fff;
	border-top: 4px solid var(--oy-color-accent);
}

.showcase-card__category {
	display: inline-block;
	margin-bottom: 14px;
	color: var(--oy-color-accent);
	font-size: var(--oy-meta-size);
	font-weight: 400;
	text-decoration: none;
}

.showcase-card h3 {
	margin: 0;
	font-family: var(--oy-font-title);
	font-size: var(--oy-post-title-size);
	font-weight: var(--oy-post-title-weight);
	line-height: var(--oy-post-title-line-height);
}

.showcase-card h3 a {
	color: inherit;
	text-decoration: none;
}

.showcase-card h3 a:hover,
.showcase-card h3 a:focus,
.showcase-card__category:hover,
.showcase-card__category:focus {
	color: var(--oy-color-accent);
}

.home-banner-section {
	background: #fff;
}

.home-banner {
	display: block;
	overflow: hidden;
	width: 100%;
}

.home-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.latest-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 42px 52px;
}

.latest-card {
	display: grid;
	gap: 20px;
}

.latest-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
}

.latest-card--featured .latest-card__media {
	aspect-ratio: 3 / 2;
}

.latest-card--featured .latest-card__image {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
}

.latest-card__media .news-badge {
	position: absolute;
	bottom: 24px;
	left: 24px;
}

.latest-card h3 {
	margin: 0;
	font-family: var(--oy-font-title);
	font-size: var(--oy-post-title-size);
	font-weight: var(--oy-post-title-weight);
	line-height: var(--oy-post-title-line-height);
}

.latest-card h3 a {
	color: inherit;
	text-decoration: none;
}

.news-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 14px;
}

.latest-card__excerpt {
	margin-top: 18px;
	color: var(--oy-post-content-color);
	font-size: var(--oy-content-size);
	font-weight: var(--oy-content-weight);
	line-height: 1.5;
}

.latest-card__excerpt p {
	margin: 0;
}

.latest-card--compact {
	grid-template-columns: 108px minmax(0, 1fr);
	align-items: center;
	gap: 20px;
}

.latest-card--compact .latest-card__media {
	width: 108px;
	height: 80px;
	border-radius: 4px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.latest-card--compact .latest-card__image {
	width: 108px;
	height: 80px;
	min-height: 0;
	aspect-ratio: auto;
	object-fit: cover;
}

.latest-card--compact .latest-card__body {
	display: grid;
	gap: 10px;
}

.latest-card--compact h3 {
	font-size: var(--oy-post-title-size-small);
	line-height: 1.32;
}

.latest-card--compact .news-meta {
	gap: 14px;
	margin-top: 0;
	font-size: var(--oy-meta-size);
}

.front-sidebar {
	display: grid;
	gap: 52px;
}

.sidebar-section {
	display: grid;
	gap: 24px;
}

.category-stack {
	display: grid;
	gap: 22px;
}

.category-tile {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 92px;
	overflow: hidden;
	border-radius: 5px;
	padding: 0 36px;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.16)),
		linear-gradient(135deg, #222, #745ce6 48%, #d8943a);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.15);
}

.category-tile:nth-child(2) {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.08)),
		linear-gradient(135deg, #f0f0f0, #8f8f8f 58%, #ddd);
}

.category-tile:nth-child(3) {
	background:
		linear-gradient(90deg, rgba(102, 80, 160, 0.56), rgba(0, 0, 0, 0.05)),
		linear-gradient(135deg, #5d4b99, #b6a1fa 48%, #ffb27f);
}

.category-tile span {
	min-width: 138px;
	border-radius: 999px;
	padding: 10px 24px;
	background: rgba(255, 255, 255, 0.9);
	color: #171717;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
}

.category-tile strong {
	font-size: 17px;
	font-weight: 500;
	font-style: italic;
}

.ranked-list {
	display: grid;
	gap: 20px;
}

.ranked-card {
	position: relative;
	min-height: 245px;
	overflow: hidden;
	border-radius: 5px;
	background: #222;
	box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
}

.ranked-card__image {
	position: absolute;
	inset: 0;
}

.ranked-card a {
	display: flex;
	align-items: end;
	padding: 28px;
}

.ranked-card div {
	position: relative;
	z-index: 1;
	max-width: 78%;
}

.ranked-card h3 {
	margin: 0 0 12px;
	font-family: var(--oy-font-title);
	font-size: var(--oy-post-title-size);
	font-weight: var(--oy-post-title-weight);
	line-height: var(--oy-post-title-line-height);
}

.ranked-card__number {
	position: absolute;
	right: 22px;
	bottom: -10px;
	z-index: 1;
	color: rgba(255, 255, 255, 0.5);
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1;
}

.empty-home {
	border-radius: 8px;
	padding: 72px 32px;
	background: linear-gradient(135deg, #111, #2c2258);
	color: #fff;
	text-align: center;
}

.empty-home h1 {
	margin: 0 0 12px;
	font-family: var(--oy-font-title);
	font-size: 34px;
	font-weight: 700;
	line-height: 34px;
}

@media (max-width: 1400px) {
	:root {
		--oy-size-wide: 1150px;
	}

	.hero-grid {
		grid-template-columns: 650px minmax(0, 1fr);
	}

	.hero-slider,
	.hero-slider__track {
		width: 650px;
	}
}

@media (max-width: 1100px) {
	.front-layout {
		grid-template-columns: 1fr;
	}

	.archive-layout {
		grid-template-columns: 1fr;
	}

	.single-layout {
		grid-template-columns: 1fr;
	}

	.archive-sidebar {
		max-width: 620px;
	}

	.single-sidebar {
		max-width: 620px;
	}

	.hero-grid {
		grid-template-columns: 1fr;
		height: auto;
	}

	.hero-slider,
	.hero-slider__track {
		width: 100%;
		height: 500px;
	}

	.hero-featured {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		height: 250px;
	}

	.ranked-card {
		min-height: 320px;
	}

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

@media (max-width: 760px) {
	.site-header__inner--top,
	.site-header__inner--nav {
		align-items: center;
	}

	.site-header__inner--top {
		min-height: 0;
		padding: 26px 0;
	}

	.site-header__inner--nav {
		padding: 18px 0;
	}

	.primary-menu {
		gap: 12px 18px;
	}

	.site-header .search-form {
		justify-content: flex-start;
	}

	.hero-section {
		padding-top: 28px;
	}

	.trending-grid,
	.latest-grid,
	.showcase-grid {
		grid-template-columns: 1fr;
	}

	.showcase-card__body {
		width: calc(100% - 40px);
		margin-top: -44px;
		padding: 22px;
	}

	.archive-main {
		padding-top: 40px;
	}

	.archive-card {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-bottom: 46px;
	}

	.archive-card__image {
		aspect-ratio: 1.45 / 1;
	}

	.archive-card__meta {
		gap: 10px 14px;
	}

	.archive-sidebar__tabs button {
		min-height: 58px;
		font-size: 14px;
	}

	.archive-sidebar-comment {
		grid-template-columns: 1fr;
	}

	.archive-sidebar-comment__avatar {
		width: 64px;
		height: 64px;
	}

	.single-main {
		padding-top: 34px;
	}

	.single-body-wrap {
		grid-template-columns: 1fr;
	}

	.single-share {
		position: static;
		display: flex;
		justify-content: flex-start;
	}

	.single-post-nav,
	.single-related-grid,
	.single-opinions-grid {
		grid-template-columns: 1fr;
	}

	.single-featured-image img {
		aspect-ratio: 1.35 / 1;
	}

	.comments-area {
		padding: 22px;
	}

	.comment-form {
		grid-template-columns: 1fr;
	}

	.hero-slider,
	.hero-slider__track {
		height: 372px;
	}

	.hero-featured {
		grid-template-columns: 1fr;
		height: auto;
	}

	.hero-card--featured {
		height: 220px;
	}

	.hero-card__content {
		right: 22px;
		bottom: 24px;
		left: 22px;
	}

	.hero-slider__pagination {
		top: 22px;
		right: 22px;
		gap: 12px;
	}

	.hero-slider__dot {
		width: 14px;
		height: 14px;
	}

	.hero-slider__dot.is-active {
		width: 28px;
	}

	.trending-grid,
	.latest-grid {
		gap: 34px;
	}

	.latest-card--compact {
		grid-template-columns: 108px minmax(0, 1fr);
		gap: 16px;
	}

	.category-tile {
		padding: 0 18px;
	}

	.category-tile span {
		min-width: 112px;
		padding-inline: 16px;
	}

	.site-footer__gallery {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.site-footer__main {
		padding: 54px 0 42px;
	}

	.social-menu--footer a {
		width: 50px;
		height: 50px;
	}

	.footer-menu {
		gap: 14px 24px;
	}
}
