/* -------------------- About page -------------------- */
.np-about {
	--np-about-cream: #fbf8f3;
	--np-about-beige: #f1e7db;
	--np-about-nude: #dfcabb;
	--np-about-blush: #f9e5ec;
	--np-about-ink: #111111;
	--np-about-shadow: 0 24px 70px rgba(37, 24, 22, .12);
	background: #fff;
	color: var(--np-text);
	font-family: 'Poppins', 'Montserrat', var(--np-font-body);
	overflow: hidden;
}

.np-about h1,
.np-about h2,
.np-about h3,
.np-about-philosophy__quote {
	font-family: var(--np-font-display);
	font-weight: 500;
	letter-spacing: 0;
}

.np-about img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.np-about .np-btn {
	letter-spacing: 0;
}

.np-about__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
	font-family: 'Montserrat', 'Poppins', var(--np-font-body);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--np-accent);
}

.np-about__eyebrow::before {
	content: '';
	display: inline-block;
	width: 42px;
	height: 1px;
	background: currentColor;
}

.np-about-highlight {
	color: var(--np-accent);
	font-weight: 600;
}

.np-about-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 620px;
	padding: 72px 0 64px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.92) 0%, rgba(251,248,243,.92) 40%, rgba(249,229,236,.72) 100%),
		var(--np-about-cream);
	overflow: hidden;
}

.np-about-hero::after {
	content: '';
	position: absolute;
	right: -14%;
	top: -22%;
	width: 560px;
	aspect-ratio: 1;
	border: 1px solid rgba(224, 47, 103, .16);
	border-radius: 50%;
	pointer-events: none;
}

.np-about-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	align-items: center;
	gap: 60px;
}

.np-about-hero__title {
	max-width: 650px;
	margin: 0 0 26px;
	font-size: 86px;
	font-style: italic;
	line-height: .96;
	color: var(--np-about-ink);
}

.np-about-hero__text {
	max-width: 590px;
	margin: 0 0 34px;
	font-size: 16px;
	line-height: 1.9;
	color: var(--np-text-soft);
}

.np-about-hero__visual {
	position: relative;
	min-height: 520px;
}

.np-about-hero__arch {
	position: absolute;
	inset: 26px 34px 42px auto;
	width: 82%;
	max-width: 540px;
	background: linear-gradient(180deg, var(--np-about-beige), rgba(255,255,255,.35));
	border-radius: 300px 300px 8px 8px;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.65);
	transform: rotate(-3deg);
}

.np-about-hero__image {
	position: absolute;
	right: 0;
	top: 0;
	width: 78%;
	max-width: 500px;
	aspect-ratio: 4 / 5;
	margin: 0;
	border-radius: 300px 300px 8px 8px;
	overflow: hidden;
	box-shadow: var(--np-about-shadow);
	transform: translateY(12px);
	transition: transform .8s var(--np-ease), filter .8s var(--np-ease);
}

.np-about-hero__image img {
	object-position: 84% center;
}

.np-about-hero__visual:hover .np-about-hero__image {
	transform: translateY(2px);
	filter: saturate(1.04) contrast(1.02);
}

.np-about-hero__mark {
	position: absolute;
	left: 6%;
	top: 13%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 106px;
	height: 106px;
	background: rgba(255,255,255,.7);
	border: 1px solid rgba(255,255,255,.75);
	border-radius: 50%;
	box-shadow: 0 18px 48px rgba(37,24,22,.1);
	backdrop-filter: blur(18px);
	font-family: var(--np-font-display);
	font-size: 38px;
	font-style: italic;
	color: var(--np-accent);
}

.np-about-hero__caption {
	position: absolute;
	left: 5%;
	bottom: 22%;
	display: inline-flex;
	padding: 13px 18px;
	background: var(--np-accent);
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(224,47,103,.22);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	color: #fff;
}

.np-about-shape {
	position: absolute;
	pointer-events: none;
	animation: npAboutFloat 8s var(--np-ease) infinite alternate;
}

