/*
Theme Name:  Wit Hires
Theme URI:   https://www.withires.co.uk
Description: Custom theme for Wit Hires Consulting Ltd — Inspection Ready. Workforce Strong.
Author:      Wit Hires Consulting Ltd
Version:     1.0.0
Text Domain: withires
*/

/* ================================================
   RESET & ROOT
   ================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

:root {
  --navy:       #0D2240;
  --navy-mid:   #163354;
  --navy-light: #1E4570;
  --green:      #2A9D5C;
  --green-light:#34B96E;
  --green-pale: #E8F7EF;
  --white:      #FFFFFF;
  --off-white:  #F5F7FA;
  --border:     #E4E9F0;
  --text:       #1A2E44;
  --muted:      #6B7E96;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

/* ================================================
   TOPBAR
   ================================================ */
.topbar { background: var(--navy); padding: 9px 0; font-size: 0.78rem; color: rgba(255,255,255,0.65); }
.topbar-inner { max-width: 1160px; margin: 0 auto; padding: 0 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.topbar a { color: rgba(255,255,255,0.75); text-decoration: none; transition: color .2s; }
.topbar a:hover { color: #34B96E; }
.topbar-links { display: flex; gap: 20px; }

/* ================================================
   NAV
   ================================================ */
nav { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 200; box-shadow: 0 2px 16px rgba(13,34,64,0.07); }
.nav-inner { max-width: 1160px; margin: 0 auto; padding: 0 28px; height: 68px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-icon { width: 38px; height: 38px; background: linear-gradient(135deg, var(--navy), var(--navy-light)); border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; color: var(--green-light); font-weight: 800; }
.logo-wordmark { font-weight: 800; font-size: 1.18rem; color: var(--navy); letter-spacing: -0.02em; }
.logo-wordmark span { color: var(--green); }
.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; }
.nav-links a { text-decoration: none; font-size: 0.87rem; font-weight: 600; color: var(--text); padding: 8px 14px; border-radius: 8px; transition: all .2s; }
.nav-links a:hover { background: var(--off-white); color: var(--navy); }
.nav-links .nav-cta { background: var(--green); color: var(--white) !important; padding: 9px 20px; border-radius: 8px; margin-left: 8px; }
.nav-links .nav-cta:hover { background: var(--green-light) !important; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(42,157,92,0.35) !important; }

/* ================================================
   HERO
   ================================================ */
.hero { background: var(--navy); position: relative; overflow: hidden; padding: 88px 28px 0; text-align: center; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg::before { content: ''; position: absolute; top: -30%; left: -20%; width: 140%; height: 160%; background: radial-gradient(ellipse 70% 60% at 30% 40%, rgba(42,157,92,0.12) 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 80% 70%, rgba(30,69,112,0.5) 0%, transparent 60%); }
.hero-waves { position: absolute; bottom: 0; left: 0; right: 0; height: 120px; }
.hero-waves svg { width: 100%; height: 100%; }
.hero-inner { max-width: 760px; margin: 0 auto; position: relative; z-index: 1; padding-bottom: 80px; }
.hero-tag { display: inline-flex; align-items: center; gap: 7px; background: rgba(42,157,92,0.15); border: 1px solid rgba(42,157,92,0.35); color: #6EE2A0; font-size: 0.73rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; margin-bottom: 26px; }
.hero-tag::before { content: ''; width: 6px; height: 6px; background: #6EE2A0; border-radius: 50%; animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }
.hero h1 { font-family: 'Fraunces', serif; font-size: clamp(2.6rem,6vw,4rem); font-weight: 700; color: var(--white); line-height: 1.1; margin-bottom: 22px; letter-spacing: -0.02em; }
.hero h1 em { font-style: italic; color: #6EE2A0; font-weight: 300; }
.hero-sub { color: rgba(255,255,255,0.65); font-size: 1.05rem; line-height: 1.7; max-width: 580px; margin: 0 auto 36px; }
.hero-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.btn-green { background: var(--green); color: var(--white); padding: 13px 26px; border-radius: 9px; font-weight: 700; font-size: 0.9rem; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; transition: all .25s; box-shadow: 0 4px 16px rgba(42,157,92,0.4); }
.btn-green:hover { background: var(--green-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(42,157,92,0.45); }
.btn-outline-white { border: 1.5px solid rgba(255,255,255,0.3); color: var(--white); padding: 13px 26px; border-radius: 9px; font-weight: 600; font-size: 0.9rem; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; transition: all .25s; }
.btn-outline-white:hover { border-color: #6EE2A0; color: #6EE2A0; }
.hero-pills { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; padding-bottom: 28px; }
.hero-pill { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.7); font-size: 0.78rem; font-weight: 500; padding: 6px 16px; border-radius: 100px; }
.hero-pill .dot { color: var(--green-light); margin-right: 4px; }

/* ================================================
   SHARED SECTION STYLES
   ================================================ */
.section-eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); margin-bottom: 12px; }
.section-h2 { font-family: 'Fraunces', serif; font-size: clamp(1.9rem,4vw,2.7rem); font-weight: 700; color: var(--navy); line-height: 1.15; margin-bottom: 14px; letter-spacing: -0.02em; }
.section-sub { font-size: 0.97rem; color: var(--muted); max-width: 560px; margin: 0 auto 48px; line-height: 1.7; }
.section-sub strong { color: var(--navy); font-weight: 700; }

/* ================================================
   SERVICES
   ================================================ */
.pain-section { background: var(--white); padding: 72px 28px; text-align: center; }
.pain-inner { max-width: 1160px; margin: 0 auto; }
.services-grid-img { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-bottom: 16px; }
.services-grid-img-row2 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.svc-img-card { border-radius: 16px; overflow: hidden; position: relative; cursor: pointer; transition: transform .3s, box-shadow .3s; aspect-ratio: 3/4; background: var(--navy); border: 2px solid transparent; }
.svc-img-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(13,34,64,0.18); border-color: var(--green); }
.svc-img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .5s; display: block; filter: brightness(0.55) saturate(0.8); }
.svc-img-card:hover .svc-img { transform: scale(1.07); filter: brightness(0.45) saturate(0.7); }
.svc-img-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,34,64,0.95) 0%, rgba(13,34,64,0.4) 55%, transparent 100%); pointer-events: none; }
.svc-img-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 16px; z-index: 2; text-align: left; }
.svc-img-icon { width: 36px; height: 36px; background: rgba(42,157,92,0.9); border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 1rem; margin-bottom: 10px; backdrop-filter: blur(6px); }
.svc-img-label { font-size: 0.87rem; font-weight: 800; color: var(--white); line-height: 1.25; margin-bottom: 5px; }
.svc-img-desc { font-size: 0.73rem; color: rgba(255,255,255,0.65); line-height: 1.45; display: none; transition: all .3s; }
.svc-img-card:hover .svc-img-desc { display: block; }
.svc-img-card .new-tag { position: absolute; top: 12px; right: 12px; z-index: 3; background: var(--green); color: white; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.08em; padding: 3px 9px; border-radius: 100px; }
.svc-img-card.highlight-card::after { background: linear-gradient(to top, rgba(13,50,30,0.95) 0%, rgba(13,50,30,0.5) 55%, transparent 100%); }
.svc-img-card.highlight-card { border-color: rgba(42,157,92,0.6); }

