/*
Theme Name: Vijay Khuspe
Theme URI: https://vijaykhuspe.com
Author: vijaykhuspe.com
Description: Executive Editorial theme for Vijay Khuspe — GCC Architect, Technologist, Business Leader
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500&display=swap');

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; background: #ffffff; color: #1c1c2e; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ── TYPOGRAPHY ── */
.serif { font-family: 'Playfair Display', Georgia, serif; }
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; color: #1c1c2e; line-height: 1.15; }
h1 { font-size: clamp(36px, 5vw, 52px); }
h2 { font-size: clamp(28px, 4vw, 38px); }
h3 { font-size: clamp(18px, 2.5vw, 22px); }
p { font-size: 13px; color: #444; line-height: 1.85; }

/* ── UTILITIES ── */
.dim { color: #c8c4bc; }
.accent { color: #2b4db8; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 36px; }
.section-num {
  font-size: 9px; font-weight: 500; color: #2b4db8;
  letter-spacing: 2px; text-transform: uppercase;
  display: flex; align-items: center; gap: 10px; margin-bottom: 20px;
}
.section-num::after { content: ''; flex: 1; height: 1px; background: #e8e4de; }
.section-num.light { color: rgba(255,255,255,0.3); }
.section-num.light::after { background: rgba(255,255,255,0.1); }

/* ── BUTTONS ── */
.btn-dark {
  display: inline-block; background: #1c1c2e; color: #fff;
  font-size: 11px; font-weight: 500; padding: 11px 24px;
  border-radius: 2px; cursor: pointer; letter-spacing: 0.04em;
  transition: background 0.2s; border: none;
}
.btn-dark:hover { background: #2b4db8; }
.btn-outline {
  display: inline-block; border: 1px solid #1c1c2e; color: #1c1c2e;
  font-size: 11px; font-weight: 500; padding: 11px 24px;
  border-radius: 2px; cursor: pointer; letter-spacing: 0.04em;
  transition: all 0.2s;
}
.btn-outline:hover { background: #1c1c2e; color: #fff; }
.btn-text {
  font-size: 11px; color: #2b4db8; display: inline-flex;
  align-items: center; gap: 6px; cursor: pointer; letter-spacing: 0.02em;
  transition: gap 0.2s;
}
.btn-text:hover { gap: 10px; }

/* ── NAVIGATION ── */
.site-nav {
  background: #fff; border-bottom: 1px solid #e8e4de;
  padding: 0 36px; display: flex; align-items: center;
  justify-content: space-between; height: 60px;
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 1px 0 #e8e4de;
}
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo-mark {
  width: 28px; height: 28px; border: 1.5px solid #1c1c2e;
  border-radius: 2px; display: flex; align-items: center; justify-content: center;
}
.nav-logo-mark span { font-size: 10px; font-weight: 500; color: #1c1c2e; }
.nav-logo-name { font-family: 'Playfair Display', Georgia, serif; font-size: 16px; color: #1c1c2e; font-weight: 700; }
.nav-links { display: flex; gap: 24px; }
.nav-links a { font-size: 11px; color: #666; letter-spacing: 0.04em; transition: color 0.2s; }
.nav-links a:hover { color: #2b4db8; }
.nav-cta {
  background: #1c1c2e; color: #fff; font-size: 11px; font-weight: 500;
  padding: 8px 18px; border-radius: 2px; letter-spacing: 0.04em;
  transition: background 0.2s; cursor: pointer;
}
.nav-cta:hover { background: #2b4db8; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 1.5px; background: #1c1c2e; transition: all 0.3s; }

/* ── SECTION 01: HERO — HOW I CAN HELP ── */
#how-i-help {
  background: #f7f5f1; border-bottom: 1px solid #e8e4de;
  padding: 72px 36px 60px;
}
.hero-top { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; margin-bottom: 52px; }
.hero-eyebrow {
  font-size: 9px; font-weight: 500; color: #2b4db8;
  letter-spacing: 2.5px; text-transform: uppercase;
  margin-bottom: 20px; display: flex; align-items: center; gap: 10px;
}
.hero-eyebrow::before { content: ''; width: 20px; height: 1.5px; background: #2b4db8; }
.hero-h1 { margin-bottom: 0; }
.hero-right p { margin-bottom: 20px; }
.pillars-label {
  font-size: 9px; font-weight: 500; letter-spacing: 2px;
  text-transform: uppercase; color: #aaa; margin-bottom: 14px;
}
.pillars-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 1px; background: #e0ddd6;
  border: 1px solid #e0ddd6; border-radius: 3px; overflow: hidden;
}
.pillar-card { background: #fff; padding: 20px 14px; }
.pillar-card.primary { background: #f0f4ff; border-top: 2px solid #2b4db8; }
.pillar-dot { width: 5px; height: 5px; border-radius: 50%; background: #2b4db8; margin-bottom: 12px; }
.pillar-card h4 { font-size: 11px; font-weight: 500; font-family: 'Inter', sans-serif; color: #1c1c2e; line-height: 1.45; margin-bottom: 6px; }
.pillar-card p { font-size: 10px; color: #888; line-height: 1.6; }

/* ── SECTION 02: ENGAGEMENT MODELS ── */
#engagement { background: #fff; padding: 64px 36px; border-bottom: 1px solid #e8e4de; }
.engagement-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: #e0ddd6;
  border: 1px solid #e0ddd6; border-radius: 3px; overflow: hidden; margin-top: 24px;
}
.eng-card { padding: 32px 28px; position: relative; }
.eng-card.dark { background: #1c1c2e; }
.eng-card.white { background: #fff; }
.eng-card.cream { background: #f7f5f1; }
.eng-card.blue { background: #2b4db8; }
.eng-letter { font-size: 10px; font-weight: 500; letter-spacing: 1px; color: #bbb; margin-bottom: 14px; font-family: 'Inter', sans-serif; }
.eng-card.dark .eng-letter, .eng-card.blue .eng-letter { color: rgba(255,255,255,0.25); }
.eng-tag { font-size: 9px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #2b4db8; margin-bottom: 10px; display: block; font-family: 'Inter', sans-serif; }
.eng-card.dark .eng-tag { color: rgba(255,255,255,0.35); }
.eng-card.blue .eng-tag { color: rgba(255,255,255,0.55); }
.eng-card h3 { font-size: 19px; margin-bottom: 10px; color: #1c1c2e; }
.eng-card.dark h3, .eng-card.blue h3 { color: #fff; }
.eng-card p { font-size: 11px; color: #555; line-height: 1.7; margin-bottom: 14px; }
.eng-card.dark p { color: rgba(255,255,255,0.55); }
.eng-card.blue p { color: rgba(255,255,255,0.7); }
.eng-list { display: flex; flex-direction: column; gap: 6px; }
.eng-list li { font-size: 10px; color: #777; display: flex; align-items: center; gap: 8px; }
.eng-list li::before { content: ''; width: 14px; height: 1px; background: #d0ccc4; flex-shrink: 0; }
.eng-card.dark .eng-list li { color: rgba(255,255,255,0.4); }
.eng-card.dark .eng-list li::before { background: rgba(255,255,255,0.15); }
.eng-card.blue .eng-list li { color: rgba(255,255,255,0.55); }
.eng-card.blue .eng-list li::before { background: rgba(255,255,255,0.25); }
.eng-arrow {
  position: absolute; bottom: 22px; right: 22px;
  width: 30px; height: 30px; border: 1px solid #e0ddd6;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.eng-card.dark .eng-arrow, .eng-card.blue .eng-arrow { border-color: rgba(255,255,255,0.12); }
.eng-arrow svg { width: 13px; height: 13px; stroke: #999; fill: none; stroke-width: 2; }
.eng-card.dark .eng-arrow svg, .eng-card.blue .eng-arrow svg { stroke: rgba(255,255,255,0.4); }

/* ── SECTION 03: ABOUT ── */
#about { background: #fff; border-bottom: 1px solid #e8e4de; padding: 64px 36px; }
.about-grid { display: grid; grid-template-columns: 1fr 300px; gap: 52px; align-items: start; }
.about-body { margin-bottom: 16px; }
.about-quote {
  border-left: 2px solid #2b4db8; padding: 16px 20px;
  margin: 28px 0 24px; background: #f7f5f1; border-radius: 0 3px 3px 0;
}
.about-quote blockquote { font-family: 'Playfair Display', Georgia, serif; font-size: 14px; font-style: italic; color: #1c1c2e; line-height: 1.7; }
.about-quote cite { font-size: 10px; color: #aaa; letter-spacing: 1px; text-transform: uppercase; margin-top: 8px; display: block; font-style: normal; }
.about-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.about-stats { display: flex; flex-direction: column; }
.stat-item { padding: 22px 0; border-bottom: 1px solid #e8e4de; }
.stat-item:first-child { padding-top: 0; }
.stat-item:last-child { border-bottom: none; padding-bottom: 0; }
.stat-accent { width: 18px; height: 1.5px; background: #2b4db8; margin-bottom: 12px; }
.stat-number { font-family: 'Playfair Display', Georgia, serif; font-size: 32px; font-weight: 700; color: #1c1c2e; line-height: 1; }
.stat-label { font-size: 9px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #aaa; margin-top: 5px; }
.stat-desc { font-size: 11px; color: #666; line-height: 1.6; margin-top: 7px; }

/* ── SECTION 04: KNOWLEDGE BASE ── */
#knowledge-base { background: #f7f5f1; padding: 64px 36px; border-bottom: 1px solid #e8e4de; }
.kb-header { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 40px; }
.kb-intro { font-size: 12px; color: #666; font-style: italic; line-height: 1.8; }
.kb-item {
  display: grid; grid-template-columns: 160px 1fr 110px;
  gap: 24px; align-items: start; padding: 28px 0;
  border-top: 1px solid #e0ddd6;
}
.kb-item:last-child { border-bottom: 1px solid #e0ddd6; }
.kb-num { font-size: 10px; color: #ccc; display: flex; align-items: center; gap: 8px; margin-bottom: 5px; }
.kb-num-line { width: 18px; height: 1px; background: #ddd; }
.kb-category { font-size: 9px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: #2b4db8; }
.kb-title { font-size: 17px; margin-bottom: 8px; color: #1c1c2e; }
.kb-body { font-size: 11px; color: #555; line-height: 1.75; margin-bottom: 12px; }
.kb-tags { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 12px; }
.kb-tag { font-size: 9px; color: #1c4e9e; background: #eef3fc; padding: 3px 9px; border-radius: 2px; }
.kb-quote { font-size: 11px; color: #333; font-style: italic; border-left: 2px solid #2b4db8; padding-left: 9px; line-height: 1.65; }
.kb-right { text-align: right; }
.kb-badge { font-size: 9px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: #bbb; }
.kb-watermark { font-family: 'Playfair Display', Georgia, serif; font-size: 64px; font-weight: 700; color: rgba(0,0,0,0.04); line-height: 1; margin-top: 6px; }

/* ── SECTION 05: INSIGHTS ── */
#insights { background: #fff; padding: 64px 36px; border-bottom: 1px solid #e8e4de; }
.insights-intro { font-size: 12px; color: #666; font-style: italic; line-height: 1.7; margin-bottom: 28px; }
.insights-filters { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 28px; }
.filter-btn {
  font-size: 9px; font-weight: 500; letter-spacing: 1.2px; text-transform: uppercase;
  padding: 5px 12px; border-radius: 2px; border: 1px solid #d8d4cc;
  color: #888; cursor: pointer; transition: all 0.2s; background: transparent;
}
.filter-btn.active, .filter-btn:hover { background: #1c1c2e; color: #fff; border-color: #1c1c2e; }
.insight-item {
  border-top: 1px solid #e8e4de; padding: 24px 0;
  display: grid; grid-template-columns: 1fr 80px;
  gap: 20px; align-items: center;
}
.insight-item:last-child { border-bottom: 1px solid #e8e4de; }
.insight-tag { font-size: 9px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: #2b4db8; margin-bottom: 6px; display: block; }
.insight-title { font-size: 17px; color: #1c1c2e; margin-bottom: 5px; line-height: 1.3; }
.insight-body { font-size: 11px; color: #666; line-height: 1.65; }
.insight-read { font-size: 9px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: #2b4db8; cursor: pointer; text-align: right; transition: color 0.2s; }
.insight-read:hover { color: #1c1c2e; }

/* ── SECTION 06: SPEAKING ── */
#speaking { background: #1c1c2e; padding: 64px 36px 0; border-bottom: 1px solid #111; }
.speaking-top { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; margin-bottom: 44px; }
.speaking-h2 { color: #fff; }
.speaking-desc { font-size: 12px; color: rgba(255,255,255,0.5); line-height: 1.8; margin-bottom: 18px; }
.speaking-available { display: flex; gap: 6px; flex-wrap: wrap; }
.avail-tag {
  font-size: 9px; letter-spacing: 1.2px; text-transform: uppercase;
  color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.05);
  padding: 4px 12px; border-radius: 2px; border: 1px solid rgba(255,255,255,0.09);
}
.topics-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.07); border-radius: 3px; overflow: hidden;
}
.topic-card { background: #111d30; padding: 22px; border-left: 2px solid #2b4db8; }
.topic-card h4 { font-size: 14px; color: #fff; margin-bottom: 7px; line-height: 1.3; }
.topic-card p { font-size: 10px; color: rgba(255,255,255,0.45); line-height: 1.65; margin-bottom: 7px; }
.topic-audience { font-size: 9px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: #2b4db8; }
.speaking-booking {
  background: #f7f5f1; padding: 24px 36px; border-top: 1px solid #e8e4de;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; margin: 0 -36px;
}
.booking-title { font-size: 12px; font-weight: 500; color: #1c1c2e; margin-bottom: 3px; }
.booking-sub { font-size: 11px; color: #666; margin-bottom: 4px; }
.booking-email { font-size: 11px; color: #2b4db8; font-weight: 500; }

/* ── SECTION 07: CONTACT ── */
#contact { background: #fff; padding: 64px 36px; border-bottom: 1px solid #e8e4de; }
.contact-grid { display: grid; grid-template-columns: 1fr 300px; gap: 44px; margin-top: 28px; }
.contact-form-wrap { background: #f7f5f1; border: 1px solid #e8e4de; border-radius: 3px; padding: 28px; }
.contact-form-wrap h3 { font-size: 20px; margin-bottom: 20px; }
.form-field { margin-bottom: 14px; }
.form-field label { display: block; font-size: 9px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: #888; margin-bottom: 5px; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; background: #fff; border: 1px solid #d8d4cc;
  border-radius: 2px; padding: 8px 12px; font-family: 'Inter', sans-serif;
  font-size: 12px; color: #1c1c2e; transition: border-color 0.2s;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: #2b4db8;
}
.form-field textarea { height: 100px; resize: vertical; }
.form-submit {
  width: 100%; background: #1c1c2e; color: #fff; border: none;
  font-size: 11px; font-weight: 500; padding: 13px;
  border-radius: 2px; cursor: pointer; letter-spacing: 0.04em;
  transition: background 0.2s; margin-top: 8px;
}
.form-submit:hover { background: #2b4db8; }
.form-success {
  display: none; background: #eef3fc; border: 1px solid #2b4db8;
  border-radius: 2px; padding: 14px; margin-top: 12px;
  font-size: 12px; color: #2b4db8; text-align: center;
}
.form-error {
  display: none; background: #fff0f0; border: 1px solid #d0544e;
  border-radius: 2px; padding: 14px; margin-top: 12px;
  font-size: 12px; color: #d0544e; text-align: center;
}
.contact-info { display: flex; flex-direction: column; gap: 8px; }
.contact-type { background: #f7f5f1; border: 1px solid #e8e4de; border-radius: 3px; padding: 14px 16px; }
.contact-type h5 { font-size: 11px; font-weight: 500; color: #1c1c2e; margin-bottom: 4px; font-family: 'Inter', sans-serif; }
.contact-type p { font-size: 10px; color: #666; line-height: 1.6; }
.contact-direct { background: #1c1c2e; border-radius: 3px; padding: 14px 16px; }
.contact-direct h5 { font-size: 9px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 10px; font-family: 'Inter', sans-serif; }
.contact-direct p { font-size: 11px; color: rgba(255,255,255,0.6); line-height: 2; }
.contact-direct a { color: rgba(255,255,255,0.6); transition: color 0.2s; }
.contact-direct a:hover { color: #fff; }

/* ── FOOTER ── */
.site-footer {
  background: #1c1c2e; padding: 28px 36px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px;
}
.footer-name { font-family: 'Playfair Display', Georgia, serif; font-size: 15px; color: #fff; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.35); transition: color 0.2s; }
.footer-links a:hover { color: rgba(255,255,255,0.8); }
.footer-copy { font-size: 10px; color: rgba(255,255,255,0.25); }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-top, .about-grid, .kb-header, .speaking-top, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .engagement-grid, .topics-grid { grid-template-columns: 1fr; }
  .kb-item { grid-template-columns: 1fr; }
  .kb-right { display: none; }
  .insight-item { grid-template-columns: 1fr; }
  .insight-read { text-align: left; margin-top: 8px; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 60px; left: 0; right: 0; background: #fff; border-bottom: 1px solid #e8e4de; padding: 16px 24px; gap: 16px; }
}
@media (max-width: 600px) {
  .pillars-grid { grid-template-columns: 1fr; }
  #how-i-help, #engagement, #about, #knowledge-base, #insights, #speaking, #contact { padding-left: 20px; padding-right: 20px; }
  .site-nav { padding: 0 20px; }
  .site-footer { padding: 20px; }
  .speaking-booking { margin: 0 -20px; padding: 20px; }
}
