:root {
    --sod-bg: #f5f3ed;
    --sod-paper: #fffefa;
    --sod-ink: #142320;
    --sod-muted: #61706b;
    --sod-line: #d8ddd5;
    --sod-accent: #ff5a3d;
    --sod-accent-dark: #d33c24;
    --sod-navy: #143e51;
    --sod-lime: #c9f85a;
    --sod-radius: 22px;
    --sod-shadow: 0 22px 70px rgba(18, 47, 42, .11);
    --sod-shell: min(1180px, calc(100vw - 48px));
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--sod-ink);
    background: var(--sod-bg);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 17px;
    line-height: 1.68;
    -webkit-font-smoothing: antialiased;
}

body.admin-bar .sod-header { top: 32px; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }

.sod-shell { width: var(--sod-shell); margin-inline: auto; }
.sod-skip-link { position: fixed; z-index: 9999; top: -80px; left: 24px; padding: 12px 18px; color: #fff; background: #000; }
.sod-skip-link:focus { top: 16px; }

.sod-proof-bar { color: #fff; background: var(--sod-ink); font-size: 13px; }
.sod-proof-bar .sod-shell { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.sod-proof-bar span { display: inline-flex; align-items: center; gap: 9px; }
.sod-proof-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--sod-lime); box-shadow: 0 0 0 4px rgba(201, 248, 90, .14); }
.sod-proof-bar a { color: #d9e1dd; border-bottom: 1px solid rgba(255, 255, 255, .3); }

.sod-header { position: sticky; z-index: 50; top: 0; background: rgba(245, 243, 237, .93); border-bottom: 1px solid rgba(20, 35, 32, .1); backdrop-filter: blur(16px); }
.sod-header-inner { min-height: 82px; display: flex; align-items: center; gap: 36px; }
.sod-brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.sod-brand-mark { position: relative; width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--sod-navy); border-radius: 12px 12px 4px 12px; font-size: 22px; font-family: Georgia, serif; }
.sod-brand-mark b { position: relative; z-index: 1; font-weight: 600; }
.sod-brand-mark i { position: absolute; right: -4px; bottom: -4px; width: 13px; height: 13px; border: 3px solid var(--sod-bg); border-radius: 50%; background: var(--sod-accent); }
.sod-brand-name { display: flex; flex-direction: column; font-weight: 800; font-size: 18px; line-height: 1.05; letter-spacing: -.02em; }
.sod-brand-name small { margin-top: 6px; color: var(--sod-muted); font-size: 10px; font-weight: 650; letter-spacing: .16em; }
.sod-desktop-nav { margin-left: auto; }
.sod-nav-list { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.sod-nav-list a { position: relative; display: block; font-size: 14px; font-weight: 650; }
.sod-nav-list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--sod-accent); transition: right .2s ease; }
.sod-nav-list a:hover::after, .sod-nav-list a:focus-visible::after { right: 0; }
.sod-header-cta { display: inline-flex; align-items: center; gap: 18px; padding: 10px 10px 10px 18px; border: 1px solid var(--sod-ink); border-radius: 999px; font-size: 13px; font-weight: 750; }
.sod-header-cta span { display: grid; width: 28px; height: 28px; place-items: center; color: #fff; background: var(--sod-ink); border-radius: 50%; }
.sod-mobile-menu { display: none; }

.sod-hero { position: relative; overflow: hidden; padding: 88px 0 0; }
.sod-hero::before { content: ""; position: absolute; z-index: -1; width: 480px; height: 480px; top: -210px; left: 44%; border: 1px solid rgba(20, 62, 81, .12); border-radius: 50%; box-shadow: 0 0 0 78px rgba(20, 62, 81, .03), 0 0 0 156px rgba(20, 62, 81, .025); }
.sod-hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr); align-items: center; gap: 76px; }
.sod-eyebrow, .sod-kicker { margin: 0 0 22px; color: var(--sod-accent-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.sod-eyebrow { display: flex; align-items: center; gap: 11px; }
.sod-eyebrow span { width: 28px; height: 2px; background: var(--sod-accent); }
.sod-hero h1 { max-width: 690px; margin: 0; font-size: clamp(46px, 5.35vw, 76px); line-height: 1.08; letter-spacing: -.065em; }
.sod-hero h1 em { display: block; color: var(--sod-accent); font-style: normal; }
.sod-hero-lede { max-width: 610px; margin: 30px 0 0; color: var(--sod-muted); font-size: 18px; line-height: 1.8; }
.sod-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.sod-button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 54px; padding: 0 24px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.sod-button:hover { transform: translateY(-2px); }
.sod-button-primary { color: #fff; background: var(--sod-ink); }
.sod-button-primary:hover { background: var(--sod-navy); }
.sod-text-link { font-size: 14px; font-weight: 750; border-bottom: 1px solid var(--sod-ink); }
.sod-honesty { display: flex; align-items: center; gap: 9px; margin: 28px 0 0; color: var(--sod-muted); font-size: 12px; }
.sod-honesty span { display: grid; place-items: center; width: 19px; height: 19px; color: var(--sod-ink); border: 1px solid var(--sod-line); border-radius: 50%; background: #fff; font-size: 10px; }

.sod-feature-card { position: relative; overflow: hidden; border: 1px solid rgba(20, 62, 81, .1); border-radius: 28px; background: var(--sod-paper); box-shadow: var(--sod-shadow); transform: rotate(1.2deg); transition: transform .25s ease; }
.sod-feature-card:hover { transform: rotate(0deg) translateY(-4px); }
.sod-feature-card::before { content: ""; position: absolute; z-index: 2; top: -15px; right: 56px; width: 94px; height: 34px; background: rgba(201, 248, 90, .8); transform: rotate(4deg); }
.sod-feature-topline { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; color: #fff; background: var(--sod-navy); font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.sod-status { display: flex; align-items: center; gap: 7px; color: #dff6e5; letter-spacing: 0; }
.sod-status i { width: 7px; height: 7px; border-radius: 50%; background: #77ea8c; box-shadow: 0 0 0 4px rgba(119, 234, 140, .13); }
.sod-feature-visual { min-height: 172px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 34px 38px; color: #fff; background: linear-gradient(135deg, #245f75 0%, #143e51 58%, #112e3a 100%); }
.sod-service-monogram { display: grid; width: 82px; height: 82px; place-items: center; border: 1px solid rgba(255, 255, 255, .4); border-radius: 24px; background: rgba(255, 255, 255, .1); font-family: Georgia, serif; font-size: 48px; box-shadow: inset 0 0 0 7px rgba(255, 255, 255, .04); }
.sod-feature-visual div { text-align: right; }
.sod-feature-visual small { display: block; color: #c5d7dc; font-size: 11px; letter-spacing: .12em; }
.sod-feature-visual strong { display: block; margin-top: 1px; font-size: clamp(38px, 4vw, 58px); line-height: 1; letter-spacing: -.05em; }
.sod-feature-body { padding: 27px 31px 29px; }
.sod-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--sod-muted); font-size: 11px; font-weight: 700; }
.sod-card-meta > span { color: var(--sod-accent-dark); }
.sod-feature-body h2 { margin: 16px 0 12px; font-size: 23px; line-height: 1.32; letter-spacing: -.025em; }
.sod-feature-body h2 a:hover { color: var(--sod-accent-dark); }
.sod-feature-body > p { margin: 0; color: var(--sod-muted); font-size: 13px; line-height: 1.7; }
.sod-feature-footer, .sod-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--sod-line); }
.sod-feature-footer > a, .sod-card-bottom > a { font-size: 12px; font-weight: 800; }
.sod-evidence-badge { display: inline-flex; align-items: center; min-height: 25px; padding: 0 10px; color: #20553d; border-radius: 999px; background: #dff3e4; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.sod-feature-empty { min-height: 470px; display: flex; flex-direction: column; justify-content: center; padding: 50px; }

.sod-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 88px; border-top: 1px solid var(--sod-line); border-bottom: 1px solid var(--sod-line); }
.sod-stats > div { display: flex; align-items: baseline; gap: 13px; min-height: 106px; padding: 28px; border-right: 1px solid var(--sod-line); }
.sod-stats > div:first-child { padding-left: 0; }
.sod-stats > div:last-child { border-right: 0; }
.sod-stats strong { font-size: 27px; letter-spacing: -.04em; }
.sod-stats span { color: var(--sod-muted); font-size: 11px; font-weight: 650; }

.sod-section { padding: 112px 0; }
.sod-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 48px; }
.sod-section-heading .sod-kicker { margin-bottom: 12px; }
.sod-section-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 56px); line-height: 1; letter-spacing: -.055em; }
.sod-section-heading > p { max-width: 500px; margin: 0; color: var(--sod-muted); font-size: 14px; }
.sod-deal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.sod-deal-card { overflow: hidden; border: 1px solid var(--sod-line); border-radius: var(--sod-radius); background: var(--sod-paper); transition: transform .2s ease, box-shadow .2s ease; }
.sod-deal-card:hover { transform: translateY(-5px); box-shadow: 0 18px 46px rgba(20, 35, 32, .09); }
.sod-card-visual { position: relative; min-height: 184px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px 27px; color: #fff; background: var(--sod-navy); isolation: isolate; }
.sod-card-visual::before, .sod-card-visual::after { content: ""; position: absolute; z-index: -1; border: 1px solid rgba(255, 255, 255, .13); border-radius: 50%; }
.sod-card-visual::before { width: 250px; height: 250px; right: -93px; bottom: -142px; }
.sod-card-visual::after { width: 160px; height: 160px; right: -49px; bottom: -95px; }
.sod-card-service { color: #c5d7dc; font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.sod-card-visual strong { font-size: 46px; line-height: 1; letter-spacing: -.055em; }
.sod-card-arrow { position: absolute; top: 22px; right: 22px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; }
.sod-card-content { padding: 24px 26px 26px; }
.sod-card-content h3 { margin: 16px 0 11px; font-size: 20px; line-height: 1.38; letter-spacing: -.02em; }
.sod-card-content h3 a:hover { color: var(--sod-accent-dark); }
.sod-card-content > p { margin: 0; color: var(--sod-muted); font-size: 13px; line-height: 1.72; }
.sod-empty-state { grid-column: 1 / -1; padding: 55px; border: 1px dashed #b7c0b9; border-radius: var(--sod-radius); text-align: center; color: var(--sod-muted); background: rgba(255, 255, 255, .4); }

.sod-categories { color: #fff; background: var(--sod-ink); }
.sod-section-heading-light .sod-kicker { color: var(--sod-lime); }
.sod-section-heading-light > p { color: #aab7b2; }
.sod-category-list { border-top: 1px solid rgba(255, 255, 255, .16); }
.sod-category-list > a { display: grid; grid-template-columns: 70px 1fr auto 48px; align-items: center; gap: 20px; min-height: 108px; border-bottom: 1px solid rgba(255, 255, 255, .16); transition: padding .2s ease, background .2s ease; }
.sod-category-list > a:hover { padding-inline: 18px; background: rgba(255, 255, 255, .035); }
.sod-category-index { color: var(--sod-lime); font: italic 17px Georgia, serif; }
.sod-category-list strong { font-size: 28px; }
.sod-category-list small { color: #9aaba5; font-size: 12px; }
.sod-category-list i { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; font-style: normal; }

.sod-method { background: var(--sod-paper); }
.sod-method-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 110px; }
.sod-method-intro { position: sticky; top: 130px; align-self: start; }
.sod-method-intro h2 { margin: 0; font-size: clamp(40px, 4vw, 58px); line-height: 1.12; letter-spacing: -.055em; }
.sod-method-intro > p:not(.sod-kicker) { margin: 24px 0 0; color: var(--sod-muted); font-size: 15px; }
.sod-method-seal { width: 145px; height: 145px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 38px; border: 1px solid var(--sod-line); border-radius: 50%; color: var(--sod-muted); font-size: 11px; transform: rotate(-8deg); }
.sod-method-seal span { color: var(--sod-accent); font: 48px/1 Georgia, serif; }
.sod-method-steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; border-top: 1px solid var(--sod-line); }
.sod-method-steps li { display: grid; grid-template-columns: 72px 1fr; gap: 25px; padding: 34px 0; border-bottom: 1px solid var(--sod-line); }
.sod-method-steps > li > span { color: var(--sod-accent-dark); font: italic 16px Georgia, serif; }
.sod-method-steps h3 { margin: 0; font-size: 22px; }
.sod-method-steps p { max-width: 580px; margin: 8px 0 0; color: var(--sod-muted); font-size: 14px; }

.sod-disclosure { padding: 28px 0; color: #fff; background: var(--sod-navy); }
.sod-disclosure .sod-shell { display: flex; align-items: center; gap: 20px; }
.sod-disclosure-icon { flex: 0 0 auto; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; font: italic 18px Georgia, serif; }
.sod-disclosure strong { font-size: 13px; }
.sod-disclosure p { margin: 3px 0 0; color: #c3d2d7; font-size: 12px; }

.sod-footer { padding: 76px 0 24px; color: #fff; background: #0d1917; }
.sod-footer > .sod-shell:first-child { display: grid; grid-template-columns: 1fr auto; gap: 100px; }
.sod-brand-footer .sod-brand-mark { border: 1px solid rgba(255, 255, 255, .18); background: rgba(255, 255, 255, .06); }
.sod-brand-footer .sod-brand-mark i { border-color: #0d1917; }
.sod-brand-footer .sod-brand-name small { color: #879690; }
.sod-footer-main > p { max-width: 530px; margin: 24px 0 0; color: #99aaa3; font-size: 14px; }
.sod-footer-links { display: flex; gap: 80px; }
.sod-footer-links > div { display: flex; min-width: 92px; flex-direction: column; gap: 9px; }
.sod-footer-links strong { margin-bottom: 7px; color: #6f8079; font-size: 10px; letter-spacing: .14em; }
.sod-footer-links a { color: #dbe2df; font-size: 13px; }
.sod-footer-links a:hover { color: var(--sod-lime); }
.sod-footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 65px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .1); color: #708079; font-size: 10px; }
.sod-site-verification { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.sod-page-header { max-width: 800px; margin-bottom: 52px; }
.sod-page-header h1 { margin: 0; font-size: clamp(44px, 5vw, 68px); line-height: 1.1; letter-spacing: -.055em; }
.sod-page-header > p, .sod-archive-description { color: var(--sod-muted); }
.sod-archive { padding: 90px 0 120px; }
.sod-pagination { margin-top: 48px; }
.sod-pagination .nav-links { display: flex; gap: 10px; }
.sod-pagination .page-numbers { display: grid; min-width: 40px; min-height: 40px; padding: 0 12px; place-items: center; border: 1px solid var(--sod-line); border-radius: 999px; font-size: 12px; }
.sod-pagination .current { color: #fff; background: var(--sod-ink); }

.sod-article-header { padding: 78px 24px 68px; color: #fff; background: var(--sod-navy); }
.sod-article-header-inner { max-width: 900px; margin: 0 auto; }
.sod-back-link { display: inline-block; margin-bottom: 42px; color: #c4d4d9; font-size: 12px; }
.sod-article-meta { display: flex; flex-wrap: wrap; gap: 11px; margin-bottom: 20px; }
.sod-article-meta span, .sod-article-meta time { padding: 6px 11px; border: 1px solid rgba(255, 255, 255, .19); border-radius: 999px; color: #d9e6e9; font-size: 10px; font-weight: 750; }
.sod-article-header h1 { max-width: 880px; margin: 0; font-size: clamp(40px, 5vw, 66px); line-height: 1.13; letter-spacing: -.052em; }
.sod-article-excerpt { max-width: 780px; margin: 27px 0 0; color: #c7d6da; font-size: 17px; }
.sod-article-layout { width: min(1080px, calc(100vw - 48px)); display: grid; grid-template-columns: minmax(0, 720px) 250px; gap: 80px; margin: 0 auto; padding: 70px 0 120px; }
.sod-article-content { min-width: 0; }
.sod-article-content > *:first-child { margin-top: 0; }
.sod-article-content h2 { margin: 2.2em 0 .7em; font-size: 31px; line-height: 1.3; letter-spacing: -.035em; }
.sod-article-content h3 { margin: 1.8em 0 .6em; font-size: 23px; }
.sod-article-content p, .sod-article-content li { color: #364a45; }
.sod-article-content a { color: #c43c27; border-bottom: 1px solid currentColor; }
.sod-article-content blockquote { margin: 34px 0; padding: 18px 26px; border-left: 4px solid var(--sod-accent); background: #f1eee5; }
.sod-article-content table { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 14px; }
.sod-article-content th, .sod-article-content td { padding: 14px 16px; border: 1px solid var(--sod-line); text-align: left; vertical-align: top; }
.sod-article-content th { background: #ecebe4; }
.sod-article-content code { padding: 2px 5px; border-radius: 4px; background: #ecebe4; font-size: .9em; }
.sod-article-aside { position: sticky; top: 130px; align-self: start; padding: 25px; border: 1px solid var(--sod-line); border-radius: 18px; background: var(--sod-paper); }
.sod-article-aside > div { display: flex; flex-direction: column; gap: 3px; padding: 14px 0; border-bottom: 1px solid var(--sod-line); }
.sod-article-aside > div:first-child { padding-top: 0; }
.sod-article-aside small { color: var(--sod-muted); font-size: 10px; }
.sod-article-aside strong { font-size: 13px; }
.sod-article-aside strong i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #45b96b; }
.sod-article-aside p { margin: 18px 0 0; color: var(--sod-muted); font-size: 11px; }

.sod-not-found { min-height: 65vh; display: grid; place-items: center; padding: 100px 0; text-align: center; }
.sod-not-found span:first-child { color: var(--sod-accent); font: italic 90px/1 Georgia, serif; }
.sod-not-found h1 { margin: 16px 0 0; font-size: 48px; letter-spacing: -.045em; }
.sod-not-found p { margin: 10px 0 30px; color: var(--sod-muted); }

@media (max-width: 980px) {
    .sod-desktop-nav, .sod-header-cta { display: none; }
    .sod-mobile-menu { position: relative; display: block; margin-left: auto; }
    .sod-mobile-menu summary { width: 42px; height: 42px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--sod-line); border-radius: 50%; cursor: pointer; list-style: none; }
    .sod-mobile-menu summary::-webkit-details-marker { display: none; }
    .sod-mobile-menu summary span { width: 17px; height: 1.5px; background: var(--sod-ink); }
    .sod-mobile-menu nav { position: absolute; top: 53px; right: 0; width: 220px; padding: 20px; border: 1px solid var(--sod-line); border-radius: 15px; background: var(--sod-paper); box-shadow: var(--sod-shadow); }
    .sod-mobile-menu .sod-nav-list { align-items: stretch; flex-direction: column; gap: 4px; }
    .sod-mobile-menu .sod-nav-list a { padding: 9px; }
    .sod-hero-grid { grid-template-columns: 1fr; gap: 60px; }
    .sod-hero-copy { max-width: 720px; }
    .sod-feature-card { max-width: 650px; transform: none; }
    .sod-deal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sod-method-grid { grid-template-columns: 1fr; gap: 55px; }
    .sod-method-intro { position: static; }
    .sod-method-seal { display: none; }
    .sod-article-layout { grid-template-columns: minmax(0, 1fr); gap: 40px; }
    .sod-article-aside { position: static; }
}

@media (max-width: 720px) {
    :root { --sod-shell: min(100% - 34px, 1180px); }
    body { font-size: 16px; }
    body.admin-bar .sod-header { top: 46px; }
    .sod-proof-bar .sod-shell { min-height: 34px; justify-content: center; text-align: center; }
    .sod-proof-bar a { display: none; }
    .sod-header-inner { min-height: 70px; }
    .sod-brand-mark { width: 38px; height: 38px; }
    .sod-brand-name { font-size: 16px; }
    .sod-hero { padding-top: 58px; }
    .sod-hero h1 { font-size: clamp(43px, 13vw, 62px); }
    .sod-hero-lede { margin-top: 24px; font-size: 16px; }
    .sod-hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 30px; }
    .sod-button { width: 100%; }
    .sod-honesty { align-items: flex-start; }
    .sod-feature-visual { min-height: 145px; padding: 28px; }
    .sod-service-monogram { width: 65px; height: 65px; border-radius: 18px; font-size: 36px; }
    .sod-feature-visual strong { font-size: 39px; }
    .sod-feature-body { padding: 24px; }
    .sod-feature-body h2 { font-size: 20px; }
    .sod-stats { grid-template-columns: repeat(2, 1fr); margin-top: 62px; }
    .sod-stats > div { min-height: 88px; padding: 19px 13px; border-bottom: 1px solid var(--sod-line); }
    .sod-stats > div:first-child { padding-left: 13px; }
    .sod-stats > div:nth-child(2) { border-right: 0; }
    .sod-stats > div:nth-last-child(-n+2) { border-bottom: 0; }
    .sod-stats strong { font-size: 22px; }
    .sod-section { padding: 80px 0; }
    .sod-section-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 36px; }
    .sod-section-heading h2 { font-size: 42px; }
    .sod-deal-grid { grid-template-columns: 1fr; }
    .sod-category-list > a { grid-template-columns: 46px 1fr 36px; min-height: 92px; }
    .sod-category-list small { display: none; }
    .sod-category-list strong { font-size: 22px; }
    .sod-method-steps li { grid-template-columns: 48px 1fr; gap: 14px; padding: 27px 0; }
    .sod-disclosure .sod-shell { align-items: flex-start; }
    .sod-footer { padding-top: 58px; }
    .sod-footer > .sod-shell:first-child { grid-template-columns: 1fr; gap: 48px; }
    .sod-footer-links { gap: 60px; }
    .sod-footer-bottom { flex-direction: column; gap: 8px; margin-top: 45px; }
    .sod-article-header { padding: 55px 17px 48px; }
    .sod-back-link { margin-bottom: 32px; }
    .sod-article-header h1 { font-size: 39px; }
    .sod-article-excerpt { font-size: 15px; }
    .sod-article-layout { width: min(100% - 34px, 1080px); padding: 50px 0 80px; }
    .sod-article-content h2 { font-size: 27px; }
    .sod-article-content table { display: block; overflow-x: auto; white-space: nowrap; }
    .sod-not-found h1 { font-size: 38px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
