/* ============================================
   PROVENEU — Main Stylesheet
   ============================================ */

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

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: #fafaf8;
  color: #0d0d0d;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* ---- Tokens ---- */
:root {
  --black:    #0d0d0d;
  --white:    #fafaf8;
  --cream:    #f5f2ec;
  --gold:     #b8932a;
  --gold-lt:  #e8d49a;
  --gold-dk:  #7a5f18;
  --charcoal: #2a2a28;
  --muted:    #6b6a66;
  --border:   #ddd9d0;
  --serif:    'DM Serif Display', Georgia, serif;
  --sans:     'DM Sans', system-ui, sans-serif;
}

/* ============================================
   NAV
   ============================================ */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--black);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 60px; height: 68px;
  border-bottom: 1px solid #1a1a1a;
}
.nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.nav-logo span { color: var(--gold); }
.nav-logo-img {
  height: 36px;
  width: auto;
  display: block;
  object-fit: contain;
}
.nav-links {
  display: flex; align-items: center; gap: 36px;
  list-style: none;
}
.nav-links a {
  color: #999;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color .2s;
}
.nav-links a:hover { color: var(--white); }
.nav-links a.active { color: var(--white); }
.nav-cta {
  background: var(--gold) !important;
  color: var(--black) !important;
  padding: 9px 22px;
  border-radius: 2px;
  font-weight: 600 !important;
  letter-spacing: 0.06em;
}
.nav-cta:hover { background: var(--gold-lt) !important; }
.nav-hamburger {
  display: none;
  flex-direction: column; gap: 5px;
  cursor: pointer; padding: 4px;
}
.nav-hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--white); transition: .3s;
}

/* ============================================
   SHARED SECTION PATTERNS
   ============================================ */
.section { padding: 100px 60px; }
.section-sm { padding: 64px 60px; }

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 18px;
}
.eyebrow::before {
  content: '';
  display: block; width: 28px; height: 1px;
  background: var(--gold); flex-shrink: 0;
}
.section-title {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 18px;
}
.section-title em { font-style: italic; color: var(--muted); }
.section-sub {
  font-size: 17px; color: var(--muted);
  line-height: 1.75; max-width: 520px;
}
.section-header {
  display: flex; justify-content: space-between;
  align-items: flex-end; gap: 48px; margin-bottom: 64px;
}
.section-header .left { flex: 1; }

/* ============================================
   BUTTONS
   ============================================ */
.btn-primary {
  display: inline-block;
  background: var(--gold); color: var(--black);
  padding: 14px 30px; border-radius: 2px;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: background .2s;
}
.btn-primary:hover { background: var(--gold-lt); }
.btn-ghost {
  display: inline-block;
  color: var(--white);
  font-size: 13px; letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid #444; padding-bottom: 2px;
  transition: border-color .2s;
}
.btn-ghost:hover { border-color: var(--white); }
.btn-ghost-dark {
  display: inline-block;
  color: var(--charcoal);
  font-size: 13px; letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border); padding-bottom: 2px;
  transition: border-color .2s;
}
.btn-ghost-dark:hover { border-color: var(--charcoal); }

/* ============================================
   HERO
   ============================================ */
