/* Font Face - Neue Haas Grotesk Display Pro */
@font-face {
	font-family: "Neue Haas Grotesk Display Pro";
	src: url("../neue-haas-grotesk-display-pro/NeueHaasDisplayXXThin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Neue Haas Grotesk Display Pro";
	src: url("../neue-haas-grotesk-display-pro/NeueHaasDisplayXXThinItalic.ttf") format("truetype");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Neue Haas Grotesk Display Pro";
	src: url("../neue-haas-grotesk-display-pro/NeueHaasDisplayXThin.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Neue Haas Grotesk Display Pro";
	src: url("../neue-haas-grotesk-display-pro/NeueHaasDisplayXThinItalic.ttf") format("truetype");
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Neue Haas Grotesk Display Pro";
	src: url("../neue-haas-grotesk-display-pro/NeueHaasDisplayThin.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Neue Haas Grotesk Display Pro";
	src: url("../neue-haas-grotesk-display-pro/NeueHaasDisplayThinItalic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Neue Haas Grotesk Display Pro";
	src: url("../neue-haas-grotesk-display-pro/NeueHaasDisplayLight.ttf") format("truetype");
	font-weight: 350;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Neue Haas Grotesk Display Pro";
	src: url("../neue-haas-grotesk-display-pro/NeueHaasDisplayLightItalic.ttf") format("truetype");
	font-weight: 350;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Neue Haas Grotesk Display Pro";
	src: url("../neue-haas-grotesk-display-pro/NeueHaasDisplayRoman.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Neue Haas Grotesk Display Pro";
	src: url("../neue-haas-grotesk-display-pro/NeueHaasDisplayRomanItalic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Neue Haas Grotesk Display Pro";
	src: url("../neue-haas-grotesk-display-pro/NeueHaasDisplayMediu.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Neue Haas Grotesk Display Pro";
	src: url("../neue-haas-grotesk-display-pro/NeueHaasDisplayMediumItalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Neue Haas Grotesk Display Pro";
	src: url("../neue-haas-grotesk-display-pro/NeueHaasDisplayBold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Neue Haas Grotesk Display Pro";
	src: url("../neue-haas-grotesk-display-pro/NeueHaasDisplayBoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Neue Haas Grotesk Display Pro";
	src: url("../neue-haas-grotesk-display-pro/NeueHaasDisplayBlack.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Neue Haas Grotesk Display Pro";
	src: url("../neue-haas-grotesk-display-pro/NeueHaasDisplayBlackItalic.ttf") format("truetype");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

/* Reset & Base */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Neue Haas Grotesk Display Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	color: #e0e0e0;
	background-color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Links */
a {
	color: #c8a97e;
	text-decoration: none;
	transition: color 0.2s ease;
}

a:hover,
a:focus {
	color: #e8c99e;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 1.3;
	color: #ffffff;
	margin-bottom: 0.5em;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: 1rem; }

p {
	margin-bottom: 1.5em;
}

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

/* Skip Link */
.skip-link.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal;
}

.skip-link.screen-reader-text:focus {
	background-color: #0a0a0a;
	color: #c8a97e;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	clip: auto;
}

/* Header */
.site-header {
	padding: 1.5rem 2rem;
	background-color: rgba(10, 10, 10, 0.95);
	border-bottom: 1px solid rgba(200, 169, 126, 0.15);
}

.site-header__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-branding .site-title {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0;
}

.site-branding .site-title a {
	color: #ffffff;
}

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

.site-branding .custom-logo-link img {
	max-height: 60px;
	width: auto;
}

/* Navigation */
.site-navigation .primary-menu {
	list-style: none;
	display: flex;
	gap: 2rem;
	margin: 0;
	padding: 0;
}

.site-navigation .primary-menu li a {
	color: #e0e0e0;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.5rem 0;
	border-bottom: 2px solid transparent;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.site-navigation .primary-menu li a:hover,
.site-navigation .primary-menu li.current-menu-item a {
	color: #c8a97e;
	border-bottom-color: #c8a97e;
}

/* Main Content */
.site-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 3rem 2rem;
	min-height: 60vh;
}

/* Entries */
.entry-header {
	margin-bottom: 2rem;
}

.entry-title {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.entry-content {
	font-size: 1.05rem;
	line-height: 1.8;
}

.entry-content > * + * {
	margin-top: 1.5em;
}

.entry-footer {
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(200, 169, 126, 0.15);
	font-size: 0.875rem;
	color: #999;
}

.entry-footer .cat-links,
.entry-footer .tag-links {
	display: block;
	margin-bottom: 0.5em;
}

.entry-footer a {
	color: #c8a97e;
}

/* Archive */
.archive-header {
	margin-bottom: 3rem;
}

.archive-title {
	font-size: 2rem;
}

.archive-description {
	margin-top: 0.5rem;
	color: #999;
}

.archive-posts article {
	padding: 2rem 0;
	border-bottom: 1px solid rgba(200, 169, 126, 0.1);
}

.archive-posts article:last-child {
	border-bottom: none;
}

.entry-thumbnail {
	margin: 1rem 0;
}

.entry-thumbnail img {
	border-radius: 4px;
}

.entry-summary {
	color: #bbb;
}

/* 404 */
.error-404 {
	text-align: center;
	padding: 5rem 0;
}

.error-404 .entry-title {
	font-size: 3rem;
}

.error-404 .entry-content {
	max-width: 600px;
	margin: 2rem auto 0;
}

/* Search Form */
.search-form {
	display: flex;
	max-width: 500px;
	margin: 2rem auto;
}

.search-form .search-field {
	flex: 1;
	padding: 0.75rem 1rem;
	border: 1px solid rgba(200, 169, 126, 0.3);
	background: #1a1a1a;
	color: #e0e0e0;
	font-size: 1rem;
	border-radius: 4px 0 0 4px;
}

.search-form .search-field:focus {
	outline: none;
	border-color: #c8a97e;
}

.search-form .search-submit {
	padding: 0.75rem 1.5rem;
	background: #c8a97e;
	color: #0a0a0a;
	border: none;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
	transition: background 0.2s ease;
}

.search-form .search-submit:hover {
	background: #e8c99e;
}

/* Footer */
.site-footer {
	padding: 2rem;
	border-top: 1px solid rgba(200, 169, 126, 0.15);
	background-color: rgba(10, 10, 10, 0.95);
}

.site-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.footer-navigation .footer-menu {
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin: 0 0 1rem;
	padding: 0;
}

.footer-navigation .footer-menu li a {
	color: #999;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.footer-navigation .footer-menu li a:hover {
	color: #c8a97e;
}

.site-footer__copyright {
	color: #666;
	font-size: 0.85rem;
}

/* Comments */
.comments-area {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(200, 169, 126, 0.15);
}

.comments-title {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.comment-list {
	list-style: none;
	padding: 0;
}

.comment-list .comment {
	padding: 1.5rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 0.75rem 1rem;
	border: 1px solid rgba(200, 169, 126, 0.3);
	background: #1a1a1a;
	color: #e0e0e0;
	font-size: 1rem;
	border-radius: 4px;
	margin-bottom: 1rem;
}

.comment-form input:focus,
.comment-form textarea:focus {
	outline: none;
	border-color: #c8a97e;
}

.comment-form .submit {
	padding: 0.75rem 2rem;
	background: #c8a97e;
	color: #0a0a0a;
	border: none;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	border-radius: 4px;
	transition: background 0.2s ease;
}

.comment-form .submit:hover {
	background: #e8c99e;
}

/* Posts Navigation */
.posts-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	padding: 2rem 0;
}

.posts-navigation a {
	color: #c8a97e;
	font-weight: 500;
}

/* Page Links */
.page-links {
	margin-top: 1.5rem;
	font-weight: 600;
}

/* Alignment */
.alignwide {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
	.site-header__inner {
		flex-direction: column;
		gap: 1rem;
	}

	.site-navigation .primary-menu {
		gap: 1rem;
		flex-wrap: wrap;
		justify-content: center;
	}

	h1, .entry-title {
		font-size: 1.75rem;
	}

	.site-main {
		padding: 2rem 1rem;
	}

	.footer-navigation .footer-menu {
		flex-direction: column;
		gap: 0.75rem;
	}
}
