/* ============================================================================
   WDM Design System — hello-elementor-child theme stylesheet
   ----------------------------------------------------------------------------
   Path on live: /home/admin/web/weirdigital.media/public_html/
                 wp-content/themes/hello-elementor-child/wdm-design-system.css
   ----------------------------------------------------------------------------
   Replaces the previous off-canon stylesheet. Brand canon is the Carlton
   McGee Net Profit Participation Agreement palette — ink #1d1d1d, gold
   #947f57, cream #f7f5f2, system Helvetica Neue stack.
   Source of truth: /Users/joshuaweir/Desktop/ObsidianVault/85-schemas/
                    design-tokens/wdm-tokens.css
   ----------------------------------------------------------------------------
   Constraints honoured:
     - System Helvetica Neue stack only. NO Google Fonts. No external font
       requests. Front-end Lighthouse target >= 90 mobile / 95 desktop.
     - All prior off-canon accent colour and aggressive-SaaS register removed.
     - Boutique London digital studio aesthetic — measured, formal-but-warm,
       low radii, sparing shadows, gold accents over wide negative space.
     - Component CSS that follows is enough to harmonise the live Elementor
       pages with the canon while the Phase 2c rebuild proceeds. Anything
       Elementor-Global-Colour-aware will pick up the Site Settings import
       (see 85-schemas/design-tokens/wdm-tokens-elementor.json).
   ============================================================================ */


/* ============================================================================
   1. CANONICAL TOKENS
   ============================================================================ */
:root {

  /* Colour — primary (locked) */
  --wdm-ink:           #1d1d1d;
  --wdm-ink-warm:      #2a2318;
  --wdm-gold:          #947f57;
  --wdm-cream:         #f7f5f2;
  --wdm-highlight:     #fff8e6;
  --wdm-text:          #1a1a1a;
  --wdm-text-muted:    #6b6b6b;
  --wdm-border:        #e5e5e5;
  --wdm-white:         #ffffff;

  /* Colour — derived utility */
  --wdm-ink-soft:      #3a3530;
  --wdm-gold-deep:     #7d6a48;
  --wdm-gold-soft:     #b8a67e;
  --wdm-cream-deep:    #efeae3;
  --wdm-border-strong: #c7c7c7;
  --wdm-text-inverse:        rgba(255,255,255,0.78);
  --wdm-text-inverse-muted:  rgba(255,255,255,0.55);

  /* Signal — gold-harmonised, never neon */
  --wdm-signal-go:    #2e6e3a;
  --wdm-signal-watch: #a87c20;
  --wdm-signal-stop:  #8c2d2d;

  /* Typography — System Helvetica Neue stack only. No Google Fonts.
     The brand canon uses Helvetica Neue for both display + body and a system mono
     for eyebrows, prices, mono-inline labels and chart axes. The display token is
     an alias of body so component CSS can reference --font-display without break. */
  --font-body:    'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-display: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-mono:    Consolas, 'Courier New', Menlo, Monaco, monospace;

  /* Type-style atoms — apply via class or compose directly.
     Eyebrow:    mono · uppercase · letter-spacing 0.18em
     Display H1: helvetica · 700 · letter-spacing -0.015em
     H2:         helvetica · 600 · letter-spacing -0.01em
     H3:         helvetica · 600 · letter-spacing -0.005em
     Body:       helvetica · 400 · line-height 1.65
     Mono small: mono · letter-spacing 0.06em
     Mono CTA:   mono · uppercase · letter-spacing 0.14em */

  /* Type scale (web) */
  --fs-eyebrow:  0.6875rem;
  --fs-caption:  0.8125rem;
  --fs-body-sm:  0.875rem;
  --fs-body:     1rem;
  --fs-body-lg:  1.125rem;
  --fs-h4:       1.25rem;
  --fs-h3:       1.5rem;
  --fs-h2:       2rem;
  --fs-h1:       2.75rem;
  --fs-display:  4rem;

  /* Line heights */
  --lh-tight: 1.20;
  --lh-snug:  1.40;
  --lh-comfy: 1.50;
  --lh-body:  1.65;
  --lh-loose: 1.80;

  /* Letter spacing */
  --ls-tight:   -0.01em;
  --ls-wide:     0.05em;
  --ls-wider:    0.10em;
  --ls-eyebrow:  6px;
  --ls-h2:       1.2px;

  /* Weights */
  --fw-light:   300;
  --fw-regular: 400;
  --fw-medium:  500;
  --fw-bold:    700;

  /* Spacing scale */
  --space-1:  0.25rem;
  --space-2:  0.5rem;
  --space-3:  0.75rem;
  --space-4:  1rem;
  --space-5:  1.5rem;
  --space-6:  2rem;
  --space-7:  3rem;
  --space-8:  4rem;
  --space-9:  5rem;
  --space-10: 6rem;
  --space-11: 8rem;

  /* Radius */
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 6px;
  --radius-xl: 12px;

  /* Rules (signature) */
  --rule-cover:   4px solid var(--wdm-gold);
  --rule-section: 2px solid var(--wdm-gold);
  --rule-footer:  3px solid var(--wdm-gold);

  /* Shadows */
  --shadow-xs: 0 1px 2px  rgba(29,29,29,0.04);
  --shadow-sm: 0 2px 6px  rgba(29,29,29,0.06);
  --shadow-md: 0 6px 16px rgba(29,29,29,0.07);
  --shadow-lg: 0 12px 32px rgba(29,29,29,0.08);

  /* Transitions */
  --easing: cubic-bezier(0.4, 0, 0.2, 1);
  --duration-fast: 150ms;
  --duration-base: 200ms;
  --duration-slow: 300ms;

  /* Gradients (web only — never inside the WDM client portal HTML) */
  --gradient-cover: linear-gradient(135deg, #1d1d1d 0%, #2a2318 100%);

  /* Layout */
  --content-narrow:  720px;
  --content-default: 960px;
  --content-max:    1200px;

  /* Focus ring */
  --wdm-focus-ring: 0 0 0 3px rgba(148, 127, 87, 0.35);

  /* Section padding */
  --section-py-desktop: 96px;
  --section-py-mobile:  56px;
}


/* ============================================================================
   2. RESET + ROOT TYPOGRAPHY
   ============================================================================ */
html { -webkit-text-size-adjust: 100%; }

body,
.elementor-page,
.elementor-widget-text-editor,
.elementor-heading-title {
  font-family: var(--font-body) !important;
  color: var(--wdm-text);
}

body {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  background-color: var(--wdm-white);
  color: var(--wdm-text);
}

p { margin: 0 0 var(--space-4) 0; }

a { color: var(--wdm-gold); transition: color var(--duration-base) var(--easing); }
a:hover { color: var(--wdm-gold-deep); }
a:focus-visible {
  outline: 2px solid var(--wdm-gold);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

::selection { background: var(--wdm-gold); color: var(--wdm-white); }

img, svg { max-width: 100%; height: auto; display: block; }

hr {
  border: 0;
  border-top: 1px solid var(--wdm-border);
  margin: var(--space-6) 0;
}


/* ============================================================================
   3. HEADINGS — boutique-formal, system fonts, gold accents
   ============================================================================ */
h1, h2, h3, h4, h5, h6,
.wdm-h1, .wdm-h2, .wdm-h3, .wdm-h4,
.elementor-heading-title {
  font-family: var(--font-body) !important;
  color: var(--wdm-ink);
  margin: 0 0 var(--space-3) 0;
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
}

h1, .wdm-h1 {
  font-size: clamp(32px, 4.5vw, 64px);
  letter-spacing: -0.5px;
  line-height: var(--lh-tight);
}
h2, .wdm-h2 {
  font-size: clamp(26px, 3.5vw, 44px);
  letter-spacing: var(--ls-tight);
  line-height: var(--lh-snug);
}
h3, .wdm-h3 {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: var(--fw-bold);
  line-height: var(--lh-snug);
}
h4, .wdm-h4 {
  font-size: var(--fs-h4);
  font-weight: var(--fw-medium);
  line-height: var(--lh-comfy);
}
h5 { font-size: var(--fs-body-lg); font-weight: var(--fw-medium); }
h6 {
  font-size: var(--fs-eyebrow);
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  color: var(--wdm-gold);
  font-weight: var(--fw-medium);
}

/* Eyebrow utility — apply by class anywhere a small uppercase gold lead-in
   is needed above an H1 or H2 */
.wdm-eyebrow {
  font-size: var(--fs-eyebrow) !important;
  letter-spacing: var(--ls-eyebrow) !important;
  text-transform: uppercase !important;
  color: var(--wdm-gold) !important;
  font-weight: var(--fw-medium) !important;
  display: block;
  margin-bottom: var(--space-3);
}

/* H2 with section rule — class-based add-on so editors can opt in */
.wdm-h2--ruled {
  text-transform: uppercase;
  letter-spacing: var(--ls-h2);
  border-bottom: var(--rule-section);
  padding-bottom: var(--space-2);
  font-size: clamp(22px, 2.4vw, 32px);
}

/* Mono utility for figures, dates, doc references */
.wdm-mono { font-family: var(--font-mono) !important; }

/* Inline gold-strong key figure */
strong.wdm-key,
.wdm-key {
  color: var(--wdm-gold);
  font-weight: var(--fw-bold);
}
strong.wdm-key.wdm-mono,
.wdm-key.wdm-mono {
  font-family: var(--font-mono);
}


/* ============================================================================
   4. BUTTONS — primary / secondary / ghost
   ============================================================================ */

/*  Override Elementor's inherited button defaults so the canon takes over
    even on existing widgets. The :where() trick keeps specificity low so
    page-level overrides still win. */

.wdm-btn,
.elementor-button,
.elementor-widget-button .elementor-button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  font-family: var(--font-body) !important;
  font-size: var(--fs-body) !important;
  font-weight: var(--fw-medium) !important;
  line-height: 1.4 !important;
  letter-spacing: 0.3px !important;
  padding: var(--space-3) var(--space-5) !important;
  border-radius: var(--radius-md) !important;
  border: 1px solid transparent;
  text-decoration: none !important;
  cursor: pointer;
  min-height: 44px;
  transition: background-color var(--duration-base) var(--easing),
              border-color  var(--duration-base) var(--easing),
              color         var(--duration-base) var(--easing);
}

/* Primary — ink fill, gold hover */
.wdm-btn--primary,
.elementor-button.elementor-size-md,
.elementor-widget-button:not(.wdm-btn--secondary):not(.wdm-btn--ghost) .elementor-button {
  background-color: var(--wdm-ink) !important;
  border-color: var(--wdm-ink) !important;
  color: var(--wdm-white) !important;
}
.wdm-btn--primary:hover,
.elementor-widget-button:not(.wdm-btn--secondary):not(.wdm-btn--ghost) .elementor-button:hover {
  background-color: var(--wdm-gold) !important;
  border-color: var(--wdm-gold) !important;
  color: var(--wdm-white) !important;
}
.wdm-btn--primary:active {
  background-color: var(--wdm-gold-deep) !important;
  border-color: var(--wdm-gold-deep) !important;
}

/* Secondary — gold border, gold fill on hover */
.wdm-btn--secondary {
  background-color: transparent !important;
  border: 1.5px solid var(--wdm-gold) !important;
  color: var(--wdm-ink) !important;
}
.wdm-btn--secondary:hover {
  background-color: var(--wdm-gold) !important;
  border-color: var(--wdm-gold) !important;
  color: var(--wdm-white) !important;
}

/* Ghost — text only, gold underline on hover */
.wdm-btn--ghost {
  background-color: transparent !important;
  color: var(--wdm-ink) !important;
  border-color: transparent !important;
  padding: var(--space-2) var(--space-3) !important;
  min-height: auto;
}
.wdm-btn--ghost:hover {
  color: var(--wdm-gold) !important;
  text-decoration: underline !important;
  text-decoration-color: var(--wdm-gold) !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* On dark surfaces — invert primary */
.wdm-section--dark .wdm-btn--primary,
.wdm-section--dark .elementor-button {
  background-color: var(--wdm-white) !important;
  color: var(--wdm-ink) !important;
  border-color: var(--wdm-white) !important;
}
.wdm-section--dark .wdm-btn--primary:hover,
.wdm-section--dark .elementor-button:hover {
  background-color: var(--wdm-gold) !important;
  border-color: var(--wdm-gold) !important;
  color: var(--wdm-white) !important;
}
.wdm-section--dark .wdm-btn--secondary {
  border-color: var(--wdm-gold-soft) !important;
  color: var(--wdm-white) !important;
}
.wdm-section--dark .wdm-btn--secondary:hover {
  background-color: var(--wdm-gold) !important;
  border-color: var(--wdm-gold) !important;
}

/* Focus state — visible 2px gold ring for keyboard users */
.wdm-btn:focus-visible,
.elementor-button:focus-visible {
  outline: 2px solid var(--wdm-gold);
  outline-offset: 2px;
}

/* Disabled */
.wdm-btn:disabled,
.elementor-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}


/* ============================================================================
   5. SECTIONS — light, cream, ink, hero
   ============================================================================ */

.wdm-section { padding: var(--section-py-desktop) 0; }
.wdm-section--light { background: var(--wdm-white); }
.wdm-section--cream { background: var(--wdm-cream); }
.wdm-section--dark  { background: var(--wdm-ink); color: var(--wdm-white); }
.wdm-section--dark p, .wdm-section--dark .elementor-widget-text-editor {
  color: var(--wdm-text-inverse);
}
.wdm-section--dark h1,
.wdm-section--dark h2,
.wdm-section--dark h3,
.wdm-section--dark h4 { color: var(--wdm-white); }

/* Hero / cover band — ink-to-warm gradient + 4px gold rule */
.wdm-hero,
.wdm-section--hero {
  background: var(--gradient-cover);
  border-bottom: var(--rule-cover);
  color: var(--wdm-white);
  padding: var(--space-11) 0 var(--space-9);
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.wdm-hero h1,
.wdm-section--hero h1 { color: var(--wdm-white); }
.wdm-hero p,
.wdm-section--hero p { color: var(--wdm-text-inverse); }

/* CTA strip — full-bleed dark block, gold rule top, gold rule bottom optional */
.wdm-cta-strip {
  background: var(--wdm-ink);
  border-top: var(--rule-cover);
  color: var(--wdm-white);
  padding: var(--space-9) 0;
}


/* ============================================================================
   6. CALLOUTS + HIGHLIGHTS (canon)
   ============================================================================ */

.wdm-callout {
  background: var(--wdm-cream);
  border-left: 4px solid var(--wdm-gold);
  padding: var(--space-4) var(--space-5);
  margin: var(--space-4) 0;
  font-size: var(--fs-body);
  color: var(--wdm-text);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}
.wdm-callout--mono { font-family: var(--font-mono); font-size: var(--fs-body-sm); }

.wdm-highlight {
  background: var(--wdm-highlight);
  border: 1px solid var(--wdm-gold);
  padding: var(--space-4) var(--space-5);
  margin: var(--space-4) 0;
  font-size: var(--fs-body);
  color: var(--wdm-text);
  border-radius: var(--radius-md);
}


/* ============================================================================
   7. CARDS — white surface, subtle border, gold on hover
   ============================================================================ */

.wdm-card {
  background: var(--wdm-white);
  border: 1px solid var(--wdm-border);
  border-radius: var(--radius-md);
  padding: var(--space-5);
  transition: border-color var(--duration-base) var(--easing),
              box-shadow var(--duration-base) var(--easing);
}
.wdm-card:hover {
  border-color: var(--wdm-gold);
  box-shadow: var(--shadow-sm);
}
.wdm-card h3 { margin-top: 0; }
.wdm-card p:last-child { margin-bottom: 0; }

/* Pillar / numbered card — eyebrow + h4 + body + gold link */
.wdm-card--pillar .wdm-card__eyebrow {
  font-size: var(--fs-eyebrow);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--wdm-gold);
  font-weight: var(--fw-medium);
  margin-bottom: var(--space-2);
}
.wdm-card--pillar .wdm-card__title {
  font-size: var(--fs-h4);
  font-weight: var(--fw-bold);
  color: var(--wdm-ink);
  margin: 0 0 var(--space-2) 0;
}
.wdm-card--pillar .wdm-card__cta {
  margin-top: var(--space-3);
  font-weight: var(--fw-medium);
  color: var(--wdm-gold);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
}
.wdm-card--pillar .wdm-card__cta:hover { color: var(--wdm-gold-deep); }

/* Stat / KPI card */
.wdm-card--stat {
  border-top: 3px solid var(--wdm-gold);
}
.wdm-card--stat .wdm-card__value {
  font-family: var(--font-mono);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: var(--fw-bold);
  color: var(--wdm-ink);
  line-height: 1.1;
  margin-bottom: var(--space-1);
}
.wdm-card--stat .wdm-card__label {
  font-size: var(--fs-eyebrow);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
  color: var(--wdm-text-muted);
  font-weight: var(--fw-medium);
}

/* Card on dark surface — ink + dark variants both supported */
.wdm-section--dark .wdm-card,
.wdm-section--ink .wdm-card,
.wdm-section--ink .wdm-industries-grid .wdm-card,
.wdm-section--ink .wdm-pillar {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.14);
  color: var(--wdm-white) !important;
}
.wdm-section--dark .wdm-card:hover,
.wdm-section--ink .wdm-card:hover,
.wdm-section--ink .wdm-industries-grid .wdm-card:hover,
.wdm-section--ink .wdm-pillar:hover {
  border-color: var(--wdm-gold-soft);
  background: rgba(148,127,87,0.10);
}

