/*
Theme Name: ZRHU Network Pvt Ltd
Theme URI: https://zrhuindustries.com
Author: ZRHU Network
Author URI: https://zrhuindustries.com
Description: A lightweight WordPress theme for ZRHU Network Pvt Ltd - Music & Film distribution, rights management, and releases.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: zrhu-network
*/ 

:root{
  --zrhu-blue: #0078c8;
  --zrhu-dark: #052a4f;
  --zrhu-accent: #0ea5c9;
  --content-width: 1100px;
  --gap: 24px;
}

body{ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial; color:#111; margin:0; line-height:1.6; }
a{ color:var(--zrhu-blue); text-decoration:none; }
.site-header{ background: #fff; border-bottom:1px solid #eee; padding:16px 20px; }
.site-branding img{ height:64px; display:block; }
.site-title{ margin:0; font-size:20px; color:var(--zrhu-dark); }
.site-nav{ margin-top:6px; }
.container{ max-width:var(--content-width); margin:0 auto; padding:20px; }
.hero{ display:flex; gap:24px; align-items:center; padding:60px 20px; background: linear-gradient(180deg, rgba(6,84,137,0.05), transparent); }
.hero .hero-text{ max-width:700px; }
.hero h1{ margin:0; font-size:36px; color:var(--zrhu-dark); }
.hero p.lead{ margin-top:12px; font-size:18px; color:#20334f; }

.services{ display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:16px; margin-top:24px; }
.card{ background:#fff; border:1px solid #eee; padding:16px; border-radius:8px; box-shadow: 0 2px 6px rgba(10,20,40,0.03); }

.releases-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:18px; margin-top:20px; }
.release-item img{ width:100%; height:auto; border-radius:6px; display:block; }
.release-item .title{ font-weight:700; margin-top:8px; }

.partner-logos{ display:flex; flex-wrap:wrap; gap:12px; align-items:center; margin-top:20px; }
.partner-logos img{ height:48px; object-fit:contain; background:#fff; padding:6px; border:1px solid #eee; border-radius:6px; }

footer.site-footer{ background:#052a4f; color:#fff; padding:28px 20px; margin-top:40px; }
footer a{ color:#9fd9ff; }

.meta-row{ font-size:14px; color:#333; margin-top:8px; }
.contact-form{ max-width:700px; }

@media (max-width:700px){
  .hero{ flex-direction:column; text-align:center; }
  .site-branding img{ height:56px; margin:0 auto; }
}
