:root{--bg:rgb(5,13,24);--gold:rgb(216,161,92);--gold-soft:rgba(216,161,92,.25);--gold-hover:rgb(235,190,120)}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--gold);font-family:segoe ui,Roboto,Helvetica,Arial,sans-serif;font-size:1.05rem;line-height:1.8;margin:0}main{margin-top:72px}a{color:var(--gold);text-decoration:none;transition:.25s}a:hover{color:var(--gold-hover)}h1,h2,h3,h4{font-weight:700;margin-bottom:1rem;letter-spacing:.03rem}h1{font-size:3rem}h2{font-size:2.2rem;margin-bottom:2rem}h3{font-size:1.5rem}p{text-align:justify;margin-bottom:1.2rem}section{padding:80px 0;border-bottom:1px solid var(--gold-soft)}section:last-child{border-bottom:none}.hero{min-height:85vh;display:flex;align-items:center;justify-content:center;text-align:center}.hero h1{margin-top:2rem}.hero img{max-width:350px;width:100%;margin-bottom:2rem}.section-image{width:100%;height:260px;object-fit:cover;border-radius:10px;margin-top:20px;border:1px solid var(--gold-soft)}footer{padding:40px 0;text-align:center;color:var(--gold);font-size:.95rem}.navbar{background:var(--bg);border-bottom:1px solid var(--gold-soft)}.navbar-brand{color:var(--gold);font-weight:700}.navbar-brand:hover{color:var(--gold-hover)}.nav-link{color:var(--gold);font-weight:600;margin-left:.5rem}.nav-link:hover{color:var(--gold-hover)}.navbar-toggler{border-color:var(--gold-soft)}.navbar-toggler-icon{filter:invert(80%)sepia(25%)saturate(500%)hue-rotate(350deg)}.gallery{margin-top:40px}.gallery img{width:100%;height:250px;object-fit:cover;border-radius:10px;border:1px solid var(--gold-soft)}@media(max-width:992px){h1{font-size:2.4rem}h2{font-size:1.9rem}section{padding:70px 0}}@media(max-width:768px){body{font-size:1rem}h1{font-size:2rem}h2{font-size:1.7rem}.hero{min-height:70vh}.hero img{max-width:240px}.section-image{height:220px}}