.elementor-1142 .elementor-element.elementor-element-898abf4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1142 .elementor-element.elementor-element-493bc7c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS *//* ── GOOGLE FONTS ── */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;1,9..144,300;1,9..144,400&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&display=swap');

/* ── CSS VARS ── */
.hma-ab-page {
  --amber:       #D97706;
  --amber-light: #FEF3C7;
  --amber-pale:  #FFFBF0;
  --ink:         #1C1917;
  --ink-2:       #44403C;
  --ink-3:       #78716C;
  --ink-4:       #A8A29E;
  --bg:          #FAFAF8;
  --bg-warm:     #F5F0E8;
  --bg-dark:     #1C1917;
  --border:      #E7E5E4;
  --border-warm: #D6D0C4;
  --good:        #15803D;
  --serif: 'Fraunces', Georgia, serif;
  --sans:  'DM Sans', system-ui, sans-serif;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 22px;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ── PAGE WRAPPER ── */
.hma-ab-page { max-width: 1100px; margin: 0 auto; padding: 0 2rem 7rem; }

/* ── DIVIDER ── */
.hma-ab-divider { border: none; border-top: 1px solid var(--border); margin: 4rem 0; }

/* ── LABEL ── */
.hma-ab-label { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); font-weight: 500; margin-bottom: 1.5rem; }
.hma-ab-label::before { content: ''; display: block; width: 20px; height: 2px; background: var(--amber); border-radius: 2px; }

/* ── HERO ── */
.hma-ab-hero { padding-top: 5rem; padding-bottom: 4rem; position: relative; overflow: hidden; }
.hma-ab-hero::before { content: ''; position: absolute; top: -100px; right: -200px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(217,119,6,.07) 0%, transparent 65%); pointer-events: none; }
.hma-ab-hero-grid { display: grid; grid-template-columns: 260px 1fr; gap: 4rem; align-items: start; position: relative; z-index: 1; animation: hma-ab-fadeUp .6s ease .1s both; }

/* Headshot */
.hma-ab-headshot { width: 260px; aspect-ratio: 3/4; border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--border-warm); background: var(--bg-warm); }
.hma-ab-headshot img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }

/* Social links */
.hma-ab-socials { display: flex; gap: 8px; margin-top: 1rem; }
.hma-ab-soc-link { width: 32px; height: 32px; border-radius: 50%; background: var(--bg-warm); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: background .2s, border-color .2s; }
.hma-ab-soc-link:hover { background: var(--amber-light); border-color: var(--amber); }
.hma-ab-soc-link svg { width: 14px; height: 14px; color: var(--ink-3); }

/* Hero text */
.hma-ab-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); font-weight: 500; margin-bottom: 1rem; }
.hma-ab-eyebrow::before { content: ''; display: block; width: 20px; height: 2px; background: var(--amber); border-radius: 2px; }
.hma-ab-name { font-family: var(--serif); font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 300; line-height: 1.1; color: var(--ink); letter-spacing: -.02em; margin-bottom: .25rem; }
.hma-ab-name em { font-style: italic; color: var(--amber); }
.hma-ab-role { font-size: 13px; color: var(--ink-3); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.hma-ab-intro { font-size: 15px; color: var(--ink-2); line-height: 1.85; margin-bottom: 1.5rem; }
.hma-ab-intro strong { color: var(--ink); font-weight: 500; }

/* Proof badges */
.hma-ab-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 1.5rem; }
.hma-ab-badge { font-size: 11px; color: var(--ink-2); background: var(--bg-warm); border: 1px solid var(--border-warm); border-radius: 100px; padding: 4px 12px; transition: border-color .2s, color .2s; }
.hma-ab-badge:hover { border-color: var(--amber); color: var(--amber); }

/* Stats */
.hma-ab-stats { display: flex; gap: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--border); }
.hma-ab-stat-num { font-family: var(--serif); font-size: 1.35rem; font-weight: 300; color: var(--ink); display: block; line-height: 1; margin-bottom: 3px; }
.hma-ab-stat-label { font-size: 11px; color: var(--ink-4); line-height: 1.4; display: block; }
.hma-ab-stat-div { width: 1px; background: var(--border); align-self: stretch; }

