/*
Theme Name: Vikram's Granitee and Ceramics
Theme URI: https://www.vikramgc.com/
Author: Vikram's Granitee and Ceramics
Description: A custom WordPress theme for Vikram's Granitee and Ceramics, Nagpur.
Version: 1.1.8
Text Domain: vikrams-granitee
*/

.wp-admin .vgc-meta-note { color: #475569; }
.wp-block-image img { height: auto; }
.nav-logo .custom-logo-link { display: flex; }
.nav-logo .custom-logo { width: 64px; height: 64px; object-fit: contain; }
.nav-links { list-style: none; }
.mobile-nav-links li { list-style: none; }
.mobile-nav-links li a { display: block; }

.vgc-page-content,
.vgc-catalogue { background: #f7f9fc; padding: 80px 24px; }
.entry-content { color: #3a4d6e; line-height: 1.8; }
.entry-content > * + * { margin-top: 1.2rem; }
.entry-content h2,
.entry-content h3 { color: #11162b; font-family: 'Cormorant Garamond', serif; }
.entry-content a { color: #243058; font-weight: 700; }
.vgc-catalogue .section-inner { max-width: 1240px; }
.vgc-catalogue-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: stretch; margin-bottom: 34px; }
.vgc-catalogue-copy,
.vgc-catalogue-media,
.vgc-product-card { background: #fff; border: 1px solid #e2e6ed; border-radius: 18px; box-shadow: 0 2px 12px rgba(17,26,46,.12); }
.vgc-catalogue-copy { padding: 42px; display: flex; flex-direction: column; justify-content: center; }
.vgc-catalogue-copy .section-title { color: #11162b; font-size: clamp(2.35rem,4vw,3.6rem); margin-bottom: 16px; }
.vgc-catalogue-copy .divider { margin-bottom: 24px !important; }
.vgc-catalogue-copy p { color: #6c82a4; font-size: 1rem; line-height: 1.8; margin-bottom: 16px; }
.vgc-catalogue-copy p strong { color: #11162b; }
.vgc-catalogue-copy .btn-primary { align-self: flex-start; margin-top: 12px; }
.vgc-catalogue-media { min-height: 470px; overflow: hidden; padding: 20px; }
.vgc-catalogue-media img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.vgc-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.vgc-product-card { overflow: hidden; padding-bottom: 18px; }
.vgc-product-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-bottom: 1px solid #e2e6ed; }
.vgc-product-card h2 { color: #11162b; font-size: 1.15rem; margin: 18px 18px 8px; }
.vgc-product-card p { color: #6c82a4; font-size: .9rem; line-height: 1.65; margin: 0 18px; }
.vgc-editor-content { margin-top: 42px; background: #fff; border: 1px solid #e2e6ed; border-radius: 18px; padding: 32px; }
#footer .footer-social { font-size: .72rem; font-weight: 800; text-transform: uppercase; }

@media (max-width: 980px) {
  .vgc-catalogue-hero { grid-template-columns: 1fr; }
  .vgc-catalogue-media { min-height: 320px; }
}
@media (max-width: 760px) {
  .nav-cta { display: none; }
  .vgc-page-content, .vgc-catalogue { padding: 60px 20px; }
  .vgc-catalogue-copy { padding: 28px; }
  .vgc-card-grid { grid-template-columns: 1fr; }
}
