/*
Theme Name: BConverse Consulting
Theme URI: https://bconverseconsulting.com
Author: BConverse Consulting
Description: Custom theme for BConverse Consulting, rebuilt from the agency's existing flat-HTML design.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: bconverse
*/

:root {
  --forest: #455d25;
  --forest-dark: #344619;
  --forest-light: #567030;
  --gold: #d4a04a;
  --gold-light: #e8be78;
  --gold-pale: #f5e8cc;
  --ink: #1f2e18;
  --cream: #f5f0e6;
  --cream-dark: #ede7d8;
  --white: #ffffff;
  --gray-mid: #6b7b5e;
  --gray-light: #c8d4b8;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Outfit', sans-serif; background: var(--cream); color: var(--ink); line-height: 1.6; overflow-x: hidden; }
h1, h2, h3, h4 { font-family: 'DM Serif Display', serif; line-height: 1.15; }
img { max-width: 100%; display: block; }

/* ─── NAV ─── */
nav { position: sticky; top: 0; z-index: 100; background: var(--ink); padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 64px; border-bottom: 2px solid var(--forest); }
.nav-logo { font-family: 'DM Serif Display', serif; font-size: 1.2rem; color: var(--cream); text-decoration: none; letter-spacing: 0.01em; display: flex; flex-direction: column; gap: 0.1rem; line-height: 1.1; }
.nav-logo-motto { font-family: 'Outfit', sans-serif; font-size: 0.6rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray-mid); }
@media (max-width: 600px) { .nav-logo-motto { display: none; } }
.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-links a { color: var(--gray-light); text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--ink) !important; padding: 0.45rem 1.1rem; border-radius: 4px; font-weight: 600 !important; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--gold-light) !important; }
.nav-lang { display: flex; gap: 0.5rem; margin-left: 1rem; }
.nav-lang a { color: var(--gray-light); font-size: 0.78rem; text-decoration: none; letter-spacing: 0.05em; padding: 0.2rem 0.4rem; border-radius: 3px; transition: all 0.2s; }
.nav-lang a.active, .nav-lang a:hover { background: var(--forest); color: var(--cream); }

/* ─── HERO ─── */
.hero { background: var(--ink); position: relative; overflow: hidden; padding: 7rem 2rem 6rem; text-align: center; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 20% 50%, rgba(69,93,37,0.35) 0%, transparent 70%), radial-gradient(ellipse 50% 40% at 80% 30%, rgba(212,160,74,0.12) 0%, transparent 60%); pointer-events: none; }
.hero-badge { display: inline-block; background: rgba(212,160,74,0.15); border: 1px solid rgba(212,160,74,0.4); color: var(--gold); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.4rem 1rem; border-radius: 100px; margin-bottom: 2rem; }
.hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); color: var(--cream); max-width: 820px; margin: 0 auto 1.5rem; position: relative; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub { font-size: 1.15rem; color: var(--gray-light); max-width: 640px; margin: 0 auto 2.5rem; font-weight: 300; line-height: 1.7; position: relative; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; margin-bottom: 4rem; }
.btn-primary { background: var(--gold); color: var(--ink); font-weight: 700; font-size: 0.95rem; padding: 0.85rem 2rem; border-radius: 5px; text-decoration: none; letter-spacing: 0.02em; transition: background 0.2s, transform 0.15s; display: inline-block; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-secondary { background: transparent; color: var(--cream); border: 1.5px solid rgba(245,240,230,0.35); font-weight: 500; font-size: 0.95rem; padding: 0.85rem 2rem; border-radius: 5px; text-decoration: none; letter-spacing: 0.02em; transition: border-color 0.2s, color 0.2s; display: inline-block; }
.btn-secondary:hover { border-color: var(--gold); color: var(--gold); }
.hero-stats { display: flex; gap: 3rem; justify-content: center; flex-wrap: wrap; position: relative; padding-top: 3rem; border-top: 1px solid rgba(245,240,230,0.1); }
.hero-stat { text-align: center; }
.hero-stat-num { font-family: 'DM Serif Display', serif; font-size: 2.2rem; color: var(--gold); display: block; line-height: 1; margin-bottom: 0.3rem; }
.hero-stat-label { font-size: 0.8rem; color: var(--gray-light); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 500; }

/* ─── SECTIONS ─── */
.section { padding: 5rem 2rem; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--forest); margin-bottom: 0.75rem; display: block; }
.section-title { font-size: clamp(1.8rem, 3.5vw, 2.8rem); color: var(--ink); margin-bottom: 1rem; }
.section-title em { font-style: italic; color: var(--forest); }
.section-lead { font-size: 1.05rem; color: var(--gray-mid); max-width: 640px; line-height: 1.75; }

