@charset "utf-8";


body {
	overflow-x: hidden;
}

main { padding-bottom: 0;}
#footer {
	background-color: transparent;
}
.crew-read-page>section {
	scroll-snap-stop: always;
}

.crew-read-page {
	/* --cr-page-bg: #e3e4e4; */
	--cr-panel-bg: rgba(255, 255, 255, 0.72);
	--cr-panel-border: rgba(255, 255, 255, 0.46);
	--cr-text-body: #333333;
	--cr-text-sub: rgba(21, 21, 21, 0.78);
	--cr-shadow: 0 32px 80px -56px rgba(0, 0, 0, 0.48);
	/* background: var(--cr-page-bg); */
	color: var(--color-text-main);
	height: 100vh;
}

.crew-read-stage {
	display: grid;
	/* grid-template-columns: minmax(360px, 48.5%) minmax(0, 1fr); */
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	height: calc(100vh - 112px);
	background: var(--cr-page-bg);
	overflow: hidden;
	scroll-snap-align: start;
	height: 100%;
}

.crew-read-stage-left,
.crew-read-stage-right {
	min-height: 0;
	min-width: 0;
	box-sizing: border-box;
}

.crew-read-stage-left {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 72px clamp(28px, 5vw, 72px) 0;
	background-image:
		linear-gradient(180deg, rgba(113, 185, 238, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%),
		var(--crew-read-left-bg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.crew-read-stage-left::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(110% 85% at -4% 18%, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.2) 28%, rgba(255, 255, 255, 0) 58%),
		linear-gradient(180deg, rgba(130, 195, 241, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
}

.crew-read-stage-heading,
.crew-read-stage-photo {
	z-index: 1;
}

.crew-read-stage-heading {
	max-width: 420px;
	position: relative;
}

.crew-read-stage-kicker {
	margin: 0 0 8px;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.86);
}

.crew-read-stage-title-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.crew-read-stage-title-dot {
	/* deprecated: .has-dot (common.css) 으로 대체됨 */
	display: none;
}

.crew-read-stage-title {
	margin: 0;
	font-size: clamp(2.15rem, 4vw, 4rem);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #ffffff;
	word-break: keep-all;
}

.crew-read-stage-photo-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	flex: 1 1 auto;
	min-height: 0;
	padding-top: 48px;
	overflow: hidden;
}

.crew-read-stage-photo {
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: auto;
	max-width: 100%;
	height: min(100%, 600px);
	aspect-ratio: 43 / 60;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(2px);
	flex: 0 1 auto;
}

/* 
.crew-read-stage-photo::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 96px;
	width: min(54vw, 430px);
	aspect-ratio: 1 / 1;
	transform: translateX(-50%);
} */

.crew-read-stage-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
}

.crew-read-stage-right {
	padding: clamp(56px, 3vw, 150px) clamp(28px, 5vw, 88px) 96px;
	height: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

.crew-read-sheet {
	width: 100%;
	padding: clamp(28px, 3.4vw, 48px);
	flex: 1 1 auto;
	min-height: 0;
}

.crew-read-sheet-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px 40px;
	margin-bottom: clamp(28px, 4vw, 64px);
	flex: 0 0 auto;
}

.crew-read-sheet-title {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 12px 24px;
	min-width: 0;
}

.crew-read-sheet-name,
.crew-read-sheet-role {
	margin: 0;
	word-break: keep-all;
}

.crew-read-sheet-name {
	font-size: clamp(2.1rem, 4vw, 4rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.08em;
}

.crew-read-sheet-role {
	font-size: clamp(1.45rem, 3vw, 3rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.05em;
}

.crew-read-sheet-contact {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px 48px;
	padding-top: 0;
	min-width: 0;
	flex: 0 0 auto;
}

.crew-read-sheet-contact-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: clamp(0.95rem, 1.05vw, 1.375rem);
	line-height: 1.45;
	color: var(--color-text-sub);
	white-space: nowrap;
}

.crew-read-sheet-contact-label,
.crew-read-sheet-contact-value {
	display: inline-flex;
	align-items: center;
}

.crew-read-sheet-contact-label {
	color: var(--color-text-sub);
}

.crew-read-sheet-contact-value {
	letter-spacing: -0.01em;
}

.crew-read-tab-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-top: 36px;
	padding-bottom: 2px;
	flex: 0 0 auto;
}

