:root {
    --bg: #100d0b;
    --bg-soft: #1b1511;
    --cream: #f8efe3;
    --muted: #c9b9a3;
    --gold: #c99a58;
    --gold-soft: #e5c58e;
    --line: rgba(248, 239, 227, .18);
    --text: #f8efe3;
    --dark-text: #2b211a;
    --shadow: 0 24px 80px rgba(0,0,0,.28);
}

.ease26 * { box-sizing: border-box; }
.ease26 {
    font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
    background: var(--bg);
    color: var(--text);
    letter-spacing: .04em;
    overflow-x: hidden;
}
.ease26 a { color: inherit; text-decoration: none; }
.ease26 img { max-width: 100%; display: block; }

.ease26 .serif {
    font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
    letter-spacing: .18em;
}

.ease26-nav {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    width: min(1120px, calc(100% - 32px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(16,13,11,.62);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 999px;
    box-shadow: 0 16px 60px rgba(0,0,0,.25);
}
.ease26-nav-logo {
    height: 30px;
    width: auto;
}
.ease26-nav-brand { display: flex; align-items: center; }
.ease26-nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 13px;
    color: rgba(248,239,227,.78);
    margin-left: auto;
    margin-right: 16px;
}
.ease26-nav-links a:hover { color: var(--gold-soft); }
.ease26-nav-side {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ease26 .ease26-nav-icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.18);
    color: rgba(248,239,227,.75);
    transition: .25s ease;
}
.ease26 .ease26-nav-icon:hover {
    border-color: var(--gold);
    background: rgba(201,154,88,.12);
    color: var(--gold-soft);
}
.ease26 .ease26-nav-icon svg { width: 16px; height: 16px; display: block; }
.ease26 .ease26-nav-price {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid var(--gold);
    color: var(--gold-soft);
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    transition: .25s ease;
    background: rgba(201,154,88,.06);
}
.ease26 .ease26-nav-price svg { width: 14px; height: 14px; display: block; flex-shrink: 0; }
.ease26 .ease26-nav-price:hover {
    background: rgba(201,154,88,.18);
    color: var(--cream);
    border-color: var(--gold-soft);
}
.ease26 .ease26-nav-cta {
    padding: 10px 16px;
    border-radius: 999px;
    color: #201711;
    background: linear-gradient(135deg, #f5d798, #b9823f);
    font-weight: 600;
}

.ease26-hero {
    min-height: 100svh;
    position: relative;
    display: grid;
    align-items: center;
    justify-items: center;
    padding: 120px 20px 70px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(16,13,11,.94), rgba(16,13,11,.55), rgba(16,13,11,.9)),
        url("/img/ease-environment-1.webp") center/cover no-repeat;
}
.ease26-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 25% 35%, rgba(218,169,95,.22), transparent 34%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,.12), transparent 24%);
    pointer-events: none;
}
.ease26-hero-inner {
    position: relative;
    width: min(1120px, 100%);
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 54px;
    align-items: center;
}
.ease26-eyebrow {
    color: var(--gold-soft);
    font-size: 12px;
    letter-spacing: .32em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.ease26 h1 {
    margin: 0;
    font-size: clamp(42px, 8vw, 94px);
    line-height: 1.05;
    font-weight: 400;
}
.ease26-hero h1 span {
    display: block;
    color: var(--gold-soft);
}
.ease26-hero-copy {
    max-width: 560px;
    margin: 28px 0 0;
    color: rgba(248,239,227,.74);
    line-height: 2;
    font-size: 16px;
}
.ease26-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}
.ease26-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    transition: .25s ease;
    color: inherit;
}
.ease26-btn-primary {
    color: #1c140f;
    background: linear-gradient(135deg, #f9db9c, #b98343);
    border: 0;
    font-weight: 700;
}
.ease26-btn-price {
    color: var(--cream);
    border: 1px solid var(--gold);
    background: rgba(201,154,88,.08);
    font-weight: 600;
    gap: 10px;
}
.ease26-btn-price:hover {
    background: rgba(201,154,88,.18);
    border-color: var(--gold-soft);
}
.ease26-btn-badge {
    display: inline-block;
    background: var(--gold);
    color: #1c140f;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 999px;
    letter-spacing: .12em;
}
.ease26-btn:hover { transform: translateY(-2px); }

/* Price promo section — 獨家功能 highlight */
.ease26-price-promo {
    padding: 100px 20px;
    background: linear-gradient(180deg, #100d0b 0%, #1b1511 50%, #100d0b 100%);
    position: relative;
    overflow: hidden;
}
.ease26-price-promo::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 30%, rgba(218,169,95,.2), transparent 38%),
        radial-gradient(circle at 85% 70%, rgba(201,154,88,.14), transparent 42%);
    pointer-events: none;
}
.ease26-price-promo-card {
    position: relative;
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 60px;
    align-items: center;
    padding: 60px 50px;
    border: 1px solid rgba(201,154,88,.32);
    border-radius: 32px;
    background:
        radial-gradient(circle at 100% 0%, rgba(201,154,88,.12), transparent 50%),
        linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.01));
    box-shadow: 0 24px 80px rgba(0,0,0,.35);
}
.ease26-price-promo-text h2 {
    font-size: clamp(28px, 4.5vw, 46px);
    font-weight: 400;
    line-height: 1.25;
    margin: 8px 0 18px;
    color: var(--cream);
}
.ease26-price-promo-text h2 .gold {
    color: var(--gold-soft);
    display: inline-block;
}
.ease26-price-promo-text p {
    color: rgba(248,239,227,.72);
    line-height: 2;
    font-size: 15px;
    margin: 0 0 28px;
}
.ease26-price-promo-visual {
    color: var(--gold-soft);
    opacity: .85;
    display: flex;
    justify-content: center;
}
.ease26-price-promo-visual svg {
    width: min(240px, 100%);
    height: auto;
    filter: drop-shadow(0 12px 40px rgba(201,154,88,.25));
}
.ease26-hero-card {
    position: relative;
    min-height: 560px;
    border-radius: 34px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    background:
        linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.45)),
        url("/img/ease-environment-2.jpg") center/cover no-repeat;
    box-shadow: var(--shadow);
}
.ease26-hero-card::after {
    content: "ONE TO ONE";
    position: absolute;
    right: 22px;
    bottom: 24px;
    writing-mode: vertical-rl;
    color: rgba(255,255,255,.55);
    font-size: 12px;
    letter-spacing: .35em;
}

