{"id":20,"date":"2026-04-16T02:47:00","date_gmt":"2026-04-16T02:47:00","guid":{"rendered":"http:\/\/abovebeyondai.com\/?page_id=20"},"modified":"2026-04-16T03:01:40","modified_gmt":"2026-04-16T03:01:40","slug":"landing","status":"publish","type":"page","link":"http:\/\/abovebeyondai.com\/","title":{"rendered":"Landing"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\"\/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n<title>Above \/ Beyond AI \u2014 Creative Operations, Elevated<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\/>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\/>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&#038;family=DM+Sans:wght@300;400;500&#038;family=DM+Mono:wght@300;400&#038;display=swap\" rel=\"stylesheet\"\/>\n<style>\n  #abovebeyond-wrap *, #abovebeyond-wrap *::before, #abovebeyond-wrap *::after {\n    box-sizing: border-box; margin: 0; padding: 0;\n  }\n  :root {\n    --navy: #0D1B2A; --navy-mid: #152232; --navy-light: #1E3045;\n    --gold: #C9A84C; --gold-light: #E8C97A; --gold-pale: #F5EDD6;\n    --cream: #FAF7F2; --white: #FFFFFF; --text-muted: #7A8A99;\n    --border: rgba(201,168,76,0.2);\n  }\n  html { scroll-behavior: smooth; }\n  #abovebeyond-wrap {\n    font-family: 'DM Sans', sans-serif; background: var(--navy);\n    color: var(--cream); overflow-x: hidden; cursor: none; width: 100%; min-height: 100vh;\n  }\n  \/* Hide WP theme elements so your site takes over *\/\n  #site-header, header.site-header, .site-header,\n  #site-footer, footer.site-footer, .site-footer,\n  .site-sidebar, #secondary, aside.widget-area,\n  .wp-block-template-part { display: none !important; }\n  .wp-site-blocks, .entry-content, .site-content,\n  main, #primary, #content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }\n\n  #abovebeyond-wrap .cursor { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999; }\n  #abovebeyond-wrap .cursor-dot { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; transform: translate(-50%,-50%); transition: transform 0.1s ease; }\n  #abovebeyond-wrap .cursor-ring { width: 36px; height: 36px; border: 1px solid rgba(201,168,76,0.5); border-radius: 50%; transform: translate(-50%,-50%); transition: all 0.25s ease; position: absolute; top: 0; left: 0; }\n  #abovebeyond-wrap:has(a:hover) .cursor-ring, #abovebeyond-wrap:has(button:hover) .cursor-ring { width: 56px; height: 56px; border-color: var(--gold); background: rgba(201,168,76,0.05); }\n\n  #abovebeyond-wrap nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 24px 60px; display: flex; align-items: center; justify-content: space-between; backdrop-filter: blur(20px); background: rgba(13,27,42,0.85); border-bottom: 1px solid var(--border); transition: all 0.3s ease; }\n  #abovebeyond-wrap .nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; letter-spacing: 0.15em; color: var(--white); text-decoration: none; display: flex; align-items: center; gap: 10px; }\n  #abovebeyond-wrap .nav-logo span { color: var(--gold); }\n  #abovebeyond-wrap .nav-links { display: flex; gap: 40px; list-style: none; }\n  #abovebeyond-wrap .nav-links a { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); text-decoration: none; transition: color 0.3s ease; cursor: none; position: relative; }\n  #abovebeyond-wrap .nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform 0.3s ease; }\n  #abovebeyond-wrap .nav-links a:hover { color: var(--gold-light); }\n  #abovebeyond-wrap .nav-links a:hover::after { transform: scaleX(1); }\n  #abovebeyond-wrap .nav-cta { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); background: var(--gold); border: none; padding: 10px 24px; cursor: none; transition: all 0.3s ease; }\n  #abovebeyond-wrap .nav-cta:hover { background: var(--gold-light); transform: translateY(-1px); }\n\n  #abovebeyond-wrap .page { display: none; min-height: 100vh; }\n  #abovebeyond-wrap .page.active { display: block; }\n\n  #abovebeyond-wrap .hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: hidden; padding-top: 80px; }\n  #abovebeyond-wrap .hero-bg { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 60% 80% at 70% 50%, rgba(201,168,76,0.06) 0%, transparent 60%), radial-gradient(ellipse 40% 60% at 20% 80%, rgba(30,48,69,0.8) 0%, transparent 50%); }\n  #abovebeyond-wrap .hero-bg::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px); background-size: 60px 60px; animation: ab-gridShift 20s linear infinite; }\n  @keyframes ab-gridShift { 0% { background-position: 0 0; } 100% { background-position: 60px 60px; } }\n  #abovebeyond-wrap .hero-left { display: flex; flex-direction: column; justify-content: center; padding: 80px 60px 80px 80px; position: relative; z-index: 2; }\n  #abovebeyond-wrap .hero-eyebrow { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 32px; display: flex; align-items: center; gap: 16px; opacity: 0; animation: ab-fadeUp 0.8s ease 0.2s forwards; }\n  #abovebeyond-wrap .hero-eyebrow::before { content: ''; width: 40px; height: 1px; background: var(--gold); }\n  #abovebeyond-wrap .hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(52px, 6vw, 88px); font-weight: 300; line-height: 1.05; letter-spacing: -0.01em; color: var(--white); margin-bottom: 32px; opacity: 0; animation: ab-fadeUp 0.8s ease 0.4s forwards; }\n  #abovebeyond-wrap .hero-title em { font-style: italic; color: var(--gold); font-weight: 300; }\n  #abovebeyond-wrap .hero-body { font-size: 16px; line-height: 1.75; color: #A8BCC9; max-width: 480px; margin-bottom: 52px; opacity: 0; animation: ab-fadeUp 0.8s ease 0.6s forwards; }\n  #abovebeyond-wrap .hero-actions { display: flex; gap: 20px; align-items: center; opacity: 0; animation: ab-fadeUp 0.8s ease 0.8s forwards; }\n  #abovebeyond-wrap .btn-primary { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; background: var(--gold); color: var(--navy); border: none; padding: 16px 36px; cursor: none; transition: all 0.3s ease; font-weight: 500; }\n  #abovebeyond-wrap .btn-primary:hover { background: var(--gold-light); box-shadow: 0 8px 32px rgba(201,168,76,0.3); transform: translateY(-2px); }\n  #abovebeyond-wrap .btn-ghost { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; background: transparent; color: var(--cream); border: 1px solid var(--border); padding: 16px 36px; cursor: none; transition: all 0.3s ease; }\n  #abovebeyond-wrap .btn-ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }\n  #abovebeyond-wrap .hero-right { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 80px 60px; }\n  #abovebeyond-wrap .hero-visual { position: relative; width: 100%; max-width: 480px; }\n  #abovebeyond-wrap .metric-card { background: rgba(21,34,50,0.9); border: 1px solid var(--border); backdrop-filter: blur(20px); padding: 28px 32px; position: absolute; animation: ab-float 6s ease-in-out infinite; }\n  #abovebeyond-wrap .metric-card:nth-child(2) { animation-delay: -2s; }\n  #abovebeyond-wrap .metric-card:nth-child(3) { animation-delay: -4s; }\n  @keyframes ab-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }\n  #abovebeyond-wrap .metric-card-main { position: relative; top: 60px; left: 20px; width: 260px; opacity: 0; animation: ab-fadeIn 1s ease 1s forwards, ab-float 6s ease-in-out 1s infinite; }\n  #abovebeyond-wrap .metric-card-2 { top: 0; right: 0; width: 220px; opacity: 0; animation: ab-fadeIn 1s ease 1.3s forwards, ab-float 6s ease-in-out -2s infinite; }\n  #abovebeyond-wrap .metric-card-3 { bottom: -20px; right: 30px; width: 200px; opacity: 0; animation: ab-fadeIn 1s ease 1.6s forwards, ab-float 6s ease-in-out -4s infinite; }\n  @keyframes ab-fadeIn { to { opacity: 1; } }\n  @keyframes ab-fadeUp { to { opacity: 1; transform: translateY(0); } }\n  #abovebeyond-wrap .metric-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }\n  #abovebeyond-wrap .metric-value { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 300; color: var(--white); line-height: 1; margin-bottom: 4px; }\n  #abovebeyond-wrap .metric-desc { font-size: 12px; color: var(--text-muted); line-height: 1.5; }\n\n  #abovebeyond-wrap .marquee-section { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 20px 0; overflow: hidden; background: var(--navy-mid); }\n  #abovebeyond-wrap .marquee-track { display: flex; gap: 60px; animation: ab-marquee 25s linear infinite; white-space: nowrap; }\n  #abovebeyond-wrap .marquee-item { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); flex-shrink: 0; display: flex; align-items: center; gap: 20px; }\n  #abovebeyond-wrap .marquee-item::after { content: '\u25c6'; color: var(--gold); font-size: 8px; }\n  @keyframes ab-marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }\n\n  #abovebeyond-wrap .section { padding: 120px 80px; }\n  #abovebeyond-wrap .section-header { margin-bottom: 80px; }\n  #abovebeyond-wrap .section-eyebrow { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; display: flex; align-items: center; gap: 16px; }\n  #abovebeyond-wrap .section-eyebrow::before { content: ''; width: 30px; height: 1px; background: var(--gold); }\n  #abovebeyond-wrap .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(38px, 4vw, 58px); font-weight: 300; line-height: 1.1; color: var(--white); max-width: 600px; }\n  #abovebeyond-wrap .section-title em { font-style: italic; color: var(--gold); }\n\n  #abovebeyond-wrap .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }\n  #abovebeyond-wrap .process-step { background: var(--navy-mid); padding: 52px 40px; border: 1px solid transparent; transition: all 0.4s ease; position: relative; overflow: hidden; }\n  #abovebeyond-wrap .process-step::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }\n  #abovebeyond-wrap .process-step:hover { border-color: var(--border); transform: translateY(-4px); }\n  #abovebeyond-wrap .process-step:hover::before { transform: scaleX(1); }\n  #abovebeyond-wrap .step-number { font-family: 'Cormorant Garamond', serif; font-size: 72px; font-weight: 300; color: rgba(201,168,76,0.12); line-height: 1; margin-bottom: 24px; }\n  #abovebeyond-wrap .step-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 400; color: var(--white); margin-bottom: 16px; }\n  #abovebeyond-wrap .step-body { font-size: 14px; color: var(--text-muted); line-height: 1.7; }\n\n  #abovebeyond-wrap .stats-section { padding: 80px; background: var(--navy-mid); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }\n  #abovebeyond-wrap .stat-block { padding: 48px 40px; text-align: center; border-right: 1px solid var(--border); }\n  #abovebeyond-wrap .stat-block:last-child { border-right: none; }\n  #abovebeyond-wrap .stat-number { font-family: 'Cormorant Garamond', serif; font-size: 56px; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 12px; }\n  #abovebeyond-wrap .stat-label { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); }\n\n  #abovebeyond-wrap .founder-section { padding: 120px 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }\n  #abovebeyond-wrap .founder-text .section-title { margin-bottom: 32px; }\n  #abovebeyond-wrap .founder-bio { font-size: 15px; line-height: 1.85; color: #A8BCC9; margin-bottom: 48px; }\n  #abovebeyond-wrap .credentials { display: flex; flex-direction: column; gap: 16px; }\n  #abovebeyond-wrap .credential { display: flex; align-items: flex-start; gap: 16px; padding: 16px 20px; border-left: 2px solid var(--gold); background: rgba(201,168,76,0.04); }\n  #abovebeyond-wrap .credential-title { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }\n  #abovebeyond-wrap .credential-body { font-size: 13px; color: var(--text-muted); }\n  #abovebeyond-wrap .founder-visual { position: relative; }\n  #abovebeyond-wrap .founder-card { background: var(--navy-mid); border: 1px solid var(--border); padding: 52px; position: relative; }\n  #abovebeyond-wrap .founder-card::before { content: ''; position: absolute; top: -1px; left: 40px; right: 40px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }\n  #abovebeyond-wrap .founder-name { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 300; color: var(--white); margin-bottom: 6px; }\n  #abovebeyond-wrap .founder-role { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 32px; }\n  #abovebeyond-wrap .tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }\n  #abovebeyond-wrap .tag { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); border: 1px solid var(--border); padding: 6px 14px; transition: all 0.3s ease; }\n  #abovebeyond-wrap .tag:hover { border-color: var(--gold); color: var(--gold); }\n  #abovebeyond-wrap .founder-quote { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-style: italic; color: var(--cream); line-height: 1.6; border-top: 1px solid var(--border); padding-top: 32px; }\n\n  #abovebeyond-wrap .services-hero { min-height: 52vh; padding-top: 140px; display: flex; flex-direction: column; justify-content: flex-end; padding-left: 80px; padding-bottom: 80px; position: relative; overflow: hidden; }\n  #abovebeyond-wrap .services-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 80% 100%, rgba(201,168,76,0.07) 0%, transparent 60%); pointer-events: none; }\n  #abovebeyond-wrap .services-hero-bg::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(201,168,76,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.03) 1px, transparent 1px); background-size: 60px 60px; }\n  #abovebeyond-wrap .page-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(56px, 7vw, 100px); font-weight: 300; line-height: 0.95; color: var(--white); position: relative; z-index: 2; }\n  #abovebeyond-wrap .page-title em { font-style: italic; color: var(--gold); }\n  #abovebeyond-wrap .page-subtitle { font-size: 16px; color: var(--text-muted); max-width: 520px; line-height: 1.7; margin-top: 28px; position: relative; z-index: 2; }\n\n  #abovebeyond-wrap .services-grid { padding: 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }\n  #abovebeyond-wrap .service-card { background: var(--navy-mid); padding: 60px 52px; border: 1px solid transparent; transition: all 0.5s ease; position: relative; overflow: hidden; cursor: none; }\n  #abovebeyond-wrap .service-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 0; background: linear-gradient(to top, rgba(201,168,76,0.06), transparent); transition: height 0.5s ease; }\n  #abovebeyond-wrap .service-card:hover { border-color: var(--border); }\n  #abovebeyond-wrap .service-card:hover::after { height: 100%; }\n  #abovebeyond-wrap .service-number { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.15em; color: var(--gold); margin-bottom: 36px; display: flex; align-items: center; gap: 12px; }\n  #abovebeyond-wrap .service-number::after { content: ''; flex: 1; height: 1px; background: var(--border); }\n  #abovebeyond-wrap .service-name { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 300; color: var(--white); line-height: 1.15; margin-bottom: 20px; }\n  #abovebeyond-wrap .service-desc { font-size: 14px; color: var(--text-muted); line-height: 1.8; margin-bottom: 40px; }\n  #abovebeyond-wrap .service-features { list-style: none; margin-bottom: 44px; }\n  #abovebeyond-wrap .service-features li { font-size: 13px; color: #8FA0AF; padding: 10px 0; border-bottom: 1px solid rgba(201,168,76,0.08); display: flex; align-items: center; gap: 12px; }\n  #abovebeyond-wrap .service-features li::before { content: '\u2192'; color: var(--gold); font-size: 12px; flex-shrink: 0; }\n  #abovebeyond-wrap .service-price { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; color: var(--gold); display: flex; align-items: baseline; gap: 8px; }\n  #abovebeyond-wrap .price-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); }\n\n  #abovebeyond-wrap .comparison-section { padding: 80px; background: var(--navy-mid); border-top: 1px solid var(--border); }\n  #abovebeyond-wrap .compare-table { width: 100%; border-collapse: collapse; margin-top: 60px; }\n  #abovebeyond-wrap .compare-table th { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); padding: 20px 28px; border-bottom: 1px solid var(--border); text-align: left; }\n  #abovebeyond-wrap .compare-table th:first-child { color: var(--text-muted); }\n  #abovebeyond-wrap .compare-table td { padding: 18px 28px; font-size: 14px; color: #A8BCC9; border-bottom: 1px solid rgba(201,168,76,0.05); }\n  #abovebeyond-wrap .compare-table tr:hover td { background: rgba(201,168,76,0.03); }\n  #abovebeyond-wrap .compare-table td:first-child { color: var(--cream); font-weight: 500; }\n  #abovebeyond-wrap .check { color: var(--gold); }\n  #abovebeyond-wrap .cross { color: #3A4A57; }\n\n  #abovebeyond-wrap .timeline-section { padding: 120px 80px; }\n  #abovebeyond-wrap .timeline { position: relative; margin-top: 80px; padding-left: 60px; }\n  #abovebeyond-wrap .timeline::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom, var(--gold), transparent); }\n  #abovebeyond-wrap .timeline-item { margin-bottom: 60px; position: relative; }\n  #abovebeyond-wrap .timeline-item::before { content: ''; position: absolute; left: -64px; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(201,168,76,0.2); }\n  #abovebeyond-wrap .timeline-phase { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }\n  #abovebeyond-wrap .timeline-title { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; color: var(--white); margin-bottom: 12px; }\n  #abovebeyond-wrap .timeline-body { font-size: 14px; color: var(--text-muted); line-height: 1.7; max-width: 560px; }\n\n  #abovebeyond-wrap .contact-layout { min-height: 100vh; padding-top: 100px; display: grid; grid-template-columns: 1fr 1fr; }\n  #abovebeyond-wrap .contact-left { padding: 80px; background: var(--navy-mid); border-right: 1px solid var(--border); display: flex; flex-direction: column; justify-content: space-between; }\n  #abovebeyond-wrap .contact-intro { margin-bottom: 80px; }\n  #abovebeyond-wrap .contact-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(48px, 5vw, 72px); font-weight: 300; color: var(--white); line-height: 1.05; margin-bottom: 28px; }\n  #abovebeyond-wrap .contact-title em { font-style: italic; color: var(--gold); }\n  #abovebeyond-wrap .contact-body { font-size: 15px; color: var(--text-muted); line-height: 1.8; max-width: 400px; }\n  #abovebeyond-wrap .contact-details { display: flex; flex-direction: column; gap: 24px; }\n  #abovebeyond-wrap .contact-detail { display: flex; gap: 20px; align-items: flex-start; padding-bottom: 24px; border-bottom: 1px solid var(--border); }\n  #abovebeyond-wrap .detail-icon { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); width: 80px; flex-shrink: 0; padding-top: 2px; }\n  #abovebeyond-wrap .detail-value { font-size: 15px; color: var(--cream); line-height: 1.5; }\n  #abovebeyond-wrap .detail-value a { color: var(--cream); text-decoration: none; transition: color 0.3s; cursor: none; }\n  #abovebeyond-wrap .detail-value a:hover { color: var(--gold); }\n  #abovebeyond-wrap .contact-right { padding: 80px; display: flex; flex-direction: column; justify-content: center; }\n  #abovebeyond-wrap .form-title { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 300; color: var(--white); margin-bottom: 8px; }\n  #abovebeyond-wrap .form-subtitle { font-size: 14px; color: var(--text-muted); margin-bottom: 52px; line-height: 1.6; }\n  #abovebeyond-wrap .form-group { margin-bottom: 28px; }\n  #abovebeyond-wrap .form-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); display: block; margin-bottom: 10px; }\n  #abovebeyond-wrap .form-input, #abovebeyond-wrap .form-select, #abovebeyond-wrap .form-textarea { width: 100%; background: var(--navy-mid); border: 1px solid var(--border); color: var(--cream); padding: 14px 18px; font-family: 'DM Sans', sans-serif; font-size: 14px; transition: border-color 0.3s ease, box-shadow 0.3s ease; outline: none; appearance: none; }\n  #abovebeyond-wrap .form-input:focus, #abovebeyond-wrap .form-select:focus, #abovebeyond-wrap .form-textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,168,76,0.1); }\n  #abovebeyond-wrap .form-input::placeholder, #abovebeyond-wrap .form-textarea::placeholder { color: #3A4A57; }\n  #abovebeyond-wrap .form-textarea { resize: vertical; min-height: 120px; }\n  #abovebeyond-wrap .form-select option { background: var(--navy-mid); }\n  #abovebeyond-wrap .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\n  #abovebeyond-wrap .form-submit { width: 100%; padding: 18px; background: var(--gold); color: var(--navy); border: none; cursor: none; font-family: 'DM Mono', monospace; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; transition: all 0.3s ease; margin-top: 8px; position: relative; overflow: hidden; }\n  #abovebeyond-wrap .form-submit::before { content: ''; position: absolute; inset: 0; background: var(--gold-light); transform: translateX(-100%); transition: transform 0.4s ease; }\n  #abovebeyond-wrap .form-submit:hover::before { transform: translateX(0); }\n  #abovebeyond-wrap .form-submit span { position: relative; z-index: 1; }\n  #abovebeyond-wrap .form-submit:hover { box-shadow: 0 8px 40px rgba(201,168,76,0.35); transform: translateY(-2px); }\n  #abovebeyond-wrap .form-success { display: none; text-align: center; padding: 60px 40px; background: var(--navy-mid); border: 1px solid var(--border); }\n  #abovebeyond-wrap .form-success.show { display: block; }\n  #abovebeyond-wrap .success-icon { font-size: 48px; margin-bottom: 24px; color: var(--gold); font-family: 'Cormorant Garamond', serif; }\n  #abovebeyond-wrap .success-title { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 300; color: var(--white); margin-bottom: 16px; }\n  #abovebeyond-wrap .success-body { font-size: 14px; color: var(--text-muted); line-height: 1.7; }\n\n  #abovebeyond-wrap footer { background: var(--navy-mid); border-top: 1px solid var(--border); padding: 60px 80px; display: flex; justify-content: space-between; align-items: center; }\n  #abovebeyond-wrap .footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; letter-spacing: 0.15em; color: var(--white); }\n  #abovebeyond-wrap .footer-logo span { color: var(--gold); }\n  #abovebeyond-wrap .footer-links { display: flex; gap: 36px; }\n  #abovebeyond-wrap .footer-links a { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); text-decoration: none; cursor: none; transition: color 0.3s; }\n  #abovebeyond-wrap .footer-links a:hover { color: var(--gold); }\n  #abovebeyond-wrap .footer-copy { font-family: 'DM Mono', monospace; font-size: 10px; color: #3A4A57; letter-spacing: 0.08em; }\n\n  #abovebeyond-wrap .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }\n  #abovebeyond-wrap .reveal.visible { opacity: 1; transform: translateY(0); }\n\n  @media (max-width: 900px) {\n    #abovebeyond-wrap nav { padding: 20px 28px; }\n    #abovebeyond-wrap .nav-links { display: none; }\n    #abovebeyond-wrap .hero { grid-template-columns: 1fr; }\n    #abovebeyond-wrap .hero-right { display: none; }\n    #abovebeyond-wrap .hero-left { padding: 60px 28px; }\n    #abovebeyond-wrap .section { padding: 80px 28px; }\n    #abovebeyond-wrap .stats-section { grid-template-columns: 1fr 1fr; padding: 60px 28px; }\n    #abovebeyond-wrap .founder-section { grid-template-columns: 1fr; padding: 80px 28px; gap: 60px; }\n    #abovebeyond-wrap .services-hero { padding: 140px 28px 60px; }\n    #abovebeyond-wrap .services-grid { grid-template-columns: 1fr; padding: 40px 28px; }\n    #abovebeyond-wrap .comparison-section { padding: 60px 28px; }\n    #abovebeyond-wrap .timeline-section { padding: 80px 28px; }\n    #abovebeyond-wrap .contact-layout { grid-template-columns: 1fr; }\n    #abovebeyond-wrap .contact-left, #abovebeyond-wrap .contact-right { padding: 60px 28px; }\n    #abovebeyond-wrap .form-row { grid-template-columns: 1fr; }\n    #abovebeyond-wrap footer { flex-direction: column; gap: 28px; text-align: center; padding: 40px 28px; }\n    #abovebeyond-wrap .process-grid { grid-template-columns: 1fr; }\n    #abovebeyond-wrap { cursor: auto; }\n    #abovebeyond-wrap .cursor { display: none; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<div id=\"abovebeyond-wrap\">\n\n<div class=\"cursor\" id=\"ab-cursor\">\n  <div class=\"cursor-dot\" id=\"ab-cursorDot\"><\/div>\n  <div class=\"cursor-ring\" id=\"ab-cursorRing\"><\/div>\n<\/div>\n\n<nav>\n  <a href=\"#\" class=\"nav-logo\" onclick=\"abShowPage('home'); return false;\">ABOVE \/ BEYOND <span>AI<\/span><\/a>\n  <ul class=\"nav-links\">\n    <li><a href=\"#\" onclick=\"abShowPage('home'); return false;\">Home<\/a><\/li>\n    <li><a href=\"#\" onclick=\"abShowPage('services'); return false;\">Services<\/a><\/li>\n    <li><a href=\"#\" onclick=\"abShowPage('contact'); return false;\">Contact<\/a><\/li>\n  <\/ul>\n  <button class=\"nav-cta\" onclick=\"abShowPage('contact')\">Start a Conversation<\/button>\n<\/nav>\n\n<div id=\"ab-page-home\" class=\"page active\">\n  <section class=\"hero\">\n    <div class=\"hero-bg\"><\/div>\n    <div class=\"hero-left\">\n      <div class=\"hero-eyebrow\">AI-Powered Creative Operations<\/div>\n      <h1 class=\"hero-title\">Your creative ops,<br\/><em>reimagined<\/em><br\/>by AI.<\/h1>\n      <p class=\"hero-body\">Above \/ Beyond AI helps enterprise and mid-market teams transform their creative operations \u2014 cutting costs, accelerating delivery, and building AI-augmented systems that scale without the headcount.<\/p>\n      <div class=\"hero-actions\">\n        <button class=\"btn-primary\" onclick=\"abShowPage('services')\">Explore Services<\/button>\n        <button class=\"btn-ghost\" onclick=\"abShowPage('contact')\">Book a Discovery Call<\/button>\n      <\/div>\n    <\/div>\n    <div class=\"hero-right\">\n      <div class=\"hero-visual\">\n        <div class=\"metric-card metric-card-main\">\n          <div class=\"metric-label\">Delivery Speed<\/div>\n          <div class=\"metric-value\">35%<\/div>\n          <div class=\"metric-desc\">Faster project turnaround through AI-augmented workflow automation<\/div>\n        <\/div>\n        <div class=\"metric-card metric-card-2\">\n          <div class=\"metric-label\">Cost Reduction<\/div>\n          <div class=\"metric-value\">40%<\/div>\n          <div class=\"metric-desc\">Typical content production cost savings<\/div>\n        <\/div>\n        <div class=\"metric-card metric-card-3\">\n          <div class=\"metric-label\">Clients Served<\/div>\n          <div class=\"metric-value\">10+<\/div>\n          <div class=\"metric-desc\">Enterprise brands transformed<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"marquee-section\">\n    <div class=\"marquee-track\">\n      <span class=\"marquee-item\">Adobe Workfront<\/span><span class=\"marquee-item\">AI Workflow Automation<\/span><span class=\"marquee-item\">Creative Operations<\/span><span class=\"marquee-item\">Adobe Fusion<\/span><span class=\"marquee-item\">Offshore Production Models<\/span><span class=\"marquee-item\">Make.com<\/span><span class=\"marquee-item\">Capacity Planning<\/span><span class=\"marquee-item\">Adobe Firefly<\/span><span class=\"marquee-item\">Resource Management<\/span><span class=\"marquee-item\">Process Optimization<\/span>\n      <span class=\"marquee-item\">Adobe Workfront<\/span><span class=\"marquee-item\">AI Workflow Automation<\/span><span class=\"marquee-item\">Creative Operations<\/span><span class=\"marquee-item\">Adobe Fusion<\/span><span class=\"marquee-item\">Offshore Production Models<\/span><span class=\"marquee-item\">Make.com<\/span><span class=\"marquee-item\">Capacity Planning<\/span><span class=\"marquee-item\">Adobe Firefly<\/span><span class=\"marquee-item\">Resource Management<\/span><span class=\"marquee-item\">Process Optimization<\/span>\n    <\/div>\n  <\/div>\n\n  <section class=\"section\">\n    <div class=\"section-header reveal\">\n      <div class=\"section-eyebrow\">The Above \/ Beyond Method<\/div>\n      <h2 class=\"section-title\">From operational chaos to <em>intelligent flow<\/em><\/h2>\n    <\/div>\n    <div class=\"process-grid\">\n      <div class=\"process-step reveal\">\n        <div class=\"step-number\">01<\/div>\n        <div class=\"step-title\">Audit &#038; Diagnose<\/div>\n        <p class=\"step-body\">We map your current creative ops landscape \u2014 tools, workflows, team capacity, bottlenecks \u2014 to identify exactly where AI can make the biggest impact.<\/p>\n      <\/div>\n      <div class=\"process-step reveal\">\n        <div class=\"step-number\">02<\/div>\n        <div class=\"step-title\">Design &#038; Build<\/div>\n        <p class=\"step-body\">We architect and implement AI-augmented systems tailored to your team \u2014 from Workfront optimization to AI content pipelines and automated approval flows.<\/p>\n      <\/div>\n      <div class=\"process-step reveal\">\n        <div class=\"step-number\">03<\/div>\n        <div class=\"step-title\">Scale &#038; Sustain<\/div>\n        <p class=\"step-body\">We embed operational discipline into your culture \u2014 training, documentation, and ongoing fractional support to keep your systems performing at peak.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <div class=\"stats-section\">\n    <div class=\"stat-block reveal\"><div class=\"stat-number\">10+<\/div><div class=\"stat-label\">Years Enterprise Ops Experience<\/div><\/div>\n    <div class=\"stat-block reveal\"><div class=\"stat-number\">$1M+<\/div><div class=\"stat-label\">Annual Budgets Managed<\/div><\/div>\n    <div class=\"stat-block reveal\"><div class=\"stat-number\">25+<\/div><div class=\"stat-label\">Person Teams Led<\/div><\/div>\n    <div class=\"stat-block reveal\"><div class=\"stat-number\">3<\/div><div class=\"stat-label\">Global Regions Supported<\/div><\/div>\n  <\/div>\n\n  <section class=\"founder-section\">\n    <div class=\"founder-text\">\n      <div class=\"section-eyebrow reveal\">The Founder<\/div>\n      <h2 class=\"section-title reveal\">Built by someone who&#8217;s <em>done the work<\/em><\/h2>\n      <p class=\"founder-bio reveal\">Above \/ Beyond AI was founded by Bianca D. Benhaim \u2014 a creative operations leader who spent over a decade inside enterprise organizations building exactly the systems she now helps others create. She&#8217;s not selling theory. She&#8217;s selling a proven playbook, rebuilt for the AI era.<\/p>\n      <div class=\"credentials\">\n        <div class=\"credential reveal\"><div><div class=\"credential-title\">Adobe Workfront<\/div><div class=\"credential-body\">Certified System Administrator \u2014 Level I &#038; II<\/div><\/div><\/div>\n        <div class=\"credential reveal\"><div><div class=\"credential-title\">PMP Certified<\/div><div class=\"credential-body\">Project Management Professional \u2014 PMI<\/div><\/div><\/div>\n        <div class=\"credential reveal\"><div><div class=\"credential-title\">MBA<\/div><div class=\"credential-body\">Florida International University, Miami FL<\/div><\/div><\/div>\n      <\/div>\n    <\/div>\n    <div class=\"founder-visual reveal\">\n      <div class=\"founder-card\">\n        <div class=\"founder-name\">Bianca D. Benhaim<\/div>\n        <div class=\"founder-role\">Founder &#038; Principal Consultant<\/div>\n        <div class=\"tag-list\">\n          <span class=\"tag\">Creative Ops<\/span><span class=\"tag\">AI Automation<\/span><span class=\"tag\">Workfront Admin<\/span><span class=\"tag\">PMP<\/span><span class=\"tag\">MBA<\/span><span class=\"tag\">Offshore Scaling<\/span><span class=\"tag\">Miami, FL<\/span><span class=\"tag\">Bilingual<\/span>\n        <\/div>\n        <div class=\"founder-quote\">&#8220;Most companies are drowning in AI hype with no one to turn it into operational reality. That&#8217;s exactly the gap I built Above \/ Beyond AI to fill.&#8221;<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <footer>\n    <div class=\"footer-logo\">ABOVE \/ BEYOND <span>AI<\/span><\/div>\n    <div class=\"footer-links\">\n      <a href=\"#\" onclick=\"abShowPage('home'); return false;\">Home<\/a>\n      <a href=\"#\" onclick=\"abShowPage('services'); return false;\">Services<\/a>\n      <a href=\"#\" onclick=\"abShowPage('contact'); return false;\">Contact<\/a>\n    <\/div>\n    <div class=\"footer-copy\">\u00a9 2026 Above \/ Beyond AI. Miami, FL.<\/div>\n  <\/footer>\n<\/div>\n\n<div id=\"ab-page-services\" class=\"page\">\n  <section class=\"services-hero\">\n    <div class=\"services-hero-bg\"><\/div>\n    <div class=\"section-eyebrow\" style=\"position:relative;z-index:2;\">What We Do<\/div>\n    <h1 class=\"page-title\">Four ways to<br\/><em>transform<\/em><br\/>your ops.<\/h1>\n    <p class=\"page-subtitle\">Whether you need a one-time fix or an embedded ops partner, Above \/ Beyond AI has a model that fits where you are today \u2014 and where you&#8217;re going.<\/p>\n  <\/section>\n\n  <div class=\"services-grid\">\n    <div class=\"service-card reveal\">\n      <div class=\"service-number\">01<\/div>\n      <h3 class=\"service-name\">Fractional AI Operations Director<\/h3>\n      <p class=\"service-desc\">Your embedded creative ops leader \u2014 without the full-time overhead. We own your workflow systems, team alignment, vendor strategy, and AI tool adoption on a monthly retainer.<\/p>\n      <ul class=\"service-features\">\n        <li>Dedicated 8\u201340 hours per month<\/li><li>Workfront system management &#038; optimization<\/li><li>AI tool adoption roadmap &#038; implementation<\/li><li>Cross-functional stakeholder alignment<\/li><li>Monthly ops performance reporting<\/li>\n      <\/ul>\n      <div class=\"service-price\">$2,500 <span class=\"price-label\">\/ month starting<\/span><\/div>\n    <\/div>\n    <div class=\"service-card reveal\">\n      <div class=\"service-number\">02<\/div>\n      <h3 class=\"service-name\">AI Ops Consulting<\/h3>\n      <p class=\"service-desc\">Targeted project engagements to audit, design, and implement AI-augmented creative operations. Walk away with a fully built system, documentation, and a team that knows how to use it.<\/p>\n      <ul class=\"service-features\">\n        <li>AI Creative Ops Audit &#038; Diagnostic<\/li><li>Workfront implementation &#038; configuration<\/li><li>Workflow design &#038; automation builds<\/li><li>Team training &#038; change management<\/li><li>Full project documentation &#038; SOPs<\/li>\n      <\/ul>\n      <div class=\"service-price\">$2,500 <span class=\"price-label\">audit \/ $5K\u2013$40K projects<\/span><\/div>\n    <\/div>\n    <div class=\"service-card reveal\">\n      <div class=\"service-number\">03<\/div>\n      <h3 class=\"service-name\">White-Label AI Content Production<\/h3>\n      <p class=\"service-desc\">Scale your content output without scaling your team. We deliver AI-generated and AI-assisted content \u2014 copy, graphics, social assets, video scripts \u2014 under your brand, on your schedule.<\/p>\n      <ul class=\"service-features\">\n        <li>AI-assisted copywriting &#038; content strategy<\/li><li>Social media asset production at scale<\/li><li>Brand-consistent AI image generation<\/li><li>Video script &#038; storyboard development<\/li><li>Custom AI prompt library for your brand<\/li>\n      <\/ul>\n      <div class=\"service-price\">$3,000 <span class=\"price-label\">\/ month starting<\/span><\/div>\n    <\/div>\n    <div class=\"service-card reveal\">\n      <div class=\"service-number\">04<\/div>\n      <h3 class=\"service-name\">AI Creative Ops Agency<\/h3>\n      <p class=\"service-desc\">For organizations ready to fully transform how their creative function operates. A comprehensive engagement combining strategy, systems build, content production, and ongoing ops leadership.<\/p>\n      <ul class=\"service-features\">\n        <li>End-to-end creative ops transformation<\/li><li>Custom AI tool stack design &#038; deployment<\/li><li>Offshore vendor integration &#038; management<\/li><li>Full-team training &#038; capability building<\/li><li>Quarterly strategic ops reviews<\/li>\n      <\/ul>\n      <div class=\"service-price\">Custom <span class=\"price-label\">engagement \u2014 let&#8217;s talk<\/span><\/div>\n    <\/div>\n  <\/div>\n\n  <section class=\"comparison-section\">\n    <div class=\"section-eyebrow reveal\">Why Above \/ Beyond AI<\/div>\n    <h2 class=\"section-title reveal\">The difference is <em>depth<\/em><\/h2>\n    <table class=\"compare-table reveal\">\n      <thead><tr><th>Capability<\/th><th>Above \/ Beyond AI<\/th><th>Large Consulting Firm<\/th><th>Freelance Generalist<\/th><\/tr><\/thead>\n      <tbody>\n        <tr><td>Adobe Workfront Admin Certified<\/td><td class=\"check\">\u2726 Yes (I &#038; II)<\/td><td class=\"cross\">\u2726 Rarely<\/td><td class=\"cross\">\u2726 Almost never<\/td><\/tr>\n        <tr><td>Offshore Production Scaling<\/td><td class=\"check\">\u2726 Built from scratch<\/td><td class=\"cross\">\u2726 Theoretical<\/td><td class=\"cross\">\u2726 No<\/td><\/tr>\n        <tr><td>Enterprise Creative Ops Track Record<\/td><td class=\"check\">\u2726 10+ years, NCLH<\/td><td class=\"cross\">\u2726 Sometimes<\/td><td class=\"cross\">\u2726 Varies<\/td><\/tr>\n        <tr><td>Active AI Tool Practitioner<\/td><td class=\"check\">\u2726 Hands-on daily<\/td><td class=\"cross\">\u2726 Vendor-dependent<\/td><td class=\"cross\">\u2726 Inconsistent<\/td><\/tr>\n        <tr><td>Speed to Value<\/td><td class=\"check\">\u2726 Weeks, not months<\/td><td class=\"cross\">\u2726 Months to years<\/td><td class=\"cross\">\u2726 Scoped only<\/td><\/tr>\n        <tr><td>Miami Market Access<\/td><td class=\"check\">\u2726 Established network<\/td><td class=\"cross\">\u2726 National only<\/td><td class=\"cross\">\u2726 Limited<\/td><\/tr>\n      <\/tbody>\n    <\/table>\n  <\/section>\n\n  <section class=\"timeline-section\">\n    <div class=\"section-eyebrow reveal\">The Engagement Process<\/div>\n    <h2 class=\"section-title reveal\">From first call to <em>full transformation<\/em><\/h2>\n    <div class=\"timeline\">\n      <div class=\"timeline-item reveal\"><div class=\"timeline-phase\">Week 1<\/div><div class=\"timeline-title\">Discovery Call<\/div><p class=\"timeline-body\">A 45-minute conversation to understand your current ops landscape, pain points, and goals. No commitment required \u2014 just clarity.<\/p><\/div>\n      <div class=\"timeline-item reveal\"><div class=\"timeline-phase\">Week 2<\/div><div class=\"timeline-title\">Proposal &#038; Scope<\/div><p class=\"timeline-body\">We deliver a custom proposal outlining the recommended service model, timeline, investment, and measurable outcomes.<\/p><\/div>\n      <div class=\"timeline-item reveal\"><div class=\"timeline-phase\">Weeks 3\u20134<\/div><div class=\"timeline-title\">Audit &#038; Kickoff<\/div><p class=\"timeline-body\">For all new engagements, we begin with a comprehensive AI Ops Audit \u2014 mapping your current state and identifying the highest-impact opportunities.<\/p><\/div>\n      <div class=\"timeline-item reveal\"><div class=\"timeline-phase\">Month 2+<\/div><div class=\"timeline-title\">Build &#038; Transform<\/div><p class=\"timeline-body\">Execution phase \u2014 implementing systems, training teams, and delivering measurable operational improvements on a clear timeline.<\/p><\/div>\n    <\/div>\n  <\/section>\n\n  <footer>\n    <div class=\"footer-logo\">ABOVE \/ BEYOND <span>AI<\/span><\/div>\n    <div class=\"footer-links\">\n      <a href=\"#\" onclick=\"abShowPage('home'); return false;\">Home<\/a>\n      <a href=\"#\" onclick=\"abShowPage('services'); return false;\">Services<\/a>\n      <a href=\"#\" onclick=\"abShowPage('contact'); return false;\">Contact<\/a>\n    <\/div>\n    <div class=\"footer-copy\">\u00a9 2026 Above \/ Beyond AI. Miami, FL.<\/div>\n  <\/footer>\n<\/div>\n\n<div id=\"ab-page-contact\" class=\"page\">\n  <div class=\"contact-layout\">\n    <div class=\"contact-left\">\n      <div class=\"contact-intro\">\n        <div class=\"section-eyebrow\" style=\"margin-bottom:28px;\">Let&#8217;s Talk<\/div>\n        <h1 class=\"contact-title\">Ready to <em>transform<\/em> your creative ops?<\/h1>\n        <p class=\"contact-body\">Every engagement starts with a conversation. Tell us where you are, and we&#8217;ll show you where AI can take you. No pressure, no jargon \u2014 just a clear-eyed assessment of what&#8217;s possible.<\/p>\n      <\/div>\n      <div class=\"contact-details\">\n        <div class=\"contact-detail\"><div class=\"detail-icon\">Location<\/div><div class=\"detail-value\">Miami, FL<br\/><span style=\"color:var(--text-muted);font-size:13px;\">Serving clients nationally &#038; remotely<\/span><\/div><\/div>\n        <div class=\"contact-detail\"><div class=\"detail-icon\">Email<\/div><div class=\"detail-value\"><a href=\"mailto:biancadara@me.com\">biancadara@me.com<\/a><\/div><\/div>\n        <div class=\"contact-detail\"><div class=\"detail-icon\">Phone<\/div><div class=\"detail-value\"><a href=\"tel:3057661077\">(305) 766-1077<\/a><\/div><\/div>\n        <div class=\"contact-detail\"><div class=\"detail-icon\">Response<\/div><div class=\"detail-value\">Within 24 hours<br\/><span style=\"color:var(--text-muted);font-size:13px;\">Discovery calls available Mon\u2013Fri<\/span><\/div><\/div>\n      <\/div>\n    <\/div>\n    <div class=\"contact-right\">\n      <div id=\"ab-contactForm\">\n        <h2 class=\"form-title\">Start the conversation<\/h2>\n        <p class=\"form-subtitle\">Fill out the form below and we&#8217;ll reach out within 24 hours to schedule your complimentary discovery call.<\/p>\n        <div class=\"form-row\">\n          <div class=\"form-group\"><label class=\"form-label\">First Name<\/label><input type=\"text\" class=\"form-input\" placeholder=\"Jane\"\/><\/div>\n          <div class=\"form-group\"><label class=\"form-label\">Last Name<\/label><input type=\"text\" class=\"form-input\" placeholder=\"Smith\"\/><\/div>\n        <\/div>\n        <div class=\"form-group\"><label class=\"form-label\">Email Address<\/label><input type=\"email\" class=\"form-input\" placeholder=\"jane@company.com\"\/><\/div>\n        <div class=\"form-group\"><label class=\"form-label\">Company<\/label><input type=\"text\" class=\"form-input\" placeholder=\"Your Company Name\"\/><\/div>\n        <div class=\"form-group\">\n          <label class=\"form-label\">Service Interest<\/label>\n          <select class=\"form-select\">\n            <option value=\"\" disabled selected>Select a service&#8230;<\/option>\n            <option>Fractional AI Operations Director<\/option>\n            <option>AI Ops Consulting (Project-Based)<\/option>\n            <option>White-Label AI Content Production<\/option>\n            <option>Full AI Creative Ops Agency<\/option>\n            <option>Not sure \u2014 let&#8217;s discuss<\/option>\n          <\/select>\n        <\/div>\n        <div class=\"form-group\"><label class=\"form-label\">Tell us about your current challenge<\/label><textarea class=\"form-textarea\" placeholder=\"What's your biggest creative ops bottleneck right now?\"><\/textarea><\/div>\n        <button class=\"form-submit\" onclick=\"abSubmitForm()\"><span>Send Message &#038; Request Discovery Call \u2192<\/span><\/button>\n      <\/div>\n      <div class=\"form-success\" id=\"ab-formSuccess\">\n        <div class=\"success-icon\">\u2726<\/div>\n        <h3 class=\"success-title\">Message received.<\/h3>\n        <p class=\"success-body\">Thank you for reaching out. Bianca will personally review your message and be in touch within 24 hours to schedule your discovery call.<br\/><br\/>In the meantime, feel free to explore our services.<\/p>\n        <button class=\"btn-primary\" onclick=\"abShowPage('services')\" style=\"margin-top:20px;\">Explore Services<\/button>\n      <\/div>\n    <\/div>\n  <\/div>\n  <footer>\n    <div class=\"footer-logo\">ABOVE \/ BEYOND <span>AI<\/span><\/div>\n    <div class=\"footer-links\">\n      <a href=\"#\" onclick=\"abShowPage('home'); return false;\">Home<\/a>\n      <a href=\"#\" onclick=\"abShowPage('services'); return false;\">Services<\/a>\n      <a href=\"#\" onclick=\"abShowPage('contact'); return false;\">Contact<\/a>\n    <\/div>\n    <div class=\"footer-copy\">\u00a9 2026 Above \/ Beyond AI. Miami, FL.<\/div>\n  <\/footer>\n<\/div>\n\n<\/div>\n\n<script>\n(function() {\n  var cursorDot  = document.getElementById('ab-cursorDot');\n  var cursorRing = document.getElementById('ab-cursorRing');\n  var mouseX = 0, mouseY = 0, ringX = 0, ringY = 0;\n  document.addEventListener('mousemove', function(e) {\n    mouseX = e.clientX; mouseY = e.clientY;\n    cursorDot.style.left = mouseX + 'px';\n    cursorDot.style.top  = mouseY + 'px';\n  });\n  function animateCursor() {\n    ringX += (mouseX - ringX) * 0.12;\n    ringY += (mouseY - ringY) * 0.12;\n    cursorRing.style.left = ringX + 'px';\n    cursorRing.style.top  = ringY + 'px';\n    requestAnimationFrame(animateCursor);\n  }\n  animateCursor();\n  window.abShowPage = function(name) {\n    document.querySelectorAll('#abovebeyond-wrap .page').forEach(function(p) { p.classList.remove('active'); });\n    document.getElementById('ab-page-' + name).classList.add('active');\n    window.scrollTo({ top: 0, behavior: 'smooth' });\n    setTimeout(abInitReveal, 100);\n  };\n  function abInitReveal() {\n    var observer = new IntersectionObserver(function(entries) {\n      entries.forEach(function(e) { if (e.isIntersecting) e.target.classList.add('visible'); });\n    }, { threshold: 0.1, rootMargin: '0px 0px -40px 0px' });\n    document.querySelectorAll('#abovebeyond-wrap .page.active .reveal').forEach(function(el) {\n      el.classList.remove('visible');\n      observer.observe(el);\n    });\n  }\n  window.abSubmitForm = function() {\n    document.getElementById('ab-contactForm').style.display = 'none';\n    document.getElementById('ab-formSuccess').classList.add('show');\n  };\n  window.addEventListener('load', abInitReveal);\n})();\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Above \/ Beyond AI \u2014 Creative Operations, Elevated ABOVE \/ BEYOND AI Home Services Contact Start a Conversation AI-Powered Creative Operations Your creative ops,reimaginedby AI. Above \/ Beyond AI helps enterprise and mid-market teams transform their creative operations \u2014 cutting costs, accelerating delivery, and building AI-augmented systems that scale without the headcount. Explore Services Book [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank1","meta":{"footnotes":""},"class_list":["post-20","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/abovebeyondai.com\/index.php?rest_route=\/wp\/v2\/pages\/20","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/abovebeyondai.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/abovebeyondai.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/abovebeyondai.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/abovebeyondai.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=20"}],"version-history":[{"count":1,"href":"http:\/\/abovebeyondai.com\/index.php?rest_route=\/wp\/v2\/pages\/20\/revisions"}],"predecessor-version":[{"id":21,"href":"http:\/\/abovebeyondai.com\/index.php?rest_route=\/wp\/v2\/pages\/20\/revisions\/21"}],"wp:attachment":[{"href":"http:\/\/abovebeyondai.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=20"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}