/* NatureSpan homepage — theme revision 1.2.0 */
.ns-home-page {
	background: var(--color-bg-card);
	overflow-x: clip;
}

.ns-home-page main {
	display: block;
}

.ns-section {
	padding: clamp(72px, 8vw, 112px) 0;
}

.ns-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, .75fr);
	align-items: end;
	gap: 56px;
	margin-bottom: clamp(38px, 5vw, 64px);
}

.ns-section-heading h2,
.ns-standard h2,
.ns-impact h2,
.ns-trust h2 {
	margin: 10px 0 0;
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -.035em;
	color: var(--color-text-title);
}

.ns-section-heading > p {
	max-width: 560px;
	margin: 0;
	font-size: clamp(16px, 1.45vw, 19px);
	line-height: 1.75;
	color: var(--color-text-secondary);
}

.ns-section-heading--center {
	display: block;
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.ns-section-heading--center > p {
	margin: 22px auto 0;
}

.ns-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--color-primary);
}

.ns-kicker::before {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background: currentColor;
}

.ns-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.ns-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 13px;
	padding: 12px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .015em;
	text-align: center;
	transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease;
}

.ns-button:hover {
	transform: translateY(-2px);
}

.ns-button:active {
	transform: scale(.98);
}

.ns-button--primary {
	background: var(--color-primary);
	color: #fff;
}

.ns-button--primary:hover {
	background: var(--color-primary-hover);
	color: #fff;
}

.ns-button--light {
	background: #fff;
	color: var(--color-primary);
}

.ns-button--light:hover {
	background: #edf5fa;
	color: var(--color-primary-hover);
}

.ns-button--glass {
	border-color: rgba(255, 255, 255, .5);
	background: rgba(255, 255, 255, .12);
	color: #fff;
	backdrop-filter: blur(12px);
}

.ns-button--glass:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, .22);
	color: #fff;
}

.ns-button--outline {
	border-color: rgba(33, 88, 132, .4);
	background: transparent;
	color: var(--color-primary);
}

.ns-button--outline:hover {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: #fff;
}

.ns-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: var(--color-primary);
}

.ns-text-link span {
	transition: transform .22s ease;
}

.ns-text-link:hover span {
	transform: translateX(4px);
}

.ns-section-cta {
	display: flex;
	justify-content: center;
	margin-top: clamp(38px, 5vw, 60px);
}

/* Hero */
.ns-hero {
	position: relative;
	height: clamp(620px, 72vw, 790px);
	min-height: min(790px, calc(100dvh - 36px));
	overflow: hidden;
	background: #173f5e;
}

.ns-hero__track,
.ns-hero__slide,
.ns-hero__media,
.ns-hero__media img,
.ns-hero__veil {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ns-hero__slide {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: opacity .7s ease, visibility 0s linear .7s;
}

.ns-hero__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	transition-delay: 0s;
}

.ns-hero__media {
	display: block;
}

.ns-hero__media img {
	object-fit: cover;
	object-position: center;
	transform: scale(1.025);
	transition: transform 7s linear;
}

.ns-hero__slide.is-active .ns-hero__media img {
	transform: scale(1);
}

.ns-hero__veil {
	background: linear-gradient(90deg, rgba(8, 35, 55, .78) 0%, rgba(8, 35, 55, .5) 42%, rgba(8, 35, 55, .08) 75%), linear-gradient(0deg, rgba(8, 35, 55, .22), transparent 50%);
}

.ns-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	height: 100%;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 92px;
}

.ns-hero__copy {
	width: min(690px, 62%);
	color: #fff;
	transform: translateY(18px);
	opacity: 0;
	transition: transform .55s cubic-bezier(.16, 1, .3, 1) .18s, opacity .5s ease .18s;
}

.ns-hero__slide.is-active .ns-hero__copy {
	transform: translateY(0);
	opacity: 1;
}

.ns-hero .ns-kicker {
	color: rgba(255, 255, 255, .9);
}

.ns-hero h1 {
	max-width: 680px;
	margin: 16px 0 24px;
	font-size: clamp(46px, 6.1vw, 84px);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -.055em;
	color: #fff;
}

.ns-hero__copy > p {
	max-width: 590px;
	font-size: clamp(17px, 1.55vw, 21px);
	line-height: 1.7;
	color: rgba(255, 255, 255, .9);
}