/* ─── TRACKS ─── */
.tracks { background: var(--ink); padding: 5rem 2rem; }
.tracks-inner { max-width: 1100px; margin: 0 auto; }
.tracks-header { text-align: center; margin-bottom: 3.5rem; }
.tracks-header .section-label { color: var(--gold); }
.tracks-header .section-title { color: var(--cream); }
.tracks-header .section-lead { color: var(--gray-light); margin: 0 auto; }
.tracks-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5px; background: rgba(212,160,74,0.2); border-radius: 8px; overflow: hidden; }
.track-card { background: #253318; padding: 3rem; position: relative; display: block; transition: background 0.25s; text-decoration: none; }
.track-card:hover { background: #2d3d1e; }
.track-card.track-b { background: #1a2711; }
.track-card.track-b:hover { background: #223316; }
.track-tag { display: inline-block; background: rgba(212,160,74,0.15); border: 1px solid rgba(212,160,74,0.3); color: var(--gold); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 0.8rem; border-radius: 100px; margin-bottom: 1.5rem; }
.track-card h3 { font-size: 1.7rem; color: var(--cream); margin-bottom: 1rem; }
.track-card p { color: var(--gray-light); font-size: 0.95rem; line-height: 1.7; margin-bottom: 1.75rem; }
.track-list { list-style: none; margin-bottom: 2rem; }
.track-list li { color: var(--gray-light); font-size: 0.88rem; padding: 0.4rem 0; padding-left: 1.2rem; position: relative; border-bottom: 1px solid rgba(245,240,230,0.06); }
.track-list li:last-child { border-bottom: none; }
.track-list li::before { content: '→'; position: absolute; left: 0; color: var(--gold); font-size: 0.8rem; }
.track-link { color: var(--gold); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.04em; display: flex; align-items: center; gap: 0.4rem; text-decoration: none; }
.track-link::after { content: ' →'; }

/* ─── VERTICALS GRID ─── */
.verticals { background: var(--cream-dark); }
.verticals-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; margin-top: 3rem; }
.vertical-card { background: var(--cream); border-radius: 6px; padding: 1.5rem 1.25rem; border-top: 3px solid var(--forest); text-align: center; transition: box-shadow 0.2s, transform 0.2s; }
.vertical-card:hover { box-shadow: 0 6px 24px rgba(31,46,24,0.1); transform: translateY(-2px); }
.vertical-icon { font-size: 1.75rem; margin-bottom: 0.75rem; display: block; }
.vertical-card h4 { font-family: 'Outfit', sans-serif; font-size: 0.85rem; font-weight: 700; color: var(--ink); margin-bottom: 0.35rem; line-height: 1.3; }
.vertical-card p { font-size: 0.75rem; color: var(--gray-mid); line-height: 1.5; }

/* ─── PROBLEM ─── */
.problem { background: var(--cream); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.problem-card { background: var(--cream-dark); border-radius: 6px; padding: 2rem; border-left: 3px solid var(--forest); }
.problem-icon { font-size: 1.8rem; margin-bottom: 1rem; display: block; }
.problem-card h4 { font-size: 1.05rem; color: var(--ink); margin-bottom: 0.6rem; }
.problem-card p { font-size: 0.88rem; color: var(--gray-mid); line-height: 1.65; }

/* ─── TIERS ─── */
.tiers { background: var(--cream-dark); }
.tiers-header { margin-bottom: 3.5rem; }
.tiers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: start; }
.tier-card { border-radius: 8px; overflow: hidden; border: 1.5px solid var(--cream-dark); transition: transform 0.2s, box-shadow 0.2s; }
.tier-card:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(31,46,24,0.1); }
.tier-card.featured { border-color: var(--forest); box-shadow: 0 0 0 1px var(--forest); }
.tier-header { padding: 2rem 2rem 1.5rem; background: var(--ink); position: relative; }
.tier-card.featured .tier-header { background: var(--forest-dark); }
.tier-badge { position: absolute; top: -1px; right: 1.5rem; background: var(--gold); color: var(--ink); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.25rem 0.7rem; border-radius: 0 0 4px 4px; }
.tier-name { font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: var(--cream); margin-bottom: 0.4rem; }
.tier-tagline { font-size: 0.82rem; color: var(--gray-light); font-weight: 400; }
.tier-scope { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid rgba(245,240,230,0.1); }
.tier-scope-label { font-size: 0.72rem; color: var(--gray-mid); letter-spacing: 0.08em; text-transform: uppercase; display: block; margin-bottom: 0.4rem; }
.tier-scope-val { font-family: 'Outfit', sans-serif; font-size: 0.88rem; color: var(--gray-light); line-height: 1.5; }
.tier-body { padding: 1.75rem 2rem 2rem; background: var(--white); }
.tier-desc { font-size: 0.88rem; color: var(--gray-mid); line-height: 1.65; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--cream-dark); }
.tier-deliverables { list-style: none; margin-bottom: 1.75rem; }
.tier-deliverables li { font-size: 0.87rem; color: var(--ink); padding: 0.45rem 0; padding-left: 1.4rem; position: relative; border-bottom: 1px solid var(--cream-dark); line-height: 1.4; }
.tier-deliverables li:last-child { border-bottom: none; }
.tier-deliverables li::before { content: '✓'; position: absolute; left: 0; color: var(--forest); font-weight: 700; font-size: 0.8rem; }
.tier-tracks { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1.75rem; }
.tier-track-tag { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.25rem 0.6rem; border-radius: 100px; background: var(--cream-dark); color: var(--forest); }
.tier-cta { display: block; text-align: center; padding: 0.8rem; border-radius: 5px; font-weight: 600; font-size: 0.9rem; text-decoration: none; transition: all 0.2s; letter-spacing: 0.02em; background: var(--cream-dark); color: var(--ink); border: 1.5px solid var(--cream-dark); }
.tier-card.featured .tier-cta { background: var(--forest); color: var(--cream); border-color: var(--forest); }
.tier-cta:hover { opacity: 0.85; transform: translateY(-1px); }

/* ─── SERVICES ─── */
.services { background: var(--cream); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; }
.service-card { background: var(--cream-dark); border-radius: 6px; padding: 1.75rem; border-top: 3px solid var(--forest); transition: box-shadow 0.2s; }
.service-card:hover { box-shadow: 0 6px 24px rgba(31,46,24,0.08); }
.service-card h4 { font-size: 1rem; color: var(--ink); margin-bottom: 0.6rem; }
.service-card p { font-size: 0.85rem; color: var(--gray-mid); line-height: 1.65; }
.service-icon { width: 36px; height: 36px; background: var(--forest); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 1rem; margin-bottom: 1rem; }

/* ─── BILINGUAL ─── */
.bilingual { background: var(--forest); color: var(--cream); padding: 5rem 2rem; position: relative; overflow: hidden; }
.bilingual::before { content: '"'; position: absolute; font-family: 'DM Serif Display', serif; font-size: 30rem; color: rgba(245,240,230,0.04); top: -5rem; right: -3rem; line-height: 1; pointer-events: none; }
.bilingual-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.bilingual .section-label { color: var(--gold); }
.bilingual .section-title { color: var(--cream); font-size: 2.2rem; }
.bilingual p { color: rgba(245,240,230,0.8); font-size: 0.95rem; line-height: 1.8; margin-top: 1rem; }
.bilingual-points { display: flex; flex-direction: column; gap: 1.25rem; }
.bilingual-point { display: flex; gap: 1rem; align-items: flex-start; }
.bilingual-point-icon { width: 40px; height: 40px; min-width: 40px; background: rgba(212,160,74,0.15); border: 1px solid rgba(212,160,74,0.3); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.bilingual-point h5 { font-family: 'Outfit', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--cream); margin-bottom: 0.25rem; }
.bilingual-point p { font-size: 0.83rem; color: rgba(245,240,230,0.65); margin: 0; line-height: 1.55; }

/* ─── PROOF / CLIENT LOGOS STRIP ─── */
.proof { background: var(--ink); padding: 3rem 2rem; border-top: 1px solid rgba(245,240,230,0.06); border-bottom: 1px solid rgba(245,240,230,0.06); }
.proof-inner { max-width: 1100px; margin: 0 auto; }
.proof-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray-mid); text-align: center; margin-bottom: 2rem; }
.proof-clients { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; }
.proof-client { background: rgba(245,240,230,0.04); border: 1px solid rgba(245,240,230,0.08); border-radius: 6px; padding: 0.75rem 1.5rem; display: flex; flex-direction: column; align-items: center; gap: 0.2rem; }
.proof-client-name { font-family: 'DM Serif Display', serif; font-size: 0.95rem; color: var(--cream); }
.proof-client-detail { font-size: 0.68rem; color: var(--gray-mid); letter-spacing: 0.06em; text-transform: uppercase; }

