.elementor-5264 .elementor-element.elementor-element-9919202{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--background-transition:0.3s;}.elementor-5264 .elementor-element.elementor-element-68115d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--background-transition:0.3s;}.elementor-5264 .elementor-element.elementor-element-68115d8:not(.elementor-motion-effects-element-type-background), .elementor-5264 .elementor-element.elementor-element-68115d8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1712;}.elementor-5264 .elementor-element.elementor-element-68115d8, .elementor-5264 .elementor-element.elementor-element-68115d8::before{--border-transition:0.3s;}.elementor-5264 .elementor-element.elementor-element-1efaa86{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--background-transition:0.3s;}.elementor-5264 .elementor-element.elementor-element-05ff1d7{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--background-transition:0.3s;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-5264 .elementor-element.elementor-element-4b80f3a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}@media(max-width:1024px){.elementor-5264 .elementor-element.elementor-element-1efaa86{--grid-auto-flow:row;}.elementor-5264 .elementor-element.elementor-element-05ff1d7{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-5264 .elementor-element.elementor-element-1efaa86{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-5264 .elementor-element.elementor-element-05ff1d7{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-c22921c *//* HERO */
.hero {
	min-height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.hero-bg {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #0D0D0D 0%, #1A1712 60%, #0D0D0D 100%);
}

.hero-bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(201, 169, 110, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(201, 169, 110, 0.035) 1px, transparent 1px);
	background-size: 80px 80px;
}

.hero-portrait {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 44vw;
	max-width: 650px;
	overflow: hidden;
	opacity: 0;
	animation: fadeIn 1s 0.7s ease forwards;
}

.hero-portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.hero-portrait::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(to right,
			var(--dark) 0%, rgba(13, 13, 13, 0.3) 50%, transparent 100%), linear-gradient(to top, rgba(13, 13, 13, 0.6) 0%, transparent 35%);
}

.hero-portrait::after {
	content: '';
	position: absolute;
	top: 2rem;
	left: 2.5rem;
	right: 1rem;
	bottom: 2rem;
	border: 1px solid rgba(201, 169, 110, 0.22);
	z-index: 2;
	pointer-events: none;
}

.hero-content {
	position: relative;
	z-index: 5;
	padding: 5rem 5vw 8rem;
	max-width: 660px;
}

.hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.9rem;
	font-size: 0.66rem;
	font-weight: 500;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #c9a96e;
	opacity: 0;
	animation:
		fadeUp 0.8s 0.3s ease forwards;
}

.hero-eyebrow::before {
	content: '';
	width: 34px;
	height: 1px;
	background: #c9a96e;
}

.hero-title {
	font-family: 'Playfair Display', serif !important;
	font-size: clamp(3rem, 6vw, 5.5rem) !important;
	font-weight: 700;
	line-height: 1.06;
	margin-bottom: 1.3rem;
	opacity: 0;
	animation: fadeUp 0.8s 0.5s ease forwards;
	color: #fff !important;
}

.hero-title em {
	font-style: italic;
	color: #c9a96e;
	font-weight: 400;
}

.hero-subtitle {
	font-family: 'Cormorant Garamond', serif !important;
	font-size: 1.15rem;
	font-weight: 300;
	line-height: 1.85;
	color: #C4BAB0;
	max-width: 490px;
	margin-bottom: 2.4rem;
	opacity: 0;
	animation: fadeUp 0.8s 0.7s ease forwards;
}

.hero-actions {
	display: flex;
	gap: 1.1rem;
	align-items: center;
	flex-wrap: wrap;
	opacity: 0;
	animation: fadeUp 0.8s 0.9s ease forwards;
}

.btn-primary {
	padding: 0.85rem 2rem;
	background: #c9a96e;
	color: #0d0d0d !important;
	font-size: 0.69rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
}

.btn-primary::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #e8d5a3;
	transform:
		translateX(-100%);
	transition: transform 0.3s;
}

.btn-primary:hover::before {
	transform: translateX(0);
}

.btn-primary span {
	position: relative;
	z-index: 1;
}

.btn-ghost {
	padding: 0.85rem 2rem;
	border: 1px solid rgba(201, 169, 110, 0.4);
	color: #e8d5a3 !important;
	font-size:
		0.69rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: all 0.3s;
}

.btn-ghost:hover {
	border-color: #c9a96e;
	color: var(--gold);
	background: rgba(201, 169, 110, 0.05);
}

.stats-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	border-top: 1px solid rgba(201, 169, 110, 0.12);
	background: rgba(10, 10, 10, 0.85);
	backdrop-filter: blur(10px);
	z-index: 6;
	opacity: 0;
	animation:
		fadeUp 0.8s 1.1s ease forwards;
}