.ns-hero__controls {
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 34px;
	left: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.ns-hero__controls > button {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .45);
	border-radius: 50%;
	background: rgba(9, 40, 61, .25);
	color: #fff;
	backdrop-filter: blur(8px);
}

.ns-hero__controls > button:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, .18);
}

.ns-hero__dots {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 8px;
}

.ns-hero__dots button {
	width: 28px;
	height: 4px;
	padding: 0;
	border: 0;
	border-radius: 99px;
	background: rgba(255, 255, 255, .45);
}

.ns-hero__dots button.is-active {
	width: 48px;
	background: #fff;
}

.ns-hero__controls .ns-hero__pause {
	width: auto;
	min-width: 82px;
	gap: 8px;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 13px;
}

/* Products */
.ns-featured {
	background: #fff;
}

.ns-slider {
	--ns-slider-gap: 24px;
	position: relative;
	min-width: 0;
}

.ns-slider__controls {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin: -36px 0 22px;
}

.ns-slider.is-static .ns-slider__controls {
	display: none;
}

.ns-slider__button {
	display: inline-flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(33, 88, 132, .28);
	border-radius: 50%;
	background: #fff;
	color: var(--color-primary);
	box-shadow: 0 8px 24px rgba(18, 51, 76, .08);
	transition: color .22s ease, background-color .22s ease, border-color .22s ease, opacity .22s ease, transform .22s ease;
}

.ns-slider__button:hover:not(:disabled) {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: #fff;
	transform: translateY(-2px);
}

.ns-slider__button:active:not(:disabled) {
	transform: scale(.96);
}

.ns-slider__button:focus-visible,
.ns-slider__viewport:focus-visible {
	outline: 3px solid rgba(33, 88, 132, .45);
	outline-offset: 3px;
}

.ns-slider__button:disabled {
	cursor: not-allowed;
	opacity: .32;
}

.ns-slider__viewport {
	width: 100%;
	padding: 6px 2px 22px;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.ns-slider__viewport::-webkit-scrollbar {
	display: none;
}

.ns-slider.is-scrollable .ns-slider__viewport {
	cursor: grab;
}

.ns-slider.is-dragging .ns-slider__viewport,
.ns-slider.is-dragging a {
	cursor: grabbing;
}

.ns-slider.is-dragging .ns-slider__viewport {
	scroll-behavior: auto;
	scroll-snap-type: none;
	user-select: none;
}

.ns-slider__track {
	display: flex;
	width: max-content;
	min-width: 100%;
	gap: var(--ns-slider-gap);
}

.ns-product-grid {
	align-items: stretch;
}

.ns-product-card {
	position: relative;
	display: flex;
	flex: 0 0 clamp(300px, 28vw, 400px);
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--color-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(18, 51, 76, .06);
	scroll-snap-align: start;
	scroll-snap-stop: always;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.ns-product-card:hover {
	transform: translateY(-6px);
	border-color: rgba(33, 88, 132, .28);
	box-shadow: 0 22px 52px rgba(18, 51, 76, .12);
}

.ns-product-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: linear-gradient(145deg, #f8fafb, #edf2f4);
}

.ns-product-card__media img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: clamp(8px, 1vw, 18px);
	transition: transform .45s cubic-bezier(.16, 1, .3, 1);
}

.ns-product-card:hover .ns-product-card__media img {
	transform: scale(1.045);
}

.ns-image-fallback {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .08em;
	color: rgba(33, 88, 132, .48);
}

[data-ns-image-wrap].is-image-missing img {
	display: none;
}

.ns-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
}

.ns-product-card__category {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--color-primary);
}

.ns-product-card h3 {
	margin: 0 0 11px;
	font-size: clamp(19px, 1.7vw, 23px);
	font-weight: 400;
	line-height: 1.35;
}

.ns-product-card h3 a {
	color: var(--color-text-title);
}

.ns-product-card p {
	display: -webkit-box;
	min-height: 50px;
	margin: 0 0 23px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.72;
	color: var(--color-text-secondary);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ns-product-card .ns-text-link {
	margin-top: auto;
}

.ns-empty-state {
	max-width: 720px;
	margin: 0 auto;
	padding: clamp(40px, 6vw, 72px);
	border: 1px solid var(--color-border);
	border-radius: 24px;
	background: var(--color-bg-section);
	text-align: center;
}

.ns-empty-state > span {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--color-primary);
}

