/* ===== HERO ===== */
.ahero {
	/* position: relative; */
	/* isolation: isolate; */
	overflow: hidden;
	/* background: #06181b; */
	/* min-height: 90vh; */
	/* display: flex; */
	/* align-items: center; */
	/*     padding: 50px 20px 40px; */
}

.ahero .ahero-copy h1 {
	font-size: clamp(2.6rem, 5.2vw, 4.4rem);
	color: #103137;
	margin: 18px 0;
	letter-spacing: -.03em;
	line-height: 1.0;
	width: 75%;
}

.ahero h1 .accent,
.ahero h1 span {
	color: #007c9f;
	position: relative;
	white-space: nowrap;
}

.ahero-grid {
	position: relative;
	z-index: 5;
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 50px;
	align-items: center;
	width: 100%;
}

.ahero h1 span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.02em;
	height: .13em;
	background: var(--gold);
	border-radius: 6px;
	z-index: -1;
	transform: scaleX(0);
	transform-origin: left;
	animation: underline .9s 1s cubic-bezier(.22, 1, .36, 1) forwards;
}

.ahero .lead {
	color: #000;
	max-width: 560px;
	font-size: 1.08rem;
	margin-bottom: 24px;
	font-weight: 500;
}

.hero-curtain {
	position: absolute;
	inset: 0;
	background: #0a6c74;
	z-index: 20;
	transform-origin: top;
	animation: curtain 1.1s .1s cubic-bezier(.76, 0, .24, 1) forwards;
}

.hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 70% center;
	transform: scale(1.18);
	opacity: 0;
	animation: heroZoom 2.4s .2s cubic-bezier(.22, 1, .36, 1) forwards;
}

.hero .glow {
	position: absolute;
	border-radius: 50%;
	z-index: 0
}

.hero .g1 {
	width: 620px;
	height: 620px;
	right: -160px;
	top: -180px;
	background: radial-gradient(circle at 50% 50%, rgba(255, 206, 122, .22), transparent 62%)
}

.hero .g2 {
	width: 480px;
	height: 480px;
	left: -160px;
	bottom: -200px;
	background: radial-gradient(circle at 50% 50%, rgba(63, 194, 203, .18), transparent 62%)
}

.hero .plus {
	position: absolute;
	color: rgba(255, 255, 255, .06);
	font-family: var(--display);
	font-weight: 800;
	font-size: 8rem;
	right: 6%;
	bottom: 8%;
	line-height: 1;
	animation: bob 9s ease-in-out infinite
}

.hero-inner {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	gap: 48px;
	align-items: center;
	padding: 150px 0 90px;
	width: 95%;
}

.hero .eyebrow {
	color: var(--teal-400);
	padding-bottom: 20px;
}



.hero h1 {
	font-size: clamp(2.8rem, 5.8vw, 5rem);
	letter-spacing: -.035em;
	line-height: 1.02;
	margin: 18px 0 18px
}

.hero h1 .accent {
	position: relative;
	color: transparent;
	background: linear-gradient(100deg, var(--teal-400), var(--gold), var(--teal-400));
	background-size: 220% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	animation: shimmer 5s linear infinite
}

@keyframes shimmer {
	to {
		background-position: 220% 0
	}
}

.tagband {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 194, 75, .14);
	border: 1px solid rgba(255, 194, 75, .4);
	color: var(--gold-soft);
	border-radius: 100px;
	padding: 8px 18px;
	font-weight: 700;
	font-size: .84rem;
	font-family: var(--display);
	letter-spacing: .02em;
	margin-bottom: 6px
}

.hero .lead {
	font-size: 1.04rem;
	color: rgba(255, 255, 255, .82);
	max-width: 560px;
	margin: 14px 0 30px
}

.hero-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap
}

