@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/*  font-family: "Jost", sans-serif;
 font-family: "Cormorant Garamond", serif;
*/
:root {
	--gold: #C9A84C;
	--gold2: #E2BE78;
	--gold3: #F5E6C0;
	--black: #000;
	--dark: #0F0A02;
	--dark2: #1C1407;
	--dark3: #2A1E0A;
	--warm: #3D2E10;
	--rust: #7C3A1E;
	--sage: #2E4A2A;
	--cream: #FBF6EC;
	--cream2: #F5EDD8;
	--text: #2A1E0A;
	--muted: #7A6A4A;
	--white: #FFFFFF;
	--ff-display: 'Cormorant Garamond', Georgia, serif;
	--ff-heading: 'Cinzel', serif;
	--ff-body: 'Jost', sans-serif;
}

html {
	scroll-behavior: smooth;
}

body,
p,
li,
.primary-navigation a {
	font-family: "Jost", sans-serif;
}

h2,
h3,
h4 {
	font-family: "Cormorant Garamond", serif;
}

/*--header--*/
.topbar {
	background: #0e0901;
	color: rgba(255, 255, 255, 0.55);
	font-size: 11.5px;
	letter-spacing: 0.06em;
	padding: 7px 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topbar-left {
	display: flex;
	gap: 24px;
	align-items: center;
}

/*--header--*/
.topbar {
	background: #0e0901;
	color: rgba(255, 255, 255, 0.55);
	font-size: 11.5px;
	letter-spacing: 0.06em;
	padding: 7px 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topbar-left {
	display: flex;
	gap: 24px;
	align-items: center;
}



.topbar-left span::before {
	content: '◆ ';
	color: #c9a84c;
	font-size: 7px;
}

.social-ico .wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
	font-size: 14px;
	margin-bottom: 0;
	gap: 14px;
}

.social-ico .wp-block-social-links.is-style-twentytwentyone-social-icons-color a {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 30px;
}

.social-ico .wp-block-social-links.is-style-twentytwentyone-social-icons-color a:hover {
	border: 1px solid #c9a84c;
}

.social-ico .wp-block-social-link a:hover svg {
	fill: #c9a84c !important;
}

/*--Footer--*/

.topbar-left span::before {
	content: '◆ ';
	color: #c9a84c;
	font-size: 7px;
}

.social-ico .wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
	font-size: 14px;
	margin-bottom: 0;
	gap: 14px;
}

.social-ico .wp-block-social-links.is-style-twentytwentyone-social-icons-color a {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 30px;
}

.social-ico .wp-block-social-links.is-style-twentytwentyone-social-icons-color a:hover {
	border: 1px solid #c9a84c;
}

.social-ico .wp-block-social-link a:hover svg {
	fill: #c9a84c !important;
}



.site-logo {
	margin: 0 !important;
}

.site-header {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	max-width: 100% !important;
	padding: 0 60px;
	justify-content: space-between;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 30px;
	background: rgba(255, 251, 242, 0.97);

}

.scrolling .site-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

.site-header::before,
.site-header::after {
	display: none;
}

.site-branding {
	margin-top: 0;
}

.primary-navigation a {
	display: block;
	padding: 18px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #2A1E0A;
	text-decoration: none;
	position: relative;
	transition: color 0.2s;
	text-decoration: none !important
}

.primary-navigation ul.menu-wrapper > li.current_page_item a:after,
.primary-navigation ul.menu-wrapper > li > a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 18px;
	right: 18px;
	height: 2px;
	background: var(--gold);
	transform: scaleX(0);
	transition: transform 0.25s;
}

.primary-navigation ul.menu-wrapper > li li.current_page_item a {
	color: #C9A84C;
}

.primary-navigation a:hover {
	color: #C9A84C;
}

.primary-navigation ul.menu-wrapper > li.current_page_item a:after,
.primary-navigation ul.menu-wrapper > li > a:hover::after {
	transform: scaleX(1);
}

.primary-navigation li.active a {
	color: #C9A84C;
}

.primary-navigation li.active a::after {
	transform: scaleX(1);
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
	width: 10px;
}

.primary-navigation > div > .menu-wrapper {
	gap: 15px;
}

.primary-navigation .sub-menu .menu-item > a {
	font-size: 12px !important;
	padding: 10px 5px !important;
}

