/**
 * NOWN Paper landing — Paper frame C9-0 → HTML (localized assets).
 */

html.lenis {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.nown-landing {
	--font-sans: "Geist", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	--font-serif: "Libre Baskerville", Georgia, "Times New Roman", serif;
	--color-ink: #0b0b0b;
	--color-muted: #424242;
	--color-line: #c0c0c0;
	--page-pad: clamp(16px, 4vw, 40px);
	font-family: var(--font-sans);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	overflow-x: clip;
	overflow-x: hidden;
}

.nown-landing * {
	box-sizing: border-box;
}

.nown-shell {
	margin: 0;
	padding: 0;
	background: #fff;
	color: var(--color-ink);
	overflow-x: clip;
	overflow-x: hidden;
	width: 100%;
	scroll-padding-top: 80px;
}

@supports (-webkit-touch-callout: none) {
	.nown-hero__bg,
	.nown-hero__bg picture,
	.nown-data__bg {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
}

.nown-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: clamp(12px, 2.5vw, 24px) var(--page-pad);
	column-gap: clamp(12px, 3vw, 24px);
	box-sizing: border-box;
	background-color: transparent;
	transition:
		background-color 0.28s ease,
		box-shadow 0.28s ease;
}

.nown-nav.is-scrolled {
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(11, 11, 11, 0.08);
}

.nown-nav__logo svg {
	display: block;
	height: 20px;
	width: auto;
}

.nown-nav__logo svg path {
	transition: fill 0.28s ease;
}

.nown-nav.is-scrolled .nown-nav__logo svg path {
	fill: var(--color-ink);
}

.nown-nav__cta {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.25;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.28s ease;
}

.nown-nav.is-scrolled .nown-nav__cta {
	color: var(--color-ink);
}

.nown-nav__cta:hover,
.nown-nav__cta:focus-visible {
	opacity: 0.88;
}

@media (prefers-reduced-motion: reduce) {
	.nown-nav,
	.nown-nav__logo svg path,
	.nown-nav__cta {
		transition-duration: 0.01ms;
	}
}

.nown-hero {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: max(clamp(420px, 88vh, 900px), 100vh);
	min-height: max(clamp(420px, 88vh, 900px), 100dvh);
	overflow: hidden;
	box-sizing: border-box;
}

/* Overscan untuk parallax (GSAP yPercent); tepi tidak kelihatan saat bergeser */
.nown-hero__bg {
	position: absolute;
	left: 0;
	right: 0;
	top: -9%;
	width: 100%;
	height: 118%;
	min-height: 118%;
	overflow: hidden;
	will-change: transform;
}

.nown-hero__bg picture {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.nown-hero__bg img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

/* Paper 7GO-0: 644×386, left 772 top 458 on 1440×900 → ~24px from right, ~56px from bottom */
.nown-hero__vignette {
	position: absolute;
	right: clamp(12px, 1.667vw, 24px);
	bottom: clamp(16px, 6.22vh, 72px);
	width: min(644px, 44.722vw);
	max-width: calc(100% - var(--page-pad) * 2);
	aspect-ratio: 644 / 386;
	height: auto;
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 1;
}

/* Paper 80Y-0: satu frame — arrow (7GQ-0) + paragraf tengah (7VR-0); tidak dipisahkan */
.nown-hero__mid-with-arrow {
	position: absolute;
	left: clamp(16px, calc(263 / 1440 * 100vw), 263px);
	top: calc(342 * 100% / 900);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 17px;
	width: min(595px, calc(100% - var(--page-pad) - clamp(16px, calc(263 / 1440 * 100vw), 263px)));
	box-sizing: border-box;
	z-index: 1;
	transform-origin: left center;
}

@media (prefers-reduced-motion: no-preference) {
	.nown-hero__mid-with-arrow[data-reveal] {
		clip-path: inset(0 100% 0 0);
		animation: nown-hero-mid-reveal 2.15s cubic-bezier(0.22, 1, 0.36, 1) 0.25s forwards;
		will-change: clip-path;
	}
}

@keyframes nown-hero-mid-reveal {
	from {
		clip-path: inset(0 100% 0 0);
		opacity: 0.35;
	}

	to {
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}

.nown-hero__mid-with-arrow .nown-hero__arrow {
	position: relative;
	flex-shrink: 0;
	margin-top: 20px;
	line-height: 0;
}

.nown-hero__mid-with-arrow .nown-hero__arrow svg {
	display: block;
	width: 145px;
	max-width: min(145px, 28vw);
	height: auto;
}

.nown-hero__mid-with-arrow .nown-hero__copy--mid {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	left: auto;
	right: auto;
	top: auto;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: -0.01em;
}

.nown-hero__mid-with-arrow .nown-hero__copy--mid p {
	margin: 0;
	white-space: pre-line;
}

/* Paper 7GP-0: bullets saja (tanpa arrow), terpisah dari frame tengah */
.nown-hero__copy--bl {
	position: absolute;
	left: clamp(16px, calc(88 / 1440 * 100vw), 88px);
	top: calc(728 * 100% / 900);
	margin: 0;
	max-width: min(182px, calc(100% - var(--page-pad) - clamp(16px, calc(88 / 1440 * 100vw), 88px)));
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	white-space: pre-line;
	letter-spacing: -0.01em;
	z-index: 1;
}

.nown-hero__copy--bl.is-typing::after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 0.9em;
	margin-left: 1px;
	vertical-align: text-bottom;
	background-color: currentColor;
	animation: nown-hero-typing-caret 0.75s step-end infinite;
}

@keyframes nown-hero-typing-caret {
	50% {
		opacity: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nown-hero__copy--bl.is-typing::after {
		display: none;
		animation: none;
	}
}

.nown-section {
	width: 100%;
	padding: 24px var(--page-pad) clamp(4rem, 12vw, 200px);
	box-sizing: border-box;
}

/* Paper 7RG-0: full width, padding 24, column gap 128 */
.nown-section.nown-intro {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: none;
	padding: 24px;
	background: #fff;
	box-sizing: border-box;
}

.nown-intro__inner {
	display: flex;
	flex-direction: column;
	gap: 128px;
	align-items: stretch;
	width: 100%;
	max-width: 1392px;
	margin-inline: auto;
	box-sizing: border-box;
}

.nown-intro__top {
	display: flex;
	width: 100%;
	max-width: 100%;
	align-self: stretch;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0;
	flex-wrap: nowrap;
	box-sizing: border-box;
}

.nown-intro__logo {
	flex: 0 0 auto;
	margin-right: 0;
}

.nown-intro__logo svg {
	display: block;
	width: min(112px, 26vw);
	height: auto;
}

.nown-intro__copy {
	display: flex;
	flex-direction: column;
	gap: clamp(28px, 14vw, 296px);
	flex: 0 0 auto;
	min-width: 0;
	max-width: min(494px, 100%);
	width: auto;
	margin-left: auto;
}

.nown-intro__lede-stack {
	display: flex;
	flex-direction: column;
	gap: 1.25em;
	min-width: 0;
}

.nown-intro__headline {
	margin: 0;
	color: var(--color-ink);
	font-size: clamp(28px, 3.5vw, 40px);
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

.nown-intro__lede {
	margin: 0;
	color: var(--color-ink);
	font-size: clamp(14px, 2.6vw, 15.75px);
	letter-spacing: -0.01em;
	line-height: 1.25;
}

.nown-intro__featured {
	display: flex;
	flex-direction: column;
	gap: clamp(24px, 3vw, 40px);
	width: 100%;
}

.nown-intro__label {
	margin: 0;
	font-family: var(--font-serif);
	font-size: 14px;
	font-style: italic;
	letter-spacing: -0.01em;
	line-height: 1.25;
	text-align: center;
	color: var(--color-ink);
}

.nown-intro__products {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

/* Frame tetap (in-flow spacer); gambar di .nown-intro__shot-media ter-clip & zoom di dalam */
.nown-intro__shot {
	position: relative;
	display: block;
	width: 100%;
	flex: 1 1 280px;
	overflow: hidden;
	flex-shrink: 0;
	cursor: default;
}

.nown-intro__shot::before {
	content: '';
	display: block;
	width: 100%;
	aspect-ratio: 367 / 396;
}

.nown-intro__shot--gray {
	background-color: #f3f3f3;
}

.nown-intro__shot-media {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transform: scale(1);
	transform-origin: center center;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.nown-intro__shot-media--product {
	inset: auto;
	left: 50%;
	top: clamp(36px, 10vw, 69px);
	width: min(171px, 46%);
	height: auto;
	min-height: clamp(160px, 48vw, 295px);
	aspect-ratio: 171 / 295;
	transform: translate3d(-50%, 0, 0) scale(1);
	transform-origin: center center;
}

@media (prefers-reduced-motion: no-preference) {
	.nown-intro__shot:hover .nown-intro__shot-media:not(.nown-intro__shot-media--product) {
		transform: scale(1.06);
	}

	.nown-intro__shot--gray:hover .nown-intro__shot-media--product {
		transform: translate3d(-50%, 0, 0) scale(1.06);
	}
}

.nown-intro__product-copy {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	text-align: center;
}

.nown-intro__product-title {
	margin: 0;
	font-size: clamp(14px, 2vw, 20px);
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.25;
	color: var(--color-ink);
}

.nown-intro__product-desc {
	margin: 0;
	max-width: 663px;
	font-size: clamp(13px, 2.4vw, 15.75px);
	letter-spacing: -0.01em;
	line-height: 1.25;
	color: var(--color-muted);
}

.nown-trio {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
}

.nown-trio__col {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.nown-trio__col:nth-child(1) {
	flex: 3 1 0;
}

.nown-trio__col:nth-child(2) {
	flex: 6 1 0;
}

.nown-trio__col:nth-child(3) {
	flex: 11 1 0;
}

.nown-trio__label {
	margin: 0;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.25;
	color: var(--color-ink);
	text-transform: uppercase;
}

.nown-trio__img {
	width: 100%;
	background-size: cover;
	background-position: 50%;
}

/* Lazy backgrounds: placeholder until Intersection Observer loads WebP/PNG */
.nown-lazy-bg:not(.is-nown-bg-loaded) {
	background-color: #e8e8e8;
}

.nown-trio__img.nown-lazy-bg,
.nown-ingredient__bg.nown-lazy-bg,
.nown-data__bg.nown-lazy-bg {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.nown-intro__shot--gray .nown-intro__shot-media.nown-lazy-bg:not(.is-nown-bg-loaded) {
	background-color: transparent;
}

.nown-trio__img--sm {
	height: auto;
	min-height: clamp(180px, 48vw, 284px);
	aspect-ratio: 196 / 284;
}

.nown-trio__img--md {
	height: auto;
	min-height: clamp(240px, 85vw, 673px);
	aspect-ratio: 467 / 673;
}

.nown-trio__img--lg {
	height: auto;
	min-height: clamp(220px, 55vw, 400px);
	aspect-ratio: 713 / 403;
}

@media (min-width: 721px) {
	.nown-intro__shot {
		flex: 0 0 367px;
		width: 367px;
		height: 396px;
	}

	.nown-intro__shot::before {
		display: none;
	}
}

/* Paper 7KA-0: padding 24 114 24 24, gap 64, justifyContent space-between */
.nown-data {
	position: relative;
	z-index: 3;
	isolation: isolate;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 24px clamp(24px, 8vw, 114px) 64px 24px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 64px;
	flex-wrap: wrap;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}

/* Foto (parallax) di bawah; gradient 7KA-0 di atas foto, di bawah konten */
.nown-data__bg {
	position: absolute;
	left: 0;
	right: 0;
	top: -9%;
	width: 100%;
	height: 118%;
	min-height: 118%;
	z-index: 0;
	background-image: var(--data-bg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	will-change: transform;
	pointer-events: none;
}

.nown-data::after {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		rgba(40, 48, 58, 0.4) 45.46%,
		rgba(255, 255, 255, 0) 73.15%
	);
}

@supports (background: linear-gradient(in oklab, red, blue)) {
	.nown-data::after {
		background: linear-gradient(
			90deg,
			oklab(41.3% -0.027 -0.045 / 40%) 45.46%,
			oklab(100% 0 0 / 0%) 73.15%
		);
	}
}

.nown-data__grid,
.nown-data__story {
	position: relative;
	z-index: 2;
}

/* Paper 7R3-0: flex row, gap 24, alignItems center — NO wrap; two 276px columns */
.nown-data__grid {
	display: flex;
	flex-wrap: nowrap;
	gap: 24px;
	align-items: stretch;
	flex-shrink: 0;
}

/* Paper 7R4-0 / 7R5-0: flex column, gap 24, width 276px fixed */
.nown-data__stack {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 276px;
	flex-shrink: 0;
}

.nown-data__stack:last-child > .nown-card:last-child {
	flex: 1;
}

.nown-card:has(.nown-pollution) .nown-pollution {
	flex: 1;
}

/* Paper 7NQ-0 / 7PY-0 / 7P1-0 / 7OC-0: gap 13, padding 16 */
.nown-card {
	border-radius: 4px;
	outline: 1px solid rgba(255, 255, 255, 0.3);
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 13px;
	color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.nown-card__title {
	margin: 0;
	font-size: 24px;
	letter-spacing: -0.01em;
	line-height: 1.25;
	color: #FFFFFF;
}

.nown-card__footnote {
	margin: 0;
	font-family: var(--font-serif);
	font-size: 11px;
	font-style: italic;
	text-align: center;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

/* Pixel-exact graph container matching Paper 7Q0-0 / 7P3-0 (244×313, position:relative) */
.nown-graph {
	position: relative;
	width: 244px;
	height: 313px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex-shrink: 0;
	overflow: hidden;
}

.nown-graph__row {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
}

.nown-graph__label {
	font-size: 11px;
	font-weight: 300;
	letter-spacing: -0.01em;
	line-height: 1.25;
	color: #fff;
	min-width: 32px;
}

.nown-graph__rule {
	align-self: stretch;
	height: 1px;
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.3);
}

/* Vertical bars (Pencerahan chart) — absolute, pixel-exact from Paper */
.nown-graph__bar {
	position: absolute;
	width: 8px;
	border-radius: 100px;
}

.nown-graph[data-graph-animate] .nown-graph__bar {
	transform: scaleY(0);
	transform-origin: bottom center;
	transition: transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: var(--graph-delay, 0s);
	will-change: transform;
}

.nown-graph[data-graph-animate].is-animated .nown-graph__bar {
	transform: scaleY(1);
}

.nown-graph[data-graph-animate] .nown-graph__dot,
[data-pollution-animate] .nown-graph__dot {
	transform: scale(0);
	opacity: 0;
	transition:
		transform 1.6s cubic-bezier(0.16, 1, 0.3, 1),
		opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: var(--graph-delay, 0s);
	will-change: transform, opacity;
}

.nown-graph[data-graph-animate].is-animated .nown-graph__dot,
[data-pollution-animate].is-animated .nown-graph__dot {
	transform: scale(1);
	opacity: 1;
}

.nown-graph[data-graph-animate] .nown-graph__note {
	opacity: 0;
	transform: translateY(10px);
	transition:
		opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1),
		transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: 1.15s;
}

.nown-graph[data-graph-animate].is-animated .nown-graph__note {
	opacity: 1;
	transform: translateY(0);
}

[data-pollution-animate] .nown-graph__note {
	opacity: 0;
	transform: translateY(8px);
	transition:
		opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1),
		transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: calc(var(--graph-delay, 0s) + 0.12s);
}

[data-pollution-animate].is-animated .nown-graph__note {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.nown-graph[data-graph-animate] .nown-graph__bar,
	.nown-graph[data-graph-animate] .nown-graph__dot,
	[data-pollution-animate] .nown-graph__dot {
		transform: none;
		opacity: 1;
		transition: none;
	}

	.nown-graph[data-graph-animate] .nown-graph__note,
	[data-pollution-animate] .nown-graph__note {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* Scatter dots (Humidity chart) — absolute, pixel-exact from Paper */
.nown-graph__dot {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 100px;
}

/* Text annotations (Humidity chart) — absolute, pixel-exact from Paper */
.nown-graph__note {
	position: absolute;
	font-family: var(--font-serif);
	font-size: 11px;
	font-style: italic;
	letter-spacing: -0.01em;
	line-height: 1.25;
	white-space: nowrap;
	margin: 0;
}

/* Axis labels below graph — Paper 7QQ-0: paddingLeft 32, gap 13 */
.nown-graph__axis {
	display: flex;
	gap: 13px;
	padding-left: 32px;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: -0.01em;
	color: #fff;
	align-self: stretch;
}

.nown-graph__axis span {
	flex: 1;
	text-align: center;
}

/* Legend row — Paper 7QW-0: space-between, gap 13 */
.nown-graph__legend {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 13px;
	align-self: stretch;
}

.nown-uv {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	flex: 1;
}

.nown-uv__col {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 4px;
	flex: 1;
	overflow: hidden;
}

.nown-uv__bar {
	border-radius: 4px;
	align-self: stretch;
	flex-shrink: 0;
	transform: scaleY(0);
	transform-origin: bottom center;
	transition: transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: var(--uv-delay, 0s);
	will-change: transform;
}

.nown-uv.is-animated .nown-uv__bar {
	transform: scaleY(1);
}

@media (prefers-reduced-motion: reduce) {
	.nown-uv__bar {
		transform: none;
		transition: none;
	}
}

.nown-uv__bar--full {
	height: 164px;
	background: #fff;
}

.nown-uv__bar--mid {
	height: 82px;
	background: #d6e3ff;
}

.nown-uv__bar--low {
	height: 41px;
	background: rgba(214, 227, 255, 0.5);
}

.nown-mono {
	font-size: 14px;
	text-align: center;
	letter-spacing: -0.01em;
	margin: 0;
}

.nown-mono--sm {
	margin: 0;
	font-family: var(--font-serif);
	font-size: 10px;
	font-style: italic;
	text-align: center;
	line-height: 1.25;
}

.nown-chart {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 4px;
	height: 313px;
	width: 100%;
	color: #fff;
}

.nown-chart__row {
	display: flex;
	align-items: center;
	flex: 1;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: -0.01em;
}

.nown-chart__rule {
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	flex-shrink: 0;
}

.nown-chart__dotline {
	position: absolute;
	border-radius: 100px;
	width: 8px;
	background: #fff;
}

.nown-chart__dotline--blue {
	background: #d6e3ff;
}

.nown-chart__axis {
	display: flex;
	gap: 13px;
	padding-left: 32px;
	font-size: 11px;
	font-weight: 300;
	justify-content: stretch;
	color: #fff;
}

.nown-chart__axis span {
	flex: 1;
	text-align: center;
}

.nown-chart__legend {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 13px;
	margin-top: 4px;
}

.nown-pill-legend {
	display: flex;
	align-items: center;
	gap: 4px;
	font-family: var(--font-serif);
	font-size: 11px;
	font-style: italic;
	line-height: 1.25;
}

.nown-pill-legend__dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	flex-shrink: 0;
}

/* Paper 7OF-0 / 7OL-0 / 7OT-0: fixed heights, position:relative, flex row, gap 12, alignItems center */
.nown-pollution-row {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
	flex-shrink: 0;
	color: #fff;
	overflow: visible;
}

.nown-pollution-row[data-pollution-row="2"] {
	flex: 1;
	min-height: 88px;
}

.nown-pollution-row__bar {
	width: 3px;
	border-radius: 4px;
	background: #fff;
	flex-shrink: 0;
	align-self: stretch;
}

.nown-pollution-row__text {
	flex: 1;
	font-size: 11px;
	font-weight: 300;
	line-height: 1.25;
	white-space: pre-line;
	margin: 0;
}

/* Paper 7OX-0: paddingLeft 56, gap 13 */
.nown-pollution__axis {
	display: flex;
	gap: 13px;
	padding-left: 56px;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: -0.01em;
	color: #fff;
	align-self: stretch;
}

.nown-pollution__axis span {
	flex: 1;
	text-align: center;
}

/* Paper 7RA-0: width 600px, flex-shrink 0, flex-direction column, gap 32 */
.nown-data__story {
	width: 600px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	text-align: left;
}

.nown-data__story h2 {
	margin: 0;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.25;
	color: #fff;
}

.nown-data__story p {
	margin: 0;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #fff;
}

.nown-ingredients {
	position: relative;
	z-index: 4;
	padding: 40px 24px clamp(4rem, 12vw, 200px);
	box-sizing: border-box;
	width: 100%;
	background: #fff;
}

.nown-ingredients__stack {
	position: relative;
	width: 100%;
	max-width: 1392px;
	margin-inline: auto;
}

/* Paper 81D-0: title aligns with ingredient visual column (col 2 of 789 + 24 + 579) */
.nown-ingredients__head {
	display: grid;
	grid-template-columns: minmax(0, 789px) minmax(0, 579px);
	column-gap: 24px;
	align-items: end;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 16px;
}

.nown-ingredients__title {
	grid-column: 2;
	margin: 0;
	max-width: 579px;
	font-family: var(--font-serif);
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: -0.01em;
	line-height: 1.25;
	color: var(--color-ink);
}

.nown-ingredient[data-scroll-overlap] {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.nown-ingredients__stack > .nown-ingredient:nth-child(2) {
	z-index: 1;
}

.nown-ingredients__stack > .nown-ingredient:nth-child(3) {
	z-index: 2;
}

.nown-ingredients__stack > .nown-ingredient:nth-child(4) {
	z-index: 3;
}

.nown-ingredients__stack > .nown-ingredient:nth-child(5) {
	z-index: 4;
}

.nown-ingredients__stack > .nown-ingredient:nth-child(6) {
	z-index: 5;
}

/* Paper 7WC-0 row: height 371, gap 24; image rectangle 579×370 (7WJ-0) */
.nown-ingredient {
	display: grid;
	grid-template-columns: minmax(0, 789px) minmax(0, 579px);
	column-gap: 24px;
	row-gap: 0;
	align-items: stretch;
	min-height: 371px;
	box-sizing: border-box;
	border-top: 1px solid var(--color-line);
}

.nown-ingredient__text {
	display: grid;
	grid-template-columns: minmax(0, 331px) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	min-width: 0;
	padding-block: 16px;
	box-sizing: border-box;
}

.nown-ingredient__title {
	margin: 0;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.25;
	color: var(--color-ink);
}

.nown-ingredient__body {
	margin: 0;
	font-size: 12px;
	letter-spacing: -0.01em;
	line-height: 1.25;
	color: var(--color-muted);
}

.nown-ingredient__visual {
	position: relative;
	overflow: hidden;
	justify-self: stretch;
	align-self: stretch;
	width: 100%;
	aspect-ratio: 579 / 370;
	max-height: 370px;
	height: auto;
	flex-shrink: 0;
	background-color: #f6f6f6;
}

.nown-ingredient__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #f6f6f6;
	pointer-events: none;
}

/* Paper 7UP-0: bg #0B0B0B, padding 128 top/bottom 24 sides; ShaderLiquidMetal hidden */
.nown-footer {
	position: relative;
	background: #0b0b0b;
	overflow: hidden;
	padding: 128px 24px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

/* Paper 7VB-0: flex row, alignItems center, gap 128, justify space-between, paddingInline 128, width 1392 context */
.nown-footer__inner {
	position: relative;
	z-index: 1;
	max-width: 1392px;
	margin-inline: auto;
	box-sizing: border-box;
	padding-inline: 128px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 128px;
}

@media (prefers-reduced-motion: no-preference) {
	.nown-footer__inner[data-scramble-reveal].is-scramble-revealed {
		animation: nown-footer-reveal 1.85s cubic-bezier(0.22, 1, 0.36, 1) both;
	}
}

@keyframes nown-footer-reveal {
	from {
		opacity: 0.35;
		transform: translateX(-12px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* Paper 7VC-0 / 7VA-0 */
.nown-footer__coords,
.nown-footer__region {
	flex-shrink: 0;
	width: 134px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.25;
	margin: 0;
}

.nown-footer__region {
	text-align: right;
}

.nown-footer__coords {
	text-align: left;
	white-space: pre-wrap;
}

/* Paper 7UQ-0: column, alignItems center, gap 40, width 323 */
.nown-footer__center {
	flex-shrink: 0;
	width: 323px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	text-align: center;
	color: #ffffff;
}

.nown-footer__tagline {
	margin: 0;
	width: 100%;
	font-family: var(--font-serif);
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #ffffff;
	white-space: pre-wrap;
}

.nown-footer__manifesto {
	margin: 0;
	width: 100%;
	font-family: var(--font-sans);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #ffffff;
	white-space: pre-wrap;
}

/* Paper 7W1-0: SVG 46×15 */
.nown-footer__mark {
	flex-shrink: 0;
	line-height: 0;
}

.nown-footer__mark svg {
	display: block;
	width: 46px;
	height: auto;
}

@media (max-width: 900px) {
	.nown-data {
		align-items: flex-end;
		padding-bottom: 64px;
		overflow: hidden;
		min-height: auto;
	}

	.nown-data::after {
		background: linear-gradient(
			165deg,
			rgba(40, 48, 58, 0.55) 0%,
			rgba(40, 48, 58, 0.35) 45%,
			rgba(255, 255, 255, 0) 85%
		);
	}

	.nown-data__grid {
		width: 100%;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.nown-card {
		width: clamp(200px, 44vw, 276px);
	}

	.nown-data__story {
		width: 100%;
		align-items: center;
		gap: 16px;
		text-align: center;
	}
}

@media (max-width: 991px) {
	.nown-ingredients__stack {
		display: flex;
		flex-direction: column;
		gap: 24px;
		overflow: hidden;
		padding-bottom: clamp(4rem, 18vh, 8rem);
	}

	.nown-ingredient[data-scroll-overlap] {
		overflow: hidden;
		background-color: #fff;
	}
}

@media (max-width: 720px) {
	.nown-nav {
		padding: 12px var(--page-pad);
	}

	.nown-nav__logo svg {
		height: clamp(16px, 4.5vw, 20px);
		width: auto;
	}

	.nown-hero {
		min-height: max(min(88vh, 720px), 100vh);
		min-height: max(min(88vh, 720px), 100dvh);
	}

	.nown-hero__bg img {
		object-position: center center;
	}

	.nown-hero__mid-with-arrow,
	.nown-hero__vignette {
		display: none;
	}

	.nown-hero__copy--bl {
		left: var(--page-pad);
		top: auto;
		bottom: clamp(48px, 10vw, 72px);
		max-width: min(182px, calc(100% - var(--page-pad) * 2));
	}

	.nown-ingredients {
		padding-left: 16px;
		padding-right: 16px;
	}

	.nown-ingredients {
		padding-top: 24px;
	}

	.nown-ingredients__head {
		grid-template-columns: 1fr;
		margin-bottom: 12px;
	}

	.nown-ingredients__title {
		grid-column: 1;
		max-width: none;
	}

	.nown-ingredients__stack {
		gap: 24px;
	}

	.nown-ingredients__stack > .nown-ingredient {
		margin-bottom: 0;
	}

	.nown-ingredient {
		grid-template-columns: 1fr;
		gap: 40px;
		min-height: auto;
		border-top: none;
	}

	.nown-ingredient__visual {
		justify-self: stretch;
		max-width: none;
		max-height: none;
		aspect-ratio: 579 / 370;
		min-height: 220px;
		height: auto;
	}

	.nown-ingredient__text {
		grid-template-columns: 1fr;
		gap: 16px;
		padding-block: 0;
	}

	.nown-intro__top {
		flex-direction: column;
		align-items: center;
		text-align: center;
		flex-wrap: wrap;
		gap: 48px;
	}

	.nown-intro__logo svg {
		width: min(56px, 13vw);
	}

	.nown-intro__inner {
		gap: 48px;
	}

	.nown-intro__copy {
		flex: 1 1 100%;
		width: 100%;
		max-width: none;
		margin-left: 0;
		align-items: center;
		text-align: center;
		gap: 36px;
	}

	.nown-intro__products {
		flex-direction: column;
		align-items: center;
	}

	.nown-intro__shot {
		flex: none;
		width: 100%;
	}

	.nown-trio {
		flex-direction: column;
	}

	.nown-trio__col {
		width: 100%;
		flex: none;
	}

	.nown-data {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-end;
		gap: 32px;
		overflow: hidden;
		min-height: auto;
	}

	.nown-data__grid {
		flex-direction: column;
		align-items: center;
		align-self: center;
		justify-content: center;
		width: 100%;
	}

	.nown-data__stack {
		flex-direction: column;
		align-items: center;
		align-self: center;
		width: min(276px, 100%);
		max-width: 100%;
	}

	.nown-card {
		width: min(276px, 100%);
	}

	.nown-uv {
		flex-wrap: wrap;
		justify-content: center;
	}

	.nown-footer {
		padding: clamp(48px, 12vw, 128px) var(--page-pad);
	}

	.nown-footer__inner {
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding-inline: clamp(16px, 6vw, 48px);
		gap: 48px;
		max-width: none;
	}

	.nown-footer__coords,
	.nown-footer__region {
		width: 100%;
		max-width: 20rem;
		text-align: center;
	}

	.nown-footer__center {
		width: 100%;
		max-width: 323px;
	}

	.nown-footer__region {
		text-align: center;
	}
}

@media (max-width: 480px) {
	.nown-card__title {
		font-size: clamp(1.125rem, 5vw, 1.5rem);
	}
}

.nown-uv__labels {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	opacity: 0;
	transform: translateY(14px);
	transition:
		opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1),
		transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: var(--uv-delay, 0s);
	will-change: opacity, transform;
}

.nown-uv.is-animated .nown-uv__labels {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.nown-uv__labels {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.nown-chart-lite {
	width: 100%;
	margin-top: 4px;
}

.nown-chart-lite__bars {
	display: flex;
	align-items: flex-end;
	gap: 12px;
	height: 200px;
	margin-top: 4px;
}

.nown-chart-lite__bars span {
	flex: 1;
	display: block;
	min-height: 10px;
	border-radius: 999px;
	background: #d6e3ff;
}

.nown-chart-lite__bars span:nth-child(2n) {
	background: #fff;
}

.nown-chart-lite__legend {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
	flex-wrap: wrap;
}

.nown-legend-label {
	font-family: var(--font-serif);
	font-size: 11px;
	font-style: italic;
	color: #fff;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.nown-legend-label--muted {
	color: #d6e3ff;
}

.nown-chart-lite--tall {
	position: relative;
	min-height: 240px;
	padding-bottom: 32px;
}

.nown-chart-lite__rows {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 8px;
}

.nown-chart-lite__row {
	flex: 1;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 11px;
	font-weight: 300;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 8px;
}

.nown-chart-lite__note {
	position: absolute;
	right: 0;
	font-family: var(--font-serif);
	font-size: 11px;
	font-style: italic;
	line-height: 1.25;
	letter-spacing: -0.01em;
	margin: 0;
}

.nown-chart-lite__note--top {
	top: 48px;
	color: #d6e3ff;
}

.nown-chart-lite__note--bottom {
	bottom: 56px;
	color: #fff;
}

.nown-pollution {
	display: flex;
	flex-direction: column;
	gap: 4px;
	box-sizing: border-box;
}

.nown-pollution-rule {
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}

