/* ==========================================================================
   MSD BLOG — Slider + Archive + Single
   ========================================================================== */

/* ===== BLOG SLIDER SECTION ===== */

.msd-blog {
	background: #080f1e;
	padding: 5rem 0 3.5rem;
	border-top: 1px solid rgba(201,168,76,.1);
}

.msd-blog__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 4vw 1.5rem;
	gap: 1rem;
	flex-wrap: wrap;
}

.msd-blog__head-text .opt-eyebrow { margin-bottom: .5rem; }

.msd-blog__title {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: clamp(1.6rem, 4vw, 2.2rem);
	font-weight: 300;
	color: #f5f0e8;
	line-height: 1.2;
	margin: 0;
}

.msd-blog__title em { color: #c9a84c; font-style: italic; }

.msd-blog__arrows { display: flex; gap: .5rem; }

.msd-blog__arrow {
	width: 40px; height: 40px;
	border-radius: 50%;
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(201,168,76,.28);
	color: #c9a84c;
	font-size: 1rem;
	cursor: pointer;
	display: flex; align-items: center; justify-content: center;
	transition: all .2s;
}

.msd-blog__arrow:hover {
	background: rgba(201,168,76,.15);
	border-color: #c9a84c;
}

/* Category filters */
.msd-blog__cats {
	display: flex;
	gap: .5rem;
	padding: 0 4vw 1.8rem;
	flex-wrap: wrap;
}

.msd-blog__cat {
	padding: .45rem 1.1rem;
	border-radius: 50px;
	background: transparent;
	border: 1px solid rgba(201,168,76,.2);
	font-family: 'Outfit', sans-serif;
	font-size: .72rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(245,240,232,.5);
	cursor: pointer;
	transition: all .2s;
}

.msd-blog__cat:hover,
.msd-blog__cat.is-active {
	border-color: #c9a84c;
	background: rgba(201,168,76,.12);
	color: #e8c97a;
}

/* Track */
.msd-blog__track-wrap { position: relative; }

.msd-blog__track {
	display: flex;
	gap: 1.4rem;
	overflow-x: auto;
	padding: .5rem 4vw 1.2rem;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	cursor: grab;
}
.msd-blog__track::-webkit-scrollbar { display: none; }

/* Loading */
.msd-blog__loading {
	position: absolute; inset: 0;
	background: rgba(8,15,30,.8);
	display: flex; align-items: center; justify-content: center;
	z-index: 10;
	border-radius: 8px;
}

.msd-blog__spinner {
	width: 36px; height: 36px;
	border: 2px solid rgba(201,168,76,.2);
	border-top-color: #c9a84c;
	border-radius: 50%;
	animation: msd-spin 0.7s linear infinite;
}

@keyframes msd-spin { to { transform: rotate(360deg); } }

/* Progress bar */
.msd-blog__bar-wrap {
	margin: 0 4vw .5rem;
	height: 2px; background: rgba(255,255,255,.05);
	border-radius: 2px; overflow: hidden;
}

.msd-blog__bar {
	height: 100%;
	background: linear-gradient(90deg, #c9a84c, #e8c97a);
	border-radius: 2px;
	width: 25%;
	box-shadow: 0 0 6px rgba(201,168,76,.5);
	transition: transform .1s linear;
}

/* Footer */
.msd-blog__footer { text-align: center; padding: 1.5rem 4vw 0; }

.msd-blog__all-btn {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	padding: .8rem 2rem;
	border: 1px solid rgba(201,168,76,.35);
	border-radius: 50px;
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #c9a84c;
	text-decoration: none;
	transition: all .2s;
}

.msd-blog__all-btn:hover {
	background: rgba(201,168,76,.1);
	border-color: #c9a84c;
}

/* ===== BLOG CARD (Slider) ===== */

.msd-blog-card {
	flex: 0 0 280px;
	background: #0f1f3c;
	border: 1px solid rgba(201,168,76,.1);
	border-radius: 14px;
	overflow: hidden;
	scroll-snap-align: start;
	display: flex;
	flex-direction: column;
	transition: transform .3s cubic-bezier(.34,1.56,.64,1),
	            border-color .3s, box-shadow .3s;
}

.msd-blog-card:hover {
	transform: translateY(-7px);
	border-color: rgba(201,168,76,.38);
	box-shadow: 0 22px 44px rgba(0,0,0,.4), 0 0 22px rgba(201,168,76,.07);
}

.msd-blog-card__img-link {
	display: block;
	position: relative;
	aspect-ratio: 16/9;
	overflow: hidden;
	background: #1a3557;
}

.msd-blog-card__img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
}
.msd-blog-card:hover .msd-blog-card__img { transform: scale(1.06); }

.msd-blog-card__img-placeholder {
	width: 100%; height: 100%;
	display: flex; align-items: center; justify-content: center;
	font-size: 2rem; font-weight: 700;
	color: rgba(245,240,232,.15);
	font-family: 'Cormorant Garamond', serif;
}

.msd-blog-card__cat-badge {
	position: absolute; top: .7rem; left: .7rem;
	background: rgba(201,168,76,.92);
	color: #0a1428;
	font-size: .6rem; font-weight: 700;
	letter-spacing: .1em; text-transform: uppercase;
	padding: .22rem .65rem; border-radius: 50px;
}

.msd-blog-card__body {
	padding: 1.1rem 1.2rem 1.2rem;
	display: flex; flex-direction: column; gap: .6rem; flex: 1;
}

.msd-blog-card__meta {
	display: flex; align-items: center; gap: .5rem; flex-wrap: wrap;
}

.msd-blog-card__date,
.msd-blog-card__read-time {
	font-size: .68rem;
	color: rgba(245,240,232,.32);
}

.msd-blog-card__cat-pill {
	font-size: .6rem; letter-spacing: .08em; text-transform: uppercase;
	background: rgba(201,168,76,.08);
	border: 1px solid rgba(201,168,76,.18);
	color: #c9a84c;
	padding: .15rem .5rem; border-radius: 50px;
	text-decoration: none; transition: background .2s;
}
.msd-blog-card__cat-pill:hover { background: rgba(201,168,76,.18); }

.msd-blog-card__title {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.35;
	margin: 0;
}

.msd-blog-card__title a {
	color: #f5f0e8; text-decoration: none; transition: color .2s;
}
.msd-blog-card__title a:hover { color: #e8c97a; }

.msd-blog-card__excerpt {
	font-size: .78rem;
	color: rgba(245,240,232,.42);
	line-height: 1.65;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	flex: 1;
}

.msd-blog-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(255,255,255,.05);
	padding-top: .75rem;
	margin-top: auto;
	gap: .4rem;
}

.msd-blog-card__read {
	font-size: .7rem; font-weight: 600;
	letter-spacing: .08em; text-transform: uppercase;
	color: #c9a84c; text-decoration: none; transition: color .2s;
}
.msd-blog-card__read:hover { color: #e8c97a; }

.msd-blog-card__share { display: flex; gap: .3rem; }

.msd-blog-card__share-btn {
	width: 26px; height: 26px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.07);
	color: rgba(245,240,232,.3);
	text-decoration: none;
	font-size: .65rem; cursor: pointer;
	transition: all .18s;
}

.msd-blog-card__share-btn:hover { color: #fff; }
.msd-blog-card__share-btn:nth-child(1):hover { background: #1877f2; border-color: #1877f2; }
.msd-blog-card__share-btn:nth-child(2):hover { background: #0a66c2; border-color: #0a66c2; }
.msd-blog-card__share-btn:nth-child(3):hover { background: #25d366; border-color: #25d366; }
.msd-blog-card__copy:hover                   { background: rgba(201,168,76,.2); color: #c9a84c; border-color: rgba(201,168,76,.4); }

/* ===== BLOG ARCHIVE (home.php) ===== */

.msd-blog-archive {
	background: #0a1428;
	min-height: 100vh;
	padding-bottom: 5rem;
}

.msd-blog-archive__hero {
	text-align: center;
	padding: 4rem 2rem 2.5rem;
	background: linear-gradient(180deg, #0d1e3a, #0a1428);
	border-bottom: 1px solid rgba(201,168,76,.1);
}

.msd-blog-archive__title {
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 300; color: #f5f0e8;
	margin: .5rem 0 .8rem;
}
.msd-blog-archive__title em { color: #c9a84c; font-style: italic; }
.msd-blog-archive__sub { font-size: .9rem; color: rgba(245,240,232,.45); }

.msd-blog-archive__cats-wrap {
	position: sticky; top: 72px; z-index: 50;
	background: rgba(10,20,40,.95);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(201,168,76,.1);
	padding: 1rem 4vw;
}

.msd-blog-archive__cats {
	display: flex; gap: .6rem; flex-wrap: wrap;
	max-width: 1200px; margin: 0 auto;
}

.msd-blog-archive__cat {
	padding: .45rem 1.1rem;
	border-radius: 50px;
	border: 1px solid rgba(201,168,76,.2);
	font-size: .72rem; letter-spacing: .1em; text-transform: uppercase;
	color: rgba(245,240,232,.5); text-decoration: none;
	transition: all .2s; display: inline-flex; align-items: center; gap: .4rem;
}
.msd-blog-archive__cat:hover,
.msd-blog-archive__cat.is-active {
	border-color: #c9a84c; background: rgba(201,168,76,.12); color: #e8c97a;
}

.msd-blog-archive__cat-count {
	background: rgba(201,168,76,.2); color: #c9a84c;
	font-size: .6rem; padding: .1rem .45rem; border-radius: 50px;
}

/* Archive grid */
.msd-blog-archive__grid {
	max-width: 1200px; margin: 3rem auto 0;
	padding: 0 4vw;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.msd-ba-card {
	background: #0f1f3c;
	border: 1px solid rgba(201,168,76,.1);
	border-radius: 14px; overflow: hidden;
	display: flex; flex-direction: column;
	transition: transform .3s, border-color .3s, box-shadow .3s;
}
.msd-ba-card:hover {
	transform: translateY(-6px);
	border-color: rgba(201,168,76,.35);
	box-shadow: 0 20px 40px rgba(0,0,0,.35), 0 0 20px rgba(201,168,76,.07);
}

.msd-ba-card__img-wrap {
	position: relative; aspect-ratio: 16/9;
	overflow: hidden; background: #1a3557; display: block;
}
.msd-ba-card__img {
	width: 100%; height: 100%; object-fit: cover;
	display: block; transition: transform .4s;
}
.msd-ba-card:hover .msd-ba-card__img { transform: scale(1.05); }
.msd-ba-card__img-ph {
	width: 100%; height: 100%;
	display: flex; align-items: center; justify-content: center;
	font-size: 2.5rem; color: rgba(245,240,232,.15);
}
.msd-ba-card__badge {
	position: absolute; top: .7rem; left: .7rem;
	background: rgba(201,168,76,.9); color: #0a1428;
	font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
	padding: .22rem .65rem; border-radius: 50px;
}

.msd-ba-card__body { padding: 1.2rem 1.3rem 1.3rem; display: flex; flex-direction: column; gap: .65rem; flex: 1; }
.msd-ba-card__meta { display: flex; align-items: center; gap: .5rem; font-size: .7rem; color: rgba(245,240,232,.32); }
.msd-ba-card__title { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 400; line-height: 1.35; margin: 0; }
.msd-ba-card__title a { color: #f5f0e8; text-decoration: none; transition: color .2s; }
.msd-ba-card__title a:hover { color: #e8c97a; }
.msd-ba-card__excerpt { font-size: .82rem; color: rgba(245,240,232,.45); line-height: 1.7; margin: 0; flex: 1; }

.msd-ba-card__footer {
	display: flex; align-items: center; justify-content: space-between;
	border-top: 1px solid rgba(255,255,255,.05); padding-top: .8rem; margin-top: auto;
}
.msd-ba-card__read { font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #c9a84c; text-decoration: none; }
.msd-ba-card__share { display: flex; gap: .35rem; }
.msd-ba-card__sb {
	width: 28px; height: 28px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
	color: rgba(245,240,232,.3); text-decoration: none; transition: all .18s;
}
.msd-ba-card__sb:nth-child(1):hover { background: #1877f2; border-color: #1877f2; color: #fff; }
.msd-ba-card__sb:nth-child(2):hover { background: #0a66c2; border-color: #0a66c2; color: #fff; }
.msd-ba-card__sb:nth-child(3):hover { background: #25d366; border-color: #25d366; color: #fff; }

.msd-blog-archive__empty { text-align: center; padding: 4rem; color: rgba(245,240,232,.4); }

/* Pagination */
.msd-blog-archive__pagination {
	max-width: 1200px; margin: 3rem auto 0;
	padding: 0 4vw; display: flex; gap: .5rem; flex-wrap: wrap;
}
.msd-blog-archive__pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border-radius: 8px;
	border: 1px solid rgba(201,168,76,.2);
	color: rgba(245,240,232,.55); text-decoration: none;
	font-size: .82rem; transition: all .2s;
}
.msd-blog-archive__pagination .page-numbers:hover,
.msd-blog-archive__pagination .page-numbers.current {
	border-color: #c9a84c; background: rgba(201,168,76,.15); color: #e8c97a;
}
.msd-blog-archive__pagination .prev,
.msd-blog-archive__pagination .next {
	width: auto; padding: 0 1rem; font-size: .72rem; letter-spacing: .08em;
}

/* ===== SINGLE POST ===== */

.msd-single-post { background: #0a1428; }

.msd-single-post__hero {
	background: linear-gradient(160deg, #0d1e3a, #0a1428);
	padding: 5rem 4vw 3.5rem;
	border-bottom: 1px solid rgba(201,168,76,.1);
}
.msd-single-post__hero-inner { max-width: 780px; margin: 0 auto; }

.msd-single-post__meta-top { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.2rem; flex-wrap: wrap; }
.msd-single-post__cat {
	font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
	background: rgba(201,168,76,.15); border: 1px solid rgba(201,168,76,.3);
	color: #c9a84c; padding: .25rem .75rem; border-radius: 50px; text-decoration: none;
}
.msd-single-post__date,
.msd-single-post__read-time { font-size: .75rem; color: rgba(245,240,232,.38); }

.msd-single-post__title {
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(2rem, 5vw, 3.2rem);
	font-weight: 300; color: #f5f0e8;
	line-height: 1.15; margin: 0 0 1.2rem;
}

.msd-single-post__lead {
	font-size: 1.05rem; color: rgba(245,240,232,.55);
	line-height: 1.75; margin-bottom: 1.8rem;
}

.msd-single-post__author-row { display: flex; align-items: center; gap: .9rem; }
.msd-single-post__author-avatar {
	width: 44px; height: 44px; border-radius: 50%;
	background: linear-gradient(135deg, #c9a84c, #e8c97a);
	display: flex; align-items: center; justify-content: center;
	font-weight: 700; font-size: .9rem; color: #0a1428;
}
.msd-single-post__author-row strong { display: block; color: #f5f0e8; font-size: .9rem; }
.msd-single-post__author-row span { font-size: .78rem; color: rgba(245,240,232,.38); }

.msd-single-post__feat-img { max-height: 520px; overflow: hidden; }
.msd-single-post__feat-img-el { width: 100%; max-height: 520px; object-fit: cover; display: block; }

.msd-single-post__content-wrap { max-width: 1000px; margin: 0 auto; padding: 3rem 3vw 2rem; }

.msd-single-post__content {
	font-size: 1rem; color: rgba(245,240,232,.75);
	line-height: 1.85; margin-bottom: 3rem;
}
.msd-single-post__content h2,
.msd-single-post__content h3 { color: #f5f0e8; font-family: 'Cormorant Garamond', serif; font-weight: 400; margin: 2rem 0 .8rem; }
.msd-single-post__content h2 { font-size: 1.7rem; }
.msd-single-post__content h3 { font-size: 1.3rem; }
.msd-single-post__content p { margin-bottom: 1.2rem; }
.msd-single-post__content a { color: #c9a84c; }
.msd-single-post__content strong { color: #f5f0e8; }
.msd-single-post__content blockquote {
	border-left: 3px solid #c9a84c; padding-left: 1.5rem; margin: 1.5rem 0;
	font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-style: italic;
	color: rgba(245,240,232,.65);
}
.msd-single-post__content img { width: 100%; height: auto; border-radius: 8px; margin: 1rem 0; }
.msd-single-post__content ul, .msd-single-post__content ol { padding-left: 1.5rem; margin-bottom: 1.2rem; }
.msd-single-post__content li { margin-bottom: .4rem; }

/* Share bar */
.msd-single-post__share {
	display: flex; align-items: center; gap: .7rem; flex-wrap: wrap;
	padding: 1.2rem 1.5rem; background: rgba(255,255,255,.03);
	border: 1px solid rgba(201,168,76,.12); border-radius: 10px;
	margin-bottom: 2.5rem;
}
.msd-single-post__share span { font-size: .75rem; color: rgba(245,240,232,.38); }

.msd-single-post__share-btn {
	display: inline-flex; align-items: center; gap: .4rem;
	font-size: .7rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
	padding: .45rem .9rem; border-radius: 6px;
	text-decoration: none; border: 1px solid rgba(255,255,255,.08);
	color: rgba(245,240,232,.45); transition: all .2s;
}
.msd-single-post__share-btn--fb:hover { background: #1877f2; border-color: #1877f2; color: #fff; }
.msd-single-post__share-btn--li:hover { background: #0a66c2; border-color: #0a66c2; color: #fff; }
.msd-single-post__share-btn--wa:hover { background: #25d366; border-color: #25d366; color: #fff; }
.msd-single-post__share-btn--x:hover  { background: #111; border-color: #111; color: #fff; }

/* CTA */
.msd-single-post__cta {
	background: linear-gradient(135deg, rgba(201,168,76,.08), rgba(201,168,76,.02));
	border: 1px solid rgba(201,168,76,.2); border-radius: 14px;
	padding: 2.5rem; text-align: center;
}
.msd-single-post__cta h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 400; color: #f5f0e8; margin: 0 0 .7rem; }
.msd-single-post__cta p { color: rgba(245,240,232,.5); font-size: .9rem; margin-bottom: 1.5rem; }

/* Related */
.msd-single-post__related { background: #0d1e3a; border-top: 1px solid rgba(201,168,76,.1); padding: 3.5rem 4vw; }
.msd-single-post__related-inner { max-width: 1000px; margin: 0 auto; }
.msd-single-post__related-title { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; color: #f5f0e8; margin: 0 0 1.5rem; }

.msd-single-post__related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.msd-single-post__related-card { display: flex; flex-direction: column; background: #0f1f3c; border: 1px solid rgba(201,168,76,.1); border-radius: 10px; overflow: hidden; text-decoration: none; transition: border-color .2s, transform .2s; }
.msd-single-post__related-card:hover { border-color: rgba(201,168,76,.35); transform: translateY(-4px); }
.msd-single-post__related-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.msd-single-post__related-body { padding: .8rem 1rem; }
.msd-single-post__related-body span { font-size: .67rem; color: rgba(245,240,232,.3); display: block; margin-bottom: .3rem; }
.msd-single-post__related-body strong { font-size: .85rem; color: #f5f0e8; line-height: 1.35; display: block; }

/* Responsive */
@media (max-width: 900px) {
	.msd-blog-archive__grid { grid-template-columns: 1fr 1fr; }
	.msd-single-post__related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
	.msd-blog { padding: 3rem 0 2.5rem; }
	.msd-blog__head, .msd-blog__cats, .msd-blog__track, .msd-blog__bar-wrap, .msd-blog__footer { padding-left: 1.2rem; padding-right: 1.2rem; }
	.msd-blog-card { flex: 0 0 240px; }
	.msd-blog-archive__grid { grid-template-columns: 1fr; }
	.msd-single-post__related-grid { grid-template-columns: 1fr; }
	.msd-single-post__hero { padding: 3rem 1.5rem 2.5rem; }
}

/* ===== SEO / GEO / AUTHOR INFO FOOTER ===== */

.msd-single-post__info-footer {
	background: transparent;
	border: none;
	padding: 4rem 3vw 2rem;
	margin: 2.5rem 0 0;
}

.msd-single-post__info-inner {
	max-width: 1000px; margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 1.8rem;
}

.msd-single-post__info-section {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(201, 168, 76, 0.15);
	border-radius: 16px;
	padding: 2rem;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.msd-single-post__info-section:hover {
	border-color: rgba(201, 168, 76, 0.25);
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 12px 48px rgba(201, 168, 76, 0.08);
}

.msd-single-post__info-title {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.4rem;
	font-weight: 400;
	color: #f5f0e8;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

/* Author Card */
.msd-single-post__author-card {
	background: transparent;
	border: none;
	border-radius: 12px;
	padding: 0;
	display: flex;
	gap: 1.2rem;
}

.msd-single-post__author-avatar-large {
	width: 72px; height: 72px; flex-shrink: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, #c9a84c, #e8c97a);
	display: flex; align-items: center; justify-content: center;
	font-weight: 700; font-size: 1.4rem; color: #0a1428;
	box-shadow: 0 0 20px rgba(201, 168, 76, 0.2);
}

.msd-single-post__author-card-text { flex: 1; }
.msd-single-post__author-card-text strong { display: block; color: #f5f0e8; font-size: 1rem; margin-bottom: .3rem; font-weight: 500; }
.msd-single-post__author-card-text span { display: block; font-size: .78rem; color: rgba(245,240,232,.45); margin-bottom: .8rem; letter-spacing: 0.05em; }
.msd-single-post__author-card-text p { font-size: .88rem; color: rgba(245,240,232,.6); line-height: 1.7; margin: 0 0 1rem; }

.msd-single-post__author-links { display: flex; gap: .7rem; flex-wrap: wrap; }
.msd-single-post__author-links a {
	font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
	color: #c9a84c; text-decoration: none;
	padding: .5rem 1rem; border: 1px solid rgba(201,168,76,.3); border-radius: 8px;
	transition: all .2s; display: inline-block; background: rgba(201,168,76,.05);
}
.msd-single-post__author-links a:hover {
	background: rgba(201,168,76,.15); border-color: #c9a84c; color: #e8c97a;
}

/* Info Grid */
.msd-single-post__info-grid {
	display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem;
}
.msd-single-post__info-card {
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(201,168,76,.12);
	border-radius: 12px;
	padding: 1.2rem 1.3rem;
	transition: all .2s;
}
.msd-single-post__info-card:hover {
	border-color: rgba(201,168,76,.25);
	background: rgba(255,255,255,.08);
}

.msd-single-post__info-label { 
	font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; 
	color: #c9a84c; display: block; margin-bottom: .5rem; font-weight: 600;
}
.msd-single-post__info-value { 
	font-size: 1.2rem; color: #f5f0e8; font-weight: 500; display: block; margin-bottom: .6rem;
}
.msd-single-post__info-hint { 
	font-size: .75rem; color: rgba(245,240,232,.4); margin: 0; line-height: 1.5;
}
.msd-single-post__info-hint a { color: #c9a84c; font-weight: 500; transition: color .2s; }
.msd-single-post__info-hint a:hover { color: #e8c97a; }

/* GEO Info */
.msd-single-post__geo-info { background: transparent; border: none; border-radius: 12px; padding: 0; }
.msd-single-post__geo-info p { font-size: .9rem; color: rgba(245,240,232,.6); line-height: 1.8; margin-bottom: 1.2rem; }
.msd-single-post__geo-info p:last-of-type { margin-bottom: 1.5rem; }
.msd-single-post__geo-info strong { color: #f5f0e8; font-weight: 500; }

.msd-single-post__locations { display: flex; gap: .6rem; flex-wrap: wrap; }
.msd-single-post__location-tag {
	font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
	background: rgba(201,168,76,.1); border: 1px solid rgba(201,168,76,.25);
	color: #c9a84c; padding: .4rem .85rem; border-radius: 50px;
	transition: all .2s;
}
.msd-single-post__location-tag:hover {
	background: rgba(201,168,76,.2); border-color: #c9a84c;
}

/* Related Topics */
.msd-single-post__related-topics { display: flex; flex-direction: column; gap: .8rem; }
.msd-single-post__topic-link {
	font-size: .85rem;
	color: #c9a84c; text-decoration: none;
	padding: .7rem 1rem; border-radius: 8px;
	transition: all .2s;
	display: flex; align-items: center; gap: .5rem;
}
.msd-single-post__topic-link:hover { 
	background: rgba(201,168,76,.12); color: #e8c97a; padding-left: 1.3rem;
}

/* Responsive */
@media (max-width: 900px) {
	.msd-single-post__info-grid { grid-template-columns: 1fr; }
	.msd-single-post__info-inner { gap: 1.2rem; }
	.msd-single-post__info-section { padding: 1.5rem; }
}

@media (max-width: 600px) {
	.msd-single-post__author-card { flex-direction: column; text-align: center; }
	.msd-single-post__author-avatar-large { margin: 0 auto; width: 64px; height: 64px; font-size: 1.2rem; }
	.msd-single-post__info-footer { padding: 2.5rem 1.5rem; }
	.msd-single-post__info-section { padding: 1.2rem; }
	.msd-single-post__info-title { font-size: 1.15rem; }
}

/* ===== SCROLL TO TOP — GLASSMORPHISM ===== */

.msd-scroll-container {
	position: fixed;
	bottom: 2rem; right: 2rem;
	z-index: 999;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	pointer-events: none;
}

/* Reading Time Info Card */
.msd-reading-time-info {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	padding: 0.9rem 1.2rem;
	background: rgba(245, 240, 232, 0.08);
	border: 1px solid rgba(201, 168, 76, 0.25);
	border-radius: 12px;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	opacity: 0;
	transform: translateY(120px) translateX(20px);
	transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
	pointer-events: none;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.msd-scroll-container.is-visible .msd-reading-time-info {
	opacity: 1;
	transform: translateY(0) translateX(0);
	pointer-events: auto;
}

.msd-reading-time-icon {
	font-size: 1.2rem;
	opacity: 0.8;
}

.msd-reading-time-content {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.msd-reading-time-label {
	font-size: 0.65rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(201, 168, 76, 0.7);
	font-weight: 600;
}

.msd-reading-time-value {
	font-size: 0.95rem;
	color: #f5f0e8;
	font-weight: 700;
}

/* Scroll to Top Button */
.msd-scroll-top-btn {
	width: 52px; height: 52px;
	border-radius: 50%;
	background: rgba(201, 168, 76, 0.15);
	border: 1.5px solid rgba(201, 168, 76, 0.3);
	color: #c9a84c;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: translateY(120px) scale(0.3);
	transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
	pointer-events: none;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 8px 32px rgba(201, 168, 76, 0.1);
	font-weight: 700;
	line-height: 1;
}

.msd-scroll-container.is-visible .msd-scroll-top-btn {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

.msd-scroll-top-btn:hover {
	background: rgba(201, 168, 76, 0.25);
	border-color: rgba(201, 168, 76, 0.5);
	color: #e8c97a;
	transform: translateY(-6px) scale(1);
	box-shadow: 0 12px 48px rgba(201, 168, 76, 0.2);
}

.msd-scroll-top-btn:active {
	transform: translateY(-3px) scale(0.95);
}

.msd-scroll-top-btn.is-clicked {
	animation: msd-scroll-pulse 0.6s ease-out;
}

@keyframes msd-scroll-pulse {
	0% { box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.8); }
	70% { box-shadow: 0 0 0 24px rgba(201, 168, 76, 0); }
	100% { box-shadow: 0 0 0 0 rgba(201, 168, 76, 0); }
}

/* Mobile adjustments */
@media (max-width: 768px) {
	.msd-scroll-container {
		bottom: 1.2rem; right: 1.2rem;
		gap: 0.8rem;
	}

	.msd-scroll-top-btn {
		width: 48px; height: 48px;
		font-size: 0.9rem;
	}

	.msd-reading-time-info {
		padding: 0.75rem 1rem;
	}

	.msd-reading-time-label { font-size: 0.6rem; }
	.msd-reading-time-value { font-size: 0.85rem; }
}

@media (prefers-reduced-motion: reduce) {
	.msd-scroll-top-btn,
	.msd-reading-time-info {
		transition: none;
	}
	.msd-scroll-top-btn.is-clicked {
		animation: none;
	}
}