@media (max-width: 620px){
	.ahero1{
		margin:20px 14px;
		border-radius:28px;          /* 50px looks oversized on a small card */
	}
	.ahero-copy{
		padding: 0;           /* keep text off the edges */
	}
	.ahero .ahero-copy h1{
		font-size:30px;              /* was locked at 44px */
		margin:0 0 14px;
	}
	.ahero1 .lead{
		font-size:1rem;
		margin-bottom:22px;
	}
	.hero h1 {
		font-size: 2.5rem
	}
	.ahero .ahero-copy h1{
		font-size: 38px;
		margin: 14px 0;
	}
	.team-copy .lead{
		font-size: 16px;
	}
	.ahero-grid, .story-cols {
		grid-template-columns: 1fr;
	}
	.wrap {
		padding: 0 18px;
	}
	.hero-banner-logo {
		width: 80px;
	}
	.ahero {
		padding: 40px 20px 40px;
	}
	.hero-media img {
		object-position: 59% center;
	}

	.ahero .ahero-copy h1 {
		width: 100%;
	}
}


.eyebrow {
	color: var(--teal-600) !important;
}

/* hero room visual */
.room {
	position: relative;
	height: 400px
}

.room-card {
	position: absolute;
	inset: 0;
	border-radius: var(--r-lg);
	overflow: hidden;
	background: radial-gradient(120% 90% at 80% 10%, rgba(63, 194, 203, .26), transparent 55%), radial-gradient(90% 80% at 12% 90%, rgba(255, 194, 75, .16), transparent 55%), linear-gradient(160deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .02));
	border: 1px solid rgba(255, 255, 255, .14);
	box-shadow: var(--shadow-lg)
}

.room-card .monitor {
	position: absolute;
	left: 50%;
	top: 42%;
	transform: translate(-50%, -50%);
	width: 74%;
	height: 90px;
	border-radius: 14px;
	background: rgba(4, 40, 45, .55);
	border: 1px solid rgba(255, 255, 255, .16);
	display: flex;
	align-items: center;
	padding: 0 18px;
	overflow: hidden
}

.room-card .monitor svg {
	width: 100%;
	height: 46px
}

.room-card .ecg {
	stroke: var(--teal-400);
	stroke-width: 2.5;
	fill: none;
	stroke-dasharray: 600;
	stroke-dashoffset: 600;
	animation: ecg 3.2s linear infinite
}

@keyframes ecg {
	to {
		stroke-dashoffset: -600
	}
}

.room-card .ricons {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
	display: flex;
	justify-content: center;
	gap: 22px;
	font-size: 1.7rem
}

.room-card .rlabel {
	position: absolute;
	top: 22px;
	left: 24px;
	font-family: var(--display);
	font-weight: 800;
	font-size: 1.05rem;
	color: #fff
}

.room-card .rlabel small {
	display: block;
	font-family: var(--body);
	font-weight: 500;
	font-size: .74rem;
	color: rgba(255, 255, 255, .7)
}

.float-tag {
	position: absolute;
	z-index: 8;
	background: #fff;
	color: var(--teal-900);
	border-radius: 14px;
	padding: 11px 16px;
	box-shadow: 0 26px 54px -24px rgba(0, 0, 0, .7);
	display: flex;
	align-items: center;
	gap: 11px;
	font-weight: 700;
	font-size: .84rem
}

.float-tag .dot {
	width: 38px;
	height: 38px;
	border-radius: 11px;
	display: grid;
	place-items: center;
	font-size: 1.1rem;
	flex: none
}

.ft1 {
	top: 4%;
	left: -5%;
	animation: bob 6s 1.6s ease-in-out infinite
}

.ft1 .dot {
	background: var(--cyan-100);
	color: var(--teal-700)
}

.ft2 {
	bottom: 6%;
	right: -4%;
	animation: bob 7.5s 2.2s ease-in-out infinite
}

.ft2 .dot {
	background: #ffe9e6;
	color: var(--coral)
}

/* ===== section base ===== */
section {
	position: relative
}

.sec-pad {
	padding: 90px 0
}

.sec-head {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 52px
}

.sec-head h2 {
	font-size: clamp(1.9rem, 3.6vw, 2.8rem);
	color: var(--teal-900);
	margin: 16px 0 14px
}

