/* Generated by SiteGen - Executive Template */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--theme:#f5f5f5;--bg:#fff;--fg:#1a1a1a;--muted:#5a5a5a;--border:#e2e4e8;--radius:4px;--accent:#2d2d2d;--accent-light:#2d2d2dcc;--accent-subtle:#2d2d2d15;--secondary:#b5a642;--header-bg:#2d2d2d;--header-text:#ffffff;--footer-bg:#2d2d2d;--footer-text:#ffffff}
html{height:100%}
body{font-family:'Inter', sans-serif;line-height:1.7;color:var(--fg);background:var(--footer-bg);min-height:100%;display:flex;flex-direction:column}
.page-wrapper{flex:1;display:flex;flex-direction:column;background:var(--bg)}
.page-wrapper>*:last-child:not(.footer){flex:1}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}

/* Navbar - Executive Style */
.navbar{position:sticky;top:0;z-index:100;background:var(--header-bg);padding:0 1.5rem}
.navbar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px}
.logo{font-size:1.0625rem;font-weight:600}
.logo a{color:var(--header-text);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.75);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:var(--header-text);transition:all 0.3s}

/* Hero Section - Executive Style */
.hero{background:#fff;position:relative;padding:4.5rem 1.5rem 5rem}
.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 320px;gap:3.5rem;align-items:center}
.hero-content{}
.hero-headline{font-size:2.125rem;font-weight:700;line-height:1.2;letter-spacing:-0.025em;margin-bottom:0.625rem;color:var(--accent)}
.hero-subtitle{font-size:1.0625rem;font-weight:500;color:var(--secondary);margin-bottom:1.25rem}
.hero-meta{display:flex;flex-wrap:wrap;gap:1.75rem;margin-bottom:1.5rem}
.hero-meta-item{display:flex;align-items:center;gap:0.625rem;font-size:0.9375rem;color:var(--muted)}
.hero-meta-item i{font-size:0.875rem;color:var(--accent-light);width:16px}
.hero-divider{width:100%;height:1px;background:var(--border);margin-bottom:1.5rem}
.hero-text{font-size:1rem;color:var(--muted);line-height:1.85}
.hero-image{}
.hero-img{display:block;width:100%;aspect-ratio:1;object-fit:cover}
.hero-img.rounded{border-radius:12px}
.hero-img-placeholder{width:100%;aspect-ratio:1;background:#f0f2f4;display:flex;align-items:center;justify-content:center;color:#b0b5bd;font-size:3.5rem;border-radius:12px}

/* Page Hero - Executive Style */
.page-hero{background:var(--bg);padding:3rem 1.5rem;text-align:center}
.page-hero h1{font-size:2.5rem;font-weight:700;color:var(--accent);margin-bottom:0.5rem}
.page-hero p{color:var(--muted);font-size:1rem}
.page-hero-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:0.75rem 1.5rem;margin-top:0.75rem;color:var(--muted);font-size:0.95rem}
.page-hero-subtitle{font-weight:500;color:var(--secondary)}
.page-hero-location{display:flex;align-items:center;gap:0.4rem}
.page-hero-location i{font-size:0.85rem;color:var(--accent)}

/* Sections */
.section{padding:4rem 1.5rem;background:var(--bg)}
.container{max-width:1200px;margin:0 auto}
.container-sm{max-width:600px}
.content-wrapper{max-width:920px;margin:0 auto}
.content-image{width:auto;max-width:100%;max-height:400px;display:block;margin:0 auto 2rem}
.content-image.rounded{border-radius:12px}
.content-body{font-size:1.0625rem;line-height:1.85;text-align:center;color:var(--muted)}
.content-body p{margin-bottom:1rem}
.content-body a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}
.content-body a:hover{color:var(--secondary)}
.content-body h2{font-size:1.5rem;font-weight:600;margin:2rem 0 1rem;color:var(--accent)}
.content-body h3{font-size:1.25rem;font-weight:600;margin:1.5rem 0 0.75rem;color:var(--fg)}
.content-body ul,.content-body ol{margin:1rem 0;padding-left:1.5rem}
.content-body li{margin-bottom:0.5rem}

