:root{--forest: #0D3B1C;--forest-deep: #071F10;--ochre: #C8860A;--amber: #F0A500;--cream: #FEFCF3;--charcoal: #1C1C1C;--slate: #4A5568}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--forest-deep);color:#ffffffb3;min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:300px 300px;opacity:.035;pointer-events:none;mix-blend-mode:screen;z-index:0}nav{position:relative;z-index:10;padding:24px 60px;display:flex;justify-content:space-between;align-items:center;max-width:900px;margin:0 auto}.logo{font-family:"Instrument Serif",serif;font-size:1.7rem;color:#fff;text-decoration:none}.logo span{color:var(--amber)}.back-link{font-size:.85rem;color:#ffffff73;text-decoration:none;transition:color .2s}.back-link:hover{color:#fffc}.content{position:relative;z-index:1;max-width:900px;margin:0 auto;padding:48px 60px 100px}.page-title{font-family:"Instrument Serif",serif;font-size:clamp(2rem,4vw,2.8rem);color:#fff;font-weight:400;margin-bottom:10px}.last-updated{font-size:.8rem;color:#ffffff4d;margin-bottom:56px}section{margin-bottom:44px}section h2{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--amber);margin-bottom:14px}section p{font-size:.95rem;line-height:1.8;color:#fff9;margin-bottom:12px}section p:last-child{margin-bottom:0}section ul{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:12px}section ul li{display:flex;align-items:flex-start;gap:10px;font-size:.95rem;line-height:1.7;color:#fff9}section ul li:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--ochre);flex-shrink:0;margin-top:10px}.divider{height:1px;background:#ffffff0f;margin-bottom:44px}.contact-block{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:24px 28px}.contact-block p{margin-bottom:6px}.contact-block a{color:var(--amber);text-decoration:none}.contact-block a:hover{color:var(--ochre)}footer{position:relative;z-index:1;text-align:center;padding:28px 40px;border-top:1px solid rgba(255,255,255,.06)}footer p{color:#ffffff40;font-size:.8rem}footer a{color:#fff6;text-decoration:none}footer a:hover{color:#ffffffb3}@media(max-width:768px){nav{padding:20px 24px}.content{padding:36px 24px 80px}}