.hero {
  background: var(--black); color: var(--white);
  padding: 120px 60px 100px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
  min-height: 560px;
}
.hero-eyebrow { margin-bottom: 28px; }
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 400; line-height: 1.06;
  margin-bottom: 28px; letter-spacing: -0.01em;
}
.hero h1 em { font-style: italic; color: var(--gold-lt); }
.hero-sub {
  font-size: 17px; color: #aaa;
  line-height: 1.75; max-width: 460px;
  margin-bottom: 44px;
}
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-stats {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.hero-stat {
  background: #111; padding: 32px 28px;
  border: 1px solid #1a1a1a;
}
.hero-stat-num {
  font-family: var(--serif);
  font-size: 44px; color: var(--gold-lt);
  line-height: 1; margin-bottom: 8px;
}
.hero-stat-label {
  font-size: 12px; color: #666;
  letter-spacing: 0.08em; text-transform: uppercase;
}

/* ============================================
   OFFERINGS
   ============================================ */
.offerings { background: var(--cream); }
.offerings-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
.offering-card {
  background: var(--white); padding: 48px 36px;
  position: relative; overflow: hidden;
  transition: transform .25s;
}
.offering-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: var(--border); transition: background .25s;
}
.offering-card:hover { transform: translateY(-4px); }
.offering-card:hover::before { background: var(--gold); }
.offering-num {
  font-family: var(--serif);
  font-size: 72px; color: var(--cream);
  line-height: 1; margin-bottom: 20px;
  user-select: none;
}
.offering-card h3 {
  font-family: var(--serif);
  font-size: 24px; font-weight: 400;
  margin-bottom: 14px; line-height: 1.25;
}
.offering-card p {
  font-size: 15px; color: var(--muted);
  line-height: 1.75; margin-bottom: 28px;
}
.offering-link {
  font-size: 12px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gold-dk);
  font-weight: 500; display: inline-flex;
  align-items: center; gap: 6px; transition: color .2s;
}
.offering-link::after { content: '→'; }
.offering-link:hover { color: var(--gold); }

/* ============================================
   VISION
   ============================================ */
.vision { background: var(--black); color: var(--white); }
.vision .section-title { color: var(--white); }
.vision-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px; margin-top: 64px;
}
.vision-card {
  background: #111; padding: 52px 44px;
  border: 1px solid #1e1e1e;
}
.vision-card-label {
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 20px;
}
.vision-card h3 {
  font-family: var(--serif);
  font-size: 26px; font-weight: 400;
  color: var(--white); margin-bottom: 16px; line-height: 1.2;
}
.vision-card p { font-size: 15px; color: #777; line-height: 1.8; }

/* ============================================
   TESTIMONIAL
   ============================================ */
.testimonial { background: var(--cream); }
.testimonial-inner {
  max-width: 820px; margin: 0 auto; text-align: center;
}
.quote-mark {
  font-family: var(--serif);
  font-size: 96px; color: var(--gold-lt);
  line-height: 0.6; display: block; margin-bottom: 28px;
}
.testimonial blockquote {
  font-family: var(--serif);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 400; color: var(--charcoal);
  line-height: 1.55; font-style: italic;
  margin-bottom: 36px;
}
.testimonial-attr { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.testimonial-attr strong {
  display: block; font-weight: 500;
  color: var(--black); font-family: var(--sans);
  font-size: 14px; letter-spacing: 0;
  text-transform: none; margin-bottom: 4px;
}

/* ============================================
   CLIENTS
   ============================================ */
.clients { background: var(--white); }
.clients-label {
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted);
  text-align: center; margin-bottom: 44px;
}
.clients-row {
  display: flex; align-items: center;
  justify-content: center; gap: 64px; flex-wrap: wrap;
}
.client-name {
  font-family: var(--serif);
  font-size: 19px; color: #ccc;
  transition: color .2s; cursor: default;
}
.client-name:hover { color: var(--black); }

/* ============================================
   BLOG PREVIEW
   ============================================ */
.blog-preview { background: var(--cream); }
.blog-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}
.blog-card {
  background: var(--white); padding: 40px 36px;
  display: flex; flex-direction: column;
  transition: transform .2s;
}
.blog-card:hover { transform: translateY(-3px); }
.blog-date {
  font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 16px;
}
.blog-card h3 {
  font-family: var(--serif);
  font-size: 22px; font-weight: 400;
  line-height: 1.25; margin-bottom: 12px;
  color: var(--black);
}
.blog-card p {
  font-size: 14px; color: var(--muted);
  line-height: 1.75; flex: 1; margin-bottom: 24px;
}
.blog-link {
  font-size: 12px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gold-dk);
  font-weight: 500; transition: color .2s;
}
.blog-link:hover { color: var(--gold); }

/* ============================================
   CONTACT
   ============================================ */