/* ================================================
   VALUE PROPS
   ================================================ */
.value-section { background: var(--navy); padding: 80px 28px; text-align: center; position: relative; overflow: hidden; }
.value-section::before { content: ''; position: absolute; top: -50%; left: -10%; width: 120%; height: 200%; background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(42,157,92,0.08) 0%, transparent 65%); pointer-events: none; }
.value-inner { max-width: 1160px; margin: 0 auto; position: relative; z-index: 1; }
.value-section .section-h2 { color: var(--white); margin-bottom: 10px; }
.value-section .section-sub { color: rgba(255,255,255,0.55); margin-bottom: 52px; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.value-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 36px 28px; text-align: left; transition: all .3s; }
.value-card:hover { background: rgba(42,157,92,0.08); border-color: rgba(42,157,92,0.3); transform: translateY(-4px); }
.value-icon { width: 50px; height: 50px; background: rgba(42,157,92,0.15); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 20px; }
.value-card h3 { font-family: 'Fraunces', serif; font-size: 1.2rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.value-card p { font-size: 0.87rem; color: rgba(255,255,255,0.55); line-height: 1.65; }
.value-card ul { list-style: none; margin-top: 14px; }
.value-card li { font-size: 0.82rem; color: rgba(255,255,255,0.5); padding: 5px 0; border-top: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; gap: 8px; }
.value-card li::before { content: '✓'; color: #6EE2A0; font-size: 0.75rem; flex-shrink: 0; }

/* ================================================
   RECRUITMENT STRIP
   ================================================ */
.recruit-strip { background: var(--off-white); padding: 72px 28px; text-align: center; }
.recruit-inner { max-width: 800px; margin: 0 auto; }
.btn-navy { background: var(--navy); color: var(--white); padding: 13px 28px; border-radius: 9px; font-weight: 700; font-size: 0.9rem; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all .25s; }
.btn-navy:hover { background: var(--navy-mid); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(13,34,64,0.2); }

/* ================================================
   PROCESS
   ================================================ */
.process-section { background: var(--white); padding: 80px 28px; text-align: center; }
.process-inner { max-width: 1160px; margin: 0 auto; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; position: relative; }
.process-connector { position: absolute; top: 38px; left: 12.5%; right: 12.5%; height: 2px; background: linear-gradient(90deg, var(--green), var(--navy)); opacity: 0.15; }
.process-step { padding: 0 20px; position: relative; z-index: 1; }
.step-bubble { width: 76px; height: 76px; background: linear-gradient(135deg, var(--navy), var(--navy-light)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; position: relative; box-shadow: 0 8px 24px rgba(13,34,64,0.2); }
.step-num-big { font-family: 'Fraunces', serif; font-size: 1.8rem; font-weight: 700; color: #6EE2A0; line-height: 1; }
.step-check { position: absolute; bottom: -2px; right: -2px; width: 24px; height: 24px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 0.7rem; border: 2px solid white; }
.process-step h4 { font-weight: 800; font-size: 0.95rem; color: var(--navy); margin-bottom: 8px; }
.process-step p { font-size: 0.82rem; color: var(--muted); line-height: 1.6; }

/* ================================================
   TESTIMONIAL
   ================================================ */
.testimonial-section { background: var(--navy); padding: 0 28px; overflow: hidden; }
.testimonial-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.3fr; min-height: 400px; }
.testi-image { background: var(--navy-mid); position: relative; display: flex; align-items: flex-end; padding: 40px; overflow: hidden; }
.testi-image::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, transparent 50%, var(--navy) 100%); z-index: 1; }
.testi-image-photo { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; filter: brightness(0.6); }
.testi-content { padding: 60px 48px 60px 24px; display: flex; flex-direction: column; justify-content: center; }
.testi-section-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #6EE2A0; margin-bottom: 16px; }
.quote-mark { font-family: 'Fraunces', serif; font-size: 5rem; line-height: 0.6; color: rgba(42,157,92,0.3); margin-bottom: 16px; }
.testi-text { font-size: 1.05rem; color: rgba(255,255,255,0.8); line-height: 1.75; margin-bottom: 28px; font-style: italic; }
.testi-author-row { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.testi-avatar { width: 46px; height: 46px; background: linear-gradient(135deg, var(--green), var(--green-light)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; color: white; font-size: 0.9rem; flex-shrink: 0; }
.testi-name { font-weight: 700; color: var(--white); font-size: 0.95rem; }
.testi-role { font-size: 0.78rem; color: rgba(255,255,255,0.45); }
.testi-stars { color: #FBBF24; letter-spacing: 2px; font-size: 0.9rem; }
.testi-dots { display: flex; gap: 8px; margin-top: 20px; }
.testi-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.2); cursor: pointer; transition: all .2s; }
.testi-dot.active { background: var(--green); width: 24px; border-radius: 4px; }

/* ================================================
   FINAL CTA
   ================================================ */
.final-cta { background: var(--off-white); padding: 80px 28px; text-align: center; border-top: 1px solid var(--border); }
.final-cta-inner { max-width: 700px; margin: 0 auto; }
.cta-btn-group { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.btn-outline-navy { border: 2px solid var(--navy); color: var(--navy); padding: 13px 26px; border-radius: 9px; font-weight: 700; font-size: 0.9rem; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: all .25s; }
.btn-outline-navy:hover { background: var(--navy); color: var(--white); }
.cta-contact-bar { margin-top: 36px; font-size: 0.83rem; color: var(--muted); display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; }

/* ================================================
   FOOTER
   ================================================ */
footer { background: #08141F; color: rgba(255,255,255,0.45); padding: 60px 28px 28px; }
.footer-top { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.07); margin-bottom: 28px; }
.footer-brand-desc { font-size: 0.83rem; line-height: 1.7; margin: 16px 0 20px; }
.footer-legal-note { background: rgba(42,157,92,0.08); border: 1px solid rgba(42,157,92,0.2); border-radius: 8px; padding: 12px 16px; font-size: 0.73rem; line-height: 1.6; color: rgba(255,255,255,0.4); }
.footer-legal-note strong { color: rgba(42,157,92,0.9); }
.footer-col h4 { font-size: 0.75rem; font-weight: 800; color: var(--white); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 18px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { font-size: 0.83rem; color: rgba(255,255,255,0.4); text-decoration: none; transition: color .2s; }
.footer-col a:hover { color: #6EE2A0; }
.footer-col a.green-link { color: #6EE2A0; }
.footer-bottom { max-width: 1160px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; font-size: 0.76rem; flex-wrap: wrap; gap: 12px; }
.footer-bottom-links { display: flex; gap: 18px; }
.footer-bottom-links a { color: rgba(255,255,255,0.3); text-decoration: none; }
.footer-bottom-links a:hover { color: #6EE2A0; }

/* ================================================
   ANIMATIONS
   ================================================ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .services-grid-img, .services-grid-img-row2 { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 768px) {
  .services-grid-img, .services-grid-img-row2 { grid-template-columns: repeat(2,1fr); }
  .value-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-connector { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .testimonial-inner { grid-template-columns: 1fr; }
  .testi-image { display: none; }
  .testi-content { padding: 48px 28px; }
  /* nav items hidden by default on mobile — shown via hamburger overlay (#wh-nav-links.open) */
  .wh-nav .nav-links:not(.open) li { display: none; }
  .wh-nav #wh-nav-links li { display: list-item; } /* override: open overlay shows all */
  .svc-img-desc { display: block !important; }
}
@media (max-width: 480px) {
  .services-grid-img, .services-grid-img-row2 { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}

/* ================================================
   DROPDOWN NAV — matching screenshot style
   ================================================ */
.wh-nav { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 200; box-shadow: 0 2px 16px rgba(13,34,64,0.07); }

.wh-has-dropdown { position: relative; }

.wh-nav-parent { display: flex; align-items: center; gap: 5px; cursor: pointer; }
.wh-caret { font-size: 0.65rem; transition: transform .2s; display: inline-block; }
.wh-has-dropdown:hover .wh-caret,
.wh-has-dropdown.open .wh-caret { transform: rotate(180deg); }

/* Dropdown panel */
.wh-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(13,34,64,0.15);
  border: 1px solid var(--border);
  padding: 8px;
  padding-top: 16px;
  z-index: 300;
  animation: ddFade .18s ease;
}
/* Invisible bridge fills the gap between nav item and dropdown so hover is unbroken */
.wh-has-dropdown::after {
  content: '';
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 16px;
  z-index: 299;
}
.wh-has-dropdown:hover::after { display: block; }
@keyframes ddFade { from{opacity:0;transform:translateY(-6px)} to{opacity:1;transform:translateY(0)} }

.wh-has-dropdown:hover .wh-dropdown,
.wh-has-dropdown.open .wh-dropdown { display: block; }

.wh-dropdown a {
  display: block;
  padding: 12px 14px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text) !important;
  text-decoration: none;
  border-radius: 8px;
  transition: background .15s, color .15s;
  background: none !important;
}
.wh-dropdown a:hover { background: var(--off-white) !important; color: var(--navy) !important; }

/* Wide dropdown for services */
.wh-dropdown-wide { min-width: 300px; }

/* Services dropdown group heading (styled like screenshot 2 header) */
.wh-dd-group-title {
  background: var(--navy);
  color: var(--white);
  font-weight: 800;
  font-size: 0.85rem;
  padding: 12px 14px;
  border-radius: 8px;
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wh-dd-group-title::after { content: '↗'; color: #6EE2A0; font-size: 1rem; }

/* "All Services" footer link */
.wh-dd-all {
  margin-top: 4px;
  background: var(--off-white) !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  border-top: 1px solid var(--border);
}
.wh-dd-all:hover { background: var(--green-pale) !important; color: var(--green) !important; }

/* Hamburger */
.wh-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.wh-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: all .3s;
}

/* Mobile nav */
@media (max-width: 768px) {
  .wh-hamburger { display: flex; }
  #wh-nav-links {
    display: none;
    position: fixed;
    inset: 0;
    background: var(--white);
    z-index: 500;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 28px 40px;
    gap: 0;
    overflow-y: auto;
  }
  #wh-nav-links.open { display: flex; }
  #wh-nav-links li { width: 100%; }
  #wh-nav-links > li > a {
    display: block;
    padding: 14px 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--navy) !important;          /* fix: was inheriting white */
    border-bottom: 1px solid var(--border);
    border-radius: 0;
    background: none !important;
  }
  /* CTA button — reset to pill style on mobile */
  #wh-nav-links .nav-cta {
    display: inline-block !important;
    width: auto !important;
    margin-top: 20px;
    padding: 12px 24px !important;
    background: var(--green) !important;
    color: var(--white) !important;
    border-radius: 8px !important;
    border-bottom: none !important;
    font-size: 1rem !important;
  }
  #wh-nav-links .nav-cta:hover { background: var(--green-light) !important; }
  /* Keep the li that wraps nav-cta from stretching it */
  #wh-nav-links li:has(.nav-cta) { width: auto; }
  .wh-dropdown { position: static; box-shadow: none; border: none; padding: 0 0 0 16px; display: block; border-radius: 0; }
  .wh-dropdown a { color: var(--text) !important; font-size: 0.95rem !important; padding: 10px 0 !important; border-bottom: 1px solid var(--border); border-radius: 0; background: none !important; }
  .wh-dd-group-title { display: none; }
  /* Close button for mobile overlay */
  .wh-nav-close {
    position: fixed;
    top: 18px;
    right: 20px;
    z-index: 600;
    background: none;
    border: none;
    font-size: 1.6rem;
    color: var(--navy);
    cursor: pointer;
    display: none;
    line-height: 1;
    padding: 4px 8px;
  }
  #wh-nav-links.open ~ .wh-nav-close,
  .wh-nav-close.visible { display: block; }
}

/* ================================================
   PAGE SHORTCODE STYLES
   ================================================ */

/* --- Base page wrapper --- */
.wh-page { font-family: 'Plus Jakarta Sans', sans-serif; }

/* --- Page hero banner --- */
.wh-page-hero {
  background: var(--navy);
  position: relative;
  overflow: hidden;
  padding: 80px 28px 72px;
}
.wh-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 30% 50%, rgba(42,157,92,0.12) 0%, transparent 65%);
}
.wh-page-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
.wh-page-eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6EE2A0;
  margin-bottom: 14px;
}
.wh-page-h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.12;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}
.wh-page-intro {
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  max-width: 640px;
  margin: 0 auto;
}