.stat-item {
	flex: 1;
	padding: 1.3rem 1.8rem;
	border-right: 1px solid rgba(201, 169, 110, 0.08);
}

.stat-item:last-child {
	border-right: none;
}

.stat-number {
	font-family: 'Playfair Display', serif;
	font-size: 1.65rem;
	font-weight: 700;
	color: #c9a96e;
	line-height: 1;
}

.stat-label {
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8a8278;
	margin-top: 0.25rem;
}

.elementor-5264 .elementor-element.elementor-element-9919202 {
    --display: flex;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --background-transition: 0.3s;
    padding: 0;
}

/* UTILS */
section {
	padding:2rem 5vw 2vh 5vw;
}

.section-label {
	font-size: 0.62rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--gold);
	display:
		flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.9rem;
}

.section-label::before {
	content: '';
	width: 26px;
	height: 1px;
	background: var(--gold);
}

.section-title {
	font-family: 'Playfair Display', serif;
	font-size: clamp(1.9rem, 3.2vw, 3rem);
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 1.1rem;
}

.section-title em {
	font-style: italic;
	color: var(--gold);
}

.reveal {
	opacity: 0;
	transform: translateY(34px);
	transition: all 0.72s ease;
}

.reveal.visible {
	opacity: 1;
	transform: translateY(0);
}

.reveal-delay-1 {
	transition-delay: 0.12s;
}

.reveal-delay-2 {
	transition-delay: 0.22s;
}

.reveal-delay-3 {
	transition-delay: 0.32s;
}


/* RESPONSIVE */
@media (max-width: 1100px) {
	.ventures-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.venture-card.featured {
		grid-column: span 2;
	}

	.hero-portrait {
		width: 50vw;
	}
}

@media (max-width: 900px) {

	.nav-links,
	.nav-cta {
		display: none;
	}

	.nav-toggle {
		display: flex;
	}

	.hero-portrait {
		display: none;
	}

	.about-grid,
	.vision-inner,
	.contact-inner,
	.phil-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.about-images {
		grid-template-columns: 1fr 1fr;
	}

	.press-logos {
		flex-wrap: wrap;
	}

	.press-item {
		flex: 1 1 45%;
	}

	.about-badge {
		left: 0;
	}

	.phil-stat-card {
		left: 0;
	}

	.footer-inner {
		flex-direction: column;
		text-align: center;
	}

	.ventures-header {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 600px) {
    .hero-content {
        padding: 0rem 5vw 8rem;
    }
	section {
		padding: 0rem 5vw;
	}

	.ventures-grid {
		grid-template-columns: 1fr;
	}

	.venture-card.featured {
		grid-column: span 1;
	}

	.press-item {
		flex: 1 1 100%;
	}

	.form-row {
		grid-template-columns: 1fr;
	}

	.about-pillars {
		grid-template-columns: 1fr;
	}

	.hero-title {
		font-size: 2.6rem;
	}

	.stats-bar {
		flex-wrap: wrap;
	}

	.stat-item {
		flex: 1 1 50%;
		border-right: none;
		border-bottom: 1px solid rgba(201, 169, 110, 0.08);
	}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f506b6 */section {
	padding: 2rem 5vw 2vh 5vw;
}

.section-label {
	font-size: 0.62rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: #c9a96e;
	display:
		flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.9rem;
}

.section-label::before {
	content: '';
	width: 26px;
	height: 1px;
	background: #c9a96e;
}

.section-title {
	font-family: 'Playfair Display', serif !important;
	font-size: clamp(1.9rem, 3.2vw, 3rem) !important;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 1.1rem;
	color:#faf7f2 !important;
}

.section-title em {
	font-style: italic;
	color: #c9a96e;
}
.reveal2 {
	transform: translateY(34px);
	transition: all 0.72s ease;
	color: #c9a96e;
}

.reveal2.visible {
	opacity: 1;
	transform: translateY(0);
}

.reveal-delay-1 {
	transition-delay: 0.12s;
}

.reveal-delay-2 {
	transition-delay: 0.22s;
}

.reveal-delay-3 {
	transition-delay: 0.32s;
}

/* ABOUT */
.about {
	background: var(--dark-2);
	position: relative;
	overflow: hidden;
	padding-bottom: 110px
}

.about::after {
	content: 'AV';
	position: absolute;
	right: -1rem;
	top: 50%;
	transform: translateY(-50%);
	font-family:
		'Playfair Display', serif !important;
	font-size: 28vw;
	font-weight: 700;
	color: rgba(201, 169, 110, 0.022);
	line-height: 1;
	pointer-events: none;
	user-select: none;
}

.about-grid {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 5rem;
	align-items: center;
}

.about-images {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap:
		10px;
}

.about-img-main {
	grid-column: 1 / 3;
	aspect-ratio: 4/3;
	overflow: hidden;
	position: relative;
}

.about-img-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	filter: contrast(1.05) saturate(0.88);
	transition: transform 0.6s ease;
}

.about-img-main:hover img {
	transform: scale(1.03);
}

.about-img-main::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(13, 13, 13, 0.35) 0%, transparent 50%);
}

