/*
Theme Name: CraftsMN v1
Description: crafts.mn
Author: LIT TEAM - @Daramsenge
Author URI: https://me
Version: 1.0
*/

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	font-family: 'Roboto', sans-serif;
	background: var(--bg);
	color: var(--fg);
	transition: background 0.4s, color 0.4s;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased
}

a {
	text-decoration: none;
	cursor: pointer;
	color: var(--text);
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

b,
strong {

	font-weight: 500
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin: 0;
	background: none;
	line-height: 1.5em
}

input,
button,
select,
textarea {
	font-family: 'Roboto', sans-serif;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

p {
	position: relative;
	font-size: 14px;
	line-height: 1.4em;
	font-family: 'Roboto', sans-serif;
}

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

:root {
	--bg: #0a0a0a;
	--fg: #f0ede8;
	--fg-muted: #888;
	--accent: #f0ede8;
	--border: rgba(240, 237, 232, 0.12);
	--nav-h: 60px;
	--text: #f6f3f3;

}

[data-theme="light"] {
	--bg: #f5f2ed;
	--fg: #0a0a0a;
	--text: #131313;
	--fg-muted: #666;
	--accent: #0a0a0a;
	--border: rgba(10, 10, 10, 0.12);
}

*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}


/* NAV */
nav.main-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: var(--nav-h);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 32px;
	border-bottom: 1px solid var(--border);
	background: var(--bg);
	transition: background 0.4s;
}

.logo img {
	height: 28px;
	filter: invert(2);
}

[data-theme="light"] .logo img {
	filter: invert(0);
}

.nav-links {
	display: flex;
	gap: 32px;
	list-style: none;
}

.nav-links a {
	font-size: 13px;
	letter-spacing: 0.04em;
	color: var(--fg-muted);
	text-decoration: none;
	transition: color 0.2s;
}

.nav-links a:hover, .nav-links a.active {
	color: var(--fg);
}

.nav-right {
	display: flex;
	align-items: center;
	gap: 20px;
}

.theme-toggle {
	background: none;
	border: none;
	cursor: pointer;
	color: var(--fg-muted);
	font-size: 11px;
	letter-spacing: 0.08em;
	font-family: inherit;
	transition: color 0.2s;
}

.theme-toggle:hover {
	color: var(--fg);
}

.nav-menu-btn {
	display: none;
	background: none;
	border: none;
	color: var(--fg);
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	letter-spacing: 0.05em;
}

.lang-switcher-wrap {
	display: inline-block;
}

.lang-toggle-btn {
	padding: 6px 14px;
	border: 1px solid currentColor;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: opacity 0.2s;
}

.lang-toggle-btn:hover {
	opacity: 0.7;
}

/* HERO */
.hero {
	margin-top: var(--nav-h);
	height: calc(100vh - var(--nav-h));
	position: relative;
	overflow: hidden;
}

.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
	width: 100%;
	height: 100%;
}

.hero-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 100%);
	pointer-events: none;
	z-index: 2;
}

.hero-content {
	position: absolute;
	bottom: 60px;
	left: 48px;
	right: 48px;
	z-index: 3;
}

.hero-tagline {
	font-family: 'Roboto', sans-serif;
	font-size: clamp(32px, 5vw, 72px);
	font-weight: 600;
	line-height: 1.1;
	color: #f0ede8;
	max-width: 700px;
	margin-bottom: 28px;
}

.hero-cta {
	display: inline-flex;
	color: #f0ede8;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-decoration: none;
	border: 1px solid rgba(240, 237, 232, 0.4);
	padding: 10px 20px;
	transition: all 0.25s;
}

.hero-cta:hover {
	background: rgba(240, 237, 232, 0.12);
	color: #f0ede8;
	border-color: rgba(240, 237, 232, 0.7);
}

/* Swiper pagination-г таны dot загвартай ижилхэн болгох */
.hero-swiper .swiper-pagination {
	bottom: 24px !important;
	right: 48px !important;
	left: auto !important;
	width: auto !important;
	display: flex;
	gap: 8px;
	z-index: 4;
}

