/*
 * Generated by scripts/build-css-bundles.mjs — do not edit by hand.
 * Rebuild: npm run build:css
 */

/* ----- assets/css/system/tokens.css ----- */
/*
  Design System Tokens (Phase 1)
  - All variables prefixed with --ds-
  - Safe to load globally: variables only (no Divi overrides)

  Breakpoints observed in exported pages (Divi/WP):
  - Desktop: min-width: 981px
  - Tablet: max-width: 980px
  - Phone: max-width: 767px
  - Additional: 600px, 479px, 420px (page-specific)
*/

:root{
  /* ── Page / surface colors ─────────────────────────────── */
  --ds-color-page: #FCF7F4;       /* warm-white page bg */
  --ds-color-surface: #ffffff;    /* cards, inputs — stay crisp white */
  --ds-color-surface-raised: #F6EFEA;
  --ds-color-surface-inset: #EEE5DE;
  --ds-color-surface-tint: rgba(255,255,255,.7);

  /* ── Ink / text ────────────────────────────────────────── */
  --ds-color-text: #27272A;       /* body copy */
  --ds-color-text-strong: #09090B;/* headlines */
  --ds-color-muted: #52525B;      /* secondary */
  --ds-color-faint: #71717A;      /* captions */
  --ds-color-subtle: rgba(0,0,0,.65);
  --ds-color-on-dark: #ffffff;
  --ds-color-on-dark-muted: #A1A1AA;

  /* ── Borders ───────────────────────────────────────────── */
  --ds-color-border: #E2D6CD;     /* hairline on warm bg */
  --ds-color-border-strong: rgba(0,0,0,.18);
  --ds-color-border-on-dark: rgba(255,255,255,.14);

  /* ── Accent (black CTAs) ───────────────────────────────── */
  --ds-color-dark: #000000;
  --ds-color-dark-2: #18181B;
  --ds-color-dark-hover: #1C1C20;
  --ds-color-accent-soft: #E4E4E7;

  /* ── Legacy / functional ───────────────────────────────── */
  --ds-color-link: #2ea3f2;
  --ds-color-accent: #24c8dc;
  --ds-color-focus: rgba(0,0,0,.08);
  --ds-color-danger: #B23A2E;
  --ds-color-success: #2F7D52;

  /* ── Typography ────────────────────────────────────────── */
  --ds-font-display: "Instrument Serif", Georgia, "Times New Roman", serif;
  --ds-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ds-font-heading: "Instrument Serif", Georgia, "Times New Roman", serif;
  --ds-font-heading-bold: "Instrument Serif", Georgia, "Times New Roman", serif;
  --ds-font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --ds-font-size-body: 17px;
  --ds-line-height-body: 1.5;

  /* ── Spacing (8-px grid) ───────────────────────────────── */
  --ds-space-1: 4px;
  --ds-space-2: 8px;
  --ds-space-3: 12px;
  --ds-space-4: 16px;
  --ds-space-5: 24px;
  --ds-space-6: 32px;
  --ds-space-7: 48px;
  --ds-space-8: 64px;
  --ds-space-9: 96px;
  --ds-space-10: 128px;

  /* ── Hero clearance (floating nav → first hero content) ──
     #page-container has padding-top:0 and the header floats over the
     page, so every top section must clear the nav itself. This token
     bakes in the floating-nav height (~84px desktop / ~97px tablet+phone)
     plus editorial breathing room, so nav→hero content lands in the
     48–72px (desktop) / 40–56px (tablet) / 32–44px (phone) range.
     Consumed by the shared first-section rule in content-rhythm.css and
     the newsletter hero in pages/newsletter.css. */
  --ds-hero-clearance: 138px;

  /* ── Radius ────────────────────────────────────────────── */
  --ds-radius-sm: 8px;
  --ds-radius-md: 12px;
  --ds-radius-lg: 16px;
  --ds-radius-xl: 24px;
  --ds-radius-pill: 999px;

  /* ── Shadows ───────────────────────────────────────────── */
  --ds-shadow-xs: 0 1px 2px rgba(9,9,11,.04);
  --ds-shadow-sm: 0 1px 3px rgba(9,9,11,.06), 0 1px 2px rgba(9,9,11,.04);
  --ds-shadow-md: 0 4px 16px rgba(9,9,11,.06);
  --ds-shadow-lg: 0 12px 40px rgba(9,9,11,.10);

  /* ── Component sizing ──────────────────────────────────── */
  --ds-control-h: 36px;
  --ds-control-h-lg: 40px;

  /* ── Motion ────────────────────────────────────────────── */
  --ds-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ds-dur-fast: 120ms;
  --ds-dur-base: 200ms;

  /* ── Breakpoints ───────────────────────────────────────── */
  --ds-bp-desktop-min: 981px;
  --ds-bp-tablet-max: 980px;
  --ds-bp-phone-max: 767px;
  --ds-bp-small-max: 479px;
}

/* Phone: nav sits ~13px lower, so trim hero clearance to keep
   nav→content in the 32–44px range and avoid excess blank space. */
@media (max-width: 767px) {
  :root {
    --ds-hero-clearance: 136px;
  }
}

/* ----- assets/css/system/background.css ----- */
/*
  Warm-white page background (#FCF7F4)
  Drop-in: add  to index.css.
  Cards, inputs and selects stay crisp white (--ds-color-surface) so they lift
  off the warm page. Scoped to body / #page-container; no Divi component overrides.
*/
:root{
  --ds-color-page: #FCF7F4; /* warm white page */
}