.ease26-container { width: min(1120px, 100%); margin: 0 auto; }
.ease26-section-head {
    display: grid;
    grid-template-columns: .72fr 1fr;
    gap: 44px;
    align-items: end;
    margin-bottom: 56px;
}
.ease26-section-title {
    margin: 0;
    font-size: clamp(30px, 5vw, 56px);
    line-height: 1.15;
    font-weight: 400;
}
.ease26-section-desc {
    margin: 0;
    color: rgba(248,239,227,.7);
    line-height: 2;
}

.ease26-concept {
    padding: 110px 20px;
    background: linear-gradient(180deg, #100d0b 0%, #1b1511 100%);
}
.ease26-concept-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.ease26-concept-card {
    padding: 34px 28px;
    min-height: 250px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
}
.ease26-concept-card strong {
    display: block;
    color: var(--gold-soft);
    font-size: 22px;
    margin-bottom: 18px;
    font-weight: 500;
}
.ease26-concept-card p {
    margin: 0;
    color: rgba(248,239,227,.7);
    line-height: 1.9;
}

.ease26-one-to-one {
    padding: 110px 20px;
    background: var(--cream);
    color: var(--dark-text);
    position: relative;
    overflow: hidden;
}
.ease26-one-to-one::before {
    content: "EASE";
    position: absolute;
    right: -36px;
    top: 60px;
    font-family: Georgia, serif;
    font-size: clamp(90px, 18vw, 240px);
    letter-spacing: .16em;
    color: rgba(43,33,26,.05);
}
.ease26-one-grid {
    position: relative;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 44px;
    align-items: center;
}
.ease26-one-photo {
    min-height: 540px;
    border-radius: 34px;
    overflow: hidden;
    background: url("/img/ease-environment-3.webp") center/cover no-repeat;
    box-shadow: 0 30px 90px rgba(53,35,18,.18);
}
.ease26-one-content h2 {
    margin: 0 0 24px;
    font-size: clamp(32px, 5vw, 62px);
    line-height: 1.18;
    font-weight: 400;
}
.ease26-one-content p {
    color: rgba(43,33,26,.72);
    line-height: 2;
    margin: 0 0 30px;
}
.ease26-steps {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}
.ease26-step {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: start;
    padding: 18px 0;
    border-top: 1px solid rgba(43,33,26,.16);
}
.ease26-step-num {
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 28px;
}
.ease26-step h3 { margin: 0 0 6px; font-size: 18px; }
.ease26-step p { margin: 0; line-height: 1.8; font-size: 14px; }

.ease26-services {
    padding: 110px 20px;
    background:
        linear-gradient(rgba(16,13,11,.9), rgba(16,13,11,.9)),
        url("/img/ease-index-cover-app.webp") center/cover fixed;
}
.ease26-service-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border: 1px solid var(--line);
    border-radius: 30px;
    overflow: hidden;
}
.ease26-service-item {
    min-height: 240px;
    padding: 26px 22px;
    border-right: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(255,255,255,.025);
    transition: .25s ease;
}
.ease26-service-item:last-child { border-right: 0; }
.ease26-service-item:hover { background: rgba(201,154,88,.16); }
.ease26-service-item span {
    color: var(--gold-soft);
    font-size: 12px;
    letter-spacing: .28em;
}
.ease26-service-item h3 { margin: 14px 0 10px; font-size: 22px; }
.ease26-service-item p { margin: 0; color: rgba(248,239,227,.66); line-height: 1.7; font-size: 14px; }

