@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&family=Noto+Serif+TC:wght@600;700&display=swap");

.ett-c2c-item {
	--primary: #26352f;
	--primary-dark: #1d2824;
	--warm: #faf8f3;
	--white: #fff;
	--gold: #b89a63;
	--charcoal: #2e2e2b;
	--muted: #746f67;
	--border: #e7e1d7;
	--sage: #8faf9d;
	--sage-light: #edf4ef;
	--line: #009B3A;
	--serif: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
	--sans: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
	color: var(--charcoal);
	font-family: var(--sans);
	font-size: 16px;
	line-height: 1.55;
	background: linear-gradient(180deg, #fff 0, #faf8f3 70%, #fff 100%);
	padding-top: 0;
}
.ett-c2c-item a { color: inherit; text-decoration: none; }
.ett-c2c-item button { font: inherit; }
.ett-c2c-item .page-shell {
	max-width: 1300px;
	margin: 0 auto;
	padding: 18px 24px 28px;
}
.ett-c2c-item .breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	min-height: 33px;
	color: #676b68;
	font-size: 13px;
}
.ett-c2c-item .breadcrumb strong {
	color: #222;
	overflow-wrap: anywhere;
}
.ett-c2c-item .hero {
	display: grid;
	grid-template-columns: minmax(0, 758fr) minmax(0, 504fr);
	gap: 38px;
	align-items: start;
}
.ett-c2c-item .hero-image,
.ett-c2c-item .hero-placeholder {
	padding: 0;
	border: 0;
	background: #edf4ef;
	border-radius: 7px;
	overflow: hidden;
	min-width: 0;
	width: 100%;
	aspect-ratio: 1.59;
}
.ett-c2c-item .hero-image { cursor: zoom-in; }
.ett-c2c-item .hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ett-c2c-item .hero-copy { min-width: 0; padding-top: 1px; }
.ett-c2c-item .badges {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	min-height: 31px;
	font-size: 13px;
}
.ett-c2c-item .badge {
	border-radius: 7px;
	padding: 4px 11px;
}
.ett-c2c-item .badge.muted { background: #f1f1ef; color: #5e615e; }
.ett-c2c-item .badge.status { background: #e8f1ea; color: #315f4b; font-weight: 700; }
.ett-c2c-item .badge.status.is-ended { background: #f3eee6; color: #6a5a3a; }
.ett-c2c-item .badge.status.is-down { background: #f6eee8; color: #7a5348; }
.ett-c2c-item .official {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #4d514e;
}
.ett-c2c-item .official svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: var(--primary);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.ett-c2c-item .hero h1 {
	font-family: var(--serif);
	font-size: 42px;
	line-height: 1.2;
	margin: 12px 0 7px;
	color: #0f1211;
	letter-spacing: .01em;
	overflow-wrap: anywhere;
}
.ett-c2c-item .merchant-line {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 17px;
	flex-wrap: wrap;
}
.ett-c2c-item .merchant-avatar,
.ett-c2c-item .merchant-photo {
	display: block;
	border-radius: 50%;
	background: var(--sage-light) center / cover no-repeat;
	flex: 0 0 auto;
}
.ett-c2c-item .merchant-avatar { width: 54px; height: 54px; }
.ett-c2c-item .metadata {
	color: #6d716e;
	margin: 5px 0 10px;
	font-size: 14px;
	overflow-wrap: anywhere;
}
.ett-c2c-item .metadata i {
	display: inline-block;
	width: 1px;
	height: 11px;
	margin: 0 8px;
	background: #c5c7c4;
	vertical-align: middle;
}
.ett-c2c-item .summary {
	margin: 0 0 12px;
	color: #5d615e;
	font-size: 14px;
	line-height: 1.65;
	overflow-wrap: anywhere;
}
.ett-c2c-item .facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0;
	border: 1px solid #dedfdc;
	border-radius: 7px;
	overflow: hidden;
	background: #fff;
}
.ett-c2c-item .facts > div {
	position: relative;
	padding: 13px 16px 13px 74px;
	min-height: 72px;
	min-width: 0;
}
.ett-c2c-item .facts > div:nth-child(odd) { border-right: 1px solid #dedfdc; }
.ett-c2c-item .facts > div:nth-child(-n+2) { border-bottom: 1px solid #dedfdc; }
.ett-c2c-item .facts.is-few > div { border-bottom: 0; }
.ett-c2c-item .facts.is-few > div:last-child { border-right: 0; }
.ett-c2c-item .facts.is-three > div:last-child {
	border-right: 0;
	grid-column: 1 / -1;
}
.ett-c2c-item .facts dt {
	color: #777b78;
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 0;
}
.ett-c2c-item .facts dt svg {
	position: absolute;
	left: 27px;
	top: 20px;
	width: 27px;
	height: 27px;
	fill: none;
	stroke: var(--primary);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.ett-c2c-item .facts dd {
	margin: 0;
	font-family: var(--serif);
	font-size: 17px;
	font-weight: 700;
	color: #171917;
	overflow-wrap: anywhere;
}
.ett-c2c-item .facts dd.price {
	color: #e44638;
	font-family: var(--sans);
	font-size: 21px;
}
.ett-c2c-item .facts dd.price small {
	font-size: 12px;
	font-weight: 500;
	color: #746f67;
}
.ett-c2c-item .actions {
	display: grid;
	grid-template-columns: 1.7fr 1fr;
	gap: 25px;
	margin-top: 11px;
}
.ett-c2c-item .actions > :only-child {
	grid-column: 1 / -1;
}
.ett-c2c-item .primary-action,
.ett-c2c-item .line-share,
.ett-c2c-item .line-contact {
	height: 54px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 17px;
}
.ett-c2c-item .primary-action {
	background: var(--primary);
	color: #fff;
}
.ett-c2c-item .primary-action span {
	font-size: 24px;
	margin-left: 18px;
	font-weight: 400;
}
.ett-c2c-item .line-share {
	border: 0;
	background: var(--line);
	color: #fff;
	cursor: pointer;
	gap: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.ett-c2c-item .line-share:hover {
	background: #008833;
	color: #fff;
}
.ett-c2c-item .line-brand-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
}
.ett-c2c-item .line-brand-badge .line-brand-icon {
	width: 16px;
	height: 16px;
}
.ett-c2c-item .line-brand-icon {
	width: 20px;
	height: 20px;
	display: block;
	flex: 0 0 auto;
	object-fit: contain;
	object-position: center;
}
.ett-c2c-item .breadcrumb strong {
	overflow-wrap: anywhere;
}
.ett-c2c-item .match-note {
	min-height: 41px;
	margin-top: 12px;
	border-radius: 6px;
	background: linear-gradient(90deg, #edf5f0, #f1f7f2);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 8px 27px;
	font-size: 13px;
	overflow-wrap: anywhere;
}
.ett-c2c-item .match-note svg {
	width: 23px;
	height: 23px;
	margin-right: 13px;
	flex: 0 0 23px;
	fill: none;
	stroke: var(--primary);
	stroke-width: 1.8;
}
.ett-c2c-item .match-note strong { margin-right: 4px; }
.ett-c2c-item .content-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 13px;
	margin-top: 18px;
}
.ett-c2c-item .content-card,
.ett-c2c-item .merchant-card {
	background: #fff;
	border: 1px solid #e0e0dd;
	border-radius: 6px;
	min-width: 0;
}
.ett-c2c-item #intro,
.ett-c2c-item #merchant { scroll-margin-top: 96px; }
.ett-c2c-item .content-card { padding: 10px 17px 16px; }
.ett-c2c-item .content-card h2,
.ett-c2c-item .merchant-card h2 {
	font-family: var(--serif);
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
	color: #131513;
	border-left: 4px solid #c69a45;
	padding-left: 12px;
}
.ett-c2c-item .intro-section { padding: 2px 0 10px; }
.ett-c2c-item .intro-section p {
	margin: 11px 26px 0;
	font-size: 14px;
	color: #676a67;
	line-height: 1.65;
	white-space: pre-wrap;
	overflow-wrap: anywhere;
}
.ett-c2c-item .intro-empty {
	margin: 11px 26px 0;
	font-size: 14px;
	color: #8a8680;
}
.ett-c2c-item .highlights {
	padding: 8px 0 4px;
}
.ett-c2c-item .highlight-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 14px 0 0;
}
.ett-c2c-item .highlight-grid[data-hl-count="1"] {
	grid-template-columns: 1fr;
}
.ett-c2c-item .highlight {
	min-width: 0;
	border: 1px solid #e4e6e3;
	border-radius: 10px;
	background: #fbfcfb;
	padding: 14px 16px 14px 56px;
	position: relative;
}
.ett-c2c-item .highlight .hi-icon {
	position: absolute;
	left: 14px;
	top: 14px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--sage-light);
	display: grid;
	place-items: center;
}
.ett-c2c-item .highlight .hi-icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--primary);
	stroke-width: 1.8;
}
.ett-c2c-item .highlight strong {
	display: block;
	font-size: 15px;
	color: #1b1d1b;
	overflow-wrap: anywhere;
}
.ett-c2c-item .highlight p {
	margin: 6px 0 0;
	font-size: 13px;
	line-height: 1.55;
	color: #676a67;
	overflow-wrap: anywhere;
}
.ett-c2c-item .doc-link {
	display: inline-flex;
	margin: 12px 26px 0;
	color: #285a4a;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.ett-c2c-item .merchant-card {
	padding: 13px 16px 16px;
	display: flex;
	flex-direction: column;
}
.ett-c2c-item .merchant-card h2 { margin-bottom: 17px; }
.ett-c2c-item .merchant-profile {
	display: flex;
	gap: 14px;
	align-items: center;
}
.ett-c2c-item .merchant-photo {
	width: 82px;
	height: 82px;
	flex: 0 0 82px;
}
.ett-c2c-item .merchant-details { min-width: 0; }
.ett-c2c-item .merchant-meta {
	display: flex;
	align-items: center;
	gap: 9px;
	flex-wrap: wrap;
	font-size: 12px;
}
.ett-c2c-item .merchant-meta strong {
	font-family: var(--serif);
	font-size: 19px;
	color: #171917;
	overflow-wrap: anywhere;
}
.ett-c2c-item .merchant-meta span { color: #6d716e; }
.ett-c2c-item .merchant-meta .city {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.ett-c2c-item .merchant-meta svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: var(--primary);
	stroke-width: 1.8;
}
.ett-c2c-item .merchant-meta a {
	color: #285a4a;
	text-decoration: underline;
	text-underline-offset: 4px;
	font-weight: 700;
}
.ett-c2c-item .merchant-details p {
	margin: 6px 0 0;
	color: #666a67;
	font-size: 13px;
	overflow-wrap: anywhere;
}
.ett-c2c-item .merchant-details p a { color: inherit; }
.ett-c2c-item .line-contact {
	margin-top: auto;
	height: 49px;
	border: 1px solid #356051;
	border-radius: 6px;
	gap: 10px;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.ett-c2c-item .disclaimer {
	margin: 12px 0 0;
	display: flex;
	align-items: flex-start;
	color: #777b78;
	font-size: 11px;
	line-height: 1.5;
}
.ett-c2c-item .disclaimer svg {
	width: 16px;
	height: 16px;
	margin: 1px 7px 0 0;
	flex: 0 0 16px;
	fill: none;
	stroke: #4b504d;
	stroke-width: 1.8;
}
/* Single Activity Mini Footer — Visual Authority v3 */
.ett-c2c-item .activity-mini-footer {
	box-sizing: border-box;
	width: 100%;
	margin: 28px 0 0;
	background: linear-gradient(150deg, #2F2B26, #37312B);
	color: #FAF8F3;
	text-align: center;
	padding: 16px 16px 14px;
	border: 0;
}
.ett-c2c-item .activity-mini-footer__brand {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	font-weight: 500;
	letter-spacing: .04em;
	color: #FAF8F3;
}
.ett-c2c-item .activity-mini-footer__copyright {
	margin: 4px 0 0;
	font-size: 10.5px;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: .02em;
	color: rgba(250, 248, 243, .66);
}
@media (min-width: 701px) {
	.ett-c2c-item .activity-mini-footer {
		padding: 18px 18px 16px;
	}
	.ett-c2c-item .activity-mini-footer__brand {
		font-size: 14px;
		letter-spacing: .05em;
	}
	.ett-c2c-item .activity-mini-footer__copyright {
		margin-top: 5px;
		font-size: 11px;
	}
}
.ett-c2c-item .lightbox {
	border: 0;
	padding: 0;
	background: transparent;
	max-width: min(1100px, 94vw);
}
.ett-c2c-item .lightbox::backdrop { background: rgba(12, 20, 17, .85); }
.ett-c2c-item .lightbox img {
	display: block;
	max-width: 100%;
	max-height: 88vh;
	border-radius: 8px;
}
.ett-c2c-item .lightbox button {
	position: absolute;
	right: -6px;
	top: -44px;
	color: #fff;
	background: transparent;
	border: 0;
	font-size: 38px;
	cursor: pointer;
	line-height: 1;
	min-width: 44px;
	min-height: 44px;
}

@media (max-width: 1100px) {
	.ett-c2c-item .page-shell { padding-left: 28px; padding-right: 28px; }
	.ett-c2c-item .hero {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.ett-c2c-item .hero h1 { font-size: 38px; }
	.ett-c2c-item .content-grid { grid-template-columns: 1fr; }
	.ett-c2c-item .line-contact { margin-top: 20px; }
}

@media (max-width: 720px) {
	body { padding-bottom: 74px; }
	.ett-c2c-item {
		font-size: 15px;
		padding-top: 0;
		padding-bottom: 18px;
	}
	.ett-c2c-item .page-shell { padding: 8px 16px 18px; }
	.ett-c2c-item .breadcrumb { font-size: 12px; }
	.ett-c2c-item .match-note {
		min-height: 44px;
		padding: 8px 14px;
		font-size: 12px;
		margin-top: 11px;
		align-items: flex-start;
	}
	.ett-c2c-item .hero { gap: 13px; }
	.ett-c2c-item .hero h1 { font-size: 31px; margin: 10px 0 7px; }
	.ett-c2c-item .merchant-avatar { width: 48px; height: 48px; }
	.ett-c2c-item .metadata { font-size: 12px; }
	.ett-c2c-item .highlight-grid { grid-template-columns: 1fr; }
	.ett-c2c-item .highlight { padding: 12px 12px 12px 50px; }
	.ett-c2c-item .facts > div {
		padding: 12px 8px 11px 51px;
		min-height: 77px;
	}
	.ett-c2c-item .facts dt svg { left: 14px; top: 22px; width: 26px; height: 26px; }
	.ett-c2c-item .facts dd { font-size: 15px; }
	.ett-c2c-item .facts dd.price { font-size: 19px; }
	.ett-c2c-item .hero-copy .actions {
		position: fixed;
		z-index: 1000;
		left: 0;
		right: 0;
		bottom: 0;
		height: auto;
		min-height: 74px;
		margin: 0;
		padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
		background: rgba(255, 255, 255, .97);
		box-shadow: 0 -5px 18px rgba(29, 40, 36, .13);
		display: grid;
		grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
		gap: 8px;
	}
	.ett-c2c-item .hero-copy .actions > :only-child {
		grid-column: 1 / -1;
	}
	.ett-c2c-item .hero-copy .actions .primary-action,
	.ett-c2c-item .hero-copy .actions .line-share {
		height: auto;
		min-height: 48px;
		font-size: 14px;
		padding: 0 8px;
		min-width: 0;
		white-space: nowrap;
	}
	.ett-c2c-item .hero-copy .actions .line-brand-icon {
		width: 18px;
		height: 18px;
	}
	.ett-c2c-item .content-card,
	.ett-c2c-item .merchant-card { border-radius: 7px; }
	.ett-c2c-item .content-card { padding: 13px 14px; }
	.ett-c2c-item .content-card h2,
	.ett-c2c-item .merchant-card h2 { font-size: 23px; }
	.ett-c2c-item .intro-section p,
	.ett-c2c-item .intro-empty { margin-left: 12px; margin-right: 12px; }
	.ett-c2c-item .doc-link { margin-left: 12px; }
	.ett-c2c-item .merchant-photo { width: 70px; height: 70px; flex-basis: 70px; }
	.ett-c2c-item .merchant-meta strong { font-size: 18px; flex-basis: 100%; }
	.ett-c2c-item .disclaimer { padding: 10px 2px 15px; font-size: 10px; }
}

@media (max-width: 380px) {
	.ett-c2c-item .page-shell { padding-left: 12px; padding-right: 12px; }
	.ett-c2c-item .hero h1 { font-size: 28px; }
	.ett-c2c-item .facts > div { padding-left: 44px; }
	.ett-c2c-item .facts dt svg { left: 10px; }
	.ett-c2c-item .merchant-photo { width: 60px; height: 60px; flex-basis: 60px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
}
