/**
 * MindGurus Home Hero, Points Ticker, Gap & Knowledge Hub Section Stylesheet
 * Responsive 1440px Grid Layout
 */

.mg-hero-section {
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 48px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.mg-hero-container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 64px;
	align-items: center;
	box-sizing: border-box;
}

/* Left Content Column */
.mg-hero-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 680px;
}

/* Tag Pill Style */
.mg-hero-tag {
	display: inline-flex;
	align-items: center;
	gap: 9.76px;
	max-width: 393.58px;
	height: 38.08px;
	padding: 7.32px 19.53px;
	border-radius: 40947752px;
	border: 1.22px solid #DFD3BF;
	background: rgba(250, 243, 227, 0.6);
	box-sizing: border-box;
	margin-bottom: 28px;
	white-space: nowrap;
}

.mg-hero-tag-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #67625D;
	display: inline-block;
}

.mg-hero-tag-text {
	font-family: 'Public Sans', sans-serif;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #67625D;
}

/* Heading Typography */
.mg-hero-heading {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(40px, 5.8vw, 92.75px);
	line-height: clamp(46px, 6.1vw, 94.6px);
	letter-spacing: -1.85px;
	color: #261D16;
	margin: 0 0 24px 0;
	vertical-align: middle;
}

.mg-hero-heading-line {
	display: block;
}

.mg-hero-heading-span {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-style: italic;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: #865725;
	display: inline;
}

/* Paragraph Typography */
.mg-hero-paragraph {
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(16px, 1.6vw, 24.41px);
	line-height: clamp(26px, 2.5vw, 39.66px);
	letter-spacing: 0%;
	color: #67625D;
	margin: 0 0 36px 0;
	max-width: 640px;
}

/* Button Row */
.mg-hero-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
}

/* Fill Primary Button */
.mg-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14.64px;
	min-width: 316.95px;
	height: 71.49px;
	padding: 20.14px 34.17px 21.36px 34.17px;
	border-radius: 40947752px;
	background: linear-gradient(102.59deg, #BC9041 0%, #865725 100%);
	color: #FAF3E3;
	font-family: 'Public Sans', sans-serif;
	font-weight: 500;
	font-size: 19.53px;
	line-height: 29.29px;
	text-decoration: none;
	border: none;
	box-sizing: border-box;
	transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, filter 0.25s ease;
	cursor: pointer;
}

.mg-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(134, 87, 37, 0.35);
	filter: brightness(1.06);
	color: #ffffff;
}

.mg-btn-primary svg {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	transition: transform 0.25s ease;
}

.mg-btn-primary:hover svg {
	transform: translateX(4px);
}

/* Normal Secondary Button */
.mg-btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 238.78px;
	height: 71.49px;
	padding: 18.92px 34.17px 20.14px 34.17px;
	border-radius: 40947752px;
	border: 1.22px solid rgba(38, 29, 22, 0.25);
	background-color: transparent;
	color: #261D16;
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
	font-size: 19.53px;
	line-height: 29.29px;
	text-decoration: none;
	box-sizing: border-box;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
	cursor: pointer;
}

.mg-btn-secondary:hover {
	background-color: #261D16;
	color: #FAF3E3;
	border-color: #261D16;
	transform: translateY(-2px);
}

/* Small Footer Note */
.mg-hero-footer-note {
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 500;
	font-size: clamp(13px, 1.1vw, 17.08px);
	line-height: 19.53px;
	color: #67625D;
	margin: 0;
	letter-spacing: 0%;
}

/* Right Media Column */
.mg-hero-media {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mg-hero-image-wrapper {
	position: relative;
	width: 100%;
	max-width: 580px;
	border-radius: 36px;
	box-shadow: 0 24px 48px rgba(38, 29, 22, 0.08);
}

.mg-hero-main-img {
	width: 100%;
	height: auto;
	aspect-ratio: 4/4.4;
	object-fit: cover;
	border-radius: 36px;
	display: block;
}

/* Floating Top Right Quote Card */
.mg-hero-card-top {
	position: absolute;
	top: -24px;
	right: -24px;
	z-index: 10;
	background-color: #1B5450;
	color: #ffffff;
	padding: 22px 26px;
	border-radius: 24px;
	max-width: 250px;
	box-shadow: 0 16px 36px rgba(27, 84, 80, 0.35);
	backdrop-filter: blur(8px);
}

.mg-card-badge {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity: 0.85;
	display: block;
	margin-bottom: 6px;
}

.mg-card-quote {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 20px;
	line-height: 1.3;
	color: #ffffff;
	margin: 0;
}

/* Floating Bottom Spiral Path Pill Card */
.mg-hero-card-bottom {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 48px);
	max-width: 480px;
	background: rgba(245, 240, 230, 0.82);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	border: 1px solid rgba(255, 255, 255, 0.7);
	padding: 16px 24px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	gap: 16px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	z-index: 10;
	box-sizing: border-box;
}