/* Card text colours forced light when inside an ink/dark section */
.wdm-section--dark .wdm-card *,
.wdm-section--ink .wdm-card *,
.wdm-section--ink .wdm-industries-grid .wdm-card *,
.wdm-section--ink .wdm-pillar * {
  color: var(--wdm-white) !important;
}
.wdm-section--dark .wdm-card .wdm-card__title,
.wdm-section--ink .wdm-card .wdm-card__title,
.wdm-section--ink .wdm-industries-grid .wdm-card .wdm-card__title,
.wdm-section--ink .wdm-pillar .wdm-pillar__title {
  color: var(--wdm-white) !important;
}
.wdm-section--dark .wdm-card .wdm-card__desc,
.wdm-section--ink .wdm-card .wdm-card__desc,
.wdm-section--ink .wdm-industries-grid .wdm-card .wdm-card__desc,
.wdm-section--ink .wdm-pillar .wdm-pillar__desc {
  color: rgba(255,255,255,0.85) !important;
}
.wdm-section--dark .wdm-card .wdm-card__num,
.wdm-section--ink .wdm-card .wdm-card__num,
.wdm-section--ink .wdm-industries-grid .wdm-card .wdm-card__num,
.wdm-section--ink .wdm-pillar .wdm-pillar__num {
  color: var(--wdm-gold-soft) !important;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.wdm-section--dark .wdm-card .wdm-card__cta,
.wdm-section--ink .wdm-card .wdm-card__cta,
.wdm-section--ink .wdm-industries-grid .wdm-card .wdm-card__cta,
.wdm-section--ink .wdm-pillar .wdm-pillar__cta {
  color: var(--wdm-gold) !important;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.wdm-section--ink .wdm-card:hover .wdm-card__cta,
.wdm-section--ink .wdm-pillar:hover .wdm-pillar__cta {
  color: var(--wdm-gold-soft) !important;
}

/* Featured card on dark — gold top-rule + warm glow */
.wdm-section--ink .wdm-industries-grid .wdm-card--feature {
  background: rgba(148,127,87,0.10);
  border-top: 4px solid var(--wdm-gold);
  border-color: rgba(148,127,87,0.35);
}
.wdm-section--ink .wdm-industries-grid .wdm-card--feature:hover {
  background: rgba(148,127,87,0.16);
}


/* ============================================================================
   8. TABLES — ink header / cream alt rows / mono numerics / gold accent
   ============================================================================ */

.wdm-table,
.elementor-widget-text-editor table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--space-4) 0;
  font-size: var(--fs-body-sm);
}
.wdm-table thead,
.elementor-widget-text-editor table thead {
  background: var(--wdm-ink);
  color: var(--wdm-white);
}
.wdm-table thead th {
  padding: var(--space-3) var(--space-4);
  text-align: left;
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: var(--ls-wide);
}
.wdm-table tbody td {
  padding: var(--space-3) var(--space-4);
  border-bottom: 1px solid var(--wdm-border);
  color: var(--wdm-text);
}
.wdm-table tbody tr:nth-child(even) td { background: var(--wdm-cream); }
.wdm-table .num,
.wdm-table .amount,
.wdm-table .text-right { text-align: right; font-family: var(--font-mono); }
.wdm-table tr.wdm-total-row td,
.wdm-table tr.total td {
  font-weight: var(--fw-bold);
  border-top: 2px solid var(--wdm-ink);
  border-bottom: 0;
}
.wdm-table tr.wdm-accent-row td { color: var(--wdm-gold); font-weight: var(--fw-medium); }


/* ============================================================================
   9. FORMS — labels, inputs, helper text, errors, focus ring
   ============================================================================ */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="search"],
select,
textarea,
.elementor-field-textual {
  font-family: var(--font-body) !important;
  font-size: var(--fs-body) !important;
  color: var(--wdm-text) !important;
  background-color: var(--wdm-white) !important;
  border: 1px solid var(--wdm-border-strong) !important;
  border-radius: var(--radius-md) !important;
  padding: var(--space-3) !important;
  width: 100%;
  box-sizing: border-box;
  transition: border-color var(--duration-base) var(--easing),
              box-shadow var(--duration-base) var(--easing);
}
input:focus, select:focus, textarea:focus,
.elementor-field-textual:focus {
  border-color: var(--wdm-gold) !important;
  box-shadow: var(--wdm-focus-ring) !important;
  outline: none !important;
}
::placeholder { color: var(--wdm-text-muted); opacity: 1; }

label, .elementor-field-label {
  font-size: var(--fs-body-sm) !important;
  font-weight: var(--fw-medium) !important;
  color: var(--wdm-text) !important;
  margin-bottom: var(--space-1) !important;
  display: block;
  letter-spacing: 0.2px;
}

/* Helper / error text */
.wdm-field-helper, small {
  font-size: var(--fs-caption);
  color: var(--wdm-text-muted);
  display: block;
  margin-top: var(--space-1);
}
.wdm-field-error,
.elementor-message-danger,
.elementor-form .elementor-message.elementor-message-danger {
  font-size: var(--fs-caption);
  color: var(--wdm-signal-stop) !important;
}
input.has-error, select.has-error, textarea.has-error,
.elementor-field-textual.elementor-error {
  border-color: var(--wdm-signal-stop) !important;
}


/* ============================================================================
   10. NAVIGATION — header + nav menu
   ============================================================================ */

/* Top header — sits above content; sticky via Elementor sticky if enabled */
header,
.site-header {
  background: var(--wdm-white);
  border-bottom: 1px solid var(--wdm-border);
}

/* Nav links */
.elementor-nav-menu a,
nav.menu a,
.menu-item a {
  font-family: var(--font-body) !important;
  font-size: var(--fs-body-sm) !important;
  font-weight: var(--fw-medium) !important;
  color: var(--wdm-text) !important;
  letter-spacing: 0.2px !important;
  transition: color var(--duration-base) var(--easing) !important;
  border-bottom: 2px solid transparent !important;
}
.elementor-nav-menu a:hover,
.elementor-nav-menu .current-menu-item a,
nav.menu a:hover {
  color: var(--wdm-gold) !important;
  border-bottom-color: var(--wdm-gold) !important;
}

/* Header on hero — transparent, light text */
body.has-hero header,
body.elementor-template-canvas header,
.wdm-header--over-hero {
  background: transparent !important;
  border-bottom: 0 !important;
}
body.has-hero .elementor-nav-menu a,
.wdm-header--over-hero .elementor-nav-menu a {
  color: var(--wdm-text-inverse) !important;
}
body.has-hero .elementor-nav-menu a:hover,
.wdm-header--over-hero .elementor-nav-menu a:hover {
  color: var(--wdm-gold-soft) !important;
}


/* ============================================================================
   10A. WDM CANON HEADER (.wdm-header) — sticky, dynamic dropdowns, locale, CTA
   ----------------------------------------------------------------------------
   Rendered by the child theme's header.php. Lives ABOVE the legacy section 10
   selectors so they win cleanly. Self-contained so a future Elementor Theme
   Builder template can swap in without breaking these rules.
   ============================================================================ */

.wdm-skip-link {
  position: absolute; left: -9999px; top: 8px; z-index: 999;
  background: var(--wdm-ink); color: var(--wdm-white);
  padding: 8px 14px; border: 2px solid var(--wdm-gold);
  font-family: var(--font-body); font-size: var(--fs-body-sm);
  text-decoration: none;
}
.wdm-skip-link:focus { left: 16px; }

.wdm-header {
  position: sticky; top: 0; z-index: 200;
  background: var(--wdm-white);
  border-bottom: 1px solid var(--wdm-border);
  padding: 14px 32px;
  font-family: var(--font-body);
  transition: box-shadow var(--duration-base) var(--easing),
              background var(--duration-base) var(--easing),
              border-color var(--duration-base) var(--easing);
}
.wdm-header.is-scrolled { box-shadow: 0 2px 12px rgba(29, 29, 29, 0.06); }

.wdm-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1240px; margin: 0 auto; gap: 24px;
}

.wdm-header__logo {
  display: inline-flex; align-items: center;
  text-decoration: none; color: var(--wdm-ink);
  font-weight: 700; font-size: 17px; letter-spacing: 0.4px;
  white-space: nowrap;
  transition: color var(--duration-base) var(--easing);
}
.wdm-header__logo .custom-logo,
.wdm-header__logo img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 200px;
  max-height: 40px;
  object-fit: contain;
}
.wdm-header__wordmark span { font-weight: 300; color: var(--wdm-text-muted); margin-left: 4px; }
.wdm-header__logo:hover { color: var(--wdm-gold); }

.wdm-header__rail {
  display: flex; align-items: center; gap: 28px;
}

.wdm-nav { display: flex; align-items: center; }
.wdm-nav__list {
  display: flex; list-style: none; padding: 0; margin: 0; gap: 26px;
}
.wdm-nav__list > li { position: relative; }
.wdm-nav__list > li > a {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--wdm-text); text-decoration: none;
  font-size: 14.5px; font-weight: 500; letter-spacing: 0.2px;
  padding: 8px 0; line-height: 1.2;
  border-bottom: 2px solid transparent;
  transition: color var(--duration-base) var(--easing),
              border-color var(--duration-base) var(--easing);
}
.wdm-nav__list > li > a:hover,
.wdm-nav__list > li > a:focus,
.wdm-nav__list > li > a[aria-current="page"],
.wdm-nav__list > li.is-active > a {
  color: var(--wdm-gold);
  border-bottom-color: var(--wdm-gold);
  outline: none;
}
.wdm-dropdown__caret {
  font-size: 9px; color: var(--wdm-text-muted);
  transition: color var(--duration-base) var(--easing),
              transform var(--duration-base) var(--easing);
}
.wdm-dropdown:hover > a .wdm-dropdown__caret,
.wdm-dropdown:focus-within > a .wdm-dropdown__caret {
  color: var(--wdm-gold);
  transform: translateY(1px);
}

/* Hover-revealed dropdown (DESKTOP ONLY — touch devices use tap-to-expand) */
@media (min-width: 981px) and (hover: hover) {
  .wdm-dropdown__menu {
    position: absolute; top: 100%; left: -8px;
    background: var(--wdm-white);
    border: 1px solid var(--wdm-border);
    border-top: 3px solid var(--wdm-gold);
    padding: 10px 0;
    min-width: 280px; max-width: 360px;
    opacity: 0; visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 180ms var(--easing),
                visibility 180ms var(--easing),
                transform 180ms var(--easing);
    box-shadow: 0 8px 22px rgba(29, 29, 29, 0.08);
    z-index: 100;
  }
  .wdm-dropdown:hover .wdm-dropdown__menu,
  .wdm-dropdown:focus-within .wdm-dropdown__menu {
    opacity: 1; visibility: visible; transform: translateY(0);
  }
}
@media (min-width: 981px) and (hover: none) {
  /* Desktop without hover (e.g. touchscreen laptops) — fallback to tap-to-expand */
  .wdm-dropdown__menu {
    position: absolute; top: 100%; left: -8px;
    background: var(--wdm-white);
    border: 1px solid var(--wdm-border);
    border-top: 3px solid var(--wdm-gold);
    padding: 10px 0;
    min-width: 280px; max-width: 360px;
    opacity: 0; visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 180ms var(--easing),
                visibility 180ms var(--easing),
                transform 180ms var(--easing);
    box-shadow: 0 8px 22px rgba(29, 29, 29, 0.08);
    z-index: 100;
  }
  .wdm-dropdown.is-open .wdm-dropdown__menu {
    opacity: 1; visibility: visible; transform: translateY(0);
  }
}
.wdm-dropdown__menu a {
  display: block; padding: 8px 22px;
  color: var(--wdm-text); text-decoration: none;
  font-size: 13.5px; line-height: 1.4;
  border-bottom: 0 !important;
  transition: background var(--duration-base) var(--easing),
              color var(--duration-base) var(--easing),
              padding-left var(--duration-base) var(--easing);
}
.wdm-dropdown__menu a:hover,
.wdm-dropdown__menu a:focus {
  background: var(--wdm-cream);
  color: var(--wdm-gold);
  padding-left: 26px;
}
.wdm-dropdown__menu .wdm-dropdown__menu-all {
  margin-top: 6px;
  padding-top: 12px; padding-bottom: 12px;
  border-top: 1px solid var(--wdm-border) !important;
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 1.2px;
  text-transform: uppercase; color: var(--wdm-gold);
  font-weight: 500;
}
.wdm-dropdown__menu .wdm-dropdown__menu-all:hover { color: var(--wdm-gold-deep); }

/* Locale switcher ------------------------------------------------------- */
.wdm-locale {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono);
  font-size: 11.5px; letter-spacing: 1.2px; text-transform: uppercase;
}
.wdm-locale a {
  color: var(--wdm-text-muted); text-decoration: none;
  padding: 2px 4px;
  border-bottom: 2px solid transparent;
  transition: color var(--duration-base) var(--easing),
              border-color var(--duration-base) var(--easing);
}
.wdm-locale a:hover { color: var(--wdm-ink); }
.wdm-locale a[aria-current="page"] {
  color: var(--wdm-ink); border-bottom-color: var(--wdm-gold);
}
.wdm-locale a[aria-disabled="true"] {
  color: var(--wdm-border-strong); pointer-events: none;
}
.wdm-locale span[aria-hidden="true"] { color: var(--wdm-border); }