.np-about-shape--hero-a {
	left: 4%;
	bottom: 10%;
	width: 150px;
	height: 150px;
	background: var(--np-about-beige);
	border-radius: 50% 50% 8px 8px;
	opacity: .72;
}

.np-about-shape--hero-b {
	right: 43%;
	top: 14%;
	width: 116px;
	height: 116px;
	background: var(--np-about-blush);
	border-radius: 8px 80px 8px 80px;
	opacity: .78;
	animation-delay: .8s;
}

.np-about-story {
	padding: 124px 0;
	background: #fff;
}

.np-about-story__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	align-items: center;
	gap: 88px;
}

.np-about-collage {
	position: relative;
	min-height: 650px;
}

.np-about-collage::before {
	content: '';
	position: absolute;
	left: 10%;
	top: 9%;
	width: 66%;
	height: 78%;
	background: var(--np-about-beige);
	border-radius: 8px;
}

.np-about-collage__frame {
	position: absolute;
	margin: 0;
	overflow: hidden;
	border: 8px solid #fff;
	border-radius: 8px;
	box-shadow: var(--np-about-shadow);
	background: var(--np-surface);
}

.np-about-collage__frame--main {
	left: 6%;
	top: 0;
	width: 58%;
	aspect-ratio: 4 / 5;
}

.np-about-collage__frame--side {
	right: 0;
	top: 22%;
	width: 42%;
	aspect-ratio: 3 / 4;
}

.np-about-collage__frame--fabric {
	left: 0;
	bottom: 3%;
	width: 38%;
	aspect-ratio: 1;
}

.np-about-story__title,
.np-about-founders__intro h2,
.np-about-cta h2 {
	margin: 0 0 28px;
	font-size: 58px;
	font-style: italic;
	line-height: 1.04;
	color: var(--np-about-ink);
}

.np-about-story__content p,
.np-about-founders__intro p {
	max-width: 610px;
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.9;
	color: var(--np-text-soft);
}

.np-about-values {
	position: relative;
	padding: 112px 0 128px;
	background:
		linear-gradient(135deg, rgba(241,231,219,.88), rgba(255,255,255,.86) 54%, rgba(249,229,236,.72)),
		var(--np-about-cream);
	overflow: hidden;
}

.np-about-values__head {
	margin-bottom: 28px;
}

.np-about-values__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px;
	align-items: start;
}

.np-about-value-card {
	position: relative;
	min-height: 390px;
	padding: 46px;
	background: rgba(255,255,255,.68);
	border: 1px solid rgba(255,255,255,.68);
	border-radius: 8px;
	box-shadow: var(--np-about-shadow);
	backdrop-filter: blur(18px);
	overflow: hidden;
}

.np-about-value-card::after {
	content: '';
	position: absolute;
	right: -72px;
	bottom: -72px;
	width: 190px;
	aspect-ratio: 1;
	border: 1px solid rgba(224, 47, 103, .18);
	border-radius: 50%;
}

.np-about-value-card--mission {
	margin-top: 78px;
	background: rgba(17,17,17,.88);
	border-color: rgba(255,255,255,.14);
	color: #fff;
}

.np-about-value-card__number {
	display: block;
	margin-bottom: 38px;
	font-family: var(--np-font-display);
	font-size: 58px;
	font-style: italic;
	line-height: 1;
	color: rgba(224,47,103,.42);
}

.np-about-value-card__icon {
	position: absolute;
	right: 40px;
	top: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(224,47,103,.22);
	border-radius: 50%;
	color: var(--np-accent);
}

.np-about-value-card__icon .np-icon {
	width: 22px;
	height: 22px;
}

.np-about-value-card h3 {
	margin: 0 0 16px;
	font-size: 42px;
	font-style: italic;
	line-height: 1;
}

.np-about-value-card p {
	max-width: 520px;
	margin: 0;
	font-size: 15px;
	line-height: 1.9;
	color: var(--np-text-soft);
}

.np-about-value-card--mission p {
	color: rgba(255,255,255,.78);
}

