/* ========== Brand page ========== */
.brand-page {
	font-size: 1.6rem;
	line-height: 1.6;
	color: #000;
}
/* Hero is full-viewport under fixed header (cancel .main padding-top) */
main.main.brand-page {
	padding-top: 0;
}
.brand-page section p {
	font-family: 'Outfit', 'Microsoft YaHei', PingFang SC, -apple-system, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.7;
}

.brand-section-title {
	margin: 0;
	font-size: 5.6rem;
	line-height: 1.1;
	font-weight: 700;
	color: #000;
}
.brand-section-title.is-light {
	color: #fff;
}

/* ---------- 1. Hero (sticky pin + scroll reveal) ---------- */
.brand-hero {
	position: relative;
	padding: 0;
	background: #000;
	/* Scroll runway while sticky stage stays in view */
	height: 260vh;
}
.brand-hero-sticky {
	position: sticky;
	top: 0;
	/* Exactly one viewport — not 100vh + .main padding */
	height: 100vh;
	height: 100svh;
	max-height: 100vh;
	max-height: 100svh;
	overflow: hidden;
	background: #000;
	box-sizing: border-box;
}
.brand-hero-stage {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.brand-hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
	opacity: var(--bh-video-o, 1);
	will-change: opacity;
}
.brand-hero-fallback {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 !important;
	pointer-events: none;
}
.brand-hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 !important;
	pointer-events: none;
	opacity: 0;
	transition: opacity .4s ease;
}
.brand-hero-stage.is-video-ready .brand-hero-video {
	opacity: 1;
}
.brand-hero-stage.is-video-ready .brand-hero-fallback {
	opacity: 0;
}
.brand-hero-stage.is-video-fallback .brand-hero-video {
	display: none;
}
.brand-hero-white {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: #fff;
	mix-blend-mode: screen;
	display: flex;
	align-items: center;
	justify-content: center;
	will-change: opacity;
	opacity: var(--bh-white-o, 1);
}
.brand-hero-copy {
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 5%;
}
.brand-hero-copy.is-front {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	mix-blend-mode: normal;
}
.brand-hero-copy .is-hold {
	visibility: hidden;
}
.brand-page p.brand-hero-slogan {
	margin: 0 0 2.4rem;
	padding: 0 2rem;
	font-size: 3.0rem;
	line-height: 1.3;
	font-weight: 400;
	color: #000;
}
.brand-hero-slogan em {
	font-style: normal;
	color: #ffa033;
}
[data-brand-hero-slogan] {
	will-change: transform, opacity;
	transform: translate3d(0, var(--bh-slogan-y, 0), 0);
	opacity: var(--bh-slogan-o, 1);
}
.brand-hero-title {
	--bh-title-fs: 16rem;
	width: 100%;
	margin: 0;
	padding: 1.2rem 2rem;
	font-size: var(--bh-title-fs);
	line-height: 0.95;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #000;
	background: transparent;
	white-space: nowrap;
	user-select: none;
	box-sizing: border-box;
}
/* Pre-render at max zoom size, then scale DOWN — avoids blurry upscale */
.brand-hero-title[data-brand-hero-title] {
	--bh-title-max: 16;
	position: absolute;
	left: 50%;
	top: 48%;
	width: max-content;
	max-width: none;
	margin: 0;
	font-size: calc(var(--bh-title-fs) * var(--bh-title-max));
	transform: translate(-50%, -50%) scale(calc(var(--bh-title-s, 1) / var(--bh-title-max)));
	transform-origin: center center;
	opacity: var(--bh-title-o, 1);
	-webkit-font-smoothing: antialiased;
}
/* Fallback when mix-blend unsupported */
@supports not (mix-blend-mode: screen) {
	.brand-hero-white {
		mix-blend-mode: normal;
		background: transparent;
	}
	.brand-hero-white .brand-hero-title {
		color: transparent;
		-webkit-text-fill-color: transparent;
		background: url('../upload/brand/About%20realfit%20-%20bg.jpg') center / cover no-repeat;
		-webkit-background-clip: text;
		background-clip: text;
	}
}
.brand-scroll-wrap,
[data-brand-hero-scroll] {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	will-change: transform, opacity;
	transform: translate3d(0, var(--bh-scroll-y, 0), 0);
	opacity: var(--bh-scroll-o, 1);
}
.brand-scroll {
	position: absolute;
	left: 50%;
	bottom: 4rem;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.4;
	z-index: 2;
	pointer-events: auto;
}
.brand-scroll-text {
	opacity: 0.75;
	font-size: 1.6rem;
	line-height: 1.4;
}
.brand-scroll-arrow {
	display: block;
	width: 2rem;
	height: 2rem;
	animation: brandScrollBounce 1.6s ease-in-out infinite;
}
.brand-scroll-arrow img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 0 !important;
	transform: rotate(180deg);
}
@keyframes brandScrollBounce {
	0%, 100% { transform: translateY(0); opacity: 1; }
	50% { transform: translateY(0.8rem); opacity: 0.4; }
}
.brand-hero.is-pin-done [data-brand-hero-scroll] {
	pointer-events: none;
}
.brand-hero.is-video-revealed .brand-scroll {
	color: #fff;
}
.brand-hero.is-video-revealed .brand-scroll-arrow img {
	filter: brightness(0) invert(1);
}