/* CTA ------------------------------------------------------------------- */
.wdm-header__cta {
  display: inline-block;
  background: var(--wdm-ink); color: var(--wdm-white) !important;
  border: 1px solid var(--wdm-ink); border-radius: 4px;
  padding: 10px 18px; font-size: 13.5px; font-weight: 500; letter-spacing: 0.3px;
  text-decoration: none !important; white-space: nowrap;
  transition: background var(--duration-base) var(--easing),
              border-color var(--duration-base) var(--easing),
              color var(--duration-base) var(--easing);
}
.wdm-header__cta:hover,
.wdm-header__cta:focus {
  background: var(--wdm-gold);
  border-color: var(--wdm-gold);
  color: var(--wdm-white) !important;
  outline: none;
}

/* Mobile burger -------------------------------------------------------- */
.wdm-header__toggle {
  display: none;
  background: transparent; border: 1px solid var(--wdm-border); border-radius: 4px;
  width: 44px; height: 44px;
  min-width: 44px; min-height: 44px;
  padding: 11px;
  cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 4px;
  transition: border-color var(--duration-base) var(--easing);
}
.wdm-header__toggle:hover,
.wdm-header__toggle:focus,
.wdm-header__toggle:active {
  background-color: transparent !important;
  color: inherit !important;
  border-color: var(--wdm-gold);
  text-decoration: none;
  outline: none;
}
.wdm-header__toggle:focus-visible {
  border-color: var(--wdm-gold-deep, #7d6a48);
  box-shadow: 0 0 0 3px rgba(125, 106, 72, 0.18);
}

/* Global guard against hello-elementor button:hover/focus magenta default. Any
   button inside .wdm-canon-page or in our chrome should keep its own styling. */
.wdm-canon-page button:hover,
.wdm-canon-page button:focus,
.wdm-canon-page button:active,
.wdm-header button:hover,
.wdm-header button:focus,
.wdm-header button:active,
.wdm-sticky-cta button:hover,
.wdm-sticky-cta button:focus,
.wdm-sticky-cta button:active,
.wdm-canon button:hover,
.wdm-canon button:focus,
.wdm-canon button:active,
body.wdm-canon button:hover,
body.wdm-canon button:focus,
body.wdm-canon button:active {
  background-color: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
}
.wdm-canon-page button.wdm-btn:hover,
.wdm-canon-page button.wdm-btn:focus,
body.wdm-canon button.wdm-btn:hover,
body.wdm-canon button.wdm-btn:focus {
  /* Restore proper .wdm-btn hover background */
  background-color: var(--wdm-ink) !important;
  color: var(--wdm-white) !important;
}
.wdm-header__toggle-bar {
  display: block; width: 18px; height: 2px;
  background: var(--wdm-ink);
  transition: background var(--duration-base) var(--easing),
              transform var(--duration-base) var(--easing),
              opacity var(--duration-base) var(--easing);
}
.wdm-header.is-open .wdm-header__toggle-bar:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.wdm-header.is-open .wdm-header__toggle-bar:nth-child(2) { opacity: 0; }
.wdm-header.is-open .wdm-header__toggle-bar:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Over-hero variant — transparent header, light text ------------------- */
body.wdm-canon.has-hero .wdm-header {
  background: transparent;
  border-bottom-color: transparent;
}
body.wdm-canon.has-hero .wdm-header.is-scrolled {
  background: var(--wdm-white);
  border-bottom-color: var(--wdm-border);
}
body.wdm-canon.has-hero .wdm-header__logo { color: var(--wdm-white); }
body.wdm-canon.has-hero .wdm-header__logo .custom-logo { filter: brightness(0) invert(1); }
body.wdm-canon.has-hero .wdm-header.is-scrolled .wdm-header__logo { color: var(--wdm-ink); }
body.wdm-canon.has-hero .wdm-header.is-scrolled .wdm-header__logo .custom-logo { filter: none; }
body.wdm-canon.has-hero .wdm-header__logo span { color: rgba(255, 255, 255, 0.55); }
body.wdm-canon.has-hero .wdm-header.is-scrolled .wdm-header__logo span { color: var(--wdm-text-muted); }
body.wdm-canon.has-hero .wdm-header__logo:hover { color: var(--wdm-gold-soft); }

body.wdm-canon.has-hero .wdm-nav__list > li > a { color: rgba(255, 255, 255, 0.85); }
body.wdm-canon.has-hero .wdm-header.is-scrolled .wdm-nav__list > li > a { color: var(--wdm-text); }
body.wdm-canon.has-hero .wdm-nav__list > li > a:hover,
body.wdm-canon.has-hero .wdm-nav__list > li > a:focus,
body.wdm-canon.has-hero .wdm-nav__list > li > a[aria-current="page"],
body.wdm-canon.has-hero .wdm-nav__list > li.is-active > a {
  color: var(--wdm-gold-soft);
  border-bottom-color: var(--wdm-gold-soft);
}
body.wdm-canon.has-hero .wdm-header.is-scrolled .wdm-nav__list > li > a:hover,
body.wdm-canon.has-hero .wdm-header.is-scrolled .wdm-nav__list > li.is-active > a {
  color: var(--wdm-gold);
  border-bottom-color: var(--wdm-gold);
}
body.wdm-canon.has-hero .wdm-dropdown__caret { color: rgba(255, 255, 255, 0.55); }
body.wdm-canon.has-hero .wdm-header.is-scrolled .wdm-dropdown__caret { color: var(--wdm-text-muted); }

body.wdm-canon.has-hero .wdm-locale a { color: rgba(255, 255, 255, 0.55); }
body.wdm-canon.has-hero .wdm-locale a:hover { color: var(--wdm-white); }
body.wdm-canon.has-hero .wdm-locale a[aria-current="page"] {
  color: var(--wdm-white); border-bottom-color: var(--wdm-gold-soft);
}
body.wdm-canon.has-hero .wdm-header.is-scrolled .wdm-locale a { color: var(--wdm-text-muted); }
body.wdm-canon.has-hero .wdm-header.is-scrolled .wdm-locale a[aria-current="page"] {
  color: var(--wdm-ink); border-bottom-color: var(--wdm-gold);
}
body.wdm-canon.has-hero .wdm-locale span[aria-hidden="true"] { color: rgba(255, 255, 255, 0.25); }
body.wdm-canon.has-hero .wdm-header.is-scrolled .wdm-locale span[aria-hidden="true"] { color: var(--wdm-border); }

body.wdm-canon.has-hero .wdm-header__cta {
  background: var(--wdm-white); color: var(--wdm-ink) !important;
  border-color: var(--wdm-white);
}
body.wdm-canon.has-hero .wdm-header__cta:hover,
body.wdm-canon.has-hero .wdm-header__cta:focus {
  background: var(--wdm-gold); color: var(--wdm-white) !important; border-color: var(--wdm-gold);
}
body.wdm-canon.has-hero .wdm-header.is-scrolled .wdm-header__cta {
  background: var(--wdm-ink); color: var(--wdm-white) !important; border-color: var(--wdm-ink);
}

body.wdm-canon.has-hero .wdm-header__toggle { border-color: rgba(255, 255, 255, 0.3); }
body.wdm-canon.has-hero .wdm-header__toggle-bar { background: var(--wdm-white); }
body.wdm-canon.has-hero .wdm-header.is-scrolled .wdm-header__toggle { border-color: var(--wdm-border); }
body.wdm-canon.has-hero .wdm-header.is-scrolled .wdm-header__toggle-bar { background: var(--wdm-ink); }

/* Burger always visible when mobile menu is open (dark bars on white rail bg) */
body.wdm-canon .wdm-header.is-open .wdm-header__toggle { border-color: var(--wdm-border) !important; }
body.wdm-canon .wdm-header.is-open .wdm-header__toggle-bar { background: var(--wdm-ink) !important; }
/* Locale text always visible when mobile menu is open (dark text on white rail) */
body.wdm-canon .wdm-header.is-open .wdm-locale a { color: var(--wdm-text-muted) !important; }
body.wdm-canon .wdm-header.is-open .wdm-locale a[aria-current="page"] { color: var(--wdm-ink) !important; border-bottom-color: var(--wdm-gold) !important; }
body.wdm-canon .wdm-header.is-open .wdm-locale span[aria-hidden="true"] { color: var(--wdm-border) !important; }

/* Mobile breakpoints ---------------------------------------------------- */
@media (max-width: 980px) {
  .wdm-header { padding: 12px 18px; }
  .wdm-header__toggle { display: inline-flex; }
  .wdm-header__rail {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--wdm-white);
    border-bottom: 1px solid var(--wdm-border);
    box-shadow: 0 8px 24px rgba(29, 29, 29, 0.08);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 8px 18px 24px;
    max-height: 0; overflow: hidden; opacity: 0; visibility: hidden;
    transition: max-height 240ms var(--easing), opacity 200ms var(--easing), visibility 200ms var(--easing), padding 200ms var(--easing);
  }
  .wdm-header.is-open .wdm-header__rail {
    max-height: calc(100vh - 70px); overflow-y: auto;
    opacity: 1; visibility: visible;
    padding: 16px 18px 24px;
  }
  .wdm-nav__list {
    flex-direction: column; gap: 0; width: 100%;
  }
  .wdm-nav__list > li { width: 100%; border-bottom: 1px solid var(--wdm-border); }
  .wdm-nav__list > li:last-child { border-bottom: 0; }
  .wdm-nav__list > li > a {
    width: 100%; padding: 14px 0; font-size: 15px; border-bottom: 0;
  }
  .wdm-nav__list > li > a:hover,
  .wdm-nav__list > li > a:focus,
  .wdm-nav__list > li.is-active > a { border-bottom: 0; }

  /* Mobile dropdowns: tap-to-expand (collapsed by default to keep menu manageable).
     Use !important to guard against legacy hover/focus-within rules from other CSS. */
  .wdm-dropdown > a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
  }
  .wdm-dropdown__menu {
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    border: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    visibility: hidden !important;
    padding: 0 0 0 16px !important;
    transition: max-height 240ms var(--easing),
                opacity 200ms var(--easing),
                visibility 200ms var(--easing),
                padding 200ms var(--easing);
  }
  .wdm-dropdown.is-open > .wdm-dropdown__menu {
    max-height: 720px !important;
    overflow-y: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 4px 0 14px 16px !important;
  }
  .wdm-dropdown__menu a {
    padding: 10px 0; font-size: 14px;
    min-height: 44px; display: flex; align-items: center;
  }
  .wdm-dropdown__menu a:hover { background: transparent; padding-left: 4px; }
  .wdm-dropdown__menu .wdm-dropdown__menu-all { border-top: 0 !important; padding-top: 10px; }
  .wdm-dropdown__caret {
    display: inline-block;
    font-size: 16px; line-height: 1;
    transition: transform 200ms var(--easing);
    color: var(--wdm-text-muted);
  }
  .wdm-dropdown.is-open > a > .wdm-dropdown__caret { transform: rotate(180deg); }

  .wdm-locale { padding: 14px 0 0; justify-content: flex-start; }
  .wdm-header__cta { margin-top: 14px; text-align: center; }

  /* Mobile: always solid (not transparent) for legibility, even on has-hero */
  body.wdm-canon.has-hero .wdm-header {
    background: var(--wdm-white);
    border-bottom: 1px solid var(--wdm-border);
  }
  body.wdm-canon.has-hero .wdm-header__logo { color: var(--wdm-ink); }
  body.wdm-canon.has-hero .wdm-header__logo .custom-logo { filter: none; }
  body.wdm-canon.has-hero .wdm-header__logo span { color: var(--wdm-text-muted); }
  body.wdm-canon.has-hero .wdm-nav__list > li > a { color: var(--wdm-text); }
  body.wdm-canon.has-hero .wdm-locale a { color: var(--wdm-text-muted); }
  body.wdm-canon.has-hero .wdm-locale span[aria-hidden="true"] { color: var(--wdm-border); }
  body.wdm-canon.has-hero .wdm-header__cta {
    background: var(--wdm-ink); color: var(--wdm-white) !important; border-color: var(--wdm-ink);
  }
  /* Lock body scroll when mobile menu is open */
  body.wdm-nav-open { overflow: hidden; }
}
@media (max-width: 980px) {
  /* Mobile logo size — explicit !important to beat any legacy 200x200 attribute styling */
  .wdm-header__logo .custom-logo,
  .wdm-header__logo img {
    height: 38px !important;
    max-height: 38px !important;
    width: auto !important;
    max-width: 180px !important;
  }
}
@media (max-width: 600px) {
  .wdm-header { padding: 10px 14px; }
  .wdm-header__logo .custom-logo,
  .wdm-header__logo img {
    height: 34px !important;
    max-height: 34px !important;
    max-width: 160px !important;
  }
  .wdm-header__cta { font-size: 13px; padding: 12px 16px; }
}

/* Reduced motion ------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .wdm-header,
  .wdm-header *,
  .wdm-dropdown__menu,
  .wdm-header__rail { transition: none !important; }
}

/* Hide legacy parent header that hello-elementor would normally render -- */
body.wdm-canon header#site-header.site-header { display: none !important; }


/* ============================================================================
   11. FOOTER — 3px gold top rule, ink bg, gold links
   ============================================================================ */

footer,
.site-footer {
  background: var(--wdm-ink) !important;
  color: var(--wdm-text-inverse) !important;
  border-top: var(--rule-footer) !important;
  padding: var(--space-9) 0 var(--space-5) !important;
  font-size: var(--fs-body-sm);
}
footer a, .site-footer a { color: var(--wdm-gold-soft) !important; }
footer a:hover, .site-footer a:hover { color: var(--wdm-gold) !important; }
footer h3, footer h4, .site-footer h3, .site-footer h4 {
  color: var(--wdm-gold) !important;
  font-size: var(--fs-eyebrow) !important;
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  font-weight: var(--fw-medium) !important;
  margin-bottom: var(--space-4) !important;
}


/* ============================================================================
   11A. WDM CANON FOOTER (.wdm-footer) — deep marketing, ink ground, gold rule
   ============================================================================ */

.wdm-footer {
  background: var(--wdm-ink);
  color: rgba(255, 255, 255, 0.78);
  border-top: 3px solid var(--wdm-gold) !important;
  padding: 80px 32px 32px 32px !important;
  font-family: var(--font-body);
  font-size: 14px;
}
.wdm-footer__inner {
  max-width: 1240px;
  margin: 0 auto;
}

/* Top strip ------------------------------------------------------------ */
.wdm-footer__topstrip {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 0 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 48px;
  gap: 24px;
}
.wdm-footer__logo {
  font-family: var(--font-body);
  font-weight: 700; font-size: 20px; letter-spacing: 0.5px;
  color: var(--wdm-white) !important; text-decoration: none !important;
  white-space: nowrap;
  transition: color var(--duration-base) var(--easing);
}
.wdm-footer__logo span { font-weight: 300; color: rgba(255, 255, 255, 0.55); margin-left: 4px; }
.wdm-footer__logo:hover { color: var(--wdm-gold-soft) !important; }

