/* ═══════════════════════════════════════════════════════════════
   COVENANT CONSULTING — covconsult.com
   Brand: Off Black / Platinum / Copper (logo only) / Warm Ivory
   Fonts: Cormorant Garamond (display) + DM Sans (body)
   ═══════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ── Variables ───────────────────────────────────────────────── */
:root {
  --black:      #1A1A1A;
  --charcoal:   #323232;
  --slate:      #4A4A4A;
  --mid:        #555555;
  --soft:       #8C8C8C;
  --rule:       #D0D0D0;
  --ivory:      #FAF9F7;
  --surf:       #F5F2ED;
  --platinum:   #C8C8C8;
  --copper:     #B87333;
  --white:      #FFFFFF;
  --max-w:      1200px;
  --pad:        clamp(24px, 5vw, 64px);
  --section:    clamp(80px, 10vw, 130px);
}

/* ── Reset ───────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; font-weight: 400; color: var(--mid); background: var(--ivory); line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ── Layout ──────────────────────────────────────────────────── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad); }
section { padding: var(--section) 0; }
.dark-section { background: var(--black); color: var(--white); }
.charcoal-section { background: var(--charcoal); color: var(--white); }
.ivory-section { background: var(--ivory); }
.surf-section { background: var(--surf); }

/* ── Typography ──────────────────────────────────────────────── */
.display { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 300; line-height: 1.08; letter-spacing: -0.02em; }
.display-lg { font-size: clamp(52px, 7vw, 96px); }
.display-md { font-size: clamp(38px, 5vw, 64px); }
.display-sm { font-size: clamp(28px, 3.5vw, 44px); }
.eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--soft); }
.eyebrow.light { color: var(--platinum); }
.lead { font-size: clamp(16px, 1.5vw, 19px); line-height: 1.75; color: var(--soft); }
.lead.light { color: var(--platinum); }

/* ── Navigation ──────────────────────────────────────────────── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: var(--black); border-bottom: 1px solid var(--charcoal); }
.nav-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad); height: 68px; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo-text { display: flex; flex-direction: column; }
.nav-co-name { font-size: 13px; font-weight: 600; color: var(--white); letter-spacing: 0.06em; line-height: 1.1; }
.nav-co-sub { font-size: 9px; color: var(--soft); letter-spacing: 0.08em; line-height: 1; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-link { font-size: 13px; font-weight: 400; color: var(--soft); letter-spacing: 0.02em; transition: color 0.2s; }
.nav-link:hover, .nav-link.active { color: var(--white); }
.nav-cta { font-size: 12px; font-weight: 500; color: var(--black); background: var(--platinum); padding: 9px 20px; letter-spacing: 0.04em; transition: background 0.2s, color 0.2s; }
.nav-cta:hover { background: var(--white); }
.nav-mobile-btn { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-mobile-btn span { display: block; width: 22px; height: 1.5px; background: var(--white); transition: all 0.3s; }
.mobile-menu { display: none; background: var(--black); border-top: 1px solid var(--charcoal); padding: 24px var(--pad); }
.mobile-menu a { display: block; padding: 12px 0; font-size: 15px; color: var(--soft); border-bottom: 1px solid var(--charcoal); }
.mobile-menu a:last-child { border-bottom: none; color: var(--white); margin-top: 8px; }
.page-offset { padding-top: 68px; }

/* ── CC Logo SVG ─────────────────────────────────────────────── */
.cc-mark { flex-shrink: 0; }

/* ── Hero ────────────────────────────────────────────────────── */
.hero { background: var(--black); min-height: calc(100vh - 68px); display: flex; align-items: center; position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, rgba(50,50,50,0.4) 0%, transparent 70%); pointer-events: none; }
.hero-inner { position: relative; z-index: 1; padding: var(--section) 0; }
.hero-eyebrow { margin-bottom: 28px; display: flex; align-items: center; gap: 16px; }
.hero-rule { width: 40px; height: 1px; background: var(--platinum); }
.hero-headline { margin-bottom: 28px; }
.hero-headline .display { color: var(--white); }
.hero-headline .display em { font-style: italic; color: var(--platinum); }
.hero-sub { max-width: 560px; margin-bottom: 48px; }
.hero-actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-markets { margin-top: 80px; padding-top: 40px; border-top: 1px solid var(--charcoal); display: flex; align-items: center; gap: 12px; }
.hero-markets span { font-size: 11px; color: var(--soft); letter-spacing: 0.10em; }
.hero-markets .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--slate); }

/* ── Buttons ─────────────────────────────────────────────────── */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--white); color: var(--black); font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 0.04em; padding: 14px 28px; transition: background 0.2s, transform 0.15s; }
.btn-primary:hover { background: var(--platinum); transform: translateY(-1px); }
.btn-ghost { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--platinum); font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 400; letter-spacing: 0.04em; padding: 14px 0; border-bottom: 1px solid var(--slate); transition: color 0.2s, border-color 0.2s; }
.btn-ghost:hover { color: var(--white); border-color: var(--platinum); }
.btn-dark { display: inline-flex; align-items: center; gap: 8px; background: var(--black); color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 0.04em; padding: 14px 28px; transition: background 0.2s; }
.btn-dark:hover { background: var(--charcoal); }

