@charset "utf-8";

/* Hero */

.hero { min-height: 670px; padding-top: 92px; }
.hero_copy { position: relative; z-index: 2; text-align: center; }
.eyebrow { margin: 0 0 16px; font-size: 30px; font-weight: 600; letter-spacing: .02em; }
.hero h1 { margin: 0; font-size: clamp(44px, 4.3vw, 60px); font-weight: 600; line-height: 1.17; letter-spacing: -.02em; }
.hero h1 em { font-style: italic; font-weight: 600; color: var(--purple); }

.hero_title .tw_word { display: inline-block; }
.hero_title .tw_char {
	display: inline-block;
	opacity: 0;
	filter: blur(10px);
	transform: translateY(18px);
	transition: opacity .5s cubic-bezier(.16, 1, .3, 1), filter .5s cubic-bezier(.16, 1, .3, 1), transform .5s cubic-bezier(.16, 1, .3, 1);
	transition-delay: calc(var(--i, 0) * 18ms);
}
.hero_title.is_in .tw_char { opacity: 1; filter: blur(0); transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
	.hero_title .tw_char { opacity: 1; filter: none; transform: none; transition: none; }
}

.hero_media_wrap { position: relative; margin-top: 95px; min-height: 639px; }
.hero_dark_band { position: absolute; left: 0; right: 0; top: 150px; bottom: 0; background: #111; }
.hero_media {
	position: relative;
	height: 590px;
	overflow: hidden;
}
.hero_media img,
.hero_media video { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }

.contact_float {
	position: absolute;
	top: -35px;
	right: 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 262px;
	height: 70px;
	padding-left: 25px;
	background: var(--purple);
	color: #fff;
	font-weight: 600;
	font-size: 22px;
}
.contact_float b { display: grid; place-items: center; width: 54px; height: 70px; background: rgba(17, 17, 17, .2); }
.contact_float b img { display: block; width: 28px; height: 28px; }

/* Why AIMS */

.answer_section { position: relative; padding: 305px 0 245px; }

.answer_section::before {
	content: ""; position: absolute; left: 0; right: 0; top: 120px;
	height: 1px; background: var(--line);
}
.answer_section::after {
	content: ""; position: absolute; left: calc(50% - 720px); top: 0; bottom: 0;
	width: 1px; background: var(--line);
}
.answer_inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.answer_art { position: relative; min-height: 570px; overflow: visible; }
.answer_square { width: 690px; height: 570px; overflow: hidden; background: #777; }
.answer_square img { display: block; width: 100%; height: 100%; object-fit: cover; }
.answer_word {
	position: absolute; right: -195px; bottom: -110px;
	font-size: 150px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase;
	background: linear-gradient(90deg, #8030a7, #f032a1, #8030a7);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	animation: rainbow_shift 3s ease-in-out infinite;
}

@keyframes rainbow_shift {
	0% { background-position: 0% 0; }
	50% { background-position: 100% 0; }
	100% { background-position: 0% 0; }
}

@media (prefers-reduced-motion: reduce) {
	.answer_word { animation: none; }
}
.answer_copy .purple { color: var(--purple); }
.answer_copy h2 { margin: 0 0 47px; font-size: 44px; font-weight: 700; line-height: 1.05; }
.answer_copy p { max-width: 470px; font-size: 24px; line-height: 1.55; color: #222; }

.answer_art.reveal { transform: translateX(-80px); }
.answer_art.reveal.is_visible { transform: translateX(0); }
.answer_copy.reveal { transform: translateY(60px); transition-delay: .15s; }
.answer_copy.reveal.is_visible { transform: translateY(0); }

/* Services */

.ss2_services {
	position: relative;
	background-image: url(../images/our_services_bg.png);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.ss2_intro {
	position: relative;
	padding: 110px 20px 0px;
	text-align: center;
}
.ss2_intro h2 { margin: 0 0 16px; font-size: 44px; font-weight: 700; color: #fff; }
.ss2_intro p { margin: 0 auto; max-width: 560px; font-size: 16px; line-height: 1.6; color: rgba(255,255,255,.75); }

.ss2_list {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0 0 10vh;
}

.ss2_item {
	position: sticky;
	top: 0;

	height: min(700px, 100vh);
	display: flex;

	align-items: flex-end;
	justify-content: center;
	padding: 0 20px 20px;
}

.ss2_card {
	position: relative;
	width: 1200px;
	max-width: 100%;

	height: min(550px, calc(100vh - 80px));
	display: grid;
	grid-template-columns: 59.5% 40.5%;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 28px 55px rgba(0, 0, 0, .28);
	transform-origin: left top;
	will-change: transform;
}

.ss2_cover { position: absolute; inset: 0; z-index: 5; background: #000; opacity: 0; pointer-events: none; }
.ss2_visual_cover { position: absolute; inset: 0; z-index: 4; background: #fff; opacity: 0; pointer-events: none; }
.ss2_copy { padding: 33px 56px 40px 40px; display: flex; flex-direction: column; }
.ss2_count { display: block; font-size: 72px; font-weight: 600; line-height: 1; color: #e6e6e6; }
.ss2_kicker { margin: 50px 0 20px; font-size: 20px; font-weight: 600; line-height: 1.3; color: var(--purple); }
.ss2_card h3 { margin: 0 0 20px; font-size: 30px; font-weight: 700; line-height: 1.3; }
.ss2_card p.ss2_desc {
	margin: 0; font-size: 18px; color: #222; line-height: 1.6;

	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; overflow: hidden;
}
.ss2_card a.ss2_link {
	display: inline-block; align-self: flex-start; margin-top: 52px;
	padding: 13px 36px; background: #8030a7; color: #fff;
	font-size: 18px; font-weight: 600; text-transform: uppercase;
	transition: background-color .2s ease;
}
.ss2_card a.ss2_link:hover { background: #a457ca; }
.ss2_card a.ss2_link:focus-visible { background: #8030a7; outline: 1px solid #32085e; outline-offset: -1px; }
.ss2_card a.ss2_link:active { background: #570380; }
.ss2_visual { position: relative; min-width: 0; }
.ss2_visual img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Experiences */

.experience { position: relative; padding: 150px 0; }

.experience::after {
	content: ""; position: absolute; left: calc(50% + 720px); top: 0; bottom: 0;
	width: 1px; background: var(--line);
}

.experience_inner { display: grid; grid-template-columns: 488px 1fr; align-items: center; gap: 226px; align-items: start;}

.experience_collage { position: relative; width: 488px; max-width: 100%; aspect-ratio: 488 / 718; margin: 0; }
.collage_main { position: absolute; left: 0; top: 0; width: 100%; height: 81.9%; overflow: hidden; }
.collage_small { position: absolute; left: 62.7%; top: 59.3%; width: 57.8%; height: 40.7%; overflow: hidden; }
.collage_main img,
.collage_small img { display: block; width: 100%; height: 100%; object-fit: cover; }

.experience_copy h2 { margin: 45px 0 30px; font-size: 44px; font-weight: 700; line-height: 1.05; }
.experience_copy > p { max-width: 510px; font-size: 24px; line-height: 1.5; color: #222; }

.experience_collage.reveal { transform: translateX(-80px); }
.experience_collage.reveal.is_visible { transform: translateX(0); }
.experience_copy.reveal { transform: translateY(60px); transition-delay: .15s; }
.experience_copy.reveal.is_visible { transform: translateY(0); }

.metrics { display: grid; grid-template-columns: 261px 346px; width: 607px; margin-top: 60px; border-top: 1px solid var(--line); }
.metric { padding: 20px 24px 0 0; border-right: 1px solid var(--line); }
.metric:last-child { padding-left: 24px; border-right: 0; }
.metric strong { font-size: 80px; font-weight: 700; color: var(--purple); }
.metric sup { font-size: 39px; color: var(--purple); font-weight:700;
    vertical-align: top;}
.metric span { display: block; margin-top: 1px; font-size: 22px; color: #222; }

/* Insights */

.insights { padding: 110px 0 120px; background: var(--soft); }
.insights h2 { margin: 0 0 80px; text-align: center; font-size: 44px; font-weight: 700; }

.insight_tabs { display: flex; justify-content: center; margin-bottom: 80px; }
.insight_tabs button { min-width: 130px; height: 38px; border: 0; background: #fff; color: var(--purple); }
.insight_tabs button.is_active { background: var(--purple); color: #fff; }

.news_list { max-width: 1200px; margin: 0 auto; }
.news_list a {
	display: flex; align-items: center; justify-content: space-between; gap: 20px;
	min-height: 100px; padding: 0 60px; background: #fff; border-bottom: 1px solid #eee;
	font-size: 18px;
	transition: background .2s ease, color .2s ease, transform .2s ease;
	box-shadow: 10px 10px 15px 0 rgba(128, 48, 167, 0.10);
}
.news_list.line_news a + a {margin-top:15px;}
.news_list a:hover,
.news_list a.featured { background: var(--purple); color: #fff;  }
.news_list time { flex: 0 0 auto; }
.is_hidden { display: none; }

.news_list.update_cards.is_hidden { display: none; }
.news_list.update_cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news_list.update_cards a {
	display: block; min-height: 0; padding: 0; background: #fff;
	box-shadow: 10px 10px 15px rgba(128, 48, 167, .1);
	transition: transform .2s ease, box-shadow .2s ease;
}
.news_list.update_cards a:hover,
.news_list.update_cards a:focus-visible {
	background: #fff; color: #222; transform: translateY(-15px);
	box-shadow: 14px 14px 20px rgba(128, 48, 167, .16);
}
.update_thumb { display: block; aspect-ratio: 384 / 343; overflow: hidden; }
.update_thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }

.update_title { display: block; padding: 29px 20px 35px; font-size: 18px; line-height: 16px; font-weight: 400; text-align: center; text-transform: uppercase; color: #222; }

.view_more { display: block; width: max-content; margin: 34px auto 0; padding: 13px 36px; background: #8030a7; color: #fff; font-size: 18px; font-weight: 600; text-transform: uppercase; transition: background-color .2s ease; }
.view_more:hover { background: #a457ca; }
.view_more:focus-visible { background: #8030a7; outline: 1px solid #32085e; outline-offset: -1px; }
.view_more:active { background: #570380; }
.experience_view_more { margin: 40px 0 60px; }

/* Contact */

.contact { padding: 100px 0; }
.contact_inner { display: flex; justify-content: space-between; align-items: center; gap: 140px; }
.contact_heading { display: flex; align-items: center; gap: 50px; }
.contact_icon { width: 120px; height: 120px; flex: none; }
.contact_icon img { display: block; width: 100%; height: 100%; }
.contact h2 { margin: 0 0 15px; font-size: 44px; font-weight: 700; line-height:1;}
.contact p { margin: 0; font-size: 18px; line-height: 30px; color: #222; }
.contact_links { display: flex; gap: 12px; }
.contact_links a { padding: 10px 20px; font-size: 18px; border-radius: 999px; background: var(--purple); color: #fff; font-weight:400;}

/* Motion */

.reveal { opacity: 0; transform: translateY(42px); transition: opacity .8s ease, transform .8s cubic-bezier(.16, 1, .3, 1); }
.reveal.is_visible { opacity: 1; transform: translateY(0); }
[data-parallax] { will-change: transform; }
