/*----------------------------------*\
  # Studio FX — 果思風格靈感（聯華強品牌）
  Palette inspired by agency clarity: cool light + electric blue
\*----------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&family=Outfit:wght@500;600;700;800&display=swap');

:root {
	--st-bg: #e8ecf2;
	--st-bg-2: #e8ecf2;
	--st-ink: #12151c;
	--st-muted: #5a6475;
	--st-line: rgba(18, 21, 28, 0.08);
	--st-accent: #194bfe;
	--st-accent-2: #0f36c9;
	--st-surface: rgba(255, 255, 255, 0.28);
	--st-glass: rgba(255, 255, 255, 0.28);
	--st-glass-edge: rgba(255, 255, 255, 0.58);
	--st-glass-blur: blur(20px) saturate(1.22);
	--st-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--st-nav-h: 76px;
	--st-max: 1180px;
	--st-pad: clamp(16px, 4.2vw, 28px);
	--st-safe-l: env(safe-area-inset-left, 0px);
	--st-safe-r: env(safe-area-inset-right, 0px);
	--st-safe-t: env(safe-area-inset-top, 0px);
	--st-safe-b: env(safe-area-inset-bottom, 0px);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow-x: hidden;
	background: #e8ecf2;
}

body {
	background: transparent;
	color: var(--st-ink);
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-size: clamp(15px, 0.45vw + 14.5px, 17px);
	line-height: 1.65;
	overflow-x: hidden;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	-moz-user-select: text;
	-webkit-user-select: text;
}

img,
video,
iframe,
svg {
	max-width: 100%;
}

/* 任何螢幕寬度都強制直向堆疊，避免舊 float 把頁尾甩到右邊 */
.st-pagehead,
.main,
footer,
.copyright {
	display: block !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: 100% !important;
	position: relative;
	left: auto !important;
	right: auto !important;
}

.img_wedding {
	display: none !important;
	float: none !important;
	position: static !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
}

.boxA,
.boxB,
.boxC {
	float: none !important;
}

body::before,
body::after {
	display: none !important;
}

.st-ambient {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.st-ambient::before {
	content: "";
	position: absolute;
	inset: -22%;
	background:
		radial-gradient(42% 38% at 18% 22%, rgba(25, 75, 254, 0.38), transparent 70%),
		radial-gradient(36% 34% at 82% 18%, rgba(255, 92, 138, 0.28), transparent 68%),
		radial-gradient(40% 36% at 72% 78%, rgba(255, 168, 72, 0.22), transparent 70%),
		radial-gradient(32% 30% at 12% 82%, rgba(18, 200, 192, 0.18), transparent 68%);
	filter: blur(72px) saturate(1.18);
}

.st-ambient::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.28;
	mix-blend-mode: overlay;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	background-size: 180px 180px;
}

.st-intro,
.st-works,
.st-flow,
.st-cta,
.st-quote,
.st-pagehead,
.main,
.st-contactband,
footer,
.copyright {
	position: relative;
	z-index: 1;
}

/* 蓋掉舊高科技掃描／網格層，改走果思式乾淨氛圍 */
.bg,
.bg2,
.bg3,
.sidenav,
.loading_wrap {
	display: none !important;
}

/*---------- Boot intro：亮霧底＋中央柔光，自動淡出 ----------*/
html.st-booting,
html.st-booting body {
	overflow: hidden !important;
}

html:not(.st-booting) .st-boot:not([data-out="1"]) {
	display: none !important;
}

.st-boot {
	position: fixed;
	inset: 0;
	z-index: 100000;
	background: #d8e4ff;
	overflow: hidden;
	pointer-events: auto;
	cursor: pointer;
	opacity: 1;
	animation: stBootFade 0.6s ease 1.6s forwards;
}

.st-boot__stage {
	position: absolute;
	inset: -18%;
	z-index: 0;
	background:
		linear-gradient(105deg,
			#3d6dff 0%,
			#6f8bff 28%,
			#c9c0f2 58%,
			#fff6fb 78%,
			#ffffff 100%);
	filter: blur(8px) saturate(1.28) brightness(1.02);
}

.st-boot__photo {
	position: absolute;
	inset: -8%;
	z-index: 1;
	background: url("../images/comm/boot-wash.png") center / cover no-repeat;
	filter: blur(16px) saturate(1.32) brightness(1.04) contrast(1.06);
	opacity: 0.78;
	pointer-events: none;
}

.st-boot__grade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg,
			rgba(61, 109, 255, 0.28) 0%,
			rgba(150, 160, 255, 0.08) 48%,
			rgba(255, 255, 255, 0.18) 100%);
	pointer-events: none;
}

.st-boot__grain {
	position: absolute;
	inset: 0;
	z-index: 1;
	opacity: 0.22;
	mix-blend-mode: overlay;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	background-size: 180px 180px;
}

.st-boot__fog,
.st-boot__spot {
	display: none;
}

.st-boot__logo-wrap {
	position: absolute;
	inset: 0;
	z-index: 5;
}

.st-boot__logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	filter: none;
}

.st-boot__logo img {
	width: auto;
	height: clamp(148px, 28vw, 240px);
	object-fit: contain;
	display: block;
	filter: none;
}

.st-boot.is-out {
	opacity: 0 !important;
	pointer-events: none;
	animation: none;
}

@keyframes stBootFade {
	to {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.st-boot { display: none !important; }
	html.st-booting,
	html.st-booting body { overflow: auto !important; }
}

/*---------- Custom cursor：預設系統游標，熱區才變霧面圓 ----------*/
.st-cursor {
	display: none;
}

@media (hover: hover) and (pointer: fine) {
	html.is-cursor-hot [data-cursor],
	html.is-cursor-hot [data-cursor] * {
		cursor: none !important;
	}

	.st-cursor {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100001;
		width: 0;
		height: 0;
		pointer-events: none;
		opacity: 0;
		transition: opacity .2s var(--st-ease);
	}

	.st-cursor.is-hot {
		opacity: 1;
	}

	html.st-booting .st-cursor {
		display: none !important;
	}

	.st-cursor__mist,
	.st-cursor__glass,
	.st-cursor__core {
		position: absolute;
		left: 0;
		top: 0;
		pointer-events: none;
	}

	.st-cursor__mist {
		width: 150px;
		height: 150px;
		margin: -75px 0 0 -75px;
		background:
			radial-gradient(circle at 46% 42%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.18) 34%, transparent 68%),
			radial-gradient(circle at 58% 60%, rgba(236, 241, 248, 0.42) 0%, rgba(255, 255, 255, 0.08) 40%, transparent 70%);
		filter: blur(14px);
	}

	.st-cursor__glass {
		width: 96px;
		height: 96px;
		margin: -48px 0 0 -48px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.10);
		-webkit-backdrop-filter: blur(18px) saturate(1.2);
		backdrop-filter: blur(18px) saturate(1.2);
		-webkit-mask-image: radial-gradient(circle, #000 42%, transparent 78%);
		mask-image: radial-gradient(circle, #000 42%, transparent 78%);
	}

	.st-cursor__core {
		width: 108px;
		height: 108px;
		margin: -54px 0 0 -54px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 8px;
	}

	.st-cursor__arrow {
		width: 12px;
		height: 12px;
		border-top: 1.6px solid rgba(18, 21, 28, 0.72);
		border-right: 1.6px solid rgba(18, 21, 28, 0.72);
		transform: rotate(45deg);
	}

	.st-cursor__label {
		font-family: "Noto Sans TC", sans-serif;
		font-size: 0.72rem;
		font-weight: 700;
		letter-spacing: 0.08em;
		color: rgba(18, 21, 28, 0.82);
		white-space: nowrap;
	}

	.st-cursor.is-down .st-cursor__mist {
		opacity: 0.72;
	}
}

a {
	transition: color .25s var(--st-ease), opacity .25s var(--st-ease);
}

/*---------- Nav ----------*/
#header {
	display: none !important;
	height: 0 !important;
	overflow: hidden !important;
}