/* --- Section wrappers --- */
.wh-section { padding: 64px 28px; }
.wh-container { max-width: 1100px; margin: 0 auto; }
.wh-narrow { max-width: 740px; }
.wh-light-bg  { background: var(--white); }
.wh-offwhite-bg { background: var(--off-white); }
.wh-navy-bg   { background: var(--navy); }

/* --- Panel headings --- */
.wh-panel-eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 10px;
}
.wh-panel-h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.wh-panel-h2.wh-white { color: var(--white); }
.wh-panel-sub { font-size: 0.95rem; color: var(--muted); line-height: 1.7; margin-bottom: 24px; }
.wh-panel-sub.wh-faded { color: rgba(255,255,255,0.55); }
.wh-panel-p { font-size: 0.95rem; color: var(--text); line-height: 1.7; margin-bottom: 20px; }

/* --- Two panel layout --- */
.wh-two-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 768px) { .wh-two-panel { grid-template-columns: 1fr; gap: 32px; } }

/* --- Pillars grid (About page) --- */
.wh-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .wh-pillars-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 480px) { .wh-pillars-grid { grid-template-columns: 1fr; } }

.wh-pillar-card {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 22px;
  text-align: center;
  transition: transform .3s, box-shadow .3s;
}
.wh-pillar-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(13,34,64,0.1); }
.wh-pillar-icon { font-size: 2rem; margin-bottom: 14px; }
.wh-pillar-card h3 { font-family: 'Fraunces', serif; font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.wh-pillar-card p  { font-size: 0.83rem; color: var(--muted); line-height: 1.65; }

/* --- Check list (How we work) --- */
.wh-check-list { list-style: none; padding: 0; }
.wh-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  line-height: 1.5;
}
.wh-check-list li::before {
  content: '✓';
  color: #6EE2A0;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 2px;
}