.about-img-side {
	aspect-ratio: 3/4;
	overflow: hidden;
	position: relative;
}

.about-img-side img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	filter: contrast(1.05) saturate(0.88);
	transition: transform 0.6s ease;
}

.about-img-side:hover img {
	transform: scale(1.04);
}

.about-img-side::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(13, 13, 13, 0.2) 0%, transparent 50%);
}

.about-gold-accent {
	position: absolute;
	bottom: -14px;
	right: -14px;
	width: 52%;
	height: 52%;
	z-index: 0;
	pointer-events: none;
}

.about-badge {
	position: absolute;
	bottom: 18px;
	left: -14px;
	background: #c9a96e;
	color: #000;
	padding:
		0.9rem 1.3rem;
	z-index: 4;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}

.about-badge-title {
	font-family: 'Playfair Display', serif !important;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
}

.about-badge-sub {
	font-size: 0.56rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 0.22rem;
	opacity:
		0.75;
}

.about-text {
	position: relative;
	z-index: 2;
}

.about-text p {
	font-family: 'Cormorant Garamond', serif !important;
	font-size: 1.08rem;
	font-weight: 300;
	line-height: 1.9;
	color:
		var(--text-light);
	margin-bottom: 1.2rem;
}

.about-text p strong {
	color: var(--ivory);
	font-weight: 500;
}

.about-pillars {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
	margin-top: 1.8rem;
}

.pillar {
	border: 1px solid rgba(201, 169, 110, 0.14);
	padding: 1rem;
	background: rgba(201, 169, 110, 0.02);
	transition: all 0.3s;
}

.pillar:hover {
	border-color: rgba(201, 169, 110, 0.38);
	background: rgba(201, 169, 110, 0.05);
}

.pillar-name {
	font-size: 0.90rem;
	font-weight: 600;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color:
		var(--gold);
}

.pillar-desc {
	font-size: 0.85rem;
	color: #8a8278;
	margin-top: 0.22rem;
	line-height: 1.5;
}


/* RESPONSIVE */
@media (max-width: 1100px) {
	.ventures-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.venture-card.featured {
		grid-column: span 2;
	}

	.hero-portrait {
		width: 50vw;
	}
}

@media (max-width: 900px) {

	.nav-links,
	.nav-cta {
		display: none;
	}

	.nav-toggle {
		display: flex;
	}

	.hero-portrait {
		display: none;
	}

	.about-grid,
	.vision-inner,
	.contact-inner,
	.phil-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.about-images {
		grid-template-columns: 1fr 1fr;
	}

	.press-logos {
		flex-wrap: wrap;
	}

	.press-item {
		flex: 1 1 45%;
	}

	.about-badge {
		left: 0;
	}

	.phil-stat-card {
		left: 0;
	}

	.footer-inner {
		flex-direction: column;
		text-align: center;
	}

	.ventures-header {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 600px) {
	section {
		padding: 0rem 5vw;
	}

	.ventures-grid {
		grid-template-columns: 1fr;
	}

	.venture-card.featured {
		grid-column: span 1;
	}

	.press-item {
		flex: 1 1 100%;
	}

	.form-row {
		grid-template-columns: 1fr;
	}

	.about-pillars {
		grid-template-columns: 1fr;
	}

	.hero-title {
		font-size: 2.6rem;
	}

	.stats-bar {
		flex-wrap: wrap;
	}

	.stat-item {
		flex: 1 1 50%;
		border-right: none;
		border-bottom: 1px solid rgba(201, 169, 110, 0.08);
	}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-177b0ab *//* VENTURES */
.reveal {
    transform: translateY(34px);
    transition: all 0.72s ease;
    opacity: inherit;
}

.ventures {
	background:#0d0d0d;
	padding-bottom: 110px
}

.ventures-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 3rem;
	gap: 2rem;
}

.ventures-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.venture-card {
	background: var(--dark-2);
	border: 1px solid rgba(201, 169, 110, 0.07);
	overflow: hidden;
	position:
		relative;
	transition: all 0.4s;
	display: flex;
	flex-direction: column;
}

.venture-card:hover {
	border-color: rgba(201, 169, 110, 0.28);
	transform: translateY(-4px);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
}

.venture-card.featured {
	grid-column: span 2;
}

.venture-img {
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	position: relative;
	background: var(--dark-3);
}

.venture-card.featured .venture-img {
	aspect-ratio: 21/9;
}

.venture-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
	filter:
		brightness(0.82) contrast(1.05);
}