.primary-navigation a:hover {
	text-decoration: none !important;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu {
	width: 200px;
	border: none !important;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
	background: #f7f3ea !important;
	border-bottom: 1px solid #f0e8d5;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu::before,
.primary-navigation > div > .menu-wrapper > li > .sub-menu::after {
	display: none;
}

.primary-navigation {
	margin-left: 0;
}

.topbar-right .wp-block-buttons a.wp-block-button__link {
	background: #c9a84c !important;
	color: #fff;
	padding: 11px 26px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	font-family: "Jost", sans-serif;
	transition: background 0.2s, transform 0.15s;
}

.topbar-right .wp-block-buttons a.wp-block-button__link:hover {
	background: #0f0a02 !important;
	transform: translateY(-1px);
	color: #fff !important;
}

.sub-menu-toggle svg {
	display: none;
}

.icon-minus::before {
	content: "▴";
	font-weight: 900;
	color: #2A1E0A;
	font-size: 12px;
}


.icon-plus::before {
	content: "▾";
	font-weight: 900;
	color: #2A1E0A;
	font-size: 12px;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
	width: 10px;
	height: auto;
}



/*--Footer--*/
.site-footer {
	max-width: 100%;
	margin: 0 !important;
}

.footer-1 figure.wp-block-image {
	text-align: left;
}

.site-footer p {
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.38);
	line-height: 1.75;
	margin-bottom: 24px
}

.site-footer li a {
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.38);
	line-height: 1.75;
}

.site-footer {
	background: #1C1407;
	border-top: 1px solid rgba(201, 168, 76, 0.15);
	padding: 80px 0 0;
}

.footer-1 section {
	line-height: 1.75;
	margin-bottom: 24px;
}

.copy-right {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	padding-top: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.22);
}

.copy-right a {
	text-decoration: none;
	color: #C9A84C;
}

.site-footer .social-ico .wp-block-social-links.is-style-twentytwentyone-social-icons-color a {
	padding: 8px;
}

.site-footer .widget h2 {
	font-size: 9.5px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #C9A84C;
	margin-bottom: 22px;
	font-family: "Jost", sans-serif;
}

.site-footer .widget li a::before {
	content: '›';
	color: #C9A84C;
	opacity: 0;
	transition: opacity 0.2s;
	left: -5px;
	position: relative;
}

.site-footer .widget li a:hover {
	color: #E2BE78;
}

.site-footer .widget li a:hover::before {
	opacity: 1;
}

.site-footer .widget li {
	padding: 7px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.site-footer .widget li a {
	color: rgba(255, 255, 255, 0.38);
	text-decoration: none;
	display: block;
}

.site-footer .social-ico li a {
	font-size: 16px;
}

/*--Footer end--*/
.container-fluid {
	padding-left: 60px;
	padding-right: 60px;
}

.site-main {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.home .site-main > * {
	margin-top: 0;
	margin-bottom: 0;
}

/* ═══════════════════════════════════════
   HERO
═══════════════════════════════════════ */
.hero {
	position: relative;
	height: 100vh;
	min-height: 680px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.hero-bg {
	position: absolute;
	inset: 0;
	background-image: url('https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?w=1600&q=80&fit=crop');
	background-size: cover;
	background-position: center 30%;
	transform: scale(1.05);
	animation: heroZoom 12s ease-out forwards;
}

@keyframes heroZoom {
	to {
		transform: scale(1);
	}
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg,
			rgba(12, 8, 2, 0.88) 0%,
			rgba(20, 14, 4, 0.72) 45%,
			rgba(12, 8, 2, 0.3) 100%);
}

.hero-overlay2 {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 60% 80% at 20% 60%, rgba(201, 168, 76, 0.08) 0%, transparent 70%);
}

/* Decorative gold lines */
.hero-deco {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}

.hero-deco::before {
	content: '';
	position: absolute;
	top: 15%;
	left: -2px;
	width: 2px;
	height: 60%;
	background: linear-gradient(to bottom, transparent, var(--gold), transparent);
	opacity: 0.4;
}

.hero-content {
	position: relative;
	z-index: 2;
	padding: 0 60px;
	max-width: 780px;
	animation: heroFadeUp 1s 0.3s ease both;
}

@keyframes heroFadeUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero-eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 24px;
}

.hero-eyebrow .bar {
	width: 48px;
	height: 1px;
	background: linear-gradient(to right, var(--gold), transparent);
}

.hero-eyebrow span {
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--gold2);
	font-weight: 400;
}

.hero h1 {
	font-family: var(--ff-display);
	font-size: clamp(46px, 6vw, 80px);
	font-weight: 300;
	color: var(--white);
	line-height: 1.1;
	margin-bottom: 10px;
}

