*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #ffffff;--text: #2b2b2b;--heading: #000000;--muted: #888888}html{font-size:clamp(15px,.5vw + 13px,19px)}body{font-family:Cormorant Garamond,serif;font-weight:400;line-height:1.6;color:var(--text);background-color:var(--bg);transition:background-color .3s ease,color .3s ease}.header-row{margin-top:100px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.nav-links{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.nav-links a{font-size:.9rem;text-decoration:none}.nav-links a:hover{text-decoration:underline}h1,h2,h3{font-family:Cormorant Garamond,serif;font-weight:400;color:var(--heading)}h1{font-size:clamp(2.2rem,6vw,3rem);line-height:1.2;margin-bottom:.5rem}a{color:inherit;text-decoration:underline}a:hover{text-decoration:none}html,body{overflow-x:hidden;width:100%}main{overflow-x:hidden;padding:clamp(16px,4vw,32px);max-width:800px;width:100%;margin:0 auto;box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh}main>footer{margin-top:auto}.social-icon{height:20px}.section-label{font-size:.95rem;color:var(--muted);margin-bottom:16px;-webkit-user-select:none;user-select:none}.section{margin-top:56px}.grow-link{text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-size:0% 1px;background-position:left calc(100% - 1px);background-repeat:no-repeat;transition:background-size .6s ease;font-weight:500}.grow-link:hover{background-size:100% 1px}.attend-btn{display:inline-block;text-decoration:none;border:1px solid var(--heading);color:var(--heading);padding:6px 18px;border-radius:999px;font-size:.95rem;font-weight:500;line-height:1;transition:background .2s ease,color .2s ease}.attend-btn:hover{background:var(--heading);color:var(--bg);text-decoration:none}.facts{margin-top:16px;margin-left:1.5em;padding-left:1.2em;font-size:.95rem}.facts li{margin-top:6px}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(150px,100%),1fr));gap:10px}.photo-grid img{width:100%;height:100%;aspect-ratio:1 / 1;object-fit:cover;border:2px solid #fff;display:block}.site-footer{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:80px;padding-top:24px;font-size:.9rem;color:var(--muted)}.site-footer a{display:inline-flex;align-items:center}@media(max-width:768px){.header-row{margin-top:48px}.nav-links{gap:14px;align-items:center}}@media(max-width:480px){.section{margin-top:40px}}
