:root{
      /* === DESIGN SYSTEM TOKENS === */
      --esp-brand: #FCB017;
      --esp-ink: #111111;
      --esp-dark: #000000;
      --esp-text-muted: #424a57; 
      --esp-card-radius: 18px;
      --esp-line: rgba(0,0,0,.08);
      
      /* Mapped Legacy Tokens */
      --esp-text: var(--esp-text-muted);
    }

    body{
      margin: 0;
      font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      background: #ffffff;
      color: var(--esp-ink);
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    /* Heading visibility aur width fix */
    h1, h2, h3, h4, h5, h6 {
        margin: 0 0 16px;
        font-weight: 700 !important;
        line-height: 1.2;
        color: var(--esp-ink); 
        width: 100%;
    }

    p {
        margin: 0 0 24px;
        color: var(--esp-text-muted);
        font-size: 16.5px;
    }

    /* ========================= BUTTONS ========================= */
    .esp-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--esp-brand);
      color: var(--esp-ink);
      font-weight: 700;
      font-size: 16px;
      padding: 16px 36px;
      border-radius: 999px;
      text-decoration: none;
      transition: background 0.2s, transform 0.2s;
      border: 2px solid var(--esp-brand);
      cursor: pointer;
    }
    .esp-btn:hover {
      background: #ffffff; color: var(--esp-brand); transform: translateY(-1px); box-shadow: 0 18px 40px rgba(0, 0, 0, .35) 
    }

   .esp-btn-outline {
      background: var(--esp-brand);
      color: #121010;
    }
    .esp-btn-outline:hover {
     background: #ffffff; color: var(--esp-brand); transform: translateY(-1px); box-shadow: 0 18px 40px rgba(0, 0, 0, .35)
    }

    /* ========================= HERO SECTION ========================= */
    .esp-founder-hero {
      --brand: #FCB017;
      --ink: #ffffff;
      --overlay: rgba(17, 17, 17, 0.85);
      position: relative;
      isolation: isolate;
      min-height: 40vh;
      display: flex;
      align-items: center;
      color: var(--ink);
      background: url("https://eaglesecurityprotection.co.uk/wp-content/uploads/2026/02/Crem.-banner.webp") center / cover no-repeat #222;
      padding-block: clamp(80px, 10vw, 120px);
    }

    .esp-founder-hero .esp-loc__overlay {
      position: absolute;
      inset: 0;
      background: var(--overlay);
      z-index: 0;
    }

    .esp-founder-hero .esp-loc__in {
      position: relative;
      z-index: 1;
      width: min(1200px, calc(100% - 48px));
      margin-inline: auto;
      text-align: left;
    }

    .esp-founder-hero .esp-loc__title {
      margin: 0 0 16px;
      font: 700 clamp(36px, 5vw, 40px)/1.1 Nunito, system-ui, sans-serif;
      color: #fff;
      max-width: 25ch;
    }

    .esp-founder-hero .esp-loc__lead {
      margin: 0 0 24px;
      font: 600 16px/1.6 Nunito, system-ui, sans-serif;
      max-width: 65ch;
      color: #e5e7eb;
    }
    
    .esp-hero-buttons {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      margin-top: 32px;
    }

    @media (max-width: 768px) {
      .esp-founder-hero { min-height: 50vh; padding-block: 60px; }
      .esp-founder-hero .esp-loc__title { font-size: 32px; }
    }

    /* ========================= TILING SECTIONS ========================= */
    .esp-section-white {
      background: #ffffff;
      padding: clamp(60px, 8vw, 80px) 24px;
    }
    
    .esp-section-gray {
      background: #fafafa;
      padding: clamp(60px, 8vw, 80px) 24px;
      border-top: 1px solid var(--esp-line);
      border-bottom: 1px solid var(--esp-line);
    }

    .esp-container {
      max-width: 900px;
      margin: 0 auto;
    }
    
    .esp-container-wide {
      max-width: 1200px;
      margin: 0 auto;
    }

    /* ========================= QUOTE BLOCK ========================= */
    .esp-quote-block {
      background: #fff8eb;
      border-left: 6px solid var(--esp-brand);
      padding: 32px 40px;
      margin: 40px 0;
      border-radius: 0 16px 16px 0;
      position: relative;
    }
    .esp-quote-block::before {
      content: "“";
      position: absolute;
      top: 10px;
      left: 20px;
      font-size: 80px;
      line-height: 1;
      color: rgba(252, 176, 23, 0.3);
      font-family: Georgia, serif;
    }
    .esp-quote-block p {
      font-size: 20px;
      font-weight: 700;
      font-style: italic;
      color: var(--esp-ink);
      line-height: 1.6;
      margin-bottom: 12px;
      position: relative;
      z-index: 1;
    }
    .esp-quote-block span {
      font-size: 16px;
      font-weight: 700;
      color: var(--esp-text-muted);
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }

    /* ========================= LEADERSHIP & EXPERTISE ========================= */
    .esp-leadership-wrapper {
      display: grid;
      grid-template-columns: 1fr;
      gap: 40px;
      align-items: stretch;
    }

    @media (min-width: 960px) {
      .esp-leadership-wrapper {
        grid-template-columns: 1fr 450px;
        gap: 80px;
      }
    }

    .esp-leadership-content {
      position: relative;
      padding-left: 32px;
      border-left: 6px solid var(--esp-brand);
    }

    .esp-leadership-content h2 {
      font-size: clamp(32px, 4vw, 48px);
      margin-bottom: 32px;
      position: relative;
      z-index: 1;
    }

    .esp-expertise-list {
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 1;
    }

    .esp-expertise-list li {
      position: relative;
      margin-bottom: 16px;
      font-size: 16px;
      font-weight: 600;
      color: var(--esp-ink);
      line-height: 1.6;
      padding-left: 20px;
    }
    .esp-expertise-list li:last-child { margin-bottom: 0; }

    .esp-expertise-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      width: 6px;
      height: 6px;
      background-color: var(--esp-ink);
      border-radius: 50%;
    }

    /* Grayscale Image Card height fix */
    .esp-founder-card {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      background: #e2e8f0;
      box-shadow: 0 16px 40px rgba(0,0,0,0.1);
      z-index: 1;
      height: 420px;
      width: 100%;
    }

    .esp-founder-card img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      filter: grayscale(100%); 
      transition: filter 0.4s ease, transform 0.4s ease;
    }
    
    .esp-founder-card:hover img {
      filter: grayscale(0%);
      transform: scale(1.02);
    }

    .esp-founder-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 60%, transparent 100%);
      padding: 60px 32px 32px;
      color: #ffffff;
    }

    .esp-founder-overlay h3 {
      color: #ffffff;
      margin: 0 0 6px;
      font-size: 26px;
    }

    .esp-founder-overlay p {
      color: #e5e7eb;
      margin: 0;
      font-size: 16px;
      font-weight: 600;
    }

    /* ========================= EXPERTISE / SKILLS CARDS ========================= */
    .esp-skills-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 24px;
      margin-top: 40px;
    }
    
    @media (min-width: 768px) {
        .esp-skills-grid.grid-2x2 {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    
    .esp-skill-card {
      background: #ffffff;
      border: 1px solid var(--esp-line);
      border-radius: 16px;
      padding: 32px 24px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.03);
      transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
    }
    .esp-skill-card:hover {
      transform: translateY(-4px);
      border-color: var(--esp-brand);
      box-shadow: 0 12px 24px rgba(252, 176, 23, 0.1);
    }
    .esp-skill-card h4 {
      font-size: 18px;
      margin-bottom: 12px;
      color: var(--esp-ink);
    }
    .esp-skill-card p {
      font-size: 15px;
      margin: 0;
      line-height: 1.6;
    }
    .esp-skill-card ul {
      margin: 12px 0 0;
      padding-left: 20px;
      font-size: 14.5px;
      color: var(--esp-text-muted);
    }
    .esp-skill-card ul li {
      margin-bottom: 6px;
    }

    /* ============= LOCATION / COVERAGE SECTION ============= */
    .esp-location__header { text-align: center; margin-bottom: 40px; color: var(--esp-ink); }
    .esp-location__header h2 { margin: 0 0 10px; font-size: clamp(28px, 4vw, 40px); font-weight: 700; letter-spacing: -0.01em; }
    .esp-location__grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin: 0 auto; max-width: 900px; }
    .esp-location__item {
      background: #fafafa;
      border: 2px solid var(--esp-line);
      border-radius: 999px;
      padding: 12px 24px 12px 20px;
      display: flex; align-items: center; gap: 10px;
      font-weight: 700; color: var(--esp-ink); transition: all 0.2s; font-size: 16px;
    }
    .esp-location__item:hover {
      border-color: var(--esp-brand); background: #fff;
      box-shadow: 0 4px 12px rgba(252, 176, 23, 0.15); transform: translateY(-2px);
    }

    /* ========================= DYNAMIC CALCULATOR STYLES ========================= */
    .esp-calc-wrapper {
        background: #fff; border: 2px solid var(--esp-brand); border-radius: var(--esp-card-radius);
        padding: 40px; max-width: 600px; margin: 0 auto 50px;
        box-shadow: 0 10px 30px rgba(252, 176, 23, 0.1); text-align: left;
    }
    .esp-calc-field { margin-bottom: 20px; position: relative; }
    .esp-calc-label { display: block; font-weight: 700; margin-bottom: 8px; color: var(--esp-ink); }
    .esp-calc-input, .esp-calc-select {
        width: 100%; padding: 14px 16px; border: 2px solid var(--esp-line);
        border-radius: 8px; font-family: inherit; font-size: 16px;
        transition: border-color 0.2s; box-sizing: border-box;
    }
    .esp-calc-input:focus, .esp-calc-select:focus { outline: none; border-color: var(--esp-brand); }
    .esp-calc-result-box {
        margin-top: 24px; padding: 20px; background: #fff8eb;
        border-radius: 8px; text-align: center; border: 1px dashed var(--esp-brand);
    }
    .esp-calc-result-text { font-size: 28px; font-weight: 700; color: var(--esp-ink); margin: 0; }

    .esp-pricing-cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 16px;
        margin-bottom: 40px;
    }
    .esp-pricing-card {
        background: #fff; border: 1px solid var(--esp-line); border-radius: 12px;
        padding: 24px; text-align: center;
    }
    .esp-pricing-card h4 { margin: 0 0 8px; font-size: 16px; color: var(--esp-text-muted); }
    .esp-pricing-card p { margin: 0; font-size: 24px; font-weight: 700; color: var(--esp-brand); }

    /* ========================= CTA SECTION ========================= */
    .esp-cta-section { background-color: #fafafa; padding: 70px 24px; text-align: center; border-bottom: 1px solid var(--esp-line); }
    .esp-cta-section h2 { color: var(--esp-ink); font-size: clamp(28px, 4vw, 40px); margin-bottom: 16px; }
    .esp-cta-section p { color: var(--esp-text-muted); font-size: 18px; max-width: 700px; margin: 0 auto 32px; line-height: 1.7; }
    
    .esp-form-card {
      max-width: 1000px;
      width: 100%;
      margin: 40px auto 0;
      background: #fff;
      padding: clamp(32px, 5vw, 64px);
      border-radius: 24px;
      border: 1px solid var(--esp-line);
      text-align: left;
      box-shadow: 0 16px 50px rgba(0,0,0,0.06);
    }
    
    .esp-form-badges {
      margin-top: 50px;
      padding-top: 50px;
      border-top: 1px solid var(--esp-line);
      text-align: center;
    }
    
    .esp-form-badges-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      margin-top: 32px;
    }
    
    .esp-badge-item {
      border: 1px solid var(--esp-brand);
      border-radius: 12px;
      padding: 24px 16px;
      width: 160px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #fff;
      transition: transform 0.2s;
    }
    
    .esp-badge-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 24px rgba(252, 176, 23, 0.15);
    }

    /* ========================= INTERNAL LINKS FOOTER ========================= */
    .esp-internal-links {
      background: #ffffff;
      padding: 30px 24px;
      text-align: center;
      border-top: 1px solid var(--esp-line);
    }
    .esp-internal-links p {
      font-size: 14.5px;
      color: var(--esp-text-muted);
      margin: 0;
      line-height: 2;
    }
    .esp-internal-links a {
      color: var(--esp-brand);
      font-weight: 700;
      text-decoration: none;
      transition: color 0.2s;
    }
    .esp-internal-links a:hover {
      color: var(--esp-ink);
    }

