html, body {
margin: 0;
padding: 0;
/* overflow: hidden; */
height: 100%;
font-family: 'degular-text', sans-serif;
background-color: #EFEEE7;
scroll-behavior: smooth;
}

body {
	cursor: url('../../../images/cursor-hua.svg') 16 16, auto;
}

a {
	cursor: url('../../../images/cursor-hua.svg') 10 10, pointer;
  }

canvas {
position: fixed;
top: 0;
left: 0;
display: block;
z-index: 0;
pointer-events: none;
}

.logo {
font-family: 'degular-text', sans-serif;
position: fixed;
top: 30px;
left: 30px;
z-index: 200;
font-size: 18px;
color: #242424;
text-decoration: none;
}

.breadcrumb {
position: fixed;
top: 70px;
left: 30px;
font-size: 16px;
color: #484848;
/* text-transform: capitalize; */
text-decoration: none;
z-index: 200;
/* background-color: white; */
padding: 3px 10px;
}

/* Left Sidebar - Sticky */
.sidebar {
width: 20%;
/* background-color: #EFEEE7; */
padding: 120px 40px 40px 40px;
position: fixed;
top: 0;
left: 0;
height: 100vh;
overflow-y: auto;
z-index: 100;
}


.profile-section h1 {
font-size: 45px;
font-family: 'degular-text', sans-serif;
font-weight: 500;
font-style: normal;
margin-bottom: 5px;
color: #242424;
}


.profile-section h2 {
font-size: 16px;
font-family: 'degular-text', sans-serif;
font-weight: 500;
font-style: normal;
margin-bottom: 50px;
color: #242424;
text-transform: capitalize;
}


.profile-section h3 {
font-size: 15px;
font-family: 'degular-text', sans-serif;
font-weight: 500;
font-style: normal;
margin-bottom: 10px;
color: #484848;
}


.year-row {
display: grid;
grid-template-columns: 1fr 1fr;
margin-bottom: -20px;
}


.year {
text-align: end;
font-family: 'degular-mono', sans-serif;
/* margin-left: -20px; */
}


.description h3 {
font-size: 15px;
font-family: 'degular-text', sans-serif;
font-weight: 500;
font-style: normal;
margin-bottom: 20px;
color: #484848;
text-transform: uppercase;
}


.description p {
font-size: 14px;
font-family: 'degular-text', sans-serif;
font-weight: 400;
font-style: normal;
line-height: 1.5;
color: #242424;
margin-bottom: 40px;
max-width: 95%;
}


.info-row {
display: flex;
align-items: flex-start;
gap: 30px;
margin-top: 20px;
margin-bottom: 20px;
}

.label {
font-size: 15px;
font-family: 'degular-text', sans-serif;
font-weight: 500;
color: #484848;
min-width: 80px;
text-transform: uppercase;
}


.content p {
font-size: 14px;
font-family: 'degular-text', sans-serif;
font-weight: 400;
color: #242424;
line-height: 1.4;
margin: 0;
}

.problem-text {
	padding-left: 60px;
}

.role-section {
margin-top: 40px;
margin-bottom: 30px;
}


.role-section h3 {
font-size: 15px;
font-family: 'degular-text', sans-serif;
font-weight: 500;
font-style: normal;
color: #242424;
margin-bottom: 15px;
}


.role-section p {
font-size: 15px;
font-family: 'degular-text', sans-serif;
font-weight: 400;
font-style: normal;
color: #242424;
line-height: 25px;
}


.tools-section {
margin-bottom: 30px;
}


.tools-section h3 {
font-size: 15px;
font-family: 'degular-text', sans-serif;
font-weight: 500;
font-style: normal;
color: #242424;
margin-bottom: 15px;
}


.tools-section p {
font-size: 15px;
font-family: 'degular-text', sans-serif;
font-weight: 400;
font-style: normal;
color: #242424;
line-height: 25px;
}


.divider1 {
border: none;
border-top: 1px solid #242424;
margin-top: 10px;
margin-bottom: 10px;
}