.mg-card-spiral-icon {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid rgba(134, 87, 37, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.6);
}

.mg-card-spiral-icon svg {
	width: 22px;
	height: 22px;
}

.mg-card-bottom-content {
	display: flex;
	flex-direction: column;
}

.mg-card-bottom-badge {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #67625D;
	margin-bottom: 2px;
}

.mg-card-bottom-text {
	font-family: 'Public Sans', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.35;
	color: #261D16;
	margin: 0;
}

/* ==========================================================================
   Points / Partners Infinity Loop Ticker Section
   ========================================================================== */

.mg-points-ticker-section {
	width: 100%;
	background: #FAF3E3;
	border-top: 1px solid rgba(223, 211, 191, 0.6);
	border-bottom: 1px solid rgba(223, 211, 191, 0.6);
	border-left: 0;
	border-right: 0;
	padding: 24px 0;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.mg-points-ticker-container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.mg-ticker-track-wrapper {
	display: flex;
	width: 100%;
	overflow: hidden;
	user-select: none;
}

.mg-ticker-track {
	display: flex;
	align-items: center;
	white-space: nowrap;
	will-change: transform;
	animation: mg-ticker-scroll 25s linear infinite;
	width: max-content;
}

.mg-ticker-track-wrapper:hover .mg-ticker-track {
	animation-play-state: paused;
}

.mg-ticker-set {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.mg-ticker-item {
	display: flex;
	align-items: center;
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0%;
	color: rgba(38, 29, 22, 0.7);
	padding: 0 48px;
	border-left: 1px solid #DFD3BF;
	box-sizing: border-box;
	flex-shrink: 0;
}

@keyframes mg-ticker-scroll {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-50%, 0, 0);
	}
}

/* ==========================================================================
   "The Gap We Sit Inside" Section
   ========================================================================== */

.mg-gap-section {
	width: 100%;
	background-color: #FAF6EE;
	padding: 100px 48px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.mg-gap-container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 72px;
	align-items: center;
	box-sizing: border-box;
}

/* Left Column Image & Promise Card */
.mg-gap-media {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.mg-gap-image-wrapper {
	position: relative;
	width: 100%;
	max-width: 620px;
	border-radius: 36px;
}

.mg-gap-main-img {
	width: 100%;
	height: auto;
	aspect-ratio: 4/4.3;
	object-fit: cover;
	border-radius: 36px;
	display: block;
	box-shadow: 0 20px 40px rgba(38, 29, 22, 0.06);
}

.mg-gap-promise-card {
	position: absolute;
	bottom: 36px;
	left: -36px;
	width: 307.61px;
	min-width: 307.61px;
	max-width: 307.61px;
	padding: 23.07px;
	gap: 7.69px;
	border-radius: 30.76px;
	background-color: #261D16;
	box-shadow: 0 16px 36px rgba(38, 29, 22, 0.3);
	z-index: 10;
	box-sizing: border-box;
}

.mg-promise-badge {
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 400;
	font-size: 9.61px;
	line-height: 14.42px;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	color: rgba(242, 219, 177, 0.8);
	display: block;
	margin-bottom: 6px;
}

.mg-promise-quote {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 19.23px;
	line-height: 26.43px;
	letter-spacing: 0%;
	color: #FAF3E3;
	margin: 0;
}

/* Right Column Content */
.mg-gap-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.mg-gap-subtitle {
	font-family: 'Public Sans', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	line-height: 16.5px;
	letter-spacing: 2.75px;
	text-transform: uppercase;
	color: #865725;
	margin-bottom: 16px;
	display: block;
}

.mg-gap-heading {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(38px, 4.8vw, 71.26px);
	line-height: clamp(46px, 5.6vw, 89.08px);
	letter-spacing: -1.43px;
	color: #261D16;
	margin: 0 0 28px 0;
	vertical-align: middle;
}

.mg-gap-heading-span {
	color: #865725;
	display: inline;
}

.mg-gap-paragraph {
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(16px, 1.7vw, 24px);
	line-height: clamp(26px, 2.5vw, 40px);
	letter-spacing: 0%;
	color: #67625D;
	margin: 0 0 20px 0;
}

.mg-gap-divider {
	width: 100%;
	border: none;
	border-top: 1.48px solid #DFD3BF;
	margin: 36px 0;
}

/* Stats Grid */
.mg-gap-stats-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.mg-stat-col {
	display: flex;
	flex-direction: column;
}

.mg-stat-num {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(32px, 3.5vw, 53.45px);
	line-height: clamp(38px, 4vw, 59.39px);
	letter-spacing: 0%;
	color: #865725;
	margin: 0 0 6px 0;
}

.mg-stat-label {
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(11px, 1vw, 14.85px);
	line-height: 24.13px;
	letter-spacing: 1.48px;
	text-transform: uppercase;
	color: #67625D;
	margin: 0;
}

/* ==========================================================================
   Knowledge Hub (Conditions Cards) Section
   ========================================================================== */

.mg-kh-section {
	width: 100%;
	background-color: #F6EEDE;
	padding: 100px 48px;
	box-sizing: border-box;
	position: relative;
}

.mg-kh-container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.mg-team-section {
	width: 100%;
	background-color: #F6EEDE;
	padding: 100px 48px;
	box-sizing: border-box;
}

.mg-team-container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.mg-team-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.mg-team-subtitle {
	font-family: 'Public Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16.5px;
	letter-spacing: 2.75px;
	text-transform: uppercase;
	color: #865725;
	display: block;
	margin-bottom: 14px;
}

.mg-team-heading {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-size: clamp(32px, 3.5vw, 56px);
	line-height: 1.05;
	letter-spacing: -0.8px;
	color: #261D16;
	margin: 0;
}

.mg-team-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	height: 62px;
	padding: 0 30px;
	border-radius: 999px;
	background: linear-gradient(102.59deg, #BC9041 0%, #865725 100%);
	color: #FAF3E3;
	font-family: 'Public Sans', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.mg-team-cta:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(134, 87, 37, 0.28);
}

.mg-team-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
}