/* Screen 2 sits under the fading hero video */
.brand-hero.is-pinning-feature {
	--bh-video-o: 1;
	--bf-img-o: 0;
	--bf-img-s: 1.08;
	--bf-play-o: 0;
	--bf-play-s: 0.82;
	--bf-title-o: 0;
	--bf-title-y: 28px;
}
.brand-hero.is-pinning-feature .brand-hero-sticky {
	background: #000;
}
.brand-hero.is-pinning-feature .brand-hero-stage {
	z-index: 2;
	pointer-events: none;
}
.brand-hero.is-pinning-feature .brand-hero-sticky > .brand-feature {
	position: absolute;
	inset: 0;
	z-index: 1;
	height: 100%;
	overflow: hidden;
}
.brand-hero.is-pinning-feature .brand-feature-bg,
.brand-hero.is-pinning-feature .brand-feature-bg-media,
.brand-hero.is-pinning-feature .brand-feature-bg img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 0 !important;
}
.brand-hero.is-pinning-feature .brand-feature-bg {
	opacity: var(--bf-img-o, 0);
	transform: scale(var(--bf-img-s, 1.08));
	transform-origin: center center;
	will-change: opacity, transform;
}
.brand-hero.is-pinning-feature .brand-feature-bg-media.rf-media.is-loading {
	aspect-ratio: auto;
	min-height: 100%;
	height: 100%;
}
.brand-hero.is-pinning-feature .brand-play-btn {
	opacity: var(--bf-play-o, 0);
	transform: scale(var(--bf-play-s, 0.82));
	will-change: opacity, transform;
	pointer-events: none;
}
.brand-hero.is-pinning-feature .brand-feature-title {
	opacity: var(--bf-title-o, 0);
	transform: translate3d(0, var(--bf-title-y, 28px), 0);
	will-change: opacity, transform;
}
.brand-hero.is-pinning-feature.is-video-faded .brand-feature {
	z-index: 4;
}
.brand-hero.is-pinning-feature.is-video-faded .brand-play-btn {
	pointer-events: auto;
}
.brand-hero.is-pinning-feature.is-video-faded [data-brand-hero-scroll] {
	z-index: 5;
}
@media (prefers-reduced-motion: reduce) {
	.brand-hero {
		height: auto;
	}
	.brand-hero-sticky {
		position: relative;
		height: 100vh;
		height: 100svh;
		max-height: 100vh;
		max-height: 100svh;
	}
	.brand-hero.is-pinning-feature {
		--bh-video-o: 1;
		--bf-img-o: 1;
		--bf-img-s: 1;
		--bf-play-o: 1;
		--bf-play-s: 1;
		--bf-title-o: 1;
		--bf-title-y: 0px;
	}
	.brand-hero.is-pinning-feature .brand-hero-sticky > .brand-feature {
		position: relative;
		height: auto;
	}
}