.contact { background: var(--black); color: var(--white); }
.contact .section-title { color: var(--white); }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 80px; align-items: start; margin-top: 64px;
}
.contact-intro {
  font-size: 16px; color: #777;
  line-height: 1.8; margin-bottom: 40px;
}
.contact-detail {
  display: flex; gap: 18px;
  align-items: flex-start; margin-bottom: 28px;
}
.contact-icon {
  width: 38px; height: 38px; border: 1px solid #2a2a2a;
  border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-size: 13px;
  color: var(--gold); flex-shrink: 0; margin-top: 2px;
}
.contact-detail-text { font-size: 14px; color: #888; line-height: 1.65; }
.contact-detail-text strong {
  display: block; color: var(--white);
  font-weight: 400; font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 4px;
}
.contact-detail-text a { color: #888; transition: color .2s; }
.contact-detail-text a:hover { color: var(--white); }

/* Contact Form */
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group label {
  font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: #555;
}
.form-group input,
.form-group textarea,
.form-group select {
  background: #111; border: 1px solid #222;
  color: var(--white); padding: 13px 16px;
  font-size: 15px; font-family: var(--sans);
  border-radius: 2px; outline: none;
  transition: border-color .2s; resize: vertical;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #3a3a3a; }
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--gold); }
.form-submit {
  background: var(--gold); color: var(--black);
  padding: 14px 28px; border: none;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  cursor: pointer; border-radius: 2px;
  font-family: var(--sans); transition: background .2s;
  align-self: flex-start;
}
.form-submit:hover { background: var(--gold-lt); }

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: #060606; color: #444;
  padding: 36px 60px;
  display: flex; align-items: center;
  justify-content: space-between;
  border-top: 1px solid #111; flex-wrap: wrap; gap: 16px;
}
.footer-logo-img {
  height: 32px;
  width: auto;
  opacity: 0.5;
  transition: opacity .2s;
}
.footer-logo-img:hover { opacity: 0.8; }
.client-logo-img {
  height: 48px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.4);
  transition: filter .3s;
}
.client-logo-img:hover { filter: grayscale(0%) opacity(1); }
.footer-links { display: flex; gap: 28px; list-style: none; flex-wrap: wrap; }
.footer-links a {
  font-size: 12px; color: #3a3a3a;
  letter-spacing: 0.06em; text-transform: uppercase;
  transition: color .2s;
}
.footer-links a:hover { color: #777; }
.footer-copy { font-size: 12px; color: #2a2a2a; }

/* ============================================
   PAGE HERO (inner pages)
   ============================================ */
.page-hero {
  background: var(--black); color: var(--white);
  padding: 100px 60px 80px;
}
.page-hero .eyebrow { margin-bottom: 24px; }
.page-hero h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400; line-height: 1.08;
  margin-bottom: 24px; max-width: 700px;
}
.page-hero p {
  font-size: 18px; color: #888;
  line-height: 1.75; max-width: 560px;
}

/* ============================================
   FEATURE LIST (RFPropel etc)
   ============================================ */
.feature-list {
  border: 1px solid var(--border);
  border-radius: 2px; overflow: hidden;
}
.feature-item {
  padding: 26px 28px;
  border-bottom: 1px solid var(--border);
  display: grid; grid-template-columns: 40px 1fr;
  gap: 18px; align-items: start;
  transition: background .2s;
}
.feature-item:last-child { border-bottom: none; }
.feature-item:hover { background: var(--cream); }
.feature-num {
  width: 36px; height: 36px;
  background: var(--cream); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 14px;
  color: var(--gold-dk); flex-shrink: 0; margin-top: 2px;
}
.feature-item h4 { font-size: 15px; font-weight: 500; margin-bottom: 4px; }
.feature-item p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ============================================
   TEAM
   ============================================ */
.team-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 2px; max-width: 900px;
}
.team-card {
  background: var(--cream); padding: 44px 40px;
  display: flex; gap: 28px; align-items: flex-start;
}
.team-avatar {
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--border); display: flex;
  align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 22px;
  color: var(--gold-dk); flex-shrink: 0;
}
.team-photo {
  object-fit: cover;
  object-position: center top;
}
.team-info h3 {
  font-family: var(--serif); font-size: 22px;
  font-weight: 400; margin-bottom: 4px;
}
.team-role {
  font-size: 12px; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--muted);
  margin-bottom: 14px;
}
.team-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.team-tag {
  font-size: 11px; background: var(--white);
  color: var(--charcoal); padding: 4px 10px;
  border-radius: 2px; letter-spacing: 0.04em;
}

