.wdts-about-page {
	--wdts-base: #f4f5f7;
	--wdts-section: #eef1f4;
	--wdts-card: #ffffff;
	--wdts-soft: #d8dfe8;
	--wdts-border: #d8dee6;
	--wdts-divider: #e7ebf0;
	--wdts-primary: #6f86a4;
	--wdts-primary-deep: #536b8a;
	--wdts-primary-hover: #5b728f;
	--wdts-mint: #8fb8b2;
	--wdts-heading: #2f3a4a;
	--wdts-text: #4e5d73;
	--wdts-secondary: #7c8798;
	--wdts-caption: #aeb7c2;
	--wdts-gold: #d28e24;
	--wdts-gold-hover: #b87b1f;
	--wdts-shadow-sm: 0 2px 8px -2px rgba(47, 58, 74, 0.05);
	--wdts-shadow-elegant: 0 20px 40px -15px rgba(111, 134, 164, 0.12);
	--wdts-shadow-elegant-hover: 0 30px 60px -20px rgba(111, 134, 164, 0.25);
	--wdts-shadow-primary: 0 10px 30px -5px rgba(210, 142, 36, 0.35);
	--wdts-shadow-stacked: 12px 12px 0 0 rgba(111, 134, 164, 0.08), 12px 12px 0 1px rgba(111, 134, 164, 0.15);
	--wdts-shadow-photo: 15px 15px 0 0 rgba(210, 142, 36, 0.15), 15px 15px 0 1px rgba(210, 142, 36, 0.25);
	--wdts-radius-xl: 32px;
	--wdts-radius-lg: 24px;
	--wdts-radius-pill: 999px;
	--wdts-shell: min(100% - 48px, 1280px);
	--wdts-shell-narrow: min(100% - 48px, 768px);
	--wdts-shell-quote: min(100% - 48px, 896px);
	position: relative;
	font-family: "Noto Sans TC", sans-serif;
	color: var(--wdts-text);
	background: var(--wdts-base);
	isolation: isolate;
}

.wdts-about-page,
.wdts-about-page * {
	box-sizing: border-box;
}

.wdts-about-page h1,
.wdts-about-page h2,
.wdts-about-page h3,
.wdts-about-page h4 {
	margin: 0;
	font-family: "Noto Serif TC", serif;
	color: var(--wdts-heading);
}

.wdts-about-page p {
	margin: 0;
}

.wdts-about-page img {
	display: block;
	max-width: 100%;
}

.wdts-about-page a {
	color: inherit;
	text-decoration: none;
}

.wdts-shell {
	width: var(--wdts-shell);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.wdts-shell--narrow {
	width: var(--wdts-shell-narrow);
}

.wdts-shell--quote {
	width: var(--wdts-shell-quote);
}

.wdts-about-hero {
	position: relative;
	padding: 160px 0 96px;
	background: var(--wdts-base);
	overflow: hidden;
}

.wdts-orb,
.wdts-profile-orbit,
.wdts-quote-orbit,
.wdts-cta-orbit {
	position: absolute;
	pointer-events: none;
}

.wdts-orb--hero {
	top: -10%;
	left: -10%;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: #fff;
	filter: blur(100px);
	mix-blend-mode: overlay;
	opacity: 0.6;
}

.wdts-eyebrow {
	margin-bottom: 24px;
	font-family: "Noto Serif TC", serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: var(--wdts-primary);
	text-align: center;
}

.wdts-eyebrow--left {
	text-align: left;
}

.wdts-about-page .wdts-hero-title {
	margin-bottom: 32px;
	font-size: 36px;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.02em;
}

.wdts-hero-title__line {
	display: block;
}

.wdts-hero-title__highlight {
	position: relative;
	display: inline-block;
	color: var(--wdts-gold);
}

.wdts-hero-title__glow {
	position: absolute;
	inset: 0;
	border-radius: 999px;
	background: rgba(210, 142, 36, 0.12);
	filter: blur(22px);
	z-index: -1;
}

.wdts-hero-divider {
	width: 48px;
	height: 1px;
	margin: 0 auto 32px;
	background: var(--wdts-gold);
	box-shadow: 0 0 10px rgba(210, 142, 36, 0.5);
}

.wdts-hero-description {
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.8;
	text-align: center;
	color: var(--wdts-secondary);
}

.wdts-about-section {
	position: relative;
	padding: 96px 0;
	overflow: hidden;
}

.wdts-about-section--soft {
	background: var(--wdts-section);
	border-top: 1px solid var(--wdts-divider);
}

.wdts-section-intro {
	margin-bottom: 80px;
	text-align: center;
}

.wdts-about-page .wdts-section-title {
	margin-bottom: 24px;
	font-size: 30px;
	line-height: 1.3;
}

.wdts-about-page .wdts-section-description {
	max-width: 680px;
	margin: 0 auto;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.02em;
	text-align: center;
	color: var(--wdts-secondary);
}

.wdts-truth-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}