/* ---------- 2. Feature video ---------- */
.brand-feature {
	position: relative;
	overflow: hidden;
	color: #fff;
}
.brand-feature-bg {
	position: relative;
	width: 100%;
	line-height: 0;
	z-index: 0;
}
.brand-feature-bg img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0 !important;
}
.brand-feature-bg-media {
	position: relative;
	width: 100%;
	line-height: 0;
}
.brand-feature-bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.28);
}
.brand-feature-content {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 85%;
	margin: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 4rem 0;
}
.brand-feature-title {
	margin: 0;
	font-size: 5.6rem;
	line-height: 1.15;
	font-weight: 700;
	color: #fff;
}
.brand-play-btn {
	width: 9.6rem;
	height: 9.6rem;
	margin: 0 0 4rem;
	padding: 0;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	box-sizing: border-box;
	cursor: pointer;
}
.brand-play-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.28);
	box-sizing: border-box;
	-webkit-backdrop-filter: blur(1.6rem) saturate(1.3);
	backdrop-filter: blur(1.6rem) saturate(1.3);
	box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.12);
	transform: scale(1);
	transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1), background .35s ease;
}
.brand-play-btn:hover .brand-play-visual,
.brand-play-btn:focus-visible .brand-play-visual {
	transform: scale(1.08);
	background: rgba(255, 255, 255, 0.4);
}
.brand-play-icon {
	display: block;
	width: 0;
	height: 0;
	margin-left: 0.4rem;
	border-style: solid;
	border-width: 1.2rem 0 1.2rem 2rem;
	border-color: transparent transparent transparent #fff;
}

/* Video modal */
body.brand-modal-open {
	overflow: hidden;
}
.brand-video-modal[hidden] {
	display: none !important;
}
.brand-video-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.4rem;
}
.brand-video-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.72);
}
.brand-video-modal-dialog {
	position: relative;
	z-index: 1;
	width: min(110rem, 100%);
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: 1.6rem;
	overflow: hidden;
}
.brand-video-modal-dialog video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	background: #000;
	border-radius: 0;
}
.brand-video-modal-close {
	position: absolute;
	top: 1.2rem;
	right: 1.2rem;
	z-index: 2;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: 2.8rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brand-video-modal-close:hover {
	background: #ffa033;
}

/* ---------- 3. Who we are ---------- */
.brand-who {
	padding: 8rem 0 9rem;
	background: #f5f5f5;
}
.brand-who .brand-section-title {
	margin-bottom: 2rem;
}
.brand-page p.brand-who-lead {
	margin: 0 0 4.8rem;
	max-width: 72rem;
	font-family: 'Outfit', 'Microsoft YaHei', PingFang SC, -apple-system, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.7;
	color: #000;
}
.brand-who-card {
	display: grid;
	grid-template-columns: 1fr 1.7fr;
	align-items: stretch;
	background: #fff;
	border-radius: 2.4rem;
	overflow: hidden;
	margin-bottom: 6.4rem;
}
.brand-who-copy {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 3.2rem;
	padding: 4.8rem 4rem;
	box-sizing: border-box;
}
.brand-who-heading {
	margin: 0;
	font-family: 'Outfit', 'Microsoft YaHei', PingFang SC, -apple-system, Arial, sans-serif;
	font-size: 3.0rem;
	line-height: 1.2;
	font-weight: 500;
	color: #000;
}
.brand-who-copy p {
	margin: 0;
	max-width: 36rem;
	color: #000;
}
.brand-who-media {
	min-width: 0;
	line-height: 0;
	overflow: hidden;
	border-radius: 1.6rem 0 0 1.6rem;
}
.brand-who-media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1.6rem 0 0 1.6rem !important;
}
.brand-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem;
}
.brand-stat {
	padding: 0;
	position: relative;
}
.brand-stat-num {
	display: block;
	margin: 0 0 1.6rem;
	padding: 0 0 1.6rem;
	border-bottom: 1px solid #ddd;
	font-size: 4.4rem;
	line-height: 1.1;
	font-weight: 700;
	color: #ffa033;
	font-family: 'Nexa Bold', 'Outfit', sans-serif;
}
.brand-stat p {
	margin: 0;
	color: #000;
	max-width: 28rem;
}