/* Contact - Executive Style */
.contact-card{background:var(--theme);padding:2rem;border-radius:8px}
.contact-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}
.contact-item:last-child{border-bottom:none}
.contact-item i{width:40px;height:40px;background:var(--accent);color:white;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem}
.contact-item-content{flex:1}
.contact-item-label{font-size:0.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:0.05em}
.contact-item-value{font-size:1rem;font-weight:500;color:var(--fg)}
.contact-item-value a{color:var(--accent);text-decoration:none}
.contact-item-value a:hover{text-decoration:underline}
.contact-card h3{font-size:1.25rem;margin-bottom:1rem;color:var(--accent)}
.contact-card p{margin-bottom:0.5rem;color:var(--muted)}
.contact-card a{color:var(--accent);text-decoration:underline}

/* Press/Media Logos - "As Seen In" Section */
.press-section{background:#fff;padding:2rem 1.5rem}
.press-container{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:4rem;flex-wrap:wrap}
.press-logo-link{display:block;opacity:0.85;transition:opacity 0.2s}
.press-logo-link:hover{opacity:1}
.press-logo{height:75px;width:auto;max-width:260px;object-fit:contain}

/* Gallery - Executive Style */
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.125rem;justify-content:center}
.gallery-item{aspect-ratio:1;background:var(--theme);overflow:hidden;cursor:pointer;transition:all 0.2s;border:1px solid #eceef1;position:relative}
.gallery-item.rounded{border-radius:12px}
.gallery-item:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,0.1);border-color:var(--accent)}
.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;text-shadow:0 2px 8px rgba(0,0,0,0.3)}
.gallery-item:hover .expand-icon{opacity:1;transform:translate(-50%,-50%) scale(1)}
.empty-state{text-align:center;color:var(--muted);padding:3rem;grid-column:1/-1}

/* Lightbox */
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,0.92);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-close:hover{background:rgba(255,255,255,0.2)}
.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-nav:hover{background:rgba(255,255,255,0.2)}
.lightbox-prev{left:1.5rem}
.lightbox-next{right:1.5rem}
body.lightbox-open{overflow:hidden}

/* Links */
.links-grid{display:flex;flex-direction:column;gap:1rem}
.link-card{display:flex;gap:1rem;padding:1.25rem;background:var(--theme);border-radius:12px;text-decoration:none;color:var(--fg);transition:all 0.2s;border:1px solid transparent;align-items:center}
.link-card:hover{border-color:var(--accent);box-shadow:0 4px 12px rgba(0,0,0,0.08)}
.link-card-image{width:64px;height:64px;object-fit:cover;flex-shrink:0}
.link-card-image.rounded{border-radius:8px}
.link-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--bg);border-radius:8px;color:var(--accent);font-size:1.25rem;flex-shrink:0}
.link-card-content{flex:1;min-width:0}
.link-card-content h3{font-size:1rem;font-weight:600;margin-bottom:0.25rem}
.link-card-content p{font-size:0.875rem;color:var(--muted);margin-bottom:0.5rem}
.link-card-url{font-size:0.75rem;color:var(--muted);word-break:break-all}
.link-card-arrow{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--accent);color:white;border-radius:50%;flex-shrink:0;transition:transform 0.2s}
.link-card:hover .link-card-arrow{transform:translateX(4px)}