/* ─── PROCESS ─── */
.process { background: var(--cream-dark); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 3.5rem; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 28px; left: calc(12.5% + 1rem); right: calc(12.5% + 1rem); height: 2px; background: linear-gradient(90deg, var(--forest), var(--gold)); z-index: 0; }
.process-step { text-align: center; padding: 0 1.5rem; position: relative; z-index: 1; }
.step-num { width: 56px; height: 56px; background: var(--ink); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'DM Serif Display', serif; font-size: 1.4rem; color: var(--gold); margin: 0 auto 1.25rem; border: 3px solid var(--cream-dark); box-shadow: 0 0 0 2px var(--forest); }
.process-step h4 { font-size: 1rem; color: var(--ink); margin-bottom: 0.5rem; }
.process-step p { font-size: 0.82rem; color: var(--gray-mid); line-height: 1.6; }

/* ─── TESTIMONIALS ─── */
.testimonials { background: var(--ink); padding: 5rem 2rem; }
.testimonials .section-label { color: var(--gold); }
.testimonials .section-title { color: var(--cream); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; }
.testimonial-card { background: rgba(245,240,230,0.05); border: 1px solid rgba(245,240,230,0.1); border-radius: 6px; padding: 1.75rem; transition: border-color 0.2s; }
.testimonial-card:hover { border-color: rgba(212,160,74,0.3); }
.stars { color: var(--gold); font-size: 0.85rem; letter-spacing: 0.1em; margin-bottom: 1rem; }
.testimonial-card blockquote { font-size: 0.88rem; color: var(--gray-light); line-height: 1.7; font-style: italic; margin-bottom: 1.25rem; }
.testimonial-meta { display: flex; flex-direction: column; gap: 0.15rem; }
.testimonial-name { font-weight: 600; color: var(--cream); font-size: 0.88rem; }
.testimonial-detail { font-size: 0.75rem; color: var(--gray-mid); }

