.home-draft {
    --brand-navy: #0c1236;
    --brand-navy-soft: #151c49;
    --brand-gold: #b08a4d;
    color: #181817;
    background: #f5f2eb;
    font-family: "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.home-draft * { box-sizing: border-box; }
.home-container { width: 88%; max-width: 1180px; margin: 0 auto; }

.home-sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1300;
    background: rgba(5, 8, 25, .54);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}
.home-sidebar-backdrop.open { opacity: 1; visibility: visible; }
#left-sidebar.home-sidebar {
    width: 360px;
    max-width: 86vw;
    left: -360px;
    padding: 38px 42px 34px;
    color: #fff;
    background: #0c1236;
    box-shadow: 22px 0 65px rgba(5, 8, 25, .25);
}
#left-sidebar.home-sidebar.control-sidebar-open { left: 0; }
.home-sidebar-close {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.22);
    background: transparent;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 38px;
}
.home-sidebar-brand { margin: 55px 0 50px; }
.home-sidebar-brand span { display: block; color: #c5a36b; font-family: Georgia, serif; font-size: 12px; letter-spacing: .22em; }
.home-sidebar-brand strong { display: block; margin: 12px 0 8px; font-family: "Songti SC", "STSong", Georgia, serif; font-size: 28px; letter-spacing: .1em; }
.home-sidebar-brand small { color: rgba(255,255,255,.55); letter-spacing: .08em; }
.home-sidebar nav { display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.14); }
.home-sidebar nav a { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.10); color: rgba(255,255,255,.85); font-size: 15px; letter-spacing: .05em; transition: color .2s ease, padding-left .2s ease; }
.home-sidebar nav a:hover { padding-left: 6px; color: #d7bf91; }
.home-sidebar nav span { display: inline-block; width: 42px; color: #a98650; font-family: Georgia, serif; font-size: 11px; }
.home-sidebar-contact { margin-top: 42px; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.8; }
.home-sidebar-contact p { margin: 0 0 7px !important; color: rgba(255,255,255,.55) !important; font-size: 12px !important; }
.home-sidebar-contact a { color: #d7bf91; }

#popup-qrcode .qrcode .box,
#popup-qrcode-mobile .qrcode .box,
#popup-qrcode-header .qrcode .box,
#popup-qrcode-mobile-header .qrcode .box { background: #0c1236; }

.home-hero {
    min-height: 720px;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    background: var(--brand-navy) url("../../../img/home_2026/hero-service.jpg") center center / cover no-repeat;
}

.home-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8,13,48,.96) 0%, rgba(8,13,48,.80) 42%, rgba(8,13,48,.22) 74%);
}

