.pc-about-page {
	--pc-about-border: rgba(107, 79, 63, .16);
	--pc-about-shadow: 0 18px 50px rgba(73, 49, 33, .08);
	margin: 0;
	padding: 0;
	background: #fffdf9;
	color: var(--pc-ink);
	font-family: var(--pc-font-family);
}

.pc-about-page,
.pc-about-page * {
	box-sizing: border-box;
}

.pc-about-shell {
	width: min(1120px, calc(100% - 32px));
	margin-inline: auto;
}

.pc-about-icon {
	display: block;
	width: 22px;
	height: 22px;
}

.pc-about-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 9px;
	color: var(--pc-terracotta);
	font-size: 13px;
	font-weight: 800;
}

.pc-about-kicker::before {
	width: 9px;
	height: 9px;
	border-radius: 2px 8px 8px 8px;
	background: currentColor;
	content: "";
	transform: rotate(34deg);
}

.pc-about-hero {
	padding: 26px 0 32px;
	background: linear-gradient(180deg, #fffdf9 0%, #fff9ef 100%);
}

.pc-about-hero__inner {
	position: relative;
	display: grid;
	min-height: 520px;
	grid-template-columns: minmax(0, 1.04fr) minmax(410px, .96fr);
	align-items: center;
	overflow: hidden;
	border: 1px solid rgba(217, 179, 130, .55);
	border-radius: 34px;
	background:
		linear-gradient(110deg, rgba(242, 232, 213, .92), rgba(255, 252, 246, .96)),
		url("../images/pileh-fiber-pattern.webp") center / cover;
	box-shadow: var(--pc-about-shadow);
}

.pc-about-hero__inner::before {
	position: absolute;
	width: 300px;
	height: 300px;
	inset-block-start: -225px;
	inset-inline-end: 33%;
	border: 1px dashed rgba(184, 92, 56, .24);
	border-radius: 50%;
	content: "";
}

.pc-about-hero__copy {
	position: relative;
	z-index: 4;
	padding: 55px 54px;
}

.pc-about-hero h1 {
	max-width: 620px;
	margin: 0 0 16px;
	color: var(--pc-green);
	font-size: clamp(34px, 4.4vw, 59px);
	font-weight: 900;
	line-height: 1.3;
}

.pc-about-hero__copy > p {
	max-width: 590px;
	margin: 0;
	color: #665347;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

.pc-about-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 24px;
}

.pc-about-button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 10px 21px;
	border: 1px solid transparent;
	border-radius: 15px;
	font-size: 13px;
	font-weight: 800;
	transition: transform .25s var(--pc-ease), background .25s var(--pc-ease), border-color .25s var(--pc-ease), box-shadow .25s var(--pc-ease);
}

.pc-about-button:hover {
	transform: translateY(-3px);
}

.pc-about-button:focus-visible,
.pc-about-audience a:focus-visible,
.pc-about-product:focus-visible {
	outline: 3px solid rgba(244, 162, 97, .62);
	outline-offset: 3px;
}

.pc-about-button--primary {
	background: var(--pc-terracotta);
	box-shadow: 0 11px 24px rgba(184, 92, 56, .2);
	color: #fff !important;
}

.pc-about-button--primary:hover {
	background: #a94e2c;
	box-shadow: 0 15px 30px rgba(184, 92, 56, .26);
}

.pc-about-button--primary .pc-about-icon,
.pc-about-audience a .pc-about-icon {
	width: 18px;
	height: 18px;
}

.pc-about-button--ghost {
	border-color: rgba(6, 74, 49, .34);
	background: rgba(255, 255, 255, .52);
	color: var(--pc-green) !important;
}

.pc-about-button--ghost:hover {
	border-color: var(--pc-green);
	background: #fff;
}

.pc-about-hero__promise {
	display: flex;
	max-width: 485px;
	align-items: center;
	gap: 11px;
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid rgba(107, 79, 63, .14);
}

.pc-about-hero__promise > i {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	border-radius: 50% 50% 50% 18%;
	background: rgba(6, 74, 49, .09);
	color: var(--pc-green);
	font-style: normal;
}