.divider2 {
border: none;
border-top: 1px solid #242424;
margin: 20px 0;
}

/* Main Content - Scrollable */
.main-content {
margin-left: 25%;
width: 75%;
background-color: #242424;
color: #EFEEE7;
margin-bottom: ;
position: relative;
z-index: 2;
overflow-y: visible;
overflow-x: hidden;
height: auto;
top: -20;
}

.cover {
	max-width: 100%;
	/* margin-top: -20px; */
}

.progress-bar {
display: grid;
grid-template-columns: repeat(6, 1fr);
text-align: center;
background-color: #EFEEE7;
color: #aeaeae;
font-size: 14px;
margin-top: -50px;
position: fixed;
padding-top: -30px;
padding-bottom: -30px;
}

.progress-bar p {
margin-left: 50px;
margin-right: 50px;
}

.progress-bar p:hover {
color: #242424;
}


/* hero */
.hero-section {
display: grid;
grid-template-columns: 2fr 1fr;
align-items: stretch;
width: 100%; 
overflow: hidden;
gap: 0;
}

.hero-image {
width: 100%;
height: 100%;
overflow: hidden;
}

.hero-image img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}

.image-row {
display: flex;
flex-direction: column;
gap: 0;
width: 100%;
height: 100%;
padding-right: 0;
overflow: hidden;
}

.image-row img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}

.top-right,
.bottom-right {
flex: 1;
height: 50%;
overflow: hidden; /* 防止圖片溢出容器 */
}

/* section */
.section {
/* padding-left: 60px; */
/* padding-top: 60px; */
}

.each-section {
padding-top: 20px;
padding-bottom: 20px;
}

.each-section-2 {
	margin-top: -5px;
padding-top: 40px;
padding-bottom: 30px;
background-color: #e4e2d9;
color: #242424;
}

.each-section-3 {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #4A5645;
	color: #EFEEE7;
	}

.section-row {
display: grid;
grid-template-columns: 2fr 8fr;
/* margin-top: 30px; */
}


.section-title {
font-family: 'degular-text', sans-serif;
font-weight: 400;
font-style: normal;
margin-bottom: 30px;
color: #808080;
font-size: 18px;
text-transform: uppercase;
padding-left: 60px;
/* margin-top: 30px; */
}

.section-title-2 {
font-family: 'degular-text', sans-serif;
font-weight: 400;
font-style: normal;
margin-bottom: 30px;
color: #EFEEE7;
font-size: 18px;
text-transform: uppercase;
padding-left: 60px;
}

.content-block {
/* width: 650px; */
padding-left: 60px;
padding-right: 50px;
}


.content-block p {
font-family: 'degular-text', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1.8;
/* color: #EFEEE7; */
/* margin-top: 40px; */
max-width: 85%;
/* padding-left: 60px; */
}

/* interview */
.chart-1 {
width: 65%;
margin-top: 20px;
margin-left: 180px;
margin-bottom: 80px;
}

.subtitle {
font-family: 'degular-text', sans-serif;
font-weight: 300;
font-size: 16px;
text-decoration: underline;
text-underline-offset: 4px;
text-decoration-thickness: 0.5px; 
}

.interviewee {
display: grid;
grid-template-columns: repeat(3, 1fr);
margin-left: 80px;
margin-top: -30px;
margin-right: 50px;
}

.face {
scale: 50%;
/* margin-left: -10px; */
}

.interviewee-block {
display: flex;
align-items: center;
}

.interviewee-block p {
font-size: 16px;
line-height: 1.5;
font-weight: 300;
max-width: 170px;
}

.goal {
margin-left: 120px;
margin-bottom: 30px;
display: flex;
flex-direction: column;
gap: 15px;
}

.goal-title {
font-size: 16px;
text-decoration: underline;
text-underline-offset: 4px;
text-decoration-thickness: 0.5px; 
color: #EFEEE7;
}