.st-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: calc(var(--st-nav-h) + var(--st-safe-t));
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 12px;
	padding: var(--st-safe-t) max(clamp(14px, 3.2vw, 40px), var(--st-safe-r)) 0 max(clamp(14px, 3.2vw, 40px), var(--st-safe-l));
	background: transparent;
	border-bottom: 0;
}

.st-nav.is-scrolled {
	background: rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(22px) saturate(1.2);
	-webkit-backdrop-filter: blur(22px) saturate(1.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

body.index .st-nav,
body.index .st-nav.is-scrolled {
	background: transparent;
	backdrop-filter: none;
	box-shadow: none;
	border-bottom: 0;
}

.st-nav__brand {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	z-index: 1002;
	color: var(--st-ink);
	text-decoration: none;
	gap: 10px;
}

.st-logo {
	position: relative;
	display: inline-block;
	font-family: Outfit, sans-serif;
	font-weight: 800;
	font-size: clamp(1.02rem, 2.6vw, 1.45rem);
	letter-spacing: 0.06em;
	line-height: 1;
	color: #111;
}

.st-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.st-mark-icon {
	display: block;
	width: auto;
	height: 52px;
	max-width: min(220px, 46vw);
	flex: 0 0 auto;
	object-fit: contain;
}

.st-nav__links {
	display: none;
	align-items: center;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	gap: clamp(16px, 1.8vw, 28px);
	margin-left: auto;
	padding: 0.7em 1.45em;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.22);
	border: 1px solid var(--st-glass-edge);
	box-shadow: 0 8px 30px rgba(18, 21, 28, 0.04);
	backdrop-filter: var(--st-glass-blur);
	-webkit-backdrop-filter: var(--st-glass-blur);
	overflow: visible;
}

.st-nav__links a {
	flex: 0 0 auto;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1;
	color: #1a1a1a;
	white-space: nowrap;
}

.st-nav__links a:hover,
.st-nav__links a.is-active {
	color: var(--st-accent);
}

.st-nav__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	height: 44px;
	padding: 0 1.25em;
	border-radius: 999px;
	background: var(--st-accent);
	color: #fff !important;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	white-space: nowrap;
	margin-left: 0;
}

.st-nav__end {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	margin-left: 10px;
}

.st-nav.is-compact .st-nav__end {
	margin-left: auto;
}

.st-lang {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(245, 246, 248, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: #111 !important;
	font-family: Outfit, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1;
	flex: 0 0 44px;
}

.st-lang:hover {
	background: #fff;
	color: var(--st-accent) !important;
}

.st-nav__cta:hover {
	background: var(--st-accent-2);
	color: #fff !important;
}

.st-burg {
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.38);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1002;
}

.st-burg span,
.st-burg span::before,
.st-burg span::after {
	display: block;
	width: 18px;
	height: 2px;
	background: var(--st-ink);
	position: relative;
	transition: transform .3s var(--st-ease), opacity .3s var(--st-ease);
}

.st-burg span::before,
.st-burg span::after {
	content: "";
	position: absolute;
	left: 0;
}

.st-burg span::before { top: -6px; }
.st-burg span::after { top: 6px; }

.st-burg.is-open span { background: transparent; }
.st-burg.is-open span::before { top: 0; transform: rotate(45deg); }
.st-burg.is-open span::after { top: 0; transform: rotate(-45deg); }

.st-drawer {
	position: fixed;
	inset: 0;
	z-index: 1001;
	background: rgba(18, 21, 28, 0.45);
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s var(--st-ease);
}

.st-drawer.is-open {
	opacity: 1;
	pointer-events: auto;
}

.st-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	width: min(360px, 88vw);
	height: 100%;
	height: 100dvh;
	background: rgba(255, 255, 255, 0.42);
	backdrop-filter: blur(28px) saturate(1.2);
	-webkit-backdrop-filter: blur(28px) saturate(1.2);
	border-left: 1px solid var(--st-glass-edge);
	padding: calc(var(--st-nav-h) + var(--st-safe-t) + 24px) max(28px, var(--st-safe-r)) max(40px, var(--st-safe-b)) 28px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	transform: translateX(12%);
	transition: transform .35s var(--st-ease);
}

.st-drawer.is-open .st-drawer__panel {
	transform: translateX(0);
}

.st-drawer__panel a {
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--st-ink);
	padding: 0.4em 0;
	border-bottom: 1px solid var(--st-line);
}

.st-drawer__tools {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
	padding-top: 8px;
}

.st-drawer__tools a {
	border-bottom: 0;
	padding: 0;
}

.st-drawer__tools .st-nav__cta {
	flex: 1;
	width: auto;
	margin-top: 0;
	color: #fff !important;
}

/* 膠囊選單：空間夠才展開，不夠就漢堡，避免擠壓變形 */
@media (min-width: 1100px) {
	.st-nav:not(.is-compact) .st-nav__links {
		display: inline-flex;
	}
	.st-nav:not(.is-compact) .st-burg,
	.st-nav:not(.is-compact) .st-drawer {
		display: none !important;
	}
	.st-nav.is-compact .st-nav__links {
		display: none !important;
	}
	.st-nav.is-compact .st-burg {
		display: inline-flex !important;
	}
}

/* 隱藏舊選單結構 */
.panel,
.offcanvas,
.burg,
#slider,
.wrapper,
.slide_logo {
	display: none !important;
}

/*---------- Shared ----------*/
.st-wrap {
	width: min(100%, var(--st-max));
	margin-inline: auto;
	padding-left: max(var(--st-pad), var(--st-safe-l));
	padding-right: max(var(--st-pad), var(--st-safe-r));
	box-sizing: border-box;
}

.st-intro__grid > *,
.st-works__list > *,
.st-flow__steps > *,
.st-expertise__grid > *,
.st-about__grid > *,
footer .content > * {
	min-width: 0;
}

.st-kicker {
	font-family: Outfit, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--st-accent);
	margin-bottom: 1rem;
}

.st-h2 {
	font-family: Outfit, "Noto Sans TC", sans-serif;
	font-size: clamp(1.55rem, 3.6vw, 2.75rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin-bottom: 0.85rem;
	overflow-wrap: anywhere;
}

.st-lead {
	color: var(--st-muted);
	font-size: clamp(1rem, 1.5vw, 1.12rem);
	max-width: 42rem;
}

.st-btn,
.st-nav__cta,
.st-burg,
.cont-form-button {
	touch-action: manipulation;
}

.st-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45em;
	min-height: 44px;
	padding: 0.95em 1.55em;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.01em;
	transition: background .3s var(--st-ease), border-color .3s var(--st-ease), color .3s var(--st-ease), transform .3s var(--st-ease), box-shadow .3s var(--st-ease);
}

.st-btn--primary {
	background: var(--st-accent);
	color: #fff !important;
}

.st-btn--primary:hover {
	background: var(--st-accent-2);
}

.st-btn--ghost {
	background: var(--st-glass);
	color: var(--st-ink) !important;
	border: 1px solid var(--st-glass-edge);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.st-btn--ghost:hover {
	border-color: rgba(25, 75, 254, 0.45);
	color: var(--st-accent) !important;
	background: rgba(255, 255, 255, 0.42);
}

.st-btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 1.75rem;
}

/* reveal */
.st-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .8s var(--st-ease), transform .8s var(--st-ease);
}

.st-reveal.is-in {
	opacity: 1;
	transform: none;
}

/*---------- Hero ----------*/
.st-hero {
	position: relative;
	min-height: 100vh;
	min-height: 100dvh;
	min-height: 100svh;
	display: grid;
	place-items: center;
	padding: calc(var(--st-nav-h) + var(--st-safe-t) + 12px) max(16px, var(--st-safe-r)) max(72px, var(--st-safe-b)) max(16px, var(--st-safe-l));
	overflow: hidden;
	background: transparent;
	color: var(--st-ink);
	isolation: isolate;
}

.st-hero__frame {
	position: absolute;
	inset: 0;
	z-index: 1;
	overflow: hidden;
	border-radius: 0;
	background: transparent;
	transition: inset 1.05s var(--st-ease), border-radius 1.05s var(--st-ease), box-shadow 1.05s var(--st-ease);
}