html,
body,
#page-container{
  background-color: var(--ds-color-page);
}

/* Keep large light section bands consistent with the warm page */
#page-container .et_pb_section.et_pb_section_regular:not([style*="background"]){
  background-color: var(--ds-color-page);
}

/* ----- assets/css/system/fonts.css ----- */
/*
  Fonts — design system (Phase 3: self-hosted display + mono)
  Body:    Inter (self-hosted)
  Display: Instrument Serif (self-hosted)
  Mono:    JetBrains Mono (self-hosted)
*/

@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/instrument-serif/InstrumentSerif-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/instrument-serif/InstrumentSerif-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/jetbrains-mono/JetBrainsMono-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/jetbrains-mono/JetBrainsMono-Regular.woff2") format("woff2");
}

/* Self-hosted Inter (SIL Open Font License 1.1) */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/assets/fonts/inter/InterVariable.woff2") format("woff2");
}

:root {
  --ds-font-display:      "Instrument Serif", Georgia, "Times New Roman", serif;
  --ds-font-body:         "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ds-font-heading:      "Instrument Serif", Georgia, "Times New Roman", serif;
  --ds-font-heading-bold: "Instrument Serif", Georgia, "Times New Roman", serif;
  --ds-font-mono:         "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
}

/* Divi critical CSS still sets Open Sans on body */
body,
body.et_pb_pagebuilder_layout,
.et-db #page-container {
  font-family: var(--ds-font-body) !important;
}

/*
  Body copy weight — Divi critical CSS sets body { font-weight: 500 }.
  Scoped to text modules; excludes eyebrows, buttons, nav, headings.
*/
#page-container .et_pb_text_inner p:not(.ds-eyebrow),
#main-content .et_pb_text_inner p:not(.ds-eyebrow) {
  font-weight: 400;
}

/* Newsletter hero (not inside .et_pb_text_inner) */
#post-newsletter .nl-saasify-lede,
#post-newsletter .nl-saasify-caption {
  font-weight: 400;
}

/*
  Main nav text links — Divi/customizer uses font-weight: 600 on #top-menu a.
  Excludes nav CTA buttons (li.et_pb_button: Download CV, Let's Connect).
*/
#page-container #main-header #top-menu > li:not(.et_pb_button) > a,
#page-container #main-header #top-menu > li:not(.et_pb_button).current-menu-item > a,
#page-container #main-header #top-menu > li:not(.et_pb_button).current_page_item > a {
  font-weight: 400 !important;
}

/* Legacy page CSS that named Figtree, Geist, or Lato explicitly */
#post-newsletter .nl-saasify-headline,
#post-newsletter .nl-saasify-lede,
#post-newsletter .nl-saasify-input,
#post-newsletter .nl-saasify-submit,
#post-newsletter .nl-saasify-caption,
#post-newsletter .nl-saasify-form-error,
#post-newsletter .nl-confirm-title,
#post-newsletter .nl-confirm-lede {
  font-family: var(--ds-font-body) !important;
}

@media screen and (max-width: 980px) {
  /* :before/:after renders the ETModules icon glyph — must NOT override */
  #main-header .et_mobile_menu li a {
    font-family: var(--ds-font-body) !important;
  }
}

.skip-link {
  font-family: var(--ds-font-body) !important;
}

/* ----- assets/css/system/components/buttons.css ----- */
/*
  Buttons (Phase 1)
  - Opt-in only via ds- classes
  - No overrides of .et_pb_* or other Divi selectors
*/

.ds-btn{
  -webkit-appearance:none;
  appearance:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: var(--ds-space-2);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;

  height: var(--ds-control-h);
  padding: 0 14px;
  border-radius: var(--ds-radius-md);
  border: 1px solid var(--ds-color-border-strong);
  background: transparent;
  color: rgba(0,0,0,.85);

  transition: background-color .25s, border-color .25s, color .25s, box-shadow .25s, transform .06s;
  box-sizing: border-box;
}

.ds-btn:hover{
  background: rgba(0,0,0,.04);
  text-decoration:none;
}

.ds-btn:active{
  transform: translateY(1px);
}

.ds-btn:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px rgba(197,144,96,.20);
  border-color: var(--ds-color-focus);
}

.ds-btn[disabled],
.ds-btn[aria-disabled="true"]{
  opacity: .65;
  cursor: not-allowed;
  transform: none;
}

.ds-btn--primary{
  border-color: rgba(0,0,0,.24);
  background: rgba(0,0,0,.02);
}

.ds-btn--secondary{
  border-color: rgba(0,0,0,.16);
  background: transparent;
}

/*
  Page-level CTAs (hero, cards, bottom sections)
  Excludes #top-menu / mobile drawer nav buttons (menu-item-53/54).
  Excludes newsletter form submit (.nl-saasify-submit).
*/

:root {
  --ds-page-cta-min-h: 44px;
  --ds-page-cta-px: 28px;
  --ds-page-cta-font-size: 1rem;
}

