/*
Theme Name: Twenty Twenty-Five Child - Blog
Theme URI: https://github.com/Borhane-alaa/blog
Description: Child theme for a focused IT and cybersecurity blog.
Author: Alaa
Template: twentytwentyfive
Version: 0.1.0
Text Domain: tt5-child-blog
*/

/* Readability tweaks for technical long-form posts */
.single-post .wp-block-post-content {
	line-height: 1.65;
}

.article-container {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: var(--wp--preset--spacing--30);
	font-size: 0.95rem;
	color: var(--wp--preset--color--muted, #6b7280);
}

.article-meta a {
	color: inherit;
}

.article-subtitle {
	font-size: 1.1rem;
	color: var(--wp--preset--color--muted, #6b7280);
}

.callout-box {
	border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
	border-radius: 12px;
	padding: var(--wp--preset--spacing--40);
	background: var(--wp--preset--color--surface, #f8fafc);
}

.callout-box.is-style-tldr-box {
	border-left: 4px solid var(--wp--preset--color--brand, #0f766e);
}

.checklist-box .is-style-checklist {
	list-style: none;
	padding-left: 0;
}

.checklist-box .is-style-checklist li {
	position: relative;
	padding-left: 1.6rem;
	margin-bottom: 0.5rem;
}

.checklist-box .is-style-checklist li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	color: var(--wp--preset--color--brand, #0f766e);
}

.last-updated-note {
	font-size: 0.95rem;
	color: var(--wp--preset--color--muted, #6b7280);
}

.article-cta {
	padding: var(--wp--preset--spacing--40);
	border-radius: 12px;
	background: color-mix(in srgb, var(--wp--preset--color--brand, #0f766e) 6%, transparent);
}

.single-post pre,
.single-post code {
	font-size: 0.95em;
}

/* Reusable monetization placeholder block style */
.is-style-monetization-slot {
	border: 1px dashed var(--wp--preset--color--muted, #6b7280);
	padding: var(--wp--preset--spacing--40);
	background: var(--wp--preset--color--surface, #f8fafc);
}

/* Reusable disclosure callout style */
.is-style-disclosure-box {
	border-left: 4px solid var(--wp--preset--color--brand, #0f766e);
	padding: var(--wp--preset--spacing--40);
	background: color-mix(in srgb, currentColor 4%, transparent);
}

.affiliate-link-box {
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--brand, #0f766e) 30%, transparent);
	border-radius: 12px;
	padding: var(--wp--preset--spacing--40);
	background: color-mix(in srgb, var(--wp--preset--color--brand, #0f766e) 6%, transparent);
}

.article-author-box,
.related-posts-placeholder {
	border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
	border-radius: 12px;
	padding: var(--wp--preset--spacing--40);
	background: var(--wp--preset--color--surface, #f8fafc);
}
/* ============================================================================
   HOME PAGE – HERO SECTION
   ============================================================================ */

.hero-section {
	text-align: center;
}

.hero-title {
	margin-bottom: var(--wp--preset--spacing--30);
	word-break: break-word;
}

.hero-subtitle {
	margin-bottom: var(--wp--preset--spacing--20);
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.trust-signal {
	margin-bottom: var(--wp--preset--spacing--40);
	font-weight: 500;
}

.hero-buttons {
	justify-content: center;
	gap: var(--wp--preset--spacing--30);
}

/* ============================================================================
   POST CARD GRID STYLING
   ============================================================================ */

.post-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--wp--preset--color--base, #ffffff);
	transition: all 0.2s ease-in-out;
}

.post-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border-color: var(--wp--preset--color--brand, #0f766e);
	transform: translateY(-2px);
}

.post-card img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.post-card-meta {
	font-size: 0.85rem;
	color: var(--wp--preset--color--muted, #6b7280);
	align-items: center;
}

.category-chip {
	display: inline-block;
	background: color-mix(in srgb, var(--wp--preset--color--brand, #0f766e) 12%, transparent);
	color: var(--wp--preset--color--brand, #0f766e);
	padding: 4px 10px;
	border-radius: 16px;
	font-size: 0.8rem;
	font-weight: 500;
}

.category-chip a {
	color: inherit;
	text-decoration: none;
}

.category-chip a:hover {
	text-decoration: underline;
}

.post-card-date {
	font-weight: 500;
}

.post-card-title {
	margin: var(--wp--preset--spacing--20) 0 var(--wp--preset--spacing--20) 0 !important;
	color: var(--wp--preset--color--contrast, #101418);
	transition: color 0.2s ease;
}

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

.post-card-title a:hover {
	color: var(--wp--preset--color--brand, #0f766e);
}

.post-card-excerpt {
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--wp--preset--color--contrast, #101418);
	margin-bottom: 0;
}

.featured-posts-grid {
	margin-bottom: var(--wp--preset--spacing--60);
}

/* ============================================================================
   NEWSLETTER CTA SECTION
   ============================================================================ */

.newsletter-cta {
	text-align: center;
}

.newsletter-title {
	margin-bottom: var(--wp--preset--spacing--30);
	font-size: 2rem;
}

.newsletter-cta p {
	margin-bottom: 0;
	font-size: 1.05rem;
	line-height: 1.6;
}

.newsletter-form-placeholder {
	text-align: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: var(--wp--preset--spacing--40);
	font-style: italic;
}

/* ============================================================================
   SECTION TITLES
   ============================================================================ */

.section-title {
	margin-bottom: var(--wp--preset--spacing--40);
	color: var(--wp--preset--color--contrast, #101418);
}

/* ============================================================================
   PAGINATION STYLING
   ============================================================================ */

.pagination-nav {
	margin-top: var(--wp--preset--spacing--60);
	gap: var(--wp--preset--spacing--20);
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
	padding: 8px 16px;
	border-radius: 6px;
	background: var(--wp--preset--color--surface, #f8fafc);
	border: 1px solid var(--wp--preset--color--muted, #6b7280);
	text-decoration: none;
	transition: all 0.2s ease;
	font-weight: 500;
}

.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-next:hover {
	background: var(--wp--preset--color--brand, #0f766e);
	color: var(--wp--preset--color--base, #ffffff);
	border-color: var(--wp--preset--color--brand, #0f766e);
}

.wp-block-query-pagination-numbers {
	display: flex;
	gap: var(--wp--preset--spacing--20);
}

.wp-block-query-pagination-numbers a,
.wp-block-query-pagination-numbers .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 6px;
	text-decoration: none;
	background: var(--wp--preset--color--surface, #f8fafc);
	border: 1px solid var(--wp--preset--color--muted, #6b7280);
	transition: all 0.2s ease;
	font-weight: 500;
	color: var(--wp--preset--color--contrast, #101418);
}

.wp-block-query-pagination-numbers a:hover {
	background: var(--wp--preset--color--brand, #0f766e);
	color: var(--wp--preset--color--base, #ffffff);
	border-color: var(--wp--preset--color--brand, #0f766e);
}

.wp-block-query-pagination-numbers .page-numbers.current {
	background: var(--wp--preset--color--brand, #0f766e);
	color: var(--wp--preset--color--base, #ffffff);
	border-color: var(--wp--preset--color--brand, #0f766e);
}

.wp-block-navigation-item__content,
.wp-block-social-link-anchor {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
}

/* ============================================================================
   RESPONSIVE DESIGN
   ============================================================================ */

/* Mobile: 375px and up */
@media (max-width: 480px) {
	/* Hero Section */
	.hero-section {
		padding-top: var(--wp--preset--spacing--50) !important;
		padding-bottom: var(--wp--preset--spacing--50) !important;
		padding-left: var(--wp--preset--spacing--30) !important;
		padding-right: var(--wp--preset--spacing--30) !important;
	}

	.hero-title {
		font-size: 1.75rem !important;
		line-height: 1.15 !important;
	}

	.hero-subtitle {
		font-size: 1.05rem !important;
	}

	.hero-buttons {
		flex-direction: column;
	}

	.wp-block-button {
		width: 100%;
	}

	/* Post Cards */
	.featured-posts-grid .wp-block-post-template,
	.latest-posts-grid .wp-block-post-template {
		grid-template-columns: 1fr !important;
	}

	.post-card {
		padding: var(--wp--preset--spacing--20) !important;
	}

	/* Newsletter CTA */
	.newsletter-cta {
		padding-top: var(--wp--preset--spacing--40) !important;
		padding-bottom: var(--wp--preset--spacing--40) !important;
		padding-left: var(--wp--preset--spacing--20) !important;
		padding-right: var(--wp--preset--spacing--20) !important;
		margin-top: var(--wp--preset--spacing--50) !important;
	}

	.newsletter-title {
		font-size: 1.5rem !important;
	}

	/* Typography */
	body {
		font-size: 1rem;
	}

	h1 {
		font-size: 1.5rem;
	}

	h2 {
		font-size: 1.25rem;
	}
}

/* Tablet: 768px and up */
@media (min-width: 768px) and (max-width: 1023px) {
	/* Hero Section */
	.hero-title {
		font-size: 2.2rem !important;
	}

	/* Post Cards */
	.featured-posts-grid .wp-block-post-template {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.latest-posts-grid .wp-block-post-template {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	/* Newsletter CTA */
	.newsletter-cta {
		padding-top: var(--wp--preset--spacing--50) !important;
		padding-bottom: var(--wp--preset--spacing--50) !important;
		padding-left: var(--wp--preset--spacing--40) !important;
		padding-right: var(--wp--preset--spacing--40) !important;
	}
}

/* Desktop: 1024px and up */
@media (min-width: 1024px) {
	/* Featured posts: 3 columns on desktop */
	.featured-posts-grid .wp-block-post-template {
		grid-template-columns: repeat(3, 1fr) !important;
	}

	/* Latest posts: 3 columns on desktop */
	.latest-posts-grid .wp-block-post-template {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

/* ============================================================================
   BUTTON STYLES
   ============================================================================ */

.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 28px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.2s ease;
	cursor: pointer;
}

a:focus-visible,
button:focus-visible,
.wp-block-navigation-item__content:focus-visible,
.wp-block-social-link-anchor:focus-visible,
.wp-block-button__link:focus-visible {
	outline: 2px solid var(--wp--preset--color--brand, #0f766e);
	outline-offset: 2px;
}

.is-style-fill .wp-block-button__link {
	background: var(--wp--preset--color--brand, #0f766e);
	color: var(--wp--preset--color--base, #ffffff);
	border: 2px solid var(--wp--preset--color--brand, #0f766e);
}

.is-style-fill .wp-block-button__link:hover {
	background: color-mix(in srgb, var(--wp--preset--color--brand, #0f766e) 85%, #000000);
	border-color: color-mix(in srgb, var(--wp--preset--color--brand, #0f766e) 85%, #000000);
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--wp--preset--color--brand, #0f766e);
	border: 2px solid var(--wp--preset--color--brand, #0f766e);
}

.is-style-outline .wp-block-button__link:hover {
	background: var(--wp--preset--color--brand, #0f766e);
	color: var(--wp--preset--color--base, #ffffff);
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

/* ============================================================================
   IMPROVED ARTICLE TYPOGRAPHY
   ============================================================================ */

.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4 {
	margin-top: var(--wp--preset--spacing--50);
	margin-bottom: var(--wp--preset--spacing--30);
}

.wp-block-post-content ul,
.wp-block-post-content ol {
	margin-left: var(--wp--preset--spacing--30);
	margin-bottom: var(--wp--preset--spacing--40);
	line-height: 1.75;
}

.wp-block-post-content li {
	margin-bottom: 0.5rem;
}

.wp-block-post-content code {
	background: var(--wp--preset--color--surface, #f8fafc);
	padding: 2px 6px;
	border-radius: 4px;
	font-weight: 500;
}

.wp-block-post-content pre {
	background: var(--wp--preset--color--surface, #f8fafc);
	border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
	border-radius: 6px;
	padding: var(--wp--preset--spacing--40);
	overflow-x: auto;
	font-size: 0.9rem;
}

/* ============================================================================
   ACCESSIBILITY & CLS FIXES
   ============================================================================ */

/* Ensure images have aspect ratio to prevent layout shift */
.wp-block-image img {
	display: block;
	height: auto;
}

/* Ad slot placeholders: reserve space */
.is-style-monetization-slot {
	min-height: 250px;
}

/* Prevent button text wrapping on small screens */
.wp-block-button__link {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 480px) {
	.wp-block-button__link {
		white-space: normal;
		flex-wrap: wrap;
		min-height: auto;
	}
}

/* ============================================================================
   V2 MAGAZINE LAYOUT - HEADER, HERO, SECTIONS, SIDEBARS
   ============================================================================ */

/* HEADER LAYERS */
.header-utility-bar {
	font-size: 0.9rem;
	background-color: var(--wp--preset--color--surface, #f8fafc);
}

.header-brand {
	border-bottom: 1px solid var(--wp--preset--color--border, #e5e7eb);
}

.header-brand .wp-block-site-title {
	font-size: 2rem;
	margin: 0;
}

.header-tagline {
	font-size: 0.95rem;
	color: var(--wp--preset--color--muted, #6b7280);
	margin: 0.5rem 0 0;
}

.header-primary-nav {
	background-color: var(--wp--preset--color--base, #ffffff);
	border-bottom: 1px solid var(--wp--preset--color--border, #e5e7eb);
}

.header-primary-nav .wp-block-navigation {
	gap: var(--wp--preset--spacing--40);
}

.header-topic-nav {
	background-color: var(--wp--preset--color--surface, #f8fafc);
	border-bottom: 1px solid var(--wp--preset--color--border, #e5e7eb);
	display: flex;
	align-items: center;
	gap: var(--wp--preset--spacing--30);
}

.topic-nav-label {
	font-weight: 600;
	font-size: 0.85rem;
	color: var(--wp--preset--color--muted, #6b7280);
	white-space: nowrap;
}

/* HERO SECTION (65% / 35% split) */
.hero-section {
	background-color: var(--wp--preset--color--base, #ffffff);
}

.hero-featured {
	/* 2 columns out of 3 grid = ~67% */
}

.hero-featured .featured-post {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--30);
}

.hero-featured .hero-title {
	font-size: 2.2rem;
	line-height: 1.2;
	margin: 0;
}

.hero-featured .hero-excerpt {
	font-size: 1.1rem;
	color: var(--wp--preset--color--muted, #6b7280);
	line-height: 1.5;
}

.hero-featured .wp-block-post-featured-image img {
	border-radius: 8px;
	display: block;
}

.hero-secondary {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--30);
}

.hero-secondary .wp-block-group {
	border: 1px solid var(--wp--preset--color--border, #e5e7eb);
	border-radius: 8px;
	padding: var(--wp--preset--spacing--20);
	transition: border-color 200ms ease;
}

.hero-secondary .wp-block-group:hover {
	border-color: var(--wp--preset--color--brand, #0f766e);
}

.secondary-title {
	font-size: 1.05rem;
	margin: 0;
	line-height: 1.3;
}

/* CATEGORY SECTIONS */
.category-section {
	scroll-margin-top: 100px; /* For anchor links below fixed header */
}

.section-title {
	font-size: 2rem;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: var(--wp--preset--spacing--20);
	color: var(--wp--preset--color--heading, #0f172a);
}

.category-post-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: var(--wp--preset--spacing--40);
}

.post-card {
	border: 1px solid var(--wp--preset--color--border, #e5e7eb);
	border-radius: 8px;
	padding: var(--wp--preset--spacing--20);
	transition: all 200ms ease;
	display: flex;
	flex-direction: column;
}

.post-card:hover {
	border-color: var(--wp--preset--color--brand, #0f766e);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.post-card-title {
	font-size: 1.05rem;
	line-height: 1.3;
	margin: 0;
}

.post-card-date {
	font-size: 0.9rem;
	color: var(--wp--preset--color--muted, #6b7280);
	margin: 0;
}

/* NEWSLETTER SECTION */
.newsletter-section {
	background-color: var(--wp--preset--color--brand, #0f766e);
	color: var(--wp--preset--color--base, #ffffff);
	border-radius: 8px;
}

.newsletter-title {
	margin-top: 0;
	margin-bottom: var(--wp--preset--spacing--30);
	color: inherit;
}

/* TWO-COLUMN ARTICLE LAYOUT */
.article-layout-70-30 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--wp--preset--spacing--60);
	align-items: start;
}

.article-column-main {
	grid-column: span 2;
}

.article-sidebar {
	grid-column: span 1;
	position: sticky;
	top: 120px; /* Below fixed header */
}

.article-title {
	font-size: 2.2rem;
	line-height: 1.2;
	margin-top: 0;
	color: var(--wp--preset--color--heading, #0f172a);
}

.article-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--wp--preset--spacing--20);
	font-size: 0.95rem;
	color: var(--wp--preset--color--muted, #6b7280);
	padding-bottom: var(--wp--preset--spacing--30);
	border-bottom: 1px solid var(--wp--preset--color--border, #e5e7eb);
	margin-bottom: var(--wp--preset--spacing--40);
}

.article-tags {
	display: flex;
	flex-wrap: wrap;
	gap: var(--wp--preset--spacing--20);
	padding: var(--wp--preset--spacing--40) 0;
	border-top: 1px solid var(--wp--preset--color--border, #e5e7eb);
	border-bottom: 1px solid var(--wp--preset--color--border, #e5e7eb);
	margin: var(--wp--preset--spacing--50) 0;
}

.tags-label {
	font-weight: 600;
	font-size: 0.95rem;
	margin: 0;
}

.article-author-box,
.article-author-box.wp-block-group {
	border: 1px solid var(--wp--preset--color--border, #e5e7eb);
	border-radius: 8px;
	padding: var(--wp--preset--spacing--40);
	background-color: var(--wp--preset--color--surface, #f8fafc);
}

.author-box-title {
	margin-top: 0;
	margin-bottom: var(--wp--preset--spacing--20);
	font-size: 1.1rem;
}

.author-bio {
	margin: 0;
	line-height: 1.6;
}

/* SIDEBAR WIDGETS */
.sidebar-widget {
	border: 1px solid var(--wp--preset--color--border, #e5e7eb);
	border-radius: 8px;
	padding: var(--wp--preset--spacing--30);
	margin-bottom: var(--wp--preset--spacing--40);
	background-color: var(--wp--preset--color--base, #ffffff);
}

.sidebar-widget.newsletter-widget {
	background-color: var(--wp--preset--color--surface, #f8fafc);
	border-color: var(--wp--preset--color--brand, #0f766e);
}

.widget-title {
	font-size: 1.1rem;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: var(--wp--preset--spacing--20);
	color: var(--wp--preset--color--heading, #0f172a);
}

.most-popular-widget ul,
.categories-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--20);
}

.most-popular-widget a,
.categories-list a {
	color: var(--wp--preset--color--brand, #0f766e);
	text-decoration: none;
	font-size: 0.95rem;
}

.most-popular-widget a:hover,
.categories-list a:hover {
	text-decoration: underline;
}

/* ARCHIVE / SECTION PAGES */
.archive-layout-70-30 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--wp--preset--spacing--60);
	align-items: start;
}

.archive-column-main {
	grid-column: span 2;
}

.archive-sidebar {
	grid-column: span 1;
	position: sticky;
	top: 120px;
}

.featured-story {
	border: 1px solid var(--wp--preset--color--border, #e5e7eb);
	border-radius: 8px;
	padding: var(--wp--preset--spacing--40);
	margin-bottom: var(--wp--preset--spacing--60);
	background-color: var(--wp--preset--color--surface, #f8fafc);
}

.featured-story-title {
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: var(--wp--preset--spacing--30);
}

.archive-post-title {
	font-size: 1.2rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: var(--wp--preset--spacing--10);
}

.archive-post-date {
	font-size: 0.9rem;
	color: var(--wp--preset--color--muted, #6b7280);
}

.archive-pagination {
	display: flex;
	justify-content: center;
	gap: var(--wp--preset--spacing--20);
	margin-top: var(--wp--preset--spacing--60);
	padding-top: var(--wp--preset--spacing--60);
	border-top: 1px solid var(--wp--preset--color--border, #e5e7eb);
}

/* RESPONSIVE: TABLET */
@media (max-width: 1024px) {
	.article-layout-70-30,
	.archive-layout-70-30 {
		grid-template-columns: 1fr 1fr;
		gap: var(--wp--preset--spacing--40);
	}

	.article-column-main,
	.archive-column-main {
		grid-column: span 1;
	}

	.article-sidebar,
	.archive-sidebar {
		position: static;
	}

	.hero-featured,
	.hero-secondary {
		/* Stack vertically on tablet */
		flex-direction: column;
	}

	.category-post-grid {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
}

/* RESPONSIVE: MOBILE */
@media (max-width: 768px) {
	.header-utility-bar {
		display: none;
	}

	.header-brand {
		padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--30);
	}

	.header-brand .wp-block-site-title {
		font-size: 1.5rem;
	}

	.header-primary-nav .wp-block-navigation {
		gap: var(--wp--preset--spacing--20);
		font-size: 0.95rem;
	}

	.header-topic-nav {
		padding: var(--wp--preset--spacing--20);
		flex-direction: column;
		align-items: flex-start;
		gap: var(--wp--preset--spacing--20);
	}

	.article-layout-70-30,
	.archive-layout-70-30 {
		grid-template-columns: 1fr;
	}

	.article-column-main,
	.article-sidebar,
	.archive-column-main,
	.archive-sidebar {
		grid-column: span 1;
	}

	.article-sidebar,
	.archive-sidebar {
		order: 2;
		position: static;
		margin-top: var(--wp--preset--spacing--60);
	}

	.hero-section {
		padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--30);
	}

	.section-title {
		font-size: 1.6rem;
	}

	.category-post-grid {
		grid-template-columns: 1fr;
		gap: var(--wp--preset--spacing--30);
	}

	.article-title {
		font-size: 1.6rem;
	}

	.post-card {
		padding: var(--wp--preset--spacing--20);
	}

	.featured-story {
		padding: var(--wp--preset--spacing--30);
	}
}