.st-hero.is-framed .st-hero__frame {
	inset: calc(var(--st-nav-h) + var(--st-safe-t) + 18px) max(18px, var(--st-safe-r), 5.5vw) 72px max(18px, var(--st-safe-l), 5.5vw);
	border-radius: 28px;
	box-shadow: 0 28px 80px rgba(18, 21, 28, 0.16);
}

.st-hero__slides,
.st-hero__slide {
	position: absolute;
	inset: 0;
}

.st-hero__slide {
	opacity: 0;
	transition: opacity 0.55s var(--st-ease);
}

.st-hero.is-framed .st-hero__slide.is-on {
	opacity: 1;
}

.st-hero__slide img,
.st-hero__slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: none;
}

.st-hero__dots {
	position: absolute;
	left: 50%;
	bottom: 18px;
	z-index: 5;
	display: flex;
	gap: 8px;
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s var(--st-ease);
}

.st-hero.is-framed .st-hero__dots {
	opacity: 1;
	pointer-events: auto;
}

.st-hero__dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.45);
}

.st-hero__dots button.is-on {
	width: 22px;
	background: #fff;
}

.st-hero__fx,
.st-hero__grain,
.st-hero__veil {
	display: none !important;
}

@keyframes stGrain {
	0% { transform: translate(0, 0); }
	25% { transform: translate(-2%, 1%); }
	50% { transform: translate(1%, -2%); }
	75% { transform: translate(-1%, 2%); }
	100% { transform: translate(0, 0); }
}

.st-hero__stage {
	position: relative;
	z-index: 4;
	text-align: center;
	width: min(100%, 1100px);
	max-width: 100%;
	padding-inline: 4px;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.st-mark-icon--hero {
	width: auto;
	height: clamp(88px, 18vw, 168px);
	max-width: min(560px, 86vw);
	margin: 0 auto 1.2rem;
}

.st-hero__brand {
	font-family: Outfit, "Noto Sans TC", sans-serif;
	font-size: clamp(0.68rem, 2.1vw, 0.95rem);
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin-bottom: 1.2rem;
	color: var(--st-ink);
}

.st-mark {
	position: relative;
	margin: 0 auto 1.1rem;
	font-family: Outfit, sans-serif;
	font-size: clamp(1.85rem, 10.6vw, 8.5rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.02em;
	color: var(--st-ink);
	white-space: nowrap;
	max-width: 100%;
}

.st-hero__tagline {
	margin: 0 auto;
	max-width: 28em;
	font-size: clamp(1rem, 2vw, 1.35rem);
	font-weight: 600;
	line-height: 1.6;
	color: var(--st-ink);
}

.st-hero__tagline span {
	box-shadow: inset 0 -0.35em 0 rgba(255, 255, 255, 0.18);
}

.st-hero__actions {
	justify-content: center;
	margin-top: 1.6rem;
}

.st-hero .st-btn--ghost {
	border-color: rgba(18, 21, 28, 0.22);
	color: var(--st-ink) !important;
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.42);
}

.st-hero .st-btn--ghost:hover {
	border-color: var(--st-ink);
	background: rgba(255, 255, 255, 0.72);
}

.st-hero__down {
	position: absolute;
	z-index: 5;
	left: 50%;
	bottom: 24px;
	width: 52px;
	height: 52px;
	margin-left: -26px;
	border-radius: 50%;
	border: 1px solid rgba(18, 21, 28, 0.22);
	background: rgba(255, 255, 255, 0.42);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--st-ink);
}

.st-hero__down span {
	width: 10px;
	height: 10px;
	border-right: 2px solid var(--st-ink);
	border-bottom: 2px solid var(--st-ink);
	transform: rotate(45deg) translate(-2px, -2px);
	animation: stDown 1.6s var(--st-ease) infinite;
}

@keyframes stDown {
	0%, 100% { opacity: 0.35; transform: rotate(45deg) translate(-2px, -6px); }
	50% { opacity: 1; transform: rotate(45deg) translate(-2px, 2px); }
}

/*---------- Intro ----------*/
.st-intro {
	padding: clamp(72px, 10vw, 120px) 0;
}

.st-intro__grid {
	display: grid;
	gap: clamp(28px, 5vw, 64px);
	align-items: end;
}

@media (min-width: 900px) {
	.st-intro__grid {
		grid-template-columns: 1.15fr 0.85fr;
	}
}

@media (min-width: 640px) and (max-width: 899px) {
	.st-intro__stats {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.st-statement {
	margin-top: clamp(48px, 7vw, 80px);
	padding-top: clamp(36px, 5vw, 56px);
	border-top: 1px solid var(--st-line);
}

.st-statement .st-h2 {
	max-width: 18ch;
}

.st-intro__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.st-stat {
	padding: 22px 20px;
	border-radius: 20px;
	background: var(--st-glass);
	border: 1px solid var(--st-glass-edge);
	backdrop-filter: var(--st-glass-blur);
	-webkit-backdrop-filter: var(--st-glass-blur);
	transition: transform .45s var(--st-ease), box-shadow .45s var(--st-ease), border-color .45s var(--st-ease), background .45s var(--st-ease);
}

@media (hover: hover) and (pointer: fine) {
	.st-stat:hover {
		transform: translateY(-6px);
		box-shadow: 0 18px 40px rgba(18, 21, 28, 0.08);
		border-color: rgba(25, 75, 254, 0.22);
	}
}

.st-stat strong {
	display: block;
	font-family: Outfit, sans-serif;
	font-size: clamp(1.6rem, 3vw, 2.1rem);
	font-weight: 800;
	color: var(--st-accent);
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin-bottom: 0.35rem;
}

.st-stat span {
	color: var(--st-muted);
	font-size: 0.92rem;
}

/*---------- Works ----------*/
.st-works {
	padding: 0 0 clamp(72px, 10vw, 120px);
}

.st-works__head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
	gap: 20px;
	margin-bottom: clamp(28px, 4vw, 44px);
}

.st-more {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--st-muted);
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
}

.st-more__arrow {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1px solid var(--st-glass-edge);
	background: var(--st-glass);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	position: relative;
	transition: background .35s var(--st-ease), border-color .35s var(--st-ease), transform .35s var(--st-ease);
}

.st-more__arrow::before,
.st-more__arrow::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
}

.st-more__arrow::before {
	width: 13px;
	height: 1.5px;
	background: var(--st-ink);
	transform: translate(-50%, -50%) rotate(-45deg);
	transition: background .35s var(--st-ease);
}

.st-more__arrow::after {
	width: 7px;
	height: 7px;
	border-top: 1.5px solid var(--st-ink);
	border-right: 1.5px solid var(--st-ink);
	transform: translate(-1px, -6px) rotate(-45deg);
	transition: border-color .35s var(--st-ease);
}

.st-more:hover {
	color: var(--st-ink);
}

.st-more:hover .st-more__arrow {
	background: var(--st-accent);
	border-color: var(--st-accent);
}

.st-more:hover .st-more__arrow::before {
	background: #fff;
}

.st-more:hover .st-more__arrow::after {
	border-color: #fff;
}

.st-magnet {
	will-change: transform;
}

.st-works__list {
	display: grid;
	gap: 22px;
}

.st-work {
	position: relative;
	display: block;
	isolation: isolate;
	border-radius: 24px;
	overflow: hidden;
	min-height: clamp(280px, 42vw, 460px);
	background: #1a1f2a;
	color: #fff;
	transition: transform .55s var(--st-ease);
}

@media (hover: hover) and (pointer: fine) {
	.st-work:hover {
		transform: translateY(-6px);
	}
}

.st-work img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1s var(--st-ease);
	z-index: -1;
}

.st-work::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(18,21,28,0.05) 20%, rgba(18,21,28,0.78) 100%);
	z-index: 0;
}

.st-work:hover img {
	transform: scale(1.06);
}

.st-work__body {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: clamp(22px, 3vw, 36px);
}