/* ============================================
   BLOG PAGE
   ============================================ */
.blog-full-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

/* ============================================
   MOBILE NAV DRAWER
   ============================================ */
.nav-drawer {
  display: none;
  position: fixed; top: 68px; left: 0; right: 0; bottom: 0;
  background: var(--black); z-index: 99;
  flex-direction: column; padding: 40px 32px; gap: 8px;
}
.nav-drawer.open { display: flex; }
.nav-drawer a {
  color: #888; font-size: 18px;
  letter-spacing: 0.04em; padding: 14px 0;
  border-bottom: 1px solid #1a1a1a;
  transition: color .2s;
}
.nav-drawer a:hover { color: var(--white); }
.nav-drawer .btn-primary { margin-top: 20px; text-align: center; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 960px) {
  .nav { padding: 0 24px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  .hero { grid-template-columns: 1fr; padding: 72px 24px; gap: 48px; }
  .hero-stats { display: none; }

  .section { padding: 72px 24px; }
  .section-sm { padding: 48px 24px; }
  .section-header { flex-direction: column; align-items: flex-start; }

  .offerings-grid { grid-template-columns: 1fr; }
  .vision-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-full-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; max-width: 100%; }
  .form-row { grid-template-columns: 1fr; }
  .clients-row { gap: 32px; }

  .footer { flex-direction: column; align-items: flex-start; padding: 32px 24px; }

  .page-hero { padding: 72px 24px 60px; }
}

/* ============================================
   HERO (homepage)
   ============================================ */
.hero {
  background: var(--black); color: var(--white);
  padding: 0;
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 500px;
}
.hero-left {
  padding: 100px 60px;
  display: flex; flex-direction: column;
  justify-content: center; gap: 32px;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 400; line-height: 1.1;
}
.hero h1 em { font-style: italic; color: var(--gold-lt); }
.hero-right { overflow: hidden; }
.hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* ============================================
   VISION STRIP (homepage)
   ============================================ */