.hero h1 em {
	font-style: italic;
	color: var(--gold2);
	display: block;
	font-weight: 300;
}

.hero-subtitle {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.75;
	margin-bottom: 40px;
	max-width: 480px;
	font-weight: 300;
	letter-spacing: 0.03em;
}

.hero-actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.btn-gold {
	background: var(--gold);
	color: var(--dark);
	padding: 15px 32px;
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	font-family: var(--ff-body);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: all 0.2s;
	text-decoration: none;
}

.btn-gold:hover {
	background: var(--gold2);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(201, 168, 76, 0.35);
}

.btn-outline-w {
	background: transparent;
	color: var(--white);
	padding: 14px 30px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.35);
	cursor: pointer;
	font-family: var(--ff-body);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: all 0.2s;
	text-decoration: none;
}

.btn-outline-w:hover {
	border-color: var(--gold);
	color: var(--gold);
}

/* Scroll indicator */
.hero-scroll {
	position: absolute;
	bottom: 36px;
	left: 60px;
	display: flex;
	align-items: center;
	gap: 14px;
	z-index: 2;
	animation: heroFadeUp 1s 1s ease both;
}

.hero-scroll-line {
	width: 40px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}

.hero-scroll span {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.4);
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

/* Slide counter */
.hero-counter {
	position: absolute;
	bottom: 36px;
	right: 60px;
	z-index: 2;
	display: flex;
	gap: 8px;
}

.hero-counter span {
	width: 32px;
	height: 3px;
	background: rgba(255, 255, 255, 0.2);
	cursor: pointer;
	transition: background 0.2s;
}

.hero-counter span.on {
	background: var(--gold);
}

/* ═══════════════════════════════════════
   STATS BAND
═══════════════════════════════════════ */
.stats-band {
	background: var(--gold);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	position: relative;
	z-index: 5;
}

.stat-item {
	padding: 26px 20px;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.22);
	position: relative;
	overflow: hidden;
	transition: background 0.3s;
}

.stat-item:last-child {
	border-right: none;
}

.stat-item:hover {
	background: rgba(0, 0, 0, 0.12);
}

.stat-num {
	display: block;
	font-family: var(--ff-display);
	font-size: 44px;
	font-weight: 600;
	color: var(--white);
	line-height: 1;
	letter-spacing: -0.02em;
}

.stat-lbl {
	display: block;
	font-size: 10px;
	color: rgba(255, 255, 255, 0.78);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-top: 4px;
	font-weight: 400;
}

/* ═══════════════════════════════════════
   ABOUT SECTION
═══════════════════════════════════════ */
.about-section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 580px;
}

.about-image-col {
	position: relative;
	overflow: hidden;
}

.about-image-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 8s ease;
}

.about-image-col:hover img {
	transform: scale(1.05);
}

.about-image-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(12, 8, 2, 0.3), transparent);
}

.about-gold-corner {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 80px 80px;
	border-color: transparent transparent var(--gold) transparent;
}

.about-year-badge {
	position: absolute;
	top: 32px;
	left: 32px;
	background: var(--gold);
	color: var(--dark);
	padding: 14px 18px;
	text-align: center;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.about-year-badge strong {
	display: block;
	font-family: var(--ff-display);
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
}

.about-year-badge span {
	display: block;
	font-size: 9px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-top: 3px;
	font-weight: 600;
}

.about-content-col {
	background: var(--cream);
	padding: 80px 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 10px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--gold);
	font-weight: 600;
	margin-bottom: 18px;
}

.section-pill::before {
	content: '';
	width: 28px;
	height: 1px;
	background: var(--gold);
}

.about-content-col h2 {
	font-family: var(--ff-display);
	font-size: 42px;
	font-weight: 400;
	color: var(--dark);
	line-height: 1.15;
	margin-bottom: 20px;
}

.about-content-col h2 em {
	font-style: normal;
	color: var(--gold);
}

.about-content-col p {
	font-size: 14px;
	color: var(--black);
	line-height: 1.8;
	margin-bottom: 20px;
	font-weight: 300;
}

.about-quote {
	border-left: 3px solid var(--gold);
	padding: 16px 20px;
	background: linear-gradient(to right, rgba(201, 168, 76, 0.06), transparent);
	margin: 20px 0 30px;
}

.about-quote p {
	font-family: var(--ff-display);
	font-size: 14px;
	color: var(--black);
	margin: 0;
	line-height: 1.6;
	font-weight: 400;
}