.sec-head p {
	color: var(--ink-soft);
	font-size: 1.05rem
}

.sec-head .y,
.sec-head span {
	color: var(--coral)
}

/* ===== intro / protocol ===== */
.intro {
	background: var(--paper)
}

.intro-grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 48px;
	align-items: center
}

.intro-copy .eyebrow {
	padding-bottom: 10px;
}

.intro-copy .lead-p {
	font-family: var(--display);
	font-weight: 600;
	font-size: 1.35rem;
	color: var(--teal-900);
	line-height: 1.3;
	margin-bottom: 18px
}

.intro-copy .lead-p .hl,
.intro-copy .lead-p span {
	color: var(--coral)
}

.intro-copy p {
	color: var(--ink-soft);
	font-size: 1.02rem;
	margin-bottom: 16px
}

.protocol {
	background: linear-gradient(155deg, var(--teal-700), var(--teal-900));
	border-radius: var(--r-lg);
	padding: 38px 34px;
	color: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: var(--shadow-lg)
}

.protocol::before {
	content: "+";
	position: absolute;
	right: -10px;
	top: -30px;
	font-family: var(--display);
	font-weight: 800;
	font-size: 9rem;
	color: rgba(255, 255, 255, .06);
	line-height: 1
}

.protocol .big {
	position: relative;
	font-family: var(--display);
	font-weight: 800;
	font-size: 1.7rem;
	line-height: 1.12;
	margin-bottom: 8px
}

.protocol .big .g,
.protocol .big span {
	color: var(--gold)
}

.protocol .sm {
	position: relative;
	color: rgba(255, 255, 255, .78);
	font-size: .94rem;
	margin-bottom: 22px
}

.protocol .prow {
	position: relative;
	display: flex;
	gap: 13px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.prow img {
	width: 40px;
	height: 40px;
}

.protocol .prow:last-child {
	border-bottom: none
}

.protocol .prow .pi {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: rgba(255, 255, 255, .12);
	display: grid;
	place-items: center;
	font-size: 1.1rem;
	flex: none
}

.protocol .prow b {
	font-family: var(--display);
	font-size: 1rem;
	display: block
}

.protocol .prow small {
	color: rgba(255, 255, 255, .72);
	font-size: .82rem
}

/* ===== pillars ===== */
.pillars {
	background: linear-gradient(180deg, var(--cyan-50), var(--cream))
}

.pillar-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px
}

.pcard {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 30px 26px;
	transition: .4s;
	text-align: center;
}

.pcard:hover {
	transform: translateY(-7px);
	box-shadow: var(--shadow-md)
}

.pcard img {
	width: 60px;
	height: 60px;
	margin: 0 auto 15px;
	display: block;
}

.pcard .pi {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 1.5rem;
	margin: 0 auto 16px;
	background: var(--cyan-100);
	color: var(--teal-700);
	transition: .4s
}

.pcard:hover .pi {
	background: var(--teal-700);
	color: #fff;
	transform: scale(1.08)
}

.pcard h4 {
	font-size: 1.06rem;
	color: var(--teal-900);
	line-height: 1.25
}



/* ===== watch (video space) ===== */
.watch {
	background: var(--teal-900);
	color: #fff;
	overflow: hidden
}

.watch .cross {
	position: absolute;
	font-family: var(--display);
	font-weight: 800;
	color: rgba(255, 255, 255, .05);
	font-size: 15rem;
	left: -40px;
	bottom: -60px;
	line-height: 1
}

.watch-grid {
	position: relative;
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 48px;
	align-items: center
}

.watch .eyebrow {
	color: var(--teal-400)
}

.watch h2 {
	color: #fff;
	font-size: clamp(1.8rem, 3.2vw, 2.5rem);
	margin: 16px 0 16px
}

.watch h2 .g,
.watch h2 span {
	color: var(--gold)
}

.watch p {
	color: rgba(255, 255, 255, .82);
	font-size: 1.04rem;
	margin-bottom: 22px
}