.pc-about-hero__promise span {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.pc-about-hero__promise b {
	color: var(--pc-green);
	font-size: 12px;
	font-weight: 800;
}

.pc-about-hero__promise small {
	color: var(--pc-muted);
	font-size: 10px;
}

.pc-about-hero__visual {
	position: relative;
	align-self: stretch;
	min-height: 520px;
	overflow: hidden;
	background: linear-gradient(145deg, #064a31, #0b5b40);
	clip-path: ellipse(86% 86% at 86% 50%);
}

.pc-about-hero__visual::before,
.pc-about-hero__visual::after {
	position: absolute;
	border-radius: 50%;
	content: "";
}

.pc-about-hero__visual::before {
	width: 335px;
	height: 335px;
	inset: 50% auto auto 50%;
	background: var(--pc-cream);
	transform: translate(-50%, -50%);
}

.pc-about-hero__visual::after {
	width: 420px;
	height: 420px;
	inset: 50% auto auto 50%;
	border: 1px solid rgba(255, 255, 255, .25);
	transform: translate(-50%, -50%);
}

.pc-about-hero__orbit {
	position: absolute;
	z-index: 1;
	width: 480px;
	height: 270px;
	inset: 50% auto auto 50%;
	border: 1px dashed rgba(244, 162, 97, .48);
	border-radius: 50%;
	transform: translate(-50%, -50%) rotate(-18deg);
}

.pc-about-hero__brand {
	position: absolute;
	z-index: 4;
	width: 155px;
	height: 155px;
	inset: 50% auto auto 50%;
	padding: 12px;
	border: 8px solid rgba(255, 255, 255, .72);
	border-radius: 50%;
	background: var(--pc-cream);
	box-shadow: 0 20px 50px rgba(0, 0, 0, .17);
	transform: translate(-50%, -50%);
}

.pc-about-hero__brand img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pc-about-product {
	position: absolute;
	z-index: 3;
	display: block;
	width: 116px;
	padding: 7px;
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 20px;
	background: rgba(255, 251, 243, .95);
	box-shadow: 0 16px 36px rgba(0, 0, 0, .18);
	color: var(--pc-green) !important;
	transition: transform .28s var(--pc-ease), box-shadow .28s var(--pc-ease);
}

.pc-about-product:hover {
	z-index: 6;
	box-shadow: 0 20px 44px rgba(0, 0, 0, .25);
	transform: translateY(-5px) rotate(0);
}

.pc-about-product img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 14px;
	object-fit: cover;
}

.pc-about-product span {
	display: block;
	overflow: hidden;
	padding: 7px 3px 2px;
	font-size: 9px;
	font-weight: 700;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc-about-product--1 {
	inset-block-start: 58px;
	inset-inline-start: 54px;
	transform: rotate(5deg);
}

.pc-about-product--2 {
	inset-block-end: 48px;
	inset-inline-start: 80px;
	transform: rotate(-4deg);
}

.pc-about-product--3 {
	inset-block-end: 62px;
	inset-inline-end: 28px;
	transform: rotate(4deg);
}

.pc-about-hero__butterfly {
	position: absolute;
	z-index: 5;
	width: 30px;
	height: auto;
	inset-block-start: 52px;
	inset-inline-end: 48px;
	filter: brightness(0) invert(1);
	opacity: .76;
}

.pc-about-story {
	padding: 72px 0;
}

.pc-about-story__grid {
	display: grid;
	grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr);
	align-items: stretch;
	gap: 44px;
}

.pc-about-story__art {
	position: relative;
	display: flex;
	min-height: 380px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 32px;
	border-radius: 46% 46% 24px 24px;
	background: linear-gradient(148deg, #e9d1ab, #f4e8d2);
	color: var(--pc-green);
	text-align: center;
}

.pc-about-story__art::before {
	position: absolute;
	width: 290px;
	height: 290px;
	border: 1px dashed rgba(184, 92, 56, .33);
	border-radius: 50%;
	content: "";
}

.pc-about-story__seed {
	position: relative;
	z-index: 2;
	display: grid;
	width: 106px;
	height: 124px;
	place-items: center;
	margin-bottom: 20px;
	border-radius: 58% 45% 58% 30%;
	background: var(--pc-green);
	transform: rotate(-6deg);
}

.pc-about-story__seed img {
	width: 35px;
	height: auto;
	filter: brightness(0) invert(1);
	transform: rotate(6deg);
}

.pc-about-story__art > span,
.pc-about-story__art > strong {
	position: relative;
	z-index: 2;
}

.pc-about-story__art > span {
	font-size: 13px;
	font-weight: 600;
}

.pc-about-story__art > strong {
	margin-top: 3px;
	font-size: 24px;
	font-weight: 900;
}

.pc-about-story__art > i {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 2px 8px 8px 8px;
	background: var(--pc-terracotta);
	transform: rotate(38deg);
}

.pc-about-story__art > i:nth-of-type(1) { inset: 18% 18% auto auto; }
.pc-about-story__art > i:nth-of-type(2) { inset: auto auto 18% 22%; }
.pc-about-story__art > i:nth-of-type(3) { inset: 38% auto auto 13%; background: var(--pc-orange); }

.pc-about-story__copy {
	align-self: center;
	padding: 20px 4px;
}

.pc-about-story__copy h2,
.pc-about-heading h2,
.pc-about-journey__head h2,
.pc-about-cta h2 {
	margin: 0;
	color: var(--pc-green);
	font-size: clamp(26px, 3.2vw, 39px);
	font-weight: 900;
	line-height: 1.45;
}

.pc-about-story__copy > p {
	margin: 18px 0 0;
	color: #655448;
	font-size: 15px;
	line-height: 2.15;
}

.pc-about-quote {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 12px;
	margin-top: 24px;
	padding: 17px 18px;
	border-inline-start: 3px solid var(--pc-terracotta);
	border-radius: 15px 0 0 15px;
	background: #fff6e9;
}

.pc-about-quote i {
	color: var(--pc-terracotta);
	font-family: Georgia, serif;
	font-size: 44px;
	font-style: normal;
	line-height: .8;
}

.pc-about-quote p {
	margin: 0;
	color: var(--pc-green);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.9;
}

.pc-about-metrics {
	padding: 0 0 54px;
}

.pc-about-metrics__inner {
	display: grid;
	min-height: 146px;
	grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(120px, .5fr));
	align-items: center;
	overflow: hidden;
	border-radius: 26px;
	background: var(--pc-green);
	box-shadow: 0 20px 44px rgba(6, 74, 49, .17);
	color: #fff;
}

.pc-about-metrics__title {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	padding: 28px 34px;
	background: linear-gradient(125deg, rgba(255, 255, 255, .08), transparent);
}

.pc-about-metrics__title span {
	margin-bottom: 4px;
	color: #f3ba7b;
	font-size: 11px;
	font-weight: 700;
}

.pc-about-metrics__title strong {
	max-width: 300px;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.65;
}

.pc-about-metric {
	position: relative;
	display: flex;
	min-height: 80px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	text-align: center;
}

.pc-about-metric::before {
	position: absolute;
	width: 1px;
	height: 54px;
	inset-block-start: 50%;
	inset-inline-start: 0;
	background: rgba(255, 255, 255, .17);
	content: "";
	transform: translateY(-50%);
}

.pc-about-metric b {
	color: #fff3df;
	font-size: 29px;
	font-weight: 900;
	line-height: 1;
}

.pc-about-metric b small {
	margin-inline-start: 2px;
	color: var(--pc-orange);
	font-size: 14px;
}

.pc-about-metric span {
	margin-top: 8px;
	color: rgba(255, 255, 255, .72);
	font-size: 10px;
}

.pc-about-values {
	padding: 22px 0 74px;
}

.pc-about-heading {
	max-width: 700px;
	margin-bottom: 25px;
}

.pc-about-heading > p,
.pc-about-journey__head > p {
	margin: 8px 0 0;
	color: var(--pc-muted);
	font-size: 13px;
}

.pc-about-heading--center {
	margin-inline: auto;
	text-align: center;
}

.pc-about-values__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}