/* Locale on dark surface ---------------------------------------------- */
.wdm-footer .wdm-locale {
  display: inline-flex; gap: 6px; align-items: center;
  font-family: var(--font-mono);
  font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase;
}
.wdm-footer .wdm-locale a {
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none !important;
  padding: 2px 4px;
  border-bottom: 2px solid transparent;
  transition: color var(--duration-base) var(--easing), border-color var(--duration-base) var(--easing);
}
.wdm-footer .wdm-locale a:hover { color: var(--wdm-white) !important; }
.wdm-footer .wdm-locale a[aria-current="page"] {
  color: var(--wdm-white) !important;
  border-bottom-color: var(--wdm-gold-soft);
}
.wdm-footer .wdm-locale__pending {
  color: rgba(255, 255, 255, 0.3);
  padding: 2px 4px;
}
.wdm-footer .wdm-locale span[aria-hidden="true"] { color: rgba(255, 255, 255, 0.25); }

/* 4-col grid ----------------------------------------------------------- */
.wdm-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.wdm-footer__col h3 {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--wdm-gold) !important;
  font-weight: 500 !important;
  margin: 0 0 18px 0 !important;
}
.wdm-footer__col p {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78) !important;
  margin: 0 0 14px 0;
}
.wdm-footer__col ul {
  list-style: none; padding: 0; margin: 0;
}
.wdm-footer__col ul li { margin-bottom: 9px; }
.wdm-footer__col a {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.78) !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  transition: color var(--duration-base) var(--easing), border-color var(--duration-base) var(--easing);
}
.wdm-footer__col a:hover,
.wdm-footer__col a:focus {
  color: var(--wdm-gold-soft) !important;
  outline: none;
}
.wdm-footer__col-all a {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--wdm-gold) !important;
  margin-top: 6px;
  display: inline-block;
}
.wdm-footer__col-all a:hover { color: var(--wdm-gold-soft) !important; }

/* Sub-footer ----------------------------------------------------------- */
.wdm-footer__sub {
  padding: 32px 0 0 0;
  text-align: center;
}
.wdm-footer__sub p {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.55) !important;
  line-height: 1.65;
  margin: 0 0 8px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.wdm-footer__sub a {
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none !important;
}
.wdm-footer__sub a:hover { color: var(--wdm-gold-soft) !important; }
.wdm-footer__sub-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4) !important;
  letter-spacing: 1px;
  margin-top: 12px;
}

/* Mobile --------------------------------------------------------------- */
@media (max-width: 980px) {
  .wdm-footer { padding: 56px 18px 24px 18px !important; }
  .wdm-footer__topstrip { padding-bottom: 28px; margin-bottom: 36px; }
  .wdm-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 28px;
    padding-bottom: 36px;
  }
  .wdm-footer__col--about { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .wdm-footer__topstrip { flex-direction: column; align-items: flex-start; gap: 12px; }
  .wdm-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .wdm-footer__col--about { grid-column: auto; }
}

/* Hide legacy parent footer #site-footer (we render our own) */
body.wdm-canon footer#site-footer.site-footer { display: none !important; }


/* ============================================================================
   12. FAQ ACCORDION (Elementor + native details)
   ============================================================================ */

.elementor-accordion-item,
details.wdm-faq {
  border: 1px solid var(--wdm-border) !important;
  border-radius: var(--radius-md) !important;
  margin-bottom: var(--space-3) !important;
  overflow: hidden;
}
.elementor-tab-title,
details.wdm-faq summary {
  font-family: var(--font-body) !important;
  font-size: var(--fs-body-lg) !important;
  font-weight: var(--fw-medium) !important;
  padding: var(--space-4) var(--space-5) !important;
  color: var(--wdm-ink) !important;
  cursor: pointer;
  list-style: none;
}
details.wdm-faq summary::-webkit-details-marker { display: none; }
details.wdm-faq[open] summary { border-bottom: 1px solid var(--wdm-border); }
.elementor-tab-content,
details.wdm-faq .wdm-faq__answer {
  font-size: var(--fs-body) !important;
  line-height: var(--lh-body) !important;
  padding: var(--space-3) var(--space-5) var(--space-4) !important;
  color: var(--wdm-text) !important;
}
.elementor-active .elementor-tab-title,
.elementor-active.elementor-tab-title {
  color: var(--wdm-gold) !important;
  border-left: 3px solid var(--wdm-gold);
}


/* ============================================================================
   13. PILLS / BADGES (RAG harmonised)
   ============================================================================ */

.wdm-pill {
  display: inline-block;
  padding: 3px 12px;
  border-radius: var(--radius-xl);
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-wide);
  text-transform: uppercase;
}
.wdm-pill--go     { background: var(--wdm-signal-go);    color: var(--wdm-white); }
.wdm-pill--watch  { background: var(--wdm-signal-watch); color: var(--wdm-white); }
.wdm-pill--stop   { background: var(--wdm-signal-stop);  color: var(--wdm-white); }
.wdm-pill--quiet  { background: var(--wdm-cream);        color: var(--wdm-text-muted); }
.wdm-pill--gold   { background: var(--wdm-gold);         color: var(--wdm-white); }


/* ============================================================================
   14. PAGINATION + BREADCRUMB
   ============================================================================ */

.wdm-pagination,
.pagination,
nav.navigation {
  display: flex;
  gap: var(--space-2);
  align-items: center;
  justify-content: center;
  margin: var(--space-7) 0;
}
.wdm-pagination a,
.wdm-pagination .page-numbers,
.pagination a,
.pagination .page-numbers {
  min-width: 40px; height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wdm-border);
  color: var(--wdm-text);
  font-size: var(--fs-body-sm);
  font-weight: var(--fw-medium);
  border-radius: var(--radius-md);
  padding: 0 var(--space-3);
  text-decoration: none;
  transition: border-color var(--duration-base) var(--easing),
              color var(--duration-base) var(--easing);
}
.wdm-pagination a:hover, .pagination a:hover, .wdm-pagination .page-numbers:hover {
  border-color: var(--wdm-gold);
  color: var(--wdm-gold);
}
.wdm-pagination .current,
.wdm-pagination [aria-current="page"],
.pagination .current {
  background: var(--wdm-ink);
  color: var(--wdm-white);
  border-color: var(--wdm-ink);
}

.wdm-breadcrumb,
.rank-math-breadcrumb {
  font-size: var(--fs-caption);
  color: var(--wdm-text-muted);
  letter-spacing: 0.2px;
  margin: 0 0 var(--space-3) 0;
}
.wdm-breadcrumb a,
.rank-math-breadcrumb a {
  color: var(--wdm-text-muted);
  text-decoration: none;
}
.wdm-breadcrumb a:hover,
.rank-math-breadcrumb a:hover { color: var(--wdm-gold); }
.wdm-breadcrumb .separator,
.rank-math-breadcrumb .separator { color: var(--wdm-border-strong); margin: 0 var(--space-2); }


/* ============================================================================
   15. UTILITIES
   ============================================================================ */

.wdm-text-center { text-align: center; }
.wdm-text-right  { text-align: right; }
.wdm-text-gold   { color: var(--wdm-gold); }
.wdm-text-muted  { color: var(--wdm-text-muted); }
.wdm-text-white  { color: var(--wdm-white); }

.wdm-bg-cream    { background: var(--wdm-cream); }
.wdm-bg-ink      { background: var(--wdm-ink); color: var(--wdm-white); }
.wdm-bg-gold     { background: var(--wdm-gold); color: var(--wdm-white); }

.wdm-mt-0 { margin-top: 0 !important; }
.wdm-mb-0 { margin-bottom: 0 !important; }
.wdm-mt-sm { margin-top: var(--space-3); }
.wdm-mt-md { margin-top: var(--space-5); }
.wdm-mt-lg { margin-top: var(--space-7); }
.wdm-mb-sm { margin-bottom: var(--space-3); }
.wdm-mb-md { margin-bottom: var(--space-5); }
.wdm-mb-lg { margin-bottom: var(--space-7); }

.wdm-max-w     { max-width: var(--content-max);    margin-left: auto; margin-right: auto; }
.wdm-max-w-md  { max-width: var(--content-default); margin-left: auto; margin-right: auto; }
.wdm-max-w-sm  { max-width: var(--content-narrow);  margin-left: auto; margin-right: auto; }

.wdm-rule-gold { border-top: var(--rule-section); }


/* ============================================================================
   16. MOBILE OVERRIDES
   ============================================================================ */

@media (max-width: 900px) {
  .wdm-section { padding: var(--section-py-mobile) 0; }
  .wdm-hero, .wdm-section--hero {
    padding: var(--space-9) 0 var(--space-7);
    min-height: 50vh;
  }
}

@media (max-width: 600px) {
  .wdm-btn,
  .elementor-button {
    width: 100%;
    text-align: center;
  }
  h1, .wdm-h1 { font-size: 32px; line-height: 1.15; }
  h2, .wdm-h2 { font-size: 26px; line-height: 1.2; }
  h3, .wdm-h3 { font-size: 20px; }

  .wdm-card { padding: var(--space-4); }
  .wdm-callout, .wdm-highlight { padding: var(--space-3) var(--space-4); }
}


/* ============================================================================
   17. PRINT
   ============================================================================ */

@media print {
  body { background: var(--wdm-white); color: var(--wdm-ink); }
  -webkit-print-color-adjust: exact; print-color-adjust: exact;
  header, footer, .wdm-cta-strip, .elementor-button { display: none !important; }
  a { color: var(--wdm-ink); text-decoration: underline; }
  .wdm-section { padding: 0; }
}


/* ============================================================================
   18. ACCESSIBILITY — focus rings + reduced motion + visually hidden
   ============================================================================ */

*:focus-visible {
  outline: 2px solid var(--wdm-gold);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.wdm-sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}


/* ============================================================================
   19. DEFENSIVE OVERRIDES — neutralise any cached legacy class hooks
   ============================================================================ */

/* If anything in the previous CSS bound to these legacy class names is still
   served from cache, force-correct here. */
.wdm-btn-primary,
.wdm-btn-secondary,
.wdm-btn-ghost,
.wdm-section-light,
.wdm-section-gray,
.wdm-section-dark,
.wdm-section-purple,
.wdm-card-dark,
.wdm-card-featured,
.wdm-testimonial,
.wdm-metric,
.wdm-text-purple,
.wdm-bg-purple {
  /* Overridden to canon */
}
.wdm-bg-purple, .wdm-text-purple { background-color: transparent !important; color: var(--wdm-gold) !important; }
.wdm-section-purple { background: var(--wdm-ink) !important; color: var(--wdm-white) !important; }
.wdm-section-purple h2, .wdm-section-purple p { color: var(--wdm-white) !important; }


/* ============================================================================
   20. ELEMENTOR WIDGET-LEVEL CANON OVERRIDES
   ----------------------------------------------------------------------------
   Higher-specificity overrides that catch every Elementor widget regardless of
   inline-style noise. These are the "premium polish" pass — they refine
   typography, spacing, hovers, and entry states for existing Elementor pages
   without rebuilding any of them.
   ============================================================================ */

/* Headings at widget level */
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-theme-post-title h1.elementor-heading-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  color: var(--wdm-ink) !important;
}
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-theme-post-title h1.elementor-heading-title {
  font-weight: 700 !important;
  letter-spacing: -0.5px !important;
  line-height: 1.1 !important;
}
.elementor-widget-heading h2.elementor-heading-title {
  font-weight: 700 !important;
  letter-spacing: -0.3px !important;
  line-height: 1.2 !important;
}
.elementor-widget-heading h3.elementor-heading-title {
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

/* Headings on dark/hero backgrounds */
.elementor-section[data-overlay-color] .elementor-widget-heading .elementor-heading-title,
.elementor-section.has-background-overlay .elementor-widget-heading .elementor-heading-title,
.wdm-section--dark .elementor-widget-heading .elementor-heading-title,
.elementor-element[style*="background"] .elementor-widget-heading .elementor-heading-title {
  color: var(--wdm-white) !important;
}

/* Eyebrow auto-detection — any heading element with class "elementor-heading-title"
   that is short (single line, all-caps in source) gets the canon eyebrow look
   when wrapped in an element with class "wdm-eyebrow" or matching utility */
.elementor-widget-heading.wdm-eyebrow .elementor-heading-title,
.elementor-eyebrow .elementor-heading-title,
.elementor-widget-heading[class*="eyebrow"] .elementor-heading-title {
  font-size: 11px !important;
  letter-spacing: 6px !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  color: var(--wdm-gold) !important;
}

/* Buttons at widget level — full canon application */
.elementor-widget-button .elementor-button,
.elementor-button-link.elementor-button,
.elementor-cta .elementor-cta__button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  letter-spacing: 0.3px !important;
  line-height: 1.4 !important;
  padding: 14px 28px !important;
  border-radius: 4px !important;
  border: 1px solid #1d1d1d !important;
  background-color: #1d1d1d !important;
  color: #ffffff !important;
  transition: background-color 200ms cubic-bezier(0.4,0,0.2,1),
              border-color  200ms cubic-bezier(0.4,0,0.2,1),
              color         200ms cubic-bezier(0.4,0,0.2,1) !important;
  text-decoration: none !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.elementor-widget-button .elementor-button:hover,
.elementor-cta .elementor-cta__button:hover {
  background-color: #947f57 !important;
  border-color: #947f57 !important;
  color: #ffffff !important;
}

/* Secondary button — gold border outline; identify via 'btn-secondary' or 'is-outline' */
.elementor-widget-button.wdm-btn--secondary .elementor-button,
.elementor-widget-button[class*="secondary"] .elementor-button,
.elementor-button-link.elementor-size-md.elementor-animation-grow {
  background-color: transparent !important;
  border: 1.5px solid #947f57 !important;
  color: #1d1d1d !important;
}
.elementor-widget-button.wdm-btn--secondary .elementor-button:hover,
.elementor-widget-button[class*="secondary"] .elementor-button:hover {
  background-color: #947f57 !important;
  border-color: #947f57 !important;
  color: #ffffff !important;
}

/* Buttons on hero/dark sections — invert (white pill, gold hover) */
.elementor-section.has-background-overlay .elementor-widget-button .elementor-button,
.elementor-section[data-settings*="background-overlay"] .elementor-widget-button .elementor-button {
  background-color: #ffffff !important;
  color: #1d1d1d !important;
  border-color: #ffffff !important;
}
.elementor-section.has-background-overlay .elementor-widget-button .elementor-button:hover,
.elementor-section[data-settings*="background-overlay"] .elementor-widget-button .elementor-button:hover {
  background-color: #947f57 !important;
  color: #ffffff !important;
  border-color: #947f57 !important;
}

/* Text editor widget — canonical body */
.elementor-widget-text-editor {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  color: var(--wdm-text) !important;
}
.elementor-widget-text-editor p,
.elementor-widget-text-editor li {
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: var(--wdm-text) !important;
}
.elementor-widget-text-editor strong {
  font-weight: 700;
  color: var(--wdm-ink);
}
.elementor-widget-text-editor a {
  color: var(--wdm-gold) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(148,127,87,0.3) !important;
  transition: border-color 200ms cubic-bezier(0.4,0,0.2,1) !important;
}
.elementor-widget-text-editor a:hover {
  color: var(--wdm-gold-deep) !important;
  border-bottom-color: var(--wdm-gold) !important;
}

/* Icon-box widget — pillar / industry / value-prop card pattern */
.elementor-widget-icon-box .elementor-icon-box-wrapper {
  background: var(--wdm-white);
  border: 1px solid var(--wdm-border);
  border-radius: var(--radius-md);
  padding: var(--space-5) !important;
  transition: border-color 200ms cubic-bezier(0.4,0,0.2,1),
              box-shadow 200ms cubic-bezier(0.4,0,0.2,1);
}
.elementor-widget-icon-box .elementor-icon-box-wrapper:hover {
  border-color: var(--wdm-gold);
  box-shadow: 0 6px 16px rgba(29,29,29,0.07);
}
.elementor-widget-icon-box .elementor-icon-box-icon {
  margin-bottom: var(--space-4) !important;
}
.elementor-widget-icon-box .elementor-icon {
  color: var(--wdm-gold) !important;
}
.elementor-widget-icon-box .elementor-icon svg {
  fill: currentColor !important;
}
.elementor-widget-icon-box .elementor-icon-box-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: var(--wdm-ink) !important;
  line-height: 1.3 !important;
  margin-bottom: var(--space-2) !important;
}
.elementor-widget-icon-box .elementor-icon-box-description {
  color: var(--wdm-text-muted) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

/* Image-box widget */
.elementor-widget-image-box .elementor-image-box-wrapper {
  background: var(--wdm-white);
  border: 1px solid var(--wdm-border);
  border-radius: var(--radius-md);
  padding: var(--space-5) !important;
  transition: border-color 200ms cubic-bezier(0.4,0,0.2,1);
}
.elementor-widget-image-box .elementor-image-box-wrapper:hover {
  border-color: var(--wdm-gold);
}
.elementor-widget-image-box .elementor-image-box-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  color: var(--wdm-ink) !important;
}

