/* ============================================================
 * LaVita Nomad — About Kelsi (page 31108) 美編版
 * 沿用原官網設計語言：hero 大圖 overlay + 白字陰影標題、
 * 粉藍 #F7F9FF / 粉橘 #FFF9F3 圓角卡、珊瑚橘 #E87A56 accent、
 * Noto Serif TC、按鈕沿用舊首頁 EBC6AF 陰影白鈕。
 * 全部 scope 到 body.page-id-31108，不影響全站。
 * ============================================================ */

body.page-id-31108 .entry-content > * {
	max-width: 760px;
	margin-inline: auto;
}

/* ---------- Hero ---------- */
body.page-id-31108 .about-hero {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 3rem;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover;
	background-position: center top;
	min-height: 480px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

body.page-id-31108 .about-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(60, 60, 60, 0.34);
	z-index: 1;
}

body.page-id-31108 .about-hero__inner {
	position: relative;
	z-index: 2;
	padding: 4rem 2rem;
}

body.page-id-31108 .about-hero h1 {
	margin: 0 0 0.5rem;
	color: #fdfdfd;
	font-size: clamp(32px, 6vw, 50px);
	font-weight: 700;
	line-height: 1.4;
	text-shadow: 5px 2px 10px rgba(0, 0, 0, 0.67);
	letter-spacing: 1px;
}

body.page-id-31108 .about-hero__sub {
	margin: 0;
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.6;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.72);
}

/* ---------- Cards ---------- */
body.page-id-31108 .about-card {
	border-radius: 10px;
	padding: 2.2rem 2.4rem;
	margin: 0 0 1.8rem;
}

body.page-id-31108 .about-card--blue {
	background: #f7f9ff;
}

body.page-id-31108 .about-card--peach {
	background: #fff9f3;
}

body.page-id-31108 .about-card--white {
	background: #ffffff;
	border: 1px solid #e7e7e7;
}