.mg-team-card {
	background-color: #ffffff;
	border-radius: 32px;
	padding: 28px;
	box-shadow: 0 24px 48px rgba(38, 29, 22, 0.08);
	border: 1px solid rgba(38, 29, 22, 0.08);
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.mg-team-image-wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 24px;
	background: #F6EEDE;
}

.mg-team-image {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}

.mg-team-card-badge {
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 500;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #B98A3D;
}

.mg-team-card-name {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -0.5px;
	color: #261D16;
	margin: 0;
}

.mg-team-card-role {
	font-family: 'Public Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #67625D;
	margin: 0;
}

.mg-team-card-desc {
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: #6B6459;
	margin: 0;
}

.mg-team-card-badge {
	display: inline-flex !important;
	gap: 10px;
	align-items: center;
}

.mg-team-card-badge p {
	margin: 0px;
}

.mg-team-card:last-child {
	margin-bottom: 0;
}

.mg-kh-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
	width: 100%;
}

.mg-kh-header-left {
	display: flex;
	flex-direction: column;
}

.mg-kh-subtitle {
	font-family: 'Public Sans', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	line-height: 16.5px;
	letter-spacing: 2.75px;
	text-transform: uppercase;
	color: #865725;
	margin-bottom: 12px;
	display: block;
}

.mg-kh-heading {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(28px, 3vw, 36px);
	line-height: 40px;
	letter-spacing: -0.54px;
	color: #2B241C;
	margin: 0;
	vertical-align: middle;
}

.mg-kh-link {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.2px;
	color: #B98A3D;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: color 0.2s ease, transform 0.2s ease;
}

.mg-kh-link:hover {
	color: #865725;
	transform: translateX(3px);
}

/* 3 Column Cards Grid */
.mg-kh-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	width: 100%;
}

/* Individual Post Card */
.mg-kh-card {
	background-color: #FAF3E3;
	border: 1px solid #E4D7B8;
	border-radius: 24px;
	padding: 24px 24px 26px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 211px;
	text-decoration: none;
	box-sizing: border-box;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
	cursor: pointer;
}

.mg-kh-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 36px rgba(38, 29, 22, 0.08);
	border-color: #B98A3D;
}

.mg-kh-card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
	width: 100%;
}

.mg-card-category {
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 400;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #6B6459;
}

.mg-card-tag-pill {
	background: rgba(234, 217, 174, 0.6);
	padding: 4px 10px;
	border-radius: 12px;
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 400;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #7C5A24;
}

.mg-card-body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.mg-card-title {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.36px;
	color: #2B241C;
	margin: 0 0 10px 0;
	transition: color 0.2s ease;
}

.mg-kh-card:hover .mg-card-title {
	color: #865725;
}

.mg-card-excerpt {
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #6B6459;
	margin: 0 0 16px 0;
}

.mg-card-footer {
	margin-top: auto;
}

.mg-card-link-text {
	font-family: 'Public Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #B98A3D;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: transform 0.2s ease;
}