/* ===== LOCKED SCOPE FOR FAQs ===== */
      .esp.mg-faqs-birmingham.v2{
        all: revert;
        --brand:#FCB017; --ink:#111; --line:#d9d9d9;
        font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
        color:#222; 
        background: #ffffff; 
        padding: 60px 16px 50px;
        border: none;
        scroll-margin-top:100px;
      }
      @media (min-width: 768px) {
          .esp.mg-faqs-birmingham.v2 {
              padding: 70px 16px 60px;
          }
      }
      .esp.mg-faqs-birmingham.v2 *{ box-sizing:border-box; font-family:inherit; }
      .esp.mg-faqs-birmingham.v2 .wrap{ max-width:1100px; margin:0 auto; }
      .esp.mg-faqs-birmingham.v2 .head{ position:relative; padding-left:18px; margin-bottom:8px; }
      .esp.mg-faqs-birmingham.v2 .head::before{
        content:""; position:absolute; left:0; top:6px; bottom:6px; width:4px; border-radius:4px;
        background:linear-gradient(180deg,var(--brand),#ffd06a);
      }
      .esp.mg-faqs-birmingham.v2 .eyebrow{
        display:inline-flex; align-items:center; gap:8px;
        padding:6px 14px; border:1px solid var(--line); border-radius:999px;
        font-weight:700; font-size:12px; letter-spacing:.06em; text-transform:uppercase;
        color:var(--brand); background:#fff; margin:0 0 10px;
      }
      #mg-faqs-bham-title{
        margin:0 0 10px; font-weight:700; color:var(--ink);
        font-size:clamp(22px,4.4vw,30px); line-height:1.15; letter-spacing:-.01em;
      }
      .esp.mg-faqs-birmingham.v2 .list{ display:grid; gap:12px; }
      .esp.mg-faqs-birmingham.v2 details{
        border:1px solid var(--line); border-radius:14px; background:#fff; overflow:hidden;
        transition:border-color .15s, box-shadow .15s, transform .15s;
      }
      .esp.mg-faqs-birmingham.v2 details[open],
      .esp.mg-faqs-birmingham.v2 details:hover{ border-color:var(--brand); box-shadow:0 10px 22px rgba(0,0,0,.06); transform:translateY(-1px); }
      .esp.mg-faqs-birmingham.v2 summary{
        list-style:none; cursor:pointer; outline:none;
        display:grid; grid-template-columns:1fr auto; gap:12px; align-items:center;
        padding:14px 16px; font-weight:700; color:#111; font-size:16px;
      }
      .esp.mg-faqs-birmingham.v2 summary::-webkit-details-marker{ display:none; }
      .esp.mg-faqs-birmingham.v2 .chev{ 
        width:24px; height:24px; 
        display:grid; place-items:center; 
        border-radius:999px; 
        border:1px solid var(--line); 
        color: var(--brand);
      }
      .esp.mg-faqs-birmingham.v2 .chev::after{ 
          content: "";
          display: inline-block;
          width: 8px;
          height: 8px;
          border-right: 2.5px solid var(--brand);
          border-bottom: 2.5px solid var(--brand);
          transform: rotate(45deg);
          transition: transform 0.2s ease;
          margin-bottom: 4px; 
      }
      .esp.mg-faqs-birmingham.v2 details[open] .chev::after{ 
          transform: rotate(-135deg); 
          margin-bottom: -2px;
      }
      .esp.mg-faqs-birmingham.v2 .answer{
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease;
        padding: 0 16px; 
        border-top: 1px solid transparent;
        font-size: 14.5px; line-height: 1.7; color: #333;
      }
      .esp.mg-faqs-birmingham.v2 details[open] .answer {
        border-top: 1px solid var(--line);
        padding-bottom: 16px;
        opacity: 1; 
        max-height: none; 
      }
      .esp.mg-faqs-birmingham.v2 .answer p{ margin:12px 0 14px; }