/* ── Section headers ─────────────────────────────────────────── */
.section-header { margin-bottom: 64px; }
.section-header .eyebrow { margin-bottom: 16px; }
.section-rule { width: 40px; height: 1px; background: var(--rule); margin: 20px 0; }
.section-rule.light { background: var(--slate); }

/* ── Service cards ───────────────────────────────────────────── */
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.svc-card { background: var(--surf); padding: 56px 48px; position: relative; overflow: hidden; transition: background 0.3s; }
.svc-card:hover { background: var(--ivory); }
.svc-card-num { font-family: 'Cormorant Garamond', serif; font-size: 80px; font-weight: 300; color: var(--rule); line-height: 1; margin-bottom: 24px; }
.svc-card-label { font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--soft); margin-bottom: 16px; }
.svc-card-title { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 500; color: var(--black); line-height: 1.2; margin-bottom: 20px; }
.svc-card-desc { font-size: 15px; color: var(--mid); line-height: 1.7; margin-bottom: 32px; }
.svc-card-markets { font-size: 11px; color: var(--soft); letter-spacing: 0.08em; }
.svc-card-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: var(--black); border-bottom: 1px solid var(--rule); padding-bottom: 2px; transition: border-color 0.2s; }
.svc-card-link:hover { border-color: var(--black); }
.svc-card-link .arrow { transition: transform 0.2s; }
.svc-card-link:hover .arrow { transform: translateX(4px); }

/* ── Authority section ───────────────────────────────────────── */
.authority-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.authority-text .eyebrow { margin-bottom: 20px; }
.authority-text h2 { margin-bottom: 24px; }
.authority-text p { margin-bottom: 40px; }
.creds-list { display: flex; flex-direction: column; gap: 16px; }
.cred-item { display: flex; align-items: flex-start; gap: 16px; padding: 20px 24px; background: var(--surf); }
.cred-icon { width: 8px; height: 8px; border-radius: 50%; background: var(--platinum); flex-shrink: 0; margin-top: 6px; }
.cred-title { font-size: 13px; font-weight: 500; color: var(--black); margin-bottom: 3px; }
.cred-desc { font-size: 12px; color: var(--soft); line-height: 1.5; }

/* ── Stats ───────────────────────────────────────────────────── */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--charcoal); }
.stat-item { background: var(--black); padding: 48px 36px; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 56px; font-weight: 300; color: var(--white); line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 11px; color: var(--soft); letter-spacing: 0.10em; text-transform: uppercase; }

/* ── Process ─────────────────────────────────────────────────── */
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.process-step { position: relative; }
.process-step::after { content: ''; position: absolute; top: 20px; left: calc(100% + 10px); width: calc(100% - 20px); height: 1px; background: var(--rule); }
.process-step:last-child::after { display: none; }
.step-num { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 300; color: var(--platinum); line-height: 1; margin-bottom: 20px; }
.step-title { font-size: 14px; font-weight: 500; color: var(--black); margin-bottom: 10px; letter-spacing: 0.02em; }
.step-desc { font-size: 13px; color: var(--soft); line-height: 1.6; }

/* ── Tier cards ──────────────────────────────────────────────── */
.tiers-list { display: flex; flex-direction: column; gap: 2px; }
.tier-card { background: var(--surf); overflow: hidden; }
.tier-header { background: var(--black); padding: 24px 36px; display: flex; align-items: center; justify-content: space-between; }
.tier-num-name { display: flex; align-items: center; gap: 16px; }
.tier-num { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; color: var(--platinum); }
.tier-name { font-size: 16px; font-weight: 500; color: var(--white); }
.tier-price { font-size: 15px; font-weight: 400; color: var(--platinum); }
.tier-body { padding: 32px 36px; display: grid; grid-template-columns: 1fr 280px; gap: 40px; align-items: start; }
.tier-desc { font-size: 14px; color: var(--soft); line-height: 1.6; margin-bottom: 20px; }
.tier-includes { list-style: none; }
.tier-includes li { font-size: 13px; color: var(--mid); padding: 6px 0; border-bottom: 1px solid var(--rule); display: flex; align-items: flex-start; gap: 12px; }
.tier-includes li:last-child { border-bottom: none; }
.tier-includes li::before { content: '—'; color: var(--platinum); font-size: 11px; flex-shrink: 0; margin-top: 2px; }
.tier-meta { background: var(--white); padding: 24px; }
.tier-meta-label { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--soft); margin-bottom: 8px; }
.tier-meta-val { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 500; color: var(--black); }
.tier-meta-sub { font-size: 12px; color: var(--soft); margin-top: 4px; }
.tier-meta-divider { height: 1px; background: var(--rule); margin: 16px 0; }
.tier-best-for { font-size: 12px; color: var(--mid); line-height: 1.5; font-style: italic; }

