@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&family=Nunito:wght@300;400;500;600;700;800&display=swap');

:root {
  --sapphire: #1E2A5A;
  --sapphire-2: #263573;
  --sapphire-3: #2E4090;
  --sapphire-soft: #B0BAD9;
  --copper: #C56C40;
  --copper-deep: #964F2A;
  --copper-soft: #F0CDB8;
  --bone: #F5EFE0;
  --bone-warm: #FCF7EA;
  --bone-deep: #E7DFC9;
  --charcoal: #1F2937;
  --slate: #4A5568;
  --slate-light: #718096;
  --border: #DBD3BC;
  --border-2: #C4BC9F;
  --white: #FFFFFF;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Nunito', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--charcoal); background: var(--bone); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, svg { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: 'Vollkorn', 'Vollkorn Fallback', Georgia, serif; font-weight: 600; color: var(--sapphire); letter-spacing: -0.01em; line-height: 1.2; }

/* ---- TOPBAR ---- */
.topbar { background: var(--sapphire); color: var(--bone-warm); font-size: 0.8rem; padding: 0.55rem 1.5rem; letter-spacing: 0.2px; border-bottom: 2px solid var(--copper); }
.topbar-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.topbar-l { font-family: 'Vollkorn', serif; font-style: italic; font-size: 0.92rem; color: var(--copper-soft); font-weight: 500; }
.topbar-r { display: flex; gap: 1.6rem; align-items: center; font-size: 0.78rem; }
.topbar a { color: var(--copper); text-decoration: none; font-weight: 600; letter-spacing: 0.3px; }
.topbar a:hover { color: var(--copper-soft); }

/* ---- NAV ---- */
.nav { background: var(--bone); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: space-between; height: 84px; }
.nav-logo { display: flex; align-items: center; gap: 0.85rem; text-decoration: none; }
.logo-mark { width: 48px; height: 48px; background: var(--sapphire); display: flex; align-items: center; justify-content: center; color: var(--copper); font-family: 'Vollkorn', serif; font-weight: 700; font-size: 1.5rem; font-style: italic; position: relative; border: 2px solid var(--copper); }
.logo-mark::after { content: ''; position: absolute; bottom: -3px; right: -3px; width: 10px; height: 10px; background: var(--copper); border-radius: 50%; border: 2px solid var(--bone); }
.logo-text { font-family: 'Vollkorn', serif; font-size: 1.55rem; font-weight: 700; color: var(--sapphire); letter-spacing: -0.5px; line-height: 1; }
.logo-text em { color: var(--copper); font-style: italic; }
.logo-sub { display: block; font-family: 'Nunito', sans-serif; font-size: 0.66rem; color: var(--slate); text-transform: uppercase; letter-spacing: 2.5px; margin-top: 4px; font-weight: 600; }
.nav-links { display: flex; gap: 2.3rem; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: var(--slate); font-weight: 600; font-size: 0.9rem; transition: color 0.2s; position: relative; padding: 0.4rem 0; }
.nav-links a:hover, .nav-links a.active { color: var(--sapphire); }
.nav-links a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--copper); }
.nav-right { display: flex; align-items: center; gap: 1.3rem; }
.nav-phone { font-size: 0.88rem; font-weight: 600; color: var(--sapphire); text-decoration: none; display: flex; align-items: center; gap: 0.4rem; }
.nav-phone svg { color: var(--copper); }
.btn-nav { background: var(--copper); color: var(--white); padding: 0.7rem 1.4rem; border-radius: 2px; text-decoration: none; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; transition: all 0.2s; border: 1.5px solid var(--copper); }
.btn-nav:hover { background: var(--copper-deep); border-color: var(--copper-deep); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.4rem; flex-direction: column; gap: 4px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--sapphire); display: block; }
.nav-mobile { display: none; background: var(--bone-deep); border-top: 1px solid var(--border); padding: 1rem 1.5rem; }
.nav-mobile.open { display: block; }
.nav-mobile ul { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }
.nav-mobile a { color: var(--sapphire); text-decoration: none; font-size: 0.95rem; }

