:root{--paper:#f8f5f0;--paper2:#ede9e3;--ink:#1a1204;--ink2:#3d3528;--rust:#c84b11;--rustd:#a03a0a;--sage:#2c6e49;--sagel:#e8f4ed;--muted:#6b6660;--line:#d5cec6;--white:#fff;--abg:#fdf3ee;--rad:4px;--shad:0 2px 16px rgba(26,18,4,.08);--tr:.2s}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{background:var(--paper);color:var(--ink);font-family:Georgia,'Times New Roman',serif;line-height:1.75;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6{font-family:'Segoe UI',system-ui,sans-serif;color:var(--ink);font-weight:700;line-height:1.25}
h1{font-size:clamp(1.75rem,4.5vw,2.9rem)}
h2{font-size:clamp(1.3rem,2.8vw,2rem)}
h3{font-size:clamp(1.1rem,2vw,1.45rem)}
h4{font-size:1.05rem}
h5{font-size:.95rem}
h6{font-size:.875rem}
p{margin-bottom:1.1rem}
a{color:var(--rust);text-decoration:none;transition:color var(--tr)}
a:hover{color:var(--rustd)}
img{display:block;max-width:100%;height:auto}
ul,ol{padding-left:1.5rem}
li{margin-bottom:.35rem}
address{font-style:normal}
.wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}
.wrap-sm{max-width:880px}
.wrap-xs{max-width:700px}
.topbar{background:var(--ink);color:rgba(255,255,255,.7);font-family:'Segoe UI',system-ui,sans-serif;font-size:.78rem;padding:.4rem 0}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}
.topbar-contacts{display:flex;align-items:center;gap:1.25rem}
.topbar-contacts a{color:rgba(255,255,255,.7);font-size:.78rem;display:flex;align-items:center;gap:.3rem;transition:color var(--tr)}
.topbar-contacts a:hover{color:var(--white)}
.topbar-contacts i{font-size:.7rem;color:rgba(200,75,17,.8)}
.topbar-soc{display:flex;gap:.65rem}
.topbar-soc a{color:rgba(255,255,255,.55);font-size:.82rem;transition:color var(--tr)}
.topbar-soc a:hover{color:var(--white)}
.sitenav{background:var(--white);border-bottom:2px solid var(--rust);position:sticky;top:0;z-index:1000}
.sitenav-inner{display:flex;align-items:center;justify-content:space-between;height:64px}
.site-brand{display:flex;align-items:center;gap:.55rem;text-decoration:none}
.site-logo{width:40px;height:40px;object-fit:contain}
.site-name{font-family:'Segoe UI',system-ui,sans-serif;font-size:1.25rem;font-weight:800;color:var(--rust);letter-spacing:-.5px;line-height:1}
.site-name sup{font-size:.55rem;color:var(--sage);font-weight:700;text-transform:uppercase;letter-spacing:.5px;vertical-align:super}
.nav-list{display:flex;align-items:center;list-style:none;gap:0;padding:0;margin:0}
.nav-list li{position:relative}
.nav-list>li>a{display:flex;align-items:center;gap:.3rem;padding:.5rem .85rem;color:var(--ink2);font-family:'Segoe UI',system-ui,sans-serif;font-size:.865rem;font-weight:600;transition:color var(--tr);white-space:nowrap}
.nav-list>li>a:hover,.nav-list>li>a.aktif{color:var(--rust)}
.nav-list>li>a.aktif::after{content:'';position:absolute;bottom:0;left:.85rem;right:.85rem;height:2px;background:var(--rust)}
.nav-dd{position:relative}
.nav-dd:hover .dd-panel,.nav-dd.open .dd-panel{display:block}
.dd-trigger{cursor:pointer}
.dd-ico{font-size:.6rem;transition:transform var(--tr)}
.nav-dd:hover .dd-ico,.nav-dd.open .dd-ico{transform:rotate(180deg)}
.dd-panel{display:none;position:absolute;top:calc(100% + 1px);left:0;min-width:196px;background:var(--white);border:1px solid var(--line);border-top:2px solid var(--rust);padding:.4rem 0;box-shadow:0 8px 24px rgba(26,18,4,.1);z-index:200}
.dd-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:var(--ink2);font-family:'Segoe UI',system-ui,sans-serif;font-size:.845rem;font-weight:500;transition:all var(--tr)}
.dd-link:hover{background:var(--abg);color:var(--rust);padding-left:1.2rem}
.dd-link i{width:13px;color:var(--rust);font-size:.72rem}
.nav-cta-btn{background:var(--rust);color:var(--white) !important;padding:.42rem 1rem !important;font-weight:700 !important}
.nav-cta-btn:hover{background:var(--rustd) !important;color:var(--white) !important}
.nav-cta-btn.aktif::after{display:none}
.nav-toggle{display:none;flex-direction:column;gap:4px;cursor:pointer;padding:.45rem;border:none;background:none}
.nav-toggle span{display:block;width:22px;height:2px;background:var(--ink);border-radius:1px;transition:all .3s}
.nav-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.nav-toggle.open span:nth-child(2){opacity:0}
.nav-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.masthead{background:var(--ink);position:relative;overflow:hidden;min-height:82vh;display:flex;align-items:flex-end}
.masthead-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.32}
.masthead-grad{position:absolute;inset:0;background:linear-gradient(to top,rgba(26,18,4,.95) 0%,rgba(26,18,4,.45) 55%,transparent 100%)}
.masthead-body{position:relative;z-index:1;padding:4rem 0 3.5rem;width:100%}
.mast-label{display:inline-flex;align-items:center;gap:.4rem;background:var(--rust);color:var(--white);font-family:'Segoe UI',system-ui,sans-serif;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;padding:.3rem .8rem;margin-bottom:1.2rem}
.masthead h1{color:var(--white);margin-bottom:1rem;max-width:700px}
.masthead h1 em{font-style:normal;color:#f9c784}
.masthead-lead{font-size:1.05rem;color:rgba(255,255,255,.78);max-width:560px;margin-bottom:1.75rem;font-family:'Segoe UI',system-ui,sans-serif;line-height:1.7}
.masthead-btns{display:flex;gap:.9rem;flex-wrap:wrap}
.cta{display:inline-flex;align-items:center;gap:.45rem;padding:.68rem 1.5rem;font-family:'Segoe UI',system-ui,sans-serif;font-weight:700;font-size:.88rem;border:2px solid transparent;cursor:pointer;transition:all var(--tr);text-decoration:none}
.cta-main{background:var(--rust);color:var(--white);border-color:var(--rust)}
.cta-main:hover{background:var(--rustd);border-color:var(--rustd);color:var(--white);transform:translateY(-1px)}
.cta-ghost{background:transparent;color:var(--white);border-color:rgba(255,255,255,.55)}
.cta-ghost:hover{background:rgba(255,255,255,.1);border-color:var(--white);color:var(--white)}
.cta-sage{background:var(--sage);color:var(--white);border-color:var(--sage)}
.cta-sage:hover{background:#245c3c;color:var(--white)}
.cta-outline{background:transparent;color:var(--rust);border-color:var(--rust)}
.cta-outline:hover{background:var(--rust);color:var(--white)}
.cta-lg{padding:.85rem 2rem;font-size:.975rem}
.cta-sm{padding:.35rem .85rem;font-size:.78rem}
.tally-row{background:var(--ink);border-top:3px solid var(--rust)}
.tally-inner{display:grid;grid-template-columns:repeat(4,1fr)}
.tally{text-align:center;padding:1.75rem 1rem;border-right:1px solid rgba(255,255,255,.08)}
.tally:last-child{border-right:none}
.tally-num{font-family:'Segoe UI',system-ui,sans-serif;font-size:clamp(1.9rem,4vw,3.2rem);font-weight:900;color:var(--rust);line-height:1}
.tally-unit{color:#f9c784;font-size:.8em}
.tally-desc{color:rgba(255,255,255,.6);font-size:.8rem;margin-top:.4rem;font-family:'Segoe UI',system-ui,sans-serif}
.sec{padding:4.5rem 0}
.sec-alt{background:var(--paper2)}
.sec-white{background:var(--white)}
.sec-dark{background:var(--ink)}
.intro-block{margin-bottom:2.75rem}
.intro-block.center{text-align:center;max-width:600px;margin-left:auto;margin-right:auto}
.label{display:inline-block;font-family:'Segoe UI',system-ui,sans-serif;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1.3px;color:var(--rust);border-bottom:2px solid var(--rust);padding-bottom:2px;margin-bottom:.7rem}
.label-sage{color:var(--sage);border-color:var(--sage)}
.standfirst{color:var(--muted);font-size:.96rem;margin-top:.65rem;line-height:1.72;font-family:'Segoe UI',system-ui,sans-serif}
.tile{background:var(--white);border-left:3px solid var(--rust);overflow:hidden;transition:transform var(--tr),box-shadow var(--tr)}
.tile:hover{transform:translateY(-3px);box-shadow:var(--shad)}
.tile-img-wrap{overflow:hidden;aspect-ratio:16/9}
.tile-img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.tile:hover .tile-img{transform:scale(1.04)}
.tile-body{padding:1.35rem}
.topic-label{display:inline-block;font-family:'Segoe UI',system-ui,sans-serif;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--sage);background:var(--sagel);padding:.18rem .55rem;margin-bottom:.6rem}
.topic-rust{color:var(--rust);background:var(--abg)}
.tile-title{font-size:1rem;line-height:1.35;margin-bottom:.45rem;color:var(--ink);font-family:'Segoe UI',system-ui,sans-serif}
.tile-title a{color:inherit}
.tile-title a:hover{color:var(--rust)}
.tile-excerpt{color:var(--muted);font-size:.85rem;margin-bottom:.7rem;font-family:'Segoe UI',system-ui,sans-serif;line-height:1.65}
.tile-foot{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.35rem;border-top:1px solid var(--line);background:rgba(248,245,240,.5)}
.tile-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;color:var(--muted);font-size:.76rem;font-family:'Segoe UI',system-ui,sans-serif}
.tile-meta i{color:var(--rust);font-size:.68rem}
.cols-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.cols-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.cols-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.cols-3-1{display:grid;grid-template-columns:1fr 310px;gap:2.5rem;align-items:start}
.cols-1-3{display:grid;grid-template-columns:270px 1fr;gap:2.5rem;align-items:start}
.pillar{padding:1.5rem;border-top:3px solid var(--rust);background:var(--white);transition:background var(--tr)}
.pillar:hover{background:var(--abg)}
.pillar-ico{font-size:1.5rem;color:var(--rust);margin-bottom:.85rem}
.pillar h4{font-family:'Segoe UI',system-ui,sans-serif;margin-bottom:.35rem;font-size:.95rem}
.pillar p{color:var(--muted);font-size:.865rem;margin:0;font-family:'Segoe UI',system-ui,sans-serif;line-height:1.65}
.divider{border:none;border-top:1px solid var(--line);margin:2rem 0}
.page-banner{background:linear-gradient(135deg,var(--ink) 0%,#2d2118 100%);padding:3rem 0;border-bottom:3px solid var(--rust)}
.page-banner h1{color:var(--white);margin-bottom:.55rem}
.page-banner p{color:rgba(255,255,255,.65);font-size:.975rem;margin:0;font-family:'Segoe UI',system-ui,sans-serif}
.trail{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;list-style:none;padding:0;margin-bottom:.85rem}
.trail li{display:flex;align-items:center;gap:.35rem;font-size:.78rem;font-family:'Segoe UI',system-ui,sans-serif}
.trail li:not(:last-child)::after{content:'›';color:rgba(255,255,255,.35)}
.trail a{color:rgba(255,255,255,.55)}
.trail a:hover{color:var(--white)}
.trail li:last-child{color:rgba(255,255,255,.45)}
.post-hero{width:100%;max-height:460px;object-fit:cover;display:block;margin-bottom:2rem}
.post-layout{display:grid;grid-template-columns:260px 1fr;gap:2.5rem;align-items:start}
.post-aside{position:sticky;top:76px}
.post-aside-box{background:var(--white);border:1px solid var(--line);border-top:3px solid var(--rust);padding:1.25rem;margin-bottom:1.25rem}
.post-aside-box h5{font-family:'Segoe UI',system-ui,sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:.9px;color:var(--rust);margin-bottom:.85rem}
.aside-list{list-style:none;padding:0;margin:0}
.aside-list li{padding:.38rem 0;border-bottom:1px solid var(--line)}
.aside-list li:last-child{border:none}
.aside-list a{color:var(--ink2);font-size:.845rem;font-family:'Segoe UI',system-ui,sans-serif;display:flex;align-items:flex-start;gap:.4rem;line-height:1.4}
.aside-list a:hover{color:var(--rust)}
.aside-list i{color:var(--rust);font-size:.62rem;margin-top:.28rem;flex-shrink:0}
.post-body{font-family:Georgia,'Times New Roman',serif;font-size:1rem;line-height:1.85;color:var(--ink)}
.post-body h2{font-family:'Segoe UI',system-ui,sans-serif;font-size:1.35rem;color:var(--rust);margin:2.5rem 0 .7rem;padding-left:.75rem;border-left:3px solid var(--rust)}
.post-body h3{font-family:'Segoe UI',system-ui,sans-serif;font-size:1.1rem;color:var(--sage);margin:1.85rem 0 .6rem}
.post-body p{margin-bottom:1.3rem}
.post-body ul,.post-body ol{margin-bottom:1.25rem}
.post-body li{margin-bottom:.5rem;line-height:1.7}
.post-body strong{color:var(--ink);font-weight:700}
.post-byline{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;padding:.85rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:1.75rem;font-family:'Segoe UI',system-ui,sans-serif}
.post-byline span{display:flex;align-items:center;gap:.33rem;color:var(--muted);font-size:.8rem}
.post-byline i{color:var(--rust);font-size:.72rem}
.kw-wrap{display:flex;flex-wrap:wrap;gap:.45rem}
.keyword{display:inline-block;font-family:'Segoe UI',system-ui,sans-serif;font-size:.73rem;font-weight:600;color:var(--ink2);background:var(--paper2);border:1px solid var(--line);padding:.22rem .6rem;transition:all var(--tr)}
.keyword:hover{background:var(--rust);color:var(--white);border-color:var(--rust)}
.keyword-sage{background:var(--sagel);border-color:rgba(44,110,73,.2);color:var(--sage)}
.keyword-sage:hover{background:var(--sage);color:var(--white);border-color:var(--sage)}
.accord-item{background:var(--white);border:1px solid var(--line);border-left:3px solid transparent;margin-bottom:.65rem;transition:border-color var(--tr)}
.accord-item.active{border-left-color:var(--rust)}
.accord-q{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.2rem;cursor:pointer;gap:1rem}
.accord-q:hover{background:var(--abg)}
.accord-q h4{margin:0;font-size:.93rem;font-family:'Segoe UI',system-ui,sans-serif;font-weight:600;color:var(--ink);flex:1;line-height:1.4}
.accord-q i{color:var(--rust);font-size:.82rem;flex-shrink:0;transition:transform .3s}
.accord-item.active .accord-q i{transform:rotate(180deg)}
.accord-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.accord-a-inner{padding:0 1.2rem 1.1rem;color:var(--muted);font-family:'Segoe UI',system-ui,sans-serif;font-size:.91rem;line-height:1.75}
.accord-a-inner p{margin-bottom:.65rem}
.accord-a-inner p:last-child{margin:0}
.accord-a-inner ul{margin-bottom:.7rem;padding-left:1.25rem}
.accord-a-inner li{margin-bottom:.3rem}
.vocab-section{margin-bottom:2.25rem;scroll-margin-top:80px}
.vocab-letter-head{font-family:'Segoe UI',system-ui,sans-serif;font-size:1.6rem;font-weight:900;color:var(--white);background:var(--rust);display:inline-block;width:42px;height:42px;line-height:42px;text-align:center;margin-bottom:.9rem}
.vocab-entry{padding:.9rem 1.2rem .9rem 1.4rem;border-left:2px solid var(--line);margin-bottom:.6rem;background:var(--white);transition:border-color var(--tr)}
.vocab-entry:hover{border-left-color:var(--rust)}
.vocab-entry dt{font-family:'Segoe UI',system-ui,sans-serif;font-weight:700;color:var(--rust);font-size:.95rem;margin-bottom:.28rem}
.vocab-entry dd{color:var(--muted);font-family:'Segoe UI',system-ui,sans-serif;font-size:.855rem;margin:0;line-height:1.7}
.vocab-nav{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:1.75rem}
.vn-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--white);border:1px solid var(--line);font-family:'Segoe UI',system-ui,sans-serif;font-weight:700;font-size:.78rem;color:var(--muted);cursor:pointer;transition:all var(--tr);text-decoration:none}
.vn-btn:hover,.vn-btn.aktif{background:var(--rust);color:var(--white);border-color:var(--rust)}
.contact-block{display:flex;gap:.9rem;align-items:flex-start;margin-bottom:1.4rem;padding-bottom:1.4rem;border-bottom:1px solid var(--line)}
.contact-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.contact-ico{width:42px;height:42px;min-width:42px;background:var(--abg);border:1px solid rgba(200,75,17,.2);display:flex;align-items:center;justify-content:center;color:var(--rust);font-size:1.05rem;flex-shrink:0}
.contact-block h5{font-family:'Segoe UI',system-ui,sans-serif;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--muted);margin-bottom:.18rem}
.contact-block p,.contact-block a{color:var(--ink);font-family:'Segoe UI',system-ui,sans-serif;font-size:.9rem;margin:0}
.contact-block a:hover{color:var(--rust)}
.map-box{border:1px solid var(--line)}
.map-box iframe{display:block;width:100%;height:380px;border:0}
.notice{display:flex;gap:.6rem;align-items:flex-start;padding:.85rem 1.1rem;margin-bottom:1.1rem;font-family:'Segoe UI',system-ui,sans-serif;font-size:.88rem}
.notice i{flex-shrink:0;margin-top:.12rem}
.notice-info{background:var(--sagel);border-left:3px solid var(--sage);color:#1c4a2e}
.notice-warn{background:var(--abg);border-left:3px solid var(--rust);color:#7a2d08}
.notice p{margin:0;color:inherit}
.compare-wrap{overflow-x:auto;border:1px solid var(--line)}
table.comp-tbl{width:100%;border-collapse:collapse}
.comp-tbl th{background:var(--ink);color:var(--white);font-family:'Segoe UI',system-ui,sans-serif;font-size:.78rem;text-transform:uppercase;letter-spacing:.6px;padding:.85rem 1rem;text-align:left;white-space:nowrap}
.comp-tbl th:first-child{background:var(--rust)}
.comp-tbl tbody tr{border-bottom:1px solid var(--line)}
.comp-tbl tbody tr:hover{background:var(--abg)}
.comp-tbl td{padding:.8rem 1rem;font-family:'Segoe UI',system-ui,sans-serif;font-size:.865rem;color:var(--ink2)}
.comp-tbl td:first-child{font-weight:600;color:var(--ink)}
.ico-yes{color:var(--sage)}
.ico-no{color:#c0392b}
.how-list{counter-reset:howlist}
.how-step{display:flex;gap:1.2rem;align-items:flex-start;padding:1.2rem 0;border-bottom:1px solid var(--line);counter-increment:howlist}
.how-step:last-child{border-bottom:none}
.how-step::before{content:counter(howlist);min-width:34px;height:34px;background:var(--rust);color:var(--white);font-family:'Segoe UI',system-ui,sans-serif;font-weight:900;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.how-step-body h4{margin-bottom:.3rem;font-size:.93rem;font-family:'Segoe UI',system-ui,sans-serif}
.how-step-body p{color:var(--muted);font-size:.875rem;margin:0;font-family:'Segoe UI',system-ui,sans-serif;line-height:1.65}
.gallery-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem}
.gal-item{overflow:hidden;position:relative;background:var(--paper2)}
.gal-wide{grid-column:span 2}
.gal-item img{width:100%;height:100%;object-fit:cover;aspect-ratio:4/3;transition:transform .4s;display:block}
.gal-wide img{aspect-ratio:16/7}
.gal-item:hover img{transform:scale(1.05)}
.gal-cap{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(26,18,4,.8));padding:.7rem .9rem;opacity:0;transition:opacity .3s}
.gal-item:hover .gal-cap{opacity:1}
.gal-cap p{color:var(--white);font-size:.76rem;margin:0;font-family:'Segoe UI',system-ui,sans-serif}
.news-row{padding:1.25rem 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:56px 1fr;gap:1.1rem;align-items:start}
.news-row:last-child{border-bottom:none}
.news-datebox{background:var(--rust);padding:.5rem .3rem;text-align:center}
.news-datebox .nd-d{display:block;font-family:'Segoe UI',system-ui,sans-serif;font-size:1.4rem;font-weight:900;color:var(--white);line-height:1}
.news-datebox .nd-m{display:block;font-family:'Segoe UI',system-ui,sans-serif;font-size:.58rem;text-transform:uppercase;letter-spacing:.5px;color:rgba(255,255,255,.8)}
.news-text h4{font-family:'Segoe UI',system-ui,sans-serif;font-size:.93rem;margin-bottom:.25rem;line-height:1.35}
.news-text h4 a{color:var(--ink)}
.news-text h4 a:hover{color:var(--rust)}
.news-text p{color:var(--muted);font-size:.83rem;margin:0;font-family:'Segoe UI',system-ui,sans-serif;line-height:1.6}
.policy-wrap h2{font-family:'Segoe UI',system-ui,sans-serif;font-size:1.25rem;color:var(--rust);margin:2.25rem 0 .7rem;padding-left:.7rem;border-left:3px solid var(--rust)}
.policy-wrap h3{font-family:'Segoe UI',system-ui,sans-serif;font-size:1.05rem;color:var(--sage);margin:1.6rem 0 .55rem}
.policy-wrap p,.policy-wrap li{color:var(--muted);font-family:'Segoe UI',system-ui,sans-serif;font-size:.92rem;line-height:1.75}
.policy-wrap strong{color:var(--ink)}
.policy-wrap ul,.policy-wrap ol{margin-bottom:1.25rem}
.policy-updated{display:inline-flex;align-items:center;gap:.45rem;background:var(--sagel);border:1px solid rgba(44,110,73,.2);color:var(--sage);padding:.38rem .8rem;font-family:'Segoe UI',system-ui,sans-serif;font-size:.78rem;font-weight:600;margin-bottom:1.75rem}
.err-page{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}
.err-num{font-size:clamp(7rem,18vw,13rem);font-weight:900;color:var(--rust);opacity:.06;position:absolute;user-select:none;line-height:1}
.err-body{position:relative}
.err-ico{font-size:3.25rem;color:var(--rust);margin-bottom:1rem;display:block}
.err-body h1{margin-bottom:.7rem}
.err-body p{color:var(--muted);font-size:.975rem;max-width:400px;margin:0 auto 1.75rem;font-family:'Segoe UI',system-ui,sans-serif}
.shortcut-links{display:flex;flex-wrap:wrap;gap:.45rem;justify-content:center;margin-top:1.5rem}
.update-entry{padding:1.4rem 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:80px 1fr;gap:1.25rem;align-items:start}
.update-entry:last-child{border-bottom:none}
.update-date{text-align:center;font-family:'Segoe UI',system-ui,sans-serif}
.update-date .uv{display:block;font-size:.95rem;font-weight:700;color:var(--rust)}
.update-date .ud{display:block;font-size:.7rem;color:var(--muted)}
.update-body h4{font-family:'Segoe UI',system-ui,sans-serif;font-size:.93rem;margin-bottom:.3rem}
.update-body p{color:var(--muted);font-size:.86rem;margin:0;font-family:'Segoe UI',system-ui,sans-serif;line-height:1.65}
.sitefoot{background:var(--ink2);padding:4rem 0 0}
.sitefoot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.75rem}
.foot-brand-name{font-family:'Segoe UI',system-ui,sans-serif;font-size:1.2rem;font-weight:800;color:var(--rust);display:block;margin-bottom:.7rem}
.foot-brand-name sup{color:#f9c784}
.foot-brand p{font-size:.865rem;line-height:1.7;color:rgba(255,255,255,.55);margin-bottom:1.2rem;font-family:'Segoe UI',system-ui,sans-serif}
.foot-soc{display:flex;gap:.45rem;flex-wrap:wrap}
.fsoc-ico{width:34px;height:34px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.55);font-size:.88rem;transition:all var(--tr)}
.fsoc-ico:hover{background:var(--rust);color:var(--white)}
.foot-col h5{font-family:'Segoe UI',system-ui,sans-serif;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1.1px;color:var(--white);margin-bottom:.95rem}
.foot-links{list-style:none;padding:0}
.foot-links li{margin-bottom:.5rem}
.foot-links a{color:rgba(255,255,255,.55);font-family:'Segoe UI',system-ui,sans-serif;font-size:.865rem;display:flex;align-items:center;gap:.3rem;transition:color var(--tr)}
.foot-links a i{font-size:.58rem;color:var(--rust)}
.foot-links a:hover{color:var(--white)}
.foot-base{border-top:1px solid rgba(255,255,255,.08);padding:1.2rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}
.foot-base p{font-size:.78rem;color:rgba(255,255,255,.45);margin:0;font-family:'Segoe UI',system-ui,sans-serif}
.foot-base-links{display:flex;gap:1rem;flex-wrap:wrap}
.foot-base-links a{font-size:.78rem;color:rgba(255,255,255,.45);font-family:'Segoe UI',system-ui,sans-serif}
.foot-base-links a:hover{color:var(--white)}
.highlight-panel{background:linear-gradient(135deg,var(--abg),var(--sagel));border:1px solid rgba(200,75,17,.12);padding:2.5rem;text-align:center}
.info-strip{background:var(--sagel);border-left:3px solid var(--sage);padding:.9rem 1.1rem;display:flex;gap:.6rem;align-items:flex-start;font-family:'Segoe UI',system-ui,sans-serif;font-size:.875rem;color:#1c4a2e}
.info-strip i{flex-shrink:0;color:var(--sage);margin-top:.1rem}
.info-strip p{margin:0;color:inherit}
.text-rust{color:var(--rust)}
.text-sage{color:var(--sage)}
.text-muted{color:var(--muted)}
.text-white{color:var(--white)}
.text-center{text-align:center}
.fw7{font-weight:700}
.ff-sans{font-family:'Segoe UI',system-ui,sans-serif}
.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}
.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}
.border-box{border:1px solid var(--line);padding:1.5rem}
.bg-white{background:var(--white)}
.bg-paper2{background:var(--paper2)}
@media(max-width:1024px){.sitefoot-grid{grid-template-columns:1fr 1fr}.post-layout{grid-template-columns:1fr}.post-aside{position:static}.masthead{min-height:auto}.tally-inner{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.nav-list{display:none;position:fixed;top:64px;left:0;right:0;bottom:0;background:var(--white);flex-direction:column;overflow-y:auto;padding:1rem;gap:0;border-top:1px solid var(--line)}.nav-list.open{display:flex}.nav-list>li>a{padding:.7rem .9rem;border-bottom:1px solid var(--line)}.nav-dd .dd-panel{position:static;border:none;box-shadow:none;background:rgba(248,245,240,.7);padding:.2rem 0 .2rem 1rem}.nav-toggle{display:flex}.cols-2,.cols-3,.cols-4{grid-template-columns:1fr}.cols-3-1,.cols-1-3{grid-template-columns:1fr}.sitefoot-grid{grid-template-columns:1fr}.gallery-wrap{grid-template-columns:1fr 1fr}.gal-wide{grid-column:span 2}.topbar{display:none}.foot-base{flex-direction:column;text-align:center}.masthead-btns .cta-lg{width:100%;justify-content:center}.tally-inner{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.gallery-wrap{grid-template-columns:1fr}.gal-wide{grid-column:span 1}.tally-inner{grid-template-columns:1fr 1fr}.update-entry{grid-template-columns:1fr}}