.st-work__tag {
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	opacity: 0.85;
	margin-bottom: 0.55rem;
}

.st-work h3 {
	font-family: Outfit, "Noto Sans TC", sans-serif;
	font-size: clamp(1.45rem, 2.8vw, 2.1rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

.st-work__body p {
	margin-top: 0.45rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.92rem;
	max-width: 36rem;
}

@media (min-width: 1024px) {
	.st-works__list {
		grid-template-columns: 1.2fr 0.8fr;
		grid-template-rows: auto auto;
	}
	.st-work:first-child {
		grid-row: 1 / span 2;
		min-height: 100%;
	}
}

@media (min-width: 700px) and (max-width: 1023px) {
	.st-works__list {
		grid-template-columns: 1fr 1fr;
	}
}

/*---------- Flow ----------*/
.st-flow {
	padding: clamp(72px, 10vw, 110px) 0;
	background: transparent;
	color: var(--st-ink);
}

.st-flow .st-kicker {
	color: var(--st-accent);
}

.st-flow .st-lead {
	color: var(--st-muted);
}

.st-flow__steps {
	display: grid;
	gap: 16px;
	margin-top: clamp(32px, 5vw, 48px);
}

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

@media (min-width: 1100px) {
	.st-flow__steps {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.st-step {
	padding: 24px 22px;
	border-radius: 20px;
	background: var(--st-glass);
	border: 1px solid var(--st-glass-edge);
	backdrop-filter: var(--st-glass-blur);
	-webkit-backdrop-filter: var(--st-glass-blur);
	min-height: 100%;
	transition: transform .45s var(--st-ease), background .45s var(--st-ease), border-color .45s var(--st-ease);
}

.st-step__num {
	font-family: Outfit, sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: var(--st-accent);
	margin-bottom: 1rem;
}

.st-step h3 {
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 0.55rem;
}

.st-step p {
	color: var(--st-muted);
	font-size: 0.95rem;
}

/*---------- CTA ----------*/
.st-cta {
	padding: clamp(72px, 10vw, 120px) 0;
}

.st-cta__box {
	border-radius: 28px;
	padding: clamp(36px, 6vw, 64px);
	background: var(--st-glass);
	border: 1px solid var(--st-glass-edge);
	backdrop-filter: var(--st-glass-blur);
	-webkit-backdrop-filter: var(--st-glass-blur);
}

/*---------- Quote ----------*/
.st-quote {
	padding: 0 0 clamp(72px, 10vw, 120px);
}

.st-quote__card {
	margin-top: clamp(28px, 4vw, 40px);
	padding: clamp(28px, 4vw, 44px);
	border-radius: 28px;
	background: var(--st-glass);
	border: 1px solid var(--st-glass-edge);
	backdrop-filter: var(--st-glass-blur);
	-webkit-backdrop-filter: var(--st-glass-blur);
}

.st-quote__card blockquote {
	font-size: clamp(1.15rem, 2.2vw, 1.55rem);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.01em;
	margin: 0 0 1.1rem;
}

.st-quote__card figcaption {
	color: var(--st-muted);
	font-size: 0.92rem;
}

/*---------- Inner pages ----------*/
.st-pagehead {
	padding: calc(var(--st-nav-h) + var(--st-safe-t) + 36px) 0 12px;
	box-sizing: border-box;
	max-width: 100%;
}

body:not(.index) .main {
	width: min(100%, var(--st-max)) !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 24px max(var(--st-pad), var(--st-safe-r)) max(72px, var(--st-safe-b)) max(var(--st-pad), var(--st-safe-l)) !important;
	box-sizing: border-box !important;
	float: none !important;
	overflow: visible !important;
}

body:not(.index) .title,
body:not(.index) .st-pagehead .title {
	background: none !important;
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	margin: 0 0 0.9rem !important;
	justify-content: flex-start;
	display: block !important;
}

body:not(.index) .title div,
body:not(.index) .st-pagehead .title div {
	color: var(--st-ink) !important;
	font-family: Outfit, "Noto Sans TC", sans-serif;
	font-size: clamp(2rem, 4.4vw, 3.4rem) !important;
	font-weight: 800;
	letter-spacing: -0.03em;
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: unset !important;
	-webkit-line-clamp: unset !important;
	padding: 0 !important;
	line-height: 1.18 !important;
	text-align: left;
}

body:not(.index) .img_wedding {
	display: none;
}

/* About */
.st-about__grid {
	display: grid;
	gap: clamp(24px, 4vw, 56px);
	align-items: start;
	margin-bottom: clamp(56px, 8vw, 96px);
}

@media (min-width: 900px) {
	.st-about__grid {
		grid-template-columns: 0.92fr 1.08fr;
	}
}

.st-about__media {
	margin: 0;
	border-radius: 28px;
	overflow: hidden;
	background: #dfe6ef;
}

.about .img_left,
.st-about__media img {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	display: block;
	border-radius: 28px;
}

.st-about__motto {
	font-family: Outfit, "Noto Sans TC", sans-serif !important;
	font-size: clamp(1.15rem, 2.2vw, 1.45rem) !important;
	font-weight: 800 !important;
	letter-spacing: -0.02em;
	line-height: 1.45 !important;
	color: var(--st-ink) !important;
	margin: 0 0 1.1rem !important;
}

.st-about__copy > .st-kicker,
.st-about__copy .st-tech__tools-label {
	color: var(--st-accent) !important;
	margin-top: 1.4rem;
	margin-bottom: 0.45rem;
}

.st-about__copy h3 {
	font-family: Outfit, "Noto Sans TC", sans-serif;
	font-size: clamp(1.35rem, 2.4vw, 1.8rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0.35rem 0 1.1rem;
	line-height: 1.3;
	color: var(--st-ink) !important;
}

.st-tech {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	margin: 0 0 1.4rem;
}

@media (min-width: 640px) {
	.st-tech {
		grid-template-columns: 1fr 1fr;
	}
}

.st-tech__card {
	padding: 18px 18px 16px 20px;
	border-radius: 20px;
	background: var(--st-glass);
	border: 1px solid var(--st-glass-edge);
	backdrop-filter: var(--st-glass-blur);
	-webkit-backdrop-filter: var(--st-glass-blur);
	min-height: 100%;
	position: relative;
	overflow: hidden;
	transition: transform .35s var(--st-ease), border-color .35s var(--st-ease), box-shadow .35s var(--st-ease);
}

.st-tech__card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	bottom: 14px;
	width: 3px;
	border-radius: 99px;
	background: var(--st-accent);
	opacity: 0.85;
}

@media (hover: hover) and (pointer: fine) {
	.st-tech__card:hover {
		transform: translateY(-4px);
		border-color: rgba(25, 75, 254, 0.28);
		box-shadow: 0 16px 36px rgba(18, 21, 28, 0.06);
	}
}

.st-tech__num {
	display: block;
	font-family: Outfit, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: var(--st-accent);
	margin-bottom: 0.55rem;
}

.st-tech__card h4 {
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 0.7rem;
	color: var(--st-ink);
}

.st-tech__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.st-tech__tags em {
	font-style: normal;
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--st-muted);
	background: rgba(255, 255, 255, 0.45);
	border: 1px solid var(--st-glass-edge);
	border-radius: 999px;
	padding: 0.22em 0.65em;
}

.st-tech__tools-label {
	font-family: Outfit, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--st-accent);
	margin: 0.4rem 0 0.7rem;
}

.st-tech__tools {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.st-tech__tools span {
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--st-ink);
	background: var(--st-glass);
	border: 1px solid var(--st-glass-edge);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 999px;
	padding: 0.4em 0.85em;
}

.st-tech__body {
	margin: 0 0 0.35rem;
	font-size: 0.98rem;
	line-height: 1.6;
	color: var(--st-ink);
	font-weight: 600;
}

.pop_cnt .st-tech,
.edit .st-tech {
	margin-top: 0.4rem;
}

.about .edit p,
.st-about__copy p {
	color: var(--st-muted) !important;
	margin-bottom: 0.9rem;
	font-size: 1.02rem;
}

.about .edit *[style] {
	color: inherit !important;
	background: transparent !important;
	font-family: inherit !important;
}

/* CMS 內文全站美化 */
.edit,
.pop_cnt .edit,
.st-about__copy {
	color: var(--st-ink);
	font-size: 1.02rem;
	line-height: 1.8;
}

.edit h1,
.edit h2,
.edit h3,
.edit h4,
.pop_cnt .edit h1,
.pop_cnt .edit h2,
.pop_cnt .edit h3 {
	font-family: Outfit, "Noto Sans TC", sans-serif !important;
	font-weight: 800 !important;
	letter-spacing: -0.02em;
	color: var(--st-ink) !important;
	line-height: 1.3 !important;
	background: none !important;
	padding: 0 !important;
	border: 0 !important;
}

.edit h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem) !important; margin: 1.4rem 0 0.85rem !important; }
.edit h3 { font-size: clamp(1.15rem, 2vw, 1.4rem) !important; margin: 1.5rem 0 0.9rem !important; }
.edit h4 { font-size: 1.05rem !important; margin: 1.2rem 0 0.6rem !important; }

