.news-archive {
background-color: #101210; color: #f7f4ef;
padding-block: 60px;
} .news-archive .container {
max-width: 1200px;
margin: 0 auto;
padding-inline: 40px;
} .news-archive .section-header {
text-align: left;
margin: 0 0 80px;
max-width: 1000px;
position: relative;
z-index: 1;
} .news-archive .section-header h1 {
font-family: "Inter", system-ui, sans-serif;
font-size: clamp(3rem, 6vw, 72px);
font-weight: 500;
letter-spacing: -0.02em;
line-height: 1.05;
color: #f7f4ef;
margin-bottom: 18px;
position: relative;
} .news-archive .section-header p {
font-family: "Montserrat", system-ui, sans-serif;
font-size: 1.05rem;
line-height: 1.8;
opacity: 0.88;
max-width: 640px;
margin: 0;
color: #e4e0d6;
} .news-grid {
display: grid;
grid-template-columns: 1fr; gap: 40px;
} .news-card {
width: 100%;
min-height: 380px;
padding: 36px;
} .news-card:first-child {
grid-column: auto;
} .news-card {
background: #151716;
border-radius: 0;
padding: 28px;
border: 1px solid rgba(247, 244, 239, 0.08);
box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
display: flex;
flex-direction: column;
color: #f7f4ef;
position: relative;
overflow: hidden;
}
.news-card-body {
display: flex;
flex-direction: column;
height: 100%;
} .news-card:first-child {
grid-column: 1 / -1;
min-height: 380px;
padding: 36px;
background:
radial-gradient(circle at top left, rgba(247, 244, 239, 0.12), transparent 55%),
linear-gradient(135deg, #151716, #181a19);
border: 1px solid rgba(247, 244, 239, 0.22);
}
.news-card-meta {
font-family: "Montserrat", system-ui, sans-serif;
font-size: 0.8rem;
letter-spacing: 0.2em;
text-transform: uppercase;
opacity: 0.7;
margin: 0 0 10px;
color: #beb8aa;
}
.news-card-title {
margin: 0 0 14px;
}
.news-card-title a {
font-family: "Inter", system-ui, sans-serif;
font-size: 1.5rem;
font-weight: 500;
line-height: 1.25;
letter-spacing: -0.01em;
color: #f7f4ef;
text-decoration: none;
transition: color 0.25s ease, transform 0.2s ease;
} .news-card-title a:hover {
color: #e4e0d6;
transform: translateY(-1px);
}
.news-card-excerpt {
font-family: "Montserrat", system-ui, sans-serif;
font-size: 0.98rem;
line-height: 1.7;
opacity: 0.9;
margin: 0 0 20px;
color: #e4e0d6;
} .news-card-more {
margin-top: auto;
display: inline-flex;
align-items: center;
gap: 6px;
font-family: "Montserrat", system-ui, sans-serif;
font-size: 0.82rem;
letter-spacing: 0.22em;
text-transform: uppercase;
text-decoration: none;
color: #f7f4ef;
border-bottom: 1px solid rgba(212, 178, 106, 0.35); padding-bottom: 2px;
opacity: 0.9;
transition:
color 0.25s ease,
border-color 0.25s ease,
transform 0.2s ease,
opacity 0.2s ease;
}
.news-card-more:hover {
color: #f7f4ef;
border-color: rgba(247, 244, 239, 0.8);
transform: translateX(4px);
opacity: 1;
} .archive-pagination {
margin-top: 44px;
text-align: center;
}
.archive-pagination .page-numbers {
display: inline-block;
margin: 0 4px;
padding: 6px 11px;
font-family: "Montserrat", system-ui, sans-serif;
font-size: 0.9rem;
border-radius: 999px;
border: 1px solid rgba(247, 244, 239, 0.2);
text-decoration: none;
color: #f7f4ef;
background: transparent;
transition:
background 0.2s ease,
color 0.2s ease,
border-color 0.2s ease;
} .archive-pagination .page-numbers.current {
background: #f7f4ef;
color: #101210;
border-color: #f7f4ef;
}
.archive-pagination .page-numbers:hover:not(.current) {
border-color: rgba(247, 244, 239, 0.45);
background: rgba(247, 244, 239, 0.08);
} .single-news {
background-color: #f4f4f4;
color: #101210;
padding-block: 140px;
}
.single-news-inner {
max-width: 880px;
margin: 0 auto;
padding-inline: 40px;
} .single-post-back {
margin: 0 0 26px;
font-family: "Montserrat", system-ui, sans-serif;
font-size: 0.9rem;
}
.single-post-back a {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 8px 18px;
border-radius: 999px;
border: 1px solid #101210;
background: transparent;
color: #101210;
text-transform: uppercase;
letter-spacing: 0.16em;
font-size: 0.78rem;
text-decoration: none;
opacity: 0.9;
} .single-post-back a::before {
content: "←";
font-size: 0.9rem;
} body.blog {
background-color: #101210;
}
body.blog .site-main,
body.blog main,
body.blog .section {
background-color: transparent;
}
body.archive.category {
background-color: #101210;
}
body.single-post {
background-color: #f4f4f4;
} .single-news h1,
.single-news h2,
.single-news h3 {
font-family: "Inter", system-ui, sans-serif;
font-weight: 500; line-height: 1.25;
letter-spacing: -0.01em;
color: #101210;
margin-top: 2.6rem;
margin-bottom: 0.8rem;
}
.single-news h1 {
font-size: clamp(2.2rem, 4vw, 3rem);
}
.single-news h2 {
font-size: 1.7rem;
}
.single-news h3 {
font-size: 1.45rem;
} .single-news p,
.single-news li {
font-family: "Montserrat", system-ui, sans-serif;
font-size: 1.05rem;
line-height: 1.75;
color: #1a1a1a;
margin-bottom: 1.1rem;
} .single-news ul {
padding-left: 1.2rem;
margin-bottom: 1.6rem;
}
.single-news li {
margin-bottom: 0.4rem;
} .single-news h2::after {
content: "";
display: block;
width: 42px;
height: 2px;
background: rgba(16, 18, 16, 0.12);
margin-top: 10px;
}