/* Posts widget (case studies, blog cards) */
.elementor-widget-posts .elementor-post,
.elementor-posts-container .elementor-post {
  background: var(--wdm-white);
  border: 1px solid var(--wdm-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 200ms cubic-bezier(0.4,0,0.2,1),
              box-shadow 200ms cubic-bezier(0.4,0,0.2,1);
}
.elementor-widget-posts .elementor-post:hover,
.elementor-posts-container .elementor-post:hover {
  border-color: var(--wdm-gold);
  box-shadow: 0 6px 16px rgba(29,29,29,0.07);
}
.elementor-widget-posts .elementor-post__title a,
.elementor-posts-container .elementor-post__title a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: var(--wdm-ink) !important;
  line-height: 1.3 !important;
}
.elementor-widget-posts .elementor-post__title a:hover {
  color: var(--wdm-gold) !important;
}
.elementor-widget-posts .elementor-post__read-more {
  color: var(--wdm-gold) !important;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.3px;
}

/* Pricing-table widget */
.elementor-widget-price-table .elementor-price-table {
  background: var(--wdm-white) !important;
  border: 1px solid var(--wdm-border) !important;
  border-radius: var(--radius-md) !important;
  border-top: 3px solid var(--wdm-gold) !important;
}
.elementor-widget-price-table .elementor-price-table__heading {
  background: var(--wdm-cream) !important;
  border-bottom: 1px solid var(--wdm-border) !important;
}
.elementor-widget-price-table .elementor-price-table__title {
  color: var(--wdm-ink) !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
}
.elementor-widget-price-table .elementor-price-table__price {
  color: var(--wdm-ink) !important;
  font-family: Consolas, 'Courier New', monospace !important;
  font-weight: 700 !important;
}
.elementor-widget-price-table .elementor-price-table__currency,
.elementor-widget-price-table .elementor-price-table__after-price {
  color: var(--wdm-text-muted) !important;
}
.elementor-widget-price-table .elementor-price-table__features-list li {
  color: var(--wdm-text) !important;
  border-bottom: 1px solid var(--wdm-border) !important;
}

/* Testimonial widget */
.elementor-widget-testimonial .elementor-testimonial-wrapper,
.elementor-widget-testimonial-carousel .swiper-slide {
  background: var(--wdm-cream);
  border-left: 4px solid var(--wdm-gold);
  padding: var(--space-5) var(--space-6) !important;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}
.elementor-widget-testimonial .elementor-testimonial-content {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  font-style: normal !important;
  color: var(--wdm-text) !important;
}
.elementor-widget-testimonial .elementor-testimonial-name {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  color: var(--wdm-ink) !important;
}
.elementor-widget-testimonial .elementor-testimonial-job {
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--wdm-gold);
  font-weight: 500;
}

/* Counter widget — mono numeric */
.elementor-widget-counter .elementor-counter-number-wrapper {
  font-family: Consolas, 'Courier New', monospace !important;
  color: var(--wdm-ink) !important;
  font-weight: 700 !important;
}
.elementor-widget-counter .elementor-counter-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--wdm-text-muted) !important;
  font-weight: 500 !important;
}

/* Slides widget (used in some hero contexts) — defang the carousel above-the-fold concern by neutralising the slider chrome */
.elementor-widget-slides .swiper-pagination-bullet {
  background: var(--wdm-text-muted) !important;
  opacity: 0.5;
}
.elementor-widget-slides .swiper-pagination-bullet-active {
  background: var(--wdm-gold) !important;
  opacity: 1;
}
.elementor-widget-slides .elementor-slide-heading {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
}

/* Form widget — canonical inputs + buttons */
.elementor-widget-form .elementor-field,
.elementor-widget-form .elementor-field-textual,
.elementor-form .elementor-field {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  color: var(--wdm-text) !important;
  background: var(--wdm-white) !important;
  border: 1px solid var(--wdm-border-strong) !important;
  border-radius: 4px !important;
  padding: 12px !important;
  min-height: 48px;
  transition: border-color 200ms cubic-bezier(0.4,0,0.2,1),
              box-shadow 200ms cubic-bezier(0.4,0,0.2,1);
}
.elementor-widget-form .elementor-field:focus,
.elementor-form .elementor-field:focus {
  border-color: var(--wdm-gold) !important;
  box-shadow: 0 0 0 3px rgba(148,127,87,0.35) !important;
  outline: none !important;
}
.elementor-widget-form .elementor-field-label,
.elementor-widget-form label,
.elementor-form label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--wdm-text) !important;
  letter-spacing: 0.2px !important;
  margin-bottom: 6px !important;
}
.elementor-widget-form .elementor-button[type="submit"],
.elementor-form .elementor-button[type="submit"] {
  background: var(--wdm-ink) !important;
  border: 1px solid var(--wdm-ink) !important;
  color: var(--wdm-white) !important;
  border-radius: 4px !important;
  padding: 14px 28px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
}
.elementor-widget-form .elementor-button[type="submit"]:hover,
.elementor-form .elementor-button[type="submit"]:hover {
  background: var(--wdm-gold) !important;
  border-color: var(--wdm-gold) !important;
}

/* Nav menu widget — header */
.elementor-widget-nav-menu .elementor-nav-menu a,
.elementor-widget-nav-menu .e--pointer-text a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0.2px !important;
  color: var(--wdm-text) !important;
}
.elementor-widget-nav-menu .elementor-nav-menu a:hover,
.elementor-widget-nav-menu .elementor-nav-menu .current-menu-item a {
  color: var(--wdm-gold) !important;
}

/* Social icons widget */
.elementor-widget-social-icons .elementor-icon.elementor-social-icon {
  background: transparent !important;
  color: var(--wdm-text-muted) !important;
  border: 1px solid var(--wdm-border) !important;
  border-radius: 50% !important;
  transition: color 200ms cubic-bezier(0.4,0,0.2,1),
              border-color 200ms cubic-bezier(0.4,0,0.2,1);
}
.elementor-widget-social-icons .elementor-icon.elementor-social-icon:hover {
  color: var(--wdm-gold) !important;
  border-color: var(--wdm-gold) !important;
}

/* Image widget — soft border-radius default for non-hero images */
.elementor-widget-image:not([class*="full-bleed"]) img {
  border-radius: var(--radius-md);
}


/* ============================================================================
   21. SECTION-LEVEL POLISH — generous whitespace, subtle dividers
   ============================================================================ */

.elementor-section.elementor-top-section {
  padding-top: clamp(64px, 10vh, 120px) !important;
  padding-bottom: clamp(64px, 10vh, 120px) !important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1200px;
}
.elementor-section[style*="background-image"]::before,
.elementor-section.has-background-overlay::before {
  background: rgba(29, 29, 29, 0.55) !important;
}

/* Hero / first section on a page — gold rule bottom */
.elementor-section.elementor-top-section:first-of-type[data-settings*="background"]::after,
.elementor-section.elementor-top-section.wdm-hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 4px;
  background: var(--wdm-gold);
  pointer-events: none;
}


/* ============================================================================
   22. ENTRY ANIMATIONS — boutique studio polish
   ============================================================================ */

@media (prefers-reduced-motion: no-preference) {
  .elementor-widget-heading h1.elementor-heading-title,
  .elementor-widget-theme-post-title h1.elementor-heading-title {
    animation: wdmFadeUp 700ms cubic-bezier(0.4, 0, 0.2, 1) both;
  }
  .elementor-widget-heading h2.elementor-heading-title {
    animation: wdmFadeUp 700ms cubic-bezier(0.4, 0, 0.2, 1) both;
    animation-delay: 80ms;
  }
  .elementor-widget-text-editor {
    animation: wdmFadeUp 700ms cubic-bezier(0.4, 0, 0.2, 1) both;
    animation-delay: 160ms;
  }
  .elementor-widget-button {
    animation: wdmFadeUp 700ms cubic-bezier(0.4, 0, 0.2, 1) both;
    animation-delay: 240ms;
  }

  @keyframes wdmFadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
  }
}


/* ============================================================================
   23. ABOVE-THE-FOLD RESET — kill any cached Hormozi-era inline rules
   ============================================================================ */

/* Many Elementor widgets retain inline color/background from the kit.
   When the kit's accent slot was purple, those colours got materialised at
   render time. The kit-fix script changed the slot value, but Elementor's
   per-page CSS files retain old values until regenerated. Force-clear here. */

[style*="color:#6F00FF"],
[style*="color: #6F00FF"],
[style*="color:#6f00ff"],
[style*="color: #6f00ff"] { color: var(--wdm-gold) !important; }

[style*="background:#6F00FF"],
[style*="background: #6F00FF"],
[style*="background-color:#6F00FF"],
[style*="background-color: #6F00FF"] { background: var(--wdm-ink-warm) !important; }

[style*="border-color:#6F00FF"],
[style*="border: #6F00FF"] { border-color: var(--wdm-gold) !important; }


/* ============================================================================
   25. CANON VISUAL POLISH — Section A quick-wins (Phase 2a-final)
   ----------------------------------------------------------------------------
   Stagger reveals, card hover lift, sticky header shadow, skip-link,
   animated underline, tablet breakpoint, landscape-phone hero clamp,
   loading skeleton, smooth-scroll respect, focus rings.
   ============================================================================ */

/* A1 — Intersection-observer staggered reveal (paired JS in header.php) */
.wdm-reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 480ms var(--easing), transform 480ms var(--easing);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.wdm-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .wdm-reveal { opacity: 1; transform: none; transition: none; }
}

/* A2 — Card hover lift + gold under-glow */
.wdm-card,
.wdm-pillar,
.wdm-numbers__card,
.wdm-process__step,
.wdm-industries-grid > .wdm-card {
  transition:
    border-color 250ms var(--easing),
    background-color 250ms var(--easing),
    transform 280ms var(--easing),
    box-shadow 280ms var(--easing);
}
.wdm-card:hover,
.wdm-pillar:hover,
.wdm-numbers__card:hover,
.wdm-industries-grid > .wdm-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(148,127,87,0.14), 0 2px 6px rgba(29,29,29,0.04);
}
@media (prefers-reduced-motion: reduce) {
  .wdm-card:hover,
  .wdm-pillar:hover,
  .wdm-numbers__card:hover { transform: none; }
}

/* A3 — Sticky header shadow + shrink (JS adds .is-scrolled) */
.wdm-header {
  transition:
    padding 220ms var(--easing),
    box-shadow 220ms var(--easing),
    background 220ms var(--easing),
    border-color 220ms var(--easing);
}
.wdm-header.is-scrolled {
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 var(--wdm-border), 0 6px 18px rgba(29, 29, 29, 0.06);
}
.wdm-header.is-scrolled::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--wdm-gold) 50%, transparent 100%);
  pointer-events: none;
}

/* A5 — Skip link visible on focus */
.wdm-skip-link:focus {
  left: 16px;
  top: 16px;
  outline: 2px solid var(--wdm-gold);
  outline-offset: 2px;
}

/* A6 — Animated gold underline on in-prose anchors */
.wdm-content a:not(.wdm-btn):not(.wdm-card):not(.wdm-pillar):not(.wdm-card__cta),
.wdm-section--white p a:not(.wdm-btn),
.wdm-card__desc a {
  color: var(--wdm-ink);
  text-decoration: none;
  background-image: linear-gradient(var(--wdm-gold), var(--wdm-gold));
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  transition: background-size 280ms var(--easing), color 200ms var(--easing);
}
.wdm-content a:not(.wdm-btn):not(.wdm-card):not(.wdm-pillar):not(.wdm-card__cta):hover,
.wdm-section--white p a:not(.wdm-btn):hover,
.wdm-card__desc a:hover {
  background-size: 100% 1px;
  color: var(--wdm-gold);
}

/* A7 — Tablet breakpoint (760-999px) */
@media (min-width: 760px) and (max-width: 999px) {
  .wdm-grid--3,
  .wdm-grid--4 { grid-template-columns: repeat(2, 1fr) !important; }
  .wdm-pillars__grid { grid-template-columns: repeat(2, 1fr); }
  .wdm-industries-grid,
  .wdm-industries__grid { grid-template-columns: repeat(2, 1fr); }
  .wdm-industries-grid .wdm-card--feature,
  .wdm-industries__grid .wdm-card--feature { grid-column: span 2; }
  .wdm-hero__inner,
  .wdm-page-hero__inner { padding-left: 32px; padding-right: 32px; }
}

/* A8 — Hero min-height resilient to landscape phones */
@supports (height: 80svh) {
  .wdm-hero,
  .wdm-page-hero {
    min-height: clamp(520px, 80svh, 920px);
  }
}