.edit h2 img,
.edit h3 img,
.edit h4 img,
.edit h3 font,
.edit h3 b {
	font-weight: inherit;
}

.edit p,
.pop_cnt .edit p {
	margin: 0 0 0.9rem;
	color: var(--st-muted);
}

.edit a {
	color: var(--st-accent);
	text-decoration: none;
	border-bottom: 1px solid rgba(25, 75, 254, 0.25);
}

.edit img,
.pop_cnt .edit img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 18px;
	margin: 1rem 0;
}

.edit ul,
.edit ol,
.st-about__copy ul,
.st-about__copy ol,
.pop_cnt .edit ul,
.pop_cnt .edit ol {
	list-style: none !important;
	margin: 0 0 1.4rem !important;
	padding: 0 !important;
	display: grid;
	gap: 12px;
	counter-reset: stcard;
}

@media (min-width: 720px) {
	.edit ul,
	.edit ol,
	.pop_cnt .edit ul,
	.pop_cnt .edit ol,
	.st-about__copy ul,
	.about .edit ul {
		grid-template-columns: 1fr 1fr;
	}
}

.edit li,
.st-about__copy li,
.pop_cnt .edit li {
	list-style: none !important;
	margin: 0 !important;
	counter-increment: stcard;
	padding: 42px 18px 16px 20px !important;
	border-radius: 20px;
	background: var(--st-glass);
	border: 1px solid var(--st-glass-edge);
	backdrop-filter: var(--st-glass-blur);
	-webkit-backdrop-filter: var(--st-glass-blur);
	color: var(--st-ink) !important;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.55;
	position: relative;
}

.edit li::before,
.st-about__copy li::before,
.pop_cnt .edit li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	bottom: 14px;
	width: 3px;
	border-radius: 99px;
	background: var(--st-accent);
}

.edit li::after,
.st-about__copy li::after,
.pop_cnt .edit li::after {
	content: counter(stcard, decimal-leading-zero);
	position: absolute;
	top: 16px;
	left: 20px;
	font-family: Outfit, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: var(--st-accent);
}

.edit table {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0 1.4rem;
	overflow: hidden;
	border-radius: 16px;
	background: var(--st-glass);
}

.edit td,
.edit th {
	padding: 12px 14px;
	border-bottom: 1px solid var(--st-line);
	text-align: left;
}

.edit blockquote {
	margin: 1rem 0;
	padding: 18px 20px;
	border-left: 3px solid var(--st-accent);
	border-radius: 0 16px 16px 0;
	background: var(--st-glass);
	color: var(--st-ink);
}

.st-sitemap {
	padding-bottom: 24px;
}

.st-sitemap .st-h2 {
	margin-bottom: 1.4rem;
}

.st-sitemap .editorBlock > ul {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr;
}

@media (min-width: 720px) {
	.st-sitemap .editorBlock > ul {
		grid-template-columns: 1fr 1fr;
	}
}

.st-sitemap .editorBlock li {
	margin: 0;
}

.st-sitemap .editorBlock > ul > li > ul {
	display: grid;
	gap: 8px;
	margin-top: 10px;
	padding-left: 4px;
}

.about,
.st-about {
	line-height: 1.75 !important;
	min-height: auto !important;
	height: auto !important;
}

.st-about .st-cta__box {
	margin-top: 8px;
}

.st-pagehead .st-lead {
	margin-bottom: 0;
}

.st-expertise__grid {
	display: grid;
	gap: 16px;
	margin-top: clamp(24px, 4vw, 36px);
}

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

@media (min-width: 1100px) {
	.st-expertise__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.st-skill {
	padding: 24px 22px;
	border-radius: 22px;
	background: var(--st-glass);
	border: 1px solid var(--st-glass-edge);
	backdrop-filter: var(--st-glass-blur);
	-webkit-backdrop-filter: var(--st-glass-blur);
	min-height: 100%;
	transition: transform .45s var(--st-ease), box-shadow .45s var(--st-ease), border-color .45s var(--st-ease);
}

@media (hover: hover) and (pointer: fine) {
	.st-skill:hover {
		transform: translateY(-5px);
		box-shadow: 0 16px 36px rgba(18, 21, 28, 0.08);
		border-color: rgba(25, 75, 254, 0.2);
	}
	.st-step:hover {
		transform: translateY(-5px);
		background: rgba(255, 255, 255, 0.42);
		border-color: rgba(25, 75, 254, 0.22);
		box-shadow: 0 16px 36px rgba(18, 21, 28, 0.06);
	}
}

.st-skill span {
	display: block;
	font-family: Outfit, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: var(--st-accent);
	margin-bottom: 0.85rem;
}

.st-skill h3 {
	font-size: 1.12rem;
	font-weight: 700;
	margin-bottom: 0.45rem;
}

.st-skill p {
	color: var(--st-muted);
	font-size: 0.94rem;
	margin: 0;
}

/* Works / video cards */
.proWrap,
.st-works-page {
	width: 100% !important;
	margin: 0 !important;
	display: block !important;
}

.proWrap ul,
.st-works-page ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 700px) {
	.proWrap ul,
	.st-works-page ul {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1100px) {
	.proWrap li:first-child,
	.st-works-page li:first-child {
		grid-column: 1 / -1;
	}
	.proWrap li:first-child .imgWrap,
	.st-works-page li:first-child .imgWrap {
		aspect-ratio: 16 / 8.2;
		min-height: min(420px, 46vw);
	}
}

.proWrap li,
.st-card {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	cursor: pointer;
	border-radius: 24px;
	overflow: hidden;
}

.proWrap .imgWrap,
.vdList .set-bg {
	position: relative;
	width: 100%;
	height: auto !important;
	aspect-ratio: 16 / 10;
	border-radius: 24px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	isolation: isolate;
	transition: transform 1s var(--st-ease);
}

.proWrap li:hover .imgWrap,
.vdList:hover .set-bg {
	transform: scale(1.05);
}

.proWrap .overlay,
.vdList .overlay {
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	top: auto !important;
	width: 100% !important;
	height: auto !important;
	padding: clamp(20px, 3vw, 32px) !important;
	background: linear-gradient(180deg, transparent 0%, rgba(18, 21, 28, 0.82) 100%) !important;
	color: #fff !important;
	border-radius: 0 !important;
	opacity: 1 !important;
	transform: none !important;
}

.proWrap .overlay h2,
.vdList .overlay h2 {
	font-family: Outfit, "Noto Sans TC", sans-serif;
	font-size: clamp(1.25rem, 2.2vw, 1.8rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 0.35rem;
	height: auto !important;
	overflow: visible !important;
}

.proWrap .overlay .text,
.vdList .overlay .text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: auto !important;
	font-size: 0.92rem;
	line-height: 1.5;
	opacity: 0.82;
	margin: 0;
}

.proWrap .overlay i,
.vdList .overlay i {
	display: none;
}

.vdSlider,
.st-video-page {
	width: 100% !important;
	padding-top: 0 !important;
	display: grid;
	gap: 22px;
}

@media (min-width: 700px) {
	.vdSlider,
	.st-video-page {
		grid-template-columns: 1fr 1fr;
	}
}

.vdList {
	width: 100% !important;
	height: auto !important;
	padding: 0 !important;
	position: relative;
}

.vdList a {
	display: block;
	position: relative;
}

.vdList .play {
	width: 64px;
	height: 64px;
	background: rgba(25, 75, 254, 0.92) !important;
	background-image: none !important;
	border-radius: 50%;
	z-index: 2;
	box-shadow: 0 10px 30px rgba(25, 75, 254, 0.35);
}

.vdList .play::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #fff;
	transform: translate(-50%, -50%);
}