/* Shared dimensions */
#page-container a.ds-btn-primary,
#page-container a.ds-btn-secondary,
#page-container a.cta_primary,
#page-container a.cta_secondary,
#page-container #cta_newsletter,
#page-container #cta_case_studies,
#page-container .case-work a.text-button.brand-link,
#page-container .card-kepler a.text-button.brand-link,
#page-container .card-side-by-side a.text-button.brand-link,
#page-container a.et_pb_button.ds-btn-primary,
#page-container a.et_pb_button.ds-btn-secondary,
#page-container a.et_pb_button.cta_primary,
#page-container a.et_pb_button.cta_secondary,
#page-container a.et_pb_button#cta_newsletter,
#page-container a.et_pb_button#cta_case_studies {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: var(--ds-page-cta-min-h);
  padding: 0 var(--ds-page-cta-px) !important;
  border-radius: 999px !important;
  font-family: var(--ds-font-body) !important;
  font-size: var(--ds-page-cta-font-size) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.01em !important;
  text-decoration: none !important;
  cursor: pointer;
  top: auto !important;
  white-space: nowrap;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

/* Card / section CTAs: spacing below copy */
#page-container .case-work a.text-button.brand-link,
#page-container .card-kepler a.text-button.brand-link,
#page-container .card-side-by-side a.text-button.brand-link {
  margin: 0.75rem 0 0;
  clear: left;
}

/* Hero pair: inline spacing */
#page-container #cta_newsletter {
  margin-right: 0.5em;
  margin-top: 0;
}

#page-container #cta_case_studies {
  margin-top: 0;
}

/* No Divi / text-link pseudo decorations */
#page-container a.ds-btn-primary::before,
#page-container a.ds-btn-primary::after,
#page-container a.ds-btn-secondary::before,
#page-container a.ds-btn-secondary::after,
#page-container a.cta_primary::before,
#page-container a.cta_primary::after,
#page-container a.cta_secondary::before,
#page-container a.cta_secondary::after,
#page-container #cta_newsletter::before,
#page-container #cta_newsletter::after,
#page-container #cta_case_studies::before,
#page-container #cta_case_studies::after,
#page-container a.text-button.brand-link::before,
#page-container a.text-button.brand-link::after,
#page-container a.et_pb_button.ds-btn-primary::after,
#page-container a.et_pb_button.ds-btn-secondary::after,
#page-container a.et_pb_button.cta_primary::after,
#page-container a.et_pb_button.cta_secondary::after,
#page-container a.et_pb_button#cta_newsletter::after,
#page-container a.et_pb_button#cta_case_studies::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

/* Secondary — now matches primary black pill (ElevenLabs style) */
#page-container a.ds-btn-secondary,
#page-container a.cta_secondary,
#page-container #cta_newsletter,
#page-container .case-work a.text-button.brand-link,
#page-container .card-kepler a.text-button.brand-link,
#page-container .card-side-by-side a.text-button.brand-link {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

#page-container a.ds-btn-secondary:hover,
#page-container a.cta_secondary:hover,
#page-container #cta_newsletter:hover,
#page-container .case-work a.text-button.brand-link:hover,
#page-container .card-kepler a.text-button.brand-link:hover,
#page-container .card-side-by-side a.text-button.brand-link:hover {
  background: #1a1a1a !important;
  color: #ffffff !important;
  border-color: #1a1a1a !important;
  border-radius: 999px !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  text-decoration: none !important;
}

#page-container a.ds-btn-secondary:active,
#page-container a.cta_secondary:active,
#page-container #cta_newsletter:active,
#page-container .case-work a.text-button.brand-link:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

#page-container a.ds-btn-secondary:focus-visible,
#page-container a.cta_secondary:focus-visible,
#page-container #cta_newsletter:focus-visible,
#page-container .case-work a.text-button.brand-link:focus-visible {
  outline: 2px solid #c59060 !important;
  outline-offset: 4px !important;
  color: #ffffff !important;
  background: #000000 !important;
}

/* Primary (dark pill) */
#page-container a.ds-btn-primary,
#page-container a.cta_primary,
#page-container #cta_case_studies {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

#page-container a.ds-btn-primary:hover,
#page-container a.cta_primary:hover,
#page-container #cta_case_studies:hover {
  background: #1a1a1a !important;
  color: #ffffff !important;
  border-color: #1a1a1a !important;
  border-radius: 999px !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  text-decoration: none !important;
}

#page-container a.ds-btn-primary:active,
#page-container a.cta_primary:active,
#page-container #cta_case_studies:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

#page-container a.ds-btn-primary:focus-visible,
#page-container a.cta_primary:focus-visible,
#page-container #cta_case_studies:focus-visible {
  outline: 2px solid #c59060 !important;
  outline-offset: 4px !important;
  color: #ffffff !important;
  background: #000000 !important;
}

.ds-btn--dark{
  background: var(--ds-color-dark);
  border-color: var(--ds-color-dark);
  color: #fff;
}
.ds-btn--dark:hover{
  background: var(--ds-color-dark-2);
  border-color: var(--ds-color-dark-2);
  color:#fff;
}

.ds-btn--pill{
  border-radius: var(--ds-radius-pill);
}

/* ----- assets/css/system/eyebrows.css ----- */
/*
  Eyebrow / kicker labels — JetBrains Mono, uppercase, spaced
  ElevenLabs / editorial monochrome system.
*/

.ds-eyebrow,
#page-container .ds-eyebrow {
  display: block;
  margin: 0 0 8px;
  color: var(--ds-color-muted, #52525B);
  font-family: var(--ds-font-mono, "JetBrains Mono", ui-monospace, monospace);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: none;
}

