/* Scoped styles for the editable Articles hub. */
body.page-id-655 .entry-header { display: none !important; }
body.page-id-655 .entry-content { margin: 0 !important; max-width: none !important; padding: 0 !important; }
.innersun-articles-hub { overflow: hidden; background: #fffdf9; color: #4b4137; font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif; }
.innersun-articles-hub *, .innersun-articles-hub *::before, .innersun-articles-hub *::after { box-sizing: border-box; }
.innersun-articles-hub h1, .innersun-articles-hub h2, .innersun-articles-hub h3 { color: #3f372f; font-weight: 700; letter-spacing: .015em; }
.innersun-articles-hub p { color: #665d54; }
.iah-shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.iah-hero { padding: 106px 0 82px; background: linear-gradient(135deg, #f6f1e8 0%, #eee5d7 100%); }
.iah-eyebrow { margin: 0 0 14px !important; color: #987f61 !important; font-size: 13px; font-weight: 800; letter-spacing: .16em; }
.iah-hero h1 { max-width: 760px; margin: 0 0 20px; font-size: clamp(40px, 5vw, 68px); line-height: 1.22; }
.iah-hero__lead { max-width: 680px; margin: 0; font-size: clamp(17px, 2vw, 20px); line-height: 1.9; }
.iah-section { padding: 88px 0; }
.iah-section--soft { background: #f7f3ec; }
.iah-section__head { max-width: 720px; margin-bottom: 34px; }
.iah-section__head h2 { margin: 0 0 12px; font-size: clamp(29px, 3.4vw, 44px); line-height: 1.3; }
.iah-section__head p { margin: 0; font-size: 17px; line-height: 1.85; }
.iah-topic-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.iah-topic-card { display: block; min-height: 190px; padding: 26px 22px; border: 1px solid rgba(114, 94, 72, .16); border-radius: 20px; background: #fffdf9; color: inherit; text-decoration: none; box-shadow: 0 8px 22px rgba(63, 55, 47, .05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.iah-topic-card:hover { transform: translateY(-4px); border-color: rgba(141, 120, 95, .48); box-shadow: 0 16px 30px rgba(63, 55, 47, .1); }
.iah-topic-card span { display: block; margin-bottom: 28px; color: #9a8060; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.iah-topic-card h3 { margin: 0 0 10px; font-size: 21px; line-height: 1.42; }
.iah-topic-card p { margin: 0; font-size: 14px; line-height: 1.75; }
.iah-query .wp-block-post-template { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 0; padding: 0; }
.iah-query .wp-block-post { display: flex; min-width: 0; margin: 0; padding: 28px 24px; list-style: none; border: 1px solid rgba(114, 94, 72, .16); border-radius: 20px; background: #fff; box-shadow: 0 8px 22px rgba(63, 55, 47, .045); }
.iah-query .wp-block-group { display: flex; flex: 1; flex-direction: column; }
.iah-query .wp-block-post-terms { margin: 0 0 14px; color: #987f61; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.iah-query .wp-block-post-terms a { color: inherit; text-decoration: none; }
.iah-query .wp-block-post-title { margin: 0 0 12px; font-size: 23px; line-height: 1.45; }
.iah-query .wp-block-post-title a { color: #3f372f; text-decoration: none; }
.iah-query .wp-block-post-date { margin: 0 0 14px; color: #918477; font-size: 13px; }
.iah-query .wp-block-post-excerpt { margin: 0 0 18px; }
.iah-query .wp-block-post-excerpt__excerpt { margin: 0; color: #665d54; font-size: 15px; line-height: 1.8; }
.iah-query .wp-block-read-more { display: inline-block; margin-top: auto; color: #6f5e4a; font-weight: 800; text-decoration: none; }
.iah-quiz-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.iah-quiz-card { display: block; padding: 24px; border-radius: 18px; background: #eee4d5; color: #4b4137; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.iah-quiz-card:hover { transform: translateY(-3px); background: #e7d8c4; }
.iah-quiz-card span { display: block; margin-bottom: 8px; color: #967653; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.iah-quiz-card h3 { margin: 0; font-size: 20px; line-height: 1.5; }
.iah-final { padding: 78px 0; background: #4b4137; text-align: center; }
.iah-final h2 { margin: 0 0 14px; color: #fff; font-size: clamp(28px, 3.5vw, 42px); }
.iah-final p { max-width: 680px; margin: 0 auto 26px; color: #eee7de; font-size: 17px; line-height: 1.85; }
.iah-final .wp-block-button__link { padding: 13px 22px; border: 1px solid #fff; border-radius: 999px; background: transparent; color: #fff; font-weight: 800; text-decoration: none; }
@media (max-width: 900px) { .iah-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.iah-query .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .iah-shell { width: calc(100% - 36px); }.iah-hero { padding: 74px 0 58px; }.iah-section { padding: 64px 0; }.iah-topic-grid, .iah-query .wp-block-post-template, .iah-quiz-grid { grid-template-columns: 1fr; }.iah-topic-card { min-height: auto; }.iah-topic-card span { margin-bottom: 18px; }.iah-query .wp-block-post { padding: 24px 20px; }.iah-final { padding: 62px 0; } }
@media (prefers-reduced-motion: reduce) { .iah-topic-card, .iah-quiz-card { transition: none; } }