.about-quote cite {
	display: block;
	font-size: 11px;
	color: var(--black);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-top: 8px;
	font-style: normal;
	font-weight: 600;
}

.btn-dark {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--dark);
	color: var(--gold2);
	padding: 14px 28px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s;
	width: fit-content;
}

.btn-dark:hover {
	background: var(--gold);
	color: var(--dark);
	transform: translateX(4px);
}

/* ═══════════════════════════════════════
   PHILOSOPHY PILLARS
═══════════════════════════════════════ */
.pillars-section {
	background: var(--dark2);
	padding: 96px 60px;
	position: relative;
	overflow: hidden;
}

.pillars-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 80% at 50% 0%, rgba(201, 168, 76, 0.06) 0%, transparent 60%);
}

.pillars-section::after {
	content: 'KANORIA';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: var(--ff-heading);
	font-size: 160px;
	color: rgba(255, 255, 255, 0.015);
	white-space: nowrap;
	pointer-events: none;
	letter-spacing: 0.3em;
}

.section-header-center {
	text-align: center;
	margin-bottom: 64px;
	position: relative;
	z-index: 1;
}

.section-header-center .section-pill {
	justify-content: center;
	color: var(--gold2);
}

.section-header-center .section-pill::before {
	background: var(--gold2);
}

.section-header-center h2 {
	font-family: var(--ff-display);
	font-size: 48px;
	font-weight: 300;
	color: var(--white);
	line-height: 1.15;
	margin-bottom: 16px;
}

.section-header-center h2 em {
	font-style: italic;
	color: var(--gold2);
}

.section-header-center p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	/*	max-width: 500px;*/
	margin: 0 auto;
	line-height: 1.75;
	font-weight: 300;
}

.pillars-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: rgba(201, 168, 76, 0.15);
	position: relative;
	z-index: 1;
}

.pillar-card {
	background: var(--dark3);
	padding: 48px 36px;
	position: relative;
	overflow: hidden;
	transition: background 0.3s;
	cursor: default;
}

.pillar-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(to right, var(--gold), var(--gold2));
	transform: scaleX(0);
	transition: transform 0.4s;
	transform-origin: left;
}

.pillar-card:hover {
	background: rgba(201, 168, 76, 0.07);
}

.pillar-card:hover::before {
	transform: scaleX(1);
}

.pillar-num {
	font-family: var(--ff-display);
	font-size: 60px;
	font-weight: 300;
	color: rgba(201, 168, 76, 0.12);
	position: absolute;
	top: 20px;
	right: 24px;
	line-height: 1;
	font-style: italic;
	transition: color 0.3s;
}

.pillar-card:hover .pillar-num {
	color: rgba(201, 168, 76, 0.22);
}

.pillar-icon-box {
	width: 58px;
	height: 58px;
	border: 1px solid rgba(201, 168, 76, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	font-size: 24px;
	background: rgba(201, 168, 76, 0.05);
	transition: border-color 0.3s, background 0.3s;
	padding: 3px;
}

.pillar-card:hover .pillar-icon-box {
	border-color: var(--gold);
	background: rgba(201, 168, 76, 0.12);
}

.pillar-card h3 {
	font-family: var(--ff-display);
	font-size: 24px;
	font-weight: 400;
	color: var(--white);
	margin-bottom: 12px;
}

.pillar-card p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.75;
	margin-bottom: 20px;
	font-weight: 300;
}

.pillar-link {
	font-size: 10.5px;
	color: var(--gold);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	transition: gap 0.2s;
}

.pillar-card:hover .pillar-link {
	gap: 14px;
}

/* ═══════════════════════════════════════
   SOCIAL INITIATIVES
═══════════════════════════════════════ */
.initiatives-section {
	padding: 96px 60px;
	background: var(--cream);
}

.initiatives-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 52px;
	flex-wrap: wrap;
	gap: 20px;
}

.initiatives-header h2 {
	font-family: var(--ff-display);
	font-size: 46px;
	font-weight: 300;
	color: var(--dark);
	line-height: 1.12;
}

.initiatives-header h2 em {
	font-style: normal;
	color: var(--gold);
}

.btn-outline-d {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1.5px solid var(--gold);
	color: var(--gold);
	padding: 11px 22px;
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s;
	white-space: nowrap;
}

.btn-outline-d:hover {
	background: var(--gold);
	color: var(--dark);
}

.initiatives-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.ini-card {
	position: relative;
	height: 440px;
	overflow: hidden;
	cursor: pointer;
}

.ini-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.ini-card:hover img {
	transform: scale(1.08);
}