.pc-about-value {
	position: relative;
	min-height: 240px;
	overflow: hidden;
	padding: 24px 22px;
	border: 1px solid var(--pc-about-border);
	border-radius: 24px;
	transition: transform .28s var(--pc-ease), box-shadow .28s var(--pc-ease), border-color .28s var(--pc-ease);
}

.pc-about-value:hover {
	border-color: rgba(184, 92, 56, .32);
	box-shadow: var(--pc-about-shadow);
	transform: translateY(-7px);
}

.pc-about-value > i {
	display: grid;
	width: 54px;
	height: 60px;
	place-items: center;
	border-radius: 58% 45% 58% 30%;
	background: currentColor;
	font-style: normal;
}

.pc-about-value > i .pc-about-icon {
	width: 26px;
	height: 26px;
	color: #fff7eb;
}

.pc-about-value > span {
	position: absolute;
	inset-block-start: 16px;
	inset-inline-end: 18px;
	color: rgba(107, 79, 63, .13);
	font-size: 50px;
	font-weight: 900;
}

.pc-about-value h3 {
	margin: 24px 0 8px;
	color: var(--pc-green);
	font-size: 16px;
	font-weight: 800;
}

.pc-about-value p {
	margin: 0;
	color: var(--pc-muted);
	font-size: 11px;
	line-height: 1.85;
}