/* Legacy Divi sup eyebrows */
.hero-cntn sup,
#page-container .hero-cntn sup {
  display: block;
  margin: 0 0 8px;
  padding: 0;
  border: none;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: var(--ds-color-muted, #52525B) !important;
  font-family: var(--ds-font-mono, "JetBrains Mono", ui-monospace, monospace) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  line-height: 1.35 !important;
}

/* ----- assets/css/system/content-rhythm.css ----- */
/*
  Eyebrow → title → body spacing on marketing blocks
*/

/* Heading → paragraph gap: collapse p margin-top so the gap is heading margin-bottom only (0.5em) */
#page-container .et_pb_text_inner > :where(h1, h2, h3, h4, h5, h6) + p {
  margin-top: 0 !important;
}

.hero-cntn .et_pb_text_0 .et_pb_text_inner > .ds-eyebrow + h1 {
  margin-top: 0;
}

.hero-cntn .et_pb_text_0 .et_pb_text_inner > h1 {
  margin-bottom: 0;
}

.hero-cntn .et_pb_text_0 .et_pb_text_inner > h1 + p {
  margin-top: 16px;
}

#page-container .case-work .et_pb_text_inner > .ds-eyebrow + :is(h5, h6) {
  margin-top: 0;
}

#page-container .case-work .et_pb_text_inner > .ds-eyebrow + p {
  margin-top: 0;
}

#page-container .et_pb_text_2 .et_pb_text_inner > .ds-eyebrow + h3,
#page-container .et_pb_text_7 .et_pb_text_inner > .ds-eyebrow + h3,
#page-container .et_pb_text_8 .et_pb_text_inner > .ds-eyebrow + h3,
#page-container .et_pb_text_8 .et_pb_text_inner > .ds-eyebrow + .notion-scroller {
  margin-top: 0;
}

#page-container .et_pb_text_2 .et_pb_text_inner > h3 + p,
#page-container .et_pb_text_7 .et_pb_text_inner > h3 + p,
#page-container .et_pb_text_8 .et_pb_text_inner > h3 + p {
  margin-top: 16px;
}

/* "Design as a growth system" bottom CTA section.
   Heading (et_pb_text_8), paragraph (et_pb_text_9) and CTA are separate Divi
   modules, so the heading→paragraph gap is module spacing + the serif heading's
   ~32px line-box leading (reads as ~47px). Group them like the case cards:
   eyebrow→heading ~12px, heading→paragraph ~19px, paragraph→CTA ~26px.
   Margins only — layout, columns, type and the left image collage untouched. */
body.home #page-container .et_pb_text_8 .et_pb_text_inner > .ds-eyebrow {
  margin-bottom: 16px !important;
}

body.home #page-container .et_pb_text_9 {
  margin-top: -28px !important;
  margin-bottom: 26px !important;
}

/* The heading clamps to its 2rem floor on narrower viewports, shrinking the
   serif leading — ease the pull-up so heading→paragraph stays ~16–20px. */
@media (max-width: 1280px) {
  body.home #page-container .et_pb_text_9 {
    margin-top: -20px !important;
  }
}

/* Homepage "A quick note before you scroll" editorial block. Same serif
   line-box leading issue: h3→paragraph reads ~47px. Pull the copy up under the
   heading (~18px). Scoped to homepage — et_pb_text_2 is a card on /case-studies/. */
body.home #page-container .et_pb_text_2 .et_pb_text_inner > h3 {
  margin-bottom: -14px !important;
}
@media (max-width: 1066px) {
  body.home #page-container .et_pb_text_2 .et_pb_text_inner > h3 {
    margin-bottom: -7px !important;
  }
}

/* Large standalone editorial headings (homepage testimonials h3,
   /case-studies/ intro h2) read ~3px eyebrow→heading because the serif heading's
   top line-box leading eats into the eyebrow margin. Nudge the eyebrow so these
   match the cards' ~7px rhythm. */
body.home #page-container .et_pb_text_7 .et_pb_text_inner > .ds-eyebrow,
body.page-id-2147 #page-container .et_pb_text_0 .et_pb_text_inner > .ds-eyebrow {
  margin-bottom: 14px !important;
}

/* -------------------------------------------------------------------------- */
/* Site-wide hero clearance below the floating nav                            */
/* -------------------------------------------------------------------------- */
/*
  The header floats over the page and #page-container has padding-top:0, so the
  first section on every page must clear the nav itself. Pages ship different
  first-section/row paddings (case-studies .case-work, about + case-study detail
  plain .et_pb_section_0), which left hero content tucked under or behind the nav.

  Normalize: the first non-home section owns the clearance via padding-top
  (the shared --ds-hero-clearance token), and its first row's top padding is
  zeroed so the token is the single source of truth across page types.
  Homepage (.hero-cntn) is excluded — it has a full-bleed background and its
  own tuned hero rhythm. Newsletter uses a custom card hero handled in
  pages/newsletter.css. */
#page-container .et_pb_section.et_pb_section_0:not(.hero-cntn) {
  padding-top: var(--ds-hero-clearance) !important;
}

#page-container .et_pb_section.et_pb_section_0:not(.hero-cntn) > .et_pb_row:first-of-type {
  padding-top: 0 !important;
}

/* ----- assets/css/system/mobile-open-menu.css ----- */
/*
  Opened mobile menu only (max-width: 980px).
  Overrides Divi customizer (et-divi-customizer-global.min.css).
  Closed floating nav + desktop #top-menu are untouched.
*/