.watch-topics {
	display: flex;
	flex-wrap: wrap;
	gap: 10px
}

.watch-topics .t {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 100px;
	padding: 9px 16px;
	font-size: .86rem;
	font-weight: 600;
	color: #fff
}

.player {
	position: relative;
	display: block;
	border-radius: var(--r-lg);
	overflow: hidden;
	aspect-ratio: 16/9;
	background: linear-gradient(150deg, #0a6c74, #053b41 60%, #021a1d);
	border: 1px solid rgba(255, 255, 255, .14);
	box-shadow: var(--shadow-lg);
	transition: transform .4s, box-shadow .4s
}

.player:hover {
	transform: translateY(-5px);
	box-shadow: 0 50px 100px -40px rgba(0, 0, 0, .8)
}

.player::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(120% 90% at 80% 10%, rgba(63, 194, 203, .28), transparent 55%), radial-gradient(90% 80% at 12% 90%, rgba(255, 194, 75, .16), transparent 55%)
}

.player .pbrand {
	position: absolute;
	top: 22px;
	left: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--display);
	font-weight: 800;
	font-size: 1rem;
	color: #fff;
	z-index: 2
}

.player .pbrand .yt {
	width: 34px;
	height: 24px;
	border-radius: 7px;
	background: #ff0000;
	display: grid;
	place-items: center
}

.player .pbrand .yt::before {
	content: "";
	border-left: 9px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	margin-left: 2px
}

.player .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: var(--coral);
	display: grid;
	place-items: center;
	z-index: 3;
	box-shadow: 0 18px 40px -12px rgba(255, 107, 94, .8);
	transition: transform .4s
}

.player .play::before {
	content: "";
	border-left: 26px solid #fff;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	margin-left: 6px
}

.player:hover .play {
	transform: translate(-50%, -50%) scale(1.1)
}

.player .play::after {
	content: "";
	position: absolute;
	inset: -10px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .4);
	animation: ping 2s infinite
}

@keyframes ping {
	0% {
		transform: scale(1);
		opacity: .7
	}

	80%,
	100% {
		transform: scale(1.5);
		opacity: 0
	}
}

.player .pcap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	text-align: center;
	color: rgba(255, 255, 255, .8);
	font-size: .82rem;
	z-index: 2
}

.player iframe {
	width: 100%;
	height: 100%;
}

/* ===== difference ===== */
.diff {
	background: var(--paper)
}

.diff-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px
}

.dcard {
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 30px 28px;
	transition: .4s;
	position: relative;
	overflow: hidden
}

.dcard::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background: var(--ac, var(--teal-500));
	transform: scaleY(0);
	transform-origin: top;
	transition: transform .4s
}

.dcard:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-md);
	background: #fff
}

.dcard:hover::after {
	transform: scaleY(1)
}

.dcard .dn {
	font-family: var(--display);
	font-weight: 800;
	font-size: 1.1rem;
	color: #fff;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	display: grid;
	place-items: center;
	margin-bottom: 16px;
	background: var(--ac, var(--teal-500))
}

.dcard p {
	color: var(--ink-soft);
	font-size: .96rem
}

/* ===== parents band ===== */
.parents {
	background: var(--teal-900);
	color: #fff;
	overflow: hidden
}

.parents .cross {
	position: absolute;
	font-family: var(--display);
	font-weight: 800;
	color: rgba(255, 255, 255, .05);
	font-size: 15rem;
	right: -40px;
	top: -50px;
	line-height: 1
}

.parents-inner {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	text-align: center
}

.parents .eyebrow {
	color: var(--teal-400);
	justify-content: center
}

.parents h2 {
	color: #fff;
	font-size: clamp(1.8rem, 3.4vw, 2.6rem);
	margin: 16px 0 20px
}

.parents p {
	color: rgba(255, 255, 255, .82);
	font-size: 1.08rem;
	margin-bottom: 16px
}