/* Blog */
.blog-posts-grid{display:flex;flex-direction:column;gap:1rem}
.blog-post-card{display:flex;gap:1rem;padding:1.25rem;background:var(--theme);border-radius:12px;text-decoration:none;color:var(--fg);transition:all 0.2s;border:1px solid transparent;align-items:center}
.blog-post-card:hover{border-color:var(--accent);box-shadow:0 4px 12px rgba(0,0,0,0.08);transform:translateY(-2px)}
.blog-post-card-image{width:80px;height:80px;object-fit:cover;border-radius:10px;flex-shrink:0}
.blog-post-card-placeholder{width:80px;height:80px;background:rgba(0,0,0,0.05);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.blog-post-card-placeholder i{font-size:1.5rem;color:var(--muted);opacity:0.5}
.blog-post-card-content{flex:1;min-width:0}
.blog-post-card-content h3{font-size:1rem;font-weight:600;margin-bottom:0.25rem}
.blog-post-card-content p{color:var(--muted);font-size:0.875rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.blog-post-date{font-size:0.75rem;color:var(--muted);display:block;margin-bottom:0.25rem}
.page-hero .blog-post-date{font-size:0.875rem;opacity:0.8;margin-bottom:0.5rem}
.blog-post-card-arrow{width:40px;height:40px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform 0.2s}
.blog-post-card:hover .blog-post-card-arrow{transform:translateX(4px)}
.blog-featured-image{width:100%;border-radius:12px;margin-bottom:2rem}
.back-link{display:inline-flex;align-items:center;gap:0.5rem;margin-top:2rem;color:var(--accent);font-weight:500}
.back-link:hover{color:var(--fg)}

/* Footer - Executive Style */
.footer{background:var(--footer-bg);color:var(--footer-text)}
.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:var(--footer-text);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.2)}
.footer-tagline{font-size:0.8125rem;color:rgba(255,255,255,0.6)}
.footer-nav{display:flex;gap:1.75rem;flex-wrap:wrap}
.footer-nav a{color:rgba(255,255,255,0.75);font-size:0.875rem;font-weight:500;text-decoration:none}
.footer-nav a:hover{color:white}
.social-links{display:flex;gap:0.5rem;flex-wrap:wrap;justify-content:center;padding-top:0.5rem;border-top:1px solid rgba(255,255,255,0.1)}
.social-link{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:var(--accent);border-radius:var(--radius);color:#fff;text-decoration:none;transition:all 0.15s;opacity:0.85}
.social-link:hover{opacity:1;transform:translateY(-1px)}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1)}
.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.4)}

/* Utility */
.empty-state{text-align:center;color:var(--muted);padding:3rem;grid-column:1/-1}

/* Responsive - Tablet */
@media(max-width:900px){
  .hero-container{display:flex;flex-direction:column;gap:2.5rem;text-align:center;align-items:center}
  .hero-content{order:1;max-width:100%}
  .hero-image{order:0;width:280px;margin:0 auto}
  .hero-text{text-align:center}
  .hero-divider{margin-left:auto;margin-right:auto;max-width:200px}
  .hero-headline{font-size:1.875rem}
  .hero-meta{justify-content:center}
  .nav-links{gap:0.125rem}
  .nav-link{padding:0.5rem 0.625rem;font-size:0.8rem}
  .page-hero{padding:2.5rem 1rem 2rem}
  .page-hero h1{font-size:2rem}
  .section{padding:3rem 1rem}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .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:64px}
  .logo{font-size:0.9375rem}
  .logo-icon{width:36px;height:36px;font-size:0.8125rem}
  .mobile-menu-btn{display:flex}
  .nav-links{position:absolute;top:100%;left:0;right:0;background:var(--header-bg);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.1)}
  .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{padding:2.5rem 1rem 3rem}
  .hero-container{gap:2rem}
  .hero-headline{font-size:1.5rem;margin-bottom:0.5rem}
  .hero-subtitle{font-size:0.9375rem}
  .hero-text{font-size:0.9375rem}
  .hero-meta{gap:1rem}
  .hero-meta-item{font-size:0.8125rem}
  .page-hero{padding:2rem 1rem 1.5rem}
  .page-hero h1{font-size:1.75rem}
  .section{padding:2.5rem 1rem}
  .gallery-grid{grid-template-columns:repeat(2,1fr);gap:0.75rem}
  .contact-card{padding:1.25rem}
  .contact-item{padding:0.75rem 0}
  .contact-item i{width:36px;height:36px;font-size:0.875rem}
  .link-card{padding:1rem}
  .link-card-image{width:48px;height:48px}
  .link-card-arrow{width:32px;height:32px}
  .blog-post-card{padding:1rem}
  .blog-post-card-image,.blog-post-card-placeholder{width:64px;height:64px}
  .blog-post-card-arrow{width:32px;height:32px}
  .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}
  .press-section{padding:1.5rem 0.5rem}
  .press-container{gap:1.5rem;flex-direction:column}
  .press-logo{height:55px;max-width:180px}
}

/* Custom CSS */

