:root{--bg: #efe7da;--bg-strong: #17211c;--surface: rgba(248, 244, 236, .88);--text: #152019;--text-muted: #536257;--line: rgba(23, 33, 28, .14);--accent: #41745a;--accent-strong: #2c4f3e;--accent-warm: #b56f31;--shadow: 0 24px 70px rgba(23, 33, 28, .1);--radius-lg: 28px;--radius-md: 20px;--container: min(1160px, calc(100% - 2rem) );font-family:IBM Plex Sans,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(65,116,90,.18),transparent 36%),linear-gradient(180deg,#f4eee2,#ece4d6 55%,#e6ddcf)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text);background:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}code{font-family:IBM Plex Mono,Consolas,monospace}.site-shell{min-height:100vh}.container{width:var(--container);margin:0 auto}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(18px);background:#f4eee2d1;border-bottom:1px solid var(--line)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{display:inline-flex;align-items:center;gap:.9rem;font-weight:700;letter-spacing:.01em}.brand-mark{width:1rem;height:1rem;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-warm));box-shadow:0 0 0 .28rem #41745a2e}.nav-list{display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;margin:0;padding:0}.nav-list a{display:inline-flex;padding:.6rem .9rem;border-radius:999px;color:var(--text-muted);transition:background-color .18s ease,color .18s ease}.nav-list a:hover,.nav-list a.active{background:#41745a1f;color:var(--text)}.section{padding:4.5rem 0}.eyebrow{margin:0 0 .8rem;text-transform:uppercase;letter-spacing:.14em;font-size:.77rem;font-weight:700;color:var(--accent-strong)}.headline{margin:0;font-family:"IBM Plex Serif",Georgia,serif;font-size:clamp(2.8rem,7vw,5rem);line-height:.95;letter-spacing:-.04em}.lead{margin:0;font-size:1.08rem;line-height:1.75;color:var(--text-muted);max-width:58ch}.section-title{margin:0;font-family:"IBM Plex Serif",Georgia,serif;font-size:clamp(2rem,4vw,3rem);line-height:1.06}.section-intro{margin:1rem 0 0;max-width:66ch;color:var(--text-muted);line-height:1.8}.section-header{margin-bottom:2rem}.grid{display:grid;gap:1.25rem}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.hero-panel,.details-card,.article-card,.empty-state,.contact-card,.notice-panel{background:var(--surface);border:1px solid rgba(255,255,255,.58);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.card,.article-card,.contact-card,.empty-state,.notice-panel,.details-card,.hero-panel{padding:1.5rem}.card h3,.article-card h3,.contact-card h3,.details-card h3{margin:0 0 .8rem;font-size:1.1rem}.card p,.article-card p,.contact-card p,.details-card p,.notice-panel p{margin:0;color:var(--text-muted);line-height:1.75}.home-hero{padding:4rem 0 3.5rem}.home-hero__grid,.page-hero,.split-panel,.footer-grid,.article-list,.contact-grid{display:grid;gap:1.25rem}.home-hero__grid,.page-hero{grid-template-columns:minmax(0,1.35fr) minmax(320px,.95fr);align-items:stretch}.split-panel,.footer-grid{grid-template-columns:1fr 1fr}.article-list{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-copy{display:flex;flex-direction:column;gap:1.4rem}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.stat{padding:1rem 1.1rem;border-radius:var(--radius-md);background:#17211c0d;border:1px solid rgba(23,33,28,.08)}.stat span{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted)}.stat strong{display:block;margin-top:.45rem;line-height:1.5}.hero-panel{display:flex;flex-direction:column;gap:1.1rem;position:relative;overflow:hidden}.hero-panel__image{overflow:hidden;border-radius:var(--radius-md);border:1px solid rgba(23,33,28,.08)}.hero-panel__image img{width:100%;height:100%;object-fit:cover}.badge-list,.check-list,.detail-list,.footer-list,.content-list{list-style:none;margin:0;padding:0}.badge-list{display:flex;flex-wrap:wrap;gap:.65rem}.badge-list li{padding:.55rem .85rem;border-radius:999px;background:#41745a1f;border:1px solid rgba(65,116,90,.18);color:var(--accent-strong);font-size:.92rem}.check-list,.detail-list,.footer-list,.content-list{display:grid;gap:.8rem}.check-list li,.detail-list li,.footer-list li,.content-list li{padding-left:1.2rem;position:relative;line-height:1.7;color:var(--text-muted)}.check-list li:before,.detail-list li:before,.footer-list li:before,.content-list li:before{content:"";position:absolute;left:0;top:.7rem;width:.42rem;height:.42rem;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-warm))}.action-row{display:flex;flex-wrap:wrap;gap:.85rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.95rem;padding:.7rem 1.2rem;border-radius:999px;font-weight:700;background:var(--bg-strong);color:#f8f4ec;border:1px solid var(--bg-strong)}.button.secondary{background:transparent;color:var(--text);border-color:#17211c24}.button.disabled{opacity:.62;pointer-events:none}.muted-label{display:inline-block;margin-bottom:.7rem;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-strong)}.content{display:grid;gap:1rem;color:var(--text-muted);line-height:1.8}.content h2,.content h3{font-family:"IBM Plex Serif",Georgia,serif;color:var(--text);margin:1rem 0 0}.content p,.content ul,.content ol{margin:0}.content ul,.content ol{padding-left:1.25rem}.article-meta,.subtle-text{color:var(--text-muted);font-size:.95rem}.faq-list{display:grid;gap:1rem}.faq-item{background:var(--surface);border:1px solid rgba(255,255,255,.58);border-radius:var(--radius-md);box-shadow:var(--shadow);padding:1.25rem 1.4rem}.faq-item summary{cursor:pointer;font-weight:700}.faq-answer{margin-top:.9rem}.contact-card strong{display:block;margin-bottom:.7rem;font-size:.84rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-strong)}.contact-card a{font-weight:700}.notice-panel{padding:1.35rem 1.4rem;background:linear-gradient(135deg,#41745a26,#b56f311f);border:1px solid rgba(65,116,90,.18)}.site-footer{margin-top:4rem;padding:3rem 0 2rem;background:linear-gradient(180deg,#17211cf5,#0f1612fa);color:#f8f4ec}.footer-copy,.footer-list li{color:#f8f4ecbd}.footer-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(248,244,236,.12);color:#f8f4eca8;font-size:.94rem}@media(max-width:980px){.home-hero__grid,.page-hero,.split-panel,.footer-grid,.article-list,.contact-grid,.grid-3,.hero-stats{grid-template-columns:1fr}}@media(max-width:720px){.site-header__inner{flex-direction:column;align-items:flex-start}.nav-list{gap:.45rem}.section,.home-hero{padding:3.2rem 0}.headline{font-size:clamp(2.3rem,11vw,3.7rem)}}