.parents .ed {
	font-family: var(--display);
	font-weight: 600;
	color: var(--gold);
	font-size: 1.15rem;
	margin-top: 8px
}

.peace-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.peace-content h2 {
	color: #fff;
	font-size: clamp(1.8rem, 3.4vw, 2.6rem);
	margin: 16px 0 20px;
}

.peace-content p {
	color: rgba(255, 255, 255, .82);
	font-size: 1.05rem;
	margin-bottom: 18px;
}

.peace-content .ed {
	font-family: var(--display);
	font-weight: 600;
	color: var(--gold);
	font-size: 1.15rem;
}

.peace-image {
	border-radius: 30px;
	overflow: hidden;
	box-shadow: var(--shadow-lg);
}

.peace-image img {
	border-radius: 30px;
	width: 100%;
	height: 450px;
	object-fit: cover;
	display: block;
}

@media(max-width:980px) {
	.peace-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.peace-image img {
		height: 320px;
	}
}

/* ===== testimonials ===== */
.testi {
	background: linear-gradient(180deg, var(--cream), var(--cyan-50))
}

.testi-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px
}

.tcard {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 30px 28px;
	transition: .4s;
	display: flex;
	flex-direction: column
}

.tcard:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-md)
}

.tcard .quote {
	font-size: 2.8rem;
	font-family: var(--display);
	color: var(--teal-400);
	line-height: .6;
	height: 24px
}

.tcard p {
	color: var(--ink);
	font-size: .96rem;
	margin: 8px 0 22px;
	flex: 1
}

.tcard .who {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: auto
}

.tcard .av {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-family: var(--display);
	font-weight: 800;
	color: #fff;
	flex: none;
	font-size: 1.05rem
}

.tcard .who b {
	display: block;
	font-family: var(--display);
	color: var(--teal-900);
	font-size: .94rem
}

.tcard .who small {
	color: var(--ink-soft);
	font-size: .8rem
}

/* ===== institutions ===== */
.inst {
	background: var(--paper);
}

.inst-marquee {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.inst-track {
	display: flex;
	gap: 24px;
	width: max-content;
	animation: marquee 30s linear infinite;
}

.inst-marquee:hover .inst-track {
	animation-play-state: paused;
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.icard {
	flex: 0 0 auto;
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 26px 22px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	gap: 16px;
	transition: .35s;
	width: 300px;
}

.icard:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-sm);
	background: #fff;
}

.icard .ilogo {
	width: 60px;
	height: 60px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid var(--line);
	display: grid;
	place-items: center;
	overflow: hidden;
	padding: 8px;
	flex: none;    
	margin: auto;
}

.icard .ilogo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
	width: 100%;
}

.icard .ilogo .mono {
	display: none;
	font-family: var(--display);
	font-weight: 800;
	color: var(--teal-700);
}