.goal-row {
display: grid;
grid-template-columns: 120px 60px 1fr;
align-items: center;
column-gap: 20px;
}

.goal-label {
color: #EFEEE7;
font-family: 'degular-text', sans-serif;
font-size: 16px;
/* text-align: right; */
}

.goal-line {
height: 1px;
background-color: #808080;
width: 100%;
}

.desc-box {
background-color: #EFEEE7;
color: #242424;
padding: 15px 20px;
max-width: 380px;
font-family: 'degular-text', sans-serif;
font-size: 16px;
}


/* painpoints */
.section-info {
font-size: 14px;
font-weight: 300;
line-height: 1.4;
padding-left: 60px;
}

.painpoint-block {
display: grid;
grid-template-columns: repeat(3, 1fr);
margin-left: 30px;
max-width: 80%;
}

.painpoint {
text-align: center;
color: #EFEEE7;
}

.circle {
/* border: 1px solid #eee; */
background-color: #242424;
color: #EFEEE7;
border-radius: 50%;
width: 180px;
height: 180px;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
margin: 0 auto 10px;
box-sizing: border-box;
}

.circle p {
margin: 0;
font-size: 16px;
line-height: 1.4;
font-weight: 400;
}

.label2 {
font-size: 16px;
color: #242424;
margin-top: 20px;
text-transform: capitalize;
}

/* insight */

.feedback {
display: grid;
grid-template-columns: 1fr 1fr;
}

.feedback p {
font-size: 16px;
font-style: italic;
max-width: 80%;
color: #EFEEE7;
}

.hmw {
font-size: 20px;
font-style: italic;
text-decoration: underline;
text-underline-offset: 4px;
text-decoration-thickness: 0.5px; 
margin-left: 280px;
max-width: 65%;
line-height: 1.8;
}

/* explore */

.highlight {
background: linear-gradient(to bottom, #EFEEE7 60%, transparent 0%);
background-repeat: repeat;
background-size: 100% 2em;
color: #242424;
font-style: italic;
}

.classmate {
margin-top: 100px;
color: #EFEEE7;
font-size: 14px;
line-height: 1.6;
max-width: 170px;
padding-left: 60px;
}

.research-section {
margin-top: 40px;
}

#insight {
font-family: 'degular';
font-weight: 400;
font-style: normal;
margin-top: 20px;
font-size: 16px;
}

.answer-row {
margin-top: 30px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 25px;
margin-bottom: 40px;
}

.explore-column {
display: grid;
grid-template-rows: 1fr 1fr;
gap: 8px;
justify-content: space-between;
margin-left: 60px;
margin-top: 20px;
}

.sketch-list{
display: grid;
grid-template-columns: 1fr 2fr 11fr;
gap: 12px;
}

.sketch-01 {
width: 140px;
}

.sketch-02 {
width: 142px;
}

.sketch-03 {
width: 346px;
}

.sketch-list2{
display: grid;
grid-template-columns: 4fr 7fr;
gap: 12px;
}

.sketch-04 {
width: 325px;
}

.sketch-05 {
width: 320px;
}

/* progress */

.progress-section-row {
display: grid;
grid-template-columns: 1fr;
margin-bottom: 80px;
}

.progress {
color: #EFEEE7;
font-size: 14px;
line-height: 1.6;
max-width: 550px;
padding-left: 60px;
}

.info {
color: #EFEEE7;
font-size: 14px;
line-height: 1.6;
max-width: 550px;
margin-top: 20px;
padding-left: 60px;
}

/* row */
.progress-row {
position: relative;
display: flex;
align-items: center;
padding-left: 100px;
}

.slider-container {
width: 100%;
max-width: 1050px;
margin: 0 auto;
overflow-x: auto;
scroll-snap-type: x mandatory;
white-space: nowrap;
}


.slider {
display: flex;
gap: 5px;
padding-top: 40px;
min-width: fit-content;
}