/* ── HOW I WORK ── */
.hma-ab-how-grid { display: flex; flex-direction: column; }
.hma-ab-how-item { display: flex; gap: 1.5rem; padding: 1.75rem 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.hma-ab-how-item:first-child { border-top: 1px solid var(--border); }
.hma-ab-how-num { font-family: var(--serif); font-size: 1.4rem; font-weight: 300; font-style: italic; color: var(--amber); flex-shrink: 0; width: 26px; line-height: 1.2; padding-top: 2px; }
.hma-ab-how-title { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; color: var(--ink); margin-bottom: 5px; line-height: 1.3; }
.hma-ab-how-desc { font-size: 14px; color: var(--ink-3); line-height: 1.7; }

/* ── STORY ── */
.hma-ab-story-block { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; margin-bottom: 3.5rem; }
.hma-ab-story-block:last-child { margin-bottom: 0; }
.hma-ab-story-block.flip { direction: rtl; }
.hma-ab-story-block.flip > * { direction: ltr; }
.hma-ab-story-img { width: 100%; aspect-ratio: 4/5; border-radius: var(--r-xl); overflow: hidden; background: var(--bg-warm); }
.hma-ab-story-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hma-ab-story-pull { font-family: var(--serif); font-size: 1.25rem; font-weight: 300; font-style: italic; color: var(--ink); line-height: 1.5; margin-bottom: 1rem; border-left: 3px solid var(--amber); padding-left: 1.25rem; }
.hma-ab-story-p { font-size: 15px; color: var(--ink-2); line-height: 1.9; }
.hma-ab-story-p strong { color: var(--ink); font-weight: 500; }
.hma-ab-story-p em { font-family: var(--serif); font-style: italic; color: var(--ink); font-size: 1.05em; }
.hma-ab-story-p + .hma-ab-story-p { margin-top: 1rem; }

/* ── WORKING SHOT ── */
.hma-ab-working-shot { width: 100%; aspect-ratio: 16/7; border-radius: var(--r-xl); overflow: hidden; background: var(--bg-warm); border: 2px dashed var(--border-warm); display: flex; align-items: center; justify-content: center; margin: 4rem 0; }
.hma-ab-working-shot img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── TOOLS STRIP ── */
.hma-ab-tools { background: var(--bg-dark); padding: 3.5rem 2rem; margin: 4rem 0; }
.hma-ab-tools-inner { max-width: 1100px; margin: 0 auto; }
.hma-ab-tools-label { font-size: 11px; color: rgba(255,255,255,0.3); letter-spacing: .1em; text-transform: uppercase; text-align: center; margin-bottom: 2.5rem; }
.hma-ab-tools-groups { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid rgba(255,255,255,0.07); border-radius: var(--r-xl); overflow: hidden; }
.hma-ab-tool-group { padding: 1.75rem 1.5rem; border-right: 1px solid rgba(255,255,255,0.07); }
.hma-ab-tool-group:last-child { border-right: none; }
.hma-ab-tool-group-label { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); font-weight: 500; margin-bottom: 1.1rem; display: block; }
.hma-ab-tool-list { display: flex; flex-direction: column; gap: 8px; }
.hma-ab-tool-item { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.3; display: flex; align-items: center; gap: 8px; transition: color .2s; }
.hma-ab-tool-item::before { content: ''; width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,0.2); flex-shrink: 0; }
.hma-ab-tool-item:hover { color: rgba(255,255,255,0.85); }

/* ── TIMELINE ── */
.hma-ab-timeline { display: flex; flex-direction: column; position: relative; padding-left: 1.75rem; }
.hma-ab-timeline::before { content: ''; position: absolute; left: 5px; top: 8px; bottom: 8px; width: 1px; background: var(--border); }
.hma-ab-tl-item { position: relative; padding: 0 0 2.5rem 1.5rem; }
.hma-ab-tl-item:last-child { padding-bottom: 0; }
.hma-ab-tl-item::before { content: ''; position: absolute; left: -1.75rem; top: 6px; width: 11px; height: 11px; border-radius: 50%; background: var(--bg); border: 2px solid var(--border-warm); z-index: 1; }
.hma-ab-tl-item.current::before { background: var(--amber); border-color: var(--amber); box-shadow: 0 0 0 3px rgba(217,119,6,.15); }
.hma-ab-tl-item.note::before { background: var(--bg); border-color: var(--border); border-style: dashed; }
.hma-ab-tl-year { font-size: 11px; font-weight: 500; color: var(--amber); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 4px; display: block; }
.hma-ab-tl-company { font-family: var(--serif); font-size: 1rem; font-weight: 400; color: var(--ink); margin-bottom: 3px; line-height: 1.3; }
.hma-ab-tl-role { font-size: 13px; font-weight: 500; color: var(--ink-2); margin-bottom: 6px; }
.hma-ab-tl-desc { font-size: 13px; color: var(--ink-3); line-height: 1.7; }
.hma-ab-tl-desc strong { color: var(--ink-2); font-weight: 500; }
.hma-ab-tl-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.hma-ab-tl-tag { font-size: 11px; color: var(--ink-3); background: var(--bg-warm); border: 1px solid var(--border); border-radius: 100px; padding: 2px 10px; }
.hma-ab-tl-item.note .hma-ab-tl-company { color: var(--ink-3); font-size: .9rem; }