/* ---------- 4. Story ---------- */
.brand-story {
	position: relative;
	overflow: hidden;
	padding: 8rem 0 0;
	background: #f5f5f5;
}
.brand-story > .rf-wrap .brand-section-title {
	margin-bottom: 0;
	color: #000;
}
.brand-story-stage {
	position: relative;
	width: 100%;
}
.brand-story-bg {
	position: relative;
	width: 100%;
	line-height: 0;
	z-index: 0;
}
.brand-story-bg img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0 !important;
}
.brand-story-inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0;
	color: #fff;
}
.brand-story-acc {
	max-width: 50rem;
	margin-top: 5%;
}
.brand-story-item {
	border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.brand-story-item:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.brand-story-trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: 2.4rem 0;
	text-align: left;
	color: #fff;
}
.brand-story-trigger::after {
	content: '+';
	flex-shrink: 0;
	width: 3.6rem;
	font-size: 4.0rem;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	color: #fff;
	transition: color .3s ease;
}
.brand-story-item.is-open .brand-story-trigger::after {
	content: '−';
	color: #ffa033;
}
.brand-story-item-title {
	font-family: 'Outfit', 'Microsoft YaHei', PingFang SC, -apple-system, Arial, sans-serif;
	font-size: 2.6rem;
	line-height: 1.25;
	font-weight: 500;
	transition: color .3s ease;
}
.brand-story-item.is-open .brand-story-item-title {
	color: #ffa033;
}
.brand-story-panel {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height .45s ease, opacity .35s ease, padding .35s ease;
	padding: 0;
}
.brand-story-item.is-open .brand-story-panel {
	max-height: 16rem;
	opacity: 1;
	padding: 0 0 2.4rem;
}
.brand-story-panel p {
	margin: 0;
	font-size: 1.8rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
	max-width: 48rem;
}

