*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0a0a0a;--white: #ffffff;--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-200: #e5e5e5;--gray-400: #a3a3a3;--gray-500: #737373;--gray-600: #525252;--gray-800: #262626;--gray-900: #171717;--max-width: 1100px;--radius: 8px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--black);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site{display:flex;flex-direction:column;min-height:100vh}.main{flex:1}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.hero-banner{position:relative;height:45vh;min-height:320px;max-height:500px;background:var(--gray-900) url(/hero.jpg) center / cover no-repeat;display:flex;align-items:center;justify-content:center}.hero-banner__overlay{text-align:center;color:var(--white);z-index:1}.hero-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.hero-banner__overlay{position:relative;z-index:2}.hero-banner__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:4px;margin-bottom:.5rem}.hero-banner__sub{font-size:1.1rem;font-weight:400;color:var(--gray-200);letter-spacing:2px;text-transform:uppercase}.nav{background:var(--black);color:var(--white);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:56px;position:sticky;top:0;z-index:100}.nav__logo{font-weight:800;font-size:1rem;letter-spacing:3px;color:var(--white)}.nav__links{display:flex;gap:2rem}.nav__links a{color:var(--gray-400);font-size:.875rem;font-weight:500;letter-spacing:.5px;transition:color .2s;position:relative}.nav__links a:hover,.nav__links a.router-link-exact-active{color:var(--white)}.nav__links a.router-link-exact-active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--white)}.section{padding:4rem 0}.section__title{font-size:1.75rem;font-weight:700;margin-bottom:2rem;letter-spacing:-.02em}.btn{display:inline-block;background:var(--black);color:var(--white);padding:.75rem 2rem;border-radius:var(--radius);font-weight:600;font-size:.9rem;letter-spacing:.5px;transition:background .2s;cursor:pointer;border:none}.btn:hover{background:var(--gray-800)}.btn--outline{background:transparent;color:var(--black);border:1.5px solid var(--black)}.btn--outline:hover{background:var(--black);color:var(--white)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.card{border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease;background:var(--white)}.card:hover{box-shadow:0 8px 24px #00000014;border-color:var(--gray-400)}.card__img{width:100%;height:200px;object-fit:cover;background:var(--gray-100)}.card__body{padding:1.25rem}.card__date{font-size:.8rem;color:var(--gray-500);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.card__title{font-weight:700;font-size:1.05rem;margin-bottom:.5rem}.card__excerpt{font-size:.9rem;color:var(--gray-600)}.card__placeholder{width:100%;height:200px;background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:.85rem;font-weight:500;letter-spacing:1px;text-transform:uppercase}.article{max-width:720px;margin:0 auto;padding:3rem 1.5rem}.article__title{font-size:2rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.02em}.article__meta{font-size:.85rem;color:var(--gray-500);margin-bottom:2rem}.article__content{line-height:1.8}.article__content p{margin-bottom:1rem}.article__content h2{font-size:1.4rem;margin:2rem 0 .75rem}.article__content img{border-radius:var(--radius);margin:1.5rem 0}.gallery{columns:2;gap:1rem}@media (min-width: 640px){.gallery{columns:3}}@media (min-width: 960px){.gallery{columns:4}}.gallery__item{break-inside:avoid;margin-bottom:1rem;border-radius:var(--radius);overflow:hidden;cursor:pointer;border:1px solid var(--gray-200);transition:border-color .2s}.gallery__item:hover{border-color:var(--gray-400)}.gallery__item img,.gallery__item video{width:100%;display:block;transition:opacity .2s}.gallery__item:hover img,.gallery__item:hover video{opacity:.85}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;display:flex;align-items:center;justify-content:center;z-index:1000}.lightbox__close{position:absolute;top:1.5rem;right:2rem;color:#fff;font-size:1.5rem;cursor:pointer;background:none;border:none;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.lightbox__close:hover{background:#ffffff1a}.lightbox img,.lightbox video{max-width:90vw;max-height:90vh;border-radius:var(--radius)}.footer{background:var(--black);color:var(--gray-400);padding:3rem 2rem}.footer__inner{max-width:var(--max-width);margin:0 auto;text-align:center}.footer__brand{font-weight:800;font-size:1.1rem;letter-spacing:3px;color:var(--white);margin-bottom:.5rem}.footer__text{font-size:.9rem;margin-bottom:1.5rem;color:var(--gray-500)}.footer__links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.footer__links a{font-size:.85rem;color:var(--gray-500);transition:color .2s}.footer__links a:hover{color:var(--white)}.footer__copy{font-size:.8rem;color:var(--gray-600);padding-top:1.5rem;border-top:1px solid var(--gray-800)}.loading,.empty{text-align:center;color:var(--gray-500);padding:3rem}.home-intro{text-align:center;padding:4rem 1.5rem 2rem;max-width:600px;margin:0 auto}.home-intro__title{font-size:1.75rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em}.home-intro__text{font-size:1.05rem;color:var(--gray-600);margin-bottom:1.5rem;line-height:1.7}
