:root {
	--neoedge-bg: #fff9f5;
	--neoedge-panel: #ffffff;
	--neoedge-panel-soft: #fff3ea;
	--neoedge-text: #211b18;
	--neoedge-muted: #7d6f66;
	--neoedge-border: rgba(112, 81, 57, 0.14);
	--neoedge-accent: #ff7a45;
	--neoedge-accent-soft: #ffe0d1;
	--neoedge-accent-alt: #ff5d29;
	--neoedge-white: #ffffff;
	--neoedge-max: 1240px;
	--neoedge-radius: 24px;
	--neoedge-shadow: 0 18px 40px rgba(98, 64, 38, 0.1);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	background:
		radial-gradient(circle at top left, rgba(255, 122, 69, 0.16), transparent 28%),
		radial-gradient(circle at top right, rgba(255, 194, 165, 0.32), transparent 30%),
		linear-gradient(180deg, #fff9f5 0%, #fffefc 100%);
	color: var(--neoedge-text);
	line-height: 1.7;
}

a {
	color: inherit;
	text-decoration: none;
}

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

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

.neoedge-container {
	width: min(calc(100% - 32px), var(--neoedge-max));
	margin: 0 auto;
}

.neoedge-site-main {
	padding-bottom: 64px;
}

.neoedge-topbar {
	border-bottom: 1px solid var(--neoedge-border);
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(16px);
}

.neoedge-topbar-inner,
.neoedge-brandbar-inner,
.neoedge-main-nav-inner,
.neoedge-footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.neoedge-topbar-inner {
	padding: 10px 0;
}

.neoedge-topbar-left,
.neoedge-topbar-right,
.neoedge-topline-wrap,
.neoedge-nav-main,
.neoedge-nav-tools {
	display: flex;
	align-items: center;
	gap: 16px;
}

.neoedge-date-pill,
.neoedge-topline-label,
.neoedge-promo-kicker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.neoedge-date-pill,
.neoedge-topline-label {
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--neoedge-panel-soft);
	border: 1px solid var(--neoedge-border);
}

.neoedge-topline,
.site-description,
.neoedge-meta,
.neoedge-section-heading p,
.archive-description,
.neoedge-card p,
.neoedge-panel p,
.widget,
.wp-block-latest-posts,
.wp-block-categories,
.neoedge-feed-content p {
	color: var(--neoedge-muted);
}

.neoedge-topline {
	margin: 0;
}

.neoedge-topline-label {
	color: var(--neoedge-accent-alt);
}

.neoedge-topbar-menu,
.neoedge-primary-menu,
.neoedge-footer-links {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.neoedge-topbar-menu a,
.neoedge-primary-menu a,
.neoedge-footer-links a,
.neoedge-social-links a {
	transition: color 0.2s ease;
}

.neoedge-topbar-menu a:hover,
.neoedge-primary-menu a:hover,
.neoedge-footer-links a:hover,
.neoedge-social-links a:hover,
.site-title a:hover,
.neoedge-card h3 a:hover,
.neoedge-feature-card h3 a:hover,
.neoedge-hero h2 a:hover,
.neoedge-mini-card h3 a:hover,
.neoedge-list-content h4 a:hover,
.neoedge-feed-content h3 a:hover {
	color: var(--neoedge-accent-alt);
}

.neoedge-social-links {
	display: flex;
	align-items: center;
	gap: 10px;
}

.neoedge-social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid var(--neoedge-border);
	background: var(--neoedge-panel);
}

.neoedge-brandbar {
	padding: 26px 0;
}

.neoedge-branding {
	display: flex;
	align-items: center;
	gap: 18px;
}

.neoedge-header-promo {
	display: flex;
	justify-content: flex-end;
}

.neoedge-promo-card {
	max-width: 360px;
	padding: 20px 22px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(255, 122, 69, 0.12), rgba(255, 224, 209, 0.72));
	border: 1px solid var(--neoedge-border);
}

.neoedge-promo-card strong {
	display: block;
	margin-top: 8px;
	font-size: 1rem;
	line-height: 1.5;
}

.site-title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.site-description {
	margin: 8px 0 0;
	font-size: 0.96rem;
}

.neoedge-search-form {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	border: 1px solid var(--neoedge-border);
	border-radius: 999px;
	background: var(--neoedge-panel);
}

.neoedge-search-form input {
	min-width: 220px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--neoedge-text);
}

.neoedge-search-form button,
.neoedge-button,
button,
input[type="submit"] {
	border: 0;
	border-radius: 999px;
	padding: 12px 18px;
	background: var(--neoedge-accent-alt);
	color: #fff7f2;
	font-weight: 700;
	cursor: pointer;
}

.neoedge-main-nav {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(18px);
	border-top: 1px solid var(--neoedge-border);
	border-bottom: 1px solid var(--neoedge-border);
}

.neoedge-main-nav-inner {
	padding: 14px 0;
}