/* ---------- 5. Awards ---------- */
.brand-awards {
	position: relative;
	overflow: hidden;
	color: #fff;
}
.brand-awards-bg {
	position: relative;
	width: 100%;
	line-height: 0;
	z-index: 0;
}
.brand-awards-bg img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0 !important;
}
.brand-awards-bg-media {
	position: relative;
	width: 100%;
	line-height: 0;
}
.brand-awards-bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .7);
}
.brand-awards-inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 8rem 0 9rem;
}
.brand-awards-head {
	margin-bottom: 4rem;
}
.brand-awards .brand-section-title {
	margin-bottom: 1.6rem;
}
.brand-page p.brand-awards-sub {
	margin: 0;
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.9);
}
.brand-awards-box {
	position: relative;
	overflow: visible;
	width: 100%;
	margin-top: auto;
}
.brand-awards-nav {
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(calc(-100% - 1.6rem));
	display: flex;
	gap: 0.7rem;
	z-index: 2;
}
.brand-awards-nav .rf-circle-btn {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: #fff;
}
.brand-awards-nav .rf-circle-btn .rf-arrow-img {
	filter: invert(1);
}
.brand-awards-nav .rf-circle-btn:hover {
	background: rgba(255, 255, 255, 0.15);
}
/* Native track (no Swiper transform) so backdrop-filter can blur section bg */
.brand-awards-viewport {
	width: 100%;
	overflow: hidden;
	container-type: inline-size;
	container-name: awards;
}
.brand-awards-track {
	display: flex;
	gap: 2.4rem;
	width: max-content;
	max-width: none;
	position: relative;
	left: 0;
	transition: left 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.brand-award-card {
	flex: 0 0 calc((100cqi - 7.2rem) / 4);
	width: calc((100cqi - 7.2rem) / 4);
	min-height: 28rem;
	padding: 3.2rem 2.4rem 2.8rem;
	border-radius: 1.6rem;
	border: 0;
	box-shadow: none;
	background: rgba(255, 255, 255, 0.14);
	-webkit-backdrop-filter: blur(2rem) saturate(1.3);
	backdrop-filter: blur(2rem) saturate(1.3);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	text-align: left;
	gap: 1.2rem;
	box-sizing: border-box;
}
@media screen and (max-width: 1279px) {
	.brand-award-card {
		flex-basis: calc((100cqi - 4rem) / 3);
		width: calc((100cqi - 4rem) / 3);
	}
	.brand-awards-track { gap: 2rem; }
}
@media screen and (max-width: 1023px) {
	.brand-award-card {
		flex-basis: calc((100cqi - 1.6rem) / 2);
		width: calc((100cqi - 1.6rem) / 2);
	}
	.brand-awards-track { gap: 1.6rem; }
}
@media screen and (max-width: 639px) {
	.brand-award-card {
		flex-basis: calc((100cqi - 1.2rem) / 1.2);
		width: calc((100cqi - 1.2rem) / 1.2);
	}
	.brand-awards-track { gap: 1.2rem; }
}
.brand-award-card img {
	width: auto;
	max-width: 70%;
	height: auto;
	max-height: 10rem;
	object-fit: contain;
	border-radius: 0 !important;
	margin: 0 0 auto;
}
.brand-award-media {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	min-height: 10rem;
	margin: 0 0 auto;
}
.brand-award-card h3 {
	margin: 0;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: 600;
	color: #fff;
}
.brand-award-card span {
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.55);
}

/* Brand News styles live in news.css (shared with news list page) */

/* ========== ≤1440px ========== */
@media screen and (max-width: 1440px) {
	.brand-hero-title {
		--bh-title-fs: clamp(8rem, 11vw, 14rem);
	}
	.brand-section-title {
		font-size: clamp(4rem, 4vw, 5.6rem);
	}
	.brand-feature-title {
		font-size: clamp(3.6rem, 4vw, 5.6rem);
	}
	.brand-who-card {
		grid-template-columns: 1fr 1.45fr;
	}
	.brand-award-card {
		min-height: 24rem;
	}
}

/* ========== ≤1200px ========== */
@media screen and (max-width: 1200px) {
	.brand-hero-title {
		--bh-title-fs: clamp(6rem, 9vw, 10rem);
		letter-spacing: -0.03em;
	}
	.brand-page p.brand-hero-slogan {
		font-size: clamp(2.2rem, 2.4vw, 3rem);
	}
	.brand-who-card {
		grid-template-columns: 1fr 1.2fr;
	}
	.brand-who-copy {
		padding: 3.2rem 2.8rem;
	}
	.brand-who-heading {
		font-size: 2.6rem;
	}
	.brand-stat-num {
		font-size: 3.6rem;
	}
	.brand-story-acc {
		max-width: 44rem;
	}
	.brand-story-item-title {
		font-size: 2.2rem;
	}
}

/* ========== ≤1024px ========== */
@media screen and (max-width: 1024px) {
	.brand-who-card {
		grid-template-columns: 1fr;
		border-radius: 1.6rem;
	}
	.brand-who-media {
		border-radius: 0 0 1.6rem 1.6rem;
	}
	.brand-who-media img {
		border-radius: 0 0 1.6rem 1.6rem !important;
	}
	.brand-stats {
		gap: 2.4rem;
	}
}