/* A11 — Loading skeleton */
.wdm-skel {
  background: linear-gradient(90deg, var(--wdm-cream) 0%, var(--wdm-cream-deep, #efeae3) 50%, var(--wdm-cream) 100%);
  background-size: 200% 100%;
  animation: wdmShim 1.8s var(--easing, cubic-bezier(0.4,0,0.2,1)) infinite;
  border-radius: 4px;
  min-height: 64px;
}
@keyframes wdmShim {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .wdm-skel { animation: none; background-position: 50% 0; }
}

/* A12 — Smooth scroll for anchor links (respects reduced-motion) */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

/* A14a — WCAG AA contrast fix for gold text on light surfaces (was failing AA at 3.69:1).
   Default gold-deep on every eyebrow / cta UNLESS inside an ink/dark section. */
.wdm-eyebrow {
  color: var(--wdm-gold-deep) !important;
}
.wdm-pillar__cta,
.wdm-card__cta {
  color: var(--wdm-gold-deep) !important;
}
/* Hover tightens — but stays above contrast threshold */
.wdm-pillar:hover .wdm-pillar__cta,
.wdm-card:hover .wdm-card__cta {
  color: var(--wdm-ink) !important;
}

/* Ink/dark section overrides — restore lighter gold for legibility on dark */
.wdm-section--ink .wdm-eyebrow,
.wdm-section--dark .wdm-eyebrow,
.wdm-hero .wdm-eyebrow,
.wdm-page-hero .wdm-eyebrow,
.wdm-final-cta .wdm-eyebrow,
.wdm-tr .wdm-tr__eyebrow {
  color: var(--wdm-gold-soft) !important;
}
.wdm-section--ink .wdm-pillar__cta,
.wdm-section--ink .wdm-card__cta,
.wdm-section--dark .wdm-pillar__cta,
.wdm-section--dark .wdm-card__cta {
  color: var(--wdm-gold) !important;
}

/* A14b — Footer locale__pending visibility on dark */
.wdm-footer .wdm-locale__pending {
  color: rgba(255, 255, 255, 0.55) !important;
}

/* A14c — Footer column h3 needs higher-contrast gold */
.wdm-footer__col h3 {
  color: var(--wdm-gold-soft) !important;
}

/* A14 — Visually-hidden utility (screen-reader only) */
.wdm-sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* A13 — Stronger focus ring on interactive elements */
.wdm-btn:focus-visible,
.wdm-header__cta:focus-visible,
.wdm-card:focus-visible,
.wdm-pillar:focus-visible,
.wdm-form__input:focus-visible,
.wdm-form__textarea:focus-visible,
.wdm-form__select:focus-visible {
  outline: 2px solid var(--wdm-gold);
  outline-offset: 3px;
}


/* ============================================================================
   26. PRICING BAND CARDS — Foundation / Compound / Architect (Section C5)
   ============================================================================ */

.wdm-bands {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: var(--space-8, 64px) 0 var(--space-7, 48px);
  border: 1px solid var(--wdm-border);
  background: var(--wdm-white);
}
.wdm-band {
  position: relative;
  display: flex; flex-direction: column;
  padding: 36px 28px 32px;
  border-right: 1px solid var(--wdm-border);
  background: var(--wdm-white);
  transition: background 240ms var(--easing), transform 280ms var(--easing);
}
.wdm-band:last-child { border-right: 0; }
.wdm-band:hover { background: var(--wdm-cream); transform: translateY(-1px); }

.wdm-band--featured {
  background: var(--wdm-cream);
  border-top: 4px solid var(--wdm-gold);
  margin-top: -4px;
}
.wdm-band--featured::before {
  content: "Most chosen";
  position: absolute; top: -12px; right: 28px;
  background: var(--wdm-gold); color: var(--wdm-white);
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 1.4px; text-transform: uppercase;
  padding: 4px 10px; font-weight: 500;
}

.wdm-band__name {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 1.4px; text-transform: uppercase;
  color: var(--wdm-gold); margin: 0 0 14px;
}
.wdm-band__title {
  font-size: 28px; font-weight: 600;
  color: var(--wdm-ink); margin: 0 0 6px;
  line-height: 1.15; letter-spacing: -0.01em;
}
.wdm-band__price {
  font-family: var(--font-mono); font-size: 18px;
  color: var(--wdm-ink); margin: 0 0 8px;
}
.wdm-band__price span { color: var(--wdm-text-muted); font-size: 13px; margin-left: 4px; }
.wdm-band__for {
  font-size: 13.5px; color: var(--wdm-text-muted);
  margin: 0 0 24px; font-style: italic;
}
.wdm-band__list {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: flex; flex-direction: column; gap: 10px;
  flex: 1;
}
.wdm-band__list li {
  position: relative; padding-left: 22px;
  font-size: 14px; line-height: 1.5; color: var(--wdm-text);
}
.wdm-band__list li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 12px; height: 6px;
  border-left: 2px solid var(--wdm-gold);
  border-bottom: 2px solid var(--wdm-gold);
  transform: rotate(-45deg);
}
.wdm-band__cta {
  display: inline-block;
  background: transparent; color: var(--wdm-ink);
  border: 1px solid var(--wdm-ink); border-radius: 4px;
  padding: 10px 18px; font-size: 13.5px; font-weight: 500;
  text-decoration: none; letter-spacing: 0.3px;
  transition: background 200ms var(--easing), color 200ms var(--easing), border-color 200ms var(--easing);
  align-self: flex-start;
}
.wdm-band__cta:hover { background: var(--wdm-ink); color: var(--wdm-white); }
.wdm-band--featured .wdm-band__cta { background: var(--wdm-ink); color: var(--wdm-white); }
.wdm-band--featured .wdm-band__cta:hover { background: var(--wdm-gold); border-color: var(--wdm-gold); }

@media (max-width: 900px) {
  .wdm-bands { grid-template-columns: 1fr; }
  .wdm-band { border-right: 0; border-bottom: 1px solid var(--wdm-border); }
  .wdm-band:last-child { border-bottom: 0; }
  .wdm-band--featured { margin-top: 0; }
}


/* ============================================================================
   27. COMPARISON TABLE — productised vs estimated agency (Section B4)
   ============================================================================ */

.wdm-compare {
  border: 1px solid var(--wdm-border);
  background: var(--wdm-white);
  margin: var(--space-7, 48px) 0;
}
.wdm-compare__head {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  background: var(--wdm-ink);
  color: var(--wdm-white);
}
.wdm-compare__head > * {
  padding: 18px 22px;
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: 1.4px; text-transform: uppercase;
  font-weight: 500; color: var(--wdm-gold-soft);
  border-right: 1px solid rgba(255,255,255,0.08);
}
.wdm-compare__head > *:last-child { border-right: 0; }
.wdm-compare__head .wdm-compare__col-wdm { color: var(--wdm-gold); font-weight: 600; }

.wdm-compare__row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  border-top: 1px solid var(--wdm-border);
  transition: background 200ms var(--easing);
}
.wdm-compare__row:nth-child(odd) { background: var(--wdm-cream); }
.wdm-compare__row:hover { background: var(--wdm-highlight, #fff8e6); }
.wdm-compare__row > * {
  padding: 16px 22px;
  border-right: 1px solid var(--wdm-border);
  font-size: 14px; line-height: 1.5;
}
.wdm-compare__row > *:last-child { border-right: 0; }
.wdm-compare__label {
  font-weight: 500; color: var(--wdm-ink);
  font-family: var(--font-mono); font-size: 12.5px;
  letter-spacing: 0.6px; text-transform: uppercase;
}
.wdm-compare__cell--wdm { color: var(--wdm-ink); position: relative; }
.wdm-compare__cell--wdm::before {
  content: "✓"; color: var(--wdm-gold); font-weight: 700;
  margin-right: 8px; font-family: var(--font-body);
}
.wdm-compare__cell--other { color: var(--wdm-text-muted); position: relative; }
.wdm-compare__cell--other::before {
  content: "×"; color: var(--wdm-border-strong); font-weight: 700;
  margin-right: 8px; font-family: var(--font-body); font-size: 18px; line-height: 1;
}
@media (max-width: 760px) {
  .wdm-compare__head, .wdm-compare__row { grid-template-columns: 1fr; }
  .wdm-compare__head > *, .wdm-compare__row > * { border-right: 0; border-top: 1px solid var(--wdm-border); }
  .wdm-compare__head > *:first-child, .wdm-compare__row > *:first-child { border-top: 0; }
  .wdm-compare__row { grid-template-areas: "label" "wdm" "other"; }
}


/* ============================================================================
   28. ANIMATED TWELVE PILLARS SVG (Section B2)
   ============================================================================ */

.wdm-pillars-fan {
  width: 100%; max-width: 1200px;
  margin: 0 auto var(--space-7, 48px);
  height: auto; display: block;
  overflow: visible;
}
.wdm-pillars-fan path {
  stroke: var(--wdm-gold);
  stroke-width: 1.25;
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  transition: stroke-dashoffset 1600ms var(--easing);
  transition-delay: var(--draw-delay, 0ms);
}
.wdm-pillars-fan.is-in path { stroke-dashoffset: 0; }
.wdm-pillars-fan circle.wdm-pillars-fan__node {
  fill: var(--wdm-gold);
  opacity: 0;
  transition: opacity 320ms var(--easing);
  transition-delay: 1200ms;
}
.wdm-pillars-fan.is-in circle.wdm-pillars-fan__node { opacity: 1; }
.wdm-pillars-fan circle.wdm-pillars-fan__centre {
  fill: var(--wdm-ink);
  stroke: var(--wdm-gold);
  stroke-width: 2;
}
.wdm-pillars-fan text {
  font-family: var(--font-mono); font-size: 11.5px;
  letter-spacing: 0.6px; text-transform: uppercase;
  fill: var(--wdm-text-muted);
  opacity: 0;
  transition: opacity 320ms var(--easing) 1400ms;
}
.wdm-pillars-fan.is-in text { opacity: 1; }
.wdm-pillars-fan text.wdm-pillars-fan__centre-label {
  fill: var(--wdm-gold); font-weight: 600; font-size: 12.5px;
}
@media (prefers-reduced-motion: reduce) {
  .wdm-pillars-fan path { stroke-dashoffset: 0; transition: none; }
  .wdm-pillars-fan circle.wdm-pillars-fan__node,
  .wdm-pillars-fan text { opacity: 1; transition: none; }
}


/* ============================================================================
   29. TESTIMONIAL SLIDER (Section B3)
   ============================================================================ */

.wdm-tr {
  position: relative;
  background: var(--wdm-cream);
  border-top: 4px solid var(--wdm-gold);
  padding: 56px 0 64px;
  margin: var(--space-8, 64px) 0;
}
.wdm-tr__container {
  max-width: 1100px; margin: 0 auto;
  padding: 0 32px;
}
.wdm-tr__head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 28px; gap: 24px;
}
.wdm-tr__eyebrow {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 1.4px; text-transform: uppercase;
  color: var(--wdm-gold); font-weight: 500;
}
.wdm-tr__nav { display: flex; gap: 6px; }
.wdm-tr__btn {
  width: 38px; height: 38px;
  border: 1px solid var(--wdm-border);
  background: var(--wdm-white);
  font-size: 18px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: border-color 200ms var(--easing), background 200ms var(--easing), color 200ms var(--easing);
  color: var(--wdm-ink);
}
.wdm-tr__btn:hover { border-color: var(--wdm-gold); color: var(--wdm-gold); }
.wdm-tr__btn:disabled { opacity: 0.4; cursor: not-allowed; }
.wdm-tr__track {
  display: flex; gap: 32px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.wdm-tr__track::-webkit-scrollbar { display: none; }
.wdm-tr__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  margin: 0;
}
.wdm-tr__slide blockquote {
  font-size: 24px; line-height: 1.45;
  font-weight: 300; font-style: italic;
  color: var(--wdm-ink);
  margin: 0 0 22px;
  letter-spacing: -0.005em;
  max-width: 850px;
}
.wdm-tr__slide blockquote::before {
  content: "“"; color: var(--wdm-gold);
  font-size: 56px; line-height: 0.4;
  vertical-align: -0.25em; margin-right: 6px;
  font-family: Georgia, serif;
}
.wdm-tr__slide figcaption {
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: 0.8px; color: var(--wdm-text-muted);
  text-transform: uppercase;
  display: flex; align-items: center; gap: 16px;
}
.wdm-tr__slide figcaption strong {
  color: var(--wdm-ink); font-weight: 600;
  font-family: var(--font-body); font-size: 13.5px;
  text-transform: none; letter-spacing: 0;
}

@media (max-width: 700px) {
  .wdm-tr { padding: 40px 0 48px; }
  .wdm-tr__slide blockquote { font-size: 19px; }
  .wdm-tr__head { flex-direction: column; align-items: flex-start; }
}


/* ============================================================================
   30. PROFILE CARDS — About page (Section B7)
   ============================================================================ */

.wdm-profiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: var(--space-7, 48px) 0;
}
.wdm-profile {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--wdm-border);
  background: var(--wdm-white);
  border-top: 4px solid var(--wdm-gold);
  align-items: start;
}
.wdm-profile__avatar {
  width: 80px; height: 80px;
  border-radius: 50%;
  background: var(--wdm-ink);
  color: var(--wdm-gold-soft);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono);
  font-size: 24px; font-weight: 700;
  letter-spacing: 1px;
  flex-shrink: 0;
  overflow: hidden;
}
.wdm-profile__avatar img { width: 100%; height: 100%; object-fit: cover; }
.wdm-profile__name {
  font-size: 18px; font-weight: 600;
  color: var(--wdm-ink); margin: 0 0 4px;
  line-height: 1.2;
}
.wdm-profile__role {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 1.2px; text-transform: uppercase;
  color: var(--wdm-gold); margin: 0 0 14px;
}
.wdm-profile__bio {
  font-size: 14px; line-height: 1.55;
  color: var(--wdm-text); margin: 0 0 14px;
}
.wdm-profile__links {
  display: flex; gap: 14px;
  font-family: var(--font-mono); font-size: 11.5px;
  letter-spacing: 1px; text-transform: uppercase;
}
.wdm-profile__links a {
  color: var(--wdm-text-muted); text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 200ms var(--easing), border-color 200ms var(--easing);
}
.wdm-profile__links a:hover { color: var(--wdm-gold); border-bottom-color: var(--wdm-gold); }

@media (max-width: 760px) {
  .wdm-profiles { grid-template-columns: 1fr; }
}


/* ============================================================================
   31. HERO AMBIENT MESH GRADIENT (Section B1)
   ============================================================================ */

.wdm-hero,
.wdm-page-hero {
  position: relative;
  overflow: hidden;
}
.wdm-hero::before,
.wdm-page-hero::before {
  content: "";
  position: absolute; inset: -10%;
  background:
    radial-gradient(circle at 20% 30%, rgba(148,127,87,0.20) 0%, transparent 38%),
    radial-gradient(circle at 80% 70%, rgba(148,127,87,0.12) 0%, transparent 35%),
    radial-gradient(circle at 50% 50%, rgba(184,166,126,0.08) 0%, transparent 40%);
  animation: wdmDrift 38s var(--easing) infinite alternate;
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}
.wdm-hero > *,
.wdm-page-hero > * { position: relative; z-index: 1; }
@keyframes wdmDrift {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(-3%, 2%, 0) scale(1.04); }
}
@media (prefers-reduced-motion: reduce) {
  .wdm-hero::before, .wdm-page-hero::before { animation: none; }
}


/* ============================================================================
   32. MID-PAGE CTA BANNER (Section B6)
   ============================================================================ */

.wdm-cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 32px 36px;
  margin: var(--space-7, 48px) 0;
  background: var(--wdm-cream);
  border-left: 4px solid var(--wdm-gold);
  border-right: 1px solid var(--wdm-border);
  border-top: 1px solid var(--wdm-border);
  border-bottom: 1px solid var(--wdm-border);
}
.wdm-cta-band__title {
  font-size: 22px; font-weight: 600;
  margin: 0 0 6px; color: var(--wdm-ink);
  line-height: 1.25;
}
.wdm-cta-band__sub {
  font-size: 14.5px; color: var(--wdm-text);
  margin: 0; line-height: 1.5;
}
.wdm-cta-band__cta {
  display: inline-block;
  background: var(--wdm-ink); color: var(--wdm-white);
  border: 1px solid var(--wdm-ink); border-radius: 4px;
  padding: 12px 22px; font-size: 14px; font-weight: 500;
  text-decoration: none; letter-spacing: 0.3px;
  white-space: nowrap;
  transition: background 200ms var(--easing), border-color 200ms var(--easing);
}
.wdm-cta-band__cta:hover { background: var(--wdm-gold); border-color: var(--wdm-gold); }
@media (max-width: 760px) {
  .wdm-cta-band { grid-template-columns: 1fr; padding: 24px 22px; }
  .wdm-cta-band__cta { justify-self: stretch; text-align: center; }
}


/* ============================================================================
   33. SERP ROTATOR + TYPING CURSOR (Section A10)
   ============================================================================ */