.wdts-truth-card {
	position: relative;
	overflow: hidden;
	padding: 40px;
	border: 1px solid rgba(255, 255, 255, 0.95);
	border-radius: var(--wdts-radius-lg);
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(18px);
	box-shadow: var(--wdts-shadow-sm);
	transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.wdts-truth-card:hover {
	box-shadow: var(--wdts-shadow-stacked);
}

.wdts-truth-card__number {
	position: absolute;
	right: -16px;
	bottom: -16px;
	font-family: "Noto Serif TC", serif;
	font-size: 120px;
	line-height: 1;
	color: rgba(216, 223, 232, 0.3);
	transition: transform 0.7s ease;
}

.wdts-truth-card:hover .wdts-truth-card__number {
	transform: translate(-8px, -8px);
}

.wdts-truth-card__content {
	position: relative;
	z-index: 1;
}

.wdts-truth-card__title {
	font-size: 1.25rem;
	line-height: 1.5;
}

.wdts-truth-card__divider {
	width: 32px;
	height: 2px;
	margin: 24px 0;
	border-radius: 999px;
	background: var(--wdts-divider);
	transition: background-color 0.4s ease;
}

.wdts-truth-card:hover .wdts-truth-card__divider {
	background: var(--wdts-gold);
}

.wdts-truth-card__body {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.8;
	color: var(--wdts-secondary);
}

.wdts-about-section--profile {
	background: #fff;
	border-top: 1px solid var(--wdts-divider);
}

.wdts-profile-orbit--right {
	top: 0;
	right: 0;
	width: 40vw;
	height: 40vw;
	background: linear-gradient(225deg, rgba(111, 134, 164, 0.08), rgba(111, 134, 164, 0));
	border-bottom-left-radius: 100%;
	opacity: 0.7;
}

.wdts-profile-orbit--left {
	left: -5%;
	top: 50%;
	width: 400px;
	height: 400px;
	transform: translateY(-50%);
	opacity: 0.1;
}

.wdts-profile-orbit__ring {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(111, 134, 164, 0.45);
	border-radius: 50%;
	animation: wdts-spin 120s linear infinite;
}

.wdts-profile-orbit__ring--inner {
	inset: 30px;
	border-color: rgba(210, 142, 36, 0.35);
	animation-duration: 180s;
	animation-direction: reverse;
}

.wdts-profile-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 64px;
	align-items: center;
}

.wdts-profile-photo-wrap {
	position: relative;
}

.wdts-profile-photo-card {
	position: relative;
	max-width: 448px;
	margin: 0 auto;
	aspect-ratio: 3 / 4;
	border-radius: var(--wdts-radius-lg);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: var(--wdts-section);
	box-shadow: var(--wdts-shadow-photo);
}

.wdts-profile-photo-overlay {
	position: absolute;
	inset: 0;
	background: rgba(111, 134, 164, 0.05);
	mix-blend-mode: multiply;
	z-index: 1;
}

.wdts-profile-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(10%);
	transition: transform 0.7s ease;
}

.wdts-profile-photo-card:hover .wdts-profile-photo {
	transform: scale(1.05);
}

.wdts-profile-photo-dots {
	position: absolute;
	left: -24px;
	bottom: -24px;
	width: 96px;
	height: 96px;
	opacity: 0.4;
	background-image: radial-gradient(circle, var(--wdts-caption) 2px, transparent 2px);
	background-size: 12px 12px;
}

.wdts-profile-copy {
	position: relative;
	max-width: 760px;
	margin: 0 auto;
}

.wdts-about-page .wdts-profile-name {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 8px;
	font-size: 30px;
	line-height: 1.3;
}

.wdts-profile-role {
	font-family: "Noto Sans TC", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.16em;
	color: var(--wdts-secondary);
}

.wdts-profile-divider {
	width: 48px;
	height: 2px;
	margin: 24px 0 32px;
	background: var(--wdts-gold);
}

.wdts-about-page .wdts-profile-quote {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 1.625;
	color: var(--wdts-gold);
}

.wdts-profile-paragraphs {
	display: grid;
	gap: 24px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.85;
	color: var(--wdts-secondary);
}

.wdts-profile-paragraph p {
	margin: 0;
}

.wdts-profile-paragraph strong {
	font-weight: 500;
	color: var(--wdts-heading);
}

.wdts-profile-achievements {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin-top: 40px;
	padding-top: 32px;
	border-top: 1px solid var(--wdts-divider);
}

.wdts-achievement-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.wdts-achievement-item__icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(143, 184, 178, 0.16);
	color: var(--wdts-mint);
}

.wdts-achievement-item__icon::before {
	content: "";
	width: 10px;
	height: 6px;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg) translate(1px, -1px);
}