.ns-empty-state h3 {
	margin: 12px 0;
	font-size: clamp(25px, 3vw, 34px);
	font-weight: 400;
}

.ns-empty-state p {
	margin: 0 0 24px;
	color: var(--color-text-secondary);
}

/* Wellness goals */
.ns-goals {
	background: var(--color-bg-section);
}

.ns-goal-grid {
	--ns-slider-gap: 22px;
	align-items: flex-start;
}

.ns-goal-card {
	display: flex;
	flex: 0 0 clamp(260px, 23vw, 340px);
	min-width: 0;
	align-items: flex-start;
	flex-direction: column;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	text-align: left;
}

.ns-goal-card__visual {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(18, 51, 76, .05);
	transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease;
}

.ns-goal-card__visual img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s cubic-bezier(.16, 1, .3, 1);
}

.ns-goal-card__fallback {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(30px, 5vw, 54px);
	color: rgba(33, 88, 132, .3);
	background: radial-gradient(circle at 35% 30%, #fff, #e6eef3);
}

.ns-goal-card:hover .ns-goal-card__visual {
	transform: translateY(-5px);
	box-shadow: 0 18px 42px rgba(18, 51, 76, .12);
}

.ns-goal-card:hover .ns-goal-card__visual img {
	transform: scale(1.05);
}

.ns-goal-card strong {
	margin-top: 20px;
	font-size: clamp(18px, 1.7vw, 22px);
	font-weight: 500;
	line-height: 1.35;
	color: var(--color-text-title);
}

.ns-goal-card > span:last-child {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-top: 7px;
	font-size: 12px;
	font-weight: 500;
	color: var(--color-text-secondary);
}

/* Standard banner */
.ns-standard,
.ns-trust {
	position: relative;
	display: flex;
	min-height: clamp(620px, 62vw, 790px);
	align-items: center;
	overflow: hidden;
	background: #173f5e;
}

.ns-standard__media,
.ns-standard__media img,
.ns-standard__overlay,
.ns-trust__media,
.ns-trust__media img,
.ns-trust__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ns-standard__media img,
.ns-trust__media img {
	object-fit: cover;
}

.ns-standard__overlay {
	background: linear-gradient(90deg, rgba(9, 38, 59, .78) 0%, rgba(9, 38, 59, .4) 47%, rgba(9, 38, 59, .05) 80%);
}

.ns-standard__content,
.ns-trust__content {
	position: relative;
	z-index: 1;
	width: 100%;
}

.ns-standard__card {
	max-width: 590px;
	padding: clamp(32px, 5vw, 58px);
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 24px;
	background: rgba(12, 51, 78, .58);
	box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
	color: #fff;
	backdrop-filter: blur(18px);
}

.ns-standard .ns-kicker,
.ns-standard h2,
.ns-trust .ns-kicker,
.ns-trust h2 {
	color: #fff;
}

.ns-standard p,
.ns-trust p {
	margin: 24px 0 32px;
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.75;
	color: rgba(255, 255, 255, .88);
}

/* 100% impact */
.ns-impact {
	background: var(--color-primary);
}

.ns-impact__layout {
	display: grid;
	grid-template-columns: minmax(280px, .88fr) minmax(0, 1.12fr);
	align-items: center;
	gap: clamp(48px, 8vw, 120px);
}

.ns-impact__number {
	font-size: clamp(108px, 16vw, 245px);
	font-weight: 300;
	line-height: .8;
	letter-spacing: -.09em;
	color: #fff;
}

.ns-impact .ns-kicker,
.ns-impact h2 {
	color: #fff;
}

.ns-impact__copy > p {
	max-width: 650px;
	margin: 24px 0 38px;
	font-size: 18px;
	line-height: 1.75;
	color: rgba(255, 255, 255, .82);
}

.ns-impact__points {
	border-top: 1px solid rgba(255, 255, 255, .25);
}

.ns-impact__points article {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 18px;
	padding: 22px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.ns-impact__points article > span {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .08em;
	color: rgba(255, 255, 255, .58);
}

.ns-impact__points h3 {
	margin: 0 0 5px;
	font-size: 19px;
	font-weight: 500;
	color: #fff;
}

.ns-impact__points p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: rgba(255, 255, 255, .72);
}

/* Testimonials */
.ns-testimonials {
	background: #fff;
}

.ns-testimonial-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr));
	gap: 24px;
}