.mg-kh-card:hover .mg-card-link-text {
	transform: translateX(4px);
}

.mg-card-link-text svg {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}


/* ==========================================================================
   Blog Spotlight Section
   ==========================================================================
*/

.mg-blog-section {
	background: linear-gradient(180deg, #F6EEDE 0%, #FAF4EA 100%);
	padding: 100px 48px;
}

.mg-blog-container {
	max-width: 1440px;
	margin: 0 auto;
}

.mg-blog-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-bottom: 32px;
	text-align: center;
}

.mg-blog-header-copy {
	max-width: 760px;
	margin: 0 auto;
}

.mg-blog-kicker {
	font-family: 'Public Sans', sans-serif;
	font-size: 14px;
	line-height: 16.5px;
	letter-spacing: 2.75px;
	text-transform: uppercase;
	color: #865725;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 12px;
}

.mg-blog-title {
	font-family: 'Fraunces', serif;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -0.96px;
	color: #261D16;
	margin: 0 0 14px 0;
}

.mg-blog-description {
	font-family: 'Public Sans', sans-serif;
	font-size: 18px;
	line-height: 29px;
	color: #67625D;
	margin: 0;
}

.mg-blog-view-all-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 64px;
	padding: 0 24px;
	border-radius: 100px;
	background: linear-gradient(134.72deg, #BC9041 0.24%, #865725 99.76%);
	color: #FFFFFF;
	font-family: 'Public Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(134, 87, 37, 0.25);
}

.mg-blog-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
}

.mg-blog-footer {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.mg-blog-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	min-height: 565px;
	padding: 12px;
	background: #FAF3E3;
	border: 1px solid #D3C4B3;
	border-radius: 40px;
	box-sizing: border-box;
}

.mg-blog-image-wrap {
	border-radius: 24px;
	overflow: hidden;
}

.mg-blog-image {
	display: block;
	width: 100%;
	height: 224px;
	object-fit: cover;
	border-radius: 24px;
}

.mg-blog-card-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 8px 8px 6px;
}

.mg-blog-category-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	padding: 2px 10px;
	border-radius: 26843500px;
	background: rgba(234, 217, 174, 0.6);
	font-family: 'IBM Plex Mono', monospace;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #7C5A24;
	font-weight: 400;
}

.mg-blog-card-title {
	font-family: 'Fraunces', serif;
	font-size: 22px;
	line-height: 29px;
	letter-spacing: -0.33px;
	color: #2B241C;
	margin: 0;
}

.mg-blog-card-excerpt {
	font-family: 'Public Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #6B6459;
	margin: 0;
}

.mg-blog-card-meta {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: #6B6459;
	margin: 2px 0 0;
}

.mg-blog-card-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	text-decoration: none;
	font-family: 'Public Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #B98A3D;
}

/* ============================================================
   "Talk to Someone Now" Crisis CTA Section — Styles
   Add this to your theme's main stylesheet
   ============================================================ */

.mg-cta-section {
	width: 100%;
	background: #FAF6EE;
	padding: 120px 24px;
	display: flex;
	justify-content: center;
}

.mg-cta-card {
	width: 100%;
	max-width: 1680px;
	padding: 56px;
	border-radius: 24px;
	background: #1E5C56;
	box-shadow: 0px 8px 24px 0px rgba(43, 36, 28, 0.06),
		0px 1px 2px 0px rgba(43, 36, 28, 0.04);
	display: grid;
	grid-template-columns: 1fr 598px;
	gap: 40px;
	align-items: center;
}

/* Left Content */
.mg-cta-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.mg-cta-label {
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 16.5px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	color: #EAD9AE;
	margin-bottom: 16px;
}

.mg-cta-heading {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-size: 38px;
	line-height: 46px;
	color: #FDFAF3;
	margin: 0 0 16px 0;
	max-width: 620px;
}

.mg-cta-paragraph {
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	color: rgba(234, 217, 174, 0.9);
	margin: 0 0 32px 0;
	max-width: 520px;
}

/* Button */
.mg-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 48px;
	padding: 14px 24px;
	border-radius: 999px;
	background: #B23B2E;
	color: #FDFAF3;
	font-family: 'Public Sans', sans-serif;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	white-space: nowrap;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.mg-cta-btn:hover {
	opacity: 0.9;
	transform: translateY(-1px);
	color: #FDFAF3;
}

/* Right — Helpline Card */
.mg-cta-right {
	display: flex;
	justify-content: flex-end;
}

.mg-cta-helpline-card {
	width: 100%;
	max-width: 598px;
	padding: 24px;
	border-radius: 20px;
	background: #F8F3E9;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.mg-cta-hl-region {
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #6B6459;
}