.wdts-achievement-item__text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.03em;
	color: var(--wdts-text);
}

.wdts-about-section--quote {
	background: var(--wdts-base);
}

.wdts-quote-orbit {
	top: 50%;
	right: -10%;
	width: 600px;
	height: 600px;
	transform: translateY(-50%);
	opacity: 0.2;
}

.wdts-quote-card {
	position: relative;
	padding: 48px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: var(--wdts-radius-lg);
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(18px);
	box-shadow: var(--wdts-shadow-elegant);
	text-align: center;
}

.wdts-quote-icon {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto 32px;
	color: rgba(111, 134, 164, 0.22);
	overflow: visible;
}

.wdts-about-page .wdts-quote-text {
	margin-bottom: 32px;
	font-family: "Noto Serif TC", serif;
	font-size: 28px;
	line-height: 1.6;
	color: var(--wdts-heading);
}

.wdts-quote-text__line,
.wdts-quote-text__highlight {
	display: block;
}

.wdts-quote-text__highlight {
	color: var(--wdts-gold);
}

.wdts-quote-description {
	max-width: 672px;
	margin: 0 auto;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.625;
	color: var(--wdts-secondary);
}

.wdts-about-section--cta {
	padding: 128px 0;
	background: var(--wdts-primary-deep);
}

.wdts-cta-orbit {
	right: -10%;
	bottom: -20%;
	width: 500px;
	height: 500px;
	opacity: 0.08;
	mix-blend-mode: screen;
}

.wdts-cta-orbit .wdts-profile-orbit__ring {
	border-color: rgba(255, 255, 255, 0.8);
	filter: blur(1px);
}

.wdts-cta-block {
	max-width: 768px;
	margin: 0 auto;
	text-align: center;
}

.wdts-about-page .wdts-cta-title {
	margin-bottom: 40px;
	font-size: 30px;
	line-height: 1.5;
	color: #fff;
	text-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

.wdts-about-page .wdts-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 430px;
	padding: 20px 48px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--wdts-radius-pill);
	background: var(--wdts-gold);
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 15px 30px -5px rgba(30, 40, 50, 0.5);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	transition: transform 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.wdts-button::after {
	content: "";
	position: absolute;
	inset: 0 auto 0 -100%;
	width: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
	transition: left 0.6s ease;
}

.wdts-about-page .wdts-button:hover {
	transform: translateY(-2px);
	border-color: rgba(255, 255, 255, 0.4);
	background: var(--wdts-gold-hover);
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 15px 35px -5px rgba(210, 142, 36, 0.45);
	color: #fff;
}

.wdts-button:hover::after {
	left: 100%;
}

.wdts-button__label {
	position: relative;
	z-index: 1;
	line-height: 1.5;
	text-align: center;
}

.wdts-reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.wdts-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.wdts-delay-1 {
	transition-delay: 100ms;
}

.wdts-delay-2 {
	transition-delay: 200ms;
}

@keyframes wdts-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@media (min-width: 640px) {
	.wdts-profile-achievements {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wdts-about-page .wdts-button {
		width: auto;
		max-width: none;
	}
}

@media (min-width: 768px) {
	.wdts-hero-title {
		font-size: 48px;
	}

	.wdts-section-title,
	.wdts-profile-name,
	.wdts-about-page .wdts-cta-title {
		font-size: 36px;
	}

	.wdts-truth-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.wdts-quote-card {
		padding: 64px;
	}

	.wdts-quote-text {
		font-size: 30px;
	}
}

@media (min-width: 1024px) {
	.wdts-profile-grid {
		grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
		gap: 96px;
	}

	.wdts-profile-photo-card {
		margin: 0 auto 0 0;
	}

	.wdts-profile-copy {
		max-width: none;
		margin: 0;
	}

	.wdts-about-section--cta {
		padding: 160px 0;
	}
}

@media (max-width: 767px) {
	.wdts-quote-card {
		padding: 48px 32px;
	}
}

.wdts-about-shortcode-active .content-area {
	margin-top: 0;
	margin-bottom: 0;
}

.wdts-about-shortcode-active .content-container.site-container,
.wdts-about-shortcode-active .content-wrap,
.wdts-about-shortcode-active .site-main,
.wdts-about-shortcode-active .entry-content,
.wdts-about-shortcode-active .entry-content-wrap,
.wdts-about-shortcode-active article.entry {
	margin: 0;
	max-width: none;
	padding: 0;
}

.wdts-about-shortcode-active .entry.single-entry {
	box-shadow: none;
	background: transparent;
}

.wdts-about-shortcode-active .entry-content.single-content {
	margin: 0;
	padding: 0;
}

.wdts-about-shortcode-active .entry-content .wdts-about-page {
	margin-top: 0;
}

.wdts-about-shortcode-active .entry-content > .wdts-about-page:first-child {
	margin-top: 0;
}