.slide {
flex: 0 0 auto;
scroll-snap-align: start;
margin-right: 20px;
position: relative;
display: inline-block; 
}


.slide img {
width: 240px;
height: auto;
object-fit: cover;
}


.slide-img1 {
width: 220px;
}

.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 50px;
background: rgba(36, 36, 36, 0.9);
opacity: 0;
display: flex;
justify-content: center;
align-items: center;
transition: 0.3s ease;
pointer-events: none;
}

.overlay p {
color: #EFEEE7;
text-align: center;
padding: 10px;
font-size: 14px;
}

.slide:hover .overlay {
opacity: 1;
}

.modal-content {
display: block;
margin: auto;
max-width: 90%;
max-height: 90vh;
touch-action: pinch-zoom;
}

.close {
position: absolute;
top: 30px;
right: 50px;
color: #EFEEE7;
font-size: 40px;
cursor: pointer;
}

.modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 999;
	background: rgba(0,0,0,0.6); /* 半透黑 */
	/* 讓內容置中 */
	align-items: center;
	justify-content: center;
	overflow: hidden; /* overlay 自己不滾動，交給 wrapper */
}

#modalZoomWrapper {
	max-width: 90vw;
	max-height: 90vh;
	overflow: auto;                /* 超出可滾動來看細節 */
	-webkit-overflow-scrolling: touch;
	background: transparent; 
	/* border-radius: 8px; */
}

#modalZoomWrapper img {
	width: auto;                   /* 用原始寬度 */
	height: auto;                  /* 用原始高度 */
	max-width: 90vw;               /* 不超過視窗 */
	max-height: 90vh;              /* 不超過視窗 */
	display: block;
	margin: 0 auto;                /* 置中 */
	image-rendering: auto;
	-webkit-user-drag: none;
	user-select: none;
	touch-action: none; 
}

#modalZoomWrapper img.zoomed {
	max-width: none;               /* 放大時解除限制，交給實際寬度 */
	max-height: none;
	cursor: grab;
  }
  #modalZoomWrapper img.zoomed:active {
	cursor: grabbing;
  }

/* solution */
.image-modal {
display: none;
position: fixed;
z-index: 999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.85);
-webkit-overflow-scrolling: touch;
touch-action: none;
}

.image-modal .modal-content {
display: block;
max-width: 90%;
max-height: 90%;
margin: 5% auto;
object-fit: contain;
touch-action: pinch-zoom;
transform-origin: center center;
}

.close-modal {
position: absolute;
top: 30px;
right: 40px;
font-size: 40px;
color: white;
cursor: pointer;
}

.video-title {
/* margin-left: 75px; */
font-size: 18px;
text-align: left;
color: #EFEEE7;
text-transform: uppercase;
}

.video-title2 {
	margin-top: 50px;
	font-size: 18px;
	text-align: left;
	font-style: normal;
	font-weight: 400;
	color: #EFEEE7;
	text-transform: uppercase;
}

.video{
	width: 100%;
    height: auto;
    max-width: 900px;
    display: block;
    margin: 0 auto;
}

.video-detail{
padding-top: 40px;
/* margin-left: 70px; */
font-size: 16px;
width: 90%;
line-height: 1.6;
color: #EFEEE7;
margin: 0 auto;
font-weight: 400;
font-style: normal;
}

.video-section {
    max-width: 75%;
    margin: 0 auto;
    /* padding: 60px 0; */
}

.highlighted {
font-style: italic;
font-weight: 600;
}

.image-row2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
	margin-top: 25px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
  }
  
  .image-row2 img {
	width: 100%;
	height: auto;
	display: block;
  }
  

  .section-title-3 {
	margin-top: 60px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-color: #4A5645;
  }

  .skip {
	display: block;
	text-align: right;
	margin-top: 100px;
	color: #4A5645;
	text-decoration: none;
  }

/* 只有右側 main-content 進場 */
.main-content {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
  }
  
  .main-content.page-loaded {
	opacity: 1;
	transform: translateY(0);
  }
  