.mg-cta-hl-number {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: -0.45px;
	color: #2B241C;
	margin: 4px 0;
}

.mg-cta-hl-desc {
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	color: #6B6459;
	margin: 0;
}

/* ============================================================
   Responsive Breakpoints
   ============================================================ */

@media (max-width: 1100px) {
	.mg-cta-card {
		grid-template-columns: 1fr;
		padding: 40px;
	}

	.mg-cta-right {
		justify-content: flex-start;
	}

	.mg-cta-helpline-card {
		max-width: 100%;
	}
}

@media (max-width: 640px) {
	.mg-cta-section {
		padding: 60px 16px;
	}

	.mg-cta-card {
		padding: 28px;
		border-radius: 18px;
	}

	.mg-cta-heading {
		font-size: 26px;
		line-height: 32px;
	}

	.mg-cta-paragraph {
		font-size: 14px;
		line-height: 22px;
	}

	.mg-cta-btn {
		width: 100%;
		justify-content: center;
	}

	.mg-cta-hl-number {
		font-size: 24px;
		line-height: 30px;
	}

	.mg-cta-helpline-card {
		padding: 18px;
	}
}


@media (max-width: 1200px) {
	.mg-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.mg-blog-section {
		padding: 72px 20px;
	}

	.mg-blog-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.mg-blog-title {
		font-size: 38px;
		line-height: 48px;
	}

	.mg-blog-grid {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   Support Our Mission Donation Section
   ==========================================================================
*/

.mg-donation-section {
	width: 100%;
	background-color: #FAF6EE;
	padding: 100px 48px;
	box-sizing: border-box;
}

.mg-donation-container {
	max-width: 1608px;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 804px) minmax(0, 652px);
	gap: 72px;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}

.mg-donation-media {
	width: 100%;
}

.mg-donation-image-wrapper {
	width: 100%;
	max-width: 804px;
	border-radius: 31.35px;
	overflow: hidden;
	box-shadow: 0px 26.13px 52.25px -26.13px rgba(38, 29, 22, 0.15), 0px 2.61px 10.45px 0px rgba(38, 29, 22, 0.05);
}

.mg-donation-image {
	display: block;
	width: 100%;
	height: 680px;
	object-fit: cover;
	border-radius: 31.35px;
}

.mg-donation-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.mg-donation-subtitle {
	font-family: 'Public Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16.5px;
	letter-spacing: 2.75px;
	text-transform: uppercase;
	color: #865725;
	margin-bottom: 16px;
}

.mg-donation-heading {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -0.96px;
	color: #261D16;
	margin: 0 0 18px 0;
}

.mg-donation-heading-span {
	display: block;
	font-family: 'Arimo', sans-serif;
	font-style: italic;
	color: #865725;
}

.mg-donation-desc {
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 27.5px;
	color: #67625D;
	margin: 0 0 28px 0;
	max-width: 680px;
}

.mg-donation-slot-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	width: 100%;
	max-width: 652px;
	margin-bottom: 24px;
}

.mg-donation-slot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	height: 76px;
	padding: 0 24px;
	border: 1px solid rgba(134, 87, 37, 0.18);
	border-radius: 16px;
	background: #FAF3E3;
	color: #865725;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mg-donation-slot:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(38, 29, 22, 0.08);
	border-color: #865725;
}

.mg-donation-slot-amount {
	font-family: 'Fraunces', serif;
	font-size: 34px;
	line-height: 40px;
	color: #865725;
}

.mg-donation-slot-label {
	font-family: 'Public Sans', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #67625D;
	text-align: right;
}

.mg-donation-direct-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 196px;
	height: 66px;
	padding: 0 28px;
	border: none;
	border-radius: 26843500px;
	background: linear-gradient(134.72deg, #BC9041 0.24%, #865725 99.76%);
	color: #FAF3E3;
	font-family: 'Public Sans', sans-serif;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(134, 87, 37, 0.25);
}

.mg-donation-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.mg-donation-modal.is-visible {
	display: flex;
}

.mg-donation-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(38, 29, 22, 0.45);
}

.mg-donation-modal-card {
	position: relative;
	z-index: 1;
	width: min(100%, 480px);
	background: #fffefa;
	border-radius: 24px;
	padding: 28px;
	box-shadow: 0 24px 60px rgba(38, 29, 22, 0.22);
}

.mg-donation-modal-card h3 {
	font-family: 'Fraunces', serif;
	font-size: 26px;
	line-height: 1.15;
	color: #261D16;
	margin: 0 0 10px 0;
}