.crew-read-tab {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0 0 10px;
	font-size: clamp(1rem, 1.6vw, 1.3rem);
	font-weight: 400;
	line-height: 1.4;
	color: var(--color-text-sub);
	text-decoration: none;
	transition: color 0.2s ease;
}

.crew-read-tab::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: transparent;
	transition: background-color 0.2s ease;
}

.crew-read-tab:hover,
.crew-read-tab.is-active {
	color: var(--color-primary);
}

.crew-read-tab.is-active::after,
.crew-read-tab:hover::after {
	background: var(--color-primary);
}

.crew-read-body {
	display: block;
	margin-top: 34px;
	overscroll-behavior: contain;
	scroll-behavior: smooth;
	padding-right: 14px;
	scrollbar-width: thin;
	scrollbar-color: rgba(21, 21, 21, 0.24) transparent;
	flex: 1 1 0;
	min-height: 0;
}

.crew-read-body::-webkit-scrollbar {
	width: 8px;
}

.crew-read-body::-webkit-scrollbar-thumb {
	background: rgba(21, 21, 21, 0.2);
	border-radius: 999px;
}

.crew-read-article {
	position: relative;
	margin-bottom: clamp(48px, 6vw, 96px);
}


.crew-read-copy {
	max-width: 46rem;
	font-size: clamp(1rem, 1.45vw, 1.25rem);
	line-height: 1.95;
	color: var(--color-text-main);
	word-break: keep-all;
}

.crew-read-article-title {
	position: relative;
	margin: 0 0 2.5rem;
	padding-left: 20px;
	font-size: clamp(1.25rem, 2vw, 2.5rem);
	font-weight: 700;
	line-height: 1.24;
	letter-spacing: -0.04em;
	
}

/* .crew-read-article-title::before {
	content: "";
	position: absolute;
	left: -8px;
	top: -8px;
	width: 28px;
	height: 3px;
	background: var(--color-primary);
	transform: rotate(45deg);
	transform-origin: left center;
} */

.crew-read-article-list {
	max-width: 46rem;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

.crew-read-article-list li {
	position: relative;
	margin-bottom: 10px;
	font-size: clamp(1rem, 1.42vw, 1.2rem);
	line-height: 1.8;
	color: var(--color-text-main);
	word-break: normal;
}

.crew-read-article-list li:last-child {
	margin-bottom: 0;
}

.crew-read-article-list li::before {
	content: "";
	position: absolute;
	left: -16px;
	top: 0.85em;
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: var(--color-text-sub);
	transform: translateY(-50%);
}

.crew-read-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 56px;
	flex: 0 0 auto;
}

.crew-read-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 154px;
	min-height: 50px;
	padding: 0 24px;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition:
		transform 0.2s ease,
		background-color 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease;
}

.crew-read-btn:hover,
.crew-read-btn:focus-visible {
	transform: translateY(-1px);
}

.crew-read-btn:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 4px rgba(0, 47, 255, 0.14);
}

.crew-read-btn.primary {
	background: var(--color-primary);
	color: #ffffff;
}

.crew-read-btn.ghost {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(21, 21, 21, 0.14);
	color: var(--color-text-main);
}

.crew-read-crewlist {
    padding: clamp(28px, 3.4vw, 48px);
}
.crew-read-crewlist .crew-read-crewlist-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px 40px;
	margin-bottom: 2.5rem;
}
.crew-read-crewlist-header .crew-read-article-title {
	margin: 0;
}
.crew-list-crew-scroll {
	display: block;
	margin-top: 34px;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior: contain;
	scroll-behavior: smooth;
	padding-bottom: 8px;
	scrollbar-width: thin;
	scrollbar-color: rgba(21, 21, 21, 0.24) transparent;
}
.crew-read-crew-scroll::-webkit-scrollbar {
	height: 8px;
}

