:root{--accent:#E8A63A;--accent-soft:#F4D89B;--ink:#302D29;--muted:#746D64;--dark:#26231F;--bg:#FFFDF8;--bg2:#F7F1E7;--hot:#D96F38;--line:#E9DFD1;--radius:22px;--shadow:0 16px 50px rgba(38,35,31,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;line-height:1.75}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;background:var(--dark);color:white;padding:10px 14px;border-radius:8px}.skip-link:focus{top:16px}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,253,248,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.header-inner{min-height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;white-space:nowrap}.brand img{width:38px;height:38px;object-fit:contain}.primary-nav{display:flex;gap:6px;align-items:center;margin-left:auto}.primary-nav a{padding:10px 12px;border-radius:10px;color:#504A43}.primary-nav a:hover{background:var(--bg2);color:var(--dark)}.search-open,.menu-toggle{border:1px solid var(--line);background:white;border-radius:12px;padding:9px 14px;color:var(--ink);cursor:pointer}.menu-toggle{display:none}.hero{padding:68px 0 48px;background:linear-gradient(180deg,#FFF9EC 0%,var(--bg) 100%)}.hero-grid,.page-hero-grid,.split{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.eyebrow,.kicker,.meta{display:inline-block;color:#9E5C24;font-weight:800;letter-spacing:.05em;font-size:.88rem}.hero h1,.page-hero h1{font-size:clamp(2.5rem,6vw,5.2rem);line-height:1.06;letter-spacing:-.045em;margin:.35em 0 .3em}.hero p,.page-hero p,.lead{font-size:1.12rem;color:#5C554D}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 18px;border:1px solid #D9CCBA;border-radius:12px;background:#fff;font-weight:750}.btn.primary{background:var(--dark);color:white;border-color:var(--dark)}.btn.light{background:white;color:var(--dark);border-color:white}.hero-points{padding:0;margin:24px 0 0;list-style:none;display:grid;gap:8px;color:#665F57}.hero-points li:before{content:'✓';color:var(--hot);font-weight:900;margin-right:8px}.hero-media img,.page-hero img,.split>img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.hero-media figcaption{color:var(--muted);font-size:.9rem;margin-top:10px}.section{padding:74px 0}.section-tint{background:var(--bg2)}.section-dark{background:var(--dark);color:#FFF8EB}.section-dark p{color:#D8CFC4}.section-head{max-width:760px;margin-bottom:28px}.section-head h2,.split h2,.topic-band h2{font-size:clamp(1.85rem,3.3vw,3rem);line-height:1.18;margin:.25em 0}.section-head p,.split p{color:var(--muted)}.route-grid,.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.route-card,.article-card{background:white;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.2s transform,.2s box-shadow}.route-card:hover,.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.route-card img,.article-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.route-card>div,.article-card>div{padding:20px}.route-card h3,.article-card h3{font-size:1.28rem;line-height:1.35;margin:.2em 0}.route-card p,.article-card p{color:var(--muted);margin:.5em 0}.text-link{color:#9E5C24;font-weight:800}.reverse>div{order:2}.reverse>img{order:1}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:0;list-style:none;counter-reset:step}.steps li{background:var(--bg2);border-radius:18px;padding:22px;counter-increment:step}.steps li:before{content:counter(step);display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--accent);font-weight:900;margin-bottom:18px}.steps strong{display:block;font-size:1.1rem}.steps span{display:block;color:var(--muted);margin-top:8px}.faq-list{display:grid;gap:12px}.faq-list details{background:white;border:1px solid var(--line);border-radius:14px;padding:0 18px}.faq-list summary{cursor:pointer;font-weight:800;padding:16px 0}.faq-list p{color:var(--muted);margin:0 0 18px}.faq-list.large{max-width:900px}.final-cta{display:flex;justify-content:space-between;gap:32px;align-items:center}.final-cta>div:first-child{max-width:720px}.center{text-align:center}.page-hero{padding:54px 0;background:linear-gradient(180deg,#FFF9EC,var(--bg2))}.page-hero.compact h1{font-size:clamp(2.2rem,5vw,4rem)}.breadcrumbs{width:min(1180px,calc(100% - 40px));margin:20px auto 0;display:flex;gap:9px;flex-wrap:wrap;color:var(--muted);font-size:.92rem}.breadcrumbs a{color:#845021}.article-list{display:grid;gap:18px}.article-list article{display:grid;grid-template-columns:240px 1fr;gap:24px;padding:18px;border:1px solid var(--line);border-radius:18px;background:white}.article-list img{width:100%;height:160px;object-fit:cover;border-radius:12px}.article-list h2{margin:.15em 0;font-size:1.42rem}.article-list p{color:var(--muted)}.topic-band{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:38px;padding:32px 0;border-bottom:1px solid var(--line)}.topic-band.reverse>div{order:2}.topic-band img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:20px}.prose{max-width:860px}.prose h2{font-size:1.65rem;margin-top:2em}.prose p,.prose li{color:#514B44}.prose code{background:var(--bg2);padding:2px 6px;border-radius:6px}.prose-list{padding-left:1.2em}.article-header{padding:48px 0 20px;max-width:960px}.article-header h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.12;margin:.25em 0}.meta-row{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:.9rem;margin:18px 0}.article-cover{width:100%;max-height:500px;object-fit:cover;border-radius:24px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:48px;padding:34px 0 80px}.article-body{font-size:1.05rem}.article-body h2{font-size:1.6rem;margin:1.8em 0 .5em}.article-body p{color:#4E4841}.note{background:var(--bg2);border-left:4px solid var(--accent);padding:16px 18px;border-radius:10px;margin-top:32px}.article-aside{align-self:start;position:sticky;top:100px;display:grid;gap:10px}.article-aside h2{font-size:1.1rem}.article-aside a{padding:12px 0;border-bottom:1px solid var(--line)}.article-aside a span{display:block;font-size:.8rem;color:var(--muted)}.back-link{font-weight:800;color:#845021}.search-modal[hidden]{display:none!important}.search-modal{position:fixed;inset:0;z-index:500;background:rgba(38,35,31,.72);display:grid;place-items:center;padding:20px}.search-dialog{width:min(620px,100%);background:var(--bg);border-radius:22px;padding:28px;position:relative}.search-close{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:2rem;cursor:pointer}.search-row{display:flex;gap:10px}.search-row input{flex:1;min-width:0;border:1px solid #D9CCBA;border-radius:10px;padding:11px 12px;background:white}.search-row button{border:0;border-radius:10px;padding:10px 18px;background:var(--dark);color:white;font-weight:800}.modal-open{overflow:hidden}.search-page-form{max-width:620px}.search-page-form label{display:block;font-weight:800;margin-bottom:8px}.empty-state{min-height:60vh;padding:90px 0}.empty-state h1{font-size:clamp(2.5rem,7vw,5.5rem);margin:.2em 0}.site-footer{background:#211E1B;color:#F8F1E7;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:32px}.footer-grid h2{font-size:1rem}.footer-grid p{color:#C9BFB2}.footer-grid nav{display:flex;flex-direction:column;gap:8px}.footer-grid nav a{color:#D8CFC4}.footer-bottom{border-top:1px solid #403A34;margin-top:36px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#AFA599;font-size:.88rem}
@media(max-width:1024px){.primary-nav{position:absolute;left:20px;right:20px;top:70px;background:var(--bg);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:10px;display:none;flex-direction:column;align-items:stretch}.primary-nav.is-open{display:flex}.menu-toggle{display:block;margin-left:auto}.search-open{margin-left:0}.hero-grid,.page-hero-grid,.split{grid-template-columns:1fr}.route-grid,.article-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:1fr}.article-aside{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.shell,.breadcrumbs{width:min(100% - 28px,1180px)}.header-inner{min-height:66px;gap:10px}.brand span{max-width:150px;overflow:hidden;text-overflow:ellipsis}.hero{padding-top:40px}.hero h1,.page-hero h1{font-size:2.5rem}.route-grid,.article-grid,.steps{grid-template-columns:1fr}.article-list article{grid-template-columns:1fr}.article-list img{height:auto;aspect-ratio:16/9}.topic-band,.topic-band.reverse{grid-template-columns:1fr}.topic-band.reverse>div{order:initial}.final-cta{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.search-row{flex-direction:column}.actions .btn{width:100%}}
@media(max-width:400px){.brand img{width:32px;height:32px}.brand span{max-width:110px}.search-open,.menu-toggle{padding:8px 10px}.hero h1,.page-hero h1{font-size:2.2rem}.section{padding:56px 0}}

/* Additional content-site components and accessibility refinements */
.card-note{border:1px solid var(--line);background:#fff;border-radius:16px;padding:20px}.card-note h3{margin-top:0}.card-note p:last-child{margin-bottom:0}.inline-tags{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.inline-tags span{font-size:.82rem;padding:5px 9px;border-radius:999px;background:var(--bg2);color:#665F57}.content-index{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.content-index a{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:16px 18px;border:1px solid var(--line);border-radius:14px;background:white}.content-index a:hover{border-color:#D7B97C}.content-index small{color:var(--muted)}.notice-bar{padding:14px 16px;border-radius:12px;background:#FFF6E3;border:1px solid #ECD9B1;color:#5D4B33}.notice-bar strong{color:#7B4A18}.definition-list{display:grid;grid-template-columns:180px 1fr;border-top:1px solid var(--line)}.definition-list dt,.definition-list dd{margin:0;padding:14px 0;border-bottom:1px solid var(--line)}.definition-list dt{font-weight:800}.definition-list dd{color:var(--muted)}.mini-nav{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.mini-nav a{padding:7px 11px;background:var(--bg2);border-radius:999px;font-size:.9rem}.mini-nav a:hover{background:var(--accent-soft)}.callout-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.callout-grid section{border-top:3px solid var(--accent);padding:18px;background:#fff}.callout-grid h3{margin:0 0 8px}.callout-grid p{color:var(--muted);margin:0}.section-divider{height:1px;background:var(--line);border:0;margin:0}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.btn:focus-visible,.text-link:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #D96F38;outline-offset:3px}.article-card a:focus-visible,.route-card:focus-visible{border-radius:8px}.page-hero-grid>div{min-width:0}.article-body a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.article-body blockquote{margin:28px 0;padding:4px 0 4px 20px;border-left:4px solid var(--accent);color:#5D554D}.article-body ul,.article-body ol{padding-left:1.35em}.article-body li+li{margin-top:.45em}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px}.content-table{width:100%;border-collapse:collapse;min-width:620px;background:#fff}.content-table th,.content-table td{text-align:left;padding:13px 14px;border-bottom:1px solid var(--line)}.content-table th{background:var(--bg2);font-weight:800}.content-table tr:last-child td{border-bottom:0}.status-label{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:4px 9px;font-size:.82rem;font-weight:750;background:#F4E9D5}.status-label:before{content:'';width:7px;height:7px;border-radius:50%;background:var(--accent)}.media-caption{font-size:.88rem;color:var(--muted);margin-top:8px}.utility-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.utility-links a{font-size:.9rem;color:#845021;font-weight:700}.section-narrow{width:min(820px,calc(100% - 40px));margin:auto;padding:70px 0}.number-list{list-style:none;padding:0;counter-reset:item;display:grid;gap:14px}.number-list li{counter-increment:item;display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start}.number-list li:before{content:counter(item);display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--bg2);font-weight:900;color:#7B4A18}.quote-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.quote-card p{font-size:1.08rem;margin-top:0}.quote-card footer{color:var(--muted);font-size:.9rem}.soft-panel{background:linear-gradient(135deg,#FFF9EC,#F7F1E7);border:1px solid #EEDFC6;border-radius:22px;padding:28px}.soft-panel h2{margin-top:0}.soft-panel p:last-child{margin-bottom:0}.link-list{display:grid;gap:0;border-top:1px solid var(--line)}.link-list a{display:flex;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid var(--line)}.link-list a:after{content:'→';color:#9E5C24}.link-list a:hover{color:#7B4A18}.search-hints{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.search-hints a{font-size:.86rem;padding:5px 9px;border:1px solid var(--line);border-radius:999px;background:#fff}.search-hints a:hover{background:var(--bg2)}.page-intro{max-width:760px;color:#5D554D;font-size:1.06rem}.media-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.media-row figure{margin:0}.media-row img{border-radius:18px;aspect-ratio:16/10;object-fit:cover}.media-row figcaption{font-size:.88rem;color:var(--muted);margin-top:8px}.archive-heading{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:22px}.archive-heading h2{margin:0}.archive-heading p{margin:0;color:var(--muted)}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
@media(max-width:900px){.callout-grid{grid-template-columns:1fr}.content-index{grid-template-columns:1fr}.definition-list{grid-template-columns:1fr}.definition-list dt{padding-bottom:2px;border-bottom:0}.definition-list dd{padding-top:2px}.media-row{grid-template-columns:1fr}}
@media(max-width:700px){.section-narrow{width:min(100% - 28px,820px)}.archive-heading{align-items:flex-start;flex-direction:column}.content-index a{align-items:flex-start;flex-direction:column;gap:4px}}
@media print{.site-header,.site-footer,.search-modal,.actions,.article-aside,.breadcrumbs{display:none!important}body{background:#fff;color:#000;font-size:12pt}.shell,.article-header,.article-layout{width:100%;max-width:none}.article-layout{display:block;padding:0}.article-cover{max-height:320px;box-shadow:none}.article-body p{color:#111}.article-body a{color:#000;text-decoration:none}.page-hero,.hero,.section-tint{background:#fff}.page-hero-grid,.hero-grid,.split{display:block}.page-hero img,.hero-media,.split>img{max-width:480px;margin:20px auto}.section{padding:24px 0}.route-card,.article-card,.article-list article{break-inside:avoid;box-shadow:none}}