.ns-testimonial {
	display: flex;
	min-height: 350px;
	flex-direction: column;
	margin: 0;
	padding: clamp(30px, 3.5vw, 46px);
	border: 1px solid var(--color-border);
	border-radius: 22px;
	background: var(--color-bg-section);
}

.ns-testimonial__quote {
	height: 58px;
	font-family: Georgia, serif;
	font-size: 80px;
	font-weight: 400;
	line-height: 1;
	color: var(--color-primary);
}

.ns-testimonial blockquote {
	margin: 12px 0 36px;
	font-size: clamp(17px, 1.55vw, 20px);
	font-weight: 400;
	line-height: 1.72;
	color: var(--color-text-main);
}

.ns-testimonial figcaption {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-top: auto;
}

.ns-testimonial figcaption strong {
	font-size: 15px;
	font-weight: 600;
	color: var(--color-text-title);
}

.ns-testimonial figcaption span {
	font-size: 13px;
	color: var(--color-text-muted);
}

/* Brand story */
.ns-story {
	background: var(--color-bg-section);
}

.ns-story__list {
	display: grid;
	gap: 1px;
	overflow: hidden;
	border: 1px solid var(--color-border);
	border-radius: 24px;
	background: var(--color-border);
}

.ns-story-card {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
	min-height: 430px;
	background: #fff;
}

.ns-story-card:nth-child(even) .ns-story-card__media {
	order: 2;
}

.ns-story-card__media {
	position: relative;
	display: block;
	min-height: 360px;
	overflow: hidden;
	background: #e7edf1;
}

.ns-story-card__media img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.16, 1, .3, 1);
}

.ns-story-card:hover .ns-story-card__media img {
	transform: scale(1.025);
}

.ns-story-card__body {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: clamp(38px, 6vw, 78px);
}

.ns-story-card__body > span {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--color-primary);
}

.ns-story-card h3 {
	margin: 17px 0 20px;
	font-size: clamp(29px, 3.2vw, 44px);
	font-weight: 400;
	line-height: 1.16;
	letter-spacing: -.025em;
}

.ns-story-card p {
	margin: 0 0 28px;
	font-size: 16px;
	line-height: 1.75;
	color: var(--color-text-secondary);
}

/* Family trust */
.ns-trust {
	min-height: clamp(650px, 58vw, 780px);
	text-align: center;
}

.ns-trust__overlay {
	background: linear-gradient(0deg, rgba(8, 35, 55, .66), rgba(8, 35, 55, .22) 72%), linear-gradient(90deg, rgba(8, 35, 55, .28), rgba(8, 35, 55, .05), rgba(8, 35, 55, .28));
}

.ns-trust__content {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.ns-trust h2 {
	max-width: 860px;
	font-size: clamp(40px, 5.2vw, 70px);
}

.ns-trust p {
	max-width: 660px;
}

/* Journal */
.ns-journal {
	background: #fff;
}

.ns-journal-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
	gap: 28px;
}

.ns-journal-card {
	min-width: 0;
}

.ns-journal-card__media {
	position: relative;
	display: block;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border-radius: 18px;
	background: var(--color-bg-section);
}

.ns-journal-card__media img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s cubic-bezier(.16, 1, .3, 1);
}

.ns-journal-card:hover .ns-journal-card__media img {
	transform: scale(1.035);
}

.ns-journal-card__body {
	padding: 24px 4px 0;
}

.ns-journal-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 18px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--color-text-muted);
}

.ns-journal-card__meta a {
	color: var(--color-primary);
}

.ns-journal-card h3 {
	margin: 14px 0 12px;
	font-size: clamp(23px, 2.25vw, 30px);
	font-weight: 400;
	line-height: 1.3;
}

.ns-journal-card h3 a {
	color: var(--color-text-title);
}

.ns-journal-card p {
	display: -webkit-box;
	margin: 0 0 21px;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.72;
	color: var(--color-text-secondary);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* Reveal motion */
.js .ns-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity .65s ease, transform .65s cubic-bezier(.16, 1, .3, 1);
}

.js .ns-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1199px) {
	.ns-hero {
		height: 690px;
	}

	.ns-product-card {
		flex-basis: clamp(320px, 42vw, 380px);
	}

	.ns-goal-card {
		flex-basis: clamp(280px, 37vw, 340px);
	}

	.ns-story-card {
		grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
	}
}