.wdm-serp__query {
  position: relative;
  display: inline-block;
  min-width: 1ch;
  transition: opacity 220ms var(--easing);
}
.wdm-serp__query.is-fading { opacity: 0; }
.wdm-serp__cursor {
  display: inline-block;
  width: 2px; height: 1em;
  background: var(--wdm-gold);
  margin-left: 2px;
  vertical-align: -2px;
  animation: wdmBlink 1s steps(2, end) infinite;
}
@keyframes wdmBlink { 0%, 50% { opacity: 1; } 50.01%, 100% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .wdm-serp__cursor { animation: none; opacity: 1; }
}


/* ============================================================================
   34. SECTION DIVIDER — gold rule sweep
   ============================================================================ */

.wdm-divider-rule {
  display: block;
  width: 80px; height: 2px;
  background: linear-gradient(90deg, var(--wdm-gold) 0%, var(--wdm-gold-soft) 100%);
  margin: var(--space-6, 32px) auto;
  border: 0;
}


/* ============================================================================
   24. PERFORMANCE NOTES
   ----------------------------------------------------------------------------
   - All animations are gated behind prefers-reduced-motion: no-preference.
   - No webfont requests; the system Helvetica Neue stack ships with macOS,
     Windows (via Arial fallback), iOS, and Android (via Roboto fallback).
     FOUT/FOIT not possible because nothing loads.
   - This stylesheet is ~50KB minified. Acceptable for a single critical
     stylesheet.
   - Used !important sparingly — only on widget-class selectors where Elementor
     emits inline styles that would otherwise win the cascade.
   ============================================================================ */


/* Sitewide footer-col-all contrast fix (gold-soft on ink for AA) */
.wdm-footer .wdm-footer__col-all a {
  color: var(--wdm-gold-soft) !important;
}
.wdm-footer .wdm-footer__col-all a:hover {
  color: var(--wdm-white) !important;
}

/* ============================================================================
   FINAL WCAG AA contrast pass — components flagged by Lighthouse 2026-05-07
   ============================================================================ */

/* Pricing band name (gold on white) — was failing AA at 3.69:1 */
.wdm-band__name {
  color: var(--wdm-gold-deep) !important;
}

/* Comparison table header — text was inheriting ink color on ink background */
.wdm-compare__head {
  background: var(--wdm-ink) !important;
  color: var(--wdm-white) !important;
}
.wdm-compare__head > * {
  color: var(--wdm-white) !important;
}
.wdm-compare__head .wdm-compare__col-wdm {
  color: var(--wdm-gold-soft) !important;
}

/* CTA band on white surfaces — button must keep white text on ink */
.wdm-cta-band a.wdm-cta-band__cta,
.wdm-section .wdm-cta-band a.wdm-cta-band__cta {
  color: var(--wdm-white) !important;
  background: var(--wdm-ink) !important;
}
.wdm-cta-band a.wdm-cta-band__cta:hover {
  background: var(--wdm-gold) !important;
  color: var(--wdm-white) !important;
}

/* Profile links — gold-soft on white was 2.38:1 (fail). Use gold-deep */
.wdm-profile__links a {
  color: var(--wdm-gold-deep) !important;
}
.wdm-profile__links a:hover {
  color: var(--wdm-gold) !important;
  border-bottom-color: var(--wdm-gold-deep) !important;
}

/* ============================================================================
   STICKY-BOTTOM MOBILE CTA BAR — Hormozi conversion booster (2026-05-07)
   ============================================================================ */
.wdm-sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 199;
  background: var(--wdm-ink);
  border-top: 3px solid var(--wdm-gold);
  padding: 10px 16px;
  display: none; /* shown only on mobile */
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--font-body);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.18);
}
@media (max-width: 720px) {
  .wdm-sticky-cta { display: flex; }
  body { padding-bottom: 64px; } /* avoid content under sticky bar */
}
.wdm-sticky-cta__copy {
  font-size: 12.5px;
  color: var(--wdm-gold-soft);
  font-family: var(--font-mono);
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.wdm-sticky-cta__copy strong {
  color: var(--wdm-white);
  font-family: var(--font-body);
  font-size: 13.5px;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  font-weight: 600;
}
.wdm-sticky-cta__btn {
  background: var(--wdm-gold-deep);
  color: var(--wdm-white) !important;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 200ms var(--easing);
}
.wdm-sticky-cta__btn:hover {
  background: var(--wdm-white);
  color: var(--wdm-ink) !important;
}
.wdm-sticky-cta__close {
  background: transparent;
  border: 0;
  color: rgba(255,255,255,0.55);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
}

/* ============================================================================
   STAT STRIP — count-up grid for any canon page (added 2026-05-07)
   ============================================================================ */
.wdm-stat-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 24px;
  padding: 32px 24px;
  background: var(--wdm-white);
  border: 1px solid var(--wdm-border);
  border-top: 3px solid var(--wdm-gold);
  border-radius: 4px;
}
.wdm-stat-strip__item {
  text-align: center;
  border-right: 1px solid var(--wdm-border);
  padding: 0 12px;
}
.wdm-stat-strip__item:last-child { border-right: 0; }
.wdm-stat-strip__value {
  font-family: var(--font-mono);
  font-size: clamp(36px, 4.5vw, 54px);
  font-weight: 700;
  color: var(--wdm-gold-deep);
  line-height: 1.05;
  letter-spacing: -0.5px;
  margin: 0 0 8px;
}
.wdm-stat-strip__label {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--wdm-text);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 720px) {
  .wdm-stat-strip { grid-template-columns: repeat(2, 1fr); padding: 24px 14px; gap: 18px; }
  .wdm-stat-strip__item { border-right: 0; padding: 8px; border-bottom: 1px solid var(--wdm-border); }
  .wdm-stat-strip__item:nth-last-child(-n+2) { border-bottom: 0; }
}

/* ============================================================================
   HERO IMAGE BAND — between page-hero and content sections
   ============================================================================ */
.wdm-hero-img {
  background: var(--wdm-cream);
  padding: 0;
  margin: 0;
}
.wdm-hero-img__wrap {
  max-width: 1240px;
  margin: -40px auto 0;
  padding: 0 32px;
  position: relative;
  z-index: 2;
}
.wdm-hero-img__wrap img {
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  border: 1px solid var(--wdm-border);
  box-shadow: 0 12px 32px rgba(29,29,29,0.10);
}
@media (max-width: 720px) {
  .wdm-hero-img__wrap { margin-top: -24px; padding: 0 14px; }
  .wdm-hero-img__wrap img { max-height: 200px; border-radius: 4px; }
}

