/* ============================================================
   HaoHao 好好株式会社 — 简体中文版排版优化
   引入 Noto Sans SC 作为 CJK 字体，调整行距与字距提升阅读舒适度
   ============================================================ */

*,
::before,
::after {
    font-family: 'Outfit', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
}

body,
html {
    font-family: 'Outfit', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif;
    letter-spacing: 0.03em;
}

p,
li,
a,
span,
div,
td,
th,
label,
input,
textarea,
select,
button {
    letter-spacing: 0.03em;
}

/* ---- 段落与内文行距提升 ---- */
p {
    line-height: 1.8;
}

/* 服务页面内文 */
.custom-carpentry-para1,
.custom-carpentry-para2 {
    line-height: 1.85;
    letter-spacing: 0.04em;
}

.custom-carpentry-list p {
    line-height: 1.75;
    letter-spacing: 0.03em;
}

/* 侧边栏 */
.custom-carpentry-para4,
.download-brochure-para,
.lets-start-work-para2 {
    line-height: 1.7;
}

/* FAQ 手风琴 */
.accordion-button {
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.accordion-body-inner {
    line-height: 1.8;
    letter-spacing: 0.03em;
}

/* 卡片内文 */
.about-box p,
.about-page-list li {
    line-height: 1.7;
}

/* ---- 标题行距微调 ---- */
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.02em;
}

h1 {
    line-height: 1.35;
}

h2 {
    line-height: 1.4;
}

h3 {
    line-height: 1.45;
}

/* 首页特定区块 */
.hero-1-para {
    line-height: 1.8;
    letter-spacing: 0.04em;
}

.services-grid-content-container p {
    line-height: 1.75;
}

.our-value-right-para p {
    line-height: 1.75;
}

.why-choose-us-para,
.why-choose-us-icon-para-container p {
    line-height: 1.75;
}

.our-process-para {
    line-height: 1.7;
}

.faq-para {
    line-height: 1.75;
}

/* 部落格页面 */
.latest-blogs-content-container p,
.latest-blogs-content-container h3 {
    line-height: 1.6;
}

/* Footer */
footer a,
footer p,
.footer-quick-links a {
    line-height: 1.65;
}

.footer-newsletter-container p {
    line-height: 1.7;
}

/* ---- 导航选单 ---- */
.menu a,
.submenu a {
    letter-spacing: 0.02em;
}
