/* =====================================================
   VIDHASHA INTERNATIONAL — INNER PAGES CSS
===================================================== */

/* ── Filter Bar ── */
.filter-bar { background: var(--cream-dark); border-bottom: 1px solid rgba(0,0,0,.08); padding: 1.25rem 0; position: sticky; top: 65px; z-index: 100; }
.filter-bar .container { display: flex; gap: .75rem; flex-wrap: wrap; }
.f-btn { padding: .5rem 1.25rem; font-family: 'Raleway', sans-serif; font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; background: transparent; border: 1px solid rgba(0,0,0,.15); color: var(--text-light); cursor: pointer; border-radius: 1px; transition: var(--transition); }
.f-btn:hover, .f-btn.active { background: var(--forest-dark); color: var(--gold); border-color: var(--forest-dark); }

/* ==============================
   ABOUT PAGE
============================== */
.about-story { padding: 8rem 0; }
.as-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.as-text h2 { margin-bottom: 1.5rem; }
.as-text p  { color: var(--text-light); line-height: 1.8; margin-bottom: 1.25rem; }

/* Timeline */
.timeline { position: relative; }
.timeline::before { content: ''; position: absolute; left: 48px; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom, var(--gold), transparent); }
.tl-item { display: flex; gap: 1.5rem; padding-bottom: 2.5rem; position: relative; }
.tl-yr   { width: 96px; flex-shrink: 0; font-family: 'Cinzel', serif; font-size: .88rem; font-weight: 600; color: var(--gold); text-align: right; padding-top: .2rem; }
.tl-body { background: var(--cream-dark); padding: 1rem 1.25rem; border-radius: 2px; font-size: .88rem; color: var(--text-light); line-height: 1.6; flex: 1; border-left: 2px solid var(--gold); }