.vision { background: var(--black); color: var(--white); }
.vision .section-title { color: var(--white); margin-bottom: 24px; }
.vision-text { font-size: 17px; color: #888; line-height: 1.8; max-width: 720px; }

/* ============================================
   ABOUT STRIP (homepage)
   ============================================ */
.about-strip { background: var(--charcoal); color: var(--white); }
.about-strip-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.about-strip .section-title { color: var(--white); margin-bottom: 20px; }
.about-strip p { font-size: 16px; color: #aaa; line-height: 1.8; }
.about-strip-img img { width: 100%; border-radius: 2px; object-fit: cover; max-height: 340px; }

/* ============================================
   TEAM SKILLS TEXT
   ============================================ */
.team-skills {
  font-size: 13px; color: var(--muted);
  line-height: 1.7; margin-top: 8px;
}

/* ============================================
   GCC TWO COL
   ============================================ */
.gc-two-col {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.gc-two-col p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-top: 16px; }

/* ============================================
   DARK OFFERING CARDS (RFPropel)
   ============================================ */
.offering-card.dark {
  background: #0d0d0d;
  border: 1px solid #222;
  color: var(--white);
}
.offering-card.dark h3 { color: var(--white); }
.offering-card.dark p { color: #888; }
.rfp-kb-row { margin-top: 2px; }
.rfp-kb { max-width: 420px; }

/* ============================================
   RFP FORM
   ============================================ */
.rfp-form { max-width: 560px; }

/* ============================================
   CONTACT PAGE HERO TITLE
   ============================================ */
.contact .section-title { color: var(--white); margin-bottom: 8px; }

/* ============================================
   RESPONSIVE ADDITIONS
   ============================================ */
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .hero-left { padding: 72px 24px; }
  .about-strip-inner { grid-template-columns: 1fr; }
  .about-strip-img { display: none; }
  .gc-two-col { grid-template-columns: 1fr; }
}

/* Blog card with thumbnail */
.blog-thumb {
  width: 100%; height: 200px;
  object-fit: cover; display: block;
}
.blog-card-body { padding: 28px 28px 32px; }
.blog-card { padding: 0; overflow: hidden; }

/* Fix about-strip — no image, single column */
.about-strip-inner {
  display: block !important;
  max-width: 760px;
}

/* Fix team card — center photo above text */
.team-card {
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  padding: 44px 36px !important;
}
.team-avatar.team-photo {
  width: 140px !important;
  height: 140px !important;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.team-info h3 { margin-bottom: 6px; }
.team-tags { justify-content: center; }

/* Blog grid — 2 col for 4 posts */
.blog-grid {
  grid-template-columns: repeat(2, 1fr) !important;
}

/* ============================================
   AESTHETIC: B&W FILTERS + VISUAL POLISH
   ============================================ */

/* Hero image — full B&W, high contrast */
.hero-img {
  filter: grayscale(100%) contrast(1.1);
  opacity: 0.85;
}

/* Blog thumbnails — B&W with slight darkening */
.blog-thumb {
  filter: grayscale(100%) contrast(1.05);
  transition: filter .4s ease, opacity .4s ease;
}
.blog-card:hover .blog-thumb {
  filter: grayscale(60%) contrast(1.05);
  opacity: 0.9;
}

/* Section headings — consistent sizing */
.offerings .section-title,
.vision .section-title,
.about-strip .section-title,
.testimonial .section-title,
.blog-preview .section-title {
  font-size: clamp(28px, 3vw, 42px);
  margin-bottom: 48px;
}

/* Offerings section — white bg for cards on cream */
.offerings { background: var(--cream); }
.offering-card {
  background: var(--white);
  border-top: 3px solid var(--border);
  transition: border-color .25s, transform .25s;
}
.offering-card:hover { border-top-color: var(--gold); transform: translateY(-3px); }
.offering-card h3 {
  font-family: var(--serif);
  font-size: 22px; font-weight: 400;
  margin-bottom: 12px; color: var(--black);
  text-decoration: none !important;
}

/* Vision section text */
.vision-text { font-size: 18px; color: #999; line-height: 1.85; }

/* Testimonial — tighter, more elegant */
.testimonial { background: var(--cream); }
.testimonial .section-title { color: var(--black); }
.quote-mark { line-height: 0.7; }
.testimonial blockquote { font-size: clamp(17px, 2vw, 22px); }

/* Client logos — uniform height, greyscale */
.client-logo-img {
  height: 44px;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.45);
  transition: filter .3s;
}
.client-logo-img:hover { filter: grayscale(0%) opacity(1); }

/* Blog preview — cream bg, 2-col consistent */
.blog-preview { background: var(--cream); }

/* Footer — more breathing room */
.footer { padding: 40px 60px; }
@media (max-width: 960px) { .footer { padding: 32px 24px; } }

/* ============================================
   BLOG POST PAGES
   ============================================ */
.post-hero {
  height: 420px;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%) brightness(0.55);
}

.post-body {
  background: var(--black);
  color: var(--white);
  padding: 72px 60px 100px;
  max-width: 820px;
  margin: 0 auto;
}

.post-meta {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
}

.post-body h1 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 32px;
}

.post-body h2 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  color: var(--white);
  margin: 44px 0 16px;
  padding-top: 8px;
  border-top: 1px solid #222;
}

.post-body p {
  font-size: 16px;
  color: #bbb;
  line-height: 1.9;
  margin-bottom: 20px;
}

.post-body strong {
  color: var(--white);
  font-weight: 500;
}

.post-subtitle {
  font-family: var(--serif);
  font-size: 20px !important;
  font-style: italic;
  color: var(--gold-lt) !important;
  margin-bottom: 28px !important;
}

.post-tags {
  color: var(--gold) !important;
  font-size: 13px !important;
  letter-spacing: 0.06em;
  margin-top: 32px !important;
}