/* --- Mission/Vision cards --- */
.wh-mvv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 40px; }
@media (max-width: 640px) { .wh-mvv-grid { grid-template-columns: 1fr; } }
.wh-mvv-card { border-radius: 14px; padding: 32px 28px; }
.wh-navy-bg.wh-mvv-card { background: var(--navy); }
.wh-green-bg { background: var(--green); }
.wh-mvv-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 12px; }
.wh-mvv-text { font-size: 0.95rem; color: var(--white); line-height: 1.7; }

/* --- Values list --- */
.wh-values-block { background: var(--off-white); border-radius: 14px; padding: 28px; }
.wh-values-title { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); margin-bottom: 16px; }
.wh-value-item { padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.wh-value-label { font-weight: 700; color: var(--navy); }
.wh-value-desc { color: var(--muted); }

/* --- Philosophy pillars --- */
.wh-phil-label { display: inline-block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green); background: var(--green-pale); padding: 4px 12px; border-radius: 100px; margin-bottom: 14px; }
.wh-phil-h2 { font-family: 'Fraunces', serif; font-size: clamp(1.6rem,3.5vw,2.3rem); font-weight: 700; color: var(--navy); margin-bottom: 16px; line-height: 1.15; }
.wh-phil-p { font-size: 0.96rem; color: var(--text); line-height: 1.8; max-width: 720px; }