.crew-read-crew-scroll::-webkit-scrollbar-thumb {
	background: rgba(21, 21, 21, 0.22);
	border-radius: 999px;
}

.crew-read-back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.95rem;
	line-height: 1.4;
	color: var(--color-text-sub);
	text-decoration: none;
}

.crew-read-back-link:hover {
	color: var(--color-primary);
}

.crew-read-back-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	font-size: 0.95rem;
}

.crew-read-crew-scroll {
	display: flex;
	align-items: flex-start;
	gap: clamp(20px, 2.8vw, 42px);
	width: 100%;
	overflow: visible;
	padding: 8px 0 2px;
	overflow-x: auto;
}

.crew-read-person-card {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: clamp(130px, 11vw, 178px);
	color: #151515;
	text-align: center;
	text-decoration: none;
	scroll-snap-align: start;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.crew-read-person-card:hover {
	transform: translateY(-2px);
}

/* .crew-read-person-card.is-current {
	opacity: 1;
} */

.crew-read-person-image-wrap {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 10px 24px -20px rgba(0, 0, 0, 0.36);
}

/* 
.crew-read-person-card.is-current .crew-read-person-image-wrap {
	box-shadow:
		0 0 0 4px rgba(0, 47, 255, 0.18),
		0 12px 26px -20px rgba(0, 0, 0, 0.42);
} */

.crew-read-person-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.crew-read-person-name {
	margin: 16px 0 0;
	font-size: var(--fz-md);
	font-weight: 700;
	line-height: 1.45;
	word-break: keep-all;
}

.crew-read-person-role {
	margin: 4px 0 0;
	font-size: var(--fz-sm);
	line-height: 1.45;
	color: rgba(21, 21, 21, 0.72);
	word-break: keep-all;
}

@media (max-width: 1280px) {
	.crew-read-stage {
		grid-template-columns: minmax(320px, 45%) minmax(0, 1fr);
	}

	.crew-read-stage-right {
		padding: 52px 36px 76px;
	}

	.crew-read-sheet-contact {
		justify-content: flex-start;
		gap: 10px 28px;
	}
}

@media (max-width: 1024px) {
	html {
		scroll-snap-type: none;
	}
	.crew-read-page {
		height: auto;
	}
	.crew-read-page>section {
		scroll-snap-align: none;
		scroll-snap-stop: normal;
	}

	.crew-read-stage {
		grid-template-columns: 1fr;
		height: auto;
		overflow: visible;
	}

	.crew-read-stage-left {
		min-height: 700px;
		padding: 54px 24px;
	}

	.crew-read-stage-photo {
		min-height: 520px;
	}

	.crew-read-stage-photo::before {
		width: min(62vw, 360px);
		bottom: 72px;
	}

	.crew-read-stage-right {
		padding: 28px 20px 52px;
		height: auto;
	}

	.crew-read-sheet-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.crew-read-sheet-contact {
		padding-top: 0;
		justify-content: flex-start;
		gap: 8px 20px;
	}

	.crew-read-crewlist-sticky {
		position: static;
	}
}

@media (max-width: 767px) {
	.crew-read-stage-left {
		min-height: 580px;
	}

	.crew-read-stage-title {
		font-size: clamp(1.9rem, 8vw, 2.6rem);
	}

	.crew-read-stage-photo {
		min-height: 420px;
	}

	.crew-read-stage-photo::before {
		width: min(72vw, 300px);
		bottom: 58px;
	}


	.crew-read-sheet {
		padding: 0 1rem;
	}

	.crew-read-tab-list {
		gap: 8px 18px;
	}

	.crew-read-body {
		gap: 48px;
	}

	.crew-read-article-title {
		margin-bottom: 20px;
	}

	.crew-read-actions {
		flex-direction: column;
	}

	.crew-read-btn {
		width: 100%;
	}

	.crew-read-crewlist-shell {
		padding: 18px 16px 24px;
	}

	.crew-read-person-card {
		width: 132px;
	}

	.crew-read-person-name {
		font-size: 0.94rem;
	}
}

#footer {
	margin-top: 30vh;
}