@import url('components/advantages.css');
@import url('components/certs.css');

/* =================================================================
   Pro Nas page — Hero section
   ================================================================= */

.hc-pro-nas-hero {
	padding-top: 20px;
	padding-bottom: 0;
	overflow: hidden;
}

.hc-pro-nas-hero__inner {
	display: flex;
	align-items: stretch;
	gap: 96px;
	min-height: 480px;
}

/* ---- Left: photo column ---- */

.hc-pro-nas-hero__photo-col {
	flex: 0 0 526px;
	width: 526px;
	background: #fff;
	z-index: 1;
}

.hc-pro-nas-hero__photo-card {
	position: relative;
	z-index: 1;
	height: 100%;
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
	background: rgba(var(--color-brown-rgb) / 40%);
	box-sizing: border-box;
}

.hc-pro-nas-hero__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.hc-pro-nas-hero__photo-label {
	position: absolute;
	font-family: "MissIssippi", "Stolzl", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.16em;
	color: #832E0A;
}

.hc-pro-nas-hero__photo-label--tl {
	top: 50px;
	left: 50px;
	width: 180px;
}

.hc-pro-nas-hero__photo-label--br {
	top: 390px;
	right: 47px;
	text-align: right;
}

.hc-pro-nas-hero__deco {
	position: absolute;
	pointer-events: none;
}

.hc-pro-nas-hero__deco--1 {
	left: 184px;
	top: 87px;
	width: 41px;
}

.hc-pro-nas-hero__deco--2 {
	left: 350px;
	top: 333px;
}

/* ---- Right: content column ---- */

.hc-pro-nas-hero__content {
	display: flex;
	flex-direction: column;
	gap: 31px;
	padding-top: 38px;
	flex: 1;
	min-width: 0;
}

/* Head: title group + subtitle */

.hc-pro-nas-hero__head {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.hc-pro-nas-hero__title-group {
	display: block;
}

.hc-pro-nas-hero__company {
	display: inline-block;
	font-family: "Stolzl", sans-serif;
	font-weight: 400;
	font-size: 34px;
	line-height: 41.47px;
	text-transform: lowercase;
	color: var(--color-brown);
}

.hc-pro-nas-hero__since {
	display: inline-block;
	vertical-align: middle;
	background: var(--color-brown);
	color: #fff;
	font-family: "MissIssippi", "Stolzl", sans-serif;
	font-weight: 400;
	font-size: 34px;
	line-height: 41px;
	text-transform: lowercase;
	padding: 4px 6px;
	border-radius: 3px;
	transform: rotate(-4deg);
	white-space: nowrap;
	margin-left: 10px;
	margin-top: -17px;
}

.hc-pro-nas-hero__subtitle {
	margin: 0;
	line-height: 27.65px;
	color: rgba(var(--color-brown-rgb) / 70%);
}

/* Bottom: cards + dots */

.hc-pro-nas-hero__bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	padding-bottom: 30px;
}

.hc-pro-nas-hero__cards {
	display: flex;
	gap: 20px;
	width: 100%;
}

.hc-pro-nas-hero__card {
	flex: 398;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 18px;
	padding: 30px 15px 30px 20px;
	background: rgba(var(--color-brown-rgb) / 20%);
	border-radius: 10px;
	min-height: 236px;
	letter-spacing: -0.3px;
	box-sizing: border-box;
}

.hc-pro-nas-hero__card-head {
	display: flex;
	align-items: center;
	gap: 16px;
}

.hc-pro-nas-hero__card-num {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	font-family: "Stolzl", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
	padding-top: 3px;
	color: var(--color-brown);
}

.hc-pro-nas-hero__card-title {
	margin: 0;
	font-family: "Stolzl", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 20.8px;
	color: var(--color-brown);
}

.hc-pro-nas-hero__card-body {
	display: flex;
	flex-direction: column;
}

.hc-pro-nas-hero__card-text {
	margin: 0;
	font-size: 14px;
	line-height: 21.6px;
	color: rgba(var(--color-brown-rgb) / 80%);
}

.hc-pro-nas-hero__card:hover .hc-pro-nas-hero__card-text {
	-webkit-line-clamp: unset;
	overflow: visible;
}

/* Swipe hint — hidden on desktop, shown only on mobile */

.hc-pro-nas-hero__swipe-hint {
	display: none;
}

/* Flickity cards slider */

.hc-pro-nas-hero__cards.flickity-enabled {
	display: block;
}

.hc-pro-nas-hero__cards .flickity-viewport {
	overflow: visible;
}