.ini-card-overlay {
	position: absolute;
	inset: 0;
	transition: background 0.4s;
}

.ini-card:nth-child(1) .ini-card-overlay {
	background: linear-gradient(to top, rgba(90, 30, 10, 0.85) 0%, rgba(90, 30, 10, 0.2) 50%, transparent 100%);
}

.ini-card:nth-child(2) .ini-card-overlay {
	background: linear-gradient(to top, rgba(20, 50, 30, 0.85) 0%, rgba(20, 50, 30, 0.2) 50%, transparent 100%);
}

.ini-card:nth-child(3) .ini-card-overlay {
	background: linear-gradient(to top, rgba(15, 20, 50, 0.85) 0%, rgba(15, 20, 50, 0.2) 50%, transparent 100%);
}

.ini-card:hover .ini-card-overlay {
	background: rgba(0, 0, 0, 0.65) !important;
}

.ini-pill {
	position: absolute;
	top: 20px;
	left: 20px;
	background: var(--gold);
	color: var(--dark);
	font-size: 9.5px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	padding: 5px 12px;
}

.ini-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 32px 28px;
	transform: translateY(0);
	transition: transform 0.3s;
}

.ini-card:hover .ini-content {
	transform: translateY(-8px);
}

.ini-content h3 {
	font-family: var(--ff-display);
	font-size: 28px;
	font-weight: 400;
	color: var(--white);
	margin-bottom: 10px;
	line-height: 1.2;
}

.ini-content p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.6;
	margin-bottom: 16px;
	font-weight: 300;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.3s 0.05s, transform 0.3s 0.05s;
}
.ini-content img {
	background: #FFF;
    padding: 4px 10px;
    border-radius: 4px;
}
.ini-card:hover .ini-content p {
	opacity: 1;
	transform: translateY(0);
}

.ini-arrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 10.5px;
	color: var(--gold2);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 600;
}

/* ═══════════════════════════════════════
   TRUSTEE SECTION
═══════════════════════════════════════ */
.trustee-section {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	min-height: 580px;
}

.trustee-img-col {
	position: relative;
	overflow: hidden;
	background: var(--dark3);
}

.trustee-img-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
	opacity: 0.82;
	transition: transform 6s ease;
}

.trustee-img-col:hover img {
	transform: scale(1.04);
}

.trustee-img-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, transparent 60%, rgba(251, 246, 236, 0.95) 100%);
}

.trustee-content-col {
	background: var(--cream2);
	padding: 80px 56px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.trustee-content-col h2 {
	font-family: var(--ff-display);
	font-size: 38px;
	font-weight: 400;
	color: var(--dark);
	line-height: 1.2;
	margin-bottom: 6px;
}

.trustee-name-sub {
	font-size: 11px;
	color: var(--gold);
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}

.trustee-content-col p {
	color: var(--black);
	line-height: 1.8;
	margin-bottom: 16px;
	font-weight: 300;
	font-size: 14px;
}

.trustee-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 20px 0 30px;
}

.ttag {
	border: 1px solid rgba(201, 168, 76, 0.4);
	color: var(--gold);
	background: rgba(201, 168, 76, 0.06);
	font-size: 10px;
	padding: 5px 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
}

/* ═══════════════════════════════════════
   ENTERPRISES
═══════════════════════════════════════ */
.enterprises-section {
	padding: 96px 60px;
	background: var(--white);
}

.ent-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	margin-bottom: 60px;
	align-items: end;
}

.ent-header-left h2 {
	font-family: var(--ff-display);
	font-size: 46px;
	font-weight: 300;
	color: var(--dark);
	line-height: 1.12;
	margin-top: 10px;
}

.ent-header-left h2 em {
	font-style: normal;
	color: var(--gold);
}

.ent-header-right p {
	color: var(--black);
	line-height: 1.8;
	font-weight: 300;
	font-size: 14px;
}

.ent-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: #E8DFD0;
}

.ent-card {
	background: var(--white);
	padding: 40px 28px;
	position: relative;
	overflow: hidden;
	transition: background 0.3s, transform 0.3s;
	cursor: pointer;
}

.ent-card:hover {
	background: var(--dark);
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
	z-index: 2;
}

.ent-icon {
	font-size: 36px;
	margin-bottom: 18px;
	display: block;
	transition: transform 0.3s;
}

.ent-card:hover .ent-icon {
	transform: scale(1.1);
}