/* ========== ≤880px ========== */
@media screen and (max-width: 880px) {
	.brand-hero {
		padding: 0;
		height: 220vh;
	}
	.brand-page p.brand-hero-slogan {
		font-size: 2.2rem;
		margin-bottom: 1.2rem;
		padding: 0 1.6rem;
	}
	.brand-hero-title {
		--bh-title-fs: clamp(4rem, 12vw, 7.2rem);
		white-space: normal;
		padding: 0.8rem 1.2rem;
	}
	.brand-hero-copy {
		margin-bottom: 8%;
	}
	.brand-scroll {
		bottom: 2rem;
	}
	.brand-scroll-text {
		font-size: 1.4rem;
	}

	.brand-feature-content {
		padding: 2.4rem 1.6rem;
		width: 92%;
	}
	.brand-feature-title {
		font-size: 2.8rem;
		margin-bottom: 0;
	}
	.brand-play-btn {
		width: 6.4rem;
		height: 6.4rem;
		margin-bottom: 2rem;
	}
	.brand-play-icon {
		border-width: 0.8rem 0 0.8rem 1.4rem;
	}

	.brand-who {
		padding: 5rem 0 6rem;
	}
	.brand-who .brand-section-title {
		margin-bottom: 1.6rem;
	}
	.brand-page p.brand-who-lead {
		margin-bottom: 2.8rem;
	}
	.brand-who-card {
		margin-bottom: 4rem;
	}
	.brand-who-copy {
		padding: 2.8rem 2.4rem;
		gap: 2.4rem;
	}
	.brand-who-heading {
		font-size: 2.4rem;
	}
	.brand-stats {
		grid-template-columns: 1fr;
		gap: 2.4rem;
	}
	.brand-stat-num {
		font-size: 3.6rem;
	}

	.brand-story {
		padding: 5rem 0 0;
	}
	.brand-story > .rf-wrap .brand-section-title {
		margin-bottom: 0;
	}
	.brand-story-stage {
		overflow: hidden;
	}
	/* Story: content drives height on small screens */
	.brand-story-bg {
		position: absolute;
		inset: 0;
		z-index: 0;
	}
	.brand-story-bg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.brand-story-inner {
		position: relative;
		padding: 4rem 0 3.2rem;
		justify-content: center;
		min-height: unset;
		color: #000;
	}
	.brand-story-acc {
		max-width: 100%;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0 1.6rem;
		box-sizing: border-box;
	}
	.brand-story-item {
		border-top-color: rgba(0, 0, 0, 0.12);
	}
	.brand-story-item:last-child {
		border-bottom-color: rgba(0, 0, 0, 0.12);
	}
	.brand-story-trigger,
	.brand-story-trigger::after {
		color: #000;
	}
	.brand-story-item-title {
		font-size: 1.8rem;
	}
	.brand-story-trigger::after {
		width: 2.8rem;
		font-size: 3.2rem;
	}
	.brand-story-panel p {
		font-size: 1.5rem;
		color: #333;
	}
	.brand-story-item.is-open .brand-story-panel {
		max-height: 20rem;
	}

	/* Awards: content drives height, image fills behind */
	.brand-awards {
		overflow: hidden;
		background: #111;
	}
	.brand-awards-bg,
	.brand-awards-bg-media,
	.brand-awards-bg-media.rf-media.is-loading {
		position: absolute;
		inset: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
		aspect-ratio: auto;
		min-height: 100%;
	}
	.brand-awards-bg img,
	.brand-awards-bg-media img {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		max-width: none;
		object-fit: cover;
		object-position: center;
	}
	.brand-awards-inner {
		position: relative;
		padding: 5rem 0 6rem;
		justify-content: flex-start;
	}
	.brand-awards-head {
		margin-bottom: 2.4rem;
	}
	.brand-awards-nav {
		position: static;
		transform: none;
		margin-bottom: 1.6rem;
	}
	.brand-awards-viewport {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		overscroll-behavior-x: contain;
		touch-action: pan-x pan-y;
		width: calc(100% + (100vw - 100%) / 2);
		max-width: none;
		box-sizing: border-box;
	}
	.brand-awards-viewport::-webkit-scrollbar {
		display: none;
	}
	.brand-awards-track {
		left: 0 !important;
		transition: none;
		gap: 1.2rem;
		padding-right: 2.5vw;
		box-sizing: border-box;
	}
	.brand-page p.brand-awards-sub {
		font-size: 1.8rem;
	}
	.brand-award-card {
		min-height: 22rem;
		height: auto;
		padding: 2.4rem 1.6rem;
		flex-basis: calc((97.5vw - 1.2rem) / 1.5);
		width: calc((97.5vw - 1.2rem) / 1.5);
		max-width: none;
		scroll-snap-align: start;
	}
	.brand-awards-box {
		margin-top: 0;
		overflow: visible;
	}

	.brand-section-title {
		font-size: 3.2rem;
	}

	.brand-video-modal {
		padding: 1.2rem;
	}
	.brand-video-modal-dialog {
		border-radius: 1.2rem;
	}
}