/* --- Delivery services grid (Philosophy) --- */
.wh-delivery-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 32px; }
@media (max-width: 640px) { .wh-delivery-grid { grid-template-columns: 1fr; } }
.wh-delivery-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 24px 20px; }
.wh-delivery-card h4 { font-weight: 800; color: var(--white); margin-bottom: 8px; font-size: 0.93rem; }
.wh-delivery-card p  { font-size: 0.83rem; color: rgba(255,255,255,0.55); line-height: 1.6; }

/* --- Careers --- */
.wh-careers-box, .wh-apply-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 32px 28px;
  margin-bottom: 20px;
}
.wh-careers-box h3, .wh-apply-box h3 { font-family: 'Fraunces', serif; font-size: 1.3rem; color: var(--navy); margin-bottom: 18px; }
.wh-no-vacancies { display: flex; align-items: flex-start; gap: 14px; background: var(--off-white); border-radius: 10px; padding: 18px; }
.wh-no-vac-icon { font-size: 1.5rem; flex-shrink: 0; }
.wh-no-vacancies p { font-size: 0.9rem; color: var(--muted); line-height: 1.65; }
.wh-apply-box p { font-size: 0.9rem; color: var(--muted); margin-bottom: 18px; line-height: 1.7; }
.wh-apply-email { font-size: 0.82rem; color: var(--green); margin-top: 12px; }