/* ── Pricing table ───────────────────────────────────────────── */
.pricing-table { width: 100%; border-collapse: collapse; margin-top: 24px; font-size: 13px; }
.pricing-table th { background: var(--charcoal); color: var(--platinum); font-weight: 500; letter-spacing: 0.06em; font-size: 11px; text-transform: uppercase; padding: 10px 14px; text-align: left; }
.pricing-table td { padding: 10px 14px; border-bottom: 1px solid var(--rule); color: var(--mid); }
.pricing-table tr:nth-child(even) td { background: var(--white); }
.pricing-table tr:nth-child(odd) td { background: var(--ivory); }

/* ── CTA section ─────────────────────────────────────────────── */
.cta-section { background: var(--black); text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(74,74,74,0.3) 0%, transparent 70%); pointer-events: none; }
.cta-section .container { position: relative; z-index: 1; }
.cta-section h2 { margin-bottom: 20px; }
.cta-section p { max-width: 540px; margin: 0 auto 44px; }
.cta-actions { display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; }

/* ── Contact form ────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 400px; gap: 80px; align-items: start; }
.contact-info { }
.contact-info h2 { margin-bottom: 20px; }
.contact-info .lead { margin-bottom: 48px; }
.contact-detail { display: flex; flex-direction: column; gap: 24px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-item-label { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--soft); margin-bottom: 4px; }
.contact-item-val { font-size: 15px; color: var(--black); }
.contact-item-sub { font-size: 12px; color: var(--soft); margin-top: 2px; }
.contact-divider { height: 1px; background: var(--rule); margin: 32px 0; }
.form-card { background: var(--white); padding: 48px 40px; border: 1px solid var(--rule); }
.form-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 500; color: var(--black); margin-bottom: 8px; }
.form-card p { font-size: 13px; color: var(--soft); margin-bottom: 32px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 11px; font-weight: 500; letter-spacing: 0.10em; text-transform: uppercase; color: var(--soft); margin-bottom: 8px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; background: var(--ivory); border: 1px solid var(--rule); padding: 12px 16px; font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--black); outline: none; transition: border-color 0.2s; -webkit-appearance: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--black); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-submit { width: 100%; background: var(--black); color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; padding: 16px; cursor: pointer; border: none; transition: background 0.2s; }
.form-submit:hover { background: var(--charcoal); }
.form-note { font-size: 11px; color: var(--soft); text-align: center; margin-top: 16px; line-height: 1.5; }

/* ── Footer ──────────────────────────────────────────────────── */
.footer { background: var(--charcoal); color: var(--soft); padding: 60px 0 32px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand .nav-co-name { font-size: 14px; color: var(--white); letter-spacing: 0.06em; margin-top: 12px; margin-bottom: 4px; }
.footer-brand .nav-co-sub { font-size: 10px; letter-spacing: 0.08em; }
.footer-brand p { font-size: 13px; line-height: 1.7; margin-top: 16px; color: var(--soft); }
.footer-col-title { font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--platinum); margin-bottom: 20px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 13px; color: var(--soft); transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-contact-item { font-size: 13px; line-height: 1.6; margin-bottom: 6px; }
.footer-bottom { border-top: 1px solid var(--slate); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 12px; }
.footer-lic { font-size: 11px; color: var(--slate); }

/* ── Page heroes ─────────────────────────────────────────────── */
.page-hero { background: var(--black); padding: clamp(60px, 8vw, 100px) 0; }
.page-hero .eyebrow { margin-bottom: 20px; }
.page-hero h1 { margin-bottom: 20px; }
.page-hero p { max-width: 600px; }

/* ── Addon services ──────────────────────────────────────────── */
.addons-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.addon-card { background: var(--surf); padding: 32px 28px; }
.addon-title { font-size: 14px; font-weight: 500; color: var(--black); margin-bottom: 6px; }
.addon-price { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--charcoal); margin-bottom: 12px; }
.addon-desc { font-size: 13px; color: var(--soft); line-height: 1.6; }

/* ── Disclaimer box ──────────────────────────────────────────── */
.disclaimer { background: var(--surf); border-left: 3px solid var(--platinum); padding: 24px 28px; font-size: 13px; color: var(--soft); line-height: 1.7; }

/* ── Fade-in animations ──────────────────────────────────────── */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 900px) {
  .nav-links, .nav-cta { display: none; }
  .nav-mobile-btn { display: flex; }
  .services-grid, .authority-grid, .stats-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-step::after { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .tier-body { grid-template-columns: 1fr; }
  .addons-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
  .stats-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .cta-actions { flex-direction: column; }
  .svc-card { padding: 40px 28px; }
  .tier-header { flex-direction: column; align-items: flex-start; gap: 8px; }
  .tier-body { padding: 24px 20px; }
}
