/* Generated by SiteGen - Modern Template */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--theme:#000;--bg:#000;--fg:#f0f0f0;--muted:#aaa;--border:#333;--radius:4px;--accent:#ffffff;--secondary:#cccccc;--header-bg:#000000;--header-text:#ffffff;--footer-bg:#000000;--footer-text:#ffffff}
html{height:100%}
body{font-family:'Manrope', sans-serif;line-height:1.7;color:#f0f0f0;background:#000;min-height:100%;display:flex;flex-direction:column}
.page-wrapper{flex:1;display:flex;flex-direction:column;background:#000}
.page-wrapper>*:last-child:not(.footer){flex:1}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}

/* Navbar - Modern Style */
.navbar{position:fixed;top:0;left:0;z-index:100;background:linear-gradient(180deg,rgba(0,0,0,0.5) 0%,rgba(255,255,255,0) 92%);padding:0 1.5rem;width:100%}
.navbar-inner{max-width:90%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:60px}
.logo{font-size:25px;font-weight:600;letter-spacing:-2px}
.logo a{color:#fff;text-decoration:none;display:flex;align-items:center;gap:0.875rem}
.logo-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.logo-icon svg{width:100%;height:100%}
.custom-logo-img{height:42px;width:auto;max-width:180px;object-fit:contain}
.custom-logo-rounded{border-radius:8px}
.nav-links{display:flex;align-items:center;gap:0.375rem}
.nav-link{padding:0.5rem 1rem;color:rgba(255,255,255,0.8);text-decoration:none;font-size:0.875rem;font-weight:500;border-radius:var(--radius);transition:all 0.15s}
.nav-link:hover{color:#fff;background:rgba(255,255,255,0.1)}
.nav-link.active{color:#fff}
.mobile-menu-btn{display:none;flex-direction:column;gap:4px;padding:8px;background:none;border:none;cursor:pointer}
.mobile-menu-btn span{display:block;width:20px;height:2px;background:#fff;transition:all 0.3s}

/* Hero Sections - Modern Style */
.page-hero,.hero{position:relative;min-height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column}
.hero-overlay{flex:1;display:flex;align-items:center;background:rgba(0,0,0,0.35);padding-bottom:3rem;padding-top:3rem}
.hero-overlay-content{}
.hero-subtitle{font-size:2rem;font-weight:300;color:#ffffff;margin-bottom:0.5rem;letter-spacing:-0.06rem;text-align:left}
.hero-location{font-size:2rem;font-weight:300;color:#ffffff;margin-bottom:0.625rem;letter-spacing:-0.06rem;text-align:left}
.hero-headline{font-family:'Manrope', sans-serif;font-size:9rem;font-weight:300;line-height:0.9;letter-spacing:-0.5rem;color:#fff;margin-bottom:1rem}
.hero-overlay-content h1{font-family:'Manrope', sans-serif;font-size:9rem;font-weight:300;line-height:0.9;letter-spacing:-0.5rem;color:#fff;margin-bottom:1rem}
.press-logos{display:flex;gap:1.5rem;align-items:center;flex-wrap:nowrap;margin-top:0.5rem;width:34%;margin-left:0;margin-right:auto}
.press-logo-link{display:block;opacity:0.8;transition:opacity 0.2s;text-decoration:none;filter:brightness(0) invert(1)}
.press-logo-link:hover{opacity:1}
.press-logo{height:auto;width:100%;max-height:60px;object-fit:contain}

/* Body Sections */
.section{padding:4rem 1.5rem;background:#000}
.container{max-width:1200px;margin:0 auto}
.container-sm{max-width:600px}
.content-wrapper{max-width:920px;margin:0 auto}
.modern-home-grid{display:grid;grid-template-columns:3fr 2fr;gap:3%;align-items:start;max-width:90%;margin:0 auto}
.modern-home-image .hero-img{display:block;width:60%;height:auto;object-fit:cover;border-radius:0}
.modern-home-image .hero-img-placeholder{width:100%;aspect-ratio:1;background:#111;display:flex;align-items:center;justify-content:center;color:#444;font-size:3.5rem;border-radius:12px}
.modern-home-text .hero-text{font-size:1rem;color:#aaa;line-height:1.85;text-align:left}
.hero-cta{margin-top:1.75rem}
.hero-cta-btn{display:inline-block;padding:0.875rem 2rem;background:transparent;color:#fff;text-decoration:none;border:2px solid rgba(255,255,255,0.6);border-radius:4px;font-weight:600;font-size:0.9rem;text-transform:uppercase;letter-spacing:0.8px;transition:all 0.2s}
.hero-cta-btn:hover{background:rgba(255,255,255,0.1);border-color:#fff}

/* Content */
.content-image{width:auto;max-width:360px;max-height:500px;display:block;margin:0 auto 2.5rem}
.content-image.rounded{border-radius:12px}
.content-body{text-align:center;color:#aaa;font-size:1rem;line-height:1.85}
.content-body p{margin-bottom:1.25rem;color:#aaa}
.content-body h2{font-size:1.75rem;font-weight:400;color:#fff;margin:2rem 0 1rem;letter-spacing:-0.02em}
.content-body h3{font-size:1.375rem;font-weight:400;color:#ddd;margin:1.5rem 0 0.75rem}
.content-body a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}
.content-body ul,.content-body ol{margin:1rem 0;padding-left:1.5rem}
.content-body li{margin-bottom:0.5rem}

/* Gallery */
.gallery-grid{max-width:90%;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.gallery-item{aspect-ratio:4/3;background:#111;overflow:hidden;cursor:pointer;transition:opacity 0.2s;position:relative;border:0}
.gallery-item.rounded{border-radius:12px}
.gallery-item:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(255,255,255,0.04)}
.gallery-item img{width:100%;height:100%;object-fit:cover}
.gallery-item .expand-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0.8);opacity:0;color:white;font-size:1.5rem;z-index:2;transition:all 0.2s}
.gallery-item:hover .expand-icon{opacity:1;transform:translate(-50%,-50%) scale(1)}
.empty-state{text-align:center;color:#555;padding:3rem;grid-column:1/-1}

/* Lightbox */
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,0.95);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.3s}
.lightbox.active{opacity:1;visibility:visible}
.lightbox img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:4px}
.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;width:48px;height:48px;background:rgba(255,255,255,0.1);border:none;border-radius:50%;color:white;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center}
.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;background:rgba(255,255,255,0.1);border:none;border-radius:50%;color:white;font-size:1.125rem;cursor:pointer;display:flex;align-items:center;justify-content:center}
.lightbox-prev{left:1.5rem}
.lightbox-next{right:1.5rem}

/* Links - feature card layout */
.links-grid{display:flex;flex-direction:column;gap:0}
.link-card{display:flex;gap:0;text-decoration:none;color:#f0f0f0;border-top:1px solid #353535;align-items:stretch;min-height:350px;transition:background 0.2s}
.link-card:first-child{border-top:1px solid #1a1a1a}
.link-card:hover{background:rgba(255,255,255,0.02)}
.link-card-image{width:420px;flex-shrink:0;object-fit:cover;display:block;border-radius:0}
.link-card-image.rounded{border-radius:0}
.link-card-icon{width:420px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#0d0d0d;color:#444;font-size:2.5rem}
.link-card-content{flex:1;padding:2.5rem 3rem;display:flex;flex-direction:column;justify-content:center;min-width:0}
.link-card-content h3{font-family:'Manrope', sans-serif;font-size:2.25rem;font-weight:500;margin-bottom:0.625rem;color:#fff;line-height:1.15;letter-spacing:-0.02em}
.link-card-meta{font-size:0.8125rem;color:#555;margin-bottom:0.875rem;font-weight:500}
.link-card-content p{font-size:1rem;color:#888;line-height:1.75;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.link-card-url{display:none}
.link-card-arrow{display:none}
.link-card-btn{display:inline-block;padding:0.5rem 1.25rem;border:1px solid rgba(255,255,255,0.35);color:#fff;font-size:0.8125rem;background:transparent;text-decoration:none;transition:border-color 0.2s;align-self:flex-start}
.link-card:hover .link-card-btn{border-color:rgba(255,255,255,0.7)}

/* Blog - vertical portrait card grid */
.blog-section-header{padding:4rem 0 2rem}
.blog-section-header h2{font-family:'Manrope', sans-serif;font-size:6rem;font-weight:300;color:#fff;line-height:0.95;letter-spacing:-0.5rem}
.blog-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px}
.blog-post-card{display:flex;flex-direction:column;text-decoration:none;color:#f0f0f0;background:#000;border:1px solid #353535;transition:border-color 0.2s;overflow:hidden;cursor:pointer}
.blog-post-card:hover{border-color:#333}
.blog-post-card-image{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.blog-post-card-placeholder{width:100%;aspect-ratio:4/3;background:#111;display:flex;align-items:center;justify-content:center}
.blog-post-card-placeholder i{font-size:3rem;color:#333}
.blog-post-card-content{flex:1;padding:1.75rem}
.blog-post-date{font-size:0.75rem;color:#555;display:block;margin-bottom:1rem;text-transform:none;letter-spacing:0.02em}
.blog-post-card-content h3{font-family:'Manrope', sans-serif;font-size:3rem;font-weight:300;margin-bottom:0.75rem;color:#fff;line-height:1.05;letter-spacing:-0.1rem}
.blog-post-card-content p{font-size:0.9375rem;color:#777;line-height:1.75;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.blog-post-card-arrow{display:none}

.blog-featured-image{width:100%;margin-bottom:2rem}
.back-link{display:inline-flex;align-items:center;gap:0.5rem;margin-top:2rem;color:#aaa;font-weight:500;text-decoration:none}
.back-link:hover{color:#fff}

/* Contact */
.contact-section{max-width:600px;margin:0 auto;padding:4rem 1.5rem}
.contact-card{background:#0d0d0d;padding:2rem;border-radius:8px;border:1px solid #222}
.contact-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #222}
.contact-item:last-child{border-bottom:none}
.contact-item i{width:40px;height:40px;background:#1a1a1a;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;border:1px solid #333}
.contact-item-content{flex:1}
.contact-item-label{font-size:0.75rem;color:#666;text-transform:uppercase;letter-spacing:0.05em}
.contact-item-value{font-size:1rem;font-weight:500;color:#f0f0f0}
.contact-item-value a{color:#ccc;text-decoration:none}
.contact-item-value a:hover{text-decoration:underline;color:#fff}

/* Footer - Modern Style */
.footer{background:#000;color:#fff;border-top:1px solid #1a1a1a}
.footer-main{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}
.footer-top{display:flex;justify-content:space-between;align-items:center}
.footer-brand{display:flex;align-items:center;gap:1rem}
.footer-logo{display:flex;align-items:center;gap:0.75rem;font-weight:600;font-size:1rem;color:#fff;text-decoration:none}
.footer-logo .logo-icon{width:38px;height:38px}
.footer-logo .logo-icon svg{width:100%;height:100%}
.footer-logo .custom-logo-img{height:38px}
.footer-divider{width:1px;height:24px;background:rgba(255,255,255,0.15)}
.footer-tagline{font-size:0.8125rem;color:rgba(255,255,255,0.4)}
.footer-nav{display:flex;gap:1.75rem;flex-wrap:wrap}
.footer-nav a{color:rgba(255,255,255,0.5);font-size:0.875rem;font-weight:500;text-decoration:none}
.footer-nav a:hover{color:white}
.social-links{display:flex;gap:0.625rem;flex-wrap:wrap;justify-content:center;padding-top:0.5rem;border-top:1px solid rgba(255,255,255,0.06)}
.social-link{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,0.25);border-radius:4px;color:#fff;text-decoration:none;transition:all 0.15s}
.social-link:hover{border-color:rgba(255,255,255,0.7);background:rgba(255,255,255,0.05)}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.05)}
.footer-bottom-inner{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;font-size:0.75rem;color:rgba(255,255,255,0.2)}

/* Utility */
.empty-state{text-align:center;color:#555;padding:3rem;grid-column:1/-1}

/* Responsive - Tablet */
@media(max-width:900px){
  .modern-home-grid{grid-template-columns:1fr;gap:2rem}
  .modern-home-image{text-align:center}
  .modern-home-image .hero-img{margin:0 auto}
  .hero-headline,.hero-overlay-content h1{font-size:7rem}
  .section{padding:6rem 1.5rem}
  .gallery-section{padding:6rem 1.5rem}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .blog-posts-grid{grid-template-columns:repeat(2,1fr)}
  .link-card{flex-direction:column;min-height:auto}
  .link-card-image{width:100%;height:220px;border-radius:0}
  .link-card-icon{width:100%;height:180px}
  .link-card-content{padding:1.5rem}
  .footer-main{text-align:center}
  .footer-top{flex-direction:column;gap:1.5rem}
  .footer-brand{flex-direction:column;gap:0.5rem}
  .footer-divider{display:none}
  .footer-nav{justify-content:center}
}

/* Responsive - Mobile */
@media(max-width:640px){
  .navbar{padding:0 1rem}
  .navbar-inner{height:60px}
  .logo{font-size:0.9375rem}
  .mobile-menu-btn{display:flex}
  .nav-links{position:absolute;top:100%;left:0;right:0;background:#000;flex-direction:column;padding:0.5rem 1rem 1rem;display:none;gap:0}
  .nav-links .nav-link{padding:0.75rem 0;border-radius:0;border-bottom:1px solid rgba(255,255,255,0.08)}
  .menu-open .nav-links{display:flex}
  .menu-open .mobile-menu-btn span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}
  .menu-open .mobile-menu-btn span:nth-child(2){opacity:0}
  .menu-open .mobile-menu-btn span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}
  .hero-headline,.hero-overlay-content h1{font-size:5rem}
  .hero-subtitle,.hero-location{font-size:1.25rem}
  .hero-overlay{padding-bottom:2.5rem}
  .section{padding:4rem 1.25rem}
  .gallery-section{padding:4rem 1.25rem}
  .modern-home-grid{gap:1.5rem}
  .modern-home-image .hero-img{width:80%}
  .gallery-grid{grid-template-columns:repeat(2,1fr);gap:0.75rem}
  .blog-posts-grid{grid-template-columns:1fr}
  .blog-section-header h2{font-size:3rem}
  .link-card-content h3{font-size:1.5rem}
  .press-logos{width:60%}
  .contact-card{padding:1.25rem}
  .footer-bottom-inner{flex-direction:column;gap:0.5rem;text-align:center}
  .footer-nav{flex-wrap:wrap;justify-content:center;gap:0.75rem 1.25rem}
  .social-links{gap:0.5rem}
  .social-link{width:2rem;height:2rem}
  .lightbox-nav{width:44px;height:44px}
  .lightbox-prev{left:0.75rem}
  .lightbox-next{right:0.75rem}
  .lightbox-close{top:1rem;right:1rem;width:44px;height:44px}
}
@media(max-width:400px){
  .hero-headline,.hero-overlay-content h1{font-size:3.5rem}
  .section{padding:3rem 1rem}
  .gallery-section{padding:3rem 1rem}
  .blog-section-header h2{font-size:2.5rem}
  .gallery-grid{gap:0.5rem}
  .link-card-content{width:100%}
}


/* Custom CSS */