.ent-card h4 {
	font-family: var(--ff-display);
	font-size: 20px;
	font-weight: 400;
	color: var(--dark);
	margin-bottom: 8px;
	transition: color 0.3s;
}

.ent-card:hover h4 {
	color: var(--gold2);
}

.ent-card p {
	font-size: 14.5px;
	color: var(--muted);
	line-height: 1.65;
	transition: color 0.3s;
}

.ent-card:hover p {
	color: rgba(255, 255, 255, 0.55);
}

.ent-card::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--gold);
	transform: scaleX(0);
	transition: transform 0.3s;
}

.ent-card:hover::after {
	transform: scaleX(1);
}

/* ═══════════════════════════════════════
   PHILOSOPHY QUOTE BAND
═══════════════════════════════════════ */
.quote-band {
	position: relative;
	overflow: hidden;
	padding: 100px 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.quote-band-bg {
	position: absolute;
	inset: 0;
	background-image: url('https://images.unsplash.com/photo-1519834785169-98be25ec3f84?w=1400&q=80&fit=crop');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.quote-band-overlay {
	position: absolute;
	inset: 0;
	background: rgba(10, 6, 1, 0.88);
}

.quote-band-content {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 760px;
}

.quote-mark {
	font-family: var(--ff-display);
	font-size: 100px;
	color: var(--gold);
	opacity: 0.25;
	line-height: 0.6;
	display: block;
	margin-bottom: 30px;
}

.quote-band-content blockquote {
	font-family: var(--ff-display);
	font-size: 26px;
	font-weight: 300;
	font-style: normal;
	color: var(--white);
	line-height: 1.65;
	margin-bottom: 30px;
}

.quote-band-content blockquote em {
	color: var(--gold2);
}

.gold-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 20px 0;
}

.gold-divider span {
	width: 50px;
	height: 1px;
	background: linear-gradient(to right, transparent, var(--gold));
}

.gold-divider span:last-child {
	transform: scaleX(-1);
}

.gold-divider .diamond {
	width: 6px;
	height: 6px;
	background: var(--gold);
	transform: rotate(45deg);
}

.quote-cite {
	font-size: 10.5px;
	color: var(--gold);
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 600;
}

/* ═══════════════════════════════════════
   NEWSROOM
═══════════════════════════════════════ */
.newsroom-section {
	padding: 96px 60px;
	background: var(--cream);
}

.newsroom-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 48px;
	flex-wrap: wrap;
	gap: 20px;
}

.newsroom-header h2 {
	font-family: var(--ff-display);
	font-size: 44px;
	font-weight: 300;
	color: var(--dark);
	line-height: 1.15;
	margin-top: 10px;
}

.newsroom-header h2 em {
	font-style: normal;
	color: var(--gold);
}

.news-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr;
	gap: 20px;
}

.news-card {
	background: var(--white);
	overflow: hidden;
	transition: transform 0.3s, box-shadow 0.3s;
}

.news-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.news-img {
	position: relative;
	overflow: hidden;
}

.news-img img {
	width: 100%;
	display: block;
	transition: transform 0.6s;
}

.news-card:hover .news-img img {
	transform: scale(1.05);
}

.news-cat {
	position: absolute;
	bottom: 14px;
	left: 14px;
	background: var(--gold);
	color: var(--dark);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 4px 10px;
}

.news-body {
	padding: 24px;
}

.news-date {
	font-size: 10.5px;
	color: var(--gold);
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.news-body h3 {
	font-family: var(--ff-display);
	font-size: 19px;
	font-weight: 400;
	color: var(--dark);
	line-height: 1.3;
	margin-bottom: 10px;
}

.news-body p {
	font-size: 12.5px;
	color: var(--muted);
	line-height: 1.65;
	font-weight: 300;
}

.news-card.sm .news-body h3 {
	font-size: 14px;
	font-family: var(--ff-body);
}

.news-card.sm .news-body p {
	display: none;
}

.news-read-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 10px;
	color: var(--gold);
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 14px;
	text-decoration: none;
	transition: gap 0.2s;
}

.news-card:hover .news-read-more {
	gap: 10px;
}

/* ═══════════════════════════════════════
   GALLERY
═══════════════════════════════════════ */
.gallery-section {
	padding: 0;
	background: var(--dark);
}