.hero-swiper .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: rgba(240, 237, 232, 0.35);
	opacity: 1;
	margin: 0 !important;
	transition: background 0.3s;
}

.hero-swiper .swiper-pagination-bullet-active {
	background: #f0ede8;
}

/* TICKER */
.ticker-wrap {
	overflow: hidden;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	padding: 14px 0;
}

.ticker {
	display: flex;
	gap: 60px;
	animation: ticker 30s linear infinite;
	white-space: nowrap;
}

.ticker span {
	font-size: 12px;
	letter-spacing: 0.1em;
	color: var(--fg-muted);
	text-transform: uppercase;
}

.ticker span em {
	font-style: normal;
	color: var(--fg);
	margin-right: 60px;
}

@keyframes ticker {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

/* SECTIONS */
section {
	padding: 60px 0;
}

.section-label {
	font-size: 11px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--fg-muted);
	margin-bottom: 16px;
}

.section-title {
	font-family: 'Roboto', sans-serif;
	font-size: clamp(28px, 3.5vw, 52px);
	font-weight: 600;
	line-height: 1.15;
	margin-bottom: 32px;
}

.divider {
	border: none;
	border-top: 1px solid var(--border);
	margin: 0;
}

/* ABOUT */
.about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px 80px;
	align-items: start;
}

.about-text p {
	font-size: 16px;
	line-height: 1.75;
	color: var(--fg-muted);
}

.about-text p strong {
	color: var(--fg);
	font-weight: 500;
}

.about-img-wrap {
	position: relative;
}

.about-img-wrap img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: contain;
}

.about-img-label {
	position: absolute;
	bottom: -20px;
	right: 0;
	font-size: 11px;
	letter-spacing: 0.08em;
	color: var(--fg-muted);
}

.stat-row {
	display: flex;
	gap: 48px;
	margin-top: 48px;
}

.stat-item .stat-num {
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
}

.stat-item .stat-desc {
	font-size: 12px;
	letter-spacing: 0.05em;
	color: var(--fg-muted);
	margin-top: 8px;
}

/* FAQ */
.faq-section {
	background: transparent;
	padding: 100px 0;
}

.faq-title {
	color: var(--text);
	font-family: 'Roboto', sans-serif;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}

.faq-accordion {
	max-width: 900px;
	margin: 0 auto;
}

.faq-accordion .accordion-item {
	background: transparent;
	border: none;
	border-radius: 0;
	border-top: 1px solid var(--border);
}

.faq-accordion .accordion-item:last-child {
	border-bottom: 1px solid var(--border, 0.15);
}

.faq-accordion .accordion-button {
	background: transparent;
	color: var(--text);
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 500;
	padding: 26px 4px;
	box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
	background: transparent;
	color: var(--text);
	box-shadow: none;
}

.faq-accordion .accordion-button:focus {
	box-shadow: none;
	border-color: transparent;
}

.faq-accordion .accordion-button::after {
	/* filter: invert(1) grayscale(1) brightness(1.6); */
	opacity: 0.6;
}

.faq-accordion .accordion-body {
	padding: 0 4px 26px;
	color: var(--text);
	font-size: 15px;
	line-height: 1.7;
}

.faq-accordion .accordion-body a {
	color: var(--text);
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* SERVICES */
.services-row {
	/* display: flex; */
	/* gap: 1px; */
	/* border: 1px solid var(--border); */
}

.service-item {
	/* flex: 1; */
	padding: 32px 24px;
	border: 1px solid var(--border);
	transition: background 0.25s;
	cursor: default;
}

/* .service-item:last-child {
	border-right: none;
} */

.service-item:hover {
	background: var(--border);
}

.service-num {
	font-size: 11px;
	color: var(--fg-muted);
	letter-spacing: 0.1em;
	margin-bottom: 16px;
}

.service-name {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
}

.service-desc {
	font-size: 13px;
	line-height: 1.65;
	color: var(--fg-muted);
}

/* Home page FEATURED PROJECTS */
.proj-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
}