.ease26-gallery {
    padding: 110px 20px 30px;
    background: #120f0d;
}
.ease26-gallery-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr 1fr;
    gap: 16px;
    height: 620px;
}
.ease26-gallery-item {
    border-radius: 28px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border: 1px solid var(--line);
}
.ease26-gallery-item:nth-child(1) { background-image: url("/img/ease-environment-1.webp"); }
.ease26-gallery-item:nth-child(2) { background-image: url("/img/ease-environment-2.jpg"); transform: translateY(70px); }
.ease26-gallery-item:nth-child(3) { background-image: url("/img/ease-environment-3.webp"); }

.ease26-cta {
    padding: 100px 20px;
    background: var(--cream);
    color: var(--dark-text);
    text-align: center;
}
.ease26-cta-box {
    width: min(920px, 100%);
    margin: 0 auto;
    padding: 70px 28px;
    border: 1px solid rgba(43,33,26,.14);
    border-radius: 36px;
    background:
        radial-gradient(circle at top, rgba(201,154,88,.16), transparent 45%),
        #fffaf2;
}
.ease26-cta h2 {
    margin: 0;
    font-size: clamp(32px, 5vw, 58px);
    font-weight: 400;
    line-height: 1.25;
}
.ease26-cta p {
    margin: 22px auto 34px;
    max-width: 620px;
    color: rgba(43,33,26,.68);
    line-height: 2;
}
.ease26-cta .ease26-btn-primary { color: #fff; background: #2b211a; }

.ease26-footer {
    padding: 56px 20px 40px;
    background: #0b0908;
    color: rgba(248,239,227,.76);
}
.ease26-footer-grid {
    width: min(1120px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 40px;
    align-items: start;
}
.ease26-footer-logo { height: 34px; width: auto; margin-bottom: 18px; }
.ease26-footer-info { line-height: 2; font-size: 14px; }
.ease26-footer-links-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    justify-content: end;
}
.ease26-footer-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
}
.ease26-footer-col-title {
    color: var(--gold-soft);
    font-size: 12px;
    letter-spacing: .28em;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 500;
}
.ease26-footer-col a { color: rgba(248,239,227,.7); transition: color .2s ease; }
.ease26-footer-col a:hover { color: var(--gold-soft); }
.ease26-footer-copy {
    width: min(1120px, 100%);
    margin: 40px auto 0;
    padding-top: 24px;
    border-top: 1px solid var(--line);
    color: rgba(248,239,227,.4);
    font-size: 12px;
    text-align: center;
}