/* ========== ≤480px ========== */
@media screen and (max-width: 480px) {
	.brand-page p.brand-hero-slogan {
		font-size: 1.8rem;
	}
	.brand-hero-title {
		--bh-title-fs: clamp(3.2rem, 14vw, 5.2rem);
		padding: 0.6rem 1rem;
	}
	.brand-scroll {
		bottom: 1.6rem;
		gap: 0.6rem;
	}
	.brand-feature-title {
		font-size: 2.2rem;
	}
	.brand-play-btn {
		width: 5.6rem;
		height: 5.6rem;
		margin-bottom: 1.6rem;
	}
	.brand-section-title {
		font-size: 2.8rem;
	}
	.brand-who-heading {
		font-size: 2.2rem;
	}
	.brand-stat-num {
		font-size: 3.2rem;
	}
	.brand-story-item-title {
		font-size: 1.6rem;
	}
	.brand-story-trigger {
		padding: 1.6rem 0;
		gap: 1.2rem;
	}
	.brand-awards-nav .rf-circle-btn {
		width: 3.6rem;
		height: 3.6rem;
	}
	.brand-page p.brand-awards-sub {
		font-size: 1.6rem;
	}
	.brand-award-card {
		min-height: 18rem;
	}
}

/* ---------- Lazy placeholders / first-screen anim ---------- */
.brand-hero-anim {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.brand-hero-anim.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.brand-page .rf-media {
	position: relative;
}
.brand-page .rf-media.is-loading {
	background-color: #e8e8e8;
}
/* 1×1 placeholder must not stretch the box to a square */
.brand-page .rf-media.is-loading > img.rf-lazy {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}
.brand-hero-media.rf-media.is-loading {
	/* Full-viewport hero; no aspect-ratio box */
	aspect-ratio: auto;
	min-height: 100%;
}
.brand-feature-bg-media.rf-media.is-loading {
	/* Echnology Made for Real life.jpg 1920×884 */
	aspect-ratio: 1920 / 884;
	min-height: 0;
}
.brand-awards-bg-media.rf-media.is-loading {
	/* Awards and Honors.jpg 1920×815 */
	aspect-ratio: 1920 / 815;
	min-height: 0;
}
.brand-who-media.rf-media.is-loading {
	/* Echnology Made for Real life - 3.jpg 840×500 */
	aspect-ratio: 840 / 500;
	min-height: 0;
	background-color: #e8e8e8;
	border-radius: inherit;
}
.brand-story-bg.rf-media.is-loading {
	/* Our Story & Mission.png 1920×791 */
	aspect-ratio: 1920 / 791;
	min-height: 0;
}
.brand-award-media.rf-media.is-loading::before,
.brand-award-media.rf-media.is-loading::after {
	width: 2.4rem;
	height: 2.4rem;
	margin: -1.2rem 0 0 -1.2rem;
}
.brand-news-feature-media.rf-media.is-loading {
	/* Aspect-ratio lives on .brand-news-feature-media in news.css */
	min-height: 0;
	background-color: #e8e8e8;
}
.brand-news-card-media.rf-media.is-loading {
	/* Brand-News cards ~413×232 */
	aspect-ratio: 413 / 232;
	min-height: 0;
	background-color: #e8e8e8;
}