.proj-card {
	position: relative;
	overflow: hidden;
	aspect-ratio: 3/4;
	cursor: pointer;
}

.proj-card.large {
	grid-column: span 2;
	aspect-ratio: unset;
}

.proj-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.proj-card:hover img {
	transform: scale(1.04);
}

.proj-card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 50%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 28px;
	opacity: 0;
	transition: opacity 0.35s;
}

.proj-card:hover .proj-card-overlay {
	opacity: 1;
}

.proj-card-info {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.proj-card-year {
	font-size: 11px;
	color: rgba(240, 237, 232, 0.6);
	letter-spacing: 0.08em;
}

.proj-card-name {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #f0ede8;
	font-weight: 600;
}

.proj-card-type {
	font-size: 12px;
	color: rgba(240, 237, 232, 0.6);
}

.proj-card-link {
	display: inline-block;
	margin-top: 12px;
	font-size: 11px;
	letter-spacing: 0.08em;
	color: #f0ede8;
	border: 1px solid rgba(240, 237, 232, 0.5);
	padding: 6px 14px;
	text-decoration: none;
	transition: all 0.2s;
}

.proj-card-link:hover {
	background: rgba(240, 237, 232, 0.15);
	color: #f0ede8;
}

.view-all-wrap {
	margin-top: 48px;
	text-align: center;
}

.btn-outline-custom {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: var(--fg);
	border: 1px solid var(--border);
	padding: 14px 32px;
	text-decoration: none;
	transition: all 0.25s;
}

.btn-outline-custom:hover {
	background: var(--fg);
	color: var(--bg);
	border-color: var(--fg);
}

/* Project detail */
.project-layout {
	display: grid;
	grid-template-columns: 20% 55% 25%;
	gap: 40px;
	align-items: start;
	margin-top: 60px;
}

/* LEFT */
.project-left {
	position: sticky;
	top: 20px;
}

.project-title {
	font-size: 32px;
	font-weight: 500;
	margin-left: 30px;
}

/* CENTER */
.project-center {
	font-size: 16px;
	line-height: 1.7;
}

/* RIGHT */
.project-right {
	position: sticky;
	top: 20px;
}

.meta-item {
	margin-bottom: 20px;
}

.meta-item .label {
	display: block;
	font-size: 12px;
	opacity: 0.6;
}

.meta-item .value {
	font-size: 14px;
}

/* project-gallery */

.gallery-main {
	height: 600px;
	/* хүссэн хэмжээгээрээ өөрчилж болно */
	background: #fff;
	/* зурган ард харагдах дэвсгэр өнгө */
}

.gallery-main .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	overflow: hidden;
}

.gallery-main .swiper-slide-link,
.gallery-main .swiper-slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: zoom-in;
}

