/*
Theme Name: VinaLiving
Theme URI: https://vinaliving.com.vn
Author: softx
Author URI: https://softx.asia
Description: VinaLiving THEME
Requires at least: 6.0
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vinaliving
*/

/**
 * Section: Header Banner (dÃ¹ng chung nhiá»u trang)
 */
 .header-banner {
	padding: 0;
}

.header-banner__frame {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	background: #1a1a1a;
	aspect-ratio: 1320 / 560;
	min-height: 480px;
}

.header-banner__media {
	position: absolute;
	inset: 0;
}

.header-banner__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

.header-banner__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(28, 28, 27, 0.55) 0%, rgba(28, 28, 27, 0.15) 55%, rgba(28, 28, 27, 0) 100%);
	pointer-events: none;
}

.header-banner__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: calc(100% - 492px);
	min-height: 100%;
	padding: 0 24px 88px 60px;
	color: #fff;
	box-sizing: border-box;
    justify-content: end;
}

.header-banner__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 24px;
	color: #FFFEFE;

/* Small/l/Medium */
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
}

.header-banner__breadcrumb a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.header-banner__breadcrumb a:hover {
	color: #fff;
}

.header-banner__breadcrumb-sep {
	opacity: 0.85;
}

.header-banner__breadcrumb-current {
	color: #fff;
}

.header-banner__title {
	margin: 0;
	color: #FFF;
	text-shadow: 0 4px 30px rgba(0, 0, 0, 0.10);
	font-size: 68px;
	font-style: normal;
	font-weight: 400;
	line-height: 87px; /* 127.941% */
	letter-spacing: -2px;
}

.header-banner__desc {
	margin: 0;
	max-width: 560px;
	color: rgba(255, 255, 255, 0.90);

/* H5/Regular */
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 120% */
}

.page-about .header-banner {
	padding-bottom: 0;
}

/**
 * Section: Giá»›i thiá»‡u tá»•ng quan
 */
.about-overview {
	padding: 128px 0 80px;
}

.about-overview__content {
	max-width: 636px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	height: 100%;
}

.about-overview__content .about-overview__content__action {margin-top: auto;}