.ease26-articles {
    background: var(--bg);
    color: var(--text);
    padding: 110px 20px 80px;
}
.ease26 .categories-section {
    background: transparent;
    padding: 0;
}
.ease26 .categories-section::before { display: none; }
.ease26 .categories-container {
    max-width: 1120px;
    width: 100%;
    padding: 0;
}
.ease26 .category-block {
    margin-bottom: 48px;
    text-align: left;
}
.ease26 .category-block:last-child { margin-bottom: 0; }
.ease26 .category-header {
    border-bottom-color: var(--line);
    margin-bottom: 28px;
    padding-bottom: 16px;
}
.ease26 .category-title {
    color: var(--cream);
    font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
    font-weight: 400;
    letter-spacing: .08em;
}
.ease26 .category-link { color: var(--cream); }
.ease26 .category-link:hover { color: var(--gold-soft); }
.ease26 .category-more-link {
    color: rgba(248,239,227,.6);
    font-size: 13px;
}
.ease26 .category-more-link:hover { color: var(--gold-soft); }
.ease26 .category-articles-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ease26 .category-article-item {
    background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: none;
    overflow: hidden;
}
.ease26 .category-article-item::before {
    background: linear-gradient(90deg, #c99a58, #e5c58e);
}
.ease26 .category-article-item:hover {
    border-color: rgba(201,154,88,.35);
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
    transform: translateY(-4px);
}
.ease26 .category-article-item-image-wrapper { background-color: #1b1511; }
.ease26 .category-article-item-title { color: var(--cream); }
.ease26 .category-article-item-description { color: rgba(248,239,227,.62); }
.ease26 .category-article-item-date { color: rgba(248,239,227,.42); }

.ease26-tags {
    background: var(--bg);
    padding: 40px 20px 100px;
}
.ease26 .tag-else {
    padding: 0;
    width: min(1120px, 100%);
    margin: 0 auto;
    color: var(--cream);
}
.ease26 .tag-else .header-text {
    color: var(--cream);
    font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
    font-size: clamp(22px, 3.5vw, 36px);
    font-weight: 400;
    letter-spacing: .08em;
    margin-bottom: 32px;
    justify-content: center;
}
.ease26 .tag-else .header-text::before {
    color: var(--gold-soft);
}
.ease26 .tag-keyword {
    gap: 10px;
    justify-content: center;
}
.ease26 .tag-keyword li {
    padding: 6px 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    transition: .25s ease;
    background: rgba(255,255,255,.02);
}
.ease26 .tag-keyword li:hover {
    border-color: var(--gold);
    background: rgba(201,154,88,.1);
}
.ease26 .tag-keyword a {
    color: rgba(248,239,227,.72);
    font-size: 13px;
}
.ease26 .tag-keyword li:hover a { color: var(--gold-soft); }

/* ============ Inner page patterns ============ */
.ease26-page-hero {
    position: relative;
    padding: 160px 20px 72px;
    background:
        linear-gradient(180deg, rgba(16,13,11,.96), rgba(16,13,11,.78)),
        url("/img/ease-environment-1.webp") center/cover no-repeat;
    text-align: center;
    color: var(--text);
    overflow: hidden;
}
.ease26-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 20%, rgba(218,169,95,.2), transparent 55%);
    pointer-events: none;
}
.ease26-page-hero-inner {
    position: relative;
    width: min(920px, 100%);
    margin: 0 auto;
}
.ease26-page-hero .ease26-eyebrow { margin-bottom: 14px; }
.ease26-page-hero h1 {
    font-size: clamp(30px, 5vw, 52px);
    font-weight: 400;
    margin: 0;
    font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
    letter-spacing: .12em;
    line-height: 1.2;
}
.ease26-page-hero .page-hero-desc {
    color: rgba(248,239,227,.72);
    line-height: 2;
    margin: 20px auto 0;
    max-width: 620px;
    font-size: 15px;
}

.ease26 .breadcrumb { padding: 0; margin: 0 0 24px; }
.ease26 .breadcrumb-list {
    justify-content: center;
    color: rgba(248,239,227,.6);
    font-size: 13px;
}
.ease26 .breadcrumb-item a { color: rgba(248,239,227,.7); }
.ease26 .breadcrumb-item a:hover { color: var(--gold-soft); }
.ease26 .breadcrumb-item.active span,
.ease26 .breadcrumb-item span { color: var(--cream); font-weight: 500; }
.ease26 .breadcrumb-separator { color: rgba(248,239,227,.35); }

/* Article / long-form body (cream bg for readability) */
.ease26-article-body {
    background: var(--cream);
    color: var(--dark-text);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}