.home-hero-content { position: relative; z-index: 1; }
.home-eyebrow, .home-kicker { font-size: 12px; letter-spacing: .23em; font-weight: 600; }
.home-eyebrow { margin-bottom: 26px; color: #c7aa77; }
.home-hero h1 {
    margin: 0;
    max-width: 720px;
    font-family: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
    font-size: 60px;
    line-height: 1.28;
    letter-spacing: .065em;
    font-weight: 600;
}
.home-hero h1 span { display: inline-block; position: relative; padding-bottom: 10px; }
.home-hero h1 span:after {
    content: "";
    position: absolute;
    left: .05em;
    bottom: 0;
    width: 78px;
    height: 2px;
    background: #c5a36b;
}
.home-hero-copy { width: 560px; max-width: 92%; margin: 28px 0 36px; font-size: 18px; line-height: 1.9; color: #d3d1cc; }
.home-hero-caption { position: absolute; z-index: 1; right: 4%; bottom: 22px; margin: 0; color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .12em; }
.home-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.home-button { min-width: 190px; padding: 15px 27px; text-align: center; font-size: 14px; transition: all .25s ease; }
.home-button-primary { background: var(--brand-gold); color: #fff !important; border: 1px solid var(--brand-gold); }
.home-button-primary:hover { background: #c19c61; border-color: #c19c61; }
.home-button-ghost { border: 1px solid rgba(255,255,255,.62); color: #fff !important; }
.home-button-ghost:hover { background: rgba(255,255,255,.1); }

.home-section { padding: 105px 0; }
.home-kicker { margin: 0 0 18px; color: #9a7740; }
.home-section h2, .home-contact h2 {
    margin: 0;
    font-family: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
    font-size: 36px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: .055em;
}
.home-lead { margin-top: 28px; max-width: 540px; font-size: 17px; line-height: 2; color: #68635b; }
.home-note { margin-top: 20px; font-size: 12px; color: #9a948a; }
.home-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; align-items: center; }

.home-problems { background: #f5f2eb; }
.home-problem-layout h2 { max-width: 520px; }
.home-problem-list { border-top: 1px solid #c9c1b4; }
.home-problem-list div { display: grid; grid-template-columns: 55px 1fr; align-items: center; padding: 19px 0; border-bottom: 1px solid #d8d1c5; }
.home-problem-list span { color: #a8864e; font-family: Georgia, serif; font-size: 14px; }
.home-problem-list p { margin: 0; font-size: 16px; color: #47443f; }

.home-diagnosis { background: var(--brand-navy); color: #fff; }
.home-diagnosis-layout { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 560px; }
.home-diagnosis-photo { min-height: 560px; overflow: hidden; }
.home-diagnosis-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.home-diagnosis-copy { padding: 62px 0 50px 65px; }
.home-diagnosis-copy h2 { font-size: 34px; }
.home-diagnosis-copy .home-lead { color: #c5c1ba; }
.home-diagnosis-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }
.home-diagnosis-copy li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #dad7d1; }
.home-diagnosis-copy li:before { content: "—"; margin-right: 12px; color: #b99964; }
.home-price { margin-top: 30px; display: flex; align-items: baseline; gap: 16px; }
.home-price strong { font-family: Georgia, serif; font-size: 32px; font-weight: normal; color: #e2c794; }
.home-price span { font-size: 13px; color: #aaa59d; }

.home-method { background: #ebe6dd; }
.home-method-list { list-style: none; padding: 0; margin: 55px 0 0; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #bdb4a5; }
.home-method-list li { min-height: 190px; padding: 28px 24px 0 0; display: flex; flex-direction: column; }
.home-method-list span { color: #a27e44; font-family: Georgia, serif; }
.home-method-list strong {
    margin: 28px 0 12px;
    font-family: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .04em;
}
.home-method-list small { color: #7b756b; font-size: 13px; line-height: 1.7; }

.home-difference { background: #f7f5f0; }
.home-difference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 50px; background: #d1cabd; }
.home-difference-grid article { min-height: 260px; padding: 38px 34px; background: #fff; }
.home-difference-grid span { color: #a27d45; font-family: Georgia, serif; }
.home-difference-grid h3 {
    margin: 58px 0 17px;
    font-family: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .045em;
}
.home-difference-grid p { margin: 0; color: #736d65; line-height: 1.8; }

.home-insights { background: #ece8df; }
.home-insights-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9%; align-items: end; margin-bottom: 48px; }
.home-insights-heading > p { max-width: 570px; margin: 0 0 5px; color: #6f6961; font-size: 15px; line-height: 1.9; }
.home-featured-article { display: grid; grid-template-columns: 1.18fr .82fr; min-height: 430px; overflow: hidden; background: #fff; box-shadow: 0 28px 65px rgba(12,18,54,.10); }
.home-article-cover { position: relative; min-height: 430px; overflow: hidden; background: var(--brand-navy); }
.home-article-cover:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,18,54,.04), rgba(12,18,54,.42)); }
.home-article-cover img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s ease; }
.home-featured-article:hover .home-article-cover img { transform: scale(1.025); }
.home-article-cover span { position: absolute; z-index: 1; left: 28px; top: 28px; padding: 8px 14px; color: #fff; background: rgba(12,18,54,.82); font-size: 11px; letter-spacing: .14em; }
.home-article-copy { padding: 54px 48px 42px; display: flex; flex-direction: column; justify-content: center; color: #171a2e; }
.home-article-meta { margin: 0 0 25px; color: #9b7841; font-size: 11px; letter-spacing: .17em; }
.home-article-copy h3 { margin: 0; font-family: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif; font-size: 29px; line-height: 1.55; font-weight: 600; letter-spacing: .045em; }
.home-article-copy > p:not(.home-article-meta) { margin: 24px 0; color: #6d6963; line-height: 1.9; }
.home-article-link { color: var(--brand-navy); font-weight: 600; letter-spacing: .04em; }
.home-article-link b { margin-left: 8px; color: #a48047; font-size: 18px; }
.home-article-empty { padding: 55px; text-align: center; color: #79736a; background: rgba(255,255,255,.55); }
.home-article-secondary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 28px; }
.home-secondary-article { display: grid; grid-template-columns: 42% 58%; min-height: 230px; overflow: hidden; background: #fff; color: #171a2e; box-shadow: 0 18px 45px rgba(12,18,54,.08); }
.home-secondary-article > img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; transition: transform .45s ease; }
.home-secondary-article:hover > img { transform: scale(1.025); }
.home-secondary-article > div { padding: 30px 28px; }
.home-secondary-article small { color: #9b7841; letter-spacing: .12em; }
.home-secondary-article h3 { margin: 17px 0 12px; font-family: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif; font-size: 20px; line-height: 1.5; font-weight: 600; }
.home-secondary-article p { margin: 0 0 18px; color: #777168; line-height: 1.75; font-size: 13px; }
.home-secondary-article span { color: var(--brand-navy); font-weight: 600; }

.home-story-grid { display: grid; grid-template-columns: 1.15fr 1.15fr .7fr; height: 500px; background: var(--brand-navy); }
.home-story-grid figure { margin: 0; position: relative; overflow: hidden; }
.home-story-grid figure:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,.68)); }
.home-story-grid img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.72); transition: transform .5s ease, filter .5s ease; }
.home-story-grid figure:hover img { transform: scale(1.025); filter: saturate(1); }
.home-story-grid figcaption { position: absolute; z-index: 1; left: 28px; bottom: 24px; color: #fff; font-size: 13px; letter-spacing: .18em; }

.home-contact { padding: 95px 0; color: #fff; background: var(--brand-navy); }
.home-contact-inner { display: grid; grid-template-columns: 1fr 320px; gap: 9%; align-items: center; }
.home-contact p:not(.home-kicker) { max-width: 630px; margin: 25px 0; color: #beb9b1; font-size: 16px; line-height: 1.9; }
.home-contact-meta { display: flex; gap: 30px; flex-wrap: wrap; color: #d7bf91; font-size: 14px; }
.home-contact a { color: #d7bf91; }
.home-qr-card { width: 280px; justify-self: end; text-align: center; background: #fff; color: #202020; box-shadow: 0 25px 60px rgba(0,0,0,.22); }
.home-qr-card img { width: 100%; display: block; }
.home-qr-card p { margin: 0 !important; padding: 15px 12px 18px; color: #282828 !important; font-size: 14px !important; line-height: 1.55 !important; }
.home-qr-card p span { color: #8b857c; font-size: 11px; }

@media (max-width: 767px) {
    .home-container { width: 86%; }
    .home-hero { min-height: 650px; background-position: 56% center; align-items: flex-end; padding-bottom: 75px; }
    .home-hero:after { background: linear-gradient(180deg, rgba(8,13,48,.18) 0%, rgba(8,13,48,.60) 43%, rgba(8,13,48,.97) 100%); }
    .home-hero h1 { font-size: 39px; }
    .home-hero-copy { font-size: 15px; line-height: 1.85; }
    .home-hero-caption { display: none; }
    .home-button { width: 100%; }
    .home-section { padding: 72px 0; }
    .home-section h2, .home-contact h2 { font-size: 28px; }
    .home-two-column { grid-template-columns: 1fr; gap: 45px; }
    .home-problem-list p { font-size: 14px; }
    .home-diagnosis-layout { grid-template-columns: 1fr; }
    .home-diagnosis-photo { min-height: 320px; }
    .home-diagnosis-copy { padding: 48px 0 10px; }
    .home-method-list { grid-template-columns: 1fr 1fr; gap: 26px 12px; }
    .home-method-list li { min-height: 145px; }
    .home-difference-grid { grid-template-columns: 1fr; }
    .home-difference-grid article { min-height: auto; }
    .home-difference-grid h3 { margin-top: 30px; }
    .home-insights-heading, .home-featured-article { grid-template-columns: 1fr; }
    .home-insights-heading { gap: 24px; }
    .home-article-cover { min-height: 300px; }
    .home-article-copy { padding: 38px 30px; }
    .home-article-copy h3 { font-size: 25px; }
    .home-article-secondary-grid { grid-template-columns: 1fr; }
    .home-secondary-article { grid-template-columns: 1fr; }
    .home-secondary-article > img { height: 240px; min-height: 240px; }
    .home-story-grid { grid-template-columns: 1fr 1fr; height: 500px; }
    .home-story-grid figure:last-child { display: none; }
    .home-contact { padding: 72px 0; }
    .home-contact-inner { grid-template-columns: 1fr; gap: 45px; }
    .home-qr-card { justify-self: start; width: 255px; }
    #left-sidebar.home-sidebar { width: 84vw; left: -84vw; padding: 28px 30px; }
    .home-sidebar-brand { margin: 38px 0 34px; }
    .home-sidebar nav a { padding: 14px 0; }
}

@media (max-width: 420px) {
    .home-hero h1 { font-size: 34px; }
    .home-method-list { grid-template-columns: 1fr; gap: 0; }
    .home-method-list li { min-height: auto; padding-bottom: 28px; }
    .home-story-grid { grid-template-columns: 1fr; height: 520px; }
    .home-story-grid figure { height: 260px; }
}
