*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0a0a0a;--color-surface: #111111;--color-surface-hover: #1a1a1a;--color-border: #1e1e1e;--color-border-hover: #2a2a2a;--color-text: #e0e0e0;--color-text-muted: #777;--color-accent: #8B1A2B;--color-accent-dim: rgba(139, 26, 43, .15);--color-accent-glow: rgba(139, 26, 43, .3);--color-crimson: #8B1A2B;--color-crimson-light: #A8223A;--color-crimson-dim: rgba(139, 26, 43, .2);--color-link: #e0e0e0;--color-link-hover: #A8223A;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-heading: "Space Grotesk", system-ui, -apple-system, sans-serif;--max-width: 1200px;--nav-height: 4rem}html{font-size:16px;scroll-behavior:smooth;scrollbar-color:var(--color-crimson) var(--color-surface)}::selection{background:var(--color-crimson);color:#fff}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}img{max-width:100%;height:auto;display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}main{animation:fadeUp .4s ease-out}a{color:var(--color-link);text-decoration:none;transition:color .2s}a:hover{color:var(--color-link-hover);text-decoration:none}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:700;line-height:1.15;letter-spacing:-.03em;color:#fff}h1{font-size:2.75rem}h2{font-size:1.75rem}h3{font-size:1.25rem}p{max-width:65ch}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.page-content{padding:3rem 0 6rem}.nav{position:sticky;top:0;z-index:100;background:#0a0a0aeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);height:var(--nav-height);display:flex;align-items:center}.nav .container{display:flex;justify-content:space-between;align-items:center;width:100%}.nav-brand{display:flex;align-items:center}.nav-brand:hover{text-decoration:none}.nav-monogram{height:2.4rem;width:auto;transition:filter .3s,transform .3s;filter:drop-shadow(0 0 0px transparent)}.nav-brand:hover .nav-monogram{filter:drop-shadow(0 0 8px var(--color-accent-glow));transform:scale(1.05)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--color-text-muted);font-size:.85rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;transition:color .2s;position:relative;padding-bottom:2px}.nav-links a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;background:var(--color-accent);transition:width .3s;border-radius:1px}.nav-links a:hover{color:var(--color-accent);text-decoration:none}.nav-links a:hover:after{width:100%}.nav-links a.active{color:#fff;text-decoration:none}.nav-links a.active:after{width:100%;background:var(--color-crimson)}.footer{border-top:1px solid var(--color-border);padding:3rem 0 2rem;color:var(--color-text-muted);font-size:.85rem}.footer .container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-top{display:flex;justify-content:center}.footer-monogram{width:50px;height:auto;opacity:.4;transition:opacity .3s}.footer-monogram:hover{opacity:.8}.footer-bottom{display:flex;justify-content:space-between;align-items:center;width:100%}.footer-links{display:flex;gap:1.5rem;list-style:none}.footer-links a{color:var(--color-text-muted)}.footer-links a:hover{color:var(--color-accent)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.gallery-item{aspect-ratio:1;overflow:hidden;border-radius:4px;background:var(--color-surface);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);font-size:.85rem;transition:border-color .3s,box-shadow .3s}.gallery-item:hover{border-color:var(--color-crimson);box-shadow:0 0 12px var(--color-crimson-dim)}.gallery-item img{width:100%;height:100%;object-fit:cover}.hero{padding:6rem 0 4rem}.hero h1{font-size:3rem;margin-bottom:1rem}.hero .subtitle{font-size:1.25rem;color:var(--color-text-muted);max-width:50ch}.section{margin-bottom:4rem}.section-header{margin-bottom:2.5rem}.section-header h1,.section-header h2{margin-bottom:.5rem}.section-header p{color:var(--color-text-muted);max-width:55ch}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;padding:1.5rem;transition:border-color .3s,box-shadow .3s,background .3s}.card:hover{border-color:var(--color-accent);box-shadow:0 0 20px var(--color-accent-dim);background:var(--color-surface-hover)}.nav-toggle{display:none;background:none;border:none;color:var(--color-text);font-size:1.5rem;cursor:pointer}@media(max-width:640px){.hero h1{font-size:2rem}.hero .subtitle{font-size:1.1rem}.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:var(--nav-height);left:0;right:0;background:#0a0a0af2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);flex-direction:column;padding:1rem 1.5rem;gap:1rem}.nav-links.open{display:flex}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}