@media (max-width: 991px) {
	.ns-section-heading {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ns-hero {
		height: 650px;
	}

	.ns-hero__copy {
		width: min(660px, 82%);
	}

	.ns-impact__layout {
		grid-template-columns: 1fr;
		gap: 56px;
	}

	.ns-impact__number {
		font-size: clamp(120px, 28vw, 210px);
	}

	.ns-story-card,
	.ns-story-card:nth-child(even) {
		grid-template-columns: 1fr;
	}

	.ns-story-card:nth-child(even) .ns-story-card__media {
		order: 0;
	}
}

@media (max-width: 767px) {
	.ns-section {
		padding: 72px 0;
	}

	.ns-section-heading {
		margin-bottom: 38px;
	}

	.ns-section-heading h2,
	.ns-standard h2,
	.ns-impact h2,
	.ns-trust h2 {
		font-size: clamp(32px, 9vw, 44px);
	}

	.ns-hero {
		height: max(680px, calc(100dvh - 36px));
		min-height: 680px;
		max-height: 820px;
	}

	.ns-hero__veil {
		background: linear-gradient(0deg, rgba(7, 32, 50, .86) 0%, rgba(7, 32, 50, .58) 54%, rgba(7, 32, 50, .12) 82%);
	}

	.ns-hero__media img {
		object-position: center 30%;
	}

	.ns-hero__content {
		align-items: flex-end;
		padding-top: 90px;
		padding-bottom: 118px;
	}

	.ns-hero__copy {
		width: 100%;
	}

	.ns-hero h1 {
		font-size: clamp(40px, 12vw, 57px);
		letter-spacing: -.045em;
	}

	.ns-hero__copy > p {
		font-size: 16px;
	}

	.ns-hero__controls {
		bottom: 27px;
	}

	.ns-hero__controls > button:not(.ns-hero__pause) {
		display: none;
	}

	.ns-hero__dots {
		margin-left: 0;
	}

	.ns-hero__controls .ns-hero__pause {
		margin-left: auto;
	}

	.ns-slider {
		--ns-slider-gap: 18px;
	}

	.ns-slider__controls {
		margin-top: -14px;
		margin-bottom: 18px;
	}

	.ns-slider__button {
		width: 46px;
		height: 46px;
	}

	.ns-product-card,
	.ns-goal-card {
		flex-basis: min(86vw, 360px);
	}

	.ns-standard,
	.ns-trust {
		min-height: 720px;
		align-items: flex-end;
	}

	.ns-standard__media img,
	.ns-trust__media img {
		object-position: center;
	}

	.ns-standard__overlay {
		background: linear-gradient(0deg, rgba(9, 38, 59, .9) 0%, rgba(9, 38, 59, .52) 55%, rgba(9, 38, 59, .06) 82%);
	}

	.ns-standard__content,
	.ns-trust__content {
		padding-bottom: 34px;
	}

	.ns-standard__card {
		max-width: none;
		padding: 30px;
		border-radius: 18px;
	}

	.ns-story-card__media {
		min-height: 300px;
	}

	.ns-story-card__body {
		padding: 34px 28px 42px;
	}

	.ns-trust__overlay {
		background: linear-gradient(0deg, rgba(7, 32, 50, .88), rgba(7, 32, 50, .4) 58%, rgba(7, 32, 50, .08) 82%);
	}

	.ns-trust__content {
		text-align: left;
		align-items: flex-start;
	}
}

@media (max-width: 575px) {
	.ns-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ns-actions .ns-button {
		width: 100%;
	}

	.ns-product-card {
		border-radius: 16px;
	}

	.ns-product-card__media {
		aspect-ratio: 1;
	}

	.ns-goal-grid {
		--ns-slider-gap: 16px;
	}

	.ns-goal-card strong {
		font-size: 18px;
	}

	.ns-testimonial {
		min-height: 310px;
	}

	.ns-impact__points article {
		grid-template-columns: 32px minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ns-home-page *,
	.ns-home-page *::before,
	.ns-home-page *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}

	.js .ns-reveal {
		opacity: 1;
		transform: none;
	}

	.ns-hero__media img,
	.ns-hero__slide.is-active .ns-hero__media img {
		transform: none;
	}
}