.np-about-shape--values-a {
	left: -34px;
	top: 70px;
	width: 170px;
	height: 170px;
	border: 1px solid rgba(224,47,103,.18);
	border-radius: 50%;
}

.np-about-shape--values-b {
	right: 6%;
	bottom: 82px;
	width: 122px;
	height: 122px;
	background: rgba(224,47,103,.12);
	border-radius: 50% 50% 8px 8px;
	animation-delay: .7s;
}

.np-about-philosophy {
	position: relative;
	padding: 122px 0;
	background: var(--np-about-ink);
	color: #fff;
	overflow: hidden;
}

.np-about-philosophy__type {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	font-family: var(--np-font-display);
	font-size: 88px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	color: rgba(255,255,255,.055);
}

.np-about-philosophy__quote {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 0 auto;
	font-size: 56px;
	font-style: italic;
	line-height: 1.16;
	text-align: center;
}

.np-about-philosophy__quote span {
	color: var(--np-accent);
}

.np-about-founders {
	position: relative;
	padding: 122px 0 148px;
	background: #fff;
	overflow: hidden;
}

.np-about-founders__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
	gap: 76px;
	align-items: start;
}

.np-about-founders__cards {
	display: grid;
	gap: 24px;
}

.np-founder-card {
	position: relative;
	padding: 42px 44px 40px;
	background: linear-gradient(135deg, #fff, rgba(251,248,243,.94));
	border: 1px solid var(--np-line);
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(37, 24, 22, .08);
	overflow: hidden;
	transition: transform .35s var(--np-ease), box-shadow .35s var(--np-ease), border-color .35s var(--np-ease);
}

.np-founder-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 32px;
	bottom: 32px;
	width: 3px;
	background: var(--np-accent);
}

.np-founder-card:hover {
	transform: translateY(-5px);
	border-color: rgba(224,47,103,.22);
	box-shadow: 0 24px 70px rgba(37, 24, 22, .12);
}

.np-founder-card__quote {
	position: absolute;
	right: 28px;
	top: 14px;
	font-family: var(--np-font-display);
	font-size: 120px;
	font-style: italic;
	line-height: 1;
	color: rgba(224,47,103,.09);
}

.np-founder-card__label {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--np-accent);
}

.np-founder-card h3 {
	position: relative;
	margin: 0 0 14px;
	font-size: 38px;
	font-style: italic;
	line-height: 1.08;
	color: var(--np-about-ink);
}

.np-founder-card p {
	position: relative;
	max-width: 610px;
	margin: 0;
	font-size: 15px;
	line-height: 1.85;
	color: var(--np-text-soft);
}

.np-about-founders__type {
	position: absolute;
	left: 50%;
	bottom: 22px;
	width: 100%;
	transform: translateX(-50%);
	font-family: var(--np-font-display);
	font-size: 78px;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	color: rgba(17,17,17,.045);
}

.np-about-cta {
	position: relative;
	padding: 128px 0;
	background:
		linear-gradient(135deg, rgba(241,231,219,.92), rgba(255,255,255,.9) 48%, rgba(249,229,236,.78)),
		var(--np-about-beige);
	text-align: center;
	overflow: hidden;
}

.np-about-cta__inner {
	position: relative;
	z-index: 2;
}

.np-about-cta .np-about__eyebrow::before {
	display: none;
}

.np-about-cta h2 {
	margin-left: auto;
	margin-right: auto;
	font-size: 72px;
}

.np-about-shape--cta-a {
	left: 9%;
	top: 28%;
	width: 138px;
	height: 138px;
	background: rgba(255,255,255,.5);
	border: 1px solid rgba(255,255,255,.78);
	border-radius: 50%;
	box-shadow: 0 16px 40px rgba(37,24,22,.08);
}

.np-about-shape--cta-b {
	right: 10%;
	bottom: 18%;
	width: 150px;
	height: 150px;
	background: rgba(224,47,103,.1);
	border-radius: 80px 8px 80px 8px;
	animation-delay: .6s;
}