/* ── CERTIFICATIONS ── */
.hma-ab-cert-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.hma-ab-cert-card { border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; text-decoration: none; transition: border-color .2s, transform .2s; display: flex; flex-direction: column; }
.hma-ab-cert-card:hover { border-color: var(--amber); transform: translateY(-2px); }
.hma-ab-cert-thumb { width: 100%; aspect-ratio: 4/3; overflow: hidden; background: var(--bg-warm); }
.hma-ab-cert-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.hma-ab-cert-card:hover .hma-ab-cert-thumb img { transform: scale(1.03); }
.hma-ab-cert-body { padding: .9rem 1rem; border-top: 1px solid var(--border); background: var(--bg); }
.hma-ab-cert-name { font-size: 13px; font-weight: 500; color: var(--ink); display: block; margin-bottom: 2px; line-height: 1.3; }
.hma-ab-cert-issuer { font-size: 11px; color: var(--ink-4); }
.hma-ab-cert-link { font-size: 11px; color: var(--amber); margin-top: 6px; display: flex; align-items: center; gap: 4px; }

/* ── TESTIMONIAL ── */
.hma-ab-testimonial { background: var(--amber-pale); border: 1px solid rgba(217,119,6,.2); border-radius: var(--r-xl); padding: 2.5rem 2rem; position: relative; overflow: hidden; margin-top: 4rem; }
.hma-ab-testimonial::before { content: '201C'; position: absolute; top: -1rem; left: 1rem; font-family: var(--serif); font-size: 6rem; color: rgba(217,119,6,.12); line-height: 1; pointer-events: none; }
.hma-ab-tph-quote { font-family: var(--serif); font-size: 1.15rem; font-weight: 300; font-style: italic; color: var(--ink); line-height: 1.65; margin-bottom: 1.5rem; position: relative; z-index: 1; }
.hma-ab-tph-author { display: flex; align-items: center; gap: 10px; }
.hma-ab-tph-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--border-warm); border: 1px solid rgba(217,119,6,.2); display: flex; align-items: center; justify-content: center; }
.hma-ab-tph-avatar svg { width: 20px; height: 20px; color: var(--ink-4); }
.hma-ab-tph-name { font-size: 13px; font-weight: 500; color: var(--ink); }
.hma-ab-tph-role { font-size: 11px; color: var(--ink-3); }

/* ── CTA ── */
.hma-ab-cta { background: var(--bg-dark); border-radius: var(--r-xl); padding: 3rem 2.5rem; position: relative; overflow: hidden; margin-top: 4rem; text-align: center; }
.hma-ab-cta::before { content: ''; position: absolute; top: -80px; right: -80px; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(217,119,6,.15) 0%, transparent 65%); pointer-events: none; }
.hma-ab-cta-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--amber); font-weight: 500; margin-bottom: 1rem; position: relative; z-index: 1; }
.hma-ab-cta-title { font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 300; color: #fff; line-height: 1.2; letter-spacing: -.02em; margin-bottom: .75rem; position: relative; z-index: 1; }
.hma-ab-cta-title em { font-style: italic; color: var(--amber); }
.hma-ab-cta-sub { font-size: 15px; color: rgba(255,255,255,.5); line-height: 1.7; margin-bottom: 2rem; max-width: 640px; margin-left: auto; margin-right: auto; position: relative; z-index: 1; }
.hma-ab-cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; position: relative; z-index: 1; justify-content: center; }