/* ---- HERO ---- */
.hero { background: var(--sapphire); color: var(--bone-warm); padding: 5.5rem 1.5rem 6rem; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -80px; right: -60px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(197,108,64,0.2), transparent 65%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: 0; left: 15%; right: 15%; height: 1px; background: linear-gradient(to right, transparent, var(--copper) 30%, var(--copper) 70%, transparent); }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.15fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.8rem; font-family: 'Nunito', sans-serif; font-size: 0.72rem; color: var(--copper); letter-spacing: 3.5px; text-transform: uppercase; font-weight: 700; margin-bottom: 1.6rem; }
.hero-eyebrow::before, .hero-eyebrow::after { content: ''; width: 24px; height: 1px; background: var(--copper); }
.hero h1 { font-size: clamp(2.5rem, 4.8vw, 4rem); margin-bottom: 1.6rem; color: var(--bone); font-weight: 700; letter-spacing: -0.015em; }
.hero h1 em { font-style: italic; color: var(--copper); font-weight: 700; position: relative; }
.hero h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 4px; background: rgba(197,108,64,0.3); z-index: -1; }
.hero p.lead { font-size: 1.1rem; color: rgba(245,239,224,0.85); margin-bottom: 2.4rem; max-width: 560px; line-height: 1.75; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary, .btn-ghost { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.95rem 1.9rem; border-radius: 2px; font-family: 'Nunito', sans-serif; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; text-decoration: none; transition: all 0.25s; cursor: pointer; border: 1.5px solid var(--copper); }
.btn-primary { background: var(--copper); color: var(--white); }
.btn-primary:hover { background: var(--copper-deep); border-color: var(--copper-deep); }
.btn-ghost { background: transparent; color: var(--copper-soft); border-color: rgba(197,108,64,0.5); }
.btn-ghost:hover { border-color: var(--copper); background: rgba(197,108,64,0.08); color: var(--copper); }

/* Portfolio ledger */
.hero-ledger { background: var(--bone); color: var(--charcoal); padding: 2rem 1.8rem; position: relative; box-shadow: 0 24px 60px rgba(0,0,0,0.35); border: 1px solid var(--border); }
.hero-ledger::before { content: ''; position: absolute; top: -1px; left: -1px; right: -1px; height: 4px; background: var(--copper); }
.hero-ledger::after { content: 'FILED'; position: absolute; top: 12px; right: 14px; font-family: 'Nunito', sans-serif; font-size: 0.6rem; color: var(--copper); letter-spacing: 2.5px; font-weight: 800; border: 1.5px solid var(--copper); padding: 0.15rem 0.4rem; border-radius: 2px; opacity: 0.85; }
.ledger-heading { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 1.1rem; margin-bottom: 0.4rem; border-bottom: 2px solid var(--border); }
.ledger-heading .title { font-family: 'Vollkorn', serif; font-weight: 700; font-size: 1.15rem; color: var(--sapphire); letter-spacing: 0.3px; }
.ledger-heading .meta { font-family: 'Nunito', sans-serif; font-size: 0.68rem; color: var(--slate); text-transform: uppercase; letter-spacing: 2px; font-weight: 700; }
.ledger-row { display: grid; grid-template-columns: 28px 1fr auto; gap: 0.9rem; align-items: center; padding: 0.85rem 0; border-bottom: 1px dotted var(--border-2); }
.ledger-row:last-child { border-bottom: 0; }
.ledger-row .idx { font-family: 'Vollkorn', serif; font-style: italic; font-size: 0.82rem; color: var(--copper); font-weight: 700; }
.ledger-row .role { color: var(--sapphire); font-weight: 700; font-size: 0.92rem; }
.ledger-row .role small { display: block; color: var(--slate); font-weight: 500; font-size: 0.76rem; margin-top: 0.15rem; font-style: italic; font-family: 'Vollkorn', serif; }
.ledger-row .stage { font-family: 'Nunito', sans-serif; font-size: 0.68rem; color: var(--copper-deep); font-weight: 700; padding: 0.28rem 0.65rem; background: var(--copper-soft); border-radius: 2px; white-space: nowrap; letter-spacing: 0.8px; text-transform: uppercase; }

/* ---- STATS BAR ---- */
.stats-bar { background: var(--bone-warm); padding: 3rem 1.5rem; position: relative; border-bottom: 1px solid var(--border); }
.stats-bar::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: repeating-linear-gradient(90deg, var(--copper) 0, var(--copper) 12px, transparent 12px, transparent 24px); opacity: 0.5; }
.stats-bar-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; text-align: center; }
.stat-item { position: relative; }
.stat-item + .stat-item::before { content: ''; position: absolute; left: -1.25rem; top: 20%; bottom: 20%; width: 1px; background: var(--border-2); }
.stat-val { font-family: 'Vollkorn', serif; font-size: 2.6rem; font-weight: 700; color: var(--sapphire); line-height: 1; margin-bottom: 0.4rem; letter-spacing: -0.5px; }
.stat-val em { color: var(--copper); font-style: italic; }
.stat-lbl { font-family: 'Nunito', sans-serif; font-size: 0.78rem; color: var(--slate); letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700; }

