@font-face {
	font-display: swap;
	font-family: "GTF Adieu TRIAL";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/GTFAdieuTRIAL-Light.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: "GTF Adieu TRIAL";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/GTFAdieuTRIAL-Regular.otf") format("opentype");
}

@font-face {
	font-display: swap;
	font-family: "GTF Adieu TRIAL";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/GTFAdieuTRIAL-Bold.otf") format("opentype");
}

:root {
	--phomi-blue: #70c7d1;
	--phomi-font: "GTF Adieu TRIAL";
}

html,
body {
	margin: 0;
	overflow-x: hidden;
}

body.page-template-page-building-exterior-walls,
body.page-template-page-building-exterior-walls #page,
body.page-template-page-building-exterior-walls #content,
body.page-template-page-building-exterior-walls .site-content,
body.page-template-page-building-exterior-walls .ast-container,
body.page-template-page-building-exterior-walls .content-area,
body.page-template-page-building-exterior-walls .site-main,
body.page-template-page-building-exterior-walls .entry-content,
body:has(#primary.phomi-application-detail),
body:has(#primary.phomi-application-detail) #page,
body:has(#primary.phomi-application-detail) #content,
body:has(#primary.phomi-application-detail) .site-content,
body:has(#primary.phomi-application-detail) .ast-container,
body:has(#primary.phomi-application-detail) .content-area,
body:has(#primary.phomi-application-detail) .site-main,
body:has(#primary.phomi-application-detail) .entry-content {
	margin: 0;
	max-width: none;
	padding: 0;
}

html:has(body.page-template-page-building-exterior-walls),
html:has(#primary.phomi-application-detail) {
	margin-top: 0 !important;
}

body.page-template-page-building-exterior-walls .site-header,
body.page-template-page-building-exterior-walls .site-footer,
body.page-template-page-building-exterior-walls #wpadminbar,
body:has(#primary.phomi-application-detail) .site-header,
body:has(#primary.phomi-application-detail) .site-footer,
body:has(#primary.phomi-application-detail) #wpadminbar {
	display: none;
}

.ast-plain-container.ast-no-sidebar #primary.phomi-application-detail,
#primary.phomi-application-detail,
.phomi-application-detail {
	background: #fff;
	color: #000;
	font-family: var(--phomi-font);
	margin: 0;
	max-width: 100vw;
	min-height: 100vh;
	overflow: hidden;
	padding: 0;
	width: 100%;
	--phomi-app-hero-title: clamp(30px, 3.645833vw, 70px);
	--phomi-app-hero-body: clamp(13px, 0.833333vw, 16px);
	--phomi-app-section-title-lg: clamp(28px, 2.5vw, 48px);
	--phomi-app-section-title-md: clamp(22px, 1.666667vw, 32px);
	--phomi-app-heading: clamp(18px, 1.25vw, 24px);
	--phomi-app-body: clamp(14px, 0.833333vw, 16px);
	--phomi-app-body-sm: clamp(12px, 0.729167vw, 14px);
	--phomi-app-card-title: clamp(14px, 0.9375vw, 18px);
	--phomi-app-showcase-title: clamp(36px, 4.166667vw, 80px);
	--phomi-app-footer-title: clamp(16px, 1.041667vw, 20px);
}

.phomi-application-detail *,
.phomi-application-detail *::before,
.phomi-application-detail *::after {
	box-sizing: border-box;
}

.phomi-application-detail h1,
.phomi-application-detail h2,
.phomi-application-detail h3,
.phomi-application-detail p {
	color: inherit;
	overflow-wrap: break-word;
}

.phomi-application-detail img {
	display: block;
	max-width: 100%;
}

.phomi-header {
	height: 4.6875vw;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 40;
}

.phomi-header__inner {
	height: 100%;
	margin: 0 auto;
	max-width: 1920px;
	position: relative;
}

.phomi-logo {
	aspect-ratio: 2269 / 875;
	display: block;
	left: 15.104167vw;
	line-height: 0;
	position: absolute;
	top: 0.572917vw;
	width: 8.333333vw;
}

.phomi-logo img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.phomi-nav {
	left: 26.822917vw;
	position: absolute;
	top: 1.822917vw;
	white-space: nowrap;
}

.phomi-nav ul {
	align-items: flex-start;
	display: flex;
	gap: 2.1875vw;
	list-style: none;
	margin: 0;
	padding: 0;
}

.phomi-nav li {
	line-height: 1;
	position: relative;
}

.phomi-nav a {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-size: 0.729167vw;
	font-weight: 300;
	line-height: 1.041667vw;
	text-decoration: none;
	transition: color 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}

.phomi-nav > ul > li:nth-child(-n+6) > a,
.phomi-nav > ul > li:last-child > a {
	/* text-transform: uppercase; */
}

.phomi-nav .has-menu > a::after {
	border-bottom: 1px solid currentColor;
	border-right: 1px solid currentColor;
	content: "";
	height: 0.260417vw;
	margin-left: 0.416667vw;
	position: relative;
	top: -0.026042vw;
	transform: rotate(45deg);
	transition: transform 0.24s ease;
	width: 0.260417vw;
}

.phomi-nav > ul > li > a:hover,
.phomi-nav > ul > li > a:focus-visible {
	color: #fff;
	opacity: 1;
	transform: translateY(-1px) scale(1.08);
}

.phomi-nav .has-menu:hover > a::after,
.phomi-nav .has-menu:focus-within > a::after {
	transform: rotate(225deg);
}

.phomi-mega-menu {
	background: #fff;
	height: 346px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 90px;
	transform: translateY(-8px);
	transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
	visibility: hidden;
	width: 100vw;
	z-index: 30;
}

.phomi-mega-menu::before {
	pointer-events: none;
	content: "";
	height: 90px;
	left: 0;
	position: absolute;
	top: -90px;
	width: 100%;
}

.phomi-mega-menu__panel {
	background: #1a1a1a;
	height: 320px;
	position: relative;
	width: 100%;
}

.phomi-menu-scrim {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 436px;
	transition: opacity 0.24s ease, visibility 0.24s ease;
	visibility: hidden;
	z-index: 15;
}

.phomi-nav .phomi-mega-card {
	color: #fff;
	display: block !important;
	left: 455px;
	position: absolute;
	text-decoration: none;
	top: 50px;
	transition: filter 0.28s ease, transform 0.28s ease;
	width: 310px;
}

.phomi-nav .phomi-mega-card img {
	height: 186px;
	object-fit: cover;
	width: 310px;
}

.phomi-nav .phomi-mega-card span {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin-top: 15px;
	/* text-transform: none; */
}

.phomi-nav .phomi-mega-menu__panel .phomi-mega-card:nth-child(2) {
	left: 805px;
}

.phomi-nav .phomi-mega-menu__panel .phomi-mega-card:nth-child(3) {
	left: 1155px;
}

.phomi-nav .phomi-mega-menu__panel .phomi-mega-card:nth-child(4) {
	left: 1505px;
}

.phomi-nav .has-mega-menu--case .phomi-mega-menu {
	height: 596px;
}

.phomi-nav .has-mega-menu--case .phomi-mega-menu__panel {
	height: 570px;
}

.phomi-nav .has-mega-menu:hover .phomi-mega-menu,
.phomi-nav .has-mega-menu:focus-within .phomi-mega-menu,
.has-mega-menu.is-mega-open .phomi-mega-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.phomi-header.is-mega-active {
	background: #fff;
}

.phomi-header.is-mega-active .phomi-nav > ul > li > a {
	color: #000;
}

.has-mega-menu.is-mega-open > a {
	color: var(--phomi-blue) !important;
}

.phomi-header:has(.has-mega-menu:hover) ~ .phomi-menu-scrim,
.phomi-header:has(.has-mega-menu:focus-within) ~ .phomi-menu-scrim {
	opacity: 0;
	visibility: hidden;
}

.phomi-header:has(.has-mega-menu--case:hover) ~ .phomi-menu-scrim,
.phomi-header:has(.has-mega-menu--case:focus-within) ~ .phomi-menu-scrim {
	top: 686px;
}

.phomi-header.is-mega-active:has(.has-mega-menu--case.is-mega-open) ~ .phomi-menu-scrim {
	top: 686px;
}

.phomi-application-hero {
	background: none;
	display: block;
	height: auto;
	min-height: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.phomi-application-hero__media {
	line-height: 0;
	position: relative;
	width: 100%;
}

.phomi-application-hero__media::after {
	background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.phomi-application-hero__media img {
	display: block;
	height: auto;
	width: 100%;
}

.phomi-application-hero .phomi-header,
.phomi-application-hero .phomi-menu-scrim {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.phomi-application-hero__content {
	bottom: 3.645833vw;
	color: #fff;
	left: 3.59375vw;
	max-width: min(1216px, 63.333333vw);
	position: absolute;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	z-index: 2;
}

.phomi-application-hero h1 {
	font-size: var(--phomi-app-hero-title);
	font-weight: 700;
	line-height: 1;
	margin: 0 0 clamp(10px, 0.885417vw, 17px);
	/* text-transform: uppercase; */
}

.phomi-application-hero p {
	font-size: var(--phomi-app-hero-body);
	font-weight: 400;
	line-height: 1.25;
	margin: 0;
	max-width: min(1014px, 52.8125vw);
}

.phomi-application-benefits {
	background: #fff;
	padding: 6.25vw 3.645833vw;
}

.phomi-application-benefits h2 {
	font-size: var(--phomi-app-section-title-md);
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 clamp(24px, 2.552083vw, 49px);
	text-align: center;
	/* text-transform: capitalize; */
}

.phomi-application-benefits__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 420px));
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1740px;
}

.phomi-application-benefit {
	border: 1px solid #ededed;
	display: flex;
	flex-direction: column;
	min-height: 460px;
	padding: 56px 35px 48px;
}

.phomi-application-benefit__icon {
	display: block;
	flex: 0 0 116px;
	height: 116px;
	margin-bottom: 34px;
	max-width: 124px;
	object-fit: contain;
	object-position: left bottom;
	width: auto;
}

/* bug#3695：悬浮卡片（含图标）时图标上移 5px 后回到原位；绑定在卡片上，避免图标上移后鼠标脱出触发抖动 */
@keyframes phomi-application-benefit-icon-bounce {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}
}

.phomi-application-benefit:hover .phomi-application-benefit__icon {
	animation: phomi-application-benefit-icon-bounce 0.56s ease;
}

@media (prefers-reduced-motion: reduce) {
	.phomi-application-benefit:hover .phomi-application-benefit__icon {
		animation: none;
	}
}

.phomi-application-benefit h3 {
	flex: 0 0 auto;
	font-size: var(--phomi-app-heading);
	font-weight: 300;
	line-height: 1.35;
	margin: 0 0 clamp(10px, 0.729167vw, 14px);
	min-height: clamp(0px, 4.166667vw, 80px);
	/* text-transform: capitalize; */
}

.phomi-application-benefit p {
	color: #333;
	flex: 1 1 auto;
	font-size: var(--phomi-app-body);
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
}

.phomi-recommended-series {
	background: #f9f9f9;
	padding: 6.25vw 3.645833vw 6.770833vw;
}

.phomi-recommended-series__header {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 38px;
	max-width: 1780px;
}

.phomi-recommended-series h2 {
	font-size: var(--phomi-app-section-title-lg);
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	/* text-transform: uppercase; */
}

.phomi-recommended-series__header p {
	font-size: var(--phomi-app-heading);
	font-weight: 300;
	line-height: 1.2;
	margin: 2px 0 0;
	/* text-transform: capitalize; */
}

.phomi-recommended-series__header > a,
.phomi-series-card a,
.phomi-series-card__detail {
	align-items: center;
	color: #000;
	display: inline-flex;
	font-size: var(--phomi-btn-font-size);
	font-weight: 400;
	line-height: var(--phomi-btn-line-height);
	text-decoration: none;
}

.phomi-recommended-series__header > a.phomi-view-all-colors {
	background: #f9f9f9;
	border: var(--phomi-btn-border-width) solid #000;
	box-sizing: border-box;
	flex-shrink: 0;
	gap: var(--phomi-btn-gap);
	height: var(--phomi-btn-height);
	justify-content: center;
	margin-top: clamp(28px, 3.020833vw, 58px);
	max-width: none;
	padding-inline: var(--phomi-btn-padding-inline-wide);
	transform: scale(1);
	transition: transform 0.28s ease;
	white-space: nowrap;
	width: auto;
}

.phomi-recommended-series__header > a.phomi-view-all-colors:hover,
.phomi-recommended-series__header > a.phomi-view-all-colors:focus-visible {
	transform: scale(1.05);
}

.phomi-view-all-colors__arrow {
	display: block;
	flex-shrink: 0;
	height: var(--phomi-btn-icon-size-sm);
	width: var(--phomi-btn-icon-size-sm);
}

.phomi-recommended-series__header a .phomi-link-play,
.phomi-series-card a .phomi-link-play,
.phomi-series-card__detail .phomi-link-play {
	display: block;
	flex-shrink: 0;
	height: 24px;
	margin-left: 20px;
	transform: scale(1);
	transition: transform 0.28s ease;
	width: 24px;
}

.phomi-recommended-series__header a:hover .phomi-link-play,
.phomi-recommended-series__header a:focus-visible .phomi-link-play,
.phomi-series-card a:hover .phomi-link-play,
.phomi-series-card a:focus-visible .phomi-link-play {
	background: transparent;
	border: 0;
	box-shadow: none;
	outline: none;
	transform: scale(1.2);
}

.phomi-recommended-series__grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(6, minmax(0, 288px));
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1780px;
}

.phomi-series-card h3 {
	color: #666;
	font-size: var(--phomi-app-card-title);
	font-weight: 300;
	line-height: 1.15;
	margin: 0 0 clamp(8px, 0.625vw, 12px);
	/* text-transform: capitalize; */
}

.phomi-series-card img {
	height: 450px;
	object-fit: cover;
	width: 100%;
}

.phomi-series-card a,
.phomi-series-card__detail {
	border-bottom: 1px solid #000;
	justify-content: space-between;
	padding: 14px 0 10px;
	width: 100%;
}

.phomi-series-card__detail {
	cursor: default;
}

.phomi-featured-projects {
	background: #fff;
	/* 下间距对标 ecovering 页 .phomi-product-gallery 的 padding-bottom（6.25vw），
	   给 solution-showcase 整幅背景图留出同样的呼吸感
	   （≤1024 由 responsive.css 统一为 56/48px） */
	padding: 2vw 3.645833vw 6.25vw;
}

.phomi-featured-projects h2 {
	font-size: var(--phomi-app-section-title-lg);
	font-weight: 400;
	line-height: 1.05;
	margin: 0 auto clamp(32px, 3.645833vw, 70px);
	max-width: 1780px;
	/* text-transform: uppercase; */
}

.phomi-featured-projects__grid {
	display: grid;
	gap: 16.45px;
	grid-template-columns: repeat(4, minmax(0, 432.65px));
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1780px;
}

.phomi-featured-projects__item {
	aspect-ratio: 1;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.phomi-featured-projects__item img {
	aspect-ratio: 1;
	height: 100%;
	object-fit: cover;
	transition: transform 0.28s ease;
	width: 100%;
}

.phomi-featured-projects__item:hover img,
.phomi-featured-projects__item:focus-visible img {
	transform: scale(1.1);
}

.phomi-solution-showcase {
	--phomi-app-showcase-title: clamp(36px, 4.166667vw, 80px);
	--phomi-app-heading: clamp(18px, 1.25vw, 24px);
	--phomi-app-body-sm: clamp(12px, 0.729167vw, 14px);
	background: var(--solution-image) center / cover no-repeat;
	height: 52.083333vw;
	min-height: 760px;
	overflow: hidden;
	position: relative;
}

.phomi-solution-showcase::after {
	background: rgba(0, 0, 0, 0.12);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.phomi-solution-showcase .phomi-solution-bg-video {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.phomi-solution-showcase__content,
.phomi-solution-showcase__tabs {
	z-index: 1;
}

.phomi-solution-showcase__content {
	color: #fff;
	left: 3.645833vw;
	position: absolute;
	top: 6.25vw;
}

.phomi-solution-showcase__content h2 {
	font-size: var(--phomi-app-showcase-title);
	font-weight: 300;
	line-height: 1;
	margin: 0 0 clamp(16px, 1.510417vw, 29px);
	/* text-transform: capitalize; */
}

.phomi-solution-showcase__content p {
	font-size: var(--phomi-app-heading);
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 clamp(20px, 3.072917vw, 59px);
	/* text-transform: capitalize; */
}

.phomi-solution-showcase__content span {
	display: block;
	font-size: var(--phomi-app-body-sm);
	font-weight: 300;
	line-height: 1.45;
	max-width: min(737px, 38.385417vw);
	/* text-transform: capitalize; */
}

.phomi-solution-showcase__content[hidden] {
	display: none;
}

.phomi-solution-showcase__tabs {
	bottom: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	left: 0;
	position: absolute;
	width: 100%;
}

.phomi-solution-showcase__tab {
	align-items: center;
	appearance: none;
	background: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.7) !important;
	border-radius: 0;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: var(--phomi-app-heading);
	font-weight: 300;
	height: clamp(56px, 5.208333vw, 100px);
	justify-content: center;
	line-height: 1.2;
	padding: 0;
	text-decoration: none;
	/* text-transform: capitalize; */
	width: 100%;
	-webkit-tap-highlight-color: transparent;
}

.phomi-solution-showcase__tab:hover,
.phomi-solution-showcase__tab:focus,
.phomi-solution-showcase__tab:active,
.phomi-solution-showcase__tab:focus-visible {
	background: transparent !important;
	border-color: rgba(255, 255, 255, 0.7) !important;
	box-shadow: none !important;
	color: #fff !important;
	outline: none !important;
}

.phomi-solution-showcase__tab.is-active {
	background: rgba(0, 0, 0, 0.3) !important;
}

.phomi-solution-showcase__tab.is-active:hover,
.phomi-solution-showcase__tab.is-active:focus,
.phomi-solution-showcase__tab.is-active:active,
.phomi-solution-showcase__tab.is-active:focus-visible {
	background: rgba(0, 0, 0, 0.3) !important;
	border-color: rgba(255, 255, 255, 0.7) !important;
	box-shadow: none !important;
	color: #fff !important;
	outline: none !important;
}

.phomi-application-detail .phomi-footer {
	background: #000;
	display: grid;
	gap: 60px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	padding: 5.625vw 3.645833vw 6.25vw;
}

.phomi-application-detail .phomi-footer > div {
	min-width: 0;
}

.phomi-application-detail .phomi-footer strong {
	color: #82cdd0;
	display: block;
	font-size: var(--phomi-app-footer-title);
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: clamp(16px, 3.4375vw, 66px);
	/* text-transform: uppercase; */
}

.phomi-application-detail .phomi-footer a {
	color: #d1d5db;
	display: block;
	font-size: var(--phomi-app-body-sm);
	font-weight: 300;
	line-height: 1.8;
	overflow-wrap: anywhere;
	text-decoration: none;
}

@media (max-width: 1440px) {
	.phomi-application-benefits__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.phomi-application-benefit {
		padding-left: 24px;
		padding-right: 24px;
	}

	.phomi-recommended-series__grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.phomi-series-card img {
		height: 31.25vw;
	}
}

@media (max-width: 1200px) {
	.phomi-header {
		height: 90px;
	}

	.phomi-logo {
		left: 24px;
		top: 10px;
		width: 132px;
	}

	.phomi-nav {
		left: 190px;
		top: 32px;
	}

	.phomi-nav ul {
		gap: 14px;
	}

	.phomi-nav a {
		font-size: 12px;
		line-height: 18px;
	}

	.phomi-application-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.phomi-recommended-series__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 28px 18px;
	}

	.phomi-series-card img {
		height: 420px;
	}

	.phomi-featured-projects__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.phomi-application-detail .phomi-footer {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.phomi-application-hero__content {
		bottom: 48px;
		left: 32px;
		position: absolute;
		right: 32px;
		z-index: 2;
	}

	.phomi-application-benefits,
	.phomi-recommended-series,
	.phomi-featured-projects {
		padding: 80px 32px;
	}

	.phomi-recommended-series__header {
		gap: 28px;
		flex-direction: column;
	}

	.phomi-recommended-series__header > a {
		margin-top: 0;
	}

	.phomi-featured-projects__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (max-width: 640px) {
	.phomi-header {
		height: 78px;
	}

	.phomi-logo {
		left: 24px;
		width: 140px;
	}

	.phomi-nav,
	.phomi-mega-menu,
	.phomi-mega-menu__panel,
	.phomi-nav .phomi-mega-card {
		display: none !important;
	}

	.phomi-application-hero__content {
		bottom: 36px;
		left: 18px;
		position: absolute;
		right: 18px;
		z-index: 2;
	}

	.phomi-application-hero h1 {
		max-width: 100%;
		white-space: normal;
	}

	.phomi-application-hero p {
		max-height: none;
		max-width: 100%;
		overflow: visible;
	}

	.phomi-application-benefits,
	.phomi-recommended-series,
	.phomi-featured-projects {
		padding: 64px 18px;
	}

	.phomi-application-benefits h2,
	.phomi-recommended-series h2,
	.phomi-featured-projects h2 {
		margin-bottom: 32px;
		text-align: left;
	}

	.phomi-application-benefits__grid,
	.phomi-recommended-series__grid,
	.phomi-featured-projects__grid {
		grid-template-columns: 1fr;
	}

	.phomi-application-benefit {
		min-height: 0;
		overflow: hidden;
		padding: 36px 18px;
	}

	.phomi-application-benefit h3 {
		min-height: 0;
	}

	.phomi-application-benefit p {
		max-width: 100%;
	}

	.phomi-series-card img {
		height: auto;
		aspect-ratio: 288 / 450;
	}

	.phomi-solution-showcase {
		height: 720px;
		min-height: 720px;
	}

	.phomi-solution-showcase__content {
		left: 18px;
		right: 18px;
		top: 72px;
	}

	.phomi-solution-showcase__tab {
		height: clamp(56px, 12vw, 70px);
	}

	.phomi-application-detail .phomi-footer {
		display: grid;
		gap: 32px;
		grid-template-columns: 1fr;
		padding: 72px 24px;
	}

	.phomi-application-detail .phomi-footer strong {
		margin-bottom: 16px;
	}

	.phomi-application-detail .phomi-footer a {
		color: #d1d5db;
		display: block;
		line-height: 1.8;
	}
}
