/**
 * Exhale brand page.
 */
.exhale-brand-page {
	color: var(--exhale-color-primary);
	overflow: clip;
}

.exhale-brand__eyebrow {
	display: block;
	margin-bottom: 12px;
	color: var(--exhale-color-accent);
	font-size: 11px;
	font-weight: var(--exhale-font-weight-semibold);
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.exhale-brand-hero {
	padding-block: clamp(56px, 7vw, 88px);
	background: var(--exhale-color-warm-white);
}

.exhale-brand-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	gap: clamp(48px, 7vw, 96px);
	align-items: center;
}

.exhale-brand-hero__content {
	max-width: 720px;
}

.exhale-brand-hero h1 {
	margin: 0;
	font-size: clamp(44px, 6vw, 76px);
	line-height: 1.04;
	letter-spacing: -0.05em;
}

.exhale-brand-hero__content p {
	max-width: 620px;
	margin: 24px 0 0;
	color: rgb(16 42 70 / 67%);
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.7;
}

.exhale-brand-hero__visual {
	position: relative;
	min-height: clamp(380px, 39vw, 520px);
	margin: 0;
	border-radius: var(--exhale-radius-card);
	background: color-mix(in srgb, var(--exhale-color-light-gray) 58%, var(--exhale-color-warm-white));
}

.exhale-brand-hero__visual img {
	position: absolute;
	object-fit: contain;
	filter: drop-shadow(0 18px 18px rgb(9 27 45 / 10%));
}

.exhale-brand-hero__pouch {
	top: 10%;
	left: 8%;
	width: 78%;
	height: 76%;
}

.exhale-brand-hero__bottle {
	right: 13%;
	bottom: 8%;
	width: 22%;
	height: 58%;
}

.exhale-brand-principles,
.exhale-brand-system,
.exhale-brand-origin,
.exhale-brand-cta {
	padding-block: clamp(56px, 7vw, 88px);
}

.exhale-brand__section-header {
	max-width: 700px;
	margin-bottom: clamp(40px, 5vw, 64px);
}

.exhale-brand__section-header--centered {
	margin-inline: auto;
	text-align: center;
}

.exhale-brand__section-header h2,
.exhale-brand-origin h2,
.exhale-brand-cta h2 {
	margin: 0;
	font-size: clamp(32px, 4.5vw, 52px);
	line-height: 1.1;
	letter-spacing: -0.04em;
}

.exhale-brand__section-header p {
	margin: 16px 0 0;
	color: rgb(16 42 70 / 62%);
	font-size: 14px;
	line-height: 1.7;
}

.exhale-brand-principles__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.exhale-brand-principles article {
	min-width: 0;
	padding: 8px clamp(28px, 4vw, 48px);
	border-left: 1px solid rgb(16 42 70 / 12%);
}

.exhale-brand-principles article:first-child {
	padding-left: 0;
	border-left: 0;
}

.exhale-brand-principles__icon {
	display: inline-flex;
	width: 48px;
	height: 48px;
	margin-bottom: 28px;
}

.exhale-brand-principles__icon svg,
.exhale-brand-origin__mark svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.exhale-brand-principles h3 {
	margin: 0 0 12px;
	font-size: 19px;
	font-weight: var(--exhale-font-weight-semibold);
}

.exhale-brand-principles p {
	margin: 0;
	color: rgb(16 42 70 / 64%);
	font-size: 15px;
	line-height: 1.7;
}

.exhale-brand-system {
	background: color-mix(in srgb, var(--exhale-color-light-gray) 42%, var(--exhale-color-warm-white));
}

.exhale-brand-system__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(16px, 2.5vw, 28px);
}

.exhale-brand-product {
	display: block;
	min-width: 0;
	color: var(--exhale-color-primary);
	text-align: center;
	text-decoration: none;
}

.exhale-brand-product .exhale-product-media {
	aspect-ratio: 4 / 4.5;
	margin-bottom: 18px;
	border: 1px solid rgb(16 42 70 / 7%);
	background: rgb(255 255 255 / 66%);
}