.hc-pro-nas-hero__cards .hc-pro-nas-hero__card {
	width: 398px;
	margin-right: 20px;
	flex: none;
}

/* Flickity page dots — match design */

.hc-pro-nas-hero__cards .flickity-page-dots {
	justify-content: center;
	bottom: -37px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.hc-pro-nas-hero__cards .flickity-page-dots .dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(var(--color-brown-rgb) / 30%);
	opacity: 1;
	margin: 0;
	transition: width 0.25s ease, border-radius 0.25s ease, background 0.25s ease;
}

.hc-pro-nas-hero__cards .flickity-page-dots .dot.is-selected {
	width: 80px;
	height: 5px;
	border-radius: 3px;
	background: var(--color-brown);
}

/* =================================================================
   Story section
   ================================================================= */

.hc-pro-nas-story {
	padding-top: 0;
	padding-bottom: 0;
}

/* Swipe hint — hidden on desktop, shown only on mobile */

.hc-pro-nas-story__swipe-hint {
	display: none;
}

/* Two-column wrapper: left = text+slider, right = static image */

.hc-pro-nas-story__inner {
	display: flex;
	align-items: stretch;
	gap: 102px;
	min-height: 593px;
}

/* Slider wraps only text+cite cells */

.hc-pro-nas-story__slider {
	position: relative;
}

.hc-pro-nas-story__slider.flickity-enabled {
	display: block;
}

.hc-pro-nas-story__slider .flickity-viewport {
	overflow: hidden;
}

.hc-pro-nas-story__slide {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

/* ---- Left: text column ---- */

.hc-pro-nas-story__text-col {
	flex: 0 0 638px;
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 99px;
}

.hc-pro-nas-story__dots {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
}

.hc-pro-nas-story__text-inner {
	display: flex;
	flex-direction: column;
	gap: 31px;
	flex: 1;
}

.hc-pro-nas-story__title {
	margin: 0;
	font-family: "MissIssippi", "Stolzl", sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0.16em;
	/* text-transform: lowercase; */
	color: var(--color-brown);
}

.hc-pro-nas-story__text {
	line-height: 28.08px;
	color: rgba(var(--color-brown-rgb) / 80%);
}

.hc-pro-nas-story__text p {
	margin: 0 0 28px;
}

.hc-pro-nas-story__text p:last-child {
	margin-bottom: 0;
}

.hc-pro-nas-story__cite {
	margin: 0;
	font-family: "Stolzl", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 15.4px;
	text-transform: capitalize;
	color: var(--color-brown);
}

/* ---- Right: image column ---- */

.hc-pro-nas-story__image-col {
	flex: 1;
	border-radius: 20px;
	background: rgba(var(--color-mint-rgb) / 40%);
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
}

.hc-pro-nas-story__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

/* Flickity page dots — fixed in dots container, not relative to slider */

.hc-pro-nas-story__dots .flickity-page-dots {
	position: static;
	width: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.hc-pro-nas-story__dots .flickity-page-dots .dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(var(--color-brown-rgb) / 30%);
	opacity: 1;
	margin: 0;
	transition: width 0.25s ease, border-radius 0.25s ease, background 0.25s ease;
}

.hc-pro-nas-story__dots .flickity-page-dots .dot.is-selected {
	width: 80px;
	height: 5px;
	border-radius: 3px;
	background: var(--color-brown);
}

/* =================================================================
   Philosophy section
   ================================================================= */

.hc-pro-nas-philosophy{
	position: relative;
	z-index: 0;
	padding-top: 90px;
	padding-bottom: 90px;
	background-image: linear-gradient(to bottom, #00000026, #00000026), url('../images/healthy-choice-extra-wide-4040x910.webp');
	background-position: 0 0, 50%;
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-attachment: scroll, fixed;
	display: block;
	overflow: clip;
}

.hc-pro-nas-philosophy__bg {
	position: sticky;
	top: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center top;
	pointer-events: none;
}

.hc-pro-nas-philosophy__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 630px;
	column-gap: 80px;
	align-items: start;
	max-height: max(1200px, 150vh);
}

.hc-pro-nas-philosophy__title {
	position: sticky;
	top: 134px;
	grid-column: 1;
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--color-brown);
}

.hc-pro-nas-philosophy__heading {
	margin: 0;
	font-family: "Stolzl", sans-serif;
	font-weight: 400;
	font-size: 44px;
	line-height: 41.47px;
	color: inherit;
}

.hc-pro-nas-philosophy__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1px 5px;
	border-radius: 3px;
	background: var(--color-brown);
	transform: rotate(-3deg);
	font-family: "MissIssippi", "Stolzl", sans-serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 34.56px;
	letter-spacing: 0.16em;
	text-transform: lowercase;
	color: #fff;
	white-space: nowrap;
}