.ease26-article-body::before {
    content: "EASE";
    position: absolute;
    right: -36px;
    top: 40px;
    font-family: Georgia, serif;
    font-size: clamp(90px, 18vw, 240px);
    letter-spacing: .16em;
    color: rgba(43,33,26,.04);
    pointer-events: none;
}
.ease26-article-body .article-wrap {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
}
.ease26-article-body h1 {
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 500;
    margin: 0 0 28px;
    line-height: 1.3;
    color: var(--dark-text);
    letter-spacing: .02em;
}
.ease26-article-body h2 {
    font-size: clamp(20px, 3vw, 26px);
    font-weight: 600;
    margin: 2.2em 0 .8em;
    padding-left: 14px;
    border-left: 3px solid var(--gold);
    color: var(--dark-text);
}
.ease26-article-body h3 {
    font-size: clamp(17px, 2.4vw, 20px);
    font-weight: 600;
    margin: 1.8em 0 .6em;
    color: var(--dark-text);
}
.ease26-article-body p {
    line-height: 2;
    margin: 1em 0;
    color: rgba(43,33,26,.85);
}
.ease26-article-body ul {
    margin: 1em 0;
    padding-left: 1.5em;
    list-style: disc;
}
.ease26-article-body ul li { line-height: 1.9; margin: .4em 0; color: rgba(43,33,26,.82); }
.ease26-article-body strong { color: var(--dark-text); font-weight: 700; }
.ease26-article-body a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.ease26-article-body a:hover { color: var(--dark-text); }
.ease26-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    margin: 1.8em auto;
    display: block;
    box-shadow: 0 20px 50px rgba(53,35,18,.12);
}
.ease26-article-body .article-meta {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(43,33,26,.14);
    color: rgba(43,33,26,.55);
    font-size: 13px;
}
.ease26-article-body .article-updated-time {
    color: rgba(43,33,26,.55);
    font-size: 13px;
}
.ease26-article-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 14px;
}
.ease26-article-body table td,
.ease26-article-body table th {
    padding: 10px 12px;
    border: 1px solid rgba(43,33,26,.18);
}
.ease26-article-body table th {
    background: rgba(201,154,88,.12);
    font-weight: 600;
}
.ease26-article-body .content-section { margin: 0; }
.ease26-article-body .content-section > p:first-child { margin-top: 0; }
.ease26-article-body > * > .tag-keywords-line,
.ease26-article-body .tag-keywords-line {
    color: rgba(43,33,26,.55);
    font-size: 13px;
    margin-top: 2em;
    padding-top: 1.5em;
    border-top: 1px solid rgba(43,33,26,.14);
}

/* FAQ section on inner pages (cream bg) */
.ease26-article-body .faq-section { margin-top: 3em; }
.ease26-article-body .faq-section .header-text {
    color: var(--dark-text);
    font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 400;
    margin-bottom: 1em;
}
.ease26-article-body .faq-section dl { margin: 1em 0 0; }
.ease26-article-body .faq-section dt {
    font-weight: 600;
    margin: 1.4em 0 .5em;
    color: var(--dark-text);
    font-size: 15px;
}
.ease26-article-body .faq-section dd {
    margin: 0 0 1em;
    padding: 14px 16px;
    background: #fffaf2;
    border-radius: 12px;
    border: 1px solid rgba(43,33,26,.1);
    color: rgba(43,33,26,.78);
    line-height: 1.9;
    font-size: 14px;
}

/* Tag keywords at the end of an article */
.ease26-article-body p:has(+ section),
.ease26-article-body > article > p {
    /* natural flow */
}

/* List pages (categoryPage, tagPage body) */
.ease26-list-body {
    background: var(--bg);
    padding: 60px 20px 110px;
}
.ease26-list-wrap { max-width: 1120px; margin: 0 auto; }

/* Related articles block on dark bg */
.ease26 .related-articles-section {
    margin-top: 3.5em;
    padding-top: 2.5em;
    border-top: 1px solid rgba(43,33,26,.14);
}
.ease26 .related-articles-title {
    color: var(--dark-text);
    font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
    font-weight: 400;
    letter-spacing: .05em;
    font-size: clamp(22px, 3vw, 28px);
    margin-bottom: 1.5em;
}
.ease26 .related-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ease26 .related-article-card {
    background: #fffaf2;
    border: 1px solid rgba(43,33,26,.1);
    border-radius: 18px;
    box-shadow: 0 6px 20px rgba(53,35,18,.06);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    min-width: 0;
}
.ease26 .related-article-card::before { display: none; }
.ease26 .related-article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(53,35,18,.15);
    border-color: rgba(201,154,88,.35);
}
.ease26 .related-article-title { color: var(--dark-text); }
.ease26 .related-article-description { color: rgba(43,33,26,.7); }
.ease26 .related-article-date { color: rgba(43,33,26,.5); }