.neoedge-primary-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.neoedge-primary-menu li {
	position: relative;
}

.neoedge-primary-menu .sub-menu {
	position: absolute;
	top: calc(100% + 14px);
	left: 0;
	min-width: 220px;
	padding: 14px;
	margin: 0;
	list-style: none;
	border-radius: 18px;
	background: #ffffff;
	border: 1px solid var(--neoedge-border);
	box-shadow: var(--neoedge-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: all 0.2s ease;
}

.neoedge-primary-menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.neoedge-primary-menu .sub-menu li + li {
	margin-top: 10px;
}

.neoedge-menu-toggle {
	display: none;
}

.neoedge-hero,
.neoedge-section,
.neoedge-error-page {
	padding-top: 34px;
}

.neoedge-hero-grid,
.neoedge-magazine-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.75fr) minmax(320px, 0.95fr);
	gap: 28px;
}

.neoedge-trending-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
	gap: 24px;
}

.neoedge-subhero-grid,
.neoedge-trending-cards,
.neoedge-creative-grid,
.neoedge-counter-grid {
	display: grid;
	gap: 24px;
}

.neoedge-subhero-grid,
.neoedge-trending-cards,
.neoedge-creative-grid,
.neoedge-counter-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.neoedge-hero-lead,
.neoedge-mini-card,
.neoedge-card,
.neoedge-feature-card,
.neoedge-panel,
.neoedge-list-card,
.neoedge-feed-item,
.neoedge-overlay-feature,
.neoedge-sidebar .widget,
.neoedge-single-article,
.neoedge-page,
.comments-area {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 241, 0.95));
	border: 1px solid var(--neoedge-border);
	border-radius: var(--neoedge-radius);
	overflow: hidden;
	box-shadow: var(--neoedge-shadow);
}

.neoedge-list-card,
.neoedge-feed-item {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	align-items: start;
}

.neoedge-list-card-compact {
	grid-template-columns: 88px minmax(0, 1fr);
}

.neoedge-list-stack,
.neoedge-vertical-feed {
	display: grid;
	gap: 18px;
}

.neoedge-thumb-link,
.neoedge-list-thumb,
.neoedge-feed-thumb {
	display: block;
	background: #fff2e8;
}

.neoedge-thumb-link img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.neoedge-list-thumb img,
.neoedge-feed-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.neoedge-hero-lead h2,
.neoedge-overlay-content h2,
.neoedge-single-header h1,
.neoedge-page-header h1,
.neoedge-video-copy h2 {
	margin: 12px 0;
	font-size: clamp(2.1rem, 5vw, 4rem);
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.neoedge-mini-card h3,
.neoedge-card h3,
.neoedge-feature-card h3,
.neoedge-feed-content h3,
.neoedge-list-content h4 {
	margin: 10px 0;
	font-size: 1.38rem;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.neoedge-hero-content,
.neoedge-mini-card-content,
.neoedge-card-content,
.neoedge-entry-content,
.neoedge-sidebar .widget,
.comments-area,
.neoedge-page,
.neoedge-panel,
.neoedge-archive-header,
.neoedge-single-header,
.neoedge-list-content,
.neoedge-feed-content,
.neoedge-overlay-content {
	padding: 24px;
}

.neoedge-badge {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(255, 93, 41, 0.1);
	color: var(--neoedge-accent-alt);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.neoedge-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.84rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.neoedge-dark-band {
	margin-top: 30px;
	padding: 40px 0;
	background: linear-gradient(180deg, #fff1e8, #fff8f3);
	border-top: 1px solid var(--neoedge-border);
	border-bottom: 1px solid var(--neoedge-border);
}

.neoedge-strip {
	padding-top: 20px;
}

.neoedge-strip-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	padding: 18px 22px;
	border: 1px solid var(--neoedge-border);
	border-radius: 999px;
	background: var(--neoedge-panel);
}

.neoedge-strip-inner > span,
.neoedge-section-heading h2,
.widget-title {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.neoedge-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.neoedge-tag-cloud a {
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--neoedge-panel);
	border: 1px solid var(--neoedge-border);
}

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

.neoedge-section-heading h2 {
	font-size: clamp(1.75rem, 3vw, 2.4rem);
}

.neoedge-section-heading::after {
	content: "";
	flex: 1;
	height: 1px;
	min-width: 72px;
	background: linear-gradient(90deg, rgba(255, 93, 41, 0.24), transparent);
}

.neoedge-counter-grid a {
	display: grid;
	gap: 6px;
	padding: 16px;
	border-radius: 18px;
	background: var(--neoedge-panel);
	border: 1px solid var(--neoedge-border);
}

.neoedge-counter-grid strong {
	font-size: 1.15rem;
}

.neoedge-newsletter-form {
	display: grid;
	gap: 12px;
}

.neoedge-newsletter-form input {
	width: 100%;
	padding: 14px 16px;
	border-radius: 16px;
	border: 1px solid var(--neoedge-border);
	background: var(--neoedge-panel);
	color: var(--neoedge-text);
}

.neoedge-video-banner {
	position: relative;
	overflow: hidden;
	border-radius: 28px;
	padding: 56px;
	background:
		linear-gradient(120deg, rgba(255, 122, 69, 0.2), rgba(255, 224, 209, 0.52)),
		url("https://images.unsplash.com/photo-1511512578047-dfb367046420?auto=format&fit=crop&w=1600&q=80") center/cover;
	border: 1px solid var(--neoedge-border);
}

.neoedge-video-copy {
	max-width: 620px;
}

.neoedge-sidebar {
	display: grid;
	gap: 20px;
}

.neoedge-widget ul {
	margin: 0;
	padding-left: 18px;
}

.neoedge-footer {
	border-top: 1px solid var(--neoedge-border);
	background: #fff2e8;
}

.neoedge-footer-widgets {
	padding: 56px 0 30px;
}

.neoedge-footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.9fr 1fr 1fr;
	gap: 24px;
	align-items: start;
}

.neoedge-footer-brand h2 {
	margin: 0 0 10px;
	font-size: 2rem;
}

.neoedge-footer-contact,
.neoedge-footer-links {
	list-style: none;
	padding: 0;
	margin: 18px 0 0;
}

.neoedge-footer-contact li,
.neoedge-footer-links li {
	margin-bottom: 10px;
}

.neoedge-footer-column h3 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1rem;
}

.neoedge-footer-mini-links {
	color: var(--neoedge-muted);
	font-size: 0.92rem;
}

.neoedge-footer-bottom {
	border-top: 1px solid var(--neoedge-border);
	padding: 18px 0;
}

.neoedge-entry-content > *:first-child {
	margin-top: 0;
}

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

.neoedge-entry-content a {
	color: var(--neoedge-accent-alt);
}

.neoedge-single-thumb img {
	width: 100%;
	max-height: 620px;
	object-fit: cover;
}

.neoedge-page-wrap {
	padding-top: 34px;
}

.neoedge-content-area {
	display: grid;
	grid-template-columns: minmax(0, 1.75fr) minmax(320px, 0.95fr);
	gap: 28px;
}

.neoedge-posts-wrap,
.neoedge-post-single {
	min-width: 0;
}

.neoedge-error-panel {
	max-width: 760px;
	margin: 0 auto 40px;
	text-align: center;
}

.neoedge-kicker {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--neoedge-accent-alt);
}