/* ---- SECTIONS ---- */
.section { padding: 5.5rem 1.5rem; background: var(--bone); }
.section-alt { background: var(--bone-warm); position: relative; }
.section-alt::before, .section-alt::after { content: ''; position: absolute; left: 0; right: 0; height: 1px; background: var(--border-2); }
.section-alt::before { top: 0; }
.section-alt::after { bottom: 0; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-header { max-width: 780px; margin: 0 auto 3.5rem; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.8rem; font-family: 'Nunito', sans-serif; font-size: 0.72rem; color: var(--copper-deep); letter-spacing: 3px; text-transform: uppercase; font-weight: 800; margin-bottom: 1rem; }
.eyebrow::before, .eyebrow::after { content: ''; width: 22px; height: 2px; background: var(--copper); }
.section-header h2 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); margin-bottom: 1rem; color: var(--sapphire); font-weight: 700; }
.section-header h2 em { font-style: italic; color: var(--copper); font-weight: 700; }
.section-header p.lead { color: var(--slate); font-size: 1.05rem; line-height: 1.75; font-family: 'Vollkorn', serif; font-style: italic; }

/* ---- SECTORS ---- */
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.sector-card { background: var(--bone); border: 1px solid var(--border); padding: 2rem 1.7rem 1.8rem; position: relative; transition: all 0.25s; }
.sector-card::before { content: ''; position: absolute; top: 0; left: 20px; width: 40px; height: 3px; background: var(--copper); transition: width 0.3s; }
.sector-card:hover { border-color: var(--copper); background: var(--white); transform: translateY(-3px); box-shadow: 0 16px 42px rgba(30,42,90,0.1); }
.sector-card:hover::before { width: calc(100% - 40px); }
.sector-card .seal { position: absolute; top: 16px; right: 16px; width: 26px; height: 26px; border: 1.5px solid var(--copper); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Vollkorn', serif; font-size: 0.7rem; color: var(--copper); font-weight: 700; font-style: italic; }
.sector-card .num { font-family: 'Vollkorn', serif; font-style: italic; font-size: 0.85rem; color: var(--copper); margin-bottom: 0.6rem; letter-spacing: 0.5px; font-weight: 600; }
.sector-card h4 { font-family: 'Vollkorn', serif; font-size: 1.2rem; font-weight: 700; color: var(--sapphire); margin-bottom: 0.6rem; }
.sector-card p { font-size: 0.9rem; color: var(--slate); line-height: 1.7; }

/* ---- WHY ---- */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.why-content .eyebrow { margin-bottom: 1rem; }
.why-content h2 { font-size: clamp(1.8rem, 3.3vw, 2.3rem); margin-bottom: 1.3rem; color: var(--sapphire); font-weight: 700; }
.why-content h2 em { font-style: italic; color: var(--copper); font-weight: 700; }
.why-content > p.intro { color: var(--slate); font-family: 'Vollkorn', serif; font-style: italic; font-size: 1.1rem; line-height: 1.7; margin-bottom: 2.2rem; }
.why-list { list-style: none; display: flex; flex-direction: column; gap: 1.6rem; }
.why-list li { display: flex; align-items: flex-start; gap: 1.2rem; padding-bottom: 1.6rem; border-bottom: 1px dashed var(--border); }
.why-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.why-list .marker { flex-shrink: 0; width: 42px; height: 42px; background: var(--sapphire); color: var(--copper); border-radius: 2px; display: flex; align-items: center; justify-content: center; font-family: 'Vollkorn', serif; font-style: italic; font-size: 1.35rem; font-weight: 700; }
.why-list .body strong { color: var(--sapphire); display: block; margin-bottom: 0.35rem; font-family: 'Vollkorn', serif; font-size: 1.15rem; font-weight: 700; }
.why-list .body span { color: var(--slate); font-size: 0.95rem; line-height: 1.7; }

.why-visual { background: var(--sapphire); color: var(--bone-warm); padding: 2.4rem 2rem; border-radius: 2px; position: relative; overflow: hidden; }
.why-visual::before { content: ''; position: absolute; top: 14px; left: 14px; right: 14px; bottom: 14px; border: 1px solid rgba(197,108,64,0.3); pointer-events: none; }
.why-visual h4 { font-family: 'Vollkorn', serif; font-size: 1.4rem; color: var(--copper-soft); margin-bottom: 1.4rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(197,108,64,0.2); font-weight: 700; font-style: italic; position: relative; }
.why-visual h4::before { content: '\00A7 '; color: var(--copper); font-weight: 400; }
.why-visual .deliverables { list-style: none; display: flex; flex-direction: column; gap: 1rem; position: relative; }
.why-visual .deliverables li { display: flex; align-items: baseline; gap: 0.9rem; padding-bottom: 0.9rem; border-bottom: 1px dashed rgba(197,108,64,0.2); }
.why-visual .deliverables li:last-child { border-bottom: 0; padding-bottom: 0; }
.why-visual .deliverables .k { font-family: 'Vollkorn', serif; font-style: italic; font-size: 0.95rem; color: var(--copper); font-weight: 700; min-width: 130px; flex-shrink: 0; }
.why-visual .deliverables .v { color: rgba(245,239,224,0.9); font-size: 0.92rem; line-height: 1.6; font-family: 'Nunito', sans-serif; font-weight: 500; }

/* ---- PROCESS ---- */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.process-step { background: var(--bone); border: 1px solid var(--border); padding: 2.4rem 1.8rem 1.9rem; position: relative; }
.process-step::before { content: ''; position: absolute; top: 0; left: 24px; right: 24px; height: 3px; background: var(--copper); }
.process-step .step-num { font-family: 'Vollkorn', serif; font-style: italic; font-size: 3rem; color: var(--copper); line-height: 1; margin-bottom: 1rem; font-weight: 700; }
.process-step h4 { font-family: 'Vollkorn', serif; font-size: 1.25rem; color: var(--sapphire); margin-bottom: 0.7rem; font-weight: 700; }
.process-step p { color: var(--slate); font-size: 0.94rem; line-height: 1.7; }

/* ---- CTA BANNER ---- */
.cta-banner { background: var(--sapphire); color: var(--bone-warm); padding: 5rem 1.5rem; text-align: center; position: relative; overflow: hidden; border-top: 3px solid var(--copper); border-bottom: 3px solid var(--copper); }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(197,108,64,0.16), transparent 60%); pointer-events: none; }
.cta-banner-inner { max-width: 720px; margin: 0 auto; position: relative; }
.cta-banner .eyebrow { color: var(--copper); margin-bottom: 1.3rem; }
.cta-banner .eyebrow::before, .cta-banner .eyebrow::after { background: var(--copper); }
.cta-banner h2 { font-size: clamp(2rem, 3.5vw, 2.6rem); margin-bottom: 1.3rem; color: var(--bone); font-weight: 700; }
.cta-banner h2 em { font-style: italic; color: var(--copper); font-weight: 700; }
.cta-banner p { color: rgba(245,239,224,0.85); margin: 0 auto 2.2rem; max-width: 560px; font-family: 'Vollkorn', serif; font-style: italic; font-size: 1.08rem; line-height: 1.65; }