/* Values */
.values-sec { padding: 8rem 0; background: var(--forest-dark); }
.values-sec .sec-header h2 { color: #fff; }
.val-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.val-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); padding: 2.5rem 1.75rem; text-align: center; border-radius: 2px; transition: var(--transition); }
.val-card:hover { border-color: var(--gold); background: rgba(255,255,255,.07); }
.v-icon   { font-size: 2.5rem; color: var(--gold); margin-bottom: 1.25rem; }
.val-card h3 { color: #fff; margin-bottom: .75rem; font-size: 1.4rem; }
.val-card p  { color: rgba(255,255,255,.5); font-size: .86rem; line-height: 1.7; }

/* Team */
.team-sec  { padding: 8rem 0; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.team-card { text-align: center; }
.t-avatar  { width: 100px; height: 100px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; font-family: 'Cinzel', serif; font-size: 1.3rem; font-weight: 700; color: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.t-role    { font-size: .72rem; letter-spacing: .15em; color: var(--gold); text-transform: uppercase; margin-bottom: .75rem; display: block; }
.team-card > p { color: var(--text-light); font-size: .88rem; line-height: 1.6; }

/* ==============================
   PRODUCTS PAGE
============================== */
.prod-section     { padding: 7rem 0; }
.prod-section.alt { background: var(--cream-dark); }
.ps-header { text-align: center; margin-bottom: 4rem; }
.ps-header p { color: var(--text-light); max-width: 620px; margin: .75rem auto 0; line-height: 1.7; }

/* Metal badge */
.metal-badge { display: inline-block; padding: .4rem 1.25rem; font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; border-radius: 1px; margin-bottom: 1rem; }
.badge-copper { background: linear-gradient(135deg, var(--copper), var(--copper-light)); color: #fff; }
.badge-gold   { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--dark); }
.badge-silver { background: linear-gradient(135deg, var(--silver), var(--silver-light)); color: var(--dark); }
.badge-colour { background: linear-gradient(135deg, #6a0572, #c2185b); color: #fff; }

/* Product grid */
.pd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.pd-card { background: #fff; border-radius: 3px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.07); cursor: pointer; transition: var(--transition); }
.pd-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,.12); }
.pd-img  { height: 220px; position: relative; overflow: hidden; }
.pd-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.pd-card:hover .pd-img img { transform: scale(1.07); }
.pd-badge { position: absolute; top: .9rem; right: .9rem; background: var(--forest-dark); color: var(--gold); font-size: .58rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; padding: .28rem .65rem; border-radius: 1px; }
.pd-body   { padding: 1.75rem; }
.pd-body h3 { color: var(--forest-dark); margin-bottom: .6rem; }
.pd-body p  { color: var(--text-light); font-size: .86rem; line-height: 1.6; margin-bottom: 1rem; }
.pd-specs   { display: flex; gap: .75rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.pd-specs span { font-size: .68rem; font-weight: 600; color: var(--forest); background: var(--cream-dark); padding: .22rem .6rem; border-radius: 1px; }

/* ==============================
   GALLERY PAGE
============================== */
.gallery-sec { padding: 6rem 0; background: var(--cream); }
.gal-masonry  { columns: 3; column-gap: 1rem; }
.gal-item  { break-inside: avoid; margin-bottom: 1rem; position: relative; overflow: hidden; cursor: pointer; border-radius: 3px; }
.gal-item img { width: 100%; display: block; transition: transform .6s ease; }
.gal-item:hover img { transform: scale(1.06); }
.gal-ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.72) 0%, transparent 55%); display: flex; align-items: flex-end; padding: 1.25rem; opacity: 0; transition: opacity .35s; }
.gal-item:hover .gal-ov { opacity: 1; }
.gal-ov p   { color: #fff; font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-style: italic; }
.gal-tag    { position: absolute; top: .75rem; left: .75rem; background: rgba(0,0,0,.65); color: var(--gold); font-size: .58rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; padding: .22rem .58rem; border-radius: 1px; }

/* ==============================
   BLOG PAGE
============================== */
.blog-sec { padding: 6rem 0; background: var(--cream); }

/* Featured post */
.blog-feat { display: grid; grid-template-columns: 1.2fr 1fr; margin-bottom: 5rem; border-radius: 3px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,.1); cursor: pointer; transition: var(--transition); }
.blog-feat:hover { box-shadow: 0 16px 48px rgba(0,0,0,.15); transform: translateY(-3px); }
.bf-img { min-height: 420px; position: relative; overflow: hidden; }
.bf-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.blog-feat:hover .bf-img img { transform: scale(1.04); }
.feat-lbl { position: absolute; top: 1.5rem; left: 1.5rem; background: var(--gold); color: var(--dark); font-size: .6rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; padding: .32rem .75rem; border-radius: 1px; }
.bf-body  { background: #fff; padding: 3rem; display: flex; flex-direction: column; justify-content: center; }
.blog-meta { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.b-cat  { font-size: .62rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); background: var(--gold-pale); padding: .22rem .65rem; border-radius: 1px; }
.b-date { font-size: .73rem; color: var(--text-light); letter-spacing: .04em; }
.bf-body h2 { margin-bottom: 1rem; color: var(--forest-dark); font-size: 1.8rem; line-height: 1.3; }
.bf-body p  { color: var(--text-light); line-height: 1.7; font-size: .92rem; margin-bottom: 1.5rem; }

/* Blog grid */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.blog-card { background: #fff; border-radius: 3px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.06); cursor: pointer; transition: var(--transition); }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.1); }
.bc-img   { height: 180px; overflow: hidden; }
.bc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.blog-card:hover .bc-img img { transform: scale(1.06); }
.bc-body  { padding: 1.5rem; }
.bc-body h3 { color: var(--forest-dark); font-size: 1.2rem; margin-bottom: .6rem; line-height: 1.3; }
.bc-body p  { color: var(--text-light); font-size: .84rem; line-height: 1.65; margin-bottom: 1rem; }

/* Newsletter */
.newsletter-sec { padding: 6rem 0; background: var(--cream-dark); }
.nl-box { text-align: center; max-width: 560px; margin: 0 auto; }
.nl-box h2 { margin-bottom: .75rem; }
.nl-box > p { color: var(--text-light); line-height: 1.7; margin-bottom: 2rem; }
.nl-form { display: flex; gap: .75rem; }
.nl-input { flex: 1; padding: .85rem 1.25rem; font-family: 'Raleway', sans-serif; font-size: .85rem; border: 1px solid rgba(0,0,0,.15); background: #fff; border-radius: 1px; outline: none; transition: border-color .3s; }
.nl-input:focus { border-color: var(--gold); }
.nl-msg { font-size: .78rem; color: var(--gold); margin-top: .75rem; min-height: 1.2em; }

/* Blog modal */
.blog-modal { max-width: 700px; }
.blog-modal .modal__img { height: 300px; }
.blog-content { line-height: 1.8; color: var(--text-light); font-size: .94rem; }
.blog-content p { margin-bottom: 1rem; }
.blog-content strong { color: var(--text); }

/* ==============================
   CONTACT PAGE
============================== */
.contact-sec { padding: 8rem 0; }
.ct-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; }
.ct-info h2  { margin-bottom: 1rem; }
.ct-info > p { color: var(--text-light); line-height: 1.7; margin-bottom: 2.5rem; }

.ct-cards { display: flex; flex-direction: column; gap: 1.25rem; margin-bottom: 2rem; }
.ct-card  { display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.25rem; background: var(--cream-dark); border-radius: 2px; border-left: 2px solid var(--gold); }
.ct-icon  { font-size: 1.5rem; color: var(--gold); flex-shrink: 0; line-height: 1; }
.ct-card h4 { font-family: 'Cinzel', serif; font-size: .7rem; letter-spacing: .15em; color: var(--forest-dark); margin-bottom: .4rem; }
.ct-card p  { font-size: .83rem; color: var(--text-light); line-height: 1.6; }

.social-row { display: flex; gap: .75rem; flex-wrap: wrap; }
.soc-btn { padding: .4rem 1rem; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; border: 1px solid rgba(0,0,0,.15); color: var(--text-light); border-radius: 1px; transition: var(--transition); cursor: pointer; background: none; }
.soc-btn:hover { background: var(--forest-dark); color: var(--gold); border-color: var(--forest-dark); }

/* Form */
.ct-form-wrap { background: #fff; border-radius: 3px; box-shadow: 0 8px 32px rgba(0,0,0,.08); padding: 3rem; }
.ct-form-wrap h3 { font-size: 1.6rem; color: var(--forest-dark); margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--cream-dark); }
.fg { margin-bottom: 1.25rem; }
.fg label { display: block; font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--text-light); margin-bottom: .5rem; }
.fg input, .fg select, .fg textarea { width: 100%; padding: .85rem 1rem; font-family: 'Raleway', sans-serif; font-size: .86rem; border: 1px solid rgba(0,0,0,.12); background: var(--cream); border-radius: 1px; outline: none; transition: border-color .3s; color: var(--text); }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--gold); background: #fff; }
.fg textarea { resize: vertical; }
.form-msg { margin-top: 1rem; text-align: center; font-size: .88rem; font-weight: 500; min-height: 1.4em; color: var(--forest); }

/* Map */
.map-sec { padding: 6rem 0 8rem; background: var(--cream-dark); }
.map-box { height: 380px; background: linear-gradient(135deg, var(--forest-dark), var(--forest)); border-radius: 3px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; }
.map-box::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(0deg, transparent 0, transparent 40px, rgba(197,160,40,.06) 40px, rgba(197,160,40,.06) 41px), repeating-linear-gradient(90deg, transparent 0, transparent 40px, rgba(197,160,40,.06) 40px, rgba(197,160,40,.06) 41px); }
.map-content { position: relative; z-index: 1; }
.map-pin     { font-size: 3rem; margin-bottom: 1rem; }
.map-content h3 { color: #fff; font-size: 1.8rem; margin-bottom: .5rem; }
.map-content p  { color: rgba(255,255,255,.65); font-size: .92rem; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .as-grid   { grid-template-columns: 1fr; gap: 3rem; }
  .ct-grid   { grid-template-columns: 1fr; gap: 3rem; }
  .val-grid  { grid-template-columns: repeat(2, 1fr); }
  .pd-grid   { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .blog-feat { grid-template-columns: 1fr; }
  .bf-img    { min-height: 280px; }
}
@media (max-width: 768px) {
  .val-grid  { grid-template-columns: 1fr; }
  .pd-grid   { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .gal-masonry { columns: 1; }
  .nl-form   { flex-direction: column; }
}