.gallery-main .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.gallery-main .swiper-slide a:hover img {
	transform: scale(1.02);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev::after {
	content: 'next';
	display: none;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: 'prev';
	display: none;
}

/* thumbs */
.gallery-thumbs {
	margin-top: 15px;
	height: 100px;
}

.gallery-thumbs .swiper-slide {
	width: 120px !important;
	opacity: 0.4;
	cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.gallery-thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev::after {
	content: 'next';
	display: none;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: 'prev';
	display: none;
}

/* GLightbox title-г зүүн дээд буланд байрлуулах */
.gdesc-inner {
	position: absolute !important;
	top: 20px !important;
	left: 20px !important;
	right: auto !important;
	bottom: auto !important;
	background: transparent !important;
	max-width: 60%;
	padding: 0 !important;
}

.gdesc-title {
	color: #f0ede8;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
	/* зурган дээр уншигдахуйц болгоно */
}

/* Description container-ийн эх загварын дэвсгэрийг арилгах (зурган дээр шууд байрлуулж байгаа тул) */
.gslide-description {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: transparent !important;
	pointer-events: none !important;
	z-index: 5;
}

.gslide-media {
	position: relative;
}

/* MOBILE */
@media (max-width: 992px) {
	.project-layout {
		grid-template-columns: 1fr;
	}

	.project-left,
	.project-right {
		position: relative;
	}
}

/* JOURNAL */
.journal-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px;
}

.journal-card {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.journal-card img {
	width: 100%;
	aspect-ratio: 16/10;
	object-fit: cover;
	transition: transform 0.5s;
}

.journal-card:hover img {
	transform: scale(1.04);
}

.journal-card-body {
	padding: 24px 0;
}

.journal-tag {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--fg-muted);
	margin-bottom: 10px;
}

.journal-card-title {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 12px;
}

.journal-card-excerpt {
	font-size: 13px;
	color: var(--fg-muted);
	line-height: 1.6;
}

.recent-news {
	margin: 10px 0;
}

/* PAGE HERO */
.page-hero {
	margin-top: var(--nav-h);
	padding: 80px 0 48px;
	border-bottom: 1px solid var(--border);
}

.page-title {
	font-family: 'Roboto', sans-serif;
	font-size: clamp(40px, 8vw, 110px);
	font-weight: 700;
	line-height: 0.9;
	letter-spacing: -0.02em;
}

/* FILTERS */
.filter-bar {
	border-bottom: 1px solid var(--border);
	padding: 0;
	display: flex;
	align-items: center;
	gap: 0;
	overflow-x: auto;
}

.filter-btn {
	background: none;
	border: none;
	border-right: 1px solid var(--border);
	color: var(--fg-muted);
	font-family: inherit;
	font-size: 12px;
	letter-spacing: 0.06em;
	padding: 16px 24px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
}

.filter-btn:first-child {
	border-left: none;
}

.filter-btn:hover {
	color: var(--fg);
	background: var(--border);
}

.filter-btn.active {
	color: var(--fg);
	background: var(--border);
}

.view-toggle {
	margin-left: auto;
	display: flex;
	border-left: 1px solid var(--border);
}

.view-btn {
	background: none;
	border: none;
	border-left: 1px solid var(--border);
	color: var(--fg-muted);
	font-family: inherit;
	font-size: 11px;
	letter-spacing: 0.06em;
	padding: 16px 20px;
	cursor: pointer;
	transition: all 0.2s;
}

.view-btn:hover,
.view-btn.active {
	color: var(--fg);
}

/* GRID VIEW */
.projects-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
	padding: 2px;
}

.project-card {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4/3;
	cursor: pointer;
	background: #111;
}

.project-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:
		transform 0.6s ease,
		filter 0.4s;
}

.project-card:hover img {
	transform: scale(1.05);
	filter: brightness(0.7);
}

.project-card-info {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 24px;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.75) 0%,
			transparent 55%);
	transform: translateY(8px);
	transition: transform 0.35s;
}

.project-card:hover .project-card-info {
	transform: translateY(0);
}

.pc-num {
	font-size: 10px;
	color: rgba(240, 237, 232, 0.5);
	letter-spacing: 0.1em;
	margin-bottom: 8px;
}

.pc-name {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 600;
	color: #f0ede8;
	margin-bottom: 4px;
}

.pc-type {
	font-size: 11px;
	color: rgba(240, 237, 232, 0.6);
	margin-bottom: 4px;
}

.pc-location {
	font-size: 11px;
	color: rgba(240, 237, 232, 0.45);
}

.pc-year {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 11px;
	color: rgba(240, 237, 232, 0.6);
	letter-spacing: 0.05em;
}

.pc-view-btn {
	display: inline-block;
	margin-top: 10px;
	font-size: 10px;
	letter-spacing: 0.08em;
	color: #f0ede8;
	border: 1px solid rgba(240, 237, 232, 0.4);
	padding: 5px 12px;
	text-decoration: none;
	opacity: 0;
	transform: translateY(4px);
	transition: all 0.25s 0.1s;
}

.project-card:hover .pc-view-btn {
	opacity: 1;
	transform: translateY(0);
}

/* LIST VIEW */
.projects-list {
	display: none;
}