/* ── BUTTONS ── */
.hma-ab-btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--amber); color: #fff; font-family: var(--sans); font-size: 14px; font-weight: 500; padding: .85rem 1.75rem; border-radius: var(--r-lg); text-decoration: none; transition: all .2s ease; border: 1px solid var(--amber); box-shadow: 0 4px 16px rgba(217,119,6,.3); }
.hma-ab-btn-primary:hover { background: #C96E00; transform: translateY(-2px); box-shadow: 0 6px 24px rgba(217,119,6,.4); color: #fff; }
.hma-ab-btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: rgba(255,255,255,.6); font-family: var(--sans); font-size: 14px; font-weight: 400; padding: .85rem 1.5rem; border-radius: var(--r-lg); text-decoration: none; border: 1px solid rgba(255,255,255,.15); transition: all .2s ease; }
.hma-ab-btn-secondary:hover { border-color: rgba(255,255,255,.4); color: #fff; }

/* ── FONT FIXES ── */
.hma-ab-name,
.hma-ab-how-title,
.hma-ab-story-pull,
.hma-ab-tl-company,
.hma-ab-tph-quote,
.hma-ab-cta-title,
.hma-ab-stat-num {
  font-family: 'Fraunces', Georgia, serif !important;
}

/* ── ANIMATIONS ── */
@keyframes hma-ab-fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

/* ── MOBILE ── */
@media (max-width: 900px) {
  .hma-ab-hero-grid { grid-template-columns: 200px 1fr; gap: 2.5rem; }
  .hma-ab-headshot { width: 200px; }
  .hma-ab-story-block,
  .hma-ab-story-block.flip { grid-template-columns: 1fr 1.2fr; direction: ltr; }
  .hma-ab-cert-grid { grid-template-columns: 1fr 1fr; }
  .hma-ab-tools-groups { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .hma-ab-page { padding: 0 1.1rem 5rem; }
  .hma-ab-hero { padding-top: 3rem; }
  .hma-ab-hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hma-ab-headshot { width: 80px; aspect-ratio: 1; border-radius: 50%; }
  .hma-ab-story-block,
  .hma-ab-story-block.flip { grid-template-columns: 1fr; direction: ltr; }
  .hma-ab-story-img { aspect-ratio: 16/9; }
  .hma-ab-cert-grid { grid-template-columns: 1fr; }
  .hma-ab-tools-groups { grid-template-columns: 1fr 1fr; border-radius: var(--r-lg); }
  .hma-ab-tool-group { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .hma-ab-tool-group:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.07); }
  .hma-ab-cta { padding: 2rem 1.5rem; }
  .hma-ab-cta-actions { flex-direction: column; }
  .hma-ab-btn-primary, .hma-ab-btn-secondary { justify-content: center; }
  .hma-ab-working-shot { aspect-ratio: 16/9; }
}
.hma-ab-tools {
  background: #1C1917 !important;
  color: #fff !important;
}

.hma-ab-tool-group-label {
  color: #D97706 !important;
}

.hma-ab-tool-item {
  color: rgba(255,255,255,0.55) !important;
}
.hma-ab-divider {
  margin: 4rem 0 !important;
}
.hma-ab-how-item:first-child {
  border-top: none !important;
}
.hma-ab-testimonial::before {
  display: none !important;
}
.hma-ab-cta-title {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.hma-ab-cta-title em {
  color: #D97706 !important;
  -webkit-text-fill-color: #D97706 !important;
}
.hma-ab-btn-primary,
.hma-ab-btn-secondary {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 0.85rem 1.75rem !important;
  border-radius: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
}

.hma-ab-how-item {
  border-bottom: none !important;
  padding: 1rem 0 !important;
}
.hma-ab-tools {
  margin: 0 !important;
  padding: 3rem 2rem !important;
}

.hma-ab-working-shot {
  margin-bottom: 0 !important;
}
.hma-ab-page h1.hma-ab-name,
.hma-ab-page .hma-ab-name,
h1.hma-ab-name {
  font-family: 'Fraunces', Georgia, serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
  -webkit-text-fill-color: #1C1917 !important;
}

.hma-ab-page h1.hma-ab-name em,
.hma-ab-page .hma-ab-name em {
  font-family: 'Fraunces', Georgia, serif !important;
  font-style: italic !important;
  -webkit-text-fill-color: #D97706 !important;
}
@media (max-width: 700px) {
  .hma-ab-tools-groups {
    grid-template-columns: 1fr !important;
  }
  
  .hma-ab-tool-group {
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.07) !important;
  }
  
  .hma-ab-tool-group:last-child {
    border-bottom: none !important;
  }
}
.hma-ab-hero {
  background: none !important;
  background-image: none !important;
}

.hma-ab-hero::before,
.hma-ab-hero::after {
  display: none !important;
  content: none !important;
  background: none !important;
}/* End custom CSS */