@media screen and (max-width: 980px) {
  :root {
    --mow-drawer-bg: #fffaf4;
    --mow-drawer-footer-bg: #fbf8f2;
    --mow-drawer-border: rgba(45, 31, 22, 0.1);
    --mow-drawer-divider: rgba(45, 31, 22, 0.08);
    --mow-drawer-text: #22160f;
    --mow-drawer-muted: rgba(34, 22, 15, 0.72);
    --mow-drawer-shadow: 0 20px 64px rgba(45, 31, 22, 0.12);
    --mow-nav-max-width: 1100px;
  }

  /*
   * Shared nav/drawer geometry (--mow-nav-* on #main-header from mobile-menu-a11y.js when open).
   * Fallback width/bottom mirror Divi .container until the nav shell is measured.
   */
  #page-container #main-header {
    --mow-nav-width: min(var(--mow-nav-max-width), 90vw);
    --mow-nav-bottom: calc(env(safe-area-inset-top, 0px) + 5.5rem);
  }

  /* Let position:fixed use the viewport (backdrop-filter creates a containing block) */
  #page-container #main-header:has(.mobile_nav.opened) .et_menu_container {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu,
  #page-container #main-header .mobile_nav.opened #mobile_menu {
    position: fixed !important;
    top: var(--mow-nav-bottom) !important;
    left: var(--mow-nav-left, 0) !important;
    right: var(--mow-nav-right, 0) !important;
    width: var(--mow-nav-width) !important;
    max-width: var(--mow-nav-max-width) !important;
    height: auto !important;
    max-height: calc(100dvh - var(--mow-nav-bottom) - 12px) !important;
    margin-left: var(--mow-nav-margin-left, auto) !important;
    margin-right: var(--mow-nav-margin-right, auto) !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    background-color: var(--mow-drawer-bg) !important;
    border: 1px solid var(--mow-drawer-border) !important;
    border-radius: 0 0 24px 24px !important;
    box-shadow: var(--mow-drawer-shadow) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    z-index: 99998 !important;
    border-top: none !important;
    transform: none !important;
    overscroll-behavior: contain;
  }

  #page-container #main-header .mobile_nav.opened #mobile_menu {
    background-color: var(--mow-drawer-bg) !important;
  }

  /* Scrollable nav links */
  #page-container #main-header .mobile_nav.opened .et_mobile_menu > li:not(.et_pb_button) {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid var(--mow-drawer-divider);
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu > li:not(.et_pb_button):last-of-type {
    border-bottom: none;
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu li:not(.et_pb_button) > a {
    display: flex !important;
    align-items: center;
    min-height: 3.5rem;
    padding: 0 1.5rem !important;
    color: var(--mow-drawer-text) !important;
    font-family: "Geist", "Figtree", var(--ds-font-body, "Open Sans", Arial, sans-serif) !important;
    font-size: clamp(1.125rem, 3.6vw, 1.375rem) !important;
    font-weight: 400 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.015em !important;
    text-transform: none !important;
    border-bottom: none !important;
    background: transparent !important;
    opacity: 1 !important;
    transition: background-color 0.15s ease !important;
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu li:not(.et_pb_button) > a:hover,
  #page-container #main-header .mobile_nav.opened .et_mobile_menu li:not(.et_pb_button) > a:focus-visible {
    background-color: rgba(45, 31, 22, 0.04) !important;
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu li:not(.et_pb_button) > a:focus-visible {
    outline: 2px solid #2d1f16 !important;
    outline-offset: 2px !important;
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  /*
   * Footer CTA block (inside drawer).
   * Overrides customizer: position:absolute; bottom:10em; width:90%
   */
  #page-container #main-header .mobile_nav.opened .et_mobile_menu > li.menu-item-53,
  #page-container #main-header .mobile_nav.opened .et_mobile_menu > li.menu-item-54 {
    position: static !important;
    bottom: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    flex: 0 0 auto;
    z-index: 1;
    border: none !important;
    background-color: var(--mow-drawer-footer-bg) !important;
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu > li.menu-item-53 {
    margin-top: auto !important;
    padding: 1rem 1.25rem 0.5rem !important;
    border-top: 1px solid var(--mow-drawer-divider) !important;
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu > li.menu-item-54 {
    padding: 0 1.25rem 1.25rem !important;
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu > li.et_pb_button {
    display: block !important;
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu .et_pb_button {
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    text-align: center !important;
    border-radius: 999px !important;
    box-shadow: none !important;
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu .et_pb_button a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 2.75rem;
    padding: 0.625rem 1rem !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
  }

  /* Secondary: light outline pill */
  #page-container #main-header .mobile_nav.opened .et_mobile_menu li.menu-item-53.et_pb_button a {
    color: var(--mow-drawer-text) !important;
    background-color: #ffffff !important;
    border: 1px solid rgba(45, 31, 22, 0.12) !important;
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu li.menu-item-53.et_pb_button a:hover,
  #page-container #main-header .mobile_nav.opened .et_mobile_menu li.menu-item-53.et_pb_button a:focus-visible {
    background-color: rgba(255, 255, 255, 0.92) !important;
    border-color: rgba(45, 31, 22, 0.2) !important;
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu li.menu-item-53.et_pb_button a:focus-visible {
    outline: 2px solid #2d1f16 !important;
    outline-offset: 2px !important;
  }

  /* Primary: compact dark pill */
  #page-container #main-header .mobile_nav.opened .et_mobile_menu li.menu-item-54.et_pb_button a {
    color: #fffaf4 !important;
    background-color: #1f1a16 !important;
    border: 1px solid #1f1a16 !important;
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu li.menu-item-54.et_pb_button a:hover,
  #page-container #main-header .mobile_nav.opened .et_mobile_menu li.menu-item-54.et_pb_button a:focus-visible {
    background-color: #2d1f16 !important;
    border-color: #2d1f16 !important;
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu li.menu-item-54.et_pb_button a:focus-visible {
    outline: 2px solid #c59060 !important;
    outline-offset: 2px !important;
  }

  #page-container #main-header .mobile_nav.opened button.mobile_menu_bar.mobile_menu_bar_toggle:focus-visible {
    outline: 2px solid #2d1f16 !important;
    outline-offset: 3px !important;
  }

  /* Close icon in header */
  body.et_divi_100_custom_hamburger_menu #page-container .mobile_nav.opened .et_divi_100_custom_hamburger_menu__icon div,
  body.et_divi_100_custom_hamburger_menu #page-container .mobile_nav.opened .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {
    background: #2d1f16 !important;
  }

  body.et_divi_100_custom_hamburger_menu--type-2 #page-container .mobile_nav.opened .et_divi_100_custom_hamburger_menu__icon div:before,
  body.et_divi_100_custom_hamburger_menu--type-2 #page-container .mobile_nav.opened .et_divi_100_custom_hamburger_menu__icon div:after {
    background: #2d1f16 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  #page-container #main-header {
    --mow-nav-width: min(var(--mow-nav-max-width), 80vw);
    --mow-nav-bottom: calc(env(safe-area-inset-top, 0px) + 6.75rem);
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu,
  #page-container #main-header .mobile_nav.opened #mobile_menu {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 0.75rem;
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu > li:not(.et_pb_button) {
    grid-column: 1 / -1;
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu > li.menu-item-53 {
    grid-column: 1 / 2 !important;
    padding: 1rem 0 1.25rem 1.25rem !important;
  }

  #page-container #main-header .mobile_nav.opened .et_mobile_menu > li.menu-item-54 {
    grid-column: 2 / 3 !important;
    padding: 1rem 1.25rem 1.25rem 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #page-container #main-header {
    --mow-nav-width: min(var(--mow-nav-max-width), 90vw);
    --mow-nav-bottom: calc(env(safe-area-inset-top, 0px) + 5.5rem);
  }
}

/* ----- assets/css/system/accessibility.css ----- */
/*
  Site-wide accessibility utilities (focus, skip link, menu toggle reset).
  Loaded after Divi/global CSS via headings.css / index.css.
*/

:root {
  --a11y-focus: #2d1f16;
  --a11y-focus-on-dark: #c59060;
}

/* -------------------------------------------------------------------------- */
/* Skip link                                                                   */
/* -------------------------------------------------------------------------- */

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  margin: 0;
  padding: 12px 16px;
  border-radius: 0 0 8px 0;
  background: #fffaf4;
  color: var(--a11y-focus);
  font-family: Figtree, "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(45, 31, 22, 0.12);
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.skip-link:focus,
.skip-link:focus-visible {
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  overflow: visible;
  white-space: normal;
  outline: 2px solid var(--a11y-focus) !important;
  outline-offset: 2px !important;
}

/* -------------------------------------------------------------------------- */
/* Mobile menu toggle (button reset — preserve Divi/hamburger visuals)         */
/* -------------------------------------------------------------------------- */

button.mobile_menu_bar.mobile_menu_bar_toggle {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  line-height: inherit;
  color: inherit;
  cursor: pointer;
  vertical-align: middle;
}

button.mobile_menu_bar.mobile_menu_bar_toggle:focus {
  outline: none;
}

/* -------------------------------------------------------------------------- */
/* Global focus-visible (overrides Divi :focus { outline: 0 })                 */
/* -------------------------------------------------------------------------- */

#page-container a:focus-visible,
#page-container button:focus-visible,
#page-container input:focus-visible,
#page-container textarea:focus-visible,
#page-container select:focus-visible,
#page-container [role="button"]:focus-visible,
#page-container .et_pb_button:focus-visible,
#page-container .text-button:focus-visible,
#page-container .text-button.brand-link:focus-visible,
#page-container #top-menu a:focus-visible,
#page-container .mobile_nav a:focus-visible,
#post-newsletter .nl-saasify-input:focus-visible,
#post-newsletter .nl-saasify-submit:focus-visible {
  outline: 2px solid var(--a11y-focus) !important;
  outline-offset: 4px !important;
}

/* Dark buttons / footer on black */
#page-container #main-footer a:focus-visible,
#page-container a.et_pb_button:focus-visible:not(.cta_secondary),
#page-container .mobile_nav.opened .et_mobile_menu li.menu-item-54.et_pb_button a:focus-visible,
#post-newsletter .nl-saasify-submit:focus-visible {
  outline-color: var(--a11y-focus-on-dark) !important;
}

/* Newsletter email keeps accent ring (already styled); align offset */
#post-newsletter .nl-saasify-input:focus-visible {
  outline-color: var(--a11y-focus-on-dark) !important;
  outline-offset: 2px !important;
}