/* Inline styles for specialist-security-officers.html */
.st-56ff667b { color: #FCB017 !important; margin-bottom: 12px !important; font-weight: 700 !important; letter-spacing: 0.08em !important; text-transform: uppercase !important; font-size: 14px !important; }
.st-0591f8f8 { margin-top: 12px !important; font-size: 14px !important; font-weight: 700 !important; color: var(--esp-ink) !important; }
.st-5c291832 { margin-top: 24px !important; }
.st-10b9f7db { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important; gap: 24px !important; margin-top: 32px !important; }
.st-663a1957 { padding: 24px !important; }
.st-88aa25c3 { margin-top: 0 !important; }
.st-ee2ee709 { font-size: 14px !important; font-weight: 600 !important; color: var(--esp-text-muted) !important; }

/* === FAQ ACCORDION ? FAQS.HTML REFERENCE === */
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) .list{display:grid;gap:12px}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) details{margin:0;border:1px solid #d9d9d9;border-radius:14px;background:#fff;overflow:hidden;transition:border-color .15s,box-shadow .15s,transform .15s}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) details[open],:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) details:hover{border-color:#fcb017;box-shadow:0 10px 22px rgba(0,0,0,.06);transform:translateY(-1px)}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;width:100%;margin:0;padding:14px 16px;border:0;border-radius:0;outline:0;list-style:none;background:#fff;color:#111;font:700 16px/1.45 Nunito,system-ui,sans-serif;text-align:left;cursor:pointer;box-shadow:none;appearance:none}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) summary::-webkit-details-marker{display:none}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) .chev{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;margin:0;border:1px solid #d9d9d9;border-radius:999px;background:#fff;color:transparent;font-size:0;line-height:1}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) .chev::after{content:"";display:inline-block;width:8px;height:8px;margin-bottom:4px;border-right:2.5px solid #fcb017;border-bottom:2.5px solid #fcb017;transform:rotate(45deg);transition:transform .2s ease,margin .2s ease}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) details[open] .chev::after{margin-bottom:-2px;transform:rotate(-135deg)}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) .answer{max-height:0;opacity:0;overflow:hidden;padding:0 16px;border-top:1px solid transparent;background:#fff;color:#333;font-size:14.5px;line-height:1.7;transition:max-height .3s ease-out,opacity .3s ease-out,padding .3s ease}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) details[open] .answer{max-height:none;opacity:1;padding-bottom:16px;border-top-color:#d9d9d9}
:is(.esp.mg-faqs-wm.v2,.esp.mg-faqs-birmingham.v2) .answer p{margin:12px 0 14px;padding:0;color:#333}

/* === GLOBAL FOOTER ACCESSIBLE CONTRAST === */
.esp-global-footer,.esp-global-footer p,.esp-global-footer span,.esp-global-footer strong{color:#f3f4f6!important}
.esp-global-footer a{color:#fff!important;text-decoration-color:#fcb017!important}
.esp-global-footer a:hover,.esp-global-footer a:focus{color:#fcb017!important}


/* === GLOBAL HONEYPOT VISIBILITY FIX === */
input[name="company_site"] {
  position: fixed !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}