/* News */
.newsWrap,
.st-news-page {
	width: 100% !important;
	display: block !important;
}

.st-news-list,
.newsWrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 16px;
}

.newsWrap li,
.st-news {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	display: grid !important;
	grid-template-columns: minmax(120px, 220px) 1fr;
	gap: 20px;
	align-items: center;
	padding: 14px;
	border-radius: 22px;
	background: var(--st-glass);
	border: 1px solid var(--st-glass-edge);
	backdrop-filter: var(--st-glass-blur);
	-webkit-backdrop-filter: var(--st-glass-blur);
	cursor: pointer;
	transition: transform .35s var(--st-ease), box-shadow .35s var(--st-ease);
}

.newsWrap li:hover,
.st-news:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 40px rgba(18, 21, 28, 0.06);
}

.newsWrap li .left,
.st-news .left {
	width: auto !important;
	margin: 0;
}

.newsWrap li img,
.st-news img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	border-radius: 16px;
	display: block;
}

.newsWrap li .right,
.st-news .right {
	width: auto !important;
}

.newsWrap h2,
.st-news h2 {
	font-size: clamp(1.05rem, 1.8vw, 1.35rem);
	font-weight: 700;
	line-height: 1.35;
	margin: 0.2rem 0 0.55rem;
}

.newsWrap .date,
.st-news .date {
	color: var(--st-muted);
	font-size: 0.86rem;
	margin: 0;
}

.st-news__more {
	color: var(--st-accent);
	font-size: 0.88rem;
	font-weight: 700;
}

.st-tags,
.news_typesBar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px !important;
}

.news_typesBar label {
	margin: 0 !important;
}

.news_typesBar span {
	display: inline-flex;
	align-items: center;
	padding: 0.45em 0.95em;
	border-radius: 999px;
	background: var(--st-glass) !important;
	color: var(--st-muted) !important;
	border: 1px solid var(--st-glass-edge);
	font-size: 0.88rem;
	font-weight: 600;
	cursor: pointer;
}

.news_typesBar input:checked + span,
.news_typesBar label:has(input:checked) span {
	background: var(--st-accent) !important;
	color: #fff !important;
	border-color: var(--st-accent);
}

/* Contact — 單欄編輯式表單，不要左右切開、不要小卡片 */
.st-contact,
.contact {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: clamp(40px, 6vw, 72px) !important;
	float: none !important;
	overflow: visible !important;
}

.st-contact::after,
.st-contact::before,
.contact::after,
.contact::before {
	display: none !important;
	content: none !important;
}

.st-contact > *,
.contact > * {
	min-width: 0;
	max-width: 100%;
	float: none !important;
}

.contact-item {
	float: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.st-contact form,
.contact form,
#form_data {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	overflow: visible !important;
	background: transparent;
	border: 0;
}

.st-form__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px 36px;
}

@media (min-width: 700px) {
	.st-form__grid {
		grid-template-columns: 1fr 1fr;
	}
}

.st-field {
	display: block;
	margin: 0 0 8px;
}

.st-field--full {
	display: block;
	margin-top: 12px;
}

.st-field span {
	display: block;
	font-family: Outfit, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--st-muted);
	margin-bottom: 0.2rem;
}

.cont-form,
.st-form {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-sizing: border-box;
	overflow: visible !important;
	float: none !important;
}

.cont-form-control {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	border: 0 !important;
	border-bottom: 1px solid rgba(18, 21, 28, 0.16) !important;
	border-radius: 0 !important;
	background: transparent !important;
	padding: 0.85em 0 0.95em !important;
	font-size: 1.05rem !important;
	color: var(--st-ink) !important;
	text-transform: none !important;
	outline: none;
	box-shadow: none !important;
}

.cont-form-control::placeholder {
	color: rgba(18, 21, 28, 0.32);
	font-weight: 400;
}

.cont-form-control:focus {
	border-bottom-color: var(--st-accent) !important;
	background: transparent !important;
	box-shadow: none !important;
}

textarea.cont-form-control {
	min-height: 8.5rem;
	resize: vertical;
	line-height: 1.6;
}

.st-form__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 28px;
}

.st-captcha {
	display: flex;
	align-items: stretch;
	gap: 16px;
	flex: 1 1 280px;
	max-width: 460px;
	padding: 12px 14px;
	border-radius: 20px;
	background: var(--st-glass);
	border: 1px solid var(--st-glass-edge);
	backdrop-filter: var(--st-glass-blur);
	-webkit-backdrop-filter: var(--st-glass-blur);
}

.st-captcha__preview {
	position: relative;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	border-radius: 14px;
	overflow: visible;
}

.st-captcha__refresh {
	position: absolute;
	right: -8px;
	top: -8px;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.92);
	color: var(--st-accent);
	box-shadow: 0 4px 12px rgba(18, 21, 28, 0.08);
	pointer-events: none;
}