/* Empty state for category */
.ease26 .category-empty {
    color: rgba(248,239,227,.55);
    text-align: center;
    padding: 3em 1em;
}

/* Category page article cards (larger than homepage variant) */
.ease26-list-body .category-articles-section { margin: 0; }
.ease26-list-body .category-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.ease26 .category-article-card {
    background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: none;
    overflow: hidden;
    min-width: 0;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.ease26 .category-article-card::before {
    background: linear-gradient(90deg, #c99a58, #e5c58e);
}
.ease26 .category-article-card:hover {
    border-color: rgba(201,154,88,.35);
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
    transform: translateY(-4px);
}
.ease26 .category-article-image-wrapper { background-color: #1b1511; }
.ease26 .category-article-title { color: var(--cream); }
.ease26 .category-article-description { color: rgba(248,239,227,.62); }
.ease26 .category-article-date { color: rgba(248,239,227,.42); }

@media (max-width: 900px) {
    .ease26-nav { border-radius: 22px; }
    .ease26-nav-links { display: none; }
    .ease26 .ease26-hero {
        padding: 160px 20px 60px;
        align-items: flex-start;
        min-height: auto;
    }
    .ease26-hero-inner,
    .ease26-section-head,
    .ease26-one-grid,
    .ease26-footer-grid { grid-template-columns: 1fr; }
    .ease26-hero-card { min-height: 420px; }
    .ease26-concept-grid { grid-template-columns: 1fr; }
    .ease26-service-grid { grid-template-columns: 1fr; }
    .ease26-service-item { border-right: 0; border-bottom: 1px solid var(--line); min-height: 180px; }
    .ease26-gallery-grid { grid-template-columns: 1fr; height: auto; }
    .ease26-gallery-item { min-height: 340px; }
    .ease26-gallery-item:nth-child(2) { transform: none; }
    .ease26-footer-links-group { grid-template-columns: 1fr 1fr; justify-content: start; }
    .ease26 .category-articles-grid,
    .ease26-list-body .category-articles-grid { grid-template-columns: 1fr; }
    .ease26 .related-articles-grid { grid-template-columns: 1fr; }
    .ease26-page-hero { padding: 150px 20px 60px; }
    .ease26-article-body { padding: 60px 20px; }
    .ease26-list-body { padding: 50px 20px 90px; }
    .ease26-price-promo-card {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 42px 28px;
        text-align: center;
    }
    .ease26-price-promo-visual { order: -1; }
    .ease26-price-promo-visual svg { width: 180px; }
}

@media (max-width: 520px) {
    .ease26-nav-logo { height: 22px; }
    .ease26 .ease26-nav-cta { padding: 9px 12px; font-size: 13px; }
    .ease26 .ease26-nav-icon { width: 32px; height: 32px; }
    .ease26 .ease26-nav-icon svg { width: 14px; height: 14px; }
    .ease26 .ease26-nav-price { padding: 0; width: 32px; height: 32px; justify-content: center; }
    .ease26 .ease26-nav-price span { display: none; }
    .ease26 .ease26-nav-price svg { width: 14px; height: 14px; }
    .ease26-nav-side { gap: 6px; }
    .ease26-concept,
    .ease26-one-to-one,
    .ease26-services,
    .ease26-articles,
    .ease26-price-promo,
    .ease26-cta { padding: 76px 18px; }
    .ease26-gallery { padding: 76px 18px 30px; }
    .ease26-tags { padding: 30px 18px 80px; }
    .ease26 .ease26-hero { padding: 150px 18px 40px; align-items: flex-start; min-height: auto; }
    .ease26-hero-actions { flex-direction: column; }
    .ease26-btn { width: 100%; }
    .ease26-one-photo { min-height: 360px; }
}

@media (max-width: 420px) {
    .ease26 .ease26-nav-icon { width: 30px; height: 30px; }
    .ease26 .ease26-nav-price { width: 30px; height: 30px; }
    .ease26 .ease26-nav-cta { padding: 8px 10px; font-size: 12px; }
    .ease26-nav-side { gap: 4px; }
    .ease26-nav-logo { height: 20px; }
}