.project-list-item {
	display: grid;
	grid-template-columns: 40px 280px 1fr 1fr 80px 100px;
	align-items: center;
	gap: 24px;
	padding: 20px 32px;
	border-bottom: 1px solid var(--border);
	cursor: pointer;
	transition: background 0.2s;
	text-decoration: none;
	color: inherit;
}

.project-list-item:hover {
	background: var(--border);
}

.pli-num {
	font-size: 11px;
	color: var(--fg-muted);
}

.pli-img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.pli-name {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 600;
}

.pli-type {
	font-size: 12px;
	color: var(--fg-muted);
}

.pli-location {
	font-size: 12px;
	color: var(--fg-muted);
}

.pli-year {
	font-size: 12px;
	color: var(--fg-muted);
	text-align: right;
}

.pli-action {
	font-size: 11px;
	color: var(--fg-muted);
	text-align: right;
	letter-spacing: 0.05em;
}

/* HIDDEN */
.hidden {
	display: none !important;
}

/* FOOTER */
footer {
	border-top: 1px solid var(--border);
	padding: 60px 0 40px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 48px;
}

.footer-logo {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 16px;
}

.footer-tagline {
	font-size: 13px;
	color: var(--fg-muted);
	line-height: 1.6;
	max-width: 280px;
}

.footer-heading {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--fg-muted);
	margin-bottom: 20px;
}

.footer-links {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-links a {
	font-size: 13px;
	color: var(--fg-muted);
	text-decoration: none;
	transition: color 0.2s;
}

.footer-links a:hover {
	color: var(--fg);
}

.footer-newsletter {
	display: flex;
	gap: 0;
}

.footer-newsletter input {
	flex: 1;
	background: transparent;
	border: 1px solid var(--border);
	border-right: none;
	color: var(--fg);
	padding: 10px 14px;
	font-family: inherit;
	font-size: 13px;
	outline: none;
}

.footer-newsletter input::placeholder {
	color: var(--fg-muted);
}

.footer-newsletter button {
	background: var(--fg);
	border: none;
	color: var(--bg);
	padding: 10px 18px;
	font-size: 11px;
	letter-spacing: 0.05em;
	cursor: pointer;
	font-family: inherit;
	transition: opacity 0.2s;
}

.footer-newsletter button:hover {
	opacity: 0.8;
}

.footer-bottom {
	margin-top: 60px;
	padding-top: 24px;
	border-top: 1px solid var(--border);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-copy {
	font-size: 12px;
	color: var(--fg-muted);
}

.footer-socials {
	display: flex;
	gap: 20px;
}

.footer-socials a {
	font-size: 12px;
	color: var(--fg-muted);
	text-decoration: none;
	transition: color 0.2s;
}

.footer-socials a:hover {
	color: var(--fg);
}

/* MOBILE NAV */
.mobile-menu {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 999;
	background: var(--bg);
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 60px 48px;
}

.mobile-menu.open {
	display: flex;
}

.mobile-menu-links {
	list-style: none;
}

.mobile-menu-links li {
	margin-bottom: 24px;
}

.mobile-menu-links a {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: var(--fg);
	text-decoration: none;
	opacity: 0.5;
	transition: opacity 0.2s;
}

.mobile-menu-links a:hover {
	opacity: 1;
}

.mobile-close {
	position: absolute;
	top: 24px;
	right: 32px;
	background: none;
	border: none;
	cursor: pointer;
	color: var(--fg);
	font-family: inherit;
	font-size: 13px;
	letter-spacing: 0.05em;
}

@media (max-width: 992px) {
	.nav-links {
		display: none;
	}

	.nav-menu-btn {
		display: block;
	}

	.about-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.proj-grid {
		grid-template-columns: 1fr 1fr;
	}

	.proj-card.large {
		grid-column: span 1;
	}

	.awards-list .award-item {
		grid-template-columns: 60px 1fr;
	}

	.award-org, .award-title {
		display: none;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.journal-grid {
		grid-template-columns: 1fr;
	}
}

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

	.footer-grid {
		grid-template-columns: 1fr;
	}

	.hero-content {
		left: 24px;
		right: 24px;
		bottom: 40px;
	}
}