.gallery-header {
	padding: 64px 60px 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.gallery-header h2 {
	font-family: var(--ff-display);
	font-size: 42px;
	font-weight: 300;
	color: var(--white);
}

.gallery-header h2 em {
	font-style: normal;
	color: var(--gold2);
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 180px 180px;
	gap: 4px;
	padding: 0 0 64px;
}

.g-cell {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.g-cell:first-child {
	grid-row: span 2;
	grid-column: span 2;
}

.g-cell img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
	transition: transform 0.6s, filter 0.4s;
	filter: brightness(0.85);
}

.g-cell:hover img {
	transform: scale(1.08);
	filter: brightness(1);
}

.g-cell-overlay {
	position: absolute;
	inset: 0;
	background: rgba(201, 168, 76, 0);
	transition: background 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.g-cell:hover .g-cell-overlay {
	background: rgba(201, 168, 76, 0.15);
}

.g-cell-overlay span {
	font-size: 22px;
	color: rgba(255, 255, 255, 0);
	transition: color 0.3s;
}

.g-cell:hover .g-cell-overlay span {
	color: rgba(255, 255, 255, 0.7);
}

/* ═══════════════════════════════════════
   CTA SECTION
═══════════════════════════════════════ */
.cta-section {
	position: relative;
	overflow: hidden;
	padding: 100px 60px;
	background: var(--gold);
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 60px;
	align-items: center;
}

.cta-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='1' fill='rgba(255,255,255,0.08)'/%3E%3C/svg%3E") repeat;
}

.cta-content {
	position: relative;
	z-index: 1;
}

.cta-content h2 {
	font-family: var(--ff-display);
	font-size: 50px;
	font-weight: 300;
	color: var(--dark);
	line-height: 1.1;
	margin-bottom: 16px;
}

.cta-content h2 em {
	font-style: normal;
}

.cta-content p {
	font-size: 14px;
	color: rgba(20, 14, 4, 0.72);
	line-height: 1.75;
	max-width: 480px;
	font-weight: 300;
}

.cta-buttons {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 200px;
}

.btn-white {
	background: var(--white);
	color: var(--dark);
	padding: 16px 32px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-align: center;
	border: none;
	cursor: pointer;
	font-family: var(--ff-body);
	transition: all 0.2s;
	text-decoration: none;
}

.btn-white:hover {
	background: var(--dark);
	color: var(--gold2);
	transform: scale(1.02);
}

.btn-dark-outline {
	background: transparent;
	border: 2px solid rgba(20, 14, 4, 0.4);
	color: var(--dark);
	padding: 14px 32px;
	font-size: 11.5px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	font-family: var(--ff-body);
	transition: all 0.2s;
	text-decoration: none;
}

.btn-dark-outline:hover {
	border-color: var(--dark);
	background: var(--dark);
	color: var(--gold2);
}

/* ═══════════════════════════════════════
   NEWSLETTER
═══════════════════════════════════════ */
.newsletter-section {
	background: var(--dark);
	padding: 60px 60px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.nl-left h3 {
	font-family: var(--ff-display);
	font-size: 32px;
	font-weight: 300;
	color: var(--white);
	margin: 8px 0 10px;
}

.nl-left h3 em {
	font-style: italic;
	color: var(--gold2);
}

.nl-left p {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.45);
	line-height: 1.7;
	font-weight: 300;
}

.nl-form {
	display: flex;
	gap: 0;
}

.nl-form input {
	flex: 1;
	padding: 16px 20px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-right: none;
	color: var(--white);
	font-size: 13px;
	font-family: var(--ff-body);
	outline: none;
	transition: border-color 0.2s;
}

.nl-form input:focus {
	border-color: var(--gold);
}

.nl-form input::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.nl-form button {
	background: #c9a84c !important;
	color: var(--dark);
	padding: 16px 28px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	font-family: var(--ff-body);
	transition: background 0.2s;
}

.nl-form button:hover {
	background: var(--gold2) !important;
}

.nl-note {
	font-size: 10.5px;
	color: rgba(255, 255, 255, 0.25);
	margin-top: 10px;
}

/* ═══════════════════════════════════════
   ENTRANCE ANIMATIONS
═══════════════════════════════════════ */
.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
	opacity: 1;
	transform: translateY(0);
}

.reveal-delay-1 {
	transition-delay: 0.1s;
}

.reveal-delay-2 {
	transition-delay: 0.2s;
}

.reveal-delay-3 {
	transition-delay: 0.3s;
}

.reveal-delay-4 {
	transition-delay: 0.4s;
}

/* Numbers animation */
@keyframes countUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.stat-num {
	animation: countUp 0.8s ease both;
}

/*===Inner Template=====*/
.full-width {
	margin-bottom: 0 !important;
}

.full-width > *,
body:not(.home) .site-main > * {
	margin-top: 30px;
	margin-bottom: 30px;
}

