*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#0b0c0c;color:#f3eee4;font-family:Georgia,"Times New Roman",serif}a{color:inherit}.topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:18px 5vw;background:rgba(11,12,12,.95);border-bottom:1px solid #b99048;backdrop-filter:blur(10px)}.brand{letter-spacing:.12em;color:#c39a53;font-weight:700}.topbar nav{display:flex;gap:22px;flex-wrap:wrap}.topbar a{text-decoration:none;font-size:.95rem}.topbar a:hover{color:#c39a53}main{width:min(1180px,92vw);margin:auto}.hero{padding:72px 0 34px;border-bottom:1px solid #3a3023}.eyebrow{color:#c39a53;letter-spacing:.14em;font-size:.82rem}.hero h1{font-size:clamp(2.7rem,7vw,5.6rem);margin:.2em 0 .1em;font-weight:500}.hero>p:last-child{color:#d7d0c3;font-size:1.08rem}.gallery-section{padding:56px 0 24px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.section-head h2{margin:0;color:#c39a53;font-size:clamp(1.7rem,4vw,2.6rem);font-weight:500}.section-head span{color:#a9a094;font-size:.9rem}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.thumb{appearance:none;padding:0;border:1px solid #5a482f;background:#111;overflow:hidden;aspect-ratio:4/3;cursor:pointer}.thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease,filter .35s ease}.thumb:hover img{transform:scale(1.025);filter:brightness(1.06)}.celebration-copy{max-width:820px;margin:28px 0 10px;color:#ddd4c5;font-size:1.05rem;line-height:1.7}.lightbox[hidden]{display:none}.lightbox{position:fixed;inset:0;z-index:50;background:rgba(0,0,0,.94);display:grid;grid-template-columns:72px 1fr 72px;align-items:center;padding:28px}.lightbox img{max-width:100%;max-height:88vh;margin:auto;object-fit:contain}.lightbox button{border:0;background:transparent;color:white;font-size:3rem;cursor:pointer}.close{position:absolute;right:22px;top:12px;font-size:2.6rem!important}.prev,.next{height:100%}@media(max-width:800px){.topbar{align-items:flex-start;flex-direction:column;gap:10px}.topbar nav{gap:14px}.grid{grid-template-columns:repeat(2,1fr)}.lightbox{grid-template-columns:44px 1fr 44px;padding:16px 4px}.lightbox button{font-size:2.2rem}}@media(max-width:520px){.grid{grid-template-columns:1fr}.hero{padding-top:44px}.section-head{align-items:flex-start;flex-direction:column;gap:5px}}