.neoedge-error-actions {
	display: grid;
	gap: 16px;
	justify-items: center;
}

.screen-reader-text {
	position: absolute;
	left: -9999px;
}

.wp-caption,
.gallery {
	max-width: 100%;
}

.alignwide {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1100px) {
	.neoedge-brandbar-inner,
	.neoedge-content-area,
	.neoedge-hero-grid,
	.neoedge-magazine-layout,
	.neoedge-trending-grid {
		grid-template-columns: 1fr;
		display: grid;
	}

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

	.neoedge-header-search,
	.neoedge-header-promo {
		width: 100%;
	}

	.neoedge-promo-card {
		max-width: none;
	}

	.neoedge-search-form input {
		min-width: 0;
		width: 100%;
	}
}

@media (max-width: 780px) {
	.neoedge-topbar-inner,
	.neoedge-brandbar-inner,
	.neoedge-main-nav-inner,
	.neoedge-footer-bottom-inner,
	.neoedge-topbar-left,
	.neoedge-topbar-right,
	.neoedge-topline-wrap,
	.neoedge-nav-main,
	.neoedge-nav-tools {
		flex-direction: column;
		align-items: stretch;
	}

	.neoedge-menu-toggle {
		display: inline-flex;
		width: fit-content;
	}

	.neoedge-primary-menu {
		display: none;
		flex-direction: column;
	}

	.neoedge-primary-menu.is-open {
		display: flex;
	}

	.neoedge-primary-menu .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		margin-top: 10px;
	}

	.neoedge-subhero-grid,
	.neoedge-trending-cards,
	.neoedge-creative-grid,
	.neoedge-counter-grid,
	.neoedge-footer-grid {
		grid-template-columns: 1fr;
	}

	.neoedge-list-card,
	.neoedge-feed-item {
		grid-template-columns: 1fr;
	}

	.neoedge-hero-content,
	.neoedge-mini-card-content,
	.neoedge-card-content,
	.neoedge-entry-content,
	.neoedge-sidebar .widget,
	.comments-area,
	.neoedge-page,
	.neoedge-panel,
	.neoedge-archive-header,
	.neoedge-single-header,
	.neoedge-list-content,
	.neoedge-feed-content,
	.neoedge-overlay-content {
		padding: 20px;
	}

	.site-title {
		font-size: 2.4rem;
	}

	.neoedge-video-banner {
		padding: 28px;
	}
}