.venture-card:hover .venture-img img {
	transform: scale(1.06);
}

.venture-img-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(13, 13, 13, 0.75) 0%,
			transparent 55%);
}

.venture-logo-badge {
	position: absolute;
	bottom: 10px;
	left: 12px;
	z-index: 2;
	background: rgba(13, 13, 13, 0.72);
	backdrop-filter: blur(6px);
	padding: 5px 9px;
	max-height: 42px;
	display: flex;
	align-items: center;
}

.venture-logo-badge img {
	height: 26px;
	width: auto;
	max-width: 95px;
	object-fit: contain;
	filter: brightness(1.3) saturate(0.3);
}

.venture-body {
	padding: 1.3rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.venture-tag-top {
	font-size: 0.57rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #c9a96e;
	margin-bottom: 0rem;
}

.venture-name {
	font-family: 'Playfair Display', serif !important;
	font-size: 1.05rem;
	font-weight: 600;
	margin-bottom: 0rem;
	color: #faf7f2;
}

.venture-name em {
	font-style: italic;
	color: #c9a96e;
}

.venture-desc {
	font-size: 14px;
	line-height: 1.72;
	color: #8a8278;
	flex: 1;
	margin-bottom: 0;
}

.venture-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.63rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gold);
	text-decoration:none !important;
	margin-top: 0.9rem;
	transition: gap 0.3s;
}

.venture-link:hover {
	gap: 0.65rem;
}

.venture-link::after {
	content: '→';
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-05ff1d7 */.reveal {
    transform: translateY(34px);
    transition: all 0.72s ease;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec9d14f *//* VISION */
.vision {
	background: linear-gradient(135deg, #1a1712, #252118);
	position: relative;
	overflow: hidden;
	padding-bottom: 110px
}

.vision-bg-img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 38%;
	opacity: 0.07;
	background-image:
		url('https://ashishvijay.com/wp-content/uploads/2024/01/pexels-thirdman-7652039-683x1024.jpg');
	background-size: cover;
	background-position: center;
	mask-image: linear-gradient(to right, transparent 0%, black 50%);
	-webkit-mask-image:
		linear-gradient(to right, transparent 0%, black 50%);
}

.vision-inner {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 6rem;
	align-items: center;
	position: relative;
	z-index: 2;
}

.vision-quote-mark {
	font-family: 'Playfair Display', serif;
	font-size: 6.5rem;
	color: rgba(201, 169, 110, 0.18);
	line-height: 0.6;
	margin-bottom: 0.8rem;
}

.vision-quote-text {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.8rem;
	font-weight: 300;
	font-style: italic;
	line-height: 1.5;
	color: #8a8278;
}

.vision-quote-text strong {
	color: #c9a96e;
	font-weight: 500;
	font-style: normal;
}

.vision-quote-attr {
	margin-top: 1.3rem;
	font-size: 0.67rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color:#8a8278;
}

.vision-feat {
	display: flex;
	gap: 1.3rem;
	padding: 1.3rem 0;
	border-bottom: 1px solid rgba(201, 169, 110, 0.08);
}

.vision-feat:first-of-type {
	border-top: 1px solid rgba(201, 169, 110, 0.08);
}

.vision-feat-num {
	font-family: 'Playfair Display', serif;
	font-size: 1.3rem;
	font-weight: 700;
	color: #c9a96e;
	opacity: 0.32;
	min-width: 2rem;
	line-height: 1;
	padding-top: 2px;
}

.vision-feat-title {
	font-family: 'Playfair Display', serif;
	font-size: 0.97rem;
	font-weight: 600;
	color: #fff;
	margin-bottom:
		0.32rem;
}

.vision-feat-desc {
	font-size: 0.86rem;
	color: #8a8278;
	line-height: 1.7;
}

/* PRESS */
.press {
	background:#0d0d0d;
	padding-bottom: 100px;
}

.press-logos {
	display: flex;
	margin-top: 3rem;
	border: 1px solid rgba(201, 169, 110, 0.1);
	overflow: hidden;
}

.press-item {
	flex: 1;
	padding: 2.2rem 1.8rem;
	border-right: 1px solid rgba(201, 169, 110, 0.1);
	text-align: center;
	transition: background 0.3s;
}

.press-item:last-child {
	border-right: none;
}

.press-item:hover {
	background: rgba(201, 169, 110, 0.04);
}

.press-logo-name {
	font-family: 'Playfair Display', serif;
	font-size: 1.05rem;
	font-weight: 700;
	color:#8a8278;
	letter-spacing: 0.05em;
	margin-bottom: 0.75rem;
	transition: color 0.3s;
}

.press-item:hover .press-logo-name {
	color: #c9a96e;
}

.press-quote {
	font-family: 'Cormorant Garamond', serif;
	font-size: 15px;
	font-style: italic;
	color:#8a8278;
	line-height: 1.7;
}

/* PHILANTHROPY */
.philanthropy {
	background: #1a1712;
	padding-bottom: 110px
}

.phil-grid {
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: 5rem;
	align-items: center;
}

.phil-text p {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.08rem;
	line-height: 1.9;
	color: #c4bab0;
	margin-bottom: 1.1rem;
}

.phil-text p strong {
	color: #faf7f2;
}

.phil-initiatives {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	margin-top: 1.7rem;
}

.phil-init {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0.85rem 1.1rem;
	border: 1px solid rgba(201, 169, 110, 0.12);
	background: rgba(201, 169, 110, 0.02);
}

.phil-init-dot {
	width: 7px;
	height: 7px;
	background: #c9a96e;
	flex-shrink: 0;
}

.phil-init-text {
	font-size: 14px;
	color: #c4bab0;
}

.phil-image-col {
	position: relative;
}

.phil-img-main {
	width: 100%;
	aspect-ratio: 3/4;
	overflow: hidden;
	position: relative;
}

.phil-img-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	filter: contrast(1.05) saturate(0.85);
}

.phil-img-main::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(13, 13, 13, 0.4) 0%, transparent 50%);
}