body.page-id-31108 .about-card h2 {
	margin: 0 0 0.9rem;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

body.page-id-31108 .about-card p {
	margin: 0 0 1.1rem;
	font-size: 18px;
	line-height: 1.8;
}

body.page-id-31108 .about-card p:last-child {
	margin-bottom: 0;
}

body.page-id-31108 .about-card a.about-link {
	display: inline-block;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* 兩篇文章：並排小卡 */
body.page-id-31108 .about-stories {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.4rem;
	max-width: 760px;
	margin: 0 auto 1.8rem;
}

@media (max-width: 720px) {
	body.page-id-31108 .about-stories {
		grid-template-columns: 1fr;
	}
}

body.page-id-31108 .about-story {
	background: #ffffff;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	padding: 1.5rem 1.6rem;
}

body.page-id-31108 .about-story__tag {
	display: block;
	margin-bottom: 0.5rem;
	color: #e87a56;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

body.page-id-31108 .about-story a {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.6;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* ---------- 展示櫃卡片 ---------- */
body.page-id-31108 .about-showcase {
	text-align: center;
}

body.page-id-31108 .about-showcase__btn {
	display: inline-block;
	margin-top: 0.4rem;
	padding: 11px 30px 13px;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	background: #ffffff;
	color: #5e5d5c;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.5px;
	box-shadow: 3px 3px 0 1px #ebc6af;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body.page-id-31108 .about-showcase__btn:hover {
	transform: translateY(-2px);
	box-shadow: 3px 5px 0 1px #ebc6af;
	color: #e87a56;
}

/* ---------- CTA 寫信給我 ---------- */
body.page-id-31108 .about-cta {
	text-align: center;
	background: #f7f9ff;
	border-radius: 10px;
	padding: 2.4rem 2rem;
	margin: 0 auto 1.8rem;
}

body.page-id-31108 .about-cta h2 {
	margin: 0 0 0.7rem;
	font-size: 24px;
	font-weight: 700;
}

body.page-id-31108 .about-cta p {
	margin: 0 0 1.4rem;
	font-size: 17px;
	line-height: 1.7;
}

body.page-id-31108 .about-cta__btn {
	display: inline-block;
	padding: 13px 36px 15px;
	border: none;
	border-radius: 8px;
	background: #e87a56;
	color: #ffffff;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 1px;
	cursor: pointer;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.08);
	transition: background 0.15s ease, transform 0.15s ease;
}

body.page-id-31108 .about-cta__btn:hover {
	background: #c87966;
	transform: translateY(-1px);
}

/* ---------- 品牌回扣 ---------- */
body.page-id-31108 .about-brand-tag {
	text-align: center;
	padding: 1.2rem 2rem;
	margin: 0 auto 1rem;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.4px;
	color: #7a7067;
	background: #fff9f3;
	border-radius: 8px;
}

body.page-id-31108 .about-brand-tag::before,
body.page-id-31108 .about-brand-tag::after {
	content: "·";
	margin: 0 0.8rem;
	color: #e87a56;
}

/* ---------- Modal 寫信小視窗 ---------- */
body.page-id-31108 [data-lavita-contact-modal] {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background: rgba(60, 60, 60, 0.5);
	overscroll-behavior: contain;
}

body.page-id-31108 [data-lavita-contact-modal][hidden] {
	display: none;
}

body.page-id-31108 .lavita-contact-modal__box {
	position: relative;
	width: min(560px, 100%);
	max-height: 90vh;
	overflow-y: auto;
	background: #ffffff;
	border-radius: 12px;
	padding: 2.2rem 2rem 1.8rem;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
}

body.page-id-31108 .lavita-contact-modal__close {
	position: absolute;
	top: 0.7rem;
	right: 0.9rem;
	width: 34px;
	height: 34px;
	border: none;
	border-radius: 50%;
	background: #f6f6f8;
	color: #5e5d5c;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
}

body.page-id-31108 .lavita-contact-modal__close:hover {
	background: #ebc6af;
	color: #ffffff;
}

body.page-id-31108 .lavita-contact-modal__box .lavita-contact__intro {
	margin: 0 0 1.2rem;
	font-size: 15px;
	line-height: 1.7;
	color: #7a7067;
}

body.page-id-31108 #lavita-modal-title {
	margin: 0 0 0.6rem !important;
	padding-left: 0.8rem;
	border-left: 4px solid #e87a56;
	font-size: 22px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
}

/* ---------- 文章聯絡表單：欄位直向排列，送出按鈕固定於同意列下方 ---------- */
body.postid-32457 .lavita-contact__form {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

body.postid-32457 .lavita-contact__field {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

body.postid-32457 .lavita-contact__consent {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
}

body.postid-32457 .lavita-contact__submit {
	align-self: flex-start;
	margin: 0;
}

/* ---------- 既有表單樣式（About 頁範圍） ---------- */
body.page-id-31108 .lavita-contact__form {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

body.page-id-31108 .lavita-contact__field {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

body.page-id-31108 .lavita-contact__label {
	font-size: 14px;
	font-weight: 700;
	color: #5e5d5c;
}

body.page-id-31108 .lavita-contact__input,
body.page-id-31108 .lavita-contact__textarea {
	width: 100%;
	padding: 0.7rem 0.9rem;
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	background: #ffffff;
	color: #5e5d5c;
	font-family: "Noto Serif TC", serif;
	font-size: 16px;
	line-height: 1.6;
}

body.page-id-31108 .lavita-contact__input:focus,
body.page-id-31108 .lavita-contact__textarea:focus {
	outline: 2px solid #ebc6af;
	outline-offset: 1px;
	border-color: #e87a56;
}

.lavita-contact__honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

body.page-id-31108 .lavita-contact__consent {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	font-size: 13px;
	line-height: 1.5;
	color: #7a7067;
}

body.page-id-31108 .lavita-contact__checkbox {
	margin-top: 0.2rem;
	accent-color: #e87a56;
}

body.page-id-31108 .lavita-contact__submit {
	align-self: flex-start;
	padding: 12px 32px 14px;
	border: none;
	border-radius: 8px;
	background: #e87a56;
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.8px;
	cursor: pointer;
}

body.page-id-31108 .lavita-contact__submit:hover {
	background: #c87966;
}

body.page-id-31108 .lavita-contact__submit:disabled {
	opacity: 0.7;
	cursor: wait;
}

body.page-id-31108 .lavita-contact__status {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}

body.page-id-31108 .lavita-contact__status[data-state="success"] {
	color: #5e8b5e;
}

body.page-id-31108 .lavita-contact__status[data-state="error"] {
	color: #c25b4e;
}

/* ---------- CTA 區塊內嵌表單（選擇性：直接在頁面上） ---------- */
body.page-id-31108 .lavita-contact {
	max-width: 760px;
	margin: 0 auto 1.8rem;
}