/* Secondary hero CTA — light surface */
#page-container a.cta_secondary:focus-visible {
  outline-color: var(--a11y-focus) !important;
}

/* Hamburger / menu toggle */
#page-container button.mobile_menu_bar.mobile_menu_bar_toggle:focus-visible {
  outline-color: var(--a11y-focus) !important;
  outline-offset: 3px !important;
}

/*
 * Homepage hero CTA colors/focus beat Divi .et_pb_button:hover defaults.
 * Dimensions: buttons.css page CTA scale (--ds-page-cta-*).
 */

#page-container #cta_case_studies:hover,
#page-container #cta_case_studies:active {
  color: #fff !important;
}

#page-container #cta_case_studies:focus-visible {
  outline-color: var(--a11y-focus-on-dark) !important;
}

#page-container #cta_newsletter:hover,
#page-container #cta_newsletter:active {
  color: #2d1f16 !important;
}

#page-container #cta_newsletter:focus-visible {
  outline-color: var(--a11y-focus) !important;
}

/* ----- assets/css/system/scroll-reveal.css ----- */
/*
  Scroll / load reveal — design system
  Elements get opacity:0 + translateY(20px) until .ds-revealed is added by JS.
  Works for above-fold (fires on load) and below-fold (IntersectionObserver).
*/