/* ─── CONTACT ─── */
.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 300px; gap: 4rem; margin-top: 3rem; align-items: start; }
.contact-form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.82rem; font-weight: 600; color: var(--ink); letter-spacing: 0.03em; text-transform: uppercase; }
.req { color: var(--gold); }
.form-group input, .form-group textarea, .form-group select { font-family: 'Outfit', sans-serif; font-size: 0.95rem; color: var(--ink); background: var(--white); border: 1.5px solid var(--cream-dark); border-radius: 5px; padding: 0.75rem 1rem; transition: border-color 0.2s, box-shadow 0.2s; outline: none; width: 100%; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(69,93,37,0.1); }
.form-group input.error, .form-group textarea.error { border-color: #c0392b; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.form-note { font-size: 0.78rem; color: var(--gray-mid); font-style: italic; }
.btn-submit { background: var(--forest); color: var(--cream); font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 700; padding: 0.85rem 2.5rem; border: none; border-radius: 5px; cursor: pointer; letter-spacing: 0.02em; transition: background 0.2s, transform 0.15s; flex-shrink: 0; }
.btn-submit:hover { background: var(--forest-dark); transform: translateY(-1px); }
.btn-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.form-success { background: rgba(69,93,37,0.08); border: 1px solid rgba(69,93,37,0.25); border-radius: 6px; padding: 1rem 1.25rem; font-size: 0.9rem; color: var(--forest-dark); line-height: 1.6; }
.form-error { background: rgba(192,57,43,0.07); border: 1px solid rgba(192,57,43,0.2); border-radius: 6px; padding: 1rem 1.25rem; font-size: 0.9rem; color: #922b21; line-height: 1.6; }
.form-error a { color: #922b21; font-weight: 600; }
.contact-aside { background: var(--ink); border-radius: 8px; padding: 2rem; display: flex; flex-direction: column; gap: 1.5rem; }
.contact-aside-block { display: flex; flex-direction: column; gap: 0.2rem; }
.aside-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray-mid); }
.contact-aside-block a, .contact-aside-block span { font-size: 0.9rem; color: var(--cream); text-decoration: none; line-height: 1.5; }
.contact-aside-block a:hover { color: var(--gold); }
.contact-aside-tagline { margin-top: 0.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(245,240,230,0.1); font-family: 'DM Serif Display', serif; font-size: 1rem; font-style: italic; color: var(--gold); line-height: 1.5; }

/* ─── CTA ─── */
.cta-section { background: var(--gold); padding: 5rem 2rem; text-align: center; }
.cta-section h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: var(--ink); margin-bottom: 1rem; max-width: 700px; margin-left: auto; margin-right: auto; }
.cta-section p { color: rgba(31,46,24,0.75); font-size: 1rem; margin-bottom: 2rem; max-width: 480px; margin-left: auto; margin-right: auto; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-dark { background: var(--ink); color: var(--cream); font-weight: 700; font-size: 0.95rem; padding: 0.85rem 2rem; border-radius: 5px; text-decoration: none; transition: opacity 0.2s; display: inline-block; }
.btn-dark:hover { opacity: 0.85; }
.btn-outline-dark { background: transparent; color: var(--ink); border: 2px solid var(--ink); font-weight: 600; font-size: 0.95rem; padding: 0.85rem 2rem; border-radius: 5px; text-decoration: none; transition: background 0.2s, color 0.2s; display: inline-block; }
.btn-outline-dark:hover { background: var(--ink); color: var(--cream); }

/* ─── FOOTER ─── */
footer.site-footer { background: #141f10; padding: 3rem 2rem 2rem; text-align: center; }
.footer-logo { font-family: 'DM Serif Display', serif; font-size: 1.3rem; color: var(--cream); margin-bottom: 0.5rem; }
.footer-logo span { color: var(--gold); }
.footer-tagline { font-size: 0.8rem; color: var(--gray-mid); margin-bottom: 1.5rem; letter-spacing: 0.04em; }
.footer-links { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2rem; }
.footer-links a { color: var(--gray-mid); text-decoration: none; font-size: 0.82rem; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: 0.75rem; color: #3d4d36; border-top: 1px solid rgba(245,240,230,0.06); padding-top: 1.5rem; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1180px) {
  .tracks-grid, .tiers-grid, .bilingual-inner { grid-template-columns: 1fr; }
  .problem-grid, .services-grid, .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps::before { display: none; }
  .verticals-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .nav-links { display: none; }
  .problem-grid, .services-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .hero-stats { gap: 2rem; }
  .verticals-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-aside { order: -1; }
}

/* ─── NAV HAMBURGER ─── */
.nav-hamburger { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 40px; height: 40px; background: transparent; border: 1.5px solid rgba(245,240,230,0.2); border-radius: 5px; cursor: pointer; padding: 0; margin-left: 0.75rem; flex-shrink: 0; transition: border-color 0.2s; }
.nav-hamburger:hover { border-color: var(--gold); }
.nav-hamburger span { display: block; width: 20px; height: 2px; background: var(--cream); border-radius: 2px; transition: all 0.25s ease; transform-origin: center; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-drawer { display: none; position: fixed; top: 64px; left: 0; right: 0; background: var(--ink); border-bottom: 2px solid var(--forest); z-index: 99; padding: 1.5rem 2rem 2rem; flex-direction: column; gap: 0; box-shadow: 0 8px 32px rgba(0,0,0,0.4); }
.nav-drawer.open { display: flex; }
.nav-drawer a { color: var(--gray-light); text-decoration: none; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; padding: 0.9rem 0; border-bottom: 1px solid rgba(245,240,230,0.07); transition: color 0.2s; }
.nav-drawer a:last-of-type { border-bottom: none; }
.nav-drawer a:hover, .nav-drawer a.active { color: var(--gold); }
.nav-drawer-cta { display: block !important; text-align: center; background: var(--gold) !important; color: var(--ink) !important; font-weight: 700 !important; padding: 0.85rem 1rem !important; border-radius: 5px; margin-top: 1rem; letter-spacing: 0.02em; border-bottom: none !important; }
.nav-drawer-cta:hover { background: var(--gold-light) !important; }
.nav-drawer-lang { display: flex; gap: 0.75rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(245,240,230,0.07); }
.nav-drawer-lang a { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; padding: 0.35rem 0.75rem !important; border: 1px solid rgba(245,240,230,0.15) !important; border-bottom: 1px solid rgba(245,240,230,0.15) !important; border-radius: 3px; text-transform: uppercase; color: var(--gray-light) !important; }
.nav-drawer-lang a.active, .nav-drawer-lang a:hover { background: var(--forest) !important; color: var(--cream) !important; border-color: var(--forest) !important; }
@media (max-width: 1180px) { .nav-links { display: none !important; } .nav-lang { display: none !important; } .nav-hamburger { display: flex; } }
body.nav-open { overflow: hidden; }

/* ─── BLOG ─── */
.blog-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 2.5rem; }
.blog-card { padding-bottom: 2.5rem; border-bottom: 1px solid var(--cream-dark); }
.blog-card h2 { font-size: 1.6rem; margin-bottom: 0.5rem; }
.blog-card h2 a { color: var(--ink); text-decoration: none; }
.blog-card h2 a:hover { color: var(--forest); }
.blog-meta { font-size: 0.78rem; color: var(--gray-mid); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.75rem; }
.blog-excerpt { color: var(--gray-mid); font-size: 0.95rem; line-height: 1.7; }
.single-post-content { max-width: 720px; margin: 0 auto; font-size: 1.05rem; line-height: 1.8; color: var(--ink); }
.single-post-content h2 { font-size: 1.6rem; margin: 2rem 0 1rem; }
.single-post-content h3 { font-size: 1.3rem; margin: 1.75rem 0 0.75rem; }
.single-post-content p { margin-bottom: 1.25rem; }
.single-post-content img { border-radius: 6px; margin: 1.5rem 0; }
.single-post-header { max-width: 720px; margin: 0 auto 2.5rem; }
.single-post-header h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 0.75rem; }