.phil-stat-card {
	position: absolute;
	bottom: 1.8rem;
	left: -1.8rem;
	background: #c9a96e;
	color: #000;
	padding: 1.2rem 1.6rem;
	box-shadow: 0 12px 38px rgba(0, 0, 0, 0.5);
	z-index: 3;
}

.phil-stat-num {
	font-family: 'Playfair Display', serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.phil-stat-label {
	font-size: 0.58rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 0.2rem;
	opacity:
		0.8;
}

.phil-border-accent {
	position: absolute;
	top: -1.1rem;
	right: -1.1rem;
	width: 48%;
	height: 48%;
	border: 1px solid rgba(201, 169, 110, 0.2);
	z-index: 0;
}


/* RESPONSIVE */
@media (max-width: 1100px) {
	.ventures-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.venture-card.featured {
		grid-column: span 2;
	}

	.hero-portrait {
		width: 50vw;
	}
}

@media (max-width: 900px) {

	.nav-links,
	.nav-cta {
		display: none;
	}

	.nav-toggle {
		display: flex;
	}

	.hero-portrait {
		display: none;
	}

	.about-grid,
	.vision-inner,
	.contact-inner,
	.phil-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.about-images {
		grid-template-columns: 1fr 1fr;
	}

	.press-logos {
		flex-wrap: wrap;
	}

	.press-item {
		flex: 1 1 45%;
	}

	.about-badge {
		left: 0;
	}

	.phil-stat-card {
		left: 0;
	}

	.footer-inner {
		flex-direction: column;
		text-align: center;
	}

	.ventures-header {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 600px) {
	section {
		padding: 0rem 5vw;
	}

	.ventures-grid {
		grid-template-columns: 1fr;
	}

	.venture-card.featured {
		grid-column: span 1;
	}

	.press-item {
		flex: 1 1 100%;
	}

	.form-row {
		grid-template-columns: 1fr;
	}

	.about-pillars {
		grid-template-columns: 1fr;
	}

	.hero-title {
		font-size: 2.6rem;
	}

	.stats-bar {
		flex-wrap: wrap;
	}

	.stat-item {
		flex: 1 1 50%;
		border-right: none;
		border-bottom: 1px solid rgba(201, 169, 110, 0.08);
	}
}/* End custom CSS */