/* ================================================
   SERVICE PAGE STYLES (screenshot 2 style)
   ================================================ */

/* Service hero */
.wh-svc-hero {
  background: var(--navy);
  padding: 72px 28px 60px;
}
.wh-svc-hero .wh-container { max-width: 900px; }
.wh-svc-category {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6EE2A0;
  margin-bottom: 16px;
}
.wh-svc-h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.12;
  margin-bottom: 18px;
}
.wh-svc-intro { font-size: 1rem; color: rgba(255,255,255,0.65); line-height: 1.75; max-width: 640px; }

/* Service list — matches screenshot 2 exactly */
.wh-svc-list-section { background: var(--off-white); }

.wh-svc-list-header {
  background: var(--navy);
  padding: 18px 28px;
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.wh-svc-list-header .wh-container { display: flex; align-items: center; }

.wh-svc-list-item {
  border-bottom: 1px solid var(--border);
  background: var(--off-white);
  transition: background .15s;
}
.wh-svc-list-item:hover { background: var(--white); }
.wh-svc-list-item .wh-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 28px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
}
.wh-svc-list-item-lg .wh-container { font-size: 1.2rem; padding: 26px 28px; }
.wh-svc-list-item a { text-decoration: none; color: inherit; flex: 1; }
.wh-svc-arrow {
  width: 36px; height: 36px;
  background: var(--green);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 0.9rem;
  flex-shrink: 0;
  transition: transform .2s, background .2s;
  text-decoration: none;
}
.wh-svc-list-item:hover .wh-svc-arrow { background: var(--navy); transform: rotate(45deg); }