.np-about [data-np-reveal] {
	animation: npAboutFadeUp .85s var(--np-ease) both;
}

.np-about [data-np-reveal]:nth-child(2) {
	animation-delay: .12s;
}

@keyframes npAboutFadeUp {
	from {
		opacity: 0;
		transform: translateY(26px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes npAboutFloat {
	from { transform: translate3d(0, 0, 0) rotate(0deg); }
	to { transform: translate3d(12px, -16px, 0) rotate(4deg); }
}

@media (max-width: 1080px) {
	.np-about-hero__grid,
	.np-about-story__grid,
	.np-about-founders__grid {
		grid-template-columns: 1fr;
		gap: 54px;
	}

	.np-about-hero__title {
		font-size: 70px;
	}

	.np-about-hero__visual {
		min-height: 600px;
		max-width: 660px;
		margin: 0 auto;
		width: 100%;
	}

	.np-about-values__grid {
		grid-template-columns: 1fr;
	}

	.np-about-value-card--mission {
		margin-top: 0;
	}
}

@media (max-width: 760px) {
	.np-about-hero,
	.np-about-story,
	.np-about-values,
	.np-about-founders,
	.np-about-cta {
		padding-top: 78px;
		padding-bottom: 78px;
	}

	.np-about-hero__grid,
	.np-about-story__grid,
	.np-about-founders__grid {
		gap: 38px;
	}

	.np-about-hero__title {
		font-size: 54px;
	}

	.np-about-story__title,
	.np-about-founders__intro h2,
	.np-about-cta h2 {
		font-size: 44px;
	}

	.np-about-hero__text,
	.np-about-story__content p,
	.np-about-founders__intro p {
		font-size: 15px;
		line-height: 1.8;
	}

	.np-about-hero__visual {
		min-height: 500px;
	}

	.np-about-hero__image {
		width: 82%;
	}

	.np-about-hero__mark {
		width: 78px;
		height: 78px;
		font-size: 28px;
	}

	.np-about-hero__caption {
		left: 0;
		bottom: 18%;
		font-size: 11px;
	}

	.np-about-collage {
		min-height: 520px;
	}

	.np-about-value-card {
		min-height: auto;
		padding: 34px 28px;
	}

	.np-about-value-card__number {
		margin-bottom: 28px;
		font-size: 46px;
	}

	.np-about-value-card__icon {
		right: 28px;
		top: 34px;
	}

	.np-about-value-card h3,
	.np-founder-card h3 {
		font-size: 32px;
	}

	.np-about-philosophy {
		padding: 86px 0;
	}

	.np-about-philosophy__quote {
		font-size: 38px;
	}

	.np-about-philosophy__type,
	.np-about-founders__type {
		font-size: 52px;
	}

	.np-founder-card {
		padding: 34px 28px 32px;
	}

	.np-about-cta h2 {
		font-size: 52px;
	}
}

@media (max-width: 520px) {
	.np-about-hero__title {
		font-size: 44px;
	}

	.np-about-story__title,
	.np-about-founders__intro h2,
	.np-about-cta h2 {
		font-size: 38px;
	}

	.np-about__eyebrow::before {
		width: 28px;
	}

	.np-about-hero__visual {
		min-height: 430px;
	}

	.np-about-hero__arch {
		inset: 24px 18px 48px auto;
	}

	.np-about-hero__caption {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: 382px;
	}

	.np-about-collage {
		min-height: 460px;
	}

	.np-about-collage__frame {
		border-width: 5px;
	}

	.np-about-collage__frame--main {
		left: 0;
		width: 64%;
	}

	.np-about-collage__frame--side {
		width: 46%;
	}

	.np-about-collage__frame--fabric {
		width: 42%;
	}

	.np-about-value-card__icon {
		position: static;
		margin-bottom: 22px;
	}

	.np-about-value-card__number {
		margin-bottom: 18px;
	}

	.np-about-philosophy__quote {
		font-size: 32px;
	}

	.np-about-founders__type {
		bottom: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.np-about *,
	.np-about *::before,
	.np-about *::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
	}
}