/* ---- FOOTER ---- */
.footer { background: var(--charcoal); color: var(--bone-warm); padding: 4rem 1.5rem 1.8rem; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 2.6rem; border-bottom: 1px solid rgba(197,108,64,0.2); }
.footer-brand-mark { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.1rem; }
.footer-brand p { color: rgba(245,239,224,0.7); font-size: 0.94rem; line-height: 1.75; max-width: 340px; font-family: 'Vollkorn', serif; font-style: italic; }
.footer-col h5 { font-family: 'Vollkorn', serif; font-size: 1rem; color: var(--copper); margin-bottom: 1.2rem; font-weight: 700; font-style: italic; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col a, .footer-col li { color: rgba(245,239,224,0.7); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--copper); }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding-top: 1.7rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; color: rgba(245,239,224,0.5); flex-wrap: wrap; gap: 1rem; }
.footer-bottom em { color: var(--copper-soft); font-family: 'Vollkorn', serif; }

/* ---- PAGE HEADER ---- */
.page-header { background: var(--bone); padding: 4.5rem 1.5rem 4rem; text-align: center; position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.page-header::before { content: ''; position: absolute; top: 0; right: -50px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(197,108,64,0.14), transparent 65%); pointer-events: none; }
.page-header::after { content: ''; position: absolute; bottom: 0; left: 25%; right: 25%; height: 1px; background: linear-gradient(to right, transparent, var(--copper), transparent); }
.page-header-inner { max-width: 900px; margin: 0 auto; position: relative; }
.page-header .eyebrow { margin-bottom: 1.2rem; }
.page-header h1 { font-size: clamp(2.1rem, 4.2vw, 3.3rem); margin-bottom: 1.3rem; color: var(--sapphire); font-weight: 700; }
.page-header h1 em { font-style: italic; color: var(--copper); font-weight: 700; }
.page-header p { color: var(--slate); max-width: 660px; margin: 0 auto; font-family: 'Vollkorn', serif; font-style: italic; font-size: 1.1rem; line-height: 1.7; }
.crumbs { display: flex; justify-content: center; gap: 0.6rem; font-family: 'Nunito', sans-serif; font-size: 0.75rem; color: var(--slate); margin-top: 1.7rem; text-transform: uppercase; letter-spacing: 1.8px; font-weight: 700; }
.crumbs a { color: var(--copper-deep); text-decoration: none; }