/* ===== Section 33 — Stop/Start "Most agencies vs WDM" comparison ===== */
.wdm-vs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 1080px;
  margin: 0 auto;
}
.wdm-vs__col {
  background: #fff;
  border: 1px solid var(--wdm-border);
  border-radius: 6px;
  padding: 32px 30px;
  position: relative;
  overflow: hidden;
}
.wdm-vs__col--stop { background: #fbf3f0; border-color: #e8d3cb; }
.wdm-vs__col--start { background: #f5f7f0; border-color: #d6dcc7; }
.wdm-vs__col::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
}
.wdm-vs__col--stop::before { background: linear-gradient(90deg, #b04030 0%, #c95c40 100%); }
.wdm-vs__col--start::before { background: linear-gradient(90deg, #6b7a3a 0%, #8a9d52 100%); }
.wdm-vs__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.wdm-vs__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
  font-weight: 600;
}
.wdm-vs__col--stop .wdm-vs__chip { background: #b04030; color: #fff; }
.wdm-vs__col--start .wdm-vs__chip { background: var(--wdm-gold-deep, #7d6a48); color: #fff; }
.wdm-vs__title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--wdm-ink, #1d1d1d);
  margin: 0;
  line-height: 1.3;
}
.wdm-vs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.wdm-vs__list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 15px;
  line-height: 1.55;
  color: #2a2a2a;
}
.wdm-vs__list li::before {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  flex-shrink: 0;
}
.wdm-vs__col--stop .wdm-vs__list li::before {
  content: "✕";
  background: #b04030;
  color: #fff;
}
.wdm-vs__col--start .wdm-vs__list li::before {
  content: "✓";
  background: #6b7a3a;
  color: #fff;
}
.wdm-vs__col--stop .wdm-vs__list li {
  text-decoration: line-through;
  text-decoration-color: rgba(176, 64, 48, 0.35);
  text-decoration-thickness: 1px;
  color: #5a4540;
}
@media (max-width: 760px) {
  .wdm-vs { grid-template-columns: 1fr; gap: 18px; }
  .wdm-vs__col { padding: 26px 22px; }
}

/* ===== Section 34 — Cost-of-waiting callout ===== */
.wdm-cow {
  max-width: 880px;
  margin: 0 auto;
  background: linear-gradient(155deg, #1d1d1d 0%, #25282a 100%);
  border-radius: 8px;
  padding: 44px 48px;
  color: var(--wdm-cream, #f7f5f2);
  position: relative;
  overflow: hidden;
}
.wdm-cow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(125, 106, 72, 0.20), transparent 60%);
  pointer-events: none;
}
.wdm-cow__eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wdm-gold, #c4964a);
  margin-bottom: 16px;
  display: block;
}
.wdm-cow__head {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.18;
  margin: 0 0 20px;
  color: #fff;
}
.wdm-cow__head em {
  font-style: italic;
  color: #d6c08c;
}
.wdm-cow__body {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(247, 245, 242, 0.86);
  margin: 0 0 24px;
  max-width: 60ch;
}
.wdm-cow__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1d1d1d;
  background: var(--wdm-gold, #c4964a);
  padding: 12px 22px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.wdm-cow__cta:hover { background: #d6a85c; transform: translateY(-1px); }
@media (max-width: 720px) {
  .wdm-cow { padding: 32px 26px; }
}

/* ===== Section 35 — 90-day milestone roadmap (interactive SVG) ===== */
.wdm-roadmap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 8px 0 0;
}
.wdm-roadmap__svg {
  width: 100%;
  height: auto;
  display: block;
  max-height: 300px;
}
.wdm-roadmap__svg .rm-track { stroke: #ddd5c7; stroke-width: 2; fill: none; }
.wdm-roadmap__svg .rm-progress {
  stroke: var(--wdm-gold-deep, #7d6a48);
  stroke-width: 3; fill: none;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 1.6s ease-out;
}
.wdm-roadmap.is-visible .wdm-roadmap__svg .rm-progress { stroke-dashoffset: 0; }
.wdm-roadmap__svg .rm-node {
  fill: #fff;
  stroke: var(--wdm-gold-deep, #7d6a48);
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  transition: transform 0.4s ease-out 0.4s;
  transform: scale(0.6);
}
.wdm-roadmap.is-visible .wdm-roadmap__svg .rm-node { transform: scale(1); }
.wdm-roadmap__svg .rm-node-num {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  fill: var(--wdm-gold-deep, #7d6a48);
  text-anchor: middle;
  dominant-baseline: central;
}
.wdm-roadmap__svg .rm-day {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  fill: var(--wdm-text-muted, #888);
  text-anchor: middle;
  text-transform: uppercase;
}
.wdm-roadmap__svg .rm-title {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  fill: var(--wdm-ink, #1d1d1d);
  text-anchor: middle;
}
.wdm-roadmap__svg .rm-desc {
  font-family: var(--font-body);
  font-size: 12px;
  fill: #555;
  text-anchor: middle;
}
/* Roadmap cards are the MOBILE-ONLY fallback for the SVG roadmap. The SVG is the
   primary visual on desktop (>920px); the cards take over below that. The
   week-by-week walkthrough below adds detail on every screen size. */
.wdm-roadmap__cards {
  display: none;
  margin-top: 24px;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.wdm-roadmap__card {
  background: #fff;
  border: 1px solid var(--wdm-border, #e0ddd8);
  border-radius: 6px;
  padding: 18px 20px;
  border-top: 3px solid var(--wdm-gold-deep, #7d6a48);
}
.wdm-roadmap__card-day {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wdm-gold-deep, #7d6a48);
  margin-bottom: 6px;
  display: block;
}
.wdm-roadmap__card-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  line-height: 1.3;
}
.wdm-roadmap__card-desc {
  font-size: 13.5px;
  line-height: 1.5;
  color: #4a4a4a;
  margin: 0;
}
/* On mobile (≤920px) the SVG hides and cards take over (1-col below 520px). */
@media (max-width: 920px) {
  .wdm-roadmap__svg { display: none; }
  .wdm-roadmap__cards { display: grid; grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .wdm-roadmap__cards { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .wdm-roadmap__svg .rm-progress { stroke-dashoffset: 0; transition: none; }
  .wdm-roadmap__svg .rm-node { transform: scale(1); transition: none; }
}

/* ===== Section 36 — Niche pill cloud refinements (extends .wdm-pills) ===== */
.wdm-section .wdm-pills { gap: 10px; flex-wrap: wrap; display: flex; justify-content: center; max-width: 980px; margin: 0 auto; }
.wdm-section .wdm-pill {
  background: #fff;
  border: 1px solid var(--wdm-border, #e0ddd8);
  color: var(--wdm-text, #2a2a2a);
  font-size: 13.5px;
  padding: 8px 14px;
  border-radius: 100px;
  white-space: nowrap;
  font-family: var(--font-body);
  letter-spacing: 0;
  transition: border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
  cursor: default;
}
.wdm-section .wdm-pill:hover {
  border-color: var(--wdm-gold-deep, #7d6a48);
  color: var(--wdm-ink, #1d1d1d);
  transform: translateY(-1px);
}

/* ===== Section 37 — Atom > Pillar hub link card ===== */
.wdm-pillar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, #f7f5f2 0%, #f0ede6 100%);
  border: 1px solid var(--wdm-border, #e0ddd8);
  border-left: 4px solid var(--wdm-gold-deep, #7d6a48);
  border-radius: 6px;
  padding: 22px 28px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  max-width: 1080px;
  margin: 0 auto;
}
.wdm-pillar-link:hover {
  transform: translateY(-1px);
  border-color: var(--wdm-gold-deep, #7d6a48);
  box-shadow: 0 4px 18px rgba(125, 106, 72, 0.10);
}
.wdm-pillar-link__meta { flex: 1; min-width: 0; }
.wdm-pillar-link__eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wdm-gold-deep, #7d6a48);
  display: block;
  margin-bottom: 4px;
}
.wdm-pillar-link__title {
  display: block;
  font-size: 19px;
  font-weight: 600;
  color: var(--wdm-ink, #1d1d1d);
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-bottom: 4px;
}
.wdm-pillar-link__desc {
  display: block;
  font-size: 14px;
  color: var(--wdm-text-muted, #555);
  line-height: 1.55;
  max-width: 70ch;
}
.wdm-pillar-link__cta {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wdm-gold-deep, #7d6a48);
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
}
@media (max-width: 720px) {
  .wdm-pillar-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 22px;
  }
  .wdm-pillar-link__cta { align-self: flex-end; }
}

/* ===== Section 38 — Outcome trajectory chart (animated SVG line) ===== */
.wdm-trajectory {
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--wdm-border, #e0ddd8);
  border-top: 3px solid var(--wdm-gold-deep, #7d6a48);
  border-radius: 6px;
  padding: 32px 36px 26px;
  position: relative;
}
.wdm-trajectory__head {
  margin-bottom: 18px;
}
.wdm-trajectory__eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wdm-gold-deep, #7d6a48);
  display: block;
  margin-bottom: 4px;
}
.wdm-trajectory__title {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 0 0 6px;
  line-height: 1.2;
}
.wdm-trajectory__sub {
  font-size: 14px;
  color: var(--wdm-text-muted, #555);
  margin: 0;
  max-width: 64ch;
}
.wdm-trajectory__svg {
  width: 100%;
  height: auto;
  max-height: 280px;
  display: block;
  margin-top: 16px;
}
.wdm-trajectory__svg .tj-axis { stroke: #cfcabc; stroke-width: 1; }
.wdm-trajectory__svg .tj-grid { stroke: #ede9df; stroke-width: 1; stroke-dasharray: 2 4; }
.wdm-trajectory__svg .tj-label {
  font-family: var(--font-mono);
  font-size: 11px;
  fill: #888;
}
.wdm-trajectory__svg .tj-area {
  fill: url(#tj-grad);
  opacity: 0;
  transition: opacity 0.6s ease 1s;
}
.wdm-trajectory.is-visible .wdm-trajectory__svg .tj-area { opacity: 1; }
.wdm-trajectory__svg .tj-line {
  fill: none;
  stroke: var(--wdm-gold-deep, #7d6a48);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  transition: stroke-dashoffset 1.8s ease-out;
}
.wdm-trajectory.is-visible .wdm-trajectory__svg .tj-line { stroke-dashoffset: 0; }
.wdm-trajectory__svg .tj-dot {
  fill: var(--wdm-gold-deep, #7d6a48);
  r: 0;
  transition: r 0.4s ease-out 1.2s;
}
.wdm-trajectory.is-visible .wdm-trajectory__svg .tj-dot { r: 4; }
.wdm-trajectory__svg .tj-callout {
  font-family: var(--font-mono);
  font-size: 10px;
  fill: var(--wdm-ink, #1d1d1d);
  text-anchor: middle;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.4s ease 1.6s;
}
.wdm-trajectory.is-visible .wdm-trajectory__svg .tj-callout { opacity: 1; }
.wdm-trajectory__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--wdm-text-muted, #666);
  border-top: 1px solid #eee;
  padding-top: 12px;
}
.wdm-trajectory__legend strong {
  color: var(--wdm-ink, #1d1d1d);
  font-weight: 700;
  margin-right: 6px;
  font-size: 13px;
}
@media (max-width: 720px) {
  .wdm-trajectory { padding: 24px 22px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .wdm-trajectory__svg .tj-line { stroke-dashoffset: 0; transition: none; }
  .wdm-trajectory__svg .tj-dot { r: 4; transition: none; }
  .wdm-trajectory__svg .tj-area, .wdm-trajectory__svg .tj-callout { opacity: 1; transition: none; }
}

/* ===== Section 39 — Lead magnet block ===== */
.wdm-magnet {
  display: flex;
  align-items: center;
  gap: 32px;
  background: linear-gradient(135deg, #1a1d1e 0%, #2a2e2f 100%);
  border-radius: 8px;
  padding: 36px 40px;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.wdm-magnet::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -10%;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(125, 106, 72, 0.18), transparent 70%);
  pointer-events: none;
}
.wdm-magnet__cover {
  flex-shrink: 0;
  width: 140px;
  height: 180px;
  background: var(--wdm-cream, #f5f5f3);
  border-radius: 4px;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(125, 106, 72, 0.4);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 14px;
}
.wdm-magnet__cover::after {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 8px;
  background: var(--wdm-gold-deep, #7d6a48);
}
.wdm-magnet__cover-eyebrow {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wdm-gold-deep, #7d6a48);
  font-weight: 700;
  margin-bottom: 8px;
}
.wdm-magnet__cover-title {
  font-family: var(--font-display);
  font-size: 13px;
  line-height: 1.2;
  color: var(--wdm-ink, #1d1d1d);
  font-weight: 700;
  margin-bottom: 10px;
}
.wdm-magnet__cover-pages {
  font-family: var(--font-mono);
  font-size: 8.5px;
  color: #888;
  margin-top: auto;
  letter-spacing: 0.08em;
}
.wdm-magnet__body { flex: 1; min-width: 0; color: #fff; position: relative; z-index: 1; }
.wdm-magnet__eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wdm-gold, #c4964a);
  margin-bottom: 12px;
  display: block;
}
.wdm-magnet__title {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #fff;
  margin: 0 0 12px;
}
.wdm-magnet__desc {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84);
  margin: 0 0 18px;
  max-width: 56ch;
}
.wdm-magnet__form {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: stretch;
}
.wdm-magnet__form input[type="email"] {
  flex: 1;
  min-width: 220px;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 14px;
  font-family: var(--font-body);
}
.wdm-magnet__form input[type="email"]::placeholder { color: rgba(255, 255, 255, 0.5); }
.wdm-magnet__form input[type="email"]:focus {
  outline: none;
  border-color: var(--wdm-gold, #c4964a);
  background: rgba(255, 255, 255, 0.10);
}
.wdm-magnet__cta {
  background: var(--wdm-gold, #c4964a);
  color: var(--wdm-ink, #1d1d1d) !important;
  border: 1px solid var(--wdm-gold, #c4964a);
  padding: 12px 22px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none !important;
  transition: background 0.2s ease, transform 0.2s ease;
}
.wdm-magnet__cta:hover { background: #d6a85c !important; transform: translateY(-1px); border-color: #d6a85c !important; }
.wdm-magnet__small {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  margin: 12px 0 0;
}
@media (max-width: 760px) {
  .wdm-magnet { flex-direction: column; align-items: flex-start; gap: 22px; padding: 28px 24px; }
  .wdm-magnet__cover { width: 110px; height: 142px; }
}

/* ===== Section 40 — Multi-image illustration band ===== */
.wdm-illustrations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}
.wdm-illustration {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  overflow: hidden;
  background: var(--wdm-cream, #f5f5f3);
  border: 1px solid var(--wdm-border, #e0ddd8);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wdm-illustration:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.wdm-illustration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.wdm-illustration:hover img { transform: scale(1.05); }
.wdm-illustration__caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 14px 16px 12px;
  background: linear-gradient(180deg, transparent 0%, rgba(26, 29, 30, 0.78) 100%);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 760px) {
  .wdm-illustrations { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}
@media (max-width: 460px) {
  .wdm-illustrations { grid-template-columns: 1fr; }
}

/* ===== Section 41 — 3-tier pricing comparison table ===== */
.wdm-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
  align-items: stretch;
}
.wdm-tier {
  background: #fff;
  border: 1px solid var(--wdm-border, #e0ddd8);
  border-radius: 6px;
  padding: 28px 26px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.wdm-tier:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(29, 29, 29, 0.06); border-color: var(--wdm-gold-deep, #7d6a48); }
.wdm-tier::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--wdm-border, #e0ddd8);
  border-radius: 6px 6px 0 0;
}
.wdm-tier--featured {
  border-color: var(--wdm-gold-deep, #7d6a48);
  box-shadow: 0 12px 28px rgba(125, 106, 72, 0.10);
  transform: translateY(-4px);
}
.wdm-tier--featured::before { background: var(--wdm-gold-deep, #7d6a48); height: 4px; }
.wdm-tier--featured .wdm-tier__badge { display: inline-block; }
.wdm-tier__badge {
  display: none;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--wdm-gold-deep, #7d6a48);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 3px;
  white-space: nowrap;
}
.wdm-tier__name {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wdm-gold-deep, #7d6a48);
  font-weight: 700;
  margin-bottom: 10px;
}
.wdm-tier__price {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.1;
  color: var(--wdm-ink, #1d1d1d);
  margin: 0 0 4px;
}
.wdm-tier__price-suffix {
  font-size: 13px;
  color: var(--wdm-text-muted, #666);
  margin-bottom: 18px;
  font-weight: 500;
}
.wdm-tier__head-note {
  font-size: 13.5px;
  color: var(--wdm-text-muted, #555);
  line-height: 1.5;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--wdm-border, #ede9df);
}
.wdm-tier__list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 10px;
}
.wdm-tier__list li {
  font-size: 13.5px;
  line-height: 1.55;
  padding-left: 24px;
  position: relative;
  color: var(--wdm-text, #2a2a2a);
}
.wdm-tier__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(125, 106, 72, 0.12);
  color: var(--wdm-gold-deep, #7d6a48);
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}
.wdm-tier__list li strong { font-weight: 600; color: var(--wdm-ink, #1d1d1d); }
.wdm-tier__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  border: 1px solid var(--wdm-ink, #1d1d1d);
  color: var(--wdm-ink, #1d1d1d) !important;
  padding: 12px 18px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}
.wdm-tier__cta:hover { background: var(--wdm-ink, #1d1d1d); color: #fff !important; }
.wdm-tier--featured .wdm-tier__cta {
  background: var(--wdm-ink, #1d1d1d);
  color: #fff !important;
}
.wdm-tier--featured .wdm-tier__cta:hover {
  background: var(--wdm-gold-deep, #7d6a48);
  border-color: var(--wdm-gold-deep, #7d6a48);
}
@media (max-width: 920px) {
  .wdm-tiers { grid-template-columns: 1fr; gap: 24px; }
  .wdm-tier--featured { transform: none; }
}

/* ===== Section 42 — Deliverables stack ("what you walk away with") ===== */
.wdm-deliverables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
}
.wdm-deliv {
  background: #fff;
  border: 1px solid var(--wdm-border, #e0ddd8);
  border-left: 3px solid var(--wdm-gold-deep, #7d6a48);
  border-radius: 4px;
  padding: 18px 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.wdm-deliv__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: rgba(125, 106, 72, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wdm-gold-deep, #7d6a48);
  font-family: var(--font-mono, monospace);
  font-size: 13px;
  font-weight: 700;
}
.wdm-deliv__body { flex: 1; min-width: 0; }
.wdm-deliv__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--wdm-ink, #1d1d1d);
  margin: 0 0 4px;
  line-height: 1.3;
}
.wdm-deliv__desc {
  font-size: 13.5px;
  color: var(--wdm-text-muted, #555);
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 720px) {
  .wdm-deliverables { grid-template-columns: 1fr; }
}

/* ===== Section 43 — Deliverable mockup cards (what lands each week) ===== */
.wdm-mockups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}
.wdm-mockup {
  background: #fff;
  border: 1px solid var(--wdm-border, #e0ddd8);
  border-radius: 6px;
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}
.wdm-mockup:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(29, 29, 29, 0.06); }
.wdm-mockup__sample {
  background: var(--wdm-cream, #f7f5f2);
  border: 1px solid var(--wdm-border, #e0ddd8);
  border-radius: 4px;
  padding: 14px 16px;
  margin-bottom: 16px;
  position: relative;
  min-height: 100px;
}
.wdm-mockup__sample-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--wdm-border, #e0ddd8);
}
.wdm-mockup__sample-eyebrow {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wdm-gold-deep, #7d6a48);
  font-weight: 700;
}
.wdm-mockup__sample-meta {
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--wdm-text-muted, #888);
  letter-spacing: 0.06em;
}
.wdm-mockup__sample-rows { display: grid; gap: 5px; }
.wdm-mockup__sample-row {
  height: 6px;
  background: var(--wdm-border, #e0ddd8);
  border-radius: 2px;
}
.wdm-mockup__sample-row:nth-child(1) { width: 80%; background: rgba(125, 106, 72, 0.35); }
.wdm-mockup__sample-row:nth-child(2) { width: 60%; }
.wdm-mockup__sample-row:nth-child(3) { width: 92%; }
.wdm-mockup__sample-row:nth-child(4) { width: 40%; background: rgba(125, 106, 72, 0.25); }
.wdm-mockup__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--wdm-ink, #1d1d1d);
  margin: 0 0 6px;
  letter-spacing: -0.005em;
  line-height: 1.3;
}
.wdm-mockup__desc {
  font-size: 13.5px;
  color: var(--wdm-text-muted, #555);
  line-height: 1.55;
  margin: 0 0 12px;
  flex: 1;
}
.wdm-mockup__tag {
  display: inline-block;
  background: rgba(125, 106, 72, 0.10);
  color: var(--wdm-gold-deep, #7d6a48);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 3px;
  align-self: flex-start;
}
@media (max-width: 920px) { .wdm-mockups { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .wdm-mockups { grid-template-columns: 1fr; } }

/* ===== Section 44 — Velocity selector (move at your pace) ===== */
.wdm-velocity {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
}
.wdm-vel {
  background: #fff;
  border: 1px solid var(--wdm-border, #e0ddd8);
  border-radius: 6px;
  padding: 26px 24px 22px;
  position: relative;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.wdm-vel:hover { border-color: var(--wdm-gold-deep, #7d6a48); transform: translateY(-2px); box-shadow: 0 10px 24px rgba(125, 106, 72, 0.08); }
.wdm-vel__cycle {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wdm-gold-deep, #7d6a48);
  font-weight: 700;
  margin-bottom: 10px;
}
.wdm-vel__name {
  font-size: 22px;
  font-weight: 700;
  color: var(--wdm-ink, #1d1d1d);
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin: 0 0 10px;
}
.wdm-vel__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(125, 106, 72, 0.10);
  color: var(--wdm-gold-deep, #7d6a48);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.10em;
  padding: 4px 10px;
  border-radius: 100px;
  font-weight: 600;
  margin-bottom: 14px;
}
.wdm-vel__desc {
  font-size: 14px;
  color: var(--wdm-text-muted, #555);
  line-height: 1.55;
  margin: 0 0 16px;
}
.wdm-vel__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--wdm-border, #ede9df);
  padding-top: 14px;
}
.wdm-vel__list li {
  font-size: 12.5px;
  color: var(--wdm-text, #2a2a2a);
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  align-items: baseline;
}
.wdm-vel__list li strong {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wdm-text-muted, #888);
  font-weight: 600;
}
@media (max-width: 920px) {
  .wdm-velocity { grid-template-columns: 1fr; gap: 12px; }
  .wdm-vel__list li { grid-template-columns: 90px 1fr; }
}

/* ===== Section 45 — Week-by-week process walkthrough ===== */
.wdm-weeks {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.wdm-weeks::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 14px;
  bottom: 14px;
  width: 2px;
  background: linear-gradient(180deg, var(--wdm-gold-deep, #7d6a48) 0%, rgba(125, 106, 72, 0.18) 100%);
}
.wdm-week {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  margin-bottom: 28px;
  position: relative;
}
.wdm-week:last-child { margin-bottom: 0; }
.wdm-week__num {
  width: 56px;
  height: 56px;
  background: #fff;
  border: 2px solid var(--wdm-gold-deep, #7d6a48);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--wdm-gold-deep, #7d6a48);
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.15;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.wdm-week__body {
  background: #fff;
  border: 1px solid var(--wdm-border, #e0ddd8);
  border-radius: 6px;
  padding: 18px 22px;
}
.wdm-week__title {
  font-size: 17px;
  font-weight: 600;
  color: var(--wdm-ink, #1d1d1d);
  margin: 0 0 6px;
  line-height: 1.3;
}
.wdm-week__desc {
  font-size: 14px;
  color: var(--wdm-text, #2a2a2a);
  line-height: 1.55;
  margin: 0;
}
.wdm-week__tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wdm-text-muted, #888);
  margin-top: 8px;
  font-weight: 600;
}
@media (max-width: 540px) {
  .wdm-weeks::before { left: 22px; }
  .wdm-week { grid-template-columns: 44px 1fr; gap: 14px; }
  .wdm-week__num { width: 44px; height: 44px; font-size: 10px; }
}