.st-captcha__field {
	flex: 1;
	min-width: 0;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.st-captcha .cont-form-control {
	flex: 1;
	min-width: 0;
}

.st-captcha img,
.cont-form .check,
img.check {
	position: static !important;
	right: auto !important;
	bottom: auto !important;
	height: 58px !important;
	width: 176px !important;
	max-width: 100%;
	border-radius: 14px;
	cursor: pointer;
	flex: 0 0 auto;
	display: block;
	background: #eef3ff;
}

.cont-form-button,
.cont-form-button.st-btn {
	width: auto;
	min-width: 168px;
	border: 0;
	cursor: pointer;
	background: var(--st-accent);
	color: #fff !important;
}

.st-contact__bar {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px 28px;
	padding-top: clamp(28px, 4vw, 40px);
	border-top: 1px solid var(--st-line);
}

@media (min-width: 640px) {
	.st-contact__bar {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1100px) {
	.st-contact__bar {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.st-contact__bar span {
	display: block;
	font-family: Outfit, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--st-accent);
	margin-bottom: 0.45rem;
}

.st-contact__bar p,
.st-contact__bar a {
	margin: 0;
	color: var(--st-ink);
	font-weight: 600;
	line-height: 1.55;
	font-size: 0.95rem;
}

.map-rwd {
	width: 100% !important;
	max-width: 100% !important;
	height: clamp(240px, 38vw, 420px) !important;
	margin-top: 0;
	padding: 0 !important;
	border-radius: 24px;
	overflow: hidden;
	border: 0;
	position: relative !important;
	background: #e8edf3;
}

.map-rwd iframe {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	border: 0 !important;
	display: block;
	max-width: none !important;
	filter: grayscale(0.25) contrast(1.05);
}

/* Popup */
.popup {
	background: rgba(18, 21, 28, 0.58) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 1200 !important;
}

.pop_cnt,
.popup_cnt {
	width: min(920px, calc(100% - 32px)) !important;
	max-height: 88vh;
	overflow: auto;
	border-radius: 28px !important;
	padding: clamp(24px, 4vw, 40px) !important;
	background: rgba(255, 255, 255, 0.48) !important;
	backdrop-filter: blur(24px) saturate(1.2);
	-webkit-backdrop-filter: blur(24px) saturate(1.2);
	border: 1px solid var(--st-glass-edge);
	box-shadow: 0 30px 80px rgba(18, 21, 28, 0.12);
}

.pop_cnt h2,
.popup_cnt h2,
.vdTopic {
	font-family: Outfit, "Noto Sans TC", sans-serif;
	font-size: clamp(1.4rem, 2.4vw, 2rem) !important;
	font-weight: 800;
	letter-spacing: -0.02em;
	height: auto !important;
	overflow: visible !important;
	margin: 0 0 1rem !important;
}

.pop_cnt .imgLeft {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	border-radius: 18px;
	padding: 0 0 1rem !important;
}

.pop_cnt .edit,
.pop_cnt .edit * {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.popup-close {
	top: 14px !important;
	right: 18px !important;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f3f5f8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem !important;
	color: var(--st-ink) !important;
	text-decoration: none;
}

/* Pagination */
.pageWrap,
.pageWrap2 {
	margin: 28px auto 0 !important;
	display: flex;
	justify-content: center;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.pagination .page-item.first,
.pagination .page-item.last {
	display: none;
}

.pagination .page-link {
	min-width: 40px;
	height: 40px;
	border-radius: 999px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--st-glass-edge) !important;
	background: var(--st-glass) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	color: var(--st-ink) !important;
	font-weight: 700;
}

.pagination .page-item.active .page-link {
	background: var(--st-accent) !important;
	border-color: var(--st-accent) !important;
	color: #fff !important;
}

/* Sitemap */
.editorBlock ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

.editorBlock a {
	display: block;
	padding: 14px 16px;
	border-radius: 14px;
	background: var(--st-glass);
	border: 1px solid var(--st-glass-edge);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	color: var(--st-ink);
	font-weight: 600;
}

@media (max-width: 700px) {
	.newsWrap li,
	.st-news {
		grid-template-columns: 1fr;
	}
	.newsWrap li img,
	.st-news img {
		height: 180px;
	}
	.st-captcha {
		flex-direction: column;
		align-items: stretch;
		max-width: none;
	}
	.st-captcha img,
	img.check {
		width: 176px !important;
		height: 58px !important;
		object-fit: contain;
	}
	.st-form__foot {
		flex-direction: column;
		align-items: stretch;
	}
	.st-form__foot .st-btn {
		width: 100%;
	}
}

/*---------- Contact band ----------*/
.st-contactband {
	--mx: 0;
	--my: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	width: 100%;
	padding: clamp(72px, 11vw, 140px) max(20px, var(--st-safe-r)) clamp(80px, 12vw, 150px) max(20px, var(--st-safe-l));
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	color: var(--st-ink);
	background: transparent;
}

.st-contactband__blob {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	pointer-events: none;
	opacity: 0.85;
}

.st-contactband__blob--a {
	width: 52vw;
	height: 52vw;
	left: -18%;
	top: 8%;
	background: #7ea2ff;
	animation: stContactDrift 9s ease-in-out infinite;
}

.st-contactband__blob--b {
	width: 48vw;
	height: 48vw;
	right: -16%;
	bottom: -12%;
	background: #ffd4c2;
	animation: stContactDrift 11s ease-in-out infinite reverse;
}

.st-contactband__glow {
	position: absolute;
	inset: -18%;
	background: radial-gradient(circle at calc(50% + var(--mx) * 8%) calc(50% + var(--my) * 8%), rgba(255, 255, 255, 0.7), transparent 46%);
	pointer-events: none;
	transition: background 0.4s linear;
}

.st-contactband .st-kicker,
.st-contactband__hint,
.st-contactband__title {
	position: relative;
	z-index: 1;
}

.st-contactband .st-kicker {
	margin: 0;
	opacity: 0;
	transform: translateY(12px);
	transition: opacity .6s var(--st-ease), transform .6s var(--st-ease);
}

.st-contactband__title {
	display: flex;
	justify-content: center;
	align-items: baseline;
	font-family: Outfit, sans-serif;
	font-size: clamp(2.6rem, 11vw, 8.2rem);
	font-weight: 800;
	letter-spacing: -0.08em;
	line-height: 0.9;
	transform: translate3d(calc(var(--mx) * 14px), calc(var(--my) * 10px), 0);
	transition: transform 0.35s var(--st-ease);
}

.st-contactband__title span {
	display: inline-block;
	color: transparent;
	-webkit-text-stroke: 1.6px rgba(25, 75, 254, 0.42);
	opacity: 0;
	transform: translateY(32px);
	transition: opacity .7s var(--st-ease), transform .7s var(--st-ease), -webkit-text-stroke-color .35s var(--st-ease), color .35s var(--st-ease);
}

.st-contactband__title span.is-gap {
	width: 0.28em;
	-webkit-text-stroke: 0;
}

.st-contactband__title span:nth-child(1) { transition-delay: .04s; }
.st-contactband__title span:nth-child(2) { transition-delay: .08s; }
.st-contactband__title span:nth-child(3) { transition-delay: .12s; }
.st-contactband__title span:nth-child(4) { transition-delay: .16s; }
.st-contactband__title span:nth-child(5) { transition-delay: .20s; }
.st-contactband__title span:nth-child(6) { transition-delay: .24s; }
.st-contactband__title span:nth-child(7) { transition-delay: .28s; }
.st-contactband__title span:nth-child(9) { transition-delay: .36s; }
.st-contactband__title span:nth-child(10) { transition-delay: .40s; }

.st-contactband__hint {
	font-size: clamp(0.95rem, 1.6vw, 1.15rem);
	font-weight: 600;
	color: var(--st-muted);
	opacity: 0;
	transform: translateY(14px);
	transition: opacity .7s var(--st-ease) .28s, transform .7s var(--st-ease) .28s;
}

.st-contactband.is-in .st-kicker,
.st-contactband.is-in .st-contactband__hint,
.st-contactband.is-in .st-contactband__title span {
	opacity: 1;
	transform: none;
}

.st-contactband.is-in .st-contactband__title span.is-gap {
	opacity: 1;
}

.st-contactband:hover .st-contactband__title span:not(.is-gap) {
	-webkit-text-stroke-color: var(--st-accent);
	color: rgba(25, 75, 254, 0.08);
}

@keyframes stContactDrift {
	0%, 100% { transform: translate(0, 0) scale(1); }
	50% { transform: translate(6%, -5%) scale(1.08); }
}

@media (prefers-reduced-motion: reduce) {
	.st-contactband__blob--a,
	.st-contactband__blob--b {
		animation: none;
	}
	.st-contactband .st-kicker,
	.st-contactband__hint,
	.st-contactband__title span {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

body.contact .st-contactband {
	display: none;
}
footer {
	display: block !important;
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: 100% !important;
	background: rgba(255, 255, 255, 0.16) !important;
	backdrop-filter: blur(22px) saturate(1.15);
	-webkit-backdrop-filter: blur(22px) saturate(1.15);
	border-top: 1px solid var(--st-glass-edge);
	color: var(--st-muted) !important;
	margin-top: 0 !important;
	padding: 56px max(20px, var(--st-safe-r)) max(28px, var(--st-safe-b)) max(20px, var(--st-safe-l)) !important;
	box-sizing: border-box !important;
}

footer .content {
	width: min(100%, var(--st-max)) !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 28px !important;
	float: none !important;
}

@media (min-width: 700px) {
	footer .content {
		grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) !important;
	}
}

@media (min-width: 1100px) {
	footer .content {
		grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) !important;
		align-items: start;
	}
}

footer .boxA,
footer .boxB {
	display: flex !important;
	flex-wrap: wrap !important;
	float: none !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	padding: 0 !important;
}

footer .boxC {
	display: none !important;
}

footer .boxB a {
	border-right: 0 !important;
	padding: 0 !important;
	line-height: 1.6 !important;
}

footer .boxA p {
	margin-bottom: 0.35rem;
	font-size: 0.95rem;
}

footer .st-foot__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 0.85rem;
}

footer .st-foot__brand .st-mark-icon {
	width: auto;
	height: 64px;
	max-width: 240px;
}

footer .st-foot__brand strong {
	color: var(--st-ink);
	font-family: Outfit, "Noto Sans TC", sans-serif;
	letter-spacing: 0.04em;
	font-size: 1.02rem;
}

footer .boxB {
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px 18px;
}

footer .boxB a {
	color: var(--st-muted);
	font-weight: 500;
}

footer .boxB a:hover {
	color: var(--st-ink);
}

.st-share {
	position: fixed;
	right: max(12px, var(--st-safe-r));
	bottom: calc(76px + var(--st-safe-b));
	z-index: 40;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--st-glass-edge);
	box-shadow: 0 10px 28px rgba(18, 21, 28, 0.12);
	backdrop-filter: var(--st-glass-blur);
	-webkit-backdrop-filter: var(--st-glass-blur);
	pointer-events: auto;
}

.st-share a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff;
	background: #12151c;
	font-size: 1.05rem;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.22s var(--st-ease), background 0.22s var(--st-ease), box-shadow 0.22s var(--st-ease);
}

.st-share a:hover,
.st-share a:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(18, 21, 28, 0.16);
	outline: none;
}