/* All Services footer bar */
.wh-svc-list-footer {
  background: var(--navy);
}
.wh-svc-list-footer .wh-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
}
.wh-svc-list-footer a { color: var(--white); text-decoration: none; }

/* Notice box */
.wh-notice-box {
  background: #FFFBF0;
  border: 1px solid #F59E0B;
  border-left: 4px solid #F59E0B;
  border-radius: 10px;
  padding: 20px 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.wh-notice-icon { font-size: 1.4rem; flex-shrink: 0; }
.wh-notice-box strong { display: block; color: var(--navy); margin-bottom: 8px; font-size: 0.9rem; }
.wh-notice-box p { font-size: 0.85rem; color: var(--text); line-height: 1.65; }

/* Industries */
.wh-industries-title { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--green); margin-bottom: 14px; }
.wh-industries-row { display: flex; gap: 10px; flex-wrap: wrap; }
.wh-industry-tag {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 100px;
  padding: 8px 18px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
}

/* CTA strip */
.wh-cta-strip { padding: 48px 28px; }
.wh-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.wh-cta-h3 { font-family: 'Fraunces', serif; font-size: 1.5rem; color: var(--white); margin-bottom: 6px; }
.wh-cta-sub { font-size: 0.88rem; color: rgba(255,255,255,0.55); }

/* ================================================
   SERVICES OVERVIEW CARDS
   ================================================ */
.wh-overview-cards {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 16px;
}
@media (max-width: 1024px) { .wh-overview-cards { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 640px)  { .wh-overview-cards { grid-template-columns: repeat(2,1fr); } }

.wh-overview-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 22px 18px;
  position: relative;
  transition: transform .25s, box-shadow .25s;
}
.wh-overview-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(13,34,64,0.1); }
.wh-card-highlight { border-color: var(--green); }
.wh-overview-badge {
  position: absolute;
  top: 10px; right: 10px;
  background: var(--green); color: white;
  font-size: 0.6rem; font-weight: 800;
  letter-spacing: 0.07em;
  padding: 3px 8px; border-radius: 100px;
}
.wh-overview-icon { font-size: 1.6rem; margin-bottom: 12px; }
.wh-overview-card h4 { font-weight: 800; font-size: 0.88rem; color: var(--navy); margin-bottom: 8px; }
.wh-overview-card p  { font-size: 0.78rem; color: var(--muted); line-height: 1.55; }

