
/* COMMON */
body {
    color: #d7dde4;
    background: #11110f;
}

a {
    color: #b8aa96;
	text-decoration: none;
}

a:hover {
	color: #d2c3ae;
}

img {
	max-width: 100%;
}

pre, code {
	color: #f8f8f8;
	background-color: #1a1916;
}

code {
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.4em;
	border-radius: 3px;
}

pre {
	overflow-x: scroll;
	padding: 1.6rem 2.2rem;
	line-height: 1.5;
	border-radius: 5px !important;
}

/* BOOTSTRAP */
.list-group-item {
	background-color: inherit;
    border-color: rgba(255, 255, 255, 0.08);
}

.badge {
	font-size: 0.8rem;
	font-weight: 400;
}

.bi {
	margin-right: .5rem!important;
}

.btn:focus,
.form-control:focus,
.form-select:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* PAGE */
section.page {
	font-size: 1.1rem;
}

section.page a {
	color: #b8aa96;
}

section.page p {
	margin-bottom: 1.2rem;
    line-height: 1.8;
}

section.page h1.page-title {
	font-size: 3rem;
    line-height: 1.05;
}

section.page h2 {
	font-size: 1.8rem;
}

section.page h3 {
	font-size: 1.35rem;
}

section.page h4 {
	font-size: 1.1rem;
}

section.page h5 {
	font-size: 1rem;
}

section.page h2,
section.page h3,
section.page h4,
section.page h5 {
	margin: 2rem 0 1rem 0;
}

.site-nav {
    background: #141310;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.site-brand {
    letter-spacing: 0.03em;
}

.nav-links a {
    font-size: 0.95rem;
    color: #a8a39a;
}

.hero-shell {
    padding: 3rem 0 1.5rem;
}

.hero-card {
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    background: #181714;
    color: #e7e1d7;
}

.hero-kicker,
.section-kicker,
.hero-note-label,
.story-category {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.75rem;
    font-weight: 700;
}

.hero-title {
    max-width: 12ch;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 0.95;
}

.hero-description {
    max-width: 50rem;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #b5aea3;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.hero-button,
.hero-link,
.story-readmore {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.hero-button {
    padding: 0.9rem 1.25rem;
    border-radius: 6px;
    background: #3b3832;
    color: #ebe5db;
    font-weight: 700;
}

.hero-link {
    color: #d3cbc0;
    font-weight: 600;
}

.hero-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.hero-note,
.story-card,
.article-shell,
.related-shell {
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    background: #181714;
    box-shadow: none;
}

.hero-note {
    padding: 1.25rem;
}

.hero-note p {
    margin: 0.4rem 0 0;
    line-height: 1.7;
}

.section-heading {
    margin: 0 0 1.25rem;
}

.section-title {
    font-size: 2rem;
    line-height: 1.1;
}

.article-grid {
    margin-top: 1rem;
}

.story-card {
    padding: 1.5rem;
}

.story-meta,
.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
    color: #8f897f;
}

.story-date,
.story-category {
    color: #8f897f;
}

.story-title {
    margin: 1rem 0 0.85rem;
    font-size: 1.45rem;
    line-height: 1.2;
}

.story-description {
    color: #b5aea3;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.story-footer {
    margin-top: auto;
}

.story-readmore {
    color: #b8aa96;
    font-weight: 700;
}

.article-shell {
    padding: 2.5rem;
}

.page-description {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #a8a39a;
}

.hero-note p,
.page-content,
.related-shell,
.section-title,
.story-title,
.page-title,
.site-brand {
    color: #e7e1d7;
}

.section-kicker,
.hero-kicker,
.hero-note-label,
.story-category,
.form-text,
small {
    color: #8f897f !important;
}

.page-link {
    background: #181714;
    color: #d3cbc0;
    border-color: rgba(255, 255, 255, 0.07);
}

.page-link:hover {
    background: #201f1b;
    color: #e7e1d7;
    border-color: rgba(255, 255, 255, 0.12);
}

.page-content ul,
.page-content ol {
    padding-left: 1.3rem;
    line-height: 1.8;
}

.page-content hr {
    margin: 2rem 0;
}

.related-shell {
    padding: 2rem;
}

.related-title {
    margin-bottom: 0.75rem;
}

@media (max-width: 991px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .nav-links {
        display: none !important;
    }

    section.page h1.page-title {
        font-size: 2.3rem;
    }
}

@media (max-width: 767px) {
    .hero-card,
    .article-shell,
    .related-shell {
        padding: 1.5rem;
    }

    .hero-shell {
        padding-top: 1.5rem;
    }
}

/* VIDEO EMBED RESPONSIVE */
.video-embed {
	overflow:hidden;
	padding-bottom: 56.25%; /* 16:9 */
	position:relative;
	height:0;
}
.video-embed iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