body:not(.home) .site-main > *:first-child {
	margin-top: 0;
}

.banner-wrap img {
	max-width: 100%;
}

.inner-banner {
	position: relative;
	overflow: hidden;
}

.banner-txt {
	position: absolute;
	bottom: 0;
	padding-bottom: 20px;
	z-index: 2;
	width: 100%;
}

.banner-txt h2 {
	font-size: 50px;
	font-weight: 400;
	color: var(--white);
	line-height: 1.15;
}

.banner-wrap:after {
	content: '';
	height: 100%;
	width: 100%;
	background: #fff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.88) 90%, rgb(0, 0, 0) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.bg-color-1 {
	background: var(--cream2);
}

.img-no-gap .foogallery {
	margin-top: 0;
}

.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls,
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-count,
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-next,
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-prev,
.fg-image-viewer.fg-light .fiv-inner .fiv-inner-container {
	background-color: #ffffff40;
	color: #333;
	border-color: #ffffff2e;
}

.text-content {
	padding-left: 60px;
	padding-right: 60px;
}

.img-no-gap .fg-item.fg-type-image {
	max-width: 100% !important;
}

.inner-page h2,
.full-width h2 {
	font-size: 42px;
}

.inner-page h2 em,
.full-width h2 em {
	color: var(--gold);
}

.inner-page p,
.full-width p {
	font-size: 14px;
	color: var(--black);
	line-height: 1.8;
	margin-bottom: 20px;
	font-weight: 300;
}

.wp-col-gap {
	padding: 80px 56px;
}

.full-width .wp-block-group .wp-block-group__inner-container > * {
	margin-top: 5px;
	margin-bottom: 5px;
}

.contact-page {
	padding: 96px 60px;
	background: var(--cream);
}

.contact-page .wp-block-column {
	background: var(--white);
	overflow: hidden;
	padding: 24px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.contact-page a {
	text-decoration: none;
	color: #C9A84C;
}

.newsroom-section-bot {
	padding: 96px 60px;
	background: var(--white);
}

.newsroom-section-bot .news-body {
	background: #cccccc1c;
}

.enterprises .trustee-section {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background: var(--dark3);
	position: relative;
}

.enterprises .trustee-section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000030;
	z-index: 1;
}

.enterprises .trustee-content-col {
	position: relative;
	z-index: 2;
}

.enterprises .trustee-img-col {
	background: none;
}

.enterprises a.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--dark) !important;
	color: var(--gold2) !important;
	padding: 14px 28px;
	font-size: 11px;
	font-weight: 600 !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s;
	width: fit-content;
	border: none;
}

.enterprises .uagb-button__wrapper a.wp-block-button__link:hover {
	background: var(--gold) !important;
	color: var(--dark) !important;
}

.enterprises .trustee-section:nth-child(odd) .enp-col-lt {
	order: 1;
}

.enterprises .trustee-section .trustee-img-overlay {
	display: none;
}

.btn-ent-grp .uagb-buttons__wrap {
	flex-wrap: wrap;
}

.ent-slider {
	background: #fff;
}

.ent-slider a {
	text-decoration: none;
	border-right: 1px solid #E8DFD0;
	display: block;
}

.swiper-pagination-bullet-active {
	background: #d2a73a !important;
}

.ent-slider .swiper-wrapper {
	padding-bottom: 30px;
}

.ent-txt {
	display: flex;
	flex-direction: column;
	padding: 15px;
}

.ent-section {
	position: relative;
	overflow: hidden;
}

.enterprises .ini-content p {
	color: #fff;
}

.enterprises .initiatives-grid1 {
	margin-top: 2px;
	margin-bottom: 2px;
}

.ent-link-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: center;
}

.ent-link a {
	color: var(--gold);
	border: 1px solid var(--gold);
	text-decoration: none;
	padding: 8px 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	display: inline-block;
}

.ent-link a:hover {
	color: #000;
	border: 1px solid var(--gold);
	background: var(--gold);
	text-decoration: none;
	padding: 8px 10px;
}

.enterprises a.wp-block-button__link {
	background: transparent !important;
	border: 1px solid var(--gold) !important;
	font-weight: 700 !important;
	letter-spacing: 0.13em;
}

.enterprises a.wp-block-button__link:hover {
	border: 1px solid var(--gold) !important;
}

.enterprises .ini-card {
	height: 97vh;
}

.enterprises .initiatives-grid1[id] {
	scroll-margin-top: 120px;
}