/* ---- PROSE ---- */
.prose { max-width: 780px; margin: 0 auto; }
.prose h2 { font-family: 'Vollkorn', serif; font-size: 1.65rem; margin: 2.5rem 0 1rem; color: var(--sapphire); font-weight: 700; position: relative; padding-left: 1.2rem; }
.prose h2::before { content: ''; position: absolute; left: 0; top: 10px; bottom: 10px; width: 4px; background: var(--copper); }
.prose h3 { font-family: 'Vollkorn', serif; font-size: 1.3rem; margin: 1.9rem 0 0.8rem; color: var(--copper-deep); font-style: italic; font-weight: 700; }
.prose p { font-size: 1rem; margin-bottom: 1.2rem; color: var(--charcoal); line-height: 1.85; }
.prose p:first-of-type { font-size: 1.1rem; color: var(--sapphire); font-family: 'Vollkorn', serif; font-style: italic; line-height: 1.7; }
.prose ul { padding-left: 0; margin-bottom: 1.2rem; color: var(--charcoal); list-style: none; }
.prose ul li { padding-left: 1.8rem; position: relative; margin-bottom: 0.7rem; line-height: 1.75; }
.prose ul li::before { content: ''; position: absolute; left: 0.4rem; top: 0.85rem; width: 10px; height: 2px; background: var(--copper); }
.prose strong { color: var(--sapphire); font-weight: 700; }
.prose a { color: var(--sapphire); text-decoration: underline; text-decoration-color: var(--copper); text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.prose a:hover { color: var(--copper-deep); }

/* ---- CONTACT ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3.5rem; align-items: start; }
.contact-info { background: var(--bone-warm); border: 1px solid var(--border); padding: 2.3rem; position: relative; }
.contact-info::before { content: ''; position: absolute; top: 0; left: 22px; right: 22px; height: 3px; background: var(--copper); }
.contact-info h3 { font-family: 'Vollkorn', serif; font-size: 1.4rem; margin-bottom: 1.6rem; color: var(--sapphire); font-weight: 700; font-style: italic; }
.contact-row { display: flex; gap: 1.15rem; padding: 1.1rem 0; border-bottom: 1px dashed var(--border-2); align-items: flex-start; }
.contact-row:last-of-type { border-bottom: 0; }
.contact-row .ci { width: 42px; height: 42px; background: var(--sapphire); display: flex; align-items: center; justify-content: center; color: var(--copper); flex-shrink: 0; border-radius: 2px; }
.contact-row .ci svg { width: 17px; height: 17px; }
.contact-row .lbl { font-family: 'Nunito', sans-serif; font-size: 0.68rem; color: var(--copper-deep); text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 0.25rem; font-weight: 800; }
.contact-row .val { color: var(--sapphire); font-size: 0.95rem; font-weight: 600; line-height: 1.55; }
.form-frame { background: var(--bone-warm); border: 1px solid var(--border); padding: 0.5rem; box-shadow: 0 20px 50px rgba(30,42,90,0.1); }
.form-frame iframe { width: 100%; height: 810px; border: 0; display: block; }

/* ---- RESPONSIVE ---- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .stat-item + .stat-item::before { display: none; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 3rem; }
  .process-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.2rem; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .nav-links, .nav-phone, .logo-sub { display: none; }
  .nav-toggle { display: flex; }
  .nav-inner { height: 68px; }
  .sector-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .stats-bar-inner { grid-template-columns: 1fr; gap: 1.6rem; }
  .section { padding: 3.5rem 1.5rem; }
  .hero { padding: 3.5rem 1.5rem 4.5rem; }
  .why-visual .deliverables li { flex-direction: column; gap: 0.25rem; }
  .why-visual .deliverables .k { min-width: 0; }
}
