:root{--bg: #0e0e0e;--text: #f7f7f7;--text-dim: #a4a4a4;--text-muted: #6f6f6f;--accent: #c87533;--accent-bright: #e89040;--surface: #161616}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg);color:var(--text);font-family:"Source Sans 3",Source Sans Pro,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(200,117,51,.08) 0%,transparent 70%);pointer-events:none}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem}.logo{max-width:500px;width:100%;height:auto;filter:drop-shadow(0 8px 40px rgba(200,117,51,.25));margin-bottom:2rem}.tagline{font-family:Playfair Display,serif;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:400;color:var(--text-dim);letter-spacing:.06em}.about{padding:5rem 2rem;text-align:center;border-top:1px solid rgba(200,117,51,.1)}.about-inner{max-width:600px;margin:0 auto}.about-text{font-family:Playfair Display,serif;font-size:1.15rem;line-height:1.8;color:var(--text);margin-bottom:1.5rem}.about-text.dim{font-family:"Source Sans 3",sans-serif;font-size:.9rem;color:var(--text-muted);letter-spacing:.04em;margin-bottom:0}.gallery{padding:0 1rem 2rem;max-width:1000px;margin:0 auto}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:4px}.gallery-item{overflow:hidden;position:relative}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;filter:contrast(1.05);transition:transform .6s ease}.gallery-item:hover img{transform:scale(1.03)}.gallery-item.tall{grid-row:span 2}.gallery-item.wide{grid-column:span 2}.photo-credit{text-align:center;font-size:.7rem;color:var(--text-muted);margin-top:1rem;letter-spacing:.04em}.photo-credit a{color:var(--accent);text-decoration:none;transition:color .2s}.photo-credit a:hover{color:var(--accent-bright)}.connect{padding:5rem 2rem;text-align:center;border-top:1px solid rgba(200,117,51,.1)}.connect-inner{max-width:600px;margin:0 auto}.connect-text{font-family:Playfair Display,serif;font-size:1.3rem;color:var(--text-dim);margin-bottom:2rem}.social-links{display:flex;justify-content:center;gap:1.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:1px solid rgba(200,117,51,.3);color:var(--accent);text-decoration:none;transition:border-color .2s,color .2s,background .2s}.social-link:hover{border-color:var(--accent-bright);color:var(--accent-bright);background:#c8753314}.social-link svg{width:20px;height:20px}.footer{padding:2rem;text-align:center;font-size:.7rem;color:var(--text-muted);border-top:1px solid rgba(255,255,255,.05)}.hero-content,.about-inner,.gallery,.connect-inner{opacity:0;transform:translateY(16px);transition:opacity .8s ease,transform .8s ease}.hero-content.visible,.about-inner.visible,.gallery.visible,.connect-inner.visible{opacity:1;transform:translateY(0)}@media(max-width:600px){.logo{max-width:320px}.about{padding:3.5rem 1.25rem}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-item.tall{grid-row:span 1}.gallery-item.wide{grid-column:span 2}.connect{padding:3.5rem 1.25rem}}