.st-share a[aria-label="Facebook"]:hover,
.st-share a[aria-label="Facebook"]:focus-visible {
	background: #1877f2;
}

.st-share a[aria-label="LINE"]:hover,
.st-share a[aria-label="LINE"]:focus-visible {
	background: #06c755;
}

.st-share a[aria-label="Instagram"]:hover,
.st-share a[aria-label="Instagram"]:focus-visible {
	background: #e4405f;
}

.copyright {
	background: transparent !important;
	color: var(--st-muted) !important;
	text-align: center;
	padding: 16px max(12px, var(--st-safe-r)) max(16px, var(--st-safe-b)) max(12px, var(--st-safe-l)) !important;
	font-size: 0.85rem;
}

.copyright p {
	margin: 0;
}

.cd-top {
	background: var(--st-accent) !important;
	right: max(16px, var(--st-safe-r)) !important;
	bottom: max(16px, var(--st-safe-b)) !important;
	z-index: 39 !important;
}

@media (max-width: 720px) {
	.st-share {
		right: max(8px, var(--st-safe-r));
		bottom: calc(70px + var(--st-safe-b));
		padding: 6px;
		gap: 6px;
	}
	.st-share a {
		width: 38px;
		height: 38px;
		font-size: 0.95rem;
	}
}

@media print {
	.st-share,
	.cd-top {
		display: none !important;
	}
}

/* home 舊區塊保險隱藏（若殘留） */
.home_about,
.home_project {
	display: none !important;
}

/* 蓋掉舊 fluid 檔對作品／消息的 4 欄 grid */
.proWrap,
.st-works-page,
.newsWrap,
.st-news-page {
	display: block !important;
	grid-template-columns: none !important;
}

/*---------- RWD：手機／平板／桌機／橫向 ----------*/
@media (max-width: 1099.98px) {
	:root {
		--st-nav-h: 68px;
	}
	.st-nav__end .st-nav__cta {
		height: 42px;
		padding: 0 1.05em;
	}
	.st-lang {
		width: 42px;
		height: 42px;
		flex-basis: 42px;
	}
}

@media (max-width: 899.98px) {
	.st-intro,
	.st-flow,
	.st-cta {
		padding-top: clamp(56px, 9vw, 88px);
		padding-bottom: clamp(56px, 9vw, 88px);
	}
	.st-work {
		min-height: clamp(240px, 58vw, 360px);
	}
	.st-cta__box,
	.st-quote__card {
		padding: 24px 20px;
		border-radius: 22px;
	}
	.st-statement .st-h2 {
		max-width: none;
	}
}

@media (max-width: 699.98px) {
	.st-hero.is-framed .st-hero__frame {
		inset: calc(var(--st-nav-h) + var(--st-safe-t) + 10px) 12px 58px;
		border-radius: 20px;
	}
	.st-hero__actions,
	.st-btn-row {
		width: 100%;
	}
	.st-hero__actions .st-btn {
		flex: 1 1 100%;
		width: 100%;
	}
	.st-intro__stats {
		grid-template-columns: 1fr 1fr;
	}
	.st-works__head {
		align-items: stretch;
	}
	.st-works__head .st-btn {
		width: 100%;
	}
	.pop_cnt,
	.popup_cnt {
		width: calc(100% - 20px) !important;
		max-height: 86dvh;
		border-radius: 20px !important;
		padding: 20px 16px !important;
	}
}

@media (max-width: 479.98px) {
	:root {
		--st-nav-h: 62px;
		--st-pad: 16px;
	}
	.st-nav__end .st-nav__cta {
		display: none;
	}
	.st-logo {
		font-size: 1.02rem;
		letter-spacing: 0.05em;
	}
	.st-nav__brand .st-mark-icon {
		height: 40px;
		width: auto;
		max-width: 168px;
	}
	.st-hero__brand {
		letter-spacing: 0.12em;
		margin-bottom: 0.85rem;
	}
	.st-mark {
		font-size: clamp(1.7rem, 11vw, 2.35rem);
		letter-spacing: 0.01em;
	}
	.st-hero__tagline {
		font-size: 0.95rem;
		max-width: 22em;
	}
	.st-hero__down {
		width: 44px;
		height: 44px;
		bottom: max(16px, var(--st-safe-b));
	}
	.st-stat {
		padding: 16px 14px;
		border-radius: 16px;
	}
	.st-boot__logo img {
		height: clamp(120px, 34vw, 180px);
	}
}

@media (max-width: 359.98px) {
	.st-mark {
		font-size: 1.55rem;
	}
	.st-logo {
		font-size: 0.92rem;
		letter-spacing: 0.04em;
	}
}

/* 手機／小平板橫向：不要硬撐滿一屏 */
@media (max-height: 540px) and (orientation: landscape) {
	.st-hero {
		min-height: auto;
		padding-top: calc(var(--st-nav-h) + var(--st-safe-t) + 20px);
		padding-bottom: max(40px, var(--st-safe-b));
	}
	.st-mark {
		font-size: clamp(1.8rem, 7vw, 3.6rem);
		margin-bottom: 0.6rem;
	}
	.st-hero__brand {
		margin-bottom: 0.5rem;
	}
	.st-hero__tagline {
		font-size: 0.95rem;
	}
	.st-hero__down {
		display: none;
	}
}

/* 觸控裝置：不要靠 hover 才看得到內容 */
@media (hover: none) {
	.st-work:hover img,
	.proWrap li:hover .imgWrap,
	.vdList:hover .set-bg {
		transform: none;
	}
}

@media (min-width: 1600px) {
	:root {
		--st-max: 1280px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.st-hero__grain,
	.st-hero__down span,
	.st-reveal,
	.st-work img,
	.proWrap .imgWrap,
	.vdList .set-bg {
		animation: none !important;
		transition: none !important;
		transform: none !important;
	}
	.st-reveal {
		opacity: 1;
	}
}

footer .social a.js-line-qr {
	cursor: pointer;
}

.st-share a.js-line-qr {
	cursor: pointer;
}

.st-lineqr {
	position: fixed;
	inset: 0;
	z-index: 80;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(18, 21, 28, 0.46);
	backdrop-filter: blur(8px);
}

.st-lineqr[hidden] {
	display: none !important;
}

.st-lineqr__panel {
	position: relative;
	width: min(360px, 100%);
	padding: 36px 28px 28px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 24px 60px rgba(18, 21, 28, 0.18);
	text-align: center;
}

.st-lineqr__panel .st-kicker {
	margin-bottom: 6px;
}

.st-lineqr__panel h2 {
	margin: 0 0 18px;
	font-size: 1.35rem;
}

.st-lineqr__panel p {
	margin: 14px 0 18px;
	color: var(--st-muted);
	font-size: 0.92rem;
}

.st-lineqr__code {
	display: block;
	width: 220px;
	height: 220px;
	margin: 0 auto;
	padding: 10px;
	border-radius: 16px;
	background: #fff;
}

.st-lineqr__x {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	color: var(--st-ink);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.st-lineqr__panel .st-btn {
	display: inline-flex;
}