.ds-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity  0.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.ds-reveal.ds-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delay variants — apply alongside ds-reveal */
.ds-reveal-d1 { transition-delay: 80ms;  }
.ds-reveal-d2 { transition-delay: 160ms; }
.ds-reveal-d3 { transition-delay: 240ms; }
.ds-reveal-d4 { transition-delay: 320ms; }
.ds-reveal-d5 { transition-delay: 400ms; }

/* Respect reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .ds-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ----- assets/css/system/headings.css ----- */
/*
  Site-wide heading typography — Phase 2 (editorial serif system)
  Instrument Serif + Inter body + JetBrains Mono eyebrows.
  Loads its own dependencies so it works as a standalone <link>.
*/











/* ── Base heading reset → editorial serif ─────────────────────────────────── */
body :where(h1, h2, h3, h4, h5, h6),
.et-db :where(h1, h2, h3, h4, h5, h6),
#et-boc :where(h1, h2, h3, h4, h5, h6),
#main-content :where(h1, h2, h3, h4, h5, h6) {
  font-family: var(--ds-font-display) !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
  line-height: 1.05 !important;
  color: var(--ds-color-text-strong) !important;
}

/* Tighten heading → body gap site-wide. Kept em-relative but trimmed from
   0.5em so large display titles don't open up an oversized gap (e.g. a 46px
   case-card title now sits ~16px above its description instead of ~23px). */
body :where(h2, h3, h4, h5, h6),
.et-db :where(h2, h3, h4, h5, h6),
#main-content :where(h2, h3, h4, h5, h6) {
  margin-bottom: 0.35em !important;
}

/* The signature move: italic serif <em> inside headings */
body :where(h1, h2, h3, h4, h5, h6) em,
.et-db :where(h1, h2, h3, h4, h5, h6) em,
#et-boc :where(h1, h2, h3, h4, h5, h6) em,
#main-content :where(h1, h2, h3, h4, h5, h6) em {
  font-style: italic;
  color: inherit;
}

/* Override legacy .brand-color spans inside headings → follow heading token */
body :where(h1, h2, h3, h4, h5, h6) span.brand-color,
body :where(h1, h2, h3, h4, h5, h6) span.brand-color2 {
  color: inherit !important;
}

/* ── Body font override (Divi critical CSS sets Open Sans) ─────────────────── */
body,
body.et_pb_pagebuilder_layout,
.et-db #page-container {
  font-family: var(--ds-font-body) !important;
  font-size: var(--ds-font-size-body);
  line-height: var(--ds-line-height-body);
  color: var(--ds-color-text);
  -webkit-font-smoothing: antialiased;
}

/* Body copy weight */
#page-container .et_pb_text_inner p:not(.ds-eyebrow),
#main-content .et_pb_text_inner p:not(.ds-eyebrow) {
  font-weight: 400;
  font-size: var(--ds-font-size-body);
  line-height: var(--ds-line-height-body);
}

/* ── Nav links ──────────────────────────────────────────────────────────────── */
#page-container #main-header #top-menu > li:not(.et_pb_button) > a,
#page-container #main-header #top-menu > li:not(.et_pb_button).current-menu-item > a,
#page-container #main-header #top-menu > li:not(.et_pb_button).current_page_item > a {
  font-family: var(--ds-font-body) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: var(--ds-color-muted) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: color var(--ds-dur-fast) var(--ds-ease-out);
}
#page-container #main-header #top-menu > li:not(.et_pb_button) > a:hover {
  color: var(--ds-color-text-strong) !important;
}

/* ── Header bar ─────────────────────────────────────────────────────────────── */
body.et_fixed_nav.et_show_nav #page-container {
  padding-top: 0 !important;
}

body.et_fixed_nav #page-container #main-header {
  top: 0 !important;
}

/* Header is transparent — matches production */
#main-header,
#page-container #main-header {
  background-color: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

/* ── Floating container — exact production values ────────────────────────────
   Matches customizer: top: 2em, glass rgba(255,255,255,0.3), border-radius: 10px
   Logo left, nav right via flex + margin-left: auto on #et-top-navigation. */