.mg-donation-modal-copy {
	font-family: 'Public Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #67625D;
	margin: 0 0 20px 0;
}

.mg-donation-modal-price-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 16px;
	border-radius: 14px;
	background: #FAF3E3;
	margin-bottom: 20px;
}

.mg-donation-modal-price-label {
	font-family: 'Public Sans', sans-serif;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #67625D;
}

.mg-donation-modal-price {
	font-family: 'Fraunces', serif;
	font-size: 28px;
	line-height: 1;
	color: #865725;
}

.mg-donation-modal-form {
	display: grid;
	gap: 12px;
}

.mg-donation-custom-label {
	font-family: 'Public Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #261D16;
}

.mg-donation-custom-input {
	width: 100%;
	height: 50px;
	padding: 0 14px;
	border-radius: 12px;
	border: 1px solid rgba(38, 29, 22, 0.2);
	font-family: 'Public Sans', sans-serif;
	font-size: 16px;
	box-sizing: border-box;
}

.mg-donation-continue-btn {
	height: 56px;
	border: none;
	border-radius: 999px;
	background: linear-gradient(134.72deg, #BC9041 0.24%, #865725 99.76%);
	color: #fff;
	font-family: 'Public Sans', sans-serif;
	font-weight: 600;
	cursor: pointer;
}

.mg-donation-modal-close {
	position: absolute;
	top: 12px;
	right: 12px;
	border: none;
	background: transparent;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	color: #261D16;
}

@media (max-width: 1024px) {
	.mg-donation-container {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.mg-donation-image {
		height: auto;
		aspect-ratio: 4/3;
	}
}

@media (max-width: 767px) {
	.mg-donation-section {
		padding: 72px 20px;
	}

	.mg-donation-heading {
		font-size: 38px;
		line-height: 1.15;
	}

	.mg-donation-slot {
		height: auto;
		min-height: 76px;
		padding: 16px 18px;
		align-items: flex-start;
		flex-direction: column;
	}

	.mg-donation-slot-label {
		text-align: left;
	}

	.mg-donation-direct-btn {
		width: 100%;
	}

	.mg-donation-modal-card {
		padding: 24px 20px;
		border-radius: 16px;
	}

	.mg-donation-modal-price-wrap {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}
}

/* ============================================================
   "Gentle First Step" Section — Styles
   Add this to your theme's main stylesheet (e.g. style.css)
   ============================================================ */

.mg-gfs-section {
	position: relative;
	width: 100%;
	min-height: 780px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

/* Overlay gradient on top of the background image */
.mg-gfs-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(140, 106, 79, 0.6) 0%, rgba(38, 29, 22, 0.6) 100%);
	z-index: 1;
}

/* Content wrapper — max width 1440px, centered */
.mg-gfs-container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

/* Subheading */
.mg-gfs-subheading {
	display: block;
	font-family: 'Public Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16.5px;
	letter-spacing: 2.75px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 24px;
}

/* Main Heading */
.mg-gfs-heading {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 52.8px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #F6F3EE;
	max-width: 900px;
	margin: 0 auto;
}

/* ============================================================
   Responsive Breakpoints
   ============================================================ */

/* Tablets */
@media (max-width: 1024px) {
	.mg-gfs-section {
		min-height: 620px;
	}

	.mg-gfs-heading {
		font-size: 38px;
		line-height: 44px;
		max-width: 700px;
	}
}

/* Small Tablets / Large Phones */
@media (max-width: 768px) {
	.mg-gfs-section {
		min-height: 520px;
	}

	.mg-gfs-container {
		padding: 0 20px;
	}

	.mg-gfs-subheading {
		font-size: 12px;
		letter-spacing: 2px;
		margin-bottom: 18px;
	}

	.mg-gfs-heading {
		font-size: 30px;
		line-height: 36px;
		max-width: 100%;
	}
}

/* Mobile */
@media (max-width: 480px) {
	.mg-gfs-section {
		min-height: 460px;
	}

	.mg-gfs-heading {
		font-size: 24px;
		line-height: 30px;
	}

	.mg-gfs-subheading {
		font-size: 11px;
		letter-spacing: 1.5px;
	}
}

/* Responsive Media Queries */
@media (min-width: 1440px) {
	.mg-ticker-item {
		padding: 0 64px;
	}
}

@media (max-width: 1200px) {
	.mg-hero-container {
		gap: 40px;
	}

	.mg-hero-card-top {
		top: -16px;
		right: -10px;
		max-width: 220px;
		padding: 18px 20px;
	}

	.mg-card-quote {
		font-size: 18px;
	}

	.mg-ticker-item {
		padding: 0 36px;
	}

	.mg-gap-container {
		gap: 48px;
	}

	.mg-gap-promise-card {
		left: -16px;
		bottom: 24px;
	}

	.mg-kh-grid {
		gap: 20px;
	}
}

@media (max-width: 992px) {
	.mg-hero-section {
		padding: 60px 32px;
	}

	.mg-hero-container {
		grid-template-columns: 1fr;
		gap: 56px;
	}

	.mg-hero-content {
		max-width: 100%;
	}

	.mg-hero-media {
		max-width: 600px;
		margin: 0 auto;
	}

	.mg-ticker-item {
		padding: 0 28px;
		font-size: 15px;
	}

	.mg-gap-section {
		padding: 70px 32px;
	}

	.mg-gap-container {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.mg-gap-media {
		max-width: 580px;
		margin: 0 auto;
	}

	.mg-kh-section {
		padding: 70px 32px;
	}

	.mg-kh-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mg-team-section {
		padding: 80px 32px;
	}

	.mg-team-header {
		flex-direction: column;
		align-items: stretch;
	}

	.mg-team-cta {
		width: 100%;
		max-width: 100%;
	}

	.mg-team-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.mg-team-section {
		padding: 60px 20px;
	}

	.mg-team-grid {
		grid-template-columns: 1fr;
	}

	.mg-hero-section {
		padding: 40px 20px;
	}

	.mg-hero-tag {
		max-width: 100%;
		height: auto;
		padding: 8px 16px;
		white-space: normal;
	}

	.mg-hero-buttons {
		flex-direction: column;
		width: 100%;
	}

	.mg-btn-primary,
	.mg-btn-secondary {
		width: 100%;
		min-width: 0;
	}

	.mg-hero-card-top {
		position: relative;
		top: 0;
		right: 0;
		max-width: 100%;
		margin-bottom: -40px;
		z-index: 12;
		border-radius: 20px;
	}

	.mg-hero-image-wrapper {
		border-radius: 24px;
	}

	.mg-hero-main-img {
		border-radius: 24px;
	}

	.mg-hero-card-bottom {
		width: calc(100% - 24px);
		padding: 12px 18px;
		gap: 12px;
		border-radius: 20px;
	}

	.mg-points-ticker-section {
		padding: 18px 0;
	}

	.mg-ticker-item {
		padding: 0 20px;
		font-size: 14px;
		line-height: 18px;
	}

	.mg-gap-section {
		padding: 48px 20px;
	}

	.mg-gap-promise-card {
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		margin-top: 16px;
	}

	.mg-gap-stats-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.mg-kh-section {
		padding: 48px 20px;
	}

	.mg-kh-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.mg-kh-grid {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   5. Ecosystem Section Styles
   ========================================================================== */
.mg-ecosystem-section {
	background-color: #FAF6EE;
	padding: 100px 48px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.mg-ecosystem-container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}

/* Image styling */
.mg-ecosystem-image-wrapper {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto 80px auto;
	box-sizing: border-box;
}

.mg-ecosystem-img {
	width: 100%;
	height: 757px;
	object-fit: cover;
	border-radius: 44.56px;
	display: block;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

/* Content block styling */
.mg-ecosystem-content {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.mg-ecosystem-subtitle {
	font-family: 'Public Sans', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #B98A3D;
	margin-bottom: 24px;
	display: block;
}

.mg-ecosystem-heading {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-size: 71.26px;
	line-height: 89.08px;
	letter-spacing: -1.43px;
	color: #261D16;
	margin: 0 0 24px 0;
	text-align: center;
}

.mg-ecosystem-desc {
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
	font-size: 26.72px;
	line-height: 43.43px;
	color: #6B6459;
	margin: 0 0 56px 0;
	text-align: center;
	max-width: 1060px;
}

/* Cards grid styling */
.mg-ecosystem-cards-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	width: 100%;
	max-width: 1088px;
	margin-bottom: 56px;
	justify-content: center;
}

.mg-ecosystem-card {
	background-color: #FDFAF3;
	border: 1px solid #E4D7B8;
	border-radius: 24px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	box-sizing: border-box;
	min-height: 182px;
}

.mg-ecosystem-card-icon {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
}

.mg-ecosystem-card-icon svg {
	display: block;
}

.mg-ecosystem-card-title {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.3px;
	color: #2B241C;
	margin: 0 0 8px 0;
}

.mg-ecosystem-card-text {
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #6B6459;
	margin: 0;
}

.mg-ecosystem-bottom-text {
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #6B6459;
	margin: 0;
	text-align: center;
	max-width: 1000px;
}

/* Responsive Overrides */
@media (max-width: 1200px) {
	.mg-ecosystem-img {
		height: 600px;
	}

	.mg-ecosystem-heading {
		font-size: 56px;
		line-height: 70px;
	}

	.mg-ecosystem-desc {
		font-size: 22px;
		line-height: 36px;
	}
}

@media (max-width: 992px) {
	.mg-ecosystem-section {
		padding: 80px 32px;
	}

	.mg-ecosystem-image-wrapper {
		margin-bottom: 48px;
	}

	.mg-ecosystem-img {
		height: 480px;
		border-radius: 32px;
	}

	.mg-ecosystem-heading {
		font-size: 42px;
		line-height: 52px;
		letter-spacing: -1px;
	}

	.mg-ecosystem-desc {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 40px;
	}

	.mg-ecosystem-cards-grid {
		grid-template-columns: 1fr;
		max-width: 532px;
		margin-bottom: 40px;
	}

	.mg-ecosystem-card {
		min-height: auto;
	}
}

@media (max-width: 640px) {
	.mg-ecosystem-section {
		padding: 60px 20px;
	}

	.mg-ecosystem-image-wrapper {
		margin-bottom: 32px;
	}

	.mg-ecosystem-img {
		height: 320px;
		border-radius: 24px;
	}

	.mg-ecosystem-heading {
		font-size: 32px;
		line-height: 42px;
		letter-spacing: -0.5px;
	}

	.mg-ecosystem-desc {
		font-size: 18px;
		line-height: 28px;
	}

	.mg-ecosystem-bottom-text {
		font-size: 15px;
		line-height: 24px;
	}
}

/* ==========================================================================
   6. How It Works Section Styles
   ========================================================================== */
.mg-hiw-section {
	background-color: #211A13;
	background-image: radial-gradient(52.08% 57.47% at 30% 0%, #BC9041 0%, rgba(188, 144, 65, 0) 60%);
	padding: 100px 48px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.mg-hiw-container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

/* Header */
.mg-hiw-header {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 64px;
	align-items: flex-end;
	margin-bottom: 64px;
}

.mg-hiw-subtitle {
	font-family: 'Public Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16.5px;
	letter-spacing: 2.75px;
	text-transform: uppercase;
	color: #DEAD78;
	margin-bottom: 24px;
	display: block;
}

.mg-hiw-heading {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -0.96px;
	color: #FAF3E3;
	margin: 0;
}

.mg-hiw-desc {
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 29.25px;
	color: #E4D7B8;
	margin: 0;
}

/* Cards grid */
.mg-hiw-cards-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 11.4px;
	width: 100%;
}

.mg-hiw-card {
	border-radius: 24px;
	background-size: cover;
	background-position: center;
	padding: 40px 40px 42px 40px;
	min-height: 380px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mg-hiw-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(33, 26, 19, 0.85) 0%, rgba(33, 26, 19, 0.4) 100%);
	z-index: 1;
	transition: opacity 0.3s ease;
}

.mg-hiw-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.mg-hiw-card-content {
	position: relative;
	z-index: 2;
}

.mg-hiw-card-number {
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #E4D7B8;
	margin-bottom: 24px;
	display: block;
}

.mg-hiw-card-title {
	font-family: 'Fraunces', serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.48px;
	color: #FAF3E3;
	margin: 0 0 12px 0;
}

.mg-hiw-card-desc {
	font-family: 'Public Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22.75px;
	color: #FAF3E3B2;
	margin: 0 0 24px 0;
}

.mg-hiw-card-link {
	font-family: 'Public Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: gap 0.2s ease;
}

.mg-hiw-card-link:hover {
	gap: 12px;
}

.mg-hiw-card-link svg {
	width: 10px;
	height: 4px;
	transition: transform 0.2s ease;
}

.mg-hiw-card-link svg path {
	fill: #FFFFFF;
}

/* Responsive Overrides */
@media (max-width: 1200px) {
	.mg-hiw-card {
		padding: 30px;
		min-height: 340px;
	}

	.mg-hiw-heading {
		font-size: 40px;
		line-height: 50px;
	}

	.mg-hiw-desc {
		font-size: 16px;
		line-height: 26px;
	}
}

@media (max-width: 992px) {
	.mg-hiw-section {
		padding: 80px 32px;
	}

	.mg-hiw-header {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 48px;
	}

	.mg-hiw-cards-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		max-width: 560px;
		margin: 0 auto;
	}

	.mg-hiw-card {
		min-height: 292px;
	}
}

@media (max-width: 640px) {
	.mg-hiw-section {
		padding: 60px 20px;
	}

	.mg-hiw-heading {
		font-size: 32px;
		line-height: 40px;
	}

	.mg-hiw-card {
		padding: 24px;
		min-height: 280px;
	}
}
