/*
Theme Name: QP Holdings
Theme URI: https://qpholdings.vn/
Author: QP Holdings
Description: WordPress theme for QP Holdings synced with the static export under /html (clean Noto Sans + Swiper design).
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: qp-holdings
*/

/* The main visual layer is provided by assets/site-styles.css. This file only
   carries small WordPress-specific overrides. */

/* Hide WordPress admin bar bumper inside the fixed header. */
html { scroll-padding-top: 96px; }

.page-hero-breadcrumb-container {
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	z-index: 2;
	--pad-x: max(24px, calc((100vw - 1344px) / 2));
}

.page-hero-breadcrumb-container .page-breadcrumb {
	display: flex;
	margin: 0;
}

@media (max-width: 640px) {
	.page-hero-breadcrumb-container {
		top: 12px;
	}
}

.about-page .page-hero,
.contact-page .page-hero.contact-hero {
	margin-top: 96px;
}

.about-page .page-hero-breadcrumb-container,
.contact-page .page-hero-breadcrumb-container {
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	z-index: 2;
	--pad-x: max(24px, calc((100vw - 1344px) / 2));
}

.about-page .page-breadcrumb,
.contact-page .page-breadcrumb {
	margin: 0;
}

@media (max-width: 640px) {
	.about-page .page-hero,
	.contact-page .page-hero.contact-hero {
		margin-top: 72px;
	}

	.about-page .page-hero-breadcrumb-container,
	.contact-page .page-hero-breadcrumb-container {
		top: 12px;
	}

	.about-page .page-breadcrumb-current,
	.contact-page .page-breadcrumb-current {
		max-width: 150px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.contact-page .contact-hero .page-hero-bg img,
	.contact-page .contact-hero-overlay {
		top: 0;
	}
}

.about-page .history {
	--history-bg-x: calc(var(--pad-x, max(24px, calc((100vw - 1344px) / 2))) + 459px);
	--history-bg-y: 315.67px;
	--history-bg-w: 1671.67px;
	--history-bg-h: 1074.64px;
}

.about-page .history-bg img,
.about-page .history-bg-overlay {
	position: absolute;
	top: var(--history-bg-y);
	left: var(--history-bg-x);
	width: var(--history-bg-w);
	height: var(--history-bg-h);
	max-width: none;
}

.about-page .history-bg img {
	object-fit: cover;
	object-position: center;
}

/* Make sure WP block alignments don't break the contact form layout. */
.contact-form .contact-form-submit { width: auto; }

.contact-form.has-notice {
	padding-top: 48px;
}

.contact-form-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.contact-form-notice {
	margin: 0 32px 16px;
	padding: 12px 14px;
	border-radius: 8px;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.contact-form-notice--success {
	background: rgba(25, 135, 84, 0.1);
	color: #198754;
}

.contact-form-notice--error {
	background: rgba(237, 25, 45, 0.08);
	color: #B4232F;
}

/* When the WP admin bar is visible, keep the sticky header below it. */
@media screen and (min-width: 783px) {
	.admin-bar .site-header { top: 32px; }
}
@media screen and (max-width: 782px) {
	.admin-bar .site-header { top: 46px; }
}

/* Legacy exported pages load broad Flatsome list styles after the header. */
.site-header .header-inner {
	align-items: center;
	min-height: 96px;
}

.site-header .header-nav {
	align-items: center;
	align-self: center;
}

.site-header .header-nav > ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header .header-nav > ul > li {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header .header-nav > ul > li::before,
.site-header .header-nav > ul > li::marker {
	content: none;
}

.site-header .nav-link {
	display: inline-flex;
	align-items: center;
}

/* ══════════════════════════════════════════
   FOOTER — keep every page aligned with the homepage
   ══════════════════════════════════════════ */
.site-footer.site-footer {
	background: #001B2A;
	color: #fff;
	padding: 48px 0;
	font-family: "Noto Sans", sans-serif;
}

.site-footer .footer-container {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 32px;
}

.site-footer .footer-container::before,
.site-footer .footer-container::after {
	display: none;
	content: none;
}

.site-footer .footer-main {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.site-footer .footer-main .footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.site-footer .footer-logo {
	display: inline-flex;
	flex-shrink: 0;
	order: 0;
}

.site-footer .footer-logo img {
	display: block;
	width: 319px;
	height: 123px;
	object-fit: contain;
}

.site-footer .newsletter-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	order: 0;
	width: 500px;
	height: 63px;
	max-width: none;
	margin: 0;
	padding: 12px 16px;
	gap: 12px;
	border: 1px solid #DEE2E6;
	border-radius: 8px;
	background: #fff;
}

.site-footer .newsletter-input {
	flex: 1;
	min-width: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #001B2A;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	outline: none;
}

.site-footer .newsletter-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 40px;
	margin: 0;
	padding: 10px 12px;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(90deg, #D3A049, #FFDDA4);
	color: #fff;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.site-footer .footer-middle {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
}

.site-footer .footer-col {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.site-footer .footer-col-company {
	width: 430px;
	flex-shrink: 0;
}

.site-footer .footer-col-company + .footer-col {
	width: 145px;
	flex-shrink: 0;
}

.site-footer .footer-col-company + .footer-col + .footer-col {
	width: 162px;
	flex-shrink: 0;
}

.site-footer .footer-col-contact {
	width: auto;
	gap: 16px;
}

.site-footer :is(.footer-col-title, .footer-info-row, .footer-address-label, .footer-contact-label, .footer-contact-item, .footer-bottom p) {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
}

.site-footer .footer-col-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #fff;
}

.site-footer .footer-info-row,
.site-footer .footer-address-label,
.site-footer .footer-contact-label,
.site-footer .footer-contact-item {
	font-size: 16px;
	line-height: 1.4;
}

.site-footer .footer-address address {
	margin: 0;
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #ADB5BD;
}

.site-footer .footer-socials,
.site-footer .footer-nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .footer-socials {
	display: flex;
	align-items: center;
	order: 0;
	gap: 24px;
	height: 48px;
	border-bottom: 0;
}

.site-footer .footer-nav-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.site-footer .footer-nav-list li {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.site-footer .footer-divider,
.site-footer .footer-contact-divider {
	display: block;
	height: 0;
	border-top: 0.5px solid #fff;
}

.site-footer .footer-divider {
	width: 100%;
}

.site-footer .footer-bottom {
	text-align: center;
}

.site-footer .footer-bottom p {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #ADB5BD;
}

@media (max-width: 1200px) {
	.site-footer .footer-logo img {
		width: 260px;
		height: auto;
	}

	.site-footer .footer-middle {
		flex-wrap: wrap;
		gap: 40px;
	}

	.site-footer .footer-col-company {
		width: 100%;
	}

	.site-footer .footer-col-company + .footer-col,
	.site-footer .footer-col-company + .footer-col + .footer-col,
	.site-footer .footer-col-contact {
		width: auto;
		min-width: 180px;
	}
}

@media (max-width: 900px) {
	.site-footer .footer-middle {
		flex-wrap: wrap;
		gap: 32px;
	}

	.site-footer .footer-main .footer-top {
		flex-direction: column;
		align-items: flex-start;
	}

	.site-footer .newsletter-form {
		width: 100%;
		max-width: 500px;
	}
}

@media (max-width: 640px) {
	.site-footer.site-footer {
		padding: 40px 0;
	}

	.site-footer .footer-main {
		gap: 32px;
	}

	.site-footer .footer-main .footer-top {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.site-footer .footer-logo img {
		width: 220px;
		height: auto;
	}

	.site-footer .newsletter-form {
		width: 100%;
		max-width: 500px;
	}

	.site-footer .footer-middle {
		flex-direction: column;
		gap: 32px;
	}

	.site-footer .footer-col,
	.site-footer .footer-col-company,
	.site-footer .footer-col-contact {
		width: 100%;
		min-width: 0;
	}

	.site-footer .footer-bottom p {
		font-size: 15px;
	}
}

/* ══════════════════════════════════════════
   HEADER NAV — Investor dropdown submenu
   ══════════════════════════════════════════ */
.header-nav .has-submenu {
	position: relative;
}

.header-nav .has-submenu > .nav-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.header-nav .nav-caret {
	transition: transform 0.2s var(--ease, ease);
}

.header-nav .has-submenu:hover > .nav-link .nav-caret,
.header-nav .has-submenu:focus-within > .nav-link .nav-caret {
	transform: rotate(180deg);
}

.header-nav .submenu {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 8px);
	display: block; /* override .header-nav ul flex inheritance */
	min-width: 280px;
	padding: 10px;
	margin: 0;
	gap: 0;
	list-style: none;
	background: #fff;
	border: 1px solid rgba(11, 31, 58, 0.06);
	border-radius: 14px;
	box-shadow:
		0 24px 56px rgba(11, 31, 58, 0.18),
		0 4px 12px rgba(11, 31, 58, 0.06);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s var(--ease, ease), transform 0.25s var(--ease, ease);
	z-index: 1000;
}

.header-nav .submenu::after {
	/* Gold gradient accent strip on the left edge */
	content: "";
	position: absolute;
	left: 14px;
	top: 18px;
	bottom: 18px;
	width: 2px;
	background: linear-gradient(180deg, #D3A049 0%, #FFDDA4 100%);
	border-radius: 2px;
	opacity: 0.6;
}

.header-nav .submenu li {
	display: block;
	width: 100%;
}

.header-nav .has-submenu:hover > .submenu,
.header-nav .has-submenu:focus-within > .submenu {
	opacity: 1;
	transform: translate(-50%, 4px);
	pointer-events: auto;
}

.header-nav .submenu::before {
	/* Hover bridge so the menu doesn't close when crossing the gap. */
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -8px;
	height: 12px;
}

.header-nav .submenu a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px 10px 22px;
	border-radius: 8px;
	color: #001B2A;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	transition: background 0.18s var(--ease, ease), color 0.18s var(--ease, ease), padding-left 0.18s var(--ease, ease);
	position: relative;
}

.header-nav .submenu a::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #D3A049;
	opacity: 0;
	transition: opacity 0.18s var(--ease, ease), transform 0.18s var(--ease, ease);
	transform: scale(0.6);
}

.header-nav .submenu a:hover,
.header-nav .submenu a:focus {
	background: linear-gradient(90deg, rgba(211, 160, 73, 0.10), rgba(255, 221, 164, 0.04));
	color: #D3A049;
	padding-left: 26px;
}

.header-nav .submenu a:hover::before,
.header-nav .submenu a:focus::before {
	opacity: 1;
	transform: scale(1);
}

/* Mobile dropdown: stays inside the column nav, expand vertically. */
@media (max-width: 900px) {
	.header-nav .submenu,
	.header-nav .has-submenu:hover > .submenu,
	.header-nav .has-submenu:focus-within > .submenu,
	.header-nav .has-submenu.open > .submenu {
		position: static;
		transform: none;
		min-width: 0;
		padding: 6px 0 6px 16px;
		margin: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s var(--ease, ease);
		opacity: 1;
		pointer-events: auto;
	}

	.header-nav .submenu::after {
		display: none;
	}

	.header-nav .has-submenu.open > .submenu {
		max-height: 480px;
	}

	.header-nav .submenu a,
	.header-nav .submenu a:hover,
	.header-nav .submenu a:focus {
		padding: 8px 0;
		padding-left: 0;
		background: transparent;
		color: #5b6678;
		font-size: 14px;
		border-radius: 0;
	}

	.header-nav .submenu a::before {
		display: none;
	}
}

/* ══════════════════════════════════════════
   CAREERS — page-tuyen-dung.php
   ══════════════════════════════════════════ */
.careers-page {
	--max-w: 1344px;
	--pad-x: max(24px, calc((100vw - 1344px) / 2));
	background: #F8F9FA;
}

.careers-page .container {
	max-width: calc(1344px + (var(--pad-x) * 2)) !important;
	padding-left: var(--pad-x) !important;
	padding-right: var(--pad-x) !important;
}

.careers-page .careers-hero {
	margin-top: 96px;
	min-height: 519px;
	padding: 0;
	align-items: stretch;
}

.careers-page .careers-hero .page-hero-overlay {
	background:
		rgba(0, 0, 0, 0.2),
		linear-gradient(134deg, rgba(11, 31, 58, 0.7) 0%, rgba(11, 31, 58, 0.2) 22%, rgba(11, 31, 58, 0) 31%),
		linear-gradient(180deg, rgba(11, 31, 58, 1) 10%, rgba(11, 31, 58, 0.5) 37%, rgba(11, 31, 58, 0) 96%);
}

.careers-page .careers-hero .page-hero-breadcrumb-container {
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	z-index: 2;
}

.careers-page .careers-hero .page-breadcrumb {
	margin-bottom: 0;
}

.careers-hero-content {
	align-items: flex-start;
	justify-content: center;
	min-height: 519px;
	padding-top: 50px;
	padding-bottom: 48px;
	text-align: left;
}

.careers-hero-eyebrow {
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
	color: #FFDDA4;
}

.careers-hero-title {
	max-width: 660px;
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: clamp(36px, 3.8vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.careers-hero-title span {
	background: linear-gradient(90deg, #D3A049 0%, #FFDDA4 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.careers-hero-desc {
	max-width: 660px;
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
}

.careers-values {
	padding: 80px 0;
	background: #fff;
}

.careers-values-eyebrow {
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-transform: uppercase;
	color: #D3A049;
	margin-bottom: 16px;
}

.careers-values-title {
	max-width: 695px;
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: clamp(30px, 3.5vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	background: linear-gradient(90deg, #0B1B2A 0%, #265D90 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.careers-values-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin-top: 48px;
}

.careers-value {
	min-height: 236px;
	padding: 32px 24px;
	border: 1px solid #DEE2E6;
	border-radius: 8px;
	background: #fff;
	transition: border-color 0.3s var(--ease, ease), box-shadow 0.3s var(--ease, ease), transform 0.3s var(--ease, ease);
}

.careers-value:hover {
	border-color: rgba(211, 160, 73, 0.45);
	box-shadow: 3px 4px 4px 0 rgba(201, 201, 201, 0.25);
	transform: translateY(-2px);
}

.careers-value-icon {
	width: 56px;
	height: 56px;
	border-radius: 8px;
	background: rgba(211, 160, 73, 0.1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.careers-value-title {
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	color: #0B1B2A;
	margin: 0 0 8px;
}

.careers-value-desc {
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #6C757D;
	margin: 0;
}

.careers-jobs {
	padding: 80px 0 120px;
	background: #F5F6F7;
}

.careers-jobs-container {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.careers-jobs-title {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: clamp(30px, 3.5vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	background: linear-gradient(90deg, #0B1B2A 0%, #265D90 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.careers-job-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.careers-job-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 98px;
	padding: 24px;
	border-radius: 16px;
	background: #fff;
	transition: box-shadow 0.3s var(--ease, ease), transform 0.3s var(--ease, ease);
}

.careers-job-card:hover {
	box-shadow: 3px 4px 4px 0 rgba(201, 201, 201, 0.25);
	transform: translateY(-2px);
}

.careers-job-card__main {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 24px;
	min-width: 0;
}

.careers-job-card__copy {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.careers-job-card__title {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	color: #212529;
}

.careers-job-card__desc,
.careers-job-card__meta-item,
.careers-job-card__deadline {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #6C757D;
}

.careers-job-card__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.careers-job-card__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.careers-job-card__meta-item::before {
	content: "";
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	background-color: #0059FF;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: 24px 24px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: 24px 24px;
}

.careers-job-card__meta-item--salary::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7.5C3 6.12 4.12 5 5.5 5h13C19.88 5 21 6.12 21 7.5v9c0 1.38-1.12 2.5-2.5 2.5h-13C4.12 19 3 17.88 3 16.5v-9Zm2.5-.5a.5.5 0 0 0-.5.5v1.25A3.25 3.25 0 0 0 7.25 7H5.5Zm0 10h1.75A3.25 3.25 0 0 0 5 15.25v1.25c0 .28.22.5.5.5Zm13 0c.28 0 .5-.22.5-.5v-1.25A3.25 3.25 0 0 0 16.75 17h1.75Zm.5-8.25V7.5a.5.5 0 0 0-.5-.5h-1.75A3.25 3.25 0 0 0 19 8.75ZM12 15.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z' fill='black'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7.5C3 6.12 4.12 5 5.5 5h13C19.88 5 21 6.12 21 7.5v9c0 1.38-1.12 2.5-2.5 2.5h-13C4.12 19 3 17.88 3 16.5v-9Zm2.5-.5a.5.5 0 0 0-.5.5v1.25A3.25 3.25 0 0 0 7.25 7H5.5Zm0 10h1.75A3.25 3.25 0 0 0 5 15.25v1.25c0 .28.22.5.5.5Zm13 0c.28 0 .5-.22.5-.5v-1.25A3.25 3.25 0 0 0 16.75 17h1.75Zm.5-8.25V7.5a.5.5 0 0 0-.5-.5h-1.75A3.25 3.25 0 0 0 19 8.75ZM12 15.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z' fill='black'/%3E%3C/svg%3E");
}

.careers-job-card__meta-item--time::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22a10 10 0 1 1 0-20 10 10 0 0 1 0 20Zm1-10.41V7a1 1 0 1 0-2 0v5a1 1 0 0 0 .45.83l3.5 2.33a1 1 0 0 0 1.1-1.66L13 11.59Z' fill='black'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22a10 10 0 1 1 0-20 10 10 0 0 1 0 20Zm1-10.41V7a1 1 0 1 0-2 0v5a1 1 0 0 0 .45.83l3.5 2.33a1 1 0 0 0 1.1-1.66L13 11.59Z' fill='black'/%3E%3C/svg%3E");
}

.careers-job-card__meta-item--location::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s7-5.33 7-12a7 7 0 1 0-14 0c0 6.67 7 12 7 12Zm0-9a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z' fill='black'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s7-5.33 7-12a7 7 0 1 0-14 0c0 6.67 7 12 7 12Zm0-9a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z' fill='black'/%3E%3C/svg%3E");
}

.careers-job-card__meta-item--experience::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 6V5a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v1h1.5A2.5 2.5 0 0 1 21 8.5v9A2.5 2.5 0 0 1 18.5 20h-13A2.5 2.5 0 0 1 3 17.5v-9A2.5 2.5 0 0 1 5.5 6H7Zm2 0h6V5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1Zm3 8a2 2 0 0 0 2-2h5v5.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V12h5a2 2 0 0 0 2 2Z' fill='black'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 6V5a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v1h1.5A2.5 2.5 0 0 1 21 8.5v9A2.5 2.5 0 0 1 18.5 20h-13A2.5 2.5 0 0 1 3 17.5v-9A2.5 2.5 0 0 1 5.5 6H7Zm2 0h6V5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1Zm3 8a2 2 0 0 0 2-2h5v5.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V12h5a2 2 0 0 0 2 2Z' fill='black'/%3E%3C/svg%3E");
}

.careers-job-card__side {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
}

.careers-job-card__apply {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 44px;
	padding: 11px 16px;
	border-radius: 118px;
	background: linear-gradient(90deg, #D3A049 0%, #FFDDA4 100%);
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff !important;
	text-decoration: none !important;
	white-space: nowrap;
	transition: filter 0.2s var(--ease, ease), transform 0.2s var(--ease, ease);
}

.careers-job-card__apply:hover {
	filter: brightness(0.95);
	transform: translateY(-1px);
}

.careers-jobs .qp-section.qp-jobs {
	gap: 24px;
	margin-bottom: 0;
	padding: 0;
}

.careers-jobs .qp-section.qp-jobs > .qp-filter-group,
.careers-jobs .qp-job-list-shell {
	width: 100%;
	max-width: none;
	padding-left: max(24px, calc((100vw - 1344px) / 2));
	padding-right: max(24px, calc((100vw - 1344px) / 2));
}

.careers-jobs .qp-section.qp-jobs > .qp-filter-group {
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr);
	align-items: start;
	gap: 16px;
	margin: 0;
}

.careers-jobs .qp-filter-group__label {
	padding-top: 10px;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: none;
	color: #0B1B2A;
}

.careers-jobs .qp-filter {
	gap: 8px;
}

.careers-jobs .qp-filter__pill {
	height: 40px;
	padding: 0 16px;
	border-color: #DEE2E6;
	border-radius: 8px;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #6C757D;
	background: #fff;
}

.careers-jobs .qp-filter__pill:hover,
.careers-jobs .qp-filter__pill.is-active {
	border-color: #D3A049;
	background: #D3A049;
	color: #fff;
}

.careers-jobs .qp-job-list {
	gap: 16px;
}

.careers-jobs .qp-job {
	padding: 24px;
	border: 1px solid #DEE2E6;
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
	transition: border-color 0.3s var(--ease, ease), box-shadow 0.3s var(--ease, ease), transform 0.3s var(--ease, ease);
}

.careers-jobs .qp-job:hover {
	border-color: rgba(211, 160, 73, 0.45);
	box-shadow: 3px 4px 4px 0 rgba(201, 201, 201, 0.25);
	transform: translateY(-2px);
}

.careers-jobs .qp-job__head {
	grid-template-columns: minmax(0, 1fr) minmax(240px, max-content);
	gap: 32px;
}

.careers-jobs .qp-job__dept {
	margin-bottom: 8px;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: none;
	color: #D3A049;
}

.careers-jobs .qp-job__title {
	margin: 0 0 12px;
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	color: #0B1B2A;
}

.careers-jobs .qp-job__title a {
	color: #0B1B2A;
}

.careers-jobs .qp-job__title a:hover {
	color: #D3A049;
}

.careers-jobs .qp-job__meta {
	gap: 8px 24px;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #6C757D;
}

.careers-jobs .qp-job__meta-item svg {
	color: #D3A049;
}

.careers-jobs .qp-job__head-side {
	gap: 8px;
	max-width: 320px;
}

.careers-jobs .qp-job__salary {
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: #0B1B2A;
}

.careers-jobs .qp-job__deadline {
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #6C757D;
}

.careers-jobs .qp-job__apply {
	height: 44px;
	margin-top: 8px;
	padding: 0 24px;
	border-radius: 8px;
	background: #D3A049;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #fff !important;
}

.careers-jobs .qp-job__apply:hover {
	background: #0B1B2A;
	color: #fff !important;
}

@media (max-width: 1024px) {
	.careers-values-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.careers-job-card {
		align-items: stretch;
		gap: 24px;
	}

	.careers-job-card__meta {
		flex-wrap: wrap;
		gap: 12px 16px;
	}

	.careers-jobs .qp-job__head {
		grid-template-columns: 1fr;
	}

	.careers-jobs .qp-job__head-side {
		align-items: flex-start;
		max-width: 100%;
		text-align: left;
	}
}

@media (max-width: 640px) {
	.careers-page .careers-hero {
		margin-top: 72px;
		min-height: 420px;
	}

	.careers-hero-content {
		min-height: 420px;
		padding-top: 72px;
		padding-bottom: 40px;
	}

	.careers-page .careers-hero .page-hero-breadcrumb-container {
		top: 12px;
	}

	.careers-hero-title {
		font-size: 34px;
		line-height: 1.2;
	}

	.careers-hero-desc {
		font-size: 16px;
	}

	.careers-values,
	.careers-jobs {
		padding-block: 48px;
	}

	.careers-jobs-container {
		gap: 32px;
	}

	.careers-jobs-title {
		font-size: 30px;
	}

	.careers-job-card {
		flex-direction: column;
		align-items: stretch;
		gap: 24px;
		padding: 20px;
		border-radius: 14px;
	}

	.careers-job-card__title {
		font-size: 20px;
	}

	.careers-job-card__desc,
	.careers-job-card__meta-item,
	.careers-job-card__deadline {
		font-size: 15px;
	}

	.careers-job-card__meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.careers-job-card__meta-item {
		white-space: normal;
	}

	.careers-values-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.careers-jobs .qp-section.qp-jobs > .qp-filter-group {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.careers-jobs .qp-filter-group__label {
		padding-top: 0;
	}

	.careers-jobs .qp-job {
		padding: 20px;
	}

	.careers-jobs .qp-job__title {
		font-size: 20px;
	}
}

/* ══════════════════════════════════════════
   JOB DETAIL — single-qp_job.php
   ══════════════════════════════════════════ */
.job-detail-page {
	--max-w: 1344px;
	--pad-x: max(24px, calc((100vw - 1344px) / 2));
	background: #F8F9FA;
}

.job-detail-page .container {
	max-width: calc(1344px + (var(--pad-x) * 2)) !important;
	padding-left: var(--pad-x) !important;
	padding-right: var(--pad-x) !important;
}

.job-detail-hero {
	margin-top: 96px;
	min-height: 519px;
	padding: 0;
	align-items: stretch;
}

.job-detail-hero .page-hero-overlay {
	background:
		rgba(0, 0, 0, 0.2),
		linear-gradient(134deg, rgba(11, 31, 58, 0.7) 0%, rgba(11, 31, 58, 0.2) 22%, rgba(11, 31, 58, 0) 31%),
		linear-gradient(180deg, rgba(11, 31, 58, 1) 10%, rgba(11, 31, 58, 0.5) 37%, rgba(11, 31, 58, 0) 96%);
}

.job-detail-hero .page-hero-breadcrumb-container {
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	z-index: 2;
}

.job-detail-hero .page-breadcrumb {
	margin-bottom: 0;
}

.job-detail-hero .page-breadcrumb-current {
	max-width: min(42vw, 480px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.job-detail-hero-content {
	align-items: flex-start;
	justify-content: center;
	min-height: 519px;
	padding-top: 50px;
	padding-bottom: 48px;
	text-align: left;
}

.job-detail-hero-title {
	max-width: 940px;
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: clamp(36px, 3.8vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.job-detail-content {
	padding: 80px 0 120px;
	background: #F8F9FA;
}

.job-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 835px) 461px;
	gap: 48px;
	align-items: flex-start;
}

.job-detail-main {
	display: flex;
	flex-direction: column;
	gap: 48px;
	min-width: 0;
}

.job-detail-heading {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: clamp(30px, 3.5vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	background: linear-gradient(90deg, #0B1B2A 0%, #265D90 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.job-detail-sections {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.job-detail-section {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.job-detail-section h3 {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	color: #212529;
}

.job-detail-section__text,
.job-detail-empty {
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	color: #6C757D;
}

.job-detail-section__text strong {
	font-weight: 500;
	color: #212529;
}

.job-detail-empty {
	margin: 0;
}

.job-detail-apply {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 56px;
	padding: 15px 20px;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(90deg, #D3A049 0%, #FFDDA4 100%);
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
	transition: filter 0.2s var(--ease, ease), transform 0.2s var(--ease, ease);
}

.job-detail-apply:hover {
	filter: brightness(0.95);
	transform: translateY(-1px);
}

.job-detail-related {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 461px;
	max-width: 100%;
}

.job-detail-related-card {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 16px;
	padding: 24px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 2px 4px 4px 0 rgba(192, 192, 192, 0.25);
	color: inherit;
	text-decoration: none !important;
	transition: box-shadow 0.3s var(--ease, ease), transform 0.3s var(--ease, ease);
}

.job-detail-related-card:hover {
	box-shadow: 3px 8px 18px 0 rgba(192, 192, 192, 0.32);
	transform: translateY(-2px);
}

.job-detail-related-card__meta {
	display: flex;
	align-self: stretch;
	gap: 16px;
	flex-wrap: wrap;
}

.job-detail-related-card__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #6C757D;
}

.job-detail-related-card__meta-item::before {
	content: "";
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	background-color: #0059FF;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: 24px 24px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: 24px 24px;
}

.job-detail-related-card__meta-item--time::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22a10 10 0 1 1 0-20 10 10 0 0 1 0 20Zm1-10.41V7a1 1 0 1 0-2 0v5a1 1 0 0 0 .45.83l3.5 2.33a1 1 0 0 0 1.1-1.66L13 11.59Z' fill='black'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22a10 10 0 1 1 0-20 10 10 0 0 1 0 20Zm1-10.41V7a1 1 0 1 0-2 0v5a1 1 0 0 0 .45.83l3.5 2.33a1 1 0 0 0 1.1-1.66L13 11.59Z' fill='black'/%3E%3C/svg%3E");
}

.job-detail-related-card__meta-item--location::before {
	mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s7-5.33 7-12a7 7 0 1 0-14 0c0 6.67 7 12 7 12Zm0-9a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z' fill='black'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s7-5.33 7-12a7 7 0 1 0-14 0c0 6.67 7 12 7 12Zm0-9a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z' fill='black'/%3E%3C/svg%3E");
}

.job-detail-related-card__body {
	display: flex;
	flex-direction: column;
	align-self: stretch;
	gap: 11px;
}

.job-detail-related-card__body h3 {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	color: #212529;
}

.job-detail-related-card__body p {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #6C757D;
}

.job-detail-related-card__more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #0059FF;
}

.job-detail-related-card__more::after {
	content: "";
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	background-color: currentColor;
	mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5l7 7-7 7' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 24px 24px no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5l7 7-7 7' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 24px 24px no-repeat;
}

body.job-application-modal-open {
	overflow: hidden;
}

.job-application-modal[hidden] {
	display: none;
}

.job-application-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 128px 32px 32px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.18s ease;
}

.job-application-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.job-application-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 27, 42, 0.58);
	backdrop-filter: blur(5px);
}

.job-application-dialog {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	width: min(570px, calc(100vw - 48px));
	max-height: calc(100dvh - 64px);
	overflow: auto;
	padding: 87px 30px 30px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.05);
	transform: translateY(16px) scale(0.98);
	transition: transform 0.18s ease;
}

.job-application-modal.is-open .job-application-dialog {
	transform: translateY(0) scale(1);
}

.job-application-title {
	position: absolute;
	top: 24px;
	left: 30px;
	width: 146px;
	height: 39px;
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	color: #212529;
}

.job-application-close {
	position: absolute;
	top: 24px;
	right: 30px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	cursor: pointer;
}

.job-application-close::before,
.job-application-close::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 5px;
	width: 22px;
	height: 2px;
	border-radius: 999px;
	background: #212529;
}

.job-application-close::before {
	transform: rotate(45deg);
}

.job-application-close::after {
	transform: rotate(-45deg);
}

.job-application-notice {
	align-self: stretch;
	margin: 0;
	padding: 12px 14px;
	border-radius: 8px;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.job-application-notice--success {
	background: rgba(25, 135, 84, 0.1);
	color: #198754;
}

.job-application-notice--error {
	background: rgba(237, 25, 45, 0.08);
	color: #B4232F;
}

.job-application-form,
.job-application-fields,
.job-application-field {
	display: flex;
	flex-direction: column;
	align-self: stretch;
}

.job-application-form {
	align-items: center;
	gap: 32px;
}

.job-application-fields {
	align-items: center;
	gap: 12px;
}

.job-application-field {
	gap: 8px;
}

.job-application-file-stack {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.job-application-label {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #6C757D;
}

.job-application-label span {
	color: #ED192D;
}

.job-application-input,
.job-application-phone,
.job-application-textarea,
.job-application-upload {
	width: 100%;
	border: 1px solid transparent;
	border-radius: 8px;
	background: #F8F9FD;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #212529;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.job-application-input,
.job-application-phone,
.job-application-upload {
	min-height: 48px;
}

.job-application-input,
.job-application-phone-input {
	padding: 12px 8px;
}

.job-application-input::placeholder,
.job-application-phone-input::placeholder,
.job-application-textarea::placeholder,
.job-application-upload {
	color: #ADB5BD;
}

.job-application-input:focus,
.job-application-textarea:focus,
.job-application-phone:focus-within,
.job-application-upload:focus-within {
	border-color: #D3A049;
	background: #fff;
	outline: none;
}

.job-application-phone {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 8px;
}

.job-application-country {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding-right: 8px;
	border-right: 1px solid #DEE2E6;
	color: #212529;
	white-space: nowrap;
}

.job-application-flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 12px;
	border-radius: 2px;
	background: #ED192D;
	font-size: 7px;
	font-weight: 700;
	line-height: 1;
	color: #FFDDA4;
}

.job-application-caret {
	width: 12px;
	height: 12px;
	background: #212529;
	mask: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
}

.job-application-phone-input {
	min-width: 0;
	flex: 1 1 auto;
	border: 0;
	background: transparent;
	color: #212529;
	outline: none;
}

.job-application-textarea {
	height: 84px;
	padding: 12px;
	resize: vertical;
}

.job-application-upload {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 8px;
	cursor: pointer;
}

.job-application-upload input {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.job-application-upload-icon {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	background: #ADB5BD;
	mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11V3M8 3L4.75 6.25M8 3L11.25 6.25M3 13H13' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11V3M8 3L4.75 6.25M8 3L11.25 6.25M3 13H13' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
}

.job-application-file-note {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #6C757D;
}

.job-application-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 44px;
	padding: 11px 16px;
	border: 0;
	border-radius: 78px;
	background: linear-gradient(90deg, #D3A049 0%, #FFDDA4 100%);
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	cursor: pointer;
	transition: filter 0.2s ease, transform 0.2s ease;
}

.job-application-submit:hover {
	filter: brightness(0.95);
	transform: translateY(-1px);
}

.job-application-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
}

@media (max-width: 1024px) {
	.job-detail-layout {
		grid-template-columns: 1fr;
	}

	.job-detail-related {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.job-detail-hero,
	.job-detail-hero-content {
		min-height: 420px;
	}

	.job-detail-hero {
		margin-top: 72px;
	}

	.job-detail-hero .page-hero-breadcrumb-container {
		top: 12px;
	}

	.job-detail-hero .page-breadcrumb-current {
		max-width: 140px;
	}

	.job-detail-hero-title {
		font-size: 34px;
	}

	.job-detail-content {
		padding: 48px 0;
	}

	.job-detail-main {
		gap: 32px;
	}

	.job-detail-sections {
		gap: 32px;
	}

	.job-detail-heading {
		font-size: 30px;
	}

	.job-detail-section h3,
	.job-detail-related-card__body h3 {
		font-size: 20px;
	}

	.job-detail-section__text,
	.job-detail-empty,
	.job-detail-related-card__meta-item,
	.job-detail-related-card__body p,
	.job-detail-related-card__more {
		font-size: 15px;
	}

	.job-detail-related-card {
		padding: 20px;
		border-radius: 14px;
	}

	.job-application-modal {
		align-items: flex-start;
		padding: 88px 16px 16px;
		overflow: auto;
	}

	.job-application-dialog {
		width: 100%;
		max-height: none;
		padding: 72px 20px 24px;
	}

	.job-application-title {
		top: 24px;
		left: 20px;
		font-size: 24px;
	}

	.job-application-close {
		right: 20px;
	}

	.job-application-form {
		gap: 24px;
	}

	.job-application-label,
	.job-application-input,
	.job-application-phone,
	.job-application-phone-input,
	.job-application-textarea,
	.job-application-upload {
		font-size: 15px;
	}
}

/* ══════════════════════════════════════════
   PROJECTS — page-du-an.php
   ══════════════════════════════════════════ */
.projects-page .page-hero {
	margin-top: 96px;
	min-height: 423px;
	padding-top: 0;
	padding-bottom: 0;
}

.projects-page .page-hero-breadcrumb-container {
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	z-index: 2;
}

.projects-page .page-breadcrumb {
	margin-bottom: 0;
}

.projects-archive {
	padding: 80px 0 120px;
	background: #F8F9FA;
}

.projects-figma-sections {
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.project-figma-section {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.project-figma-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.project-figma-title-wrap {
	position: relative;
	display: flex;
	align-items: center;
	width: min(100%, 496px);
	padding-bottom: 32px;
}

.project-figma-title-wrap--wide {
	width: min(100%, 695px);
}

.project-figma-title-wrap::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 6px;
	background: linear-gradient(90deg, #D3A049, #FFDDA4);
}

.project-figma-title {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: clamp(30px, 3.5vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	background: linear-gradient(90deg, #0B1B2A 0%, #265D90 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.project-figma-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.project-figma-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	box-shadow: 3px 4px 4px 0 rgba(201, 201, 201, 0.25);
	transition: transform 0.3s var(--ease, ease), box-shadow 0.3s var(--ease, ease);
}

.project-figma-card:hover {
	transform: translateY(-4px);
	box-shadow: 3px 8px 16px 0 rgba(201, 201, 201, 0.4);
}

.project-figma-card__media {
	width: 100%;
	height: 260px;
	background: #EEF0F5;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.project-figma-card--featured .project-figma-card__media {
	height: 600px;
}

.project-figma-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s var(--ease, ease);
}

.project-figma-card:hover .project-figma-card__media img {
	transform: scale(1.05);
}

.project-figma-card__content {
	display: flex;
	flex-direction: column;
}

.project-figma-card__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0 16px 8px;
}

.project-figma-card__title {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #D3A049;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}

.project-figma-card__excerpt,
.project-figma-card__meta-item {
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #6C757D;
}

.project-figma-card__excerpt {
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}

.project-figma-card__meta {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
}

.project-figma-card__meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.project-figma-card__meta-item img {
	flex: 0 0 16px;
}

.project-figma-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 24px 16px;
	border-top: 1px solid #DEE2E6;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #6C757D;
}

.project-news-2col-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 24px;
}

@media (max-width: 1024px) {
	.project-figma-grid,
	.project-news-2col-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.project-figma-card--featured .project-figma-card__media {
		height: 420px;
	}
}

@media (max-width: 640px) {
	.projects-page .page-hero {
		margin-top: 72px;
		min-height: auto;
		padding-top: 64px;
		padding-bottom: 40px;
	}

	.projects-page .page-hero-breadcrumb-container {
		top: 12px;
	}

	.projects-archive {
		padding: 48px 0 72px;
	}

	.projects-figma-sections {
		gap: 48px;
	}

	.project-figma-section {
		gap: 24px;
	}

	.project-figma-header {
		align-items: flex-start;
	}

	.project-figma-title-wrap,
	.project-figma-title-wrap--wide {
		width: 100%;
		padding-bottom: 16px;
	}

	.project-figma-grid,
	.project-news-2col-row {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.project-figma-card--featured .project-figma-card__media,
	.project-figma-card__media {
		height: 240px;
	}

	.project-figma-card__footer {
		padding: 16px;
		font-size: 16px;
	}
}

/* ══════════════════════════════════════════
   PROJECT DETAIL — single-qp_project.php
   ══════════════════════════════════════════ */
.qp-project-detail-page {
	background: #F8F9FA;
}

.qp-project-detail-hero {
	margin-top: 96px;
	min-height: 423px;
	padding: 0;
}

.qp-project-detail-hero .page-hero-breadcrumb-container {
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	z-index: 2;
}

.qp-project-detail-hero .page-breadcrumb {
	max-width: min(100%, 1344px);
	margin-bottom: 0;
}

.qp-project-detail-hero .page-breadcrumb-current {
	max-width: 520px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.qp-project-detail-hero .page-hero-desc {
	max-width: 761px;
}

.qp-project-detail-content {
	padding: 80px 0 48px;
}

.qp-project-detail-article {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 8px 0;
}

.qp-project-detail-title {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: clamp(32px, 3.5vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	color: #212529;
	text-align: center;
}

.qp-project-detail-lead {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #212529;
}

.qp-project-detail-image {
	width: 100%;
	height: 1056px;
	border-radius: 8px 8px 0 0;
	object-fit: cover;
}

.qp-project-detail-body {
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #6C757D;
}

.qp-project-detail-body p,
.qp-project-detail-body ul,
.qp-project-detail-body ol {
	margin: 0 0 20px;
}

.qp-project-detail-body h2,
.qp-project-detail-body h3,
.qp-project-detail-highlights h3 {
	margin: 20px 0 8px;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #212529;
}

.qp-project-detail-body ul,
.qp-project-detail-body ol,
.qp-project-detail-highlights ul {
	padding-left: 22px;
}

.qp-project-detail-body li,
.qp-project-detail-highlights li {
	margin: 6px 0;
}

.qp-project-detail-body a {
	color: #0059FF;
}

.qp-project-detail-highlights {
	margin-top: 20px;
}

.qp-project-detail-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.qp-project-detail-gallery img {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	object-fit: cover;
}

.qp-project-detail-date {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #6C757D;
}

.qp-project-detail-date span {
	display: block;
	width: 24px;
	border-top: 1px solid currentColor;
}

.qp-project-consult {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 595px;
	padding-top: 48px;
	background: linear-gradient(1deg, #D3A049 0%, #F8F9FA 100%);
}

.qp-project-consult__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 106px;
	width: 100%;
	max-width: 1228px;
	padding-inline: 24px;
}

.qp-project-consult__image {
	width: 552px;
	height: 547px;
	object-fit: contain;
	object-position: center bottom;
}

.qp-project-consult__form {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	width: 570px;
	padding: 32px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.qp-project-consult__form h2 {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	color: #212529;
}

.qp-project-consult__fields {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.qp-project-consult__form label {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.qp-project-consult__form label span {
	display: inline-flex;
	gap: 4px;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #6C757D;
}

.qp-project-consult__form label b {
	font-weight: 400;
	color: #ED192D;
}

.qp-project-consult__form input,
.qp-project-consult__form select {
	width: 100%;
	min-height: 46px;
	padding: 12px 8px;
	border: 1px solid transparent;
	border-radius: 8px;
	background-color: #F8F9FD;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #212529;
	outline: none;
}

.qp-project-consult__form input:focus,
.qp-project-consult__form select:focus {
	border-color: #D3A049;
}

.qp-project-consult__form input::placeholder {
	color: #ADB5BD;
}

.qp-project-consult__form select {
	appearance: none;
	padding-right: 36px;
	background-image: url("assets/site/project-select-arrow-selectarrow.svg");
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 16px 16px;
	color: #ADB5BD;
}

.qp-project-consult__form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 44px;
	padding: 11px 16px;
	border-radius: 78px;
	background: linear-gradient(90deg, #D3A049 0%, #FFDDA4 100%);
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
}

.qp-project-consult__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.qp-project-consult__notice {
	margin: 0 0 12px;
	padding: 12px 16px;
	border-radius: 8px;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

.qp-project-consult__notice--success {
	background: #e6f9ee;
	color: #1a7a3a;
	border: 1px solid #b8e6c8;
}

.qp-project-consult__notice--error {
	background: #fef1f1;
	color: #b91c1c;
	border: 1px solid #fca5a5;
}

.qp-project-related {
	padding: 48px 0 120px;
}

.qp-project-related h2 {
	margin: 0 0 24px;
	font-family: "Noto Sans", sans-serif;
	font-size: clamp(32px, 3.5vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	color: #212529;
}

@media (max-width: 1200px) {
	.qp-project-detail-image {
		height: 720px;
	}

	.qp-project-consult__inner {
		gap: 48px;
	}

	.qp-project-consult__image {
		width: 42vw;
		height: auto;
	}
}

@media (max-width: 900px) {
	.qp-project-detail-hero {
		margin-top: 96px;
		min-height: auto;
		padding: 88px 0 56px;
	}

	.qp-project-detail-content {
		padding: 56px 0 40px;
	}

	.qp-project-detail-image {
		height: 460px;
	}

	.qp-project-consult {
		min-height: auto;
		padding: 56px 0;
	}

	.qp-project-consult__inner {
		flex-direction: column;
		gap: 24px;
	}

	.qp-project-consult__image {
		width: min(420px, 90vw);
	}

	.qp-project-consult__form {
		width: min(570px, 100%);
	}
}

@media (max-width: 640px) {
	.qp-project-detail-hero {
		margin-top: 72px;
		padding: 64px 0 40px;
	}

	.qp-project-detail-hero .page-hero-breadcrumb-container {
		top: 12px;
	}

	.qp-project-detail-hero .page-breadcrumb-current {
		max-width: 150px;
	}

	.qp-project-detail-title {
		font-size: 28px;
	}

	.qp-project-detail-lead {
		font-size: 16px;
	}

	.qp-project-detail-image {
		height: 260px;
	}

	.qp-project-detail-body {
		font-size: 15px;
	}

	.qp-project-detail-gallery {
		grid-template-columns: 1fr;
	}

	.qp-project-consult__inner {
		padding-inline: 20px;
	}

	.qp-project-consult__form {
		padding: 24px 20px;
	}

	.qp-project-consult__form h2 {
		font-size: 24px;
	}

	.qp-project-related {
		padding: 48px 0 72px;
	}
}

/* ══════════════════════════════════════════
   INVESTOR SUB-PAGES — Figma shared layout
   ══════════════════════════════════════════ */
.investor-page {
	background: #F8F9FA;
}

.investor-page .page-hero {
	display: block;
	margin-top: 96px;
	min-height: 423px;
	padding: 0;
}

.investor-page .page-hero-overlay {
	background:
		rgba(0, 0, 0, 0.2),
		linear-gradient(134deg, rgba(11, 31, 58, 0.7) 0%, rgba(11, 31, 58, 0.2) 22%, rgba(11, 31, 58, 0) 31%),
		linear-gradient(180deg, rgba(11, 31, 58, 1) 10%, rgba(11, 31, 58, 0.5) 37%, rgba(11, 31, 58, 0) 96%);
}

.investor-page .page-hero-content {
	padding-top: 104px;
}

.investor-page .page-hero-desc {
	width: min(100%, 1013px);
	max-width: 1013px;
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
}

.investor-page .page-hero-breadcrumb-container {
	position: absolute;
	top: 16px;
	left: 0;
	right: 0;
	z-index: 2;
}

.investor-page .page-breadcrumb {
	max-width: 100%;
	margin-bottom: 0;
}

.investor-page .page-breadcrumb-current {
	max-width: min(42vw, 360px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.investor-tabs-wrap {
	position: relative;
	z-index: 4;
	margin-top: -45px;
}

.investor-tabs {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 0;
	min-height: 89px;
	padding: 0;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 4px rgba(238, 217, 182, 0.25);
	overflow: hidden;
}

.investor-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 0;
	padding: 32px 10px;
	border-radius: 12px;
	color: #6C757D;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.24s var(--ease, ease), color 0.24s var(--ease, ease), box-shadow 0.24s var(--ease, ease);
}

.investor-tab:first-child {
	padding-left: 24px;
}

.investor-tab:last-child {
	padding-right: 24px;
}

.investor-tab:hover {
	background: #fff;
	color: #001B2A;
}

.investor-tab.is-active {
	background: linear-gradient(90deg, #0B1B2A 0%, #265D90 100%);
	background-clip: text;
	-webkit-background-clip: text;
	box-shadow: none;
	color: transparent;
	font-weight: 600;
	-webkit-text-fill-color: transparent;
}

.investor-content {
	padding: 48px 0 80px;
	background: #F8F9FA;
}

.investor-content > .container {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.investor-section-title-wrap {
	position: relative;
	width: min(100%, 650px);
	padding-bottom: 24px;
	margin-bottom: 32px;
}

.investor-section-title-wrap::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	background: linear-gradient(90deg, #D3A049 0%, #FFDDA4 100%);
}

.investor-section-title-wrap--compact {
	margin-bottom: 24px;
}

.investor-section-title {
	margin: 0;
	background: linear-gradient(90deg, #0B1B2A 0%, #265D90 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-family: "Noto Sans", sans-serif;
	font-size: clamp(30px, 3.1vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	-webkit-text-fill-color: transparent;
}

.investor-page--stock .investor-content > .container {
	align-items: center;
	gap: 80px;
}

.investor-page--stock .investor-section-title-wrap {
	width: min(100%, 1164px);
	padding-bottom: 0;
	margin-bottom: 32px;
}

.investor-page--stock .investor-section-title-wrap::after {
	display: none;
}

.investor-page--stock .investor-section-title {
	text-align: center;
}

.investor-stock-card {
	width: min(100%, 1164.46px);
}

.investor-stock-overview {
	position: relative;
	display: block;
	width: min(100%, 1164.46px);
	height: 252px;
}

.investor-stock-metrics {
	display: grid;
	gap: 12px;
}

.investor-stock-metrics--left {
	position: absolute;
	top: 0;
	left: 0;
	width: 496px;
}

.investor-stock-metrics--right {
	position: absolute;
	top: 0;
	right: 0;
	width: 495.85px;
}

.investor-stock-metric {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	height: 120px;
	padding: 29px 78px 29px 48px;
	background: none;
	color: #fff;
}

.investor-stock-metric--reverse {
	justify-content: space-between;
	padding: 29px 48px 29px 78px;
}

.investor-stock-metric__shape {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.investor-stock-metric__icon,
.investor-stock-capital__icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	line-height: 1;
	color: #fff;
}

.investor-stock-capital__icon {
	color: #0B3358;
}

.investor-stock-icon-svg {
	width: 40px;
	height: 40px;
}

.investor-stock-metric__text {
	position: relative;
	z-index: 1;
}

.investor-stock-metric__text {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.investor-stock-metrics--left .investor-stock-metric__text {
	align-items: flex-end;
	text-align: right;
}

.investor-stock-metric__text p,
.investor-stock-capital p {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.investor-stock-metric__text strong {
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
}

.investor-stock-capital {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 6px;
	width: 290px;
	height: 252px;
	padding: 43px 21.7px;
	background: none;
	text-align: center;
}

.investor-stock-capital__shape {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.investor-stock-capital p,
.investor-stock-capital strong {
	position: relative;
	z-index: 1;
	background: linear-gradient(90deg, #0B1B2A 0%, #265D90 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.investor-stock-capital strong {
	max-width: 240px;
	font-family: "Noto Sans", sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.4;
}

.investor-shareholder-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
	width: min(100%, 1164px);
}

.investor-shareholder-item {
	display: flex;
	height: 168px;
	flex-direction: column;
	justify-content: space-between;
	gap: 12px;
	padding: 24px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 3px 6px 10.8px rgba(229, 229, 229, 1);
}

.investor-shareholder-item__head,
.investor-shareholder-item__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.investor-shareholder-item h3,
.investor-shareholder-item__head strong {
	margin: 0;
	color: #212529;
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
}

.investor-shareholder-item__bar {
	position: relative;
	height: 8px;
	background: #D6D6D7;
	border-radius: 55px;
	overflow: hidden;
}

.investor-shareholder-item__bar span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #D3A049 0%, #FFDDA4 100%);
}

.investor-shareholder-item__foot span {
	color: #6C757D;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}

.investor-page .qp-doc-section {
	width: 100%;
	gap: 24px;
}

.investor-page .qp-doc-filter {
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
}

.investor-page .qp-filter-group__label {
	color: #6C757D;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: none;
}

.investor-page .qp-filter {
	justify-content: flex-start;
	gap: 16px;
}

.investor-page .qp-filter__pill {
	height: auto;
	padding: 12px 16px;
	border: 1px solid transparent;
	border-radius: 37px;
	color: #212529;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(90deg, #0B1B2A 0%, #265D90 100%) border-box;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.investor-page .qp-filter__pill:hover,
.investor-page .qp-filter__pill.is-active {
	background: linear-gradient(90deg, #0B1B2A 0%, #265D90 100%);
	border-color: transparent;
	color: #fff;
}

.investor-page .qp-doc-table {
	display: flex;
	flex-direction: column;
	gap: 0;
	background: #fff;
	border: 1px solid #E9ECEF;
	border-radius: 8px;
	box-shadow: none;
	overflow: hidden;
}

.investor-page .qp-doc-table__head {
	display: grid;
	grid-template-columns: minmax(280px, 360px) 60px 156px 112px 110px;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	padding: 12px 16px;
	background: #001B2A;
	color: #fff;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: uppercase;
}

.investor-page .qp-doc-table__head > div {
	white-space: nowrap;
}

.investor-page .qp-doc-row {
	display: grid;
	grid-template-columns: minmax(280px, 360px) 60px 156px 112px 110px;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	padding: 20px 16px;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #E9ECEF;
	border-radius: 0;
	box-shadow: none;
	transition: background 0.24s var(--ease, ease);
}

.investor-page .qp-doc-row:hover {
	background: #F8F9FA;
}

.investor-page .qp-doc-row__title {
	gap: 15px;
	min-width: 0;
}

.investor-page .qp-doc-icon {
	display: block;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px;
	max-width: 40px !important;
	flex: 0 0 40px;
	padding: 0;
	background: transparent;
	border-radius: 0;
	object-fit: contain;
}

.investor-page .qp-doc-row__title-inner {
	width: min(100%, 305px);
	gap: 4px;
	min-width: 0;
}

.investor-page .qp-doc-row__link {
	display: block;
	color: #212529 !important;
	font-family: "Noto Sans", sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none !important;
}

.investor-page .qp-doc-row__lang {
	color: #6C757D;
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

.investor-page .qp-doc-row__year,
.investor-page .qp-doc-row__date,
.investor-page .qp-doc-row__size {
	display: block;
	padding: 0;
	background: transparent;
	border-radius: 0;
	color: #343A40;
	font-family: "Noto Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.investor-page .qp-doc-row__action {
	text-align: right;
}

.investor-page .qp-doc-row__btn {
	width: 110px;
	height: 40px;
	justify-content: center;
	gap: 10px;
	padding: 10px 12px;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(90deg, #D3A049 0%, #FFDDA4 100%) border-box;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #D3A049 !important;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.investor-page .qp-doc-row__btn:hover {
	background: linear-gradient(90deg, #D3A049 0%, #FFDDA4 100%);
	color: #fff !important;
}

.investor-page .qp-doc-row__btn span {
	display: inline;
}

.investor-page .qp-doc-row__btn svg,
.investor-page .qp-doc-row__btn img {
	display: block;
	width: 16px !important;
	height: 16px !important;
	max-width: 16px !important;
	max-height: 16px !important;
	flex-basis: 16px;
}

.investor-page .qp-pagination {
	margin-top: 24px;
}

.investor-page .qp-pagination .qp-page.current,
.investor-page .qp-pagination span.qp-page.current {
	background: #001B2A;
	border-color: #001B2A;
}

@media (max-width: 1180px) {
	.investor-tabs {
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.investor-tab {
		flex: 0 0 auto;
		min-width: 170px;
		white-space: nowrap;
	}

	.investor-shareholder-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.investor-stock-overview {
		grid-template-columns: 1fr;
		height: auto;
		gap: 16px;
	}

	.investor-stock-metrics {
		position: static;
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	.investor-stock-metric,
	.investor-stock-metric--reverse {
		display: flex;
		flex-direction: row !important;
		align-items: center;
		justify-content: flex-start;
		padding: 20px 24px;
		border-radius: 16px;
		background: linear-gradient(90deg, #0B1B2A 0%, #265D90 100%) !important;
		gap: 20px;
	}

	.investor-stock-metric__shape {
		display: none;
	}

	.investor-stock-metric__icon,
	.investor-stock-metric--reverse .investor-stock-metric__icon {
		order: 1 !important;
		margin: 0 !important;
	}

	.investor-stock-metric__text,
	.investor-stock-metric--reverse .investor-stock-metric__text {
		order: 2 !important;
		display: flex;
		flex-direction: column;
		align-items: flex-start !important;
		text-align: left !important;
		gap: 4px;
	}

	.investor-stock-capital {
		position: static;
		transform: none;
		width: 100%;
		height: auto;
		min-height: 180px;
		border-radius: 16px;
		background: linear-gradient(90deg, #D3A049 0%, #FFDDA4 100%);
		padding: 32px 24px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 12px;
	}

	.investor-stock-capital__shape {
		display: none;
	}

	.investor-page .page-hero {
		min-height: 380px;
	}

	.investor-page .page-hero-content {
		padding-top: 96px;
	}
}

@media (max-width: 768px) {
	.investor-page .page-hero {
		margin-top: 72px;
		min-height: 320px;
	}

	.investor-page .page-hero-content {
		padding-top: 86px;
	}

	.investor-page .page-hero-desc {
		font-size: 14px;
	}

	.investor-page .page-hero-breadcrumb-container {
		top: 12px;
	}

	.investor-page .page-breadcrumb-current {
		max-width: 128px;
	}

	.investor-tabs-wrap {
		margin-top: -34px;
	}

	.investor-tabs {
		min-height: 68px;
		padding: 8px;
		border-radius: 14px;
	}

	.investor-tab {
		min-width: 158px;
		min-height: 52px;
		padding: 10px 14px;
		font-size: 14px;
	}

	.investor-content {
		padding: 46px 0 80px;
	}

	.investor-section-title-wrap {
		padding-bottom: 18px;
		margin-bottom: 24px;
	}

	.investor-shareholder-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.investor-shareholder-item {
		height: auto;
		min-height: 150px;
		padding: 20px;
	}

	.investor-shareholder-item__head,
	.investor-shareholder-item__foot {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.investor-stock-capital strong {
		font-size: 26px;
	}

	.investor-page .qp-doc-filter {
		align-items: flex-start;
		flex-direction: column;
	}

	.investor-page .qp-filter {
		justify-content: flex-start;
	}

	.investor-page .qp-doc-table__head,
	.investor-page .qp-doc-row {
		grid-template-columns: minmax(240px, 1fr) 60px 120px 96px 110px;
		gap: 0;
	}

	.investor-page .qp-doc-table__head {
		padding: 12px 16px;
		font-size: 14px;
	}

	.investor-page .qp-doc-row {
		padding: 20px 16px;
	}

	.investor-page .qp-doc-row__link {
		font-size: 18px;
	}

	.investor-page .qp-doc-row__lang {
		font-size: 14px;
	}
}

/* ══════════════════════════════════════════
   NEWS ARCHIVE — page-tintuc.php (Figma v2)
   ══════════════════════════════════════════ */

/* ── Hero overrides ── */
.news-page .page-hero {
	margin-top: 96px;
	min-height: 423px;
	padding: 0;
	align-items: stretch;
}

.news-page .news-hero {
	padding-top: 0;
	padding-bottom: 0;
}

.news-page .news-hero .page-hero-content {
	position: relative;
	justify-content: center;
	min-height: 423px;
	padding-top: 50px;
	padding-bottom: 48px;
}

.news-page .news-hero .page-breadcrumb {
	position: absolute;
	top: 16px;
	left: var(--pad-x, 24px);
	margin: 0;
	z-index: 2;
}

.news-page .news-hero .page-hero-title {
	font-size: clamp(36px, 5vw, 64px);
	line-height: 1.4;
	margin: 0;
	white-space: normal;
}

.news-page .news-hero .page-hero-desc {
	max-width: 1013px;
	font-size: 18px;
	line-height: 1.4;
	margin: 0;
}

.page-hero-content--centered {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 16px;
}

.page-hero-title--gold {
	font-family: "Noto Sans", sans-serif;
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 700;
	line-height: 1.4;
	background: linear-gradient(88deg, #D3A049 0%, #FFDDA4 84%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	margin: 0;
}

/* ── Breadcrumb ── */
.page-breadcrumb {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 4px;
	z-index: 2;
	margin-bottom: 16px;
}


.page-breadcrumb-link,
.page-breadcrumb-current {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #fff;
}

.page-breadcrumb-link:hover {
	text-decoration: underline;
}

.page-breadcrumb svg,
.page-breadcrumb img {
	flex: 0 0 20px;
	color: #fff;
}

/* ── News sections container ── */
.news-sections {
	padding: 60px 0;
}

.news-sections--grey-bg {
	background-color: #F5F6F7;
}

.news-sections > .container {
	display: block;
}

/* ── Category Section ── */
.news-cat-section {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

/* ── Section Header ── */
.news-cat-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
}


.news-cat-title-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 24px;
	border-bottom: 6px solid transparent;
	border-image: linear-gradient(90deg, #D3A049, #FFDDA4) 1;
	width: 100%;
	max-width: 496px;
}

.news-cat-title {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: clamp(30px, 3.5vw, 48px);
	font-weight: 700;
	line-height: 1.2;
	background: linear-gradient(90deg, #0B1B2A 0%, #265D90 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

/* ── Gold Pill Button ── */
.btn-gold-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	height: 56px;
	padding: 15px 20px;
	background: linear-gradient(90deg, #D3A049 0%, #FFDDA4 100%);
	border-radius: 36px;
	color: #fff;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	transition: transform 0.25s var(--ease, ease), box-shadow 0.25s var(--ease, ease);
	flex-shrink: 0;
}

.btn-gold-pill:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(211, 160, 73, 0.35);
}

.btn-gold-pill svg {
	flex: 0 0 24px;
	color: #fff;
}

/* ── Featured Row ── */
.news-cat-featured-row {
	display: flex;
	align-items: stretch;
	gap: 24px;
}

/* ── Featured Card ── */
.figma-featured-card {
	position: relative;
	display: block;
	width: 888px;
	min-height: 490px;
	flex-shrink: 0;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
}

.figma-featured-card__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s var(--ease, ease);
}

.figma-featured-card:hover .figma-featured-card__img {
	transform: scale(1.04);
}

.figma-featured-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(32, 33, 36, 0) 0%, rgba(32, 33, 36, 0.6) 100%);
	pointer-events: none;
}

.figma-featured-card__content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 24px;
}

.figma-featured-card__title {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	color: #fff;
}

.figma-featured-card__meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.figma-featured-card__excerpt {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}

/* ── Shared card elements ── */
.figma-card-sep {
	width: 24px;
	height: 0;
	border-top: 1px solid currentColor;
	opacity: 0.4;
}

.figma-card-date {
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: inherit;
	opacity: 0.7;
}

.figma-featured-card .figma-card-sep {
	border-color: #fff;
}

.figma-featured-card .figma-card-date {
	color: #fff;
}

/* ── Side Stack (3 horizontal cards) ── */
.news-cat-side-stack {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 16px;
}

/* ── 2 Column Row (for subsequent sections) ── */
.news-cat-2col-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 24px;
	row-gap: 16px;
}

/* ── Horizontal Card ── */
.figma-h-card {
	display: flex;
	align-items: center;
	gap: 21px;
	flex: 1;
	height: 152px;
	background: transparent;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	box-shadow: none;
	transition: transform 0.3s var(--ease, ease), box-shadow 0.3s var(--ease, ease), background 0.3s var(--ease, ease);
}

.figma-h-card:hover {
	background: #fff;
	transform: translateY(-4px);
	box-shadow: 3px 4px 4px 0px rgba(201, 201, 201, 0.25);
}

.figma-h-card__img {
	flex: 0 0 152px;
	width: 152px;
	height: 152px;
	min-height: 152px;
	overflow: hidden;
	border-radius: 8px;
}

.figma-h-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s var(--ease, ease);
}

.figma-h-card:hover .figma-h-card__img img {
	transform: scale(1.06);
}

.figma-h-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 8px;
	padding: 8px 21px 8px 0;
	height: 100%;
}

.figma-h-card__title {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #212529;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}

.figma-h-card__meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1;
	justify-content: flex-end;
}

.figma-h-card__excerpt {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #6C757D;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}

.figma-h-card .figma-card-sep {
	border-color: #6C757D;
}

.figma-h-card .figma-card-date {
	color: #6C757D;
}

/* ── Grid Row (3 vertical cards) ── */
.news-cat-grid-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

/* ── Vertical Card ── */
.figma-v-card {
	display: flex;
	flex-direction: column;
	background: transparent;
	border-radius: 8px;
	overflow: hidden;
	text-decoration: none;
	box-shadow: none;
	transition: transform 0.3s var(--ease, ease), box-shadow 0.3s var(--ease, ease), background 0.3s var(--ease, ease);
}

.figma-v-card:hover {
	background: #fff;
	transform: translateY(-4px);
	box-shadow: 3px 4px 4px 0px rgba(201, 201, 201, 0.25);
}

.figma-v-card__img {
	width: 100%;
	height: 260px;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}

.figma-v-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s var(--ease, ease);
}

.figma-v-card:hover .figma-v-card__img img {
	transform: scale(1.05);
}

.figma-v-card__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0 16px 16px;
}

.figma-v-card__title {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	color: #212529;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}

.figma-v-card__meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.figma-v-card__excerpt {
	margin: 0;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #6C757D;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}

.figma-v-card .figma-card-sep {
	border-color: #6C757D;
}

.figma-v-card .figma-card-date {
	color: #6C757D;
}

/* ── Keep old filter/archive styles for back-compat ── */
.news-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 40px;
	justify-content: center;
}

.news-filter-chip {
	display: inline-flex;
	align-items: center;
	padding: 10px 20px;
	border-radius: 999px;
	border: 1px solid #DEE2E6;
	background: #fff;
	color: #001B2A;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s var(--ease, ease);
}

.news-filter-chip:hover {
	border-color: #D3A049;
	color: #D3A049;
	transform: translateY(-1px);
}

.news-filter-chip.active {
	background: linear-gradient(90deg, #D3A049, #FFDDA4);
	border-color: transparent;
	color: #001B2A;
}

.news-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

.news-empty {
	text-align: center;
	padding: 80px 20px;
	color: #6C757D;
	font-size: 16px;
}

/* Pagination (output by qp_holdings_pagination or fallback). */
.news-pagination,
.news-archive .qp-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 56px;
}

.news-pagination a,
.news-pagination span,
.news-archive .qp-pagination a,
.news-archive .qp-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border-radius: 8px;
	border: 1px solid #DEE2E6;
	background: #fff;
	color: #001B2A;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.news-pagination a:hover,
.news-archive .qp-pagination a:hover {
	border-color: #D3A049;
	color: #D3A049;
}

.news-pagination .current,
.news-archive .qp-pagination .current {
	background: linear-gradient(90deg, #D3A049, #FFDDA4);
	border-color: transparent;
	color: #001B2A;
}

/* ── Responsive: Tablet ── */
@media (max-width: 1200px) {
	.figma-featured-card {
		width: 100%;
		min-height: 380px;
	}

	.news-cat-featured-row {
		flex-direction: column;
	}

/* Removed .page-breadcrumb absolute positioning */
}

@media (max-width: 1024px) {
	.news-cat-grid-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.news-cat-2col-row {
		grid-template-columns: 1fr;
	}

	.news-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}
}

/* ── Responsive: Mobile ── */
@media (max-width: 640px) {
	.news-sections {
		padding: 48px 0 72px;
	}

	.news-sections > .container {
		gap: 48px;
	}

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

	.news-cat-title-wrap {
		padding-bottom: 16px;
	}

	.btn-gold-pill {
		height: 44px;
		padding: 10px 16px;
		font-size: 15px;
		gap: 10px;
	}

	.figma-featured-card {
		min-height: 280px;
	}

	.figma-h-card__img {
		flex: 0 0 100px;
		width: 100px;
		min-height: 100px;
	}

	.figma-v-card__img {
		height: 180px;
	}

	.news-cat-grid-row,
	.news-cat-2col-row {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.news-archive-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.news-page .page-hero {
		margin-top: 72px;
	}

	.news-page .news-hero .page-breadcrumb {
		left: var(--pad-x, 24px);
		top: 12px;
	}

	.news-filter {
		margin-bottom: 24px;
		justify-content: flex-start;
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 4px;
		-webkit-overflow-scrolling: touch;
		margin-inline: calc(var(--pad-x) * -1);
		padding-inline: var(--pad-x);
	}

	.news-filter-chip {
		flex-shrink: 0;
		padding: 8px 14px;
		font-size: 13px;
	}

	.page-breadcrumb {
		left: var(--pad-x, 24px);
		top: 12px;
	}

	.page-hero-title--gold {
		font-size: 32px;
	}
}


/* News card category badge (ACF `category_info`). */
.news-card .news-card-img {
	position: relative;
}

.news-card-cat {
	position: absolute;
	left: 12px;
	top: 12px;
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	background: linear-gradient(90deg, #D3A049, #FFDDA4);
	color: #001B2A;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: 0 4px 12px rgba(11, 31, 58, 0.18);
}

/* ══════════════════════════════════════════
   NEWS CATEGORY + DETAIL — Figma pages
   ══════════════════════════════════════════ */

.news-category-archive {
	padding: 80px 0 96px;
	background: #F8F9FA;
}

.news-category-content {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.news-category-featured .figma-featured-card {
	width: 100%;
	min-height: 490px;
}

.news-category-featured .figma-featured-card__content {
	padding: 32px;
}

.news-category-featured .figma-featured-card__title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}

.news-category-grid-row {
	row-gap: 24px;
}

.news-category-page .qp-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 0;
}

.news-category-page .qp-pagination a,
.news-category-page .qp-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border-radius: 4px;
	border: 1px solid #DEE2E6;
	background: #fff;
	color: #001B2A;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.news-category-page .qp-pagination a:hover {
	border-color: #D3A049;
	color: #D3A049;
}

.news-category-page .qp-pagination .current {
	background: linear-gradient(90deg, #D3A049, #FFDDA4);
	border-color: transparent;
	color: #001B2A;
}

.news-detail-page {
	--pad-x: max(24px, calc((100vw - 1344px) / 2));
	margin-top: 96px;
	padding: 16px 0 96px;
	background: #F8F9FA;
	color: #212529;
	font-family: "Noto Sans", sans-serif;
}

.news-detail-page .container {
	max-width: calc(1344px + (var(--pad-x) * 2)) !important;
	padding-left: var(--pad-x) !important;
	padding-right: var(--pad-x) !important;
}

.news-detail-page .page-breadcrumb {
	position: static;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-self: auto;
	gap: 4px;
	margin: 0 0 42px;
	color: #6C757D;
}

.news-detail-page .page-breadcrumb-link,
.news-detail-page .page-breadcrumb-current {
	font-family: "Noto Sans JP", "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
}

.news-detail-page .page-breadcrumb-link {
	color: #6C757D;
}

.news-detail-page .page-breadcrumb-current {
	color: #212529;
	overflow-wrap: anywhere;
}

.news-detail-page .page-breadcrumb svg {
	flex: 0 0 20px;
	color: #6C757D;
}

.news-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 888px) minmax(280px, 432px);
	gap: 24px;
	align-items: start;
}

.news-detail-article {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 8px 0;
}

.news-detail-header {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.news-detail-title {
	margin: 0;
	color: #212529;
	font-family: "Noto Sans", sans-serif;
	font-size: clamp(36px, 3.2vw, 48px);
	font-weight: 700;
	line-height: 1.2;
}

.news-detail-lede {
	margin: 0;
	color: #212529;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}

.news-detail-hero-image {
	display: block;
	width: 100%;
	height: 529px;
	object-fit: cover;
	border-radius: 8px;
}

.news-detail-content {
	color: #6C757D;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.news-detail-content :is(p, ul, ol, blockquote, figure, table) {
	margin: 0 0 20px;
}

.news-detail-content :is(h2, h3, h4) {
	margin: 28px 0 12px;
	color: #212529;
	font-weight: 500;
	line-height: 1.35;
}

.news-detail-content h2 {
	font-size: 24px;
}

.news-detail-content h3 {
	font-size: 20px;
}

.news-detail-content a {
	color: #265D90;
	text-underline-offset: 3px;
}

.news-detail-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.news-detail-content blockquote {
	padding: 16px 20px;
	border-left: 4px solid #D3A049;
	border-radius: 0 8px 8px 0;
	background: rgba(211, 160, 73, 0.08);
	color: #212529;
}

.news-detail-meta-footer {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-start;
}

.news-detail-meta-footer .figma-card-sep {
	color: #6C757D;
}

.news-detail-meta-footer .figma-card-date {
	color: #6C757D;
	opacity: 1;
}

.news-detail-sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.news-detail-sidebar .figma-h-card {
	width: 100%;
}

.news-detail-sidebar .figma-h-card:first-child {
	background: #fff;
	box-shadow: 3px 4px 4px 0 rgba(201, 201, 201, 0.25);
}

.news-detail-related {
	margin-top: 48px;
}

.news-detail-empty {
	max-width: 640px;
	margin: 80px auto 0;
	padding: 32px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 3px 4px 4px 0 rgba(201, 201, 201, 0.25);
}

.news-detail-empty h1 {
	margin: 8px 0 12px;
	color: #212529;
}

.news-detail-empty p {
	color: #6C757D;
}

.news-detail-eyebrow {
	margin: 0;
	color: #D3A049;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.news-detail-layout {
		grid-template-columns: 1fr;
	}

	.news-detail-sidebar {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.news-category-archive {
		padding: 48px 0 72px;
	}

	.news-category-content {
		gap: 32px;
	}

	.news-category-featured .figma-featured-card {
		min-height: 320px;
	}

	.news-category-featured .figma-featured-card__content {
		padding: 24px;
	}

	.news-detail-page {
		margin-top: 72px;
		padding: 12px 0 72px;
	}

	.news-detail-page .page-breadcrumb {
		margin-bottom: 36px;
	}

	.news-detail-title {
		font-size: 32px;
	}

	.news-detail-lede {
		font-size: 16px;
	}

	.news-detail-hero-image {
		height: auto;
		aspect-ratio: 16 / 10;
	}

	.news-detail-content {
		font-size: 15px;
		line-height: 1.55;
	}

	.news-detail-sidebar {
		grid-template-columns: 1fr;
	}

	.news-detail-sidebar .figma-h-card {
		height: auto;
		min-height: 100px;
		gap: 12px;
	}

	.news-detail-sidebar .figma-h-card__body {
		padding: 6px 12px 6px 0;
	}

	.news-detail-sidebar .figma-h-card__title {
		font-size: 16px;
	}
}

/* ── Mobile (<=640px): align stats-card and hero-bar to identical widths ── */
@media (max-width: 640px) {
	.hero-right {
		width: 100%;
		max-width: none;
	}

	/* The original wrap adds 1.5px gradient-border padding which made the
	   inner card visibly ~3px narrower than the hero-bar. Drop the inner
	   padding so the visible card border aligns exactly with hero-bar. */
	.stats-card-wrap {
		width: 100%;
		padding: 0;
	}

	.stats-card,
	.hero-bar {
		width: 100%;
		box-sizing: border-box;
	}
}

/* ── Prevent global .stat-value from overriding stock metrics styles ── */
.investor-stock-metric__text strong.stat-value {
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	text-shadow: none;
}

.investor-stock-capital strong.stat-value {
	font-family: "Noto Sans", sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.4;
	text-shadow: none;
	background: linear-gradient(90deg, #0B1B2A 0%, #265D90 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}