.pc-about-value--green { background: #edf4ef; color: #28775e; }
.pc-about-value--orange { background: #fff0df; color: #d86c37; }
.pc-about-value--sand { background: #f7eddd; color: #b58a55; }
.pc-about-value--brown { background: #f0e9e4; color: #765c4c; }

.pc-about-journey {
	padding: 70px 0;
	background:
		linear-gradient(105deg, rgba(242, 232, 213, .95), rgba(255, 250, 241, .94)),
		url("../images/pileh-fiber-pattern.webp") center / cover;
}

.pc-about-journey__inner {
	display: grid;
	grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
	align-items: center;
	gap: 42px;
}

.pc-about-journey__steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pc-about-journey__steps li {
	display: grid;
	min-height: 124px;
	grid-template-columns: 52px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	padding: 17px;
	border: 1px solid rgba(217, 179, 130, .5);
	border-radius: 20px;
	background: rgba(255, 253, 249, .83);
	transition: background .24s var(--pc-ease), transform .24s var(--pc-ease), box-shadow .24s var(--pc-ease);
}

.pc-about-journey__steps li:hover {
	background: #fff;
	box-shadow: 0 12px 28px rgba(82, 56, 38, .08);
	transform: translateY(-4px);
}

.pc-about-journey__steps li > i {
	display: grid;
	width: 52px;
	height: 58px;
	place-items: center;
	border-radius: 58% 45% 58% 30%;
	background: var(--pc-green);
	color: #fff6e8;
	font-style: normal;
}

.pc-about-journey__steps span {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.pc-about-journey__steps small {
	color: var(--pc-terracotta);
	font-size: 9px;
	font-weight: 700;
}

.pc-about-journey__steps strong {
	margin: 2px 0 3px;
	color: var(--pc-green);
	font-size: 15px;
	font-weight: 800;
}

.pc-about-journey__steps em {
	color: var(--pc-muted);
	font-size: 10px;
	font-style: normal;
	line-height: 1.7;
}

.pc-about-community {
	padding: 74px 0;
}

.pc-about-community__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.pc-about-audience {
	position: relative;
	display: grid;
	min-height: 315px;
	grid-template-columns: 126px minmax(0, 1fr);
	align-items: center;
	gap: 25px;
	overflow: hidden;
	padding: 34px;
	border: 1px solid var(--pc-about-border);
	border-radius: 30px;
}

.pc-about-audience::after {
	position: absolute;
	width: 220px;
	height: 220px;
	inset-block-end: -145px;
	inset-inline-end: -90px;
	border: 1px dashed currentColor;
	border-radius: 50%;
	content: "";
	opacity: .24;
}

.pc-about-audience--buyer {
	background: linear-gradient(135deg, #edf4ef, #fbf7ed);
	color: var(--pc-green);
}

.pc-about-audience--vendor {
	background: linear-gradient(135deg, #fff0df, #f6e5d1);
	color: var(--pc-terracotta);
}

.pc-about-audience__icon {
	display: grid;
	width: 126px;
	height: 145px;
	place-items: center;
	border-radius: 58% 45% 58% 30%;
	background: currentColor;
}

.pc-about-audience__icon .pc-about-icon {
	width: 45px;
	height: 45px;
	color: #fff5e8;
}

.pc-about-audience > div:last-child {
	position: relative;
	z-index: 2;
}

.pc-about-audience > div > span {
	font-size: 11px;
	font-weight: 800;
}

.pc-about-audience h3 {
	margin: 5px 0 11px;
	color: var(--pc-green);
	font-size: 23px;
	font-weight: 900;
	line-height: 1.55;
}

.pc-about-audience p {
	margin: 0;
	color: #69574b;
	font-size: 11px;
	line-height: 1.9;
}

.pc-about-audience a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 18px;
	padding-bottom: 4px;
	border-bottom: 1px solid currentColor;
	color: currentColor !important;
	font-size: 12px;
	font-weight: 800;
	transition: gap .22s var(--pc-ease);
}

.pc-about-audience a:hover {
	gap: 12px;
}

.pc-about-identity {
	padding: 0 0 74px;
}

.pc-about-identity__card {
	display: grid;
	grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
	overflow: hidden;
	border: 1px solid rgba(217, 179, 130, .52);
	border-radius: 30px;
	background: #fffaf2;
	box-shadow: var(--pc-about-shadow);
}

.pc-about-identity__brand {
	position: relative;
	min-height: 300px;
	overflow: hidden;
	padding: 48px;
	background: var(--pc-green);
	color: #fff;
}

.pc-about-identity__brand::after {
	position: absolute;
	width: 240px;
	height: 240px;
	inset-block-end: -145px;
	inset-inline-start: -95px;
	border: 1px dashed rgba(244, 162, 97, .48);
	border-radius: 50%;
	content: "";
}

.pc-about-identity__brand img {
	position: absolute;
	width: 44px;
	height: auto;
	inset-block-start: 38px;
	inset-inline-end: 38px;
	filter: brightness(0) invert(1);
	opacity: .82;
}

.pc-about-identity__brand span {
	display: block;
	margin-top: 74px;
	color: #f3ba7b;
	font-size: 11px;
	font-weight: 700;
}

.pc-about-identity__brand h2 {
	margin: 4px 0 8px;
	color: #fff7eb;
	font-size: 32px;
	font-weight: 900;
}

.pc-about-identity__brand p {
	max-width: 340px;
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 11px;
	line-height: 1.9;
}

.pc-about-identity__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: center;
	gap: 12px;
	padding: 40px;
}

.pc-about-identity__facts > div {
	display: flex;
	min-height: 88px;
	flex-direction: column;
	justify-content: center;
	padding: 15px 17px;
	border: 1px solid rgba(107, 79, 63, .13);
	border-radius: 16px;
	background: #fffefb;
}

.pc-about-identity__facts small {
	margin-bottom: 4px;
	color: var(--pc-terracotta);
	font-size: 9px;
	font-weight: 700;
}

.pc-about-identity__facts strong {
	color: var(--pc-green);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.7;
}

.pc-about-identity__facts > p {
	grid-column: 1 / -1;
	margin: 2px 0;
	color: var(--pc-muted);
	font-size: 11px;
	line-height: 1.9;
}

.pc-about-identity__facts > a {
	grid-column: 1 / -1;
	justify-self: start;
	color: var(--pc-terracotta) !important;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.pc-about-cta {
	padding: 0 0 24px;
}

.pc-about-cta__inner {
	position: relative;
	display: flex;
	min-height: 255px;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	overflow: hidden;
	padding: 44px 52px;
	border-radius: 32px;
	background:
		linear-gradient(115deg, rgba(6, 74, 49, .98), rgba(12, 93, 65, .95)),
		url("../images/pileh-fiber-pattern.webp") center / cover;
	box-shadow: 0 20px 46px rgba(6, 74, 49, .18);
	color: #fff;
}

.pc-about-cta__inner::after {
	position: absolute;
	width: 260px;
	height: 260px;
	inset-block-start: -160px;
	inset-inline-end: 28%;
	border: 1px dashed rgba(244, 162, 97, .45);
	border-radius: 50%;
	content: "";
}

.pc-about-cta__inner > div {
	position: relative;
	z-index: 2;
}

.pc-about-cta__inner > div:first-child {
	max-width: 630px;
}

.pc-about-cta span {
	color: #f3ba7b;
	font-size: 11px;
	font-weight: 700;
}

.pc-about-cta h2 {
	margin-top: 4px;
	color: #fff7eb;
}

.pc-about-cta p {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, .72);
	font-size: 11px;
}

.pc-about-cta .pc-about-actions {
	flex: 0 0 auto;
	margin-top: 0;
}

.pc-about-button--light {
	background: #fff7e9;
	color: var(--pc-green) !important;
}

.pc-about-button--outline-light {
	border-color: rgba(255, 255, 255, .44);
	background: transparent;
	color: #fff !important;
}

.pc-about-button--outline-light:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, .1);
}

.pc-about-cta__inner > img {
	position: absolute;
	width: 52px;
	height: auto;
	inset-block-end: 24px;
	inset-inline-end: 43%;
	filter: brightness(0) invert(1);
	opacity: .12;
}

@media (max-width: 960px) {
	.pc-about-hero__inner {
		grid-template-columns: minmax(0, 1fr) 360px;
	}

	.pc-about-hero__copy {
		padding: 42px 34px;
	}

	.pc-about-values__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pc-about-community__grid {
		grid-template-columns: 1fr;
	}

	.pc-about-metrics__inner {
		grid-template-columns: 1fr repeat(3, minmax(110px, .4fr));
	}
}

@media (max-width: 760px) {
	.pc-about-hero__inner,
	.pc-about-story__grid,
	.pc-about-journey__inner,
	.pc-about-identity__card {
		grid-template-columns: 1fr;
	}

	.pc-about-hero__inner {
		min-height: auto;
	}

	.pc-about-hero__copy {
		padding: 38px 30px 28px;
		text-align: center;
	}

	.pc-about-actions,
	.pc-about-hero__promise {
		justify-content: center;
	}

	.pc-about-hero__visual {
		min-height: 400px;
		clip-path: ellipse(88% 82% at 50% 82%);
	}

	.pc-about-story__grid {
		gap: 24px;
	}

	.pc-about-story__art {
		min-height: 320px;
	}

	.pc-about-metrics__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pc-about-metrics__title {
		grid-column: 1 / -1;
		min-height: 110px;
		align-items: center;
		text-align: center;
	}

	.pc-about-journey__head {
		text-align: center;
	}

	.pc-about-identity__brand {
		min-height: 260px;
	}

	.pc-about-cta__inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 560px) {
	.pc-about-shell {
		width: min(100% - 20px, 1120px);
	}

	.pc-about-hero {
		padding-top: 10px;
	}

	.pc-about-hero__inner,
	.pc-about-cta__inner {
		border-radius: 23px;
	}

	.pc-about-hero__copy {
		padding: 31px 20px 24px;
	}

	.pc-about-hero__copy > p {
		font-size: 13px;
	}

	.pc-about-button {
		min-height: 47px;
	}

	.pc-about-hero__promise {
		text-align: start;
	}

	.pc-about-hero__visual {
		min-height: 340px;
	}

	.pc-about-hero__visual::before {
		width: 235px;
		height: 235px;
	}

	.pc-about-hero__visual::after {
		width: 300px;
		height: 300px;
	}

	.pc-about-hero__brand {
		width: 116px;
		height: 116px;
		border-width: 5px;
	}

	.pc-about-product {
		width: 88px;
		border-radius: 15px;
	}

	.pc-about-product img {
		border-radius: 10px;
	}

	.pc-about-product span {
		display: none;
	}

	.pc-about-product--1 { inset-block-start: 38px; inset-inline-start: 22px; }
	.pc-about-product--2 { inset-block-end: 34px; inset-inline-start: 36px; }
	.pc-about-product--3 { inset-block-end: 46px; inset-inline-end: 12px; }

	.pc-about-story,
	.pc-about-community {
		padding: 48px 0;
	}

	.pc-about-values {
		padding-bottom: 48px;
	}

	.pc-about-values__grid,
	.pc-about-journey__steps {
		grid-template-columns: 1fr;
	}

	.pc-about-value {
		min-height: 210px;
	}

	.pc-about-metrics__inner {
		grid-template-columns: 1fr;
		padding-bottom: 12px;
	}

	.pc-about-metrics__title {
		grid-column: auto;
	}

	.pc-about-metric {
		min-height: 78px;
	}

	.pc-about-metric::before {
		width: calc(100% - 36px);
		height: 1px;
		inset-block-start: 0;
		inset-inline-start: 18px;
		transform: none;
	}

	.pc-about-audience {
		min-height: auto;
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 17px;
		padding: 24px 18px;
		border-radius: 22px;
	}

	.pc-about-audience__icon {
		width: 76px;
		height: 88px;
	}

	.pc-about-audience__icon .pc-about-icon {
		width: 30px;
		height: 30px;
	}

	.pc-about-audience h3 {
		font-size: 18px;
	}

	.pc-about-identity__brand,
	.pc-about-identity__facts {
		padding: 28px 22px;
	}

	.pc-about-identity__facts {
		grid-template-columns: 1fr;
	}

	.pc-about-identity__facts > p,
	.pc-about-identity__facts > a {
		grid-column: auto;
	}

	.pc-about-cta__inner {
		padding: 34px 24px;
		text-align: center;
	}

	.pc-about-cta__inner,
	.pc-about-cta .pc-about-actions {
		align-items: center;
	}

	.pc-about-cta .pc-about-actions {
		width: 100%;
		flex-direction: column;
	}

	.pc-about-cta .pc-about-button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pc-about-page *,
	.pc-about-page *::before,
	.pc-about-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
	}
}