.about-overview__title {
	margin: 0;
	color: var(--colors-text-500, #292B2F);

/* H1/Seri/Medium */
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px; /* 125% */
}

.about-overview__text p {
	margin: 0 0 20px;
	color: var(--colors-text-500, #292B2F);

/* Paragraph/Regular */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.about-overview__text p:last-child {
	margin-bottom: 0;
}

.about-overview__media {
	border-radius: 24px;
	overflow: hidden;
}

.about-overview__image {
	width: 100%;
	aspect-ratio: 636 / 606;
	object-fit: cover;
	object-position: center;
	display: block;
}

/**
 * Section: Sá»© má»‡nh vÃ  táº§m nhÃ¬n
 */
.about-mission {
	padding: 128px 0;
	background: #fff;
}

.about-mission__media {
	height: 100%;
	border-radius: 24px;
	overflow: hidden;
}

.about-mission__image {
	width: 100%;
	height: 100%;
	min-height: 100%;
	aspect-ratio: 636 / 530;
	object-fit: cover;
	object-position: center;
	display: block;
}

.about-mission__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.about-mission__title {
	margin: 0 0 24px;
	color: var(--colors-text-500, #292b2f);
	font-size: 48px;
	font-weight: 500;
	line-height: 60px;
	letter-spacing: -0.02em;
}

.about-mission__intro {
	margin: 0;
	color: var(--colors-text-500, #292B2F);

/* Paragraph/Regular */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.about-mission__grid {
	margin-top: auto;
}

.about-mission__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.about-mission__icon {
	display: block;
	height: 60px;
	object-fit: contain;
}

.about-mission__item-title {
	margin: 4px 0 0;
	color: var(--colors-text-500, #292B2F);

/* H4/Medium */
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px; /* 128% */
}

.about-mission__item-text {
	margin: 0;
	color: var(--colors-text-500, #292B2F);

/* Paragraph/Regular */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

/**
 * Section: Giá trị cốt lõi
 */
.about-values {
	padding: 128px 0;
	background: #F3F5F7;
}

.about-values__header {
	margin-bottom: 40px;
}

.about-values__title {
	margin: 0;
	color: var(--colors-text-500, #292b2f);
	font-size: 48px;
	font-weight: 500;
	line-height: 60px;
	letter-spacing: -0.02em;
}

.about-values__desc {
	margin: 0;
	color: var(--colors-text-500, #292B2F);

/* Paragraph/Regular */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}

.about-values__visual {
}

.about-values__frame {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	aspect-ratio: 1200 / 560;
	background: #1a1a1a;
	max-height: 565px;
	width: 100%;
}

.about-values__image {
	width: 100%;
	object-position: center;
	display: block;
}

.about-values__diagram {
	position: absolute;
	top: 54%;
	left: 50%;
	z-index: 2;
	width: 1px;
	height: 0;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.about-values__circle {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 193px;
    height: 193px;
    padding: 28px;
    border-radius: 50%;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(32, 11, 11, 0.10) 0%, rgba(80, 71, 71, 0.20) 102.33%);
    backdrop-filter: blur(14.5px);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.about-values__circle-text {
	color: #FFF;
	text-align: center;

/* Paragraph/Medium */
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
}

.about-values__circle--top {
	bottom: 0;
	left: 50%;
	z-index: 3;
	transform: translateX(-50%);
}

.about-values__circle--left {
	top: -46px;
	right: -10px;
	z-index: 1;
	padding-right: 57px;
	padding-left: 27px;
	padding-top: 60px;
}

.about-values__circle--right {
	left: -10px;
	top: -46px;
	z-index: 2;
	padding-right: 30px;
	padding-left: 57px;
	padding-top: 60px;
}

.about-values__logo_outer {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    width: 97px;
    height: 97px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.10) 7.3%, rgba(255, 255, 255, 0.10) 89.83%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(6px);
}

.about-values__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  backdrop-filter: blur(6px);

  /* thay fill → background */
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.20) 7.3%, rgba(255, 255, 255, 0.90) 89.83%);

  /* thay stroke → border */
  border: 1px solid #fff;
}

.about-values__logo img {
	display: block;
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.home-highlights.about-highlights {
    padding-top: 0;
}

.about_highlights_quote_block__quote_icon {
    text-align: center;
}

.about_highlights_quote_block__quote_text {
    color: var(--colors-text-500, #292B2F);

/* Paragraph/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.about_highlights_quote_block__quote_author {
    margin-top: 24px;
}

.about_highlights_quote_block__quote_author__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: end;
    color: var(--colors-text-500, #292B2F);
    text-align: right;

/* Paragraph/Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

span.about_highlights_quote_block__quote_author__name {
    color: var(--colors-text-500, #292B2F);

/* Paragraph/Semi Bold */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.about_highlights_quote_block__quote_text p {
    margin-bottom: 24px;
}

@media (max-width: 1200px) {
	.header-banner__content {
		max-width: 75%;
		padding-top: 160px;
		padding-left: 48px;
		padding-right: 24px;
		padding-bottom: 72px;
	}

	.header-banner__title {
		font-size: 52px;
		letter-spacing: -1px;
	}
}

@media (max-width: 992px) {
	.about-values {
		padding: 72px 0;
	}

	.about-values__title {
		font-size: 32px;
		line-height: 1.25;
	}

	.about-values__visual {
		padding: 0;
	}

	.about-values__frame {
		border-radius: 32px;
		min-height: 360px;
	}

	.about-values__diagram {
		width: 92%;
		height: 320px;
	}

	.about-values__circle {
		width: 200px;
		height: 200px;
		padding: 20px 16px;
	}

	.about-values__circle-text {
		font-size: 14px;
		line-height: 20px;
	}

	.about-values__logo {
		width: 72px;
		height: 72px;
	}

	.about-values__logo img {
		width: 40px;
		height: 40px;
	}

	.about-mission {
		padding: 72px 0;
	}

	.about-mission__title {
		font-size: 32px;
		line-height: 1.25;
	}

	.about-mission__intro {
		margin-bottom: 32px;
	}

	.about-mission__image {
		aspect-ratio: 636 / 450;
	}

	.about-overview {
		padding: 72px 0 64px;
	}

	.about-overview__title {
		font-size: 32px;
		line-height: 1.25;
	}

	.about-overview__content {
		max-width: none;
	}

	.header-banner__frame {
		min-height: 360px;
		border-radius: 32px;
	}

	.header-banner__content {
		max-width: 85%;
		min-height: 360px;
		padding: 120px 24px 56px 32px;
	}

	.header-banner__title {
		font-size: 40px;
		line-height: 1.2;
	}

	.header-banner__desc {
		font-size: 18px;
	}
}

@media (max-width: 640px) {
	.about-values {
		padding: 48px 0;
	}

	.about-values__header {
		margin-bottom: 24px;
	}

	.about-values__title {
		font-size: 28px;
	}

	.about-values__frame {
		border-radius: 24px;
		min-height: 480px;
		aspect-ratio: auto;
	}

	.about-values__diagram {
		width: 100%;
		height: 340px;
	}

	.about-values__circle {
		width: 150px;
		height: 150px;
		padding: 14px 12px;
	}

	.about-values__circle-text {
		font-size: 12px;
		line-height: 16px;
	}

	.about-values__circle--left {
		left: 2%;
	}

	.about-values__circle--right {
		right: 2%;
	}

	.about-values__logo {
		width: 64px;
		height: 64px;
	}

	.about-values__logo img {
		width: 36px;
		height: 36px;
	}

	.about-mission {
		padding: 48px 0;
	}

	.about-mission__title {
		font-size: 28px;
		margin-bottom: 16px;
	}

	.about-mission__intro {
		margin-bottom: 24px;
	}

	.about-mission__media {
		border-radius: 24px;
	}

	.about-mission__item-title {
		font-size: 18px;
	}

	.about-overview {
		padding: 48px 0 56px;
	}

	.about-overview__title {
		font-size: 28px;
		margin-bottom: 16px;
	}

	.about-overview__media {
		border-radius: 24px;
	}

	.header-banner__frame {
		min-height: 300px;
		border-radius: 24px;
	}

	.header-banner__content {
		max-width: 100%;
		min-height: 300px;
		padding: 96px 20px 40px;
	}

	.header-banner__breadcrumb {
		margin-bottom: 16px;
		font-size: 13px;
	}

	.header-banner__title {
		font-size: 32px;
		margin-bottom: 12px;
	}

	.header-banner__desc {
		font-size: 16px;
		line-height: 22px;
	}
}