/* ================================================
   TESTIMONIALS PAGE
   ================================================ */
.wh-testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
@media (max-width: 900px) { .wh-testi-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .wh-testi-grid { grid-template-columns: 1fr; } }

.wh-testi-full-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 28px 24px;
  transition: box-shadow .25s;
}
.wh-testi-full-card:hover { box-shadow: 0 8px 28px rgba(13,34,64,0.1); }
.wh-testi-stars { color: #FBBF24; font-size: 0.9rem; margin-bottom: 14px; letter-spacing: 3px; }
.wh-testi-quote { font-size: 0.9rem; color: var(--text); line-height: 1.75; font-style: italic; margin-bottom: 20px; border: none; padding: 0; }
.wh-testi-author { display: flex; align-items: center; gap: 12px; }
.wh-testi-av { width: 40px; height: 40px; background: linear-gradient(135deg, var(--green), var(--green-light)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; color: white; font-size: 0.8rem; flex-shrink: 0; }
.wh-testi-author strong { display: block; font-size: 0.87rem; color: var(--navy); }
.wh-testi-author span { font-size: 0.78rem; color: var(--muted); }

/* ================================================
   CONTACT PAGE
   ================================================ */
.wh-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 768px) { .wh-contact-grid { grid-template-columns: 1fr; } }

.wh-contact-details h3 { font-family: 'Fraunces', serif; font-size: 1.4rem; color: var(--navy); margin-bottom: 24px; }
.wh-contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.wh-contact-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.wh-contact-item strong { display: block; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 4px; }
.wh-contact-item p, .wh-contact-item a { font-size: 0.95rem; color: var(--text); text-decoration: none; line-height: 1.6; }
.wh-contact-item a:hover { color: var(--green); }

.wh-consult-box {
  background: var(--navy);
  border-radius: 16px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.wh-consult-icon { font-size: 2rem; }
.wh-consult-box h3 { font-family: 'Fraunces', serif; font-size: 1.4rem; color: var(--white); }
.wh-consult-box p { font-size: 0.9rem; color: rgba(255,255,255,0.6); line-height: 1.7; }
.wh-form-note { font-size: 0.8rem !important; color: rgba(255,255,255,0.4) !important; }

/* ================================================
   BUTTONS (shared across pages)
   ================================================ */
.wh-btn-green {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--green); color: var(--white);
  padding: 12px 24px; border-radius: 9px;
  font-weight: 700; font-size: 0.88rem;
  text-decoration: none; transition: all .25s;
  box-shadow: 0 4px 14px rgba(42,157,92,0.35);
}
.wh-btn-green:hover { background: var(--green-light); transform: translateY(-2px); }

.wh-btn-white {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--white); color: var(--navy);
  padding: 12px 24px; border-radius: 9px;
  font-weight: 700; font-size: 0.88rem;
  text-decoration: none; transition: all .25s;
}
.wh-btn-white:hover { background: var(--off-white); transform: translateY(-2px); }

.wh-btn-wa {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.08); color: var(--white);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 12px 24px; border-radius: 9px;
  font-weight: 600; font-size: 0.88rem;
  text-decoration: none; transition: all .25s;
}
.wh-btn-wa:hover { background: rgba(255,255,255,0.15); }

/* ================================================
   ADMIN: shortcode info box
   ================================================ */
.wh-shortcode-info {
  background: #E8F7EF;
  border: 1px solid rgba(42,157,92,0.3);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 20px;
  font-size: 0.85rem;
  color: var(--navy);
}
.wh-shortcode-info code {
  background: var(--navy);
  color: #6EE2A0;
  padding: 3px 9px;
  border-radius: 5px;
  font-size: 0.85rem;
  margin-left: 6px;
}
