:root{--bg:#0a0a09;--bg2:#111110;--gold:#c9a84c;--gold-dim:#8a6f2e;--text:#f0ede6;--muted:#8a8a7a;--border:#2a2a26;--card-bg:#131311}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:EB Garamond,Garamond,Georgia,serif;font-size:1.05rem;line-height:1.75}main{max-width:100%;margin:auto;padding:0;overflow:hidden}section{padding:7rem 3rem;position:relative}.section-inner{max-width:720px;margin:0 auto}.hero,.section-forest,.section-river,.section-ruins,.section-mist,.section-stone,.section-dusk{background-position:50%;background-size:cover;background-attachment:fixed;position:relative}.hero:before,.section-forest:before,.section-river:before,.section-ruins:before,.section-mist:before,.section-stone:before,.section-dusk:before{content:"";z-index:0;background:linear-gradient(#0a0a09a6 0%,#0a0a098c 50%,#0a0a09d1 100%);position:absolute;inset:0}.hero>*,.section-forest>*,.section-river>*,.section-ruins>*,.section-mist>*,.section-stone>*,.section-dusk>*{z-index:1;position:relative}.hero{background-image:url(https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=1800&q=80);flex-direction:column;justify-content:center;min-height:95vh;padding:10rem 3rem 8rem;display:flex}.section-forest{background-image:url(https://images.unsplash.com/photo-1448375240586-882707db888b?w=1800&q=80)}.section-river{background-image:url(https://images.unsplash.com/photo-1439853949212-36089c8d8a91?w=1800&q=80)}.section-ruins{background-image:url(https://images.unsplash.com/photo-1555993539-1732b0258235?w=1800&q=80)}.section-mist{background-image:url(https://images.unsplash.com/photo-1501854140801-50d01698950b?w=1800&q=80)}.section-stone{background-image:url(https://images.unsplash.com/photo-1518173946687-a4c8892bbd9f?w=1800&q=80)}.section-dusk{background-image:url(https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1800&q=80)}.brand{align-items:center;gap:.6rem;margin-bottom:2rem;display:flex}.brandName{letter-spacing:.3em;text-transform:uppercase;color:var(--gold);font-family:EB Garamond,Georgia,serif;font-size:.75rem}h1,h2,h3,h4{color:var(--text);font-family:Cormorant Garamond,EB Garamond,Georgia,serif;font-weight:600;line-height:1.15}h1{letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(2.8rem,5vw,4.4rem)}h2{margin-bottom:1.5rem;font-size:clamp(1.9rem,3vw,2.8rem)}h3{color:var(--gold);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem;font-size:1.15rem}p{color:var(--text);margin-bottom:1.2rem}.motto{letter-spacing:.28em;text-transform:uppercase;color:var(--gold);opacity:.8;margin-bottom:2.5rem;font-size:.75rem}.subtitle{color:#d4d0c8;max-width:620px;margin-bottom:1.5rem;font-size:1.25rem;font-style:italic;line-height:1.8}.cta{flex-wrap:wrap;gap:1rem;margin-top:2.5rem;display:flex}a.primary,button.primary{background:var(--gold);color:#0a0a09;letter-spacing:.12em;text-transform:uppercase;border-radius:2px;padding:.8rem 2rem;font-family:EB Garamond,Georgia,serif;font-size:.9rem;text-decoration:none;transition:background .2s;display:inline-block}a.primary:hover,button.primary:hover{background:#b8923d}a.secondary,button.secondary{border:1px solid var(--gold-dim);color:var(--text);letter-spacing:.12em;text-transform:uppercase;border-radius:2px;padding:.75rem 1.9rem;font-family:EB Garamond,Georgia,serif;font-size:.9rem;text-decoration:none;transition:border-color .2s,color .2s;display:inline-block}a.secondary:hover,button.secondary:hover{border-color:var(--gold);color:var(--gold)}.card{border-left:2px solid var(--gold-dim);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#131311b3;margin-bottom:2.5rem;padding:1.75rem 2rem;transition:border-color .25s}.card:hover{border-left-color:var(--gold)}ul,ol{color:var(--text);margin-bottom:1.2rem;padding-left:1.4rem}li{margin-bottom:.5rem;line-height:1.7}.hr{border:none;border-top:1px solid var(--border);margin:0}.video-container{border-radius:3px;max-width:800px;margin-top:2rem;overflow:hidden;box-shadow:0 20px 60px #0009}form{flex-direction:column;gap:1rem;max-width:600px;display:flex}input,textarea{border:1px solid var(--border);color:var(--text);background:#0a0a09bf;border-radius:2px;padding:.9rem 1rem;font-family:EB Garamond,Georgia,serif;font-size:1rem;transition:border-color .2s}input:focus,textarea:focus{border-color:var(--gold-dim);outline:none}input::placeholder,textarea::placeholder{color:var(--muted)}button[type=submit]{background:var(--gold);color:#0a0a09;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;align-self:flex-start;padding:.9rem 2.2rem;font-family:EB Garamond,Georgia,serif;font-size:.9rem;transition:background .2s}button[type=submit]:hover{background:#b8923d}.contribute-row{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.beacons ol{counter-reset:beacon;padding:0;list-style:none}.beacons ol li{counter-increment:beacon;border-left:2px solid var(--gold-dim);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#13131199;margin-bottom:1.25rem;padding:1.25rem 1.75rem;transition:border-color .2s}.beacons ol li:hover{border-left-color:var(--gold)}.beacons ol li:before{content:counter(beacon, upper-roman) ". ";color:var(--gold);letter-spacing:.08em}footer{background:var(--bg);color:var(--muted);letter-spacing:.12em;text-align:center;border-top:1px solid var(--border);padding:4rem 3rem;font-size:.82rem}footer a{color:var(--muted);text-underline-offset:3px;text-decoration:underline}footer a:hover{color:var(--gold)}.contact-direct{color:var(--muted);margin-top:2rem;font-size:.95rem}.contact-direct a{color:var(--gold);text-decoration:none}.contact-direct a:hover{color:#e0c97a}@media (max-width:700px){section{padding:5rem 1.5rem}.hero{min-height:80vh;padding:6rem 1.5rem}h1{font-size:2.2rem}h2{font-size:1.6rem}.cta{flex-direction:column}.card{padding:1.25rem}}