#main-header .et_menu_container,
#page-container #main-header .et_menu_container {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  top: 2em !important;
  width: 90% !important;
  padding: 8px 8px !important;
  background: rgba(255, 255, 255, 0.3) !important;
  color: black !important;
  border: transparent !important;
  z-index: 999 !important;
  border-radius: 10px !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease !important;
}

/* Scrolled/fixed state: matches production */
#main-header.et-fixed-header .et_menu_container,
#page-container #main-header.et-fixed-header .et_menu_container {
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05) !important;
}

#page-container #main-header .logo_helper {
  display: none !important;
}

/* Logo: pull back into flex flow so it occupies space on the left */
#main-header .logo_container,
#page-container #main-header .logo_container {
  position: relative !important;
  top: auto !important;
  width: auto !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  height: auto !important;
}

/* Nav: push to right side of pill */
#main-header #et-top-navigation,
#page-container #main-header #et-top-navigation {
  margin-left: auto !important;
}

/* Wordmark */

#main-header .logo_container a {
  font-family: var(--ds-font-display) !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  font-size: 16px !important;
}

#main-header #logo {
  position: static !important;
  top: auto !important;
  margin: 0 !important;
}

/* ── Eyebrow / kicker global override ────────────────────────────────────── */
/* Note: eyebrows.css is imported above — this layer upgrades to mono */
.ds-eyebrow,
#page-container .ds-eyebrow,
.hero-cntn sup,
#page-container .hero-cntn sup {
  font-family: var(--ds-font-mono) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--ds-color-muted) !important;
  line-height: 1.35 !important;
}

/* ── .ds- typography utilities aligned to new tokens ─────────────────────── */
.ds-hero-title {
  font-family: var(--ds-font-display) !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
  line-height: 1.05;
  color: var(--ds-color-text-strong);
  font-size: clamp(2.75rem, 6vw, 5.5rem);
}

.ds-page-title {
  font-family: var(--ds-font-display) !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
  line-height: 1.08;
  color: var(--ds-color-text-strong);
  font-size: clamp(2rem, 4vw, 4rem);
}

.ds-section-title {
  font-family: var(--ds-font-display) !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
  line-height: 1.1;
  color: var(--ds-color-text-strong);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
}

/* ── Newsletter font override ─────────────────────────────────────────────── */
/* Headline stays editorial serif */
#post-newsletter .nl-saasify-headline,
#post-newsletter .nl-confirm-title {
  font-family: var(--ds-font-display) !important;
}
/* Body / UI elements use Inter */
#post-newsletter .nl-saasify-lede,
#post-newsletter .nl-saasify-input,
#post-newsletter .nl-saasify-submit,
#post-newsletter .nl-saasify-caption,
#post-newsletter .nl-saasify-form-error,
#post-newsletter .nl-confirm-lede {
  font-family: var(--ds-font-body) !important;
}

/* ── Mobile ───────────────────────────────────────────────────────────────── */
@media screen and (max-width: 980px) {
  /* mobile_menu_bar:before/:after renders the ETModules icon glyph — must NOT
     override font-family or the hamburger icon disappears */
  #main-header .et_mobile_menu li a {
    font-family: var(--ds-font-body) !important;
  }

  .et_header_style_left #logo {
    max-width: 90% !important;
  }
}

.skip-link {
  font-family: var(--ds-font-body) !important;
}

/* ── Global link color (override Divi #2ea3f2 default) ───────────────────── */
#page-container a:not([class*="et_pb_button"]):not(.ds-btn):not(.ds-btn-primary):not(.ds-btn-secondary) {
  color: inherit;
}
#page-container a:not([class*="et_pb_button"]):not(.ds-btn):not(.ds-btn-primary):not(.ds-btn-secondary):hover {
  color: var(--ds-color-text-strong, #09090B);
}

/* ── Nav CTA buttons (pill primary / secondary) ───────────────────────────── */
/* Primary — Let's Connect */
#page-container #main-header #top-menu li.et_pb_button:not(.et_pb_button_secondary),
#page-container #main-header #top-menu li.menu-item-54 {
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
#page-container #main-header #top-menu li.et_pb_button:not(.et_pb_button_secondary) a,
#page-container #main-header #top-menu li.menu-item-54 a {
  color: #ffffff !important;
  font-family: var(--ds-font-body) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-decoration: none !important;
}
#page-container #main-header #top-menu li.et_pb_button:not(.et_pb_button_secondary):hover,
#page-container #main-header #top-menu li.menu-item-54:hover {
  background-color: #18181B !important;
}

/* Secondary — Download CV */
#page-container #main-header #top-menu li.et_pb_button.et_pb_button_secondary,
#page-container #main-header #top-menu li.menu-item-53 {
  background-color: #ffffff !important;
  border: 1px solid var(--ds-color-border, #E2D6CD) !important;
  box-shadow: none !important;
}
#page-container #main-header #top-menu li.et_pb_button.et_pb_button_secondary a,
#page-container #main-header #top-menu li.menu-item-53 a {
  color: var(--ds-color-text-strong, #09090B) !important;
  font-family: var(--ds-font-body) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-decoration: none !important;
}
#page-container #main-header #top-menu li.et_pb_button.et_pb_button_secondary:hover,
#page-container #main-header #top-menu li.menu-item-53:hover {
  background-color: var(--ds-color-surface-raised, #F6EFEA) !important;
}