.exhale-brand-product > span {
	font-size: 15px;
	font-weight: var(--exhale-font-weight-semibold);
}

.exhale-brand-product:hover > span {
	color: var(--exhale-color-accent);
}

.exhale-brand-facts {
	padding-block: 48px;
	background: var(--exhale-color-warm-white);
}

.exhale-brand-facts ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.exhale-brand-facts li {
	display: flex;
	min-width: 0;
	padding: 4px 24px;
	border-left: 1px solid rgb(16 42 70 / 12%);
	flex-direction: column;
	gap: 6px;
	text-align: center;
}

.exhale-brand-facts li:first-child {
	border-left: 0;
}

.exhale-brand-facts strong {
	font-size: 15px;
	font-weight: var(--exhale-font-weight-semibold);
}

.exhale-brand-facts span {
	color: rgb(16 42 70 / 58%);
	font-size: 11px;
}

.exhale-brand-origin {
	background: var(--exhale-color-deep);
	color: var(--exhale-color-warm-white);
}

.exhale-brand-origin__inner {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: clamp(32px, 6vw, 72px);
	align-items: center;
	max-width: 820px;
}

.exhale-brand-origin__mark {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	border: 1px solid rgb(247 247 243 / 20%);
	border-radius: 50%;
}

.exhale-brand-origin__mark svg {
	width: 56px;
	height: 56px;
}

.exhale-brand-origin .exhale-brand__eyebrow {
	color: var(--exhale-color-silver);
}

.exhale-brand-origin h2 {
	color: inherit;
}

.exhale-brand-origin p {
	margin: 16px 0 0;
	color: rgb(247 247 243 / 72%);
	font-size: 15px;
}

.exhale-brand-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: clamp(32px, 5vw, 56px);
	border-radius: var(--exhale-radius-card);
	background: color-mix(in srgb, var(--exhale-color-light-gray) 52%, var(--exhale-color-warm-white));
}

.exhale-brand-cta h2 {
	font-size: clamp(28px, 4vw, 42px);
}

.exhale-brand-cta p {
	margin: 14px 0 0;
	color: rgb(16 42 70 / 64%);
	font-size: 14px;
}

.exhale-brand-page :where(a, button):focus-visible {
	outline: 2px solid var(--exhale-color-accent);
	outline-offset: 4px;
}

@media (max-width: 1024px) {
	.exhale-brand-system__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 800px) {
	.exhale-brand-hero__layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.exhale-brand-hero__visual {
		min-height: 430px;
	}

	.exhale-brand-principles__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.exhale-brand-principles article,
	.exhale-brand-principles article:first-child {
		padding: 28px 0;
		border: 0;
		border-bottom: 1px solid rgb(16 42 70 / 12%);
	}

	.exhale-brand-principles article:first-child {
		padding-top: 0;
	}
}

@media (max-width: 600px) {
	.exhale-brand-hero,
	.exhale-brand-principles,
	.exhale-brand-system,
	.exhale-brand-origin,
	.exhale-brand-cta {
		padding-block: 64px;
	}

	.exhale-brand-hero h1 {
		font-size: clamp(40px, 12vw, 54px);
	}

	.exhale-brand-hero__visual {
		min-height: 340px;
	}

	.exhale-brand-system__grid {
		gap: 20px 12px;
	}

	.exhale-brand-product > span {
		font-size: 12px;
	}

	.exhale-brand-facts ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 0;
	}

	.exhale-brand-facts li:nth-child(odd) {
		border-left: 0;
	}

	.exhale-brand-origin__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.exhale-brand-origin__mark {
		width: 88px;
		height: 88px;
	}

	.exhale-brand-origin__mark svg {
		width: 44px;
		height: 44px;
	}

	.exhale-brand-cta__inner {
		align-items: stretch;
		flex-direction: column;
	}

	.exhale-brand-cta .exhale-button {
		width: 100%;
	}
}