.post-back {
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid #222;
}

.post-back a {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  transition: color .2s;
}

.post-back a:hover { color: var(--gold-lt); }

/* Blog listing page — dark theme throughout */
.blog-full-grid .blog-card,
.blog-grid .blog-card {
  background: var(--black) !important;
  border: 1px solid #1a1a1a;
}

.blog-card h3 { color: var(--white) !important; }
.blog-date { color: var(--gold) !important; }
.blog-card p { color: #888 !important; }
.blog-card-body { background: var(--black); }

/* Blog preview section on homepage */
.blog-preview { background: var(--black) !important; }
.blog-preview .section-title { color: var(--white) !important; }

@media (max-width: 960px) {
  .post-body { padding: 48px 24px 72px; }
  .post-hero { height: 260px; }
}

/* ============================================
   MISSION & VISION — homepage side by side
   ============================================ */
.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.mv-card {
  background: #111;
  border: 1px solid #1e1e1e;
  padding: 52px 44px;
}
.mv-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.mv-title {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 16px;
}
.mv-text {
  font-size: 15px;
  color: #777;
  line-height: 1.85;
}

/* ============================================
   TEAM — centred horizontal row
   ============================================ */
.team-grid-center {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  gap: 48px !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}
.team-grid-center .team-card {
  flex: 0 0 360px !important;
  max-width: 360px !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  background: var(--cream) !important;
  padding: 48px 36px !important;
  border-radius: 2px;
}
.team-grid-center .team-avatar.team-photo {
  width: 160px !important;
  height: 160px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: center top !important;
  margin-bottom: 24px !important;
}
.team-grid-center .team-info h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 6px;
  color: var(--black);
}
.team-grid-center .team-role {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}
.team-grid-center .team-skills {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}
@media (max-width: 800px) {
  .mv-grid { grid-template-columns: 1fr; }
  .team-grid-center {
    flex-direction: column !important;
    align-items: center !important;
  }
  .team-grid-center .team-card { flex: 0 0 auto !important; max-width: 100% !important; width: 100%; }
}

/* ============================================
   CONTACT FORM — improved visibility
   ============================================ */
.contact-form .form-group label {
  color: var(--gold) !important;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.contact-form input,
.contact-form textarea {
  color: #e0e0e0 !important;
  border-color: #2a2a2a !important;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #444 !important;
  font-style: italic;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--gold) !important;
  color: #fff !important;
}
.contact-intro {
  font-size: 15px;
  color: #888;
  line-height: 1.8;
  margin-bottom: 36px;
}

/* ============================================
   SERVICE PAGE HERO IMAGE
   ============================================ */
.service-hero-img {
  height: 400px;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%) brightness(0.5);
}


/* ============================================
   SERVICE HERO — full-width image with text overlay
   ============================================ */
.svc-hero {
  position: relative;
  width: 100%;
  min-height: 460px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}
.svc-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.25) 0%,
    rgba(0,0,0,0.75) 60%,
    rgba(0,0,0,0.95) 100%
  );
  filter: grayscale(100%);
}
/* Make the image itself grayscale */
.svc-hero {
  filter: grayscale(100%);
}
.svc-hero-overlay {
  position: relative;
  z-index: 1;
  padding: 64px 60px 72px;
  width: 100%;
  filter: none;
}
.svc-hero-overlay h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.08;
  color: var(--white);
  margin-bottom: 20px;
  max-width: 800px;
}
.svc-hero-overlay p {
  font-size: 17px;
  color: #bbb;
  line-height: 1.75;
  max-width: 620px;
  margin-bottom: 8px;
}
@media (max-width: 960px) {
  .svc-hero { min-height: 320px; }
  .svc-hero-overlay { padding: 48px 24px 56px; }
}

/* White logo versions — just control opacity */
img[alt="Twixor"].client-logo-img,
img[alt="Spar Solutions"].client-logo-img {
  filter: opacity(0.5);
}
img[alt="Twixor"].client-logo-img:hover,
img[alt="Spar Solutions"].client-logo-img:hover {
  filter: opacity(1);
}
