@import url("font-awesome.min.css");
/* @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic"); */
/* @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro"); */
:root { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
   :root { font-family: 'Inter var', sans-serif; }
}

.graph {
	padding: 0.5em 0 1em 0;
}

.container {
	width: 90%;
	/* max-width: 1000px!important; */
}

.video-teaser-container {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.video-teaser-container video {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.video-teaser-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;

	background: rgba(0, 0, 0, 0.3);
	padding: 20px 40px;
	border-radius: 12px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.video-teaser-overlay h1 {
	font-size: 5vw;
	margin: 0;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}

.video-teaser-overlay h2 {
	font-size: 2vw;
	margin: 10px 0 0 0;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

.button-container {
	margin-top: 20px;
}

.button-container a {
	display: inline-block;
	margin: 0 10px;
	padding: 10px 20px;
	border-radius: 6px;
	background: rgba(255,255,255,0.2);
	color: white;
	text-decoration: none;
	font-size: 1em;
	transition: background 0.3s ease;
}

.button-container a:hover {
	background: rgba(255,255,255,0.4);
}

.team-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-top: 20px;
}

.team-member {
	flex: 0 1 100px;
	text-align: center;
	font-size: 0.9em;
}

.team-member img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin-bottom: 8px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	transition: transform 0.2s ease;
}

.team-member img:hover {
	transform: scale(1.05);
}

.team-member p {
	margin: 0;
	color: #333;
}

.team-affiliations {
	margin-top: 20px;
	font-size: 0.85em;
	color: #555;
}

.team-affiliations {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
	font-size: 0.85em;
	color: #555;
	flex-wrap: wrap;
	line-height: 1.2;
}

.team-affiliations div {
	white-space: nowrap;
}

.tldr-section {
	background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
	padding: 40px 20px;
	border-radius: 8px;
	margin: 40px 0;
	text-align: center;
}

.tldr-section h3 {
	margin-bottom: 20px;
	font-weight: bold;
}

.tldr-section ul {
	display: inline-block;
	text-align: left;
	list-style-type: disc;
	padding-left: 20px;
	line-height: 1.6;
	max-width: 1200px;
	font-size: 1.1em;
}

.tldr-section li {
	margin-bottom: 10px;
}

.takeaway {
  margin-top: 40px;
  padding: 20px;
  background: #f9f9f9;
  border-left: 4px solid #0077ff;
  border-radius: 6px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.takeaway h4 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #333;
}

.takeaway p {
  margin: 0;
  font-size: 1em;
  color: #555;
  line-height: 1.5;
}

.takeaway-indented-list {
  padding-left: 0px;
}

.takeaway-indented-list li {
  margin-left: 25px;
}

.hair-state-section {
	background: #ffffff;
	padding: 50px 20px;
	text-align: center;
}

.hair-state-section h3 {
	margin-bottom: 30px;
	font-weight: bold;
}

.hair-state-video-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.hair-state-video-row {
  margin-bottom: 0px;
}

.hair-state-video-row h4 {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 600;
  color: #444;
}

.hair-state-video-item {
	text-align: center;
}

.hair-state-video-item video {
	width: 100%;
	height: auto;
	border-radius: 8px;
	/* box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
}

.hair-state-video-item p {
	margin-top: 8px;
	font-size: 0.9em;
	color: #333;
}

.hair-dynamics-section {
  background: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

.hair-dynamics-section h3 {
  margin-bottom: 30px;
  font-weight: bold;
}

.hair-dynamics-img-container img {
  width: 100%;
  max-width: 900px;
  border-radius: 8px;
  margin-bottom: 40px;
}

.hair-dynamics-video-container video {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 8px;
}

.hair-dynamics-media-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.hair-dynamics-media-item {
  flex: 0 0 49%;
  max-width: 1000px;
}

.hair-dynamics-media-item img,
.hair-dynamics-media-item video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.hair-system-section {
  background: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

.hair-system-section h3 {
  margin-bottom: 30px;
  font-weight: bold;
}

.hair-system-media-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hair-system-media-item {
  max-width: 1000px;
}

.hair-system-media-item video {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.hair-simulation-section {
  background: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

.hair-simulation-section h3 {
  margin-bottom: 30px;
  font-weight: bold;
}

.hair-simulation-media-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hair-simulation-media-item {
  max-width: 1000px;
}

.hair-simulation-media-item video {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.dynamics-results-section {
  background: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

.dynamics-results-section h3 {
  margin-bottom: 30px;
  font-weight: bold;
}

.dynamics-results-media-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.dynamics-results-media-item {
  max-width: 1000px;
}

.dynamics-results-media-item video {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.styling-sim-results-section {
  background: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

.styling-sim-results-section h3 {
  margin-bottom: 30px;
  font-weight: bold;
}

.styling-sim-results-video-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.styling-sim-results-video-row {
  margin-bottom: 20px;
}

.styling-sim-results-video-row h4 {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 600;
  color: #444;
}

.styling-sim-results-video-item {
	text-align: center;
}

.styling-sim-results-video-item img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	/* box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
}

.styling-sim-results-video-item video {
	width: 100%;
	height: auto;
	border-radius: 8px;
	/* box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
}

.styling-sim-results-video-item p {
	margin-top: 8px;
	font-size: 0.9em;
	color: #333;
}

.styling-real-results-section {
  background: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

.styling-real-results-section h3 {
  margin-bottom: 30px;
  font-weight: bold;
}

.styling-real-results-video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.styling-real-results-video-row {
  margin-bottom: 20px;
}

.styling-real-results-video-row h4 {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 600;
  color: #444;
}

.styling-real-results-video-item {
	text-align: center;
}

.styling-real-results-video-item video {
	width: 100%;
	height: auto;
	border-radius: 8px;
	/* box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
}

.styling-real-results-video-item p {
	margin-top: 8px;
	font-size: 0.9em;
	color: #333;
}

.replay-button-wrapper {
  justify-content: center;
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.replay-button, .jump-button {
  padding: 6px 12px;
  font-size: 0.9em;
  font-weight: 600;
  background: #0077ff;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.replay-button:hover, .jump-button:hover {
  background: #005fcc;
}

.acknowledgement-section,
.contact-section {
  background: #f2f2f2;
  padding: 40px 20px;
  border-radius: 8px;
  margin: 40px 0;
  text-align: center;
}

.acknowledgement-section h3,
.contact-section h3 {
  margin-bottom: 20px;
  font-weight: bold;
}

.acknowledgement-section p,
.contact-section p {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}
