:root{--header-height:80px;--brand-green:#828217;--bg-beige:#f4f1eb}*{box-sizing:border-box}#root,body,html{font-family:-apple-system,BlinkMacSystemFont,sans-serif;margin:0;padding:0}#root,.app,body,html{background:#f4f1eb;background:var(--bg-beige);height:100%}.app{display:flex;flex-direction:column}.navbar{background:#828217;background:var(--brand-green);border-bottom:4px solid var(--accent-purple);height:80px;height:var(--header-height);justify-content:space-between;left:0;padding:0 2rem;position:fixed;right:0;top:0;z-index:10}.nav-left,.navbar{align-items:center;display:flex}.nav-logo img{height:50px}.nav-links{display:flex;gap:1.5rem;margin-left:2rem}.nav-links a{color:#fff;font-weight:600;text-decoration:none}.hamburger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;padding:0}.hamburger span{background:#fff;border-radius:2px;display:block;height:3px;width:25px}.hero{align-items:center;display:flex;gap:2rem;height:calc(100% - 80px);height:calc(100% - var(--header-height));justify-content:center;margin-top:80px;margin-top:var(--header-height);padding:2rem}.hero-text{flex:1 1;text-align:center}.hero-logo{height:100px;margin-bottom:1rem}.hero-text h1{color:#222;font-size:2rem;line-height:1.3}.hero-text em{font-style:italic}.gallery-grid{grid-gap:4px;display:grid;flex:1 1;gap:4px;grid-auto-rows:1fr;grid-template-columns:repeat(3,1fr)}.gallery-item img{aspect-ratio:1/1;border-radius:0;display:block;height:100%;object-fit:cover;width:100%}.app-footer{background:#f4f1eb;background:var(--bg-beige);border-top:1px solid #ccc;color:var(--text-muted);font-size:.9rem;margin-top:1rem;padding:1rem 0;text-align:center;width:100%}.app-footer a{color:var(--text-dark);font-weight:600;text-decoration:none}.app-footer a:hover{text-decoration:underline}@media (max-width:768px){.desktop-only{display:none}}@media (min-width:769px){.mobile-only{display:none}}.dropdown-menu{background:#828217;background:var(--brand-green);border-radius:4px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:.75rem;padding:1rem;position:absolute;right:2rem;top:80px;top:var(--header-height);z-index:999}.dropdown-menu a{color:#fff;font-weight:600;text-decoration:none}.page-intro{color:#222;font-size:1.5rem;font-style:italic;margin-top:80px;margin-top:var(--header-height);padding:2rem;text-align:center}.about-content{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;padding:0 2rem 4rem}.about-image img{border-radius:4px;display:block;max-width:400px;width:100%}.about-image figcaption{color:#555;font-size:.9rem;margin-top:.5rem;text-align:center}.about-text{flex:1 1;line-height:1.5;min-width:280px}.about-text p+p{margin-top:1.5rem}
/*# sourceMappingURL=main.f3517b43.css.map*/