.icard .ilogo.imgfail {
	background: linear-gradient(135deg, var(--cyan-100), #fff);
}

.icard .ilogo.imgfail img {
	display: none;
}

.icard .ilogo.imgfail .mono {
	display: block;
}

.icard b {
	font-family: var(--display);
	font-size: 1rem;
	color: var(--teal-900);
	line-height: 1.25;
	display: block;
	width: 100%;
}



/* ===== keep india healthy + contact + cta ===== */
.kih {
	background: linear-gradient(180deg, var(--cyan-50), var(--cream))
}

.kih-card {
	max-width: 1000px;
	margin: 0 auto;
	/* background: linear-gradient(150deg, var(--teal-700), var(--teal-900)); */
	background-image: url('/wp-content/uploads/2026/06/health-cta-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: var(--r-lg);
	padding: 60px 50px;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: var(--shadow-lg)
}

.kih-card::before {
	content: "";
	position: absolute;
	inset: 0;
	/* background: repeating-linear-gradient(45deg, rgba(255, 255, 255, .04) 0 14px, transparent 14px 28px) */
}

.kih-card .tag {
	position: relative;
	font-family: var(--display);
	font-weight: 800;
	font-size: clamp(1.7rem, 3.4vw, 2.6rem);
	color: #fff;
	letter-spacing: -.02em;
	margin-bottom: 14px;
	text-align: left;
}

.kih-card .tag span {
	color: var(--gold)
}

.kih-card p {
	position: relative;
	color: rgba(255, 255, 255, .84);
	max-width: 600px;
	margin-bottom: 70px;
	margin-right: auto;
	text-align: left;
	font-size: 1.04rem
}

.kih-contact {
	position: relative;
	display: flex;
	gap: 12px;
	justify-content: start;
	flex-wrap: wrap;
	margin-bottom: 28px
}

.kih-contact a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	/* background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .2); */
	border-radius: 100px;
	/* padding: 11px 20px; */
	padding-right: 15px;
	font-weight: 600;
	font-size: .92rem;
	transition: .3s
}

/* .kih-contact a:hover {
background: rgba(255, 255, 255, .2) 
} */

.kih-actions {
	position: relative;
	display: flex;
	gap: 14px;
	justify-content: start;
	flex-wrap: wrap
}

/* footer */
footer {
	background: var(--teal-900);
	color: #fff;
	padding: 70px 0 30px;
	position: relative;
	overflow: hidden
}

.foot-cross {
	position: absolute;
	font-weight: 800;
	color: rgba(255, 255, 255, .05);
	font-size: 14rem;
	right: -30px;
	top: -40px;
	line-height: 1;
	font-family: var(--display)
}

.foot-grid {
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr;
	gap: 40px;
	position: relative
}

.foot-grid .logo {
	color: #fff;
	margin-bottom: 16px
}

.foot-grid .logo b {
	color: var(--coral)
}

.foot-about {
	color: rgba(255, 255, 255, .65);
	font-size: .92rem;
	max-width: 280px
}

.foot-col h5 {
	font-family: var(--display);
	font-size: 1rem;
	margin-bottom: 16px
}

.foot-col a {
	display: block;
	color: rgba(255, 255, 255, .65);
	font-size: .9rem;
	padding: 5px 0;
	transition: .25s
}

.foot-col a:hover {
	color: #fff;
	padding-left: 6px
}

.foot-bottom {
	margin-top: 46px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	color: rgba(255, 255, 255, .5);
	font-size: .84rem;
	position: relative
}

/* reveal */
.reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1)
}

.reveal.in {
	opacity: 1;
	transform: none
}

.reveal.d1 {
	transition-delay: .08s
}

.reveal.d2 {
	transition-delay: .16s
}

.reveal.d3 {
	transition-delay: .24s
}

.reveal.d4 {
	transition-delay: .32s
}

.reveal.d5 {
	transition-delay: .4s
}

.reveal.d6 {
	transition-delay: .48s
}

@keyframes bob {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-12px)
	}
}

@media(max-width:980px) {

	.nav-links,
	.nav-cta {
		display: none
	}

	.burger {
		display: flex
	}

	.hero-inner,
	.intro-grid {
		grid-template-columns: 1fr;
		gap: 34px
	}

	.room {
		height: 330px;
		order: -1
	}

	.pillar-grid {
		grid-template-columns: 1fr 1fr
	}

	.diff-grid,
	.testi-grid,
	.inst-grid {
		grid-template-columns: 1fr 1fr
	}

	.foot-grid {
		grid-template-columns: 1fr 1fr;
		gap: 30px
	}
}

@media(max-width:620px) {
	.wrap {
		padding: 0 18px
	}

	.pillar-grid,
	.diff-grid,
	.testi-grid,
	.inst-grid,
	.foot-grid {
		grid-template-columns: 1fr
	}

	.float-tag {
		display: none
	}

	.kih-card {
		padding: 46px 26px
	}

	.hero h1 {
		font-size: 2.5rem
	}
	
	.watch-grid {
		grid-template-columns: 1fr;
	}
}

@media(prefers-reduced-motion:reduce) {
	* {
		animation: none !important;
		transition: none !important
	}

	.reveal {
		opacity: 1;
		transform: none
	}
}