.hc-pro-nas-philosophy__cards {
	position: relative;
	grid-column: 2;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 431px;
	/*margin-top: -28px;*/
	padding-bottom: 30px;
	overflow: visible;
}

.hc-pro-nas-philosophy__card {
	flex: 0 0 282px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	padding: 30px 25px 30px 30px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
	transform-style: preserve-3d;
}

.hc-pro-nas-philosophy__cards.is-ready .hc-pro-nas-philosophy__card {
	opacity: 0;
	transform: translate3d(0, 42px, 0) scale3d(0.98, 0.98, 1);
	transition:
			opacity 0.55s ease,
			transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.hc-pro-nas-philosophy__cards.is-ready .hc-pro-nas-philosophy__card.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
	.hc-pro-nas-philosophy__cards.is-ready .hc-pro-nas-philosophy__card {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.hc-pro-nas-philosophy__card-top {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.hc-pro-nas-philosophy__icon {
	flex: 0 0 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 35px;
	background: rgba(255, 175, 200, 0.6);
	box-sizing: border-box;
}

.hc-pro-nas-philosophy__icon img {
	display: block;
	width: 45px;
	height: 45px;
}

.hc-pro-nas-philosophy__card-title {
	margin: 0;
	font-family: "Stolzl", sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 25.8px;
	color: var(--color-brown);
}

.hc-pro-nas-philosophy__card-bottom {
	margin-top: 20px;
}

.hc-pro-nas-philosophy__card-text {
	margin: 0;
	font-size: 16px;
	line-height: 21.6px;
	color: rgba(var(--color-brown-rgb) / 80%);
}

.hc-certs__title {
	font-family: 'Stolzl', sans-serif;
	font-size: 44px;
	font-weight: 300;
	line-height: 50px;
}

.hc-certs__tab{
	font-family: 'Stolzl', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
}

.hc-certs__card-title{
	font-family: 'Stolzl', sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
}

/* =================================================================
   Responsive
   ================================================================= */
@media (max-width: 1420px) {
	.hc-pro-nas-philosophy {
		background-position: 0 0, 48%;
	}
	.hc-pro-nas-philosophy__inner{
		grid-template-columns: minmax(0, 1fr) 540px;
	}
}
@media (max-width: 1200px) {
	.hc-pro-nas-hero__inner{
		gap: 55px;
	}
	.hc-pro-nas-hero__photo-col {
		flex: 0 0 400px;
		width: 400px;
	}
	.hc-pro-nas-hero__deco--2 {
		left: 270px;
	}
	.hc-pro-nas-story__inner{
		gap: 50px;
	}
	.hc-pro-nas-story__text-col {
		flex : 0 0 520px;
		padding-bottom: 30px;
	}
	.hc-pro-nas-philosophy {
		background-position: 0 0, 46%;
	}
	.hc-pro-nas-philosophy__inner {
		grid-template-columns: minmax(0, 1fr) 450px;
	}
}
@media (max-width: 1023px) {
	.hc-pro-nas-philosophy {
		background-position: 0 0, 44%;
	}

	.hc-pro-nas-hero__photo-label--br {
		top    : auto;
		bottom : 50px;
	}

	.hc-pro-nas-hero__deco--2 {
		left: auto;
		top: auto;
		right: 200px;
		bottom: 90px;
	}

	.hc-pro-nas-story__inner {
		flex-direction: column;
		min-height: auto;
		gap: 30px;
	}

	.hc-pro-nas-story__text-col {
		flex: none;
		width: 100%;
		padding-top: 0;
		padding-bottom: 50px;
	}

	.hc-pro-nas-story__dots {
		margin-top: 40px;
	}

	.hc-pro-nas-hero__bottom {
		padding-bottom: 40px;
	}

	.hc-pro-nas-story__image-col {
		min-height: 300px;
	}

	.hc-pro-nas-story__dots .flickity-page-dots {
		justify-content: center;
	}

	.hc-pro-nas-hero__inner {
		flex-direction: column;
		gap: 29px;
		min-height: auto;
	}

	.hc-pro-nas-hero__photo-col {
		flex: none;
		width: 100%;
	}

	.hc-pro-nas-hero__photo-card {
		height: auto;
	}

	.hc-pro-nas-hero__photo {
		height: 360px;
	}

	.hc-pro-nas-hero__content {
		padding-top: 0;
	}

	.hc-pro-nas-philosophy {
		min-height: 0;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.hc-pro-nas-philosophy__bg {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-position: 35% top;
	}

	.hc-pro-nas-philosophy__inner {
		display: flex;
		flex-direction: column;
		gap: 50px;
	}

	.hc-pro-nas-philosophy__title,
	.hc-pro-nas-philosophy__cards {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
	}

	.hc-pro-nas-philosophy__title {
		margin-top: 0;
	}

	.hc-pro-nas-philosophy__cards {
		width: min(431px, 100%);
		height: auto;
		margin-top: 0;
		margin-left: auto;
		overflow: visible;
	}

	.hc-pro-nas-philosophy__card {
		flex-basis: auto;
		min-height: 240px;
	}
}

@media (max-width: 767px) {

	.hc-pro-nas-philosophy {
		background-position: 0 0, calc(50% + 350px);
	}

	/* ---- Hero: reorder — head → photo → cards (CSS display:contents trick) ---- */

	.hc-pro-nas-hero__content {
		display: contents;
	}

	.hc-pro-nas-hero__head {
		order: 1;
		gap: 6px;
	}

	.hc-pro-nas-hero__card-num {
		width: 35px;
		height: 35px;
	}

	.hc-pro-nas-hero__photo-col {
		order: 2;
	}

	.hc-pro-nas-hero__bottom {
		order: 3;
		align-items: stretch;
		gap: 24px;
		padding-bottom: 0;
	}

	/* ---- Hero: padding ---- */

	.hc-pro-nas-hero {
		padding-top: 0;
		padding-bottom: 40px;
	}

	/* ---- Hero: typography ---- */

	.hc-pro-nas-hero__company,
	.hc-pro-nas-hero__since {
		font-size: 32px;
		line-height: 41.47px;
	}

	/* Stack company + since badge vertically */
	.hc-pro-nas-hero__title-group {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0px;
		margin-top: 10px;
	}

	.hc-pro-nas-story {
		margin-top: 35px;
	}

	.hc-pro-nas-hero__subtitle {
		padding-top: 5px;
	}

	.hc-pro-nas-hero__since {
		margin-left: 0;
		margin-top: 0;
		vertical-align: initial;
	}

	/* ---- Hero: photo card ---- */

	.hc-pro-nas-hero__photo-card {
		padding: 10px;
	}

	.hc-pro-nas-hero__photo {
		width: 130%;
		height: auto;
	}

	.hc-pro-nas-hero__deco--1 {
		left: 138px;
		top: 49px;
		width: 21px;
	}

	.hc-pro-nas-hero__deco--2 {
		right: 96px;
		bottom: 69px;
		width: 25px;
	}

	.hc-pro-nas-hero__card-title{
		font-size: 18.5px;
	}

	.hc-pro-nas-hero__card-text{
		font-size: 15px;
		line-height: 19.6px;
	}

	.hc-pro-nas-hero__photo-label {
		font-size: 18px;
	}

	.hc-pro-nas-hero__photo-label--tl {
		top: 26px;
		left: 26px;
	}

	.hc-pro-nas-hero__photo-label--br {
		top: auto;
		bottom: 26px;
		right: 26px;
	}

	/* ---- Hero: cards — horizontal Flickity slider ---- */

	.hc-pro-nas-hero__card{
		flex: none;
	}

	.hc-pro-nas-hero__cards .hc-pro-nas-hero__card {
		width: 333px;
		min-height: 0;
		height: 197px;
		margin-right: 16px;
		padding: 20px 16px;
		gap: 14px;
	}

	.hc-pro-nas-hero__card-head {
		gap: 10px;
	}

	.hc-pro-nas-hero__card-num {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}

	/* Hide Flickity dots — replaced by swipe hint below */
	.hc-pro-nas-hero__cards .flickity-page-dots {
		display: none;
	}

	/* ---- Hero: swipe hint ---- */

	.hc-pro-nas-hero__swipe-hint {
		display: flex;
		flex-direction: column;
		gap: 11px;
	}

	.hc-pro-nas-hero__swipe-track {
		position: relative;
		height: 4px;
		width: 100%;
		border-radius: 999px;
		background: rgb(var(--color-brown-rgb) / 18%);
	}

	.hc-pro-nas-hero__swipe-indicator {
		position: absolute;
		top: 50%;
		left: 0;
		width: 77px;
		height: 10px;
		border-radius: 2px;
		background-color: var(--color-brown);
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='4' viewBox='0 0 15 4' fill='none'%3E%3Crect width='1' height='4' rx='0.5' fill='%23fff'/%3E%3Crect x='7' width='1' height='4' rx='0.5' fill='%23fff'/%3E%3Crect x='14' width='1' height='4' rx='0.5' fill='%23fff'/%3E%3C/svg%3E");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 15px 4px;
		transform: translate(0, -50%);
		will-change: transform;
		cursor: grab;
		touch-action: none;
		user-select: none;
		-webkit-user-select: none;
	}

	.hc-pro-nas-hero__swipe-text-row {
		display: flex;
		align-items: center;
		gap: 10px;
		color: #737872;
		font-size: 12px;
		line-height: 13px;
		text-transform: lowercase;
		font-weight: 300;
	}

	.hc-pro-nas-hero__swipe-text-row svg {
		min-width: 18px;
		width: 18px;
		height: 21px;
		flex-shrink: 0;
	}

	.hc-pro-nas-hero__swipe-text {
		max-width: 210px;
	}

	/* ---- Story section ---- */

	/* Image first, text second */
	.hc-pro-nas-story__image-col {
		order: 1;
		height: 336px;
		min-height: 0;
		background: var(--color-mint);
		padding: 10px;
	}

	.hc-pro-nas-story__text-col {
		order: 2;
		padding-bottom: 0;
	}

	.hc-pro-nas-story__slide {
		max-height: 435px;
		overflow: hidden;
	}

	.hc-pro-nas-story__text-inner {
		gap: 24px;
	}

	.hc-pro-nas-story__title {
		font-size: 32px;
		line-height: 1;
	}

	.hc-pro-nas-story__text {
		font-size: 16px;
		line-height: 25px;
	}

	/* Hide Flickity dots, show swipe hint */
	.hc-pro-nas-story__dots {
		display: none;
	}

	.hc-pro-nas-story__swipe-hint {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-top: 20px;
	}

	.hc-pro-nas-story__swipe-track {
		position: relative;
		height: 4px;
		width: 100%;
		border-radius: 999px;
		background: rgb(var(--color-brown-rgb) / 18%);
	}

	.hc-pro-nas-story__swipe-indicator {
		position: absolute;
		top: 50%;
		left: 0;
		width: 77px;
		height: 10px;
		border-radius: 2px;
		background-color: var(--color-brown);
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='4' viewBox='0 0 15 4' fill='none'%3E%3Crect width='1' height='4' rx='0.5' fill='%23fff'/%3E%3Crect x='7' width='1' height='4' rx='0.5' fill='%23fff'/%3E%3Crect x='14' width='1' height='4' rx='0.5' fill='%23fff'/%3E%3C/svg%3E");
		background-position: center;
		background-repeat: no-repeat;
		background-size: 15px 4px;
		transform: translate(0, -50%);
		will-change: transform;
		cursor: grab;
		touch-action: none;
		user-select: none;
		-webkit-user-select: none;
	}

	.hc-pro-nas-story__swipe-text-row {
		display: flex;
		align-items: center;
		gap: 10px;
		color: #737872;
		font-size: 12px;
		line-height: 13px;
		text-transform: lowercase;
		font-weight: 300;
	}

	.hc-pro-nas-story__swipe-text-row svg {
		min-width: 18px;
		width: 18px;
		height: 21px;
		flex-shrink: 0;
	}

	.hc-pro-nas-story__swipe-text {
		max-width: 210px;
	}

	/* ---- Philosophy section ---- */

	.hc-pro-nas-philosophy {
		padding-top: 46px;
		padding-bottom: 36px;
	}

	.hc-pro-nas-philosophy__inner {
		gap: 33px;
	}

	.hc-pro-nas-philosophy__title {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.hc-pro-nas-philosophy__heading {
		font-size: 31px;
		line-height: 1.1;
	}

	.hc-pro-nas-philosophy__badge {
		font-size: 31px;
		line-height: 1.15;
	}

	.hc-pro-nas-philosophy__card {
		min-height: 0;
		padding: 16px;
		gap: 16px;
		background: rgba(255, 255, 255, 0.9);
	}

	.hc-pro-nas-philosophy__card-top {
		align-items: center;
	}

	.hc-pro-nas-philosophy__card-title {
		font-size: 20px;
		line-height: 1.1;
	}

	.hc-pro-nas-philosophy__card-text {
		font-size: 14px;
		line-height: 1.5;
	}
	.hc-pro-nas-philosophy__icon{
		width: 50px;
		height: 50px;
		flex: 0 0 50px;
	}
	.hc-certs__title {
		font-size: 31px;
		line-height: 40px;
		letter-spacing: -0.5px;
	}
	.hc-certs__card-title {
		font-size: 24px;
		line-height: 30px;
	}
}
