/* CareerComms global.css — consolidated 2026-07-18 from WPCode 1252 + 1408 + 1368 */

/* ═══ DESIGN TOKENS (was snippet 1252) ═══ */
/* ============================================================
   CAREERCOMMS BRAND TOKENS — SINGLE SOURCE OF TRUTH
   ============================================================
   Edit fonts and brand colours HERE and only here.
   Pages should reference the variables below instead of
   hardcoding font names or hex values.

   FONTS      --f  display headings   --l  body text   --m  mono labels
   Aliases    --cc-display / --cc-body / --cc-mono (same values)
   COLOURS    --blue --orange --green --purple --amber --teal --seoul
              each with a -light tint · neutrals --ink --dark --mid --rule

   TOOL ACCENT MAP (keep consistent everywhere):
   Values Test=amber · Mission&Vision=purple · Resume Radar=blue
   Interview Strategy=orange · Copy Checker=green · Mic Check=teal

   KNOWN DEBT (July 2026): pages still hardcode Nunito and
   Plus Jakarta Sans in per-page <style> blocks while these tokens
   say Manrope. When editing any page, replace hardcoded
   font-family values with var(--f)/var(--l)/var(--m).
   Facts (years, tool counts) have shortcodes — see snippet
   "CareerComms Fact Shortcodes": [cc_toolcount] [cc_years_hanyang]
   [cc_years_korea] [cc_coursecount]
   ============================================================ */

/*
 * CareerComms — Unified Design Token File
 * Version: May 2026
 *
 * PURPOSE: Unifies Manrope font and brand colours across all pages.
 * CONTAINS: Tokens and global overrides only — no page-specific layout.
 */

/* ── GOOGLE FONTS ── */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=DM+Mono:wght@400;500&display=swap');

/* ── CSS CUSTOM PROPERTIES ── */
:root {
  --f: 'Manrope', system-ui, sans-serif;
  --l: 'Manrope', system-ui, sans-serif;
  --m: 'DM Mono', 'Courier New', monospace;
  --blue:         #1a56db;
  --blue-dark:    #1240a8;
  --blue-light:   #eef2ff;
  --orange:       #ea580c;
  --orange-light: #fff7ed;
  --green:        #16a34a;
  --green-light:  #f0fdf4;
  --purple:       #7c3aed;
  --purple-light: #f5f3ff;
  --amber:        #d97706;
  --amber-light:  #fffbeb;
  --teal:         #0d9488;
  --teal-light:   #f0fdfa;
  --seoul:        #c0392b;
  --ink:          #0f1117;
  --dark:         #111214;
  --dark-2:       #181b1f;
  --soft:         #1a202c;
  --mid:          #f5f5f7;
  --rule:         #e2e8f0;
  --white:        #ffffff;
  --container:    1160px;
  --section-pad:  52px;
  --grid-gap:     14px;
  --radius-card:  12px;
  --radius-pill:  100px;
  --global-font-family: 'Manrope', system-ui, sans-serif;
  --global-heading-font-family: 'Manrope', system-ui, sans-serif;
  --global-palette1: #1a56db;
  --global-palette2: #1240a8;
  --global-palette3: #0f1117;
  --global-palette4: #1a202c;
  --global-palette5: #f5f5f7;
  --global-palette6: #e2e8f0;
  --global-palette7: #ffffff;
  --global-palette8: #111214;

  /* semantic aliases — same values, clearer names */
  --cc-display: var(--f);
  --cc-body: var(--l);
  --cc-mono: var(--m);
  --cc-accent-values: var(--amber);
  --cc-accent-mission: var(--purple);
  --cc-accent-resume: var(--blue);
  --cc-accent-interview: var(--orange);
  --cc-accent-copy: var(--green);
  --cc-accent-mic: var(--teal);
}

/* ── BODY ── */
body, .entry-content, .site-content, .kadence-column, .wp-block-group {
  font-family: var(--l) !important;
  color: var(--soft);
  line-height: 1.75;
}

/* ── HEADINGS ── */
h1, h2, h3, h4, h5, h6,
.entry-title, .page-title, .wp-block-heading,
.kadence-advanced-heading, .kt-adv-heading {
  font-family: var(--f) !important;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

/* ── PARAGRAPHS ── */
p, .wp-block-paragraph {
  font-family: var(--l) !important;
  color: var(--soft);
  line-height: 1.75;
}

/* ── NAV ── */
.main-navigation a, .kadence-navigation a,
.site-header a, #masthead a, .header-navigation a {
  font-family: var(--f) !important;
}

/* ── BUTTONS — pill shape, no exceptions ── */
.wp-block-button__link, .kb-btn, .kadence-button,
button, input[type="submit"], .btn,
.wpcf7-submit, .wpforms-submit {
  font-family: var(--f) !important;
  border-radius: var(--radius-pill) !important;
  font-weight: 700 !important;
}

/* ── PRIMARY BUTTON COLOUR ── */
.wp-block-button:not(.is-style-outline) .wp-block-button__link,
.kb-btn.kb-btn-primary, .kadence-button.button-primary {
  background-color: var(--blue) !important;
  border-color: var(--blue) !important;
  color: var(--white) !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.kb-btn.kb-btn-primary:hover, .kadence-button.button-primary:hover {
  background-color: var(--blue-dark) !important;
  border-color: var(--blue-dark) !important;
}

/* ── LINKS ── */
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dark); }

/* ── LABEL PILLS (grey badges on light backgrounds) ── */
.pill-label, .service-price, .tool-badge, .pricing-item-range {
  font-family: var(--f) !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--soft) !important;
  background: var(--mid);
  border: 1px solid var(--rule);
  border-radius: var(--radius-pill);
  padding: 6px 14px;
}

/* ── DM MONO LABELS ── */
.post-meta, .entry-meta, .wp-block-post-date,
.wp-block-post-author-name, .category-label,
.tag-label, time, .mono {
  font-family: var(--m) !important;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ── FORMS ── */
input, textarea, select,
.wpcf7-form-control,
.wpforms-field-container input,
.wpforms-field-container textarea {
  font-family: var(--l) !important;
  border-radius: 8px !important;
}

/* ── WPFORMS SUBMIT ── */
.wpforms-submit-container .wpforms-submit {
  background-color: var(--blue) !important;
  border-color: var(--blue) !important;
  color: var(--white) !important;
  border-radius: var(--radius-pill) !important;
  font-family: var(--f) !important;
  font-weight: 700 !important;
  padding: 12px 28px !important;
}

/* ── BREADCRUMBS ── */
.yoast-breadcrumb, .breadcrumb-trail {
  font-family: var(--m) !important;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

/* ── BLOG CARDS ── */
.wp-block-post-title a, .entry-title a {
  font-family: var(--f) !important;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.015em;
}
.wp-block-post-excerpt, .entry-summary {
  font-family: var(--l) !important;
  color: var(--soft);
  line-height: 1.75;
}

/* ── KADENCE HEADER ── */
.site-header, #masthead { font-family: var(--f) !important; }
.kt-info-box-title, .kt-blocks-info-box-title {
  font-family: var(--f) !important;
  font-weight: 700;
  color: var(--ink);
}

/* ── HIDE KADENCE HEADER + FOOTER ON CUSTOM PAGES ── */
.page-id-100 #masthead,
.page-id-100 .site-header,
.page-id-100 .site-footer,
.page-id-100 footer.site-footer,
.page-id-1119 #masthead,
.page-id-1119 .site-header,
.page-id-1119 .site-footer,
.page-id-1119 footer.site-footer,
.page-id-143 #masthead,
.page-id-143 .site-header,
.page-id-143 .site-footer,
.page-id-143 footer.site-footer {
  display: none !important;
}

/* Remove top padding on custom pages (since no fixed WP header) */
.page-id-100 .site,
.page-id-100 .content-area,
.page-id-1119 .site,
.page-id-1119 .content-area,
.page-id-143 .site,
.page-id-143 .content-area {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* ── BUTTON TEXT VISIBILITY FIX ── */
a.btn, .btn, a.btn-primary, button.btn-primary,
a.btn-white, a.btn-dark, a.btn-outline, a.btn-ghost {
  color: inherit !important;
}
a.btn-primary, button.btn-primary { color: #ffffff !important; }
a.btn-white, button.btn-white { color: var(--black) !important; }
a.btn-dark, button.btn-dark { color: #ffffff !important; }
a.btn-outline, button.btn-outline { color: rgba(255,255,255,0.88) !important; }
a.btn-ghost, button.btn-ghost { color: rgba(255,255,255,0.82) !important; }

/* ── TESTIMONIALS — TIGHTER + MORE READABLE ── */
.section-dark .testimonials-grid { gap: 18px; }
.testi-card { padding: 20px 22px; gap: 12px; }
.testi-quote {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.97) !important;
  line-height: 1.65;
}
.testi-quote::before {
  font-size: 1.5rem;
  vertical-align: -0.5rem;
  margin-right: 2px;
}
.testi-name { color: #ffffff !important; font-size: 0.82rem; font-weight: 600; }
.testi-role { color: rgba(255,255,255,0.72) !important; font-size: 0.78rem; }
.section-dark[style*="padding-top: 0"] { padding-bottom: 40px !important; }


/* ── NAV LINK COLOR — WHITE FOR CONTRAST ── */
#site-navigation .menu-item > a,
.main-navigation .nav-menu > li > a,
.kadence-navigation .menu > li > a,
header .main-navigation li > a,
.site-header nav li a,
header nav a {
  color: rgba(255,255,255,0.92) !important;
}
#site-navigation .menu-item > a:hover,
.main-navigation .nav-menu > li > a:hover,
header nav a:hover {
  color: #ffffff !important;
  opacity: 1;
}

/* ── STATEMENT SECTION SUBTEXT CONTRAST ── */
.statement-sub, .section-dark p, .section-dark .statement-sub {
  color: rgba(255,255,255,0.78) !important;
}

/* ── NEWSLETTER BAND BODY TEXT ── */
.newsletter-sub {
  color: rgba(255,255,255,0.84) !important;
}

/* ── SECTION TITLE ON DARK BG ── */
.section-dark .section-title {
  color: #ffffff !important;
}


/* ── NAV — DARK BACKGROUND SO WHITE TEXT READS ── */
#masthead.site-header,
.site-header {
  background: rgba(12, 14, 19, 0.96) !important;
  backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid rgba(255,255,255,0.07) !important;
}
/* Ensure nav row inherits dark bg */
.site-header .site-header-row,
.site-header .header-row,
.header-desktop-row {
  background: transparent !important;
}
/* Logo / brand name — keep white */
.site-header .brand,
.site-header .site-branding a,
.site-header .nav-mark {
  color: #ffffff !important;
}


/* ── HIDE KADENCE PAGE TITLE ON CUSTOM PAGES ── */
.page-id-143 .entry-header.page-title,
.page-id-143 .entry-header,
.page-id-1119 .entry-header.page-title,
.page-id-1119 .entry-header,
.page-id-100 .entry-header.page-title,
.page-id-100 .entry-header {
  display: none !important;
}
/* Also kill any extra padding/margin above the content on these pages */
.page-id-143 .entry-content,
.page-id-1119 .entry-content,
.page-id-100 .entry-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* ── BTN-OUTLINE — VISIBLE BORDER + CORRECT TEXT ── */
a.btn-outline, button.btn-outline, .btn-outline {
  border: 2px solid rgba(255,255,255,0.55) !important;
  color: rgba(255,255,255,0.88) !important;
  background: transparent !important;
}
a.btn-outline:hover, button.btn-outline:hover {
  border-color: rgba(255,255,255,0.9) !important;
  color: #ffffff !important;
}


/* ── HIDE KADENCE HEADER + FOOTER ON BLOG POST DEMO PAGE ── */
.page-id-1263 #masthead, .page-id-1263 .site-header, .page-id-1263 .site-footer,
.page-id-1263 footer.site-footer, .page-id-1263 .entry-header {
  display: none !important;
}
.page-id-1263 .site, .page-id-1263 .content-area, .page-id-1263 .entry-content {
  padding-top: 0 !important; margin-top: 0 !important;
}


/* Hide Kadence header+footer on tool landing page template (page 1266) */
.page-id-1266 #masthead, .page-id-1266 .site-header,
.page-id-1266 .site-footer, .page-id-1266 footer.site-footer { display: none !important; }
.page-id-1266 .entry-header { display: none !important; }
.page-id-1266 .site, .page-id-1266 .content-area, .page-id-1266 .entry-content {
  padding-top: 0 !important; margin-top: 0 !important;
}

/* Hide Jetpack share widget on all custom full-page templates */
.page-id-100 .sharedaddy, .page-id-1119 .sharedaddy,
.page-id-143 .sharedaddy, .page-id-1263 .sharedaddy,
.page-id-1266 .sharedaddy { display: none !important; }

/* ── WPForms dark-theme styling for contact section ── */
.contact-section .wpforms-container {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px; padding: 32px;
}
.contact-section .wpforms-field-label,
.contact-section .wpforms-field-label-inline {
  font-family: 'DM Mono','Courier New',monospace !important;
  font-size: 0.65rem !important; letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.72) !important; margin-bottom: 8px !important;
}
.contact-section .wpforms-form input[type="text"],
.contact-section .wpforms-form input[type="email"],
.contact-section .wpforms-form input[type="tel"],
.contact-section .wpforms-form textarea,
.contact-section .wpforms-form select {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  border-radius: 8px !important; padding: 12px 16px !important;
  color: #ffffff !important;
  font-family: 'Manrope',system-ui,sans-serif !important;
  font-size: 0.92rem !important; width: 100% !important;
  transition: border-color 0.2s !important;
}
.contact-section .wpforms-form input[type="text"]:focus,
.contact-section .wpforms-form input[type="email"]:focus,
.contact-section .wpforms-form input[type="tel"]:focus,
.contact-section .wpforms-form textarea:focus,
.contact-section .wpforms-form select:focus {
  border-color: rgba(255,255,255,0.4) !important; outline: none !important;
}
.contact-section .wpforms-form input::placeholder,
.contact-section .wpforms-form textarea::placeholder {
  color: rgba(255,255,255,0.32) !important;
}
.contact-section .wpforms-form select option {
  background: #181b1f; color: #ffffff;
}
.contact-section .wpforms-field { margin-bottom: 18px !important; }
.contact-section .wpforms-required-label { color: rgba(255,255,255,0.45) !important; }
.contact-section .wpforms-field-description { color: rgba(255,255,255,0.55) !important; font-size: 0.8rem !important; }
.contact-section .wpforms-error { color: #fca5a5 !important; font-size: 0.78rem !important; }
.contact-section .wpforms-submit-container { text-align: left !important; }
.contact-section .wpforms-submit {
  background: #1a56db !important; color: #ffffff !important;
  border: none !important; border-radius: 100px !important;
  padding: 14px 32px !important;
  font-family: 'Manrope',system-ui,sans-serif !important;
  font-size: 0.9rem !important; font-weight: 800 !important;
  letter-spacing: 0.01em !important; cursor: pointer !important;
  transition: background 0.2s, transform 0.15s !important;
}
.contact-section .wpforms-submit:hover {
  background: #2563eb !important; transform: translateY(-2px) !important;
}
.contact-section .wpforms-confirmation-container-full,
.contact-section .wpforms-confirmation-container {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  border-radius: 10px !important; padding: 24px !important;
  color: rgba(255,255,255,0.92) !important;
  font-family: 'Manrope',system-ui,sans-serif !important;
}

/* Hide orphaned WPForms field_4 (not in builder, garbled label) */
#wpforms-116-field_4-container { display: none !important; }
/* Organisation field — remove required star since it's optional */
#wpforms-116-field_8-container .wpforms-required-label { display: none !important; }

/* ═══════════════════════════════════════════════════════════════════
   TEXT READABILITY — Dark Section White Text Overrides (May 2026)
   Kadence global heading colour (#0f1117) can override custom-page CSS
   that lacks !important. These rules guarantee correct contrast on all
   dark-background sections site-wide.
   ═══════════════════════════════════════════════════════════════════ */

/* Custom-page dark hero sections */
.hero h1, .hero h2, .hero h3, .hero h4,
.hero p, .hero-title, .hero-sub, .hero-eyebrow,
.tools-hero h1, .tools-hero h2, .tools-hero p, .tools-hero .hero-eyebrow,
.contact-hero h1, .contact-hero h2, .contact-hero p, .contact-hero .hero-eyebrow,
.tool-hero h1, .tool-hero h2, .tool-hero p, .tool-hero .hero-eyebrow,
.briefing-hero h1, .briefing-hero h2, .briefing-hero p,
.page-hero h1, .page-hero h2, .page-hero p {
  color: #ffffff !important;
}

/* Italic accent colour inside hero h1 */
.hero h1 em, .tools-hero h1 em, .tool-hero h1 em,
.briefing-hero h1 em { color: #6ea8fe !important; }

/* Hero credential pills and muted spans */
.hero-cred, .hero-creds span { color: rgba(255,255,255,0.88) !important; }

/* Dark intro / section headings on custom pages */
.tools-section-header h2, .tools-section-header p,
.services-intro h2, .services-intro p,
.social-proof-header h2, .social-proof-header p,
.cta-section h2, .cta-section p,
.section-header h2, .section-header p,
.testimonial-name, .testimonial-role,
.tool-why-section h2, .tool-why-section p,
.tool-reading-header h2, .tool-reading-header p {
  color: #ffffff !important;
}

/* Nav bar links on custom pages */
.cc-nav a, .cc-nav .nav-logo, .cc-nav .nav-wordmark {
  color: rgba(255,255,255,0.88) !important;
}
.cc-nav .nav-cta { color: #ffffff !important; }

/* Blog / Briefing index page — page header */
body.blog h1.page-title,
body.blog .archive-header h1,
body.blog .entry-header h1 { color: #ffffff !important; }


/* ═══════════════════════════════════════════════════════════════════
   BRIEFING / BLOG INDEX REBRAND (May 2026)
   Override the blue/indigo Kadence blog archive styling with the
   dark brand system. Targets body.blog (WP's archive page class).
   ═══════════════════════════════════════════════════════════════════ */

/* Page background */
body.blog { background: #111214 !important; }

/* Archive header hero area */
body.blog .archive-header,
body.blog .entry-header,
body.blog .page-header {
  background: #111214 !important;
  padding: 80px 24px 48px !important;
  text-align: center;
}

/* Page title */
body.blog .page-title,
body.blog h1.entry-title {
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  letter-spacing: -0.02em !important;
}

/* Post list container */
body.blog .site-main,
body.blog .content-area,
body.blog .content-wrap {
  background: #111214 !important;
  max-width: 860px !important;
  margin: 0 auto !important;
  padding: 0 24px 80px !important;
}

/* Individual post cards */
body.blog .wp-block-post,
body.blog article.post {
  background: #181b1f !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 12px !important;
  padding: 28px !important;
  margin-bottom: 16px !important;
  transition: border-color 0.2s !important;
}
body.blog .wp-block-post:hover,
body.blog article.post:hover {
  border-color: rgba(26,86,219,0.4) !important;
}

/* Post titles */
body.blog h2.wp-block-post-title,
body.blog .entry-title,
body.blog .wp-block-post-title {
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.3 !important;
  margin-bottom: 8px !important;
}
body.blog h2.wp-block-post-title a,
body.blog .entry-title a,
body.blog .wp-block-post-title a {
  color: #ffffff !important;
  text-decoration: none !important;
}
body.blog h2.wp-block-post-title a:hover,
body.blog .entry-title a:hover,
body.blog .wp-block-post-title a:hover {
  color: #6ea8fe !important;
}

/* Post excerpts */
body.blog .wp-block-post-excerpt p,
body.blog .wp-block-post-excerpt__excerpt,
body.blog .entry-summary {
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-size: 0.9rem !important;
  color: rgba(255,255,255,0.65) !important;
  line-height: 1.65 !important;
}

/* Post dates */
body.blog .wp-block-post-date,
body.blog .post-date, body.blog time {
  font-family: 'DM Mono','Courier New',monospace !important;
  font-size: 0.62rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.4) !important;
  margin-top: 12px !important;
  display: block !important;
}

/* Category labels */
body.blog .wp-block-post-terms,
body.blog .cat-links,
body.blog .category-label {
  font-family: 'DM Mono','Courier New',monospace !important;
  font-size: 0.6rem !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #1a56db !important;
  margin-bottom: 6px !important;
  display: block !important;
}

/* Pagination */
body.blog .wp-block-query-pagination,
body.blog .navigation.pagination {
  display: flex; gap: 8px; justify-content: center;
  padding: 32px 0 !important;
}
body.blog .wp-block-query-pagination a,
body.blog .page-numbers {
  font-family: 'DM Mono','Courier New',monospace !important;
  font-size: 0.72rem !important;
  color: rgba(255,255,255,0.5) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 6px !important;
  padding: 6px 14px !important;
  text-decoration: none !important;
}
body.blog .wp-block-query-pagination a:hover,
body.blog .page-numbers:hover,
body.blog .page-numbers.current {
  background: #1a56db !important;
  border-color: #1a56db !important;
  color: #ffffff !important;
}

/* Sidebar (if any) */
body.blog .widget-area { display: none !important; }


/* ═══════════════════════════════════════════════════════════════════
   CLASSROOM BACK NAVIGATION (May 2026)
   Injected via PHP snippet on category archive pages. CSS only here.
   ═══════════════════════════════════════════════════════════════════ */
.classroom-back-nav {
  background: #111214;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 12px 24px;
  display: flex; align-items: center; gap: 12px;
  font-family: 'DM Mono','Courier New',monospace;
  font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase;
  position: sticky; top: 0; z-index: 200; width: 100%;
}
.classroom-back-link {
  color: rgba(255,255,255,0.72) !important;
  text-decoration: none !important;
  display: inline-flex; align-items: center; gap: 6px;
  transition: color 0.2s;
}
.classroom-back-link:hover { color: #ffffff !important; }
.classroom-back-arrow { font-size: 1rem; line-height: 1; }
.classroom-cat-sep { color: rgba(255,255,255,0.2); }
.classroom-cat-name { color: rgba(255,255,255,0.45); }

/* Category archive page general dark treatment */
body.category {
  background: #111214 !important;
}
body.category .site-main,
body.category .content-area {
  background: #111214 !important;
}
body.category .archive-header h1,
body.category .page-title {
  color: #ffffff !important;
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-weight: 800 !important;
}
body.category article h2.entry-title a,
body.category .entry-title a {
  color: var(--ink) !important;
}
body.category article h2.entry-title a:hover,
body.category .entry-title a:hover { color: #6ea8fe !important; }
body.category .entry-excerpt, body.category .entry-summary {
  color: rgba(255,255,255,0.65) !important;
}

/* ═══════════════════════════════════════════════════════════════════
   PAGE-ID-8 (The Briefing) — Full Dark Theme Fix (May 2026)
   Body class is page.page-id-8, not body.blog
   ═══════════════════════════════════════════════════════════════════ */
body.page-id-8 {
  background: #111214 !important;
}
body.page-id-8 .site-main,
body.page-id-8 .content-area,
body.page-id-8 .content-wrap,
body.page-id-8 .entry-content-wrap,
body.page-id-8 .entry-content {
  background: #111214 !important;
}
/* Hide Kadence page title (we have our own hero h1) */
body.page-id-8 .entry-header,
body.page-id-8 h1.entry-title,
body.page-id-8 .page-title-wrap { display: none !important; }
/* Remove Kadence's default content padding top */
body.page-id-8 .entry-content-wrap { padding-top: 0 !important; margin-top: 0 !important; }
/* Jetpack share button */
body.page-id-8 .sharedaddy { display: none !important; }

/* ── TOOL PAGE HEADING COLOUR FIX ────────────────────────────
   Kadence global h1 colour override wins without !important.
   Applied to all .cc-mh (tool page mini-hero) h1 elements.
   ────────────────────────────────────────────────────────── */
.cc-mh h1 { color: #ffffff !important; }
.cc-mh .cc-sub { color: rgba(255,255,255,0.85) !important; }
.cc-mh .cc-ey { color: rgba(255,255,255,0.78) !important; }
.cc .cc-h2 { color: #0f1117 !important; }
.cc-cta .cc-ctah { color: #ffffff !important; }
.cc-cta .cc-ctas { color: rgba(255,255,255,0.82) !important; }

/* ── Tool Page Breadcrumb Link Colors ── */
/* Fix: .cc-bci links inherit default blue; force white for colored hero backgrounds */
.cc-bci a { color: rgba(255,255,255,.8) !important; text-decoration: none !important; }
.cc-bci a:hover { color: #ffffff !important; text-decoration: underline !important; }
.cc-bci span { color: rgba(255,255,255,.55) !important; }

/* ══════════════════════════════════════════════════════════════
   BRAND BOOK FIX — May 2026 — Full site readability pass
   Rules: white text on dark, dark ink on light, never cross them
   ══════════════════════════════════════════════════════════════ */

/* ── 1. NAV — Pure white links (was #1a56db blue, only 3:1 ratio) ── */
.main-navigation ul li a,
#primary-menu > li > a,
.site-header .main-navigation a,
.site-header nav ul li a {
  color: #ffffff !important;
}
.main-navigation ul li a:hover,
#primary-menu > li > a:hover {
  color: rgba(255,255,255,0.75) !important;
  text-decoration: none !important;
}

/* ── 2. LOGO split: "Career" white / "Comms" blue ── */
.site-title .cc-logo-career { color: #ffffff !important; }
.site-title .cc-logo-comms  { color: #60a5fa !important; }

/* ── 3. SECTION-MID (#f5f5f7 bg) — dark ink, never white ── */
.section-mid .section-title,
.section-mid .section-sub,
.section-mid h1, .section-mid h2,
.section-mid h3, .section-mid h4 {
  color: #0f1117 !important;
}
.section-mid p { color: #4a5568 !important; }
.section-mid .journey-step  { color: #0f1117 !important; }
.section-mid .journey-label { color: rgba(0,0,0,0.45) !important; }
.section-mid .section-label { color: #1a56db !important; }

/* ── 4. SECTION-WHITE (#fff bg) — dark ink, never white ── */
.section-white .section-title,
.section-white .section-sub,
.section-white h1, .section-white h2,
.section-white h3, .section-white h4 {
  color: #0f1117 !important;
}
.section-white p { color: #4a5568 !important; }
.section-white .section-label { color: #1a56db !important; }

/* ── 5. NEWSLETTER — white text on blue bg (#1a56db) ── */
.newsletter-sub,
.newsletter-sub p,
.newsletter-section .section-sub,
.newsletter-section p {
  color: rgba(255,255,255,0.87) !important;
}

/* ── 6. BLOG — post titles white on dark card bg ── */
body.page-id-8 .wp-block-post-title,
body.page-id-8 .wp-block-post-title a,
body.page-id-8 .wp-block-post-title a:visited {
  color: #ffffff !important;
}

/* ── 7. WORK WITH ME — white text on dark contact section ── */
.wwm-heading { color: #ffffff !important; }
.contact-heading { color: #ffffff !important; }
.contact-body,
.contact-response-time { color: rgba(255,255,255,0.75) !important; }

/* ── 8. FOOTER — readable on dark background ── */
.footer-brand-desc,
.footer-col p,
.site-footer p,
.footer-navigation a { color: rgba(255,255,255,0.65) !important; }

/* ── 9. BREADCRUMBS — white on all colored hero backgrounds ── */
.cc-bci a { color: rgba(255,255,255,0.8) !important; text-decoration: none !important; }
.cc-bci a:hover { color: #ffffff !important; text-decoration: underline !important; }
.cc-bci span { color: rgba(255,255,255,0.55) !important; }

/* ── 10. INTERACTION — hover lift on tool cards ── */
.tool-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.tool-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,0.15) !important;
}

/* ── 11. NAV — smooth hover transition ── */
.main-navigation ul li a {
  transition: color 0.15s ease !important;
}

/* ── 12. SITE-TITLE — ensure .site-title itself doesn't override spans ── */
.site-title { color: inherit !important; }


/* ══ HOTFIX May 2026 — Journey strip + Newsletter band contrast ══ */

/* Journey path bar: near-black text on dark bg → force white */
.journey-strip .journey-label {
  color: rgba(255,255,255,0.55) !important;
}
.journey-strip .journey-step {
  color: #ffffff !important;
}
.journey-strip .journey-arrow {
  color: rgba(255,255,255,0.45) !important;
}

/* Newsletter band: gray text on blue → force white */
.newsletter-band .newsletter-sub,
.newsletter-band p,
.newsletter-band .section-sub {
  color: rgba(255,255,255,0.87) !important;
}

/* Section-mid paragraph: ensure dark on light-gray */
.section-mid p,
.section-mid .section-sub {
  color: #1a202c !important;
}

/* Section-white paragraph: ensure dark on white */
.section-white p,
.section-white .section-sub {
  color: #4a5568 !important;
}


/* ══ SPECIFICITY OVERRIDES — May 2026 ══ */
/* Fix: .entry-content p { color: var(--cc-mid) !important } beats .newsletter-sub */
/* Need specificity > 0,1,1 — using 0,2,1 with .newsletter-band p.newsletter-sub */
.newsletter-band p.newsletter-sub,
.newsletter-band p,
.newsletter-band .section-sub,
.newsletter-band .newsletter-sub {
  color: rgba(255,255,255,0.87) !important;
}

/* Fix: journey-strip dark text on dark background */
/* .entry-content p overrides .journey-step — use higher specificity */
.journey-strip span.journey-step,
.journey-strip .journey-step {
  color: #ffffff !important;
}
.journey-strip span.journey-label,
.journey-strip .journey-label {
  color: rgba(255,255,255,0.60) !important;
}

/* ── SECTION-DARK headings — always white ── */
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4 { color: #ffffff !important; }


/* ── STICKY NAV: white links on all pages ── */
.nav-links li,
.nav-links a,
.nav-links a:visited { color: rgba(255,255,255,0.82) !important; }
.nav-links a:hover,
.nav-links a:focus { color: #ffffff !important; }
.nav-logo,
.nav-logo:visited { color: #ffffff !important; }
/* Nav CTA — full white beats .nav-links a (0,2,1 > 0,1,1) */
.nav-links a.nav-cta,
.nav-links a.nav-cta:visited { color: #ffffff !important; }

/* ── FOOTER: readable on dark footer ── */
.footer-links a,
.footer-links a:visited { color: rgba(255,255,255,0.78) !important; }
.footer-links a:hover { color: #ffffff !important; }
.footer-section p.footer-brand-desc,
.footer-inner p.footer-brand-desc { color: rgba(255,255,255,0.72) !important; }

/* ── NEWSLETTER NOTE — readable on blue band ── */
.newsletter-band span.newsletter-note { color: rgba(255,255,255,0.88) !important; }

/* ── TOOL CARD BUTTONS: darken to pass 4.5:1 with white (global) ── */
.tc-amber .tool-btn { background-color: #b45309 !important; }
.tc-orange .tool-btn { background-color: #c2410c !important; }
.tc-green .tool-btn { background-color: #15803d !important; }
.tc-teal .tool-btn { background-color: #0f766e !important; }

/* ── WWM BAND sub text on dark ── */
.wwm-band p.wwm-sub { color: rgba(255,255,255,0.85) !important; }

/* ── TOOL PAGE CTA SUB: bump opacity to pass 4.5:1 on purple bg ── */
.cc-cta p.cc-cta-sub { color: rgba(255,255,255,0.90) !important; }

/* ── TOOL PAGE HERO PILL: dark frosted tint → deep purple bg → white text passes ── */
.cc-pill { background: rgba(0,0,0,0.20) !important; }
.cc-pill-a { color: rgba(255,255,255,1) !important; }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   TOOL PAGE WCAG AA READABILITY — FULL PASS SET
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ── BREADCRUMBS (.cc-bci): pure white on all tool hero backgrounds ── */
.cc-bci a,
.cc-bci a:visited,
.cc-bci span { color: rgba(255,255,255,1.0) !important; }

/* ── INTERVIEW STRATEGY (post-1281): orange-600 #ea580c → orange-700 #c2410c ── */
.post-1281 .cc-mh,
.post-1281 .cc-cta { background-color: #c2410c !important; }
.post-1281 .cc-mh p,
.post-1281 .cc-cta p.cc-cta-sub { color: rgba(255,255,255,0.97) !important; }
.post-1281 .cc-step-n,
.post-1281 .cc-callout-lbl { color: #c2410c !important; }

/* ── COPY CHECKER (post-1282): green-600 #16a34a → green-700 #15803d ── */
.post-1282 .cc-mh,
.post-1282 .cc-cta { background-color: #15803d !important; }
.post-1282 .cc-mh p,
.post-1282 .cc-cta p.cc-cta-sub { color: rgba(255,255,255,0.97) !important; }
.post-1282 .cc-step-n,
.post-1282 .cc-callout-lbl { color: #15803d !important; }

/* ── MIC CHECK (post-1283): amber-600 #d97706 → amber-700 #b45309 ── */
.post-1283 .cc-mh,
.post-1283 .cc-cta { background-color: #b45309 !important; }
.post-1283 .cc-mh p,
.post-1283 .cc-cta p.cc-cta-sub { color: rgba(255,255,255,0.97) !important; }
.post-1283 .cc-step-n,
.post-1283 .cc-callout-lbl { color: #b45309 !important; }

/* ── RELATED TOOL CARDS: darken mid-tone name labels + buttons (inline style overrides) ── */
.cc-related-name[style*="#ea580c"] { color: #c2410c !important; }
.cc-related-name[style*="#16a34a"] { color: #15803d !important; }
.cc-related-name[style*="#d97706"] { color: #b45309 !important; }
.cc-related-btn[style*="#ea580c"] { background-color: #c2410c !important; }
.cc-related-btn[style*="#16a34a"] { background-color: #15803d !important; }
.cc-related-btn[style*="#d97706"] { background-color: #b45309 !important; }

/* ── MISSION & VISION TOOL APP: dark wrapper so light interface text is readable ── */
#mv-mission-vision-root > div:first-child {
  background-color: #0c0e13 !important;
  border-radius: 12px !important;
  padding: 28px 32px !important;
}

/* ━━ HOMEPAGE HERO — BIGGER ━━ */
/* h1 up from 34px → 62px; section padding taller for more presence */
.post-100 section.hero {
  padding-top: 160px !important;
  padding-bottom: 120px !important;
}
.post-100 section.hero h1 {
  font-size: clamp(2.6rem, 5vw, 4rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
}

/* ━━ HOMEPAGE — HIDE CREDENTIALS PARAGRAPH IN "THE CASE" SECTION ━━ */
/* Removes "Published: Career Communications..." from .belief-grid */
.post-100 .belief-grid p:last-child {
  display: none !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* FINAL IMPROVEMENTS — May 2026                  */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ━━ ABOUT PAGE — BRANDED HERO ━━ */
body.page-id-6 .hero-container {
  background-color: var(--ink) !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
body.page-id-6 .entry-header {
  background-color: transparent !important;
}
body.page-id-6 h1.entry-title {
  color: #ffffff !important;
  font-size: clamp(2.4rem, 4.5vw, 3.6rem) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
}

/* ━━ BLOG CARD EXCERPT — LINE CLAMP TO 3 LINES ━━ */
.wp-block-post-excerpt__excerpt {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* ━━ SINGLE POST CATEGORY PILL — SHOW FIRST ONLY ━━ */
.category-links.term-links a:not(:first-of-type),
.category-links.term-links .sep {
  display: none !important;
}

/* ═══ KADENCE HEADER BREAKPOINT (was snippet 1408) ═══ */
/* Fix: Kadence header mobile breakpoint was incorrectly set to 2132px. Corrected to 1025px. */
@media all and (min-width: 1025px) {
  .wp-site-blocks #mobile-header { display: none !important; }
  .wp-site-blocks #main-header { display: block !important; }
}
@media all and (max-width: 1024px) {
  .wp-site-blocks #mobile-header { display: block !important; }
  .wp-site-blocks #main-header { display: none !important; }
}

/* Hide duplicate cc-prefooter on homepage (newsletter already in page content above footer) */
body.home .cc-prefooter {
  display: none !important;
}

/* ═══ GLOBAL ENHANCEMENT CSS (was snippet 1368) ═══ */
/* CareerComms Global Enhancements */

/* ===== Reading Progress Bar ===== */
#cc-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: #0f172a;
  z-index: 99999;
  transition: width 0.1s linear;
}

/* ===== Stats Counter ===== */
.cc-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 3rem 0;
}
.cc-stat-card {
  background: #f8fafc;
  border-radius: 12px;
  padding: 1.25rem 1rem;
  text-align: center;
  border: 1px solid #e2e8f0;
  transition: transform 0.2s, box-shadow 0.2s;
}
.cc-stat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15,23,42,0.1);
}
.cc-stat-icon {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  display: block;
}
.cc-stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.cc-stat-label {
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 500;
}

/* ===== Tool Journey Path ===== */
.cc-journey-wrap {
  margin: 2rem 0;
}
.cc-journey-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  text-align: center;
  margin-bottom: 1.25rem;
}
.cc-journey {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.cc-journey-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease, border-color 0.2s, background 0.2s;
  min-width: 110px;
  max-width: 130px;
  padding: 1rem 0.75rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  background: white;
  text-align: center;
  margin: 0 3px;
}
.cc-journey-node.cc-visible { opacity: 1; transform: translateY(0); }
.cc-journey-node.cc-active { border-color: #0f172a; background: #0f172a; color: white; }
.cc-journey-node:hover:not(.cc-active) { border-color: #0f172a; transform: translateY(-2px); }
.cc-journey-emoji { font-size: 1.5rem; margin-bottom: 0.25rem; line-height: 1; }
.cc-journey-name { font-size: 0.7rem; font-weight: 700; margin-bottom: 0.2rem; color: inherit; }
.cc-journey-desc { font-size: 0.6rem; color: #94a3b8; line-height: 1.3; }
.cc-journey-node.cc-active .cc-journey-name { color: white; }
.cc-journey-node.cc-active .cc-journey-desc { color: #94a3b8; }
.cc-journey-arrow { font-size: 1rem; color: #cbd5e1; flex-shrink: 0; margin: 0 1px; align-self: center; }
.cc-journey-panel {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin-top: 1rem;
  display: none;
  animation: ccFadeIn 0.3s ease;
}
.cc-journey-panel.cc-active { display: block; }
.cc-journey-panel h4 { margin: 0 0 0.5rem; font-size: 1rem; color: #0f172a; }
.cc-journey-panel p { margin: 0 0 0.75rem; font-size: 0.9rem; color: #475569; }
.cc-journey-panel a.cc-btn {
  display: inline-block;
  background: #0f172a;
  color: white;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background 0.2s;
}
.cc-journey-panel a.cc-btn:hover { background: #1e293b; }

/* ===== Framework Callout Boxes ===== */
.cc-callout {
  border-left: 4px solid;
  border-radius: 0 8px 8px 0;
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  animation: ccFadeIn 0.4s ease;
}
.cc-callout-star { background: #eff6ff; border-color: #3b82f6; }
.cc-callout-pillars { background: #f5f3ff; border-color: #8b5cf6; }
.cc-callout-korean { background: #fff7ed; border-color: #f97316; }
.cc-callout-title {
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #0f172a;
}
.cc-callout-footer {
  font-style: italic;
  color: #64748b;
  font-size: 0.85rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(0,0,0,0.07);
}
.cc-star-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0.5rem 0;
}
.cc-star-step {
  background: #3b82f6;
  color: white;
  border-radius: 8px;
  padding: 0.75rem 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.3;
}
.cc-star-step-letter {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.cc-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0.5rem 0;
}
.cc-pillar {
  background: white;
  border: 1px solid #ddd6fe;
  border-radius: 8px;
  padding: 0.75rem;
  text-align: center;
  font-size: 0.85rem;
}
.cc-pillar-name { font-weight: 700; color: #6d28d9; display: block; margin-bottom: 0.25rem; font-size: 0.9rem; }
.cc-korean-terms { margin: 0.5rem 0; }
.cc-korean-terms dt { font-weight: 700; color: #0f172a; margin-top: 0.5rem; font-size: 0.9rem; }
.cc-korean-terms dd { color: #475569; margin-left: 0; font-size: 0.85rem; margin-bottom: 0.25rem; }

/* ===== Hover Reveal Tool Cards ===== */
.cc-tool-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 2rem 0;
}
.cc-tool-card {
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.25rem;
  background: white;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  overflow: hidden;
}
.cc-tool-card:hover {
  border-color: #0f172a;
  box-shadow: 0 8px 24px rgba(15,23,42,0.1);
  transform: translateY(-2px);
}
.cc-tool-card-head { display: flex; align-items: center; gap: 10px; margin-bottom: 0.5rem; }
.cc-tool-card-emoji { font-size: 1.75rem; }
.cc-tool-card-name { font-weight: 700; font-size: 0.95rem; color: #0f172a; }
.cc-tool-card-tag { font-size: 0.8rem; color: #64748b; margin-bottom: 0.75rem; }
.cc-tool-card-reveal { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.cc-tool-card:hover .cc-tool-card-reveal { max-height: 200px; }
.cc-tool-card-bullets { list-style: none; padding: 0; margin: 0 0 0.75rem; }
.cc-tool-card-bullets li { font-size: 0.82rem; color: #475569; padding: 0.2rem 0; padding-left: 1.1rem; position: relative; }
.cc-tool-card-bullets li::before { content: "✓"; position: absolute; left: 0; color: #22c55e; font-weight: 700; }
.cc-tool-card-sample {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  font-size: 0.78rem;
  color: #475569;
  font-family: monospace;
  margin-bottom: 0.75rem;
}
.cc-tool-card a.cc-btn-sm {
  display: inline-block;
  background: #0f172a;
  color: white !important;
  padding: 0.4rem 1rem;
  border-radius: 6px;
  text-decoration: none !important;
  font-size: 0.8rem;
  font-weight: 600;
  transition: background 0.2s;
}
.cc-tool-card a.cc-btn-sm:hover { background: #1e293b; }

/* ===== Animations ===== */
@keyframes ccFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
  .cc-stats-grid { grid-template-columns: 1fr; gap: 12px; }
  .cc-stat-number { font-size: 1.75rem; }
  .cc-star-steps { grid-template-columns: repeat(2, 1fr); }
  .cc-pillars-grid { grid-template-columns: 1fr; }
  .cc-tool-cards { grid-template-columns: 1fr; }
  .cc-journey { flex-direction: column; align-items: center; }
  .cc-journey-node { max-width: 280px; width: 90%; }
  .cc-journey-arrow { transform: rotate(90deg); margin: 3px 0; }
}
@media (max-width: 480px) {
  .cc-stat-number { font-size: 1.5rem; }
}

/* ── Nav Bar Spacing ─────────────────────────────────────── */
.site-main-header-inner-wrap {
  min-height: 100px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.site-header-row-container-inner {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a {
  padding: 0.75em 0.85em !important;
}


/* ── Sticky Header ───────────────────────────────────────── */
#masthead.site-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  background: rgba(12,14,19,0.97) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.06) !important;
  transition: box-shadow .3s ease !important;
}
#masthead.site-header.scrolled {
  box-shadow: 0 4px 24px rgba(0,0,0,0.4) !important;
}

/* ── Active Nav Link ─────────────────────────────────────── */
.main-navigation .primary-menu-container > ul > li.current-menu-item > a,
.main-navigation .primary-menu-container > ul > li.current_page_item > a,
.main-navigation .primary-menu-container > ul > li.cc-nav-active > a {
  color: #60a5fa !important;
  position: relative;
}
.main-navigation .primary-menu-container > ul > li.current-menu-item > a::after,
.main-navigation .primary-menu-container > ul > li.current_page_item > a::after,
.main-navigation .primary-menu-container > ul > li.cc-nav-active > a::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0.85em;
  right: 0.85em;
  height: 2px;
  background: linear-gradient(90deg,#1d4ed8,#60a5fa);
  border-radius: 2px;
}

/* ── Scroll-to-Top Button ────────────────────────────────── */
#cc-top-btn {
  position: fixed;
  bottom: 28px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: #1d4ed8;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  z-index: 9998;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .3s ease, transform .3s ease, background .2s ease;
  box-shadow: 0 4px 16px rgba(29,78,216,0.45);
  pointer-events: none;
}
#cc-top-btn.cc-top-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#cc-top-btn:hover { background: #2563eb; transform: translateY(-2px); }

/* ── Try Another Tool Strip ──────────────────────────────── */
.cc-tool-strip {
  background: #0f172a;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 48px 0;
}
.cc-tool-strip-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.cc-tool-strip h3 {
  color: #f1f5f9;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 8px;
}
.cc-tool-strip p {
  color: #94a3b8;
  font-size: .95rem;
  margin: 0 0 24px;
}
.cc-tool-strip-cards {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.cc-tool-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  color: #e2e8f0;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 500;
  transition: all .22s ease;
}
.cc-tool-link:hover {
  background: rgba(29,78,216,.2);
  border-color: rgba(59,130,246,.5);
  color: #fff;
  transform: translateY(-2px);
  text-decoration: none;
}
.cc-tool-link .cc-tl-icon { font-size: 1.1em; }


/* ── Footer Enhancement ──────────────────────────────────── */
footer, .site-footer {
  background: #080c14 !important;
  border-top: 1px solid rgba(255,255,255,.07) !important;
  padding: 56px 0 32px !important;
  position: relative;
}
footer::before {
  content: '';
  display: block;
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1d4ed8, #3b82f6, #60a5fa, #3b82f6, #1d4ed8);
  background-size: 200% auto;
  animation: hpGradShift 4s linear infinite;
}
.footer-inner {
  display: grid !important;
  grid-template-columns: 1.6fr 1fr 1fr !important;
  gap: 48px !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}
.footer-brand-name {
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  color: #f1f5f9 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-bottom: 12px !important;
}
.nav-mark {
  background: linear-gradient(135deg,#1d4ed8,#3b82f6) !important;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: .8rem !important;
  padding: 4px 7px !important;
  border-radius: 6px !important;
  letter-spacing: .04em !important;
}
.footer-brand-desc {
  color: rgba(255,255,255,.55) !important;
  font-size: .9rem !important;
  line-height: 1.65 !important;
  margin-bottom: 14px !important;
}
.footer-tag {
  font-size: .78rem !important;
  color: rgba(255,255,255,.3) !important;
  letter-spacing: .04em !important;
}
.footer-col-title {
  color: #60a5fa !important;
  font-size: .75rem !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  margin-bottom: 14px !important;
}
.footer-links a, .footer-navigation a {
  display: block !important;
  color: rgba(255,255,255,.55) !important;
  text-decoration: none !important;
  font-size: .88rem !important;
  padding: 4px 0 !important;
  transition: color .2s, transform .2s !important;
}
.footer-links a:hover, .footer-navigation a:hover {
  color: #93c5fd !important;
  transform: translateX(3px) !important;
  text-decoration: none !important;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06) !important;
  margin-top: 40px !important;
  padding-top: 20px !important;
  text-align: center !important;
  color: rgba(255,255,255,.25) !important;
  font-size: .78rem !important;
}

/* ── Pre-footer Newsletter CTA ───────────────────────────── */
.cc-prefooter {
  background: linear-gradient(135deg,#0f172a 0%,#1e2d4a 100%);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 56px 24px;
  text-align: center;
}
.cc-prefooter h3 {
  color: #f1f5f9;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.cc-prefooter p {
  color: #94a3b8;
  font-size: 1rem;
  margin: 0 0 24px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.cc-prefooter-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(29,78,216,.15);
  border: 1px solid rgba(59,130,246,.25);
  border-radius: 99px;
  padding: 6px 16px;
  color: #93c5fd;
  font-size: .82rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.cc-prefooter-btn {
  display: inline-block;
  background: #1d4ed8;
  color: #fff !important;
  padding: 13px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none !important;
  transition: background .2s ease, transform .2s ease;
  box-shadow: 0 4px 16px rgba(29,78,216,.35);
}
.cc-prefooter-btn:hover {
  background: #2563eb !important;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .footer-inner { grid-template-columns: 1fr !important; gap: 32px !important; }
}


/* ══ BUG FIXES ══════════════════════════════════════════════ */

/* FIX 1: Reset footer override on article/entry footers (was blackening blog cards) */
.entry-footer, article > footer, .hentry > footer, .post > footer,
.type-post > footer, .wp-block-post-template footer {
  background: transparent !important;
  padding: 0 !important;
  border-top: none !important;
  margin-top: 0 !important;
  box-shadow: none !important;
}
.entry-footer::before, article > footer::before,
.hentry > footer::before, .post > footer::before {
  display: none !important;
  content: none !important;
  background: none !important;
}

/* FIX 2: Pre-footer text — all white/light on dark background */
.cc-prefooter { background: linear-gradient(135deg,#0f172a 0%,#1a2744 100%) !important; }
.cc-prefooter h3 { color: #ffffff !important; font-size: 1.6rem !important; }
.cc-prefooter p  { color: #94a3b8 !important; }
.cc-prefooter-badge { color: #93c5fd !important; background: rgba(29,78,216,.2) !important; border-color: rgba(59,130,246,.3) !important; }
.cc-prefooter-btn { color: #ffffff !important; background: #1d4ed8 !important; }
.cc-prefooter-btn:hover { background: #2563eb !important; color: #ffffff !important; }

/* FIX 3: Mobile hero — reduce excess top/bottom space */
@media (max-width: 768px) {
  section.hero {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
    min-height: 0 !important;
  }
  .hero h1, section.hero h1 { font-size: clamp(28px, 8vw, 36px) !important; line-height: 1.15 !important; word-break: normal !important; overflow-wrap: break-word !important; }
  section.hero .hero-sub { font-size: .9rem !important; }
}

/* FIX 4: Mobile logo centering & header layout */
@media (max-width: 1024px) {
  .site-main-header-inner-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  .site-header-main-section-left { flex: 0 0 auto !important; }
  .site-header-main-section-right { flex: 0 0 auto !important; }
}

/* FIX 5: Hamburger / mobile menu toggle button */
.menu-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  height: 40px !important;
  padding: 0 14px !important;
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 8px !important;
  color: #e2e8f0 !important;
  font-size: .82rem !important;
  font-weight: 600 !important;
  letter-spacing: .02em !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
}
.menu-toggle:hover { background: rgba(255,255,255,.14) !important; color: #fff !important; }
.menu-toggle .menu-toggle-icon { display: flex !important; flex-direction: column !important; gap: 4px !important; }
.menu-toggle .menu-toggle-icon span,
.menu-toggle-icon::before, .menu-toggle-icon::after { display: block !important; width: 18px !important; height: 2px !important; background: currentColor !important; border-radius: 2px !important; }

/* Mobile open nav */
@media (max-width: 1024px) {
  .main-navigation .primary-menu-container { background: rgba(12,14,19,.98) !important; border-top: 1px solid rgba(255,255,255,.08) !important; }
  .main-navigation .primary-menu-container > ul > li > a { padding: 12px 20px !important; border-bottom: 1px solid rgba(255,255,255,.05) !important; color: #e2e8f0 !important; }
  .main-navigation .primary-menu-container > ul > li:last-child > a { border-bottom: none !important; }
}

/* FIX 6: Footer navigation links as pill buttons */
.footer-navigation ul, #colophon nav ul, footer nav ul {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0 !important;
  margin: 12px 0 0 !important;
  list-style: none !important;
}
.footer-navigation li, #colophon nav li { list-style: none !important; }
.footer-navigation a, #colophon nav a {
  display: inline-block !important;
  padding: 7px 16px !important;
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 20px !important;
  color: rgba(255,255,255,.6) !important;
  font-size: .82rem !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: all .2s ease !important;
}
.footer-navigation a:hover, #colophon nav a:hover {
  background: rgba(29,78,216,.25) !important;
  border-color: rgba(59,130,246,.45) !important;
  color: #93c5fd !important;
  text-decoration: none !important;
}

/* FIX 7: Blog post READ MORE link style — prevent black rectangles */
.more-link, a.more-link, .read-more, .entry-footer .more-link {
  display: inline-block !important;
  background: transparent !important;
  color: #3b82f6 !important;
  border: none !important;
  padding: 0 !important;
  font-size: .9rem !important;
  font-weight: 600 !important;
}
.more-link:hover { color: #60a5fa !important; background: transparent !important; }


/* ══ NAV OVERHAUL ════════════════════════════════════════════ */

/* Logo mark — fixed square, centred, no overflow */
.nav-mark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%) !important;
  color: #fff !important;
  font-size: 1.05rem !important;
  font-weight: 900 !important;
  letter-spacing: -.02em !important;
  border-radius: 10px !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
  box-shadow: 0 2px 12px rgba(29,78,216,.45) !important;
}

/* Branding row — logo + wordmark side by side */
.site-branding, .site-branding .brand,
.branding-layout-standard .brand {
  display: flex !important;
  align-items: center !important;
  gap: 11px !important;
  text-decoration: none !important;
}
.site-title-wrap { margin: 0 !important; padding: 0 !important; }
.site-title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
.site-title a, .site-title-text, .site-title span {
  color: #f1f5f9 !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  letter-spacing: -.015em !important;
  text-decoration: none !important;
}
/* Hide any duplicate stray site-title that renders outside the brand link */
.site-header-item .site-branding > p.site-title,
.site-branding > p { display: none !important; }

/* Nav links — bigger, more weight */
.main-navigation .primary-menu-container > ul > li.menu-item > a {
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: .005em !important;
  padding: 0.7em 1em !important;
  color: #cbd5e1 !important;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover {
  color: #fff !important;
}

/* CTA button in nav (Try a Tool Free) */
.main-navigation .primary-menu-container > ul > li.menu-item:last-child > a,
.site-header-item .btn-primary, .header-button a {
  background: #1d4ed8 !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 0.6em 1.2em !important;
  font-weight: 600 !important;
  border: none !important;
  transition: background .2s ease !important;
}
.main-navigation .primary-menu-container > ul > li.menu-item:last-child > a:hover,
.header-button a:hover { background: #2563eb !important; }

/* Nav bar height */
.site-main-header-inner-wrap {
  min-height: 72px !important;
  align-items: center !important;
}
.site-header-row-container-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


/* === Journey Path Animation === */
@keyframes jpSlide { from { opacity:0; transform:translateX(-14px); } to { opacity:1; transform:translateX(0); } }
@keyframes jpArrowFlow { 0%,100%{opacity:.35;transform:translateX(0)} 50%{opacity:1;transform:translateX(3px)} }
.journey-step { opacity:0; transition: background .35s ease, box-shadow .35s ease, color .35s ease, border-color .35s ease; }
.journey-arrow { animation: jpArrowFlow 1.8s ease-in-out infinite; }
.jp-in .journey-steps > .journey-step:nth-child(1)  { animation: jpSlide .45s ease both 0s; }
.jp-in .journey-steps > .journey-step:nth-child(3)  { animation: jpSlide .45s ease both .12s; }
.jp-in .journey-steps > .journey-step:nth-child(5)  { animation: jpSlide .45s ease both .24s; }
.jp-in .journey-steps > .journey-step:nth-child(7)  { animation: jpSlide .45s ease both .36s; }
.jp-in .journey-steps > .journey-step:nth-child(9)  { animation: jpSlide .45s ease both .48s; }
.jp-in .journey-steps > .journey-step:nth-child(11) { animation: jpSlide .45s ease both .6s; }
.journey-step.jp-active { background: rgba(29,78,216,.35) !important; border-color: rgba(59,130,246,.6) !important; color: #fff !important; box-shadow: 0 0 18px rgba(29,78,216,.45) !important; }

/* === Reading Progress Bar === */
#cc-read-progress { position:fixed; top:0; left:0; height:3px; width:0%; background:linear-gradient(90deg,#1d4ed8,#60a5fa,#1d4ed8); background-size:200% 100%; z-index:10001; pointer-events:none; border-radius:0 2px 2px 0; transition:width .1s linear; }

/* === Typewriter Cursor === */
.cc-cursor { color:#60a5fa; animation:ccBlink .75s step-end infinite; font-weight:300; }
@keyframes ccBlink { 0%,100%{opacity:1} 50%{opacity:0} }

/* === Page Fade Transition === */
html { transition:opacity .22s ease; }
html.cc-fade { opacity:0 !important; }

/* === Work with Me Card Reveals === */
.hp-reveal { opacity:0; transform:translateY(24px); transition:opacity .6s ease, transform .6s ease; }
.hp-reveal.revealed { opacity:1 !important; transform:translateY(0) !important; }
.hp-reveal.d1 { transition-delay:.08s; }
.hp-reveal.d2 { transition-delay:.18s; }
.hp-reveal.d3 { transition-delay:.28s; }
.hp-reveal.d4 { transition-delay:.38s; }

/* === Tool Result Reveal === */
@keyframes ccResultIn { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:translateY(0)} }
.cc-result-reveal { animation:ccResultIn .55s ease both; }

/* === Custom 404 Page === */
.cc-404-wrap { min-height:55vh; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:64px 24px; text-align:center; }
.cc-404-code { font-size:6.5rem; font-weight:900; background:linear-gradient(135deg,#1d4ed8,#60a5fa); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; line-height:1; margin-bottom:12px; }
.cc-404-title { color:#f1f5f9 !important; font-size:1.75rem; font-weight:700; margin-bottom:10px; }
.cc-404-sub { color:#94a3b8 !important; font-size:1.05rem; max-width:460px; margin:0 auto 32px; line-height:1.65; }
.cc-404-tools { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin-bottom:28px; }
.cc-404-home { display:inline-flex; align-items:center; gap:8px; padding:12px 28px; background:#1d4ed8; color:#fff !important; border-radius:8px; text-decoration:none; font-weight:600; transition:background .2s, transform .2s; }
.cc-404-home:hover { background:#2563eb; transform:translateY(-2px); }

/* Tool pages — remove theme top/bottom margin (5rem default) */
.parent-pageid-1119 .content-area {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Newsletter section — fix grid squash: give CTA a fixed width */
.newsletter-inner {
  grid-template-columns: 1fr 260px !important;
}
.newsletter-note {
  white-space: normal;
  max-width: 100%;
}

/* Navigation dropdown — fix invisible white-on-white text */
/* Must beat #site-navigation .menu-item > a (1,1,1) — use (1,2,1) specificity */
#site-navigation .sub-menu .menu-item > a,
#site-navigation .sub-menu .menu-item a {
  color: #1e293b !important;
}
#site-navigation .sub-menu .menu-item > a:hover,
#site-navigation .sub-menu .menu-item a:hover {
  color: #1a56db !important;
}

/* My Classroom page — increase H1 to match site hero heading size */
.cl-hero h1 {
  font-size: 2.75rem !important;
  line-height: 1.15 !important;
}
@media (min-width: 768px) {
  .cl-hero h1 {
    font-size: 3.25rem !important;
  }
}

/* ============================================================
   ANIMATIONS & MOTION — purposeful, scroll-triggered
   ============================================================ */

/* Scroll-reveal base state — elements start invisible/offset */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger children inside a revealed block */
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0.05s; opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.12s; opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.19s; opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.26s; opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 0.33s; opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 0.40s; opacity: 1; transform: none; }

/* Reading progress bar — blog posts */
#reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #1a56db, #3b82f6);
  z-index: 100001;
  transition: width 0.1s linear;
}

/* Blog post body text — slightly darker for better readability */
.single-post .entry-content p,
.single-post .entry-content li {
  color: #374151 !important;
}

/* Tool card icon — subtle scale on hover */
.tool-card .tool-icon,
.tool-card [class*="icon"],
.tool-card .tool-emoji {
  display: inline-block;
  transition: transform 0.25s ease;
}
.tool-card:hover .tool-icon,
.tool-card:hover [class*="icon"],
.tool-card:hover .tool-emoji {
  transform: scale(1.18) rotate(-4deg);
}

/* Hero CTA pulse animation */
@keyframes hero-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(26, 86, 219, 0.4); }
  50% { box-shadow: 0 0 0 10px rgba(26, 86, 219, 0); }
}
.hero-pulse {
  animation: hero-pulse 2s ease-in-out 3 !important;
}

/* ─── hp-reveal scroll animation (activated by JS Intersection Observer) ─── */
.hp-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.hp-reveal.d1 { transition-delay: 0.05s; }
.hp-reveal.d2 { transition-delay: 0.15s; }
.hp-reveal.d3 { transition-delay: 0.25s; }
.hp-reveal.d4 { transition-delay: 0.35s; }
.hp-reveal.d5 { transition-delay: 0.45s; }
.hp-reveal.d6 { transition-delay: 0.55s; }
.hp-reveal.active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* ===================================================
   TOOL READABILITY — DARK SECTION TEXT FIXES
   Dark navy backgrounds need light text throughout
   =================================================== */

/* Headings on dark backgrounds (Resume Radar viz/bars/strip) */
.rr-viz h1, .rr-viz h2, .rr-viz h3,
.rr-bars-section h1, .rr-bars-section h2, .rr-bars-section h3,
.cc-tool-strip h1, .cc-tool-strip h2, .cc-tool-strip h3 {
  color: #ffffff !important;
}

/* Subtitles / body text on dark backgrounds */
.rr-viz p, .rr-viz-sub {
  color: rgba(255, 255, 255, 0.85) !important;
}
.cc-tool-strip p {
  color: rgba(255, 255, 255, 0.82) !important;
}

/* Bar level descriptions — increase from 0.45 to 0.8 opacity */
.rr-bar-level {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* ===================================================
   CONSULTATION CTA BUTTON — WHITE TEXT FIX
   Global a{color:var(--cc-accent)!important} overrides inline color:#fff
   =================================================== */
.entry-content a[style*="background:#7c3aed"],
.entry-content a[style*="background: #7c3aed"],
.entry-content a[style*="background:#8b5cf6"],
.entry-content a[style*="background: #8b5cf6"] {  color: #ffffff !important;
  text-decoration: none !important;
}

/* ===================================================
   TOOL PAGE SPACING — REDUCE EXCESS GAP BETWEEN SECTIONS
   =================================================== */
.cc-why-s + .cc-tw,
.cc-tw + .cc-embed-s,
.cc-steps-s + .cc-why-s {
  margin-top: 0 !important;
  padding-top: 40px !important;
}
.cc-why-s,
.cc-steps-s {
  padding-bottom: 40px !important;
}


/* ===================================================
   MIC CHECK — DARK SECTION TEXT FIXES
   mc-vu and mc-filler have dark navy backgrounds
   =================================================== */

.mc-vu h2, .mc-vu h3,
.mc-vu-inner h2, .mc-vu-inner h3,
.mc-filler h2, .mc-filler h3,
.mc-filler-inner h2, .mc-filler-inner h3 {
  color: #ffffff !important;
}

.mc-vu-sub,
.mc-filler-sub {
  color: rgba(255, 255, 255, 0.82) !important;
}

/* Boost faint opacity labels from 0.4 to 0.72 */
.mc-filler-lbl,
.mc-eq-score-lbl,
.mc-eq-label {
  color: rgba(255, 255, 255, 0.72) !important;
}


/* ===================================================
   ABOUT PAGE — HIDE REDUNDANT BLACK HERO SECTION
   Page content has its own styled header (.aw block)
   so the Kadence banner is just a 360px black box
   =================================================== */
.page-id-6 .entry-hero,
.page-id-6 .entry-hero-wrap {
  display: none !important;
}

/* ===================================================
   WORK WITH ME — FIX HERO GRID ALIGNMENT
   Left column (327px) vs right column (613px) 
   align-items:start leaves 286px empty below CTA
   =================================================== */
.hero-light-inner {
  align-items: center !important;
}


/* ===================================================
   CC-REVEAL (Copy Checker "See the Difference")
   Dark navy bg — fix heading, subtitle, spacing
   =================================================== */
.cc-reveal h2, .cc-reveal h3 {
  color: #ffffff !important;
}
.cc-reveal p {
  color: rgba(255, 255, 255, 0.82) !important;
}
.cc-reveal {
  padding-top: 28px !important;
}

/* ===================================================
   GREEN CTA BUTTON (.cc-cta-btn) — PRESERVE GREEN TEXT
   Global a{color} rule must not override the green
   =================================================== */
a.cc-cta-btn,
.cc-cta-btn {
  color: rgb(22, 163, 74) !important;
  background: #ffffff !important;
}

/* ===================================================
   MIC CHECK SUBTITLES — HIGHER SPECIFICITY FIX
   .section-mid p{!important} beats .mc-vu-sub{!important}
   Use ancestor chain to get specificity 20
   =================================================== */
.mc-vu-inner .mc-vu-sub,
.mc-filler-inner .mc-filler-sub {
  color: rgba(255, 255, 255, 0.85) !important;
}


/* ── MOBILE FIX #20: Newsletter band — stack to single column on mobile ── */
/* .newsletter-inner has grid-template-columns: 1fr 260px !important elsewhere;  */
/* On phones (~375px) that leaves only ~115px for the text column → char-by-char wrap */
@media (max-width: 767px) {
  .newsletter-inner,
  .newsletter-inner.has-mock {
    grid-template-columns: 1fr !important;
    gap: 1.5rem;
  }
  .newsletter-cta {
    width: 100%;
  }
  .nl-mock-wrap {
    display: none !important;
  }
}

/* ── MOBILE FIX #21: Tool/builder button text — prevent mid-word breaks ── */
.tool-btn,
.cc-tool-btn,
.cc-tool-link {
  white-space: nowrap;
}

/* ══════════════════════════════════════════════════════════════════════
   TOOL CARD VISUAL PREVIEWS — animated mockups injected via JS
══════════════════════════════════════════════════════════════════════ */
.tc-preview {
  width: 100%; height: 100px; margin-bottom: 14px;
  border-radius: 8px; overflow: hidden; position: relative; flex-shrink: 0;
}
@media (max-width: 480px) { .tc-preview { height: 76px; } }

/* VALUES TEST — animated rating bars */
.tp-values { background: rgba(245,158,11,0.09); padding: 10px 14px;
  display: flex; flex-direction: column; gap: 8px; justify-content: center; }
.tp-bar-row { display: flex; align-items: center; gap: 8px; }
.tp-bar-label { font-size: 0.55rem; color: #92400e; width: 68px;
  text-transform: uppercase; letter-spacing: 0.07em; flex-shrink: 0; }
.tp-bar { flex: 1; height: 5px; background: rgba(245,158,11,0.18); border-radius: 3px; overflow: hidden; }
.tp-fill { height: 100%; width: 0; border-radius: 3px;
  animation: tpFill 1.4s cubic-bezier(.22,1,.36,1) forwards; }
.tc-amber .tp-fill { background: #f59e0b; }
.tp-bar-row:nth-child(1) .tp-fill { animation-delay: 0.3s; --tw: 88%; }
.tp-bar-row:nth-child(2) .tp-fill { animation-delay: 0.65s; --tw: 72%; }
.tp-bar-row:nth-child(3) .tp-fill { animation-delay: 1.0s; --tw: 56%; }
@keyframes tpFill { to { width: var(--tw, 75%); } }

/* MISSION & VISION — cascading form fields */
.tp-mvb { background: rgba(124,58,237,0.07); padding: 10px 14px;
  display: flex; flex-direction: column; gap: 7px; justify-content: center; }
.tp-field { font-size: 0.58rem; color: #5b21b6;
  background: rgba(124,58,237,0.1); border-left: 2px solid #7c3aed;
  padding: 4px 8px; border-radius: 0 4px 4px 0;
  opacity: 0; transform: translateX(-8px);
  animation: tpSlide 0.5s ease forwards; }
.tp-f1 { animation-delay: 0.25s; }
.tp-f2 { animation-delay: 0.55s; }
.tp-f3 { animation-delay: 0.85s; }
@keyframes tpSlide { to { opacity: 1; transform: translateX(0); } }

/* RESUME RADAR — gauge + dimension pills */
.tp-radar { background: rgba(37,99,235,0.07);
  display: flex; align-items: center; justify-content: center; gap: 14px; }
.tp-gauge { text-align: center; }
.tp-gauge-arc { width: 54px; height: 28px; border: 5px solid #93c5fd;
  border-bottom: none; border-radius: 54px 54px 0 0; margin: 0 auto 4px; position: relative; }
.tp-gauge-arc::after { content: ''; position: absolute; bottom: -5px; left: 50%;
  width: 3px; height: 24px; background: #2563eb; border-radius: 2px;
  transform-origin: bottom center;
  transform: translateX(-50%) rotate(-75deg);
  animation: tpNeedle 1.6s cubic-bezier(.34,1.56,.64,1) forwards; }
@keyframes tpNeedle { to { transform: translateX(-50%) rotate(-22deg); } }
.tp-gauge-score { font-size: 1.15rem; font-weight: 900; color: #1d4ed8; line-height: 1; }
.tp-gauge-label { font-size: 0.46rem; text-transform: uppercase; color: #3b82f6; letter-spacing: 0.1em; }
.tp-dims { display: flex; flex-direction: column; gap: 4px; }
.tp-dim { font-size: 0.48rem; color: #1e40af;
  background: rgba(37,99,235,0.1); padding: 3px 7px; border-radius: 3px;
  text-transform: uppercase; letter-spacing: 0.05em;
  opacity: 0; animation: tpFadeUp 0.35s ease forwards; }
.tp-dim:nth-child(1) { animation-delay: 0.5s; }
.tp-dim:nth-child(2) { animation-delay: 0.7s; }
.tp-dim:nth-child(3) { animation-delay: 0.9s; }
.tp-dim:nth-child(4) { animation-delay: 1.1s; }
@keyframes tpFadeUp { to { opacity: 1; } }

/* INTERVIEW STRATEGY — STAR blocks */
.tp-star { background: rgba(234,88,12,0.07);
  display: flex; gap: 5px; align-items: stretch; justify-content: center; padding: 12px 10px; }
.tp-star-block { font-size: 0.95rem; font-weight: 900; color: #fff;
  background: #ea580c; border-radius: 6px; padding: 8px 6px 6px;
  text-align: center; flex: 1;
  opacity: 0; transform: translateY(12px);
  animation: tpStarIn 0.4s ease forwards; }
.tp-star-block span, .tp-star-wd { display: block; font-size: 0.52rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.04em; opacity: 0.9; margin-top: 3px; line-height: 1.1; }
.tp-star-let { font-size: 1.1rem; font-weight: 900; line-height: 1; }
.tp-s1 { animation-delay: 0.2s; }
.tp-s2 { animation-delay: 0.4s; }
.tp-s3 { animation-delay: 0.6s; }
.tp-s4 { animation-delay: 0.8s; }
@keyframes tpStarIn { to { opacity: 1; transform: translateY(0); } }

/* COPY CHECKER — text lines with pulsing highlight */
.tp-copy { background: rgba(21,128,61,0.07); padding: 14px;
  display: flex; flex-direction: column; gap: 8px; justify-content: center; }
.tp-text-line { height: 6px; background: rgba(21,128,61,0.16); border-radius: 4px; position: relative; overflow: hidden; }
.tp-tl-full { width: 100%; }
.tp-tl-wide { width: 80%; }
.tp-tl-med { width: 58%; }
.tp-highlight { position: absolute; top: 0; left: 18%; width: 38%; height: 100%;
  background: rgba(21,128,61,0.55); border-radius: 3px;
  animation: tpHighPulse 1.8s ease-in-out infinite; }
@keyframes tpHighPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }

/* MIC CHECK — audio waveform */
.tp-mic { background: rgba(13,148,136,0.07);
  display: flex; align-items: center; justify-content: center; }
.tp-wave { display: flex; align-items: center; gap: 4px; height: 64px; }
.tp-wave .tp-bar { width: 5px; border-radius: 3px; background: #0d9488;
  animation: tpWave 1.1s ease-in-out infinite; }
.wb1 { height: 18px; animation-delay: 0s; }
.wb2 { height: 32px; animation-delay: 0.1s; }
.wb3 { height: 50px; animation-delay: 0.2s; }
.wb4 { height: 38px; animation-delay: 0.3s; }
.wb5 { height: 56px; animation-delay: 0.4s; }
.wb6 { height: 40px; animation-delay: 0.5s; }
.wb7 { height: 48px; animation-delay: 0.6s; }
.wb8 { height: 28px; animation-delay: 0.7s; }
.wb9 { height: 14px; animation-delay: 0.8s; }
@keyframes tpWave { 0%,100% { transform: scaleY(1); opacity: 0.65; } 50% { transform: scaleY(0.35); opacity: 1; } }

/* ══════════════════════════════════════════════════════════════════════
   NEWSLETTER VISUAL MOCKUP CARD
══════════════════════════════════════════════════════════════════════ */
.newsletter-inner.has-mock {
  grid-template-columns: 1fr 240px 185px !important;
  align-items: center;
}
.nl-mock-wrap { display: flex; align-items: center; justify-content: center; }
.nl-mock { background: #fff; border-radius: 10px; width: 175px;
  padding: 14px 15px; transform: rotate(2.5deg);
  box-shadow: 0 10px 32px rgba(0,0,0,0.25);
  transition: transform 0.35s ease, box-shadow 0.35s ease; cursor: default; }
.nl-mock:hover { transform: rotate(0deg) translateY(-5px);
  box-shadow: 0 18px 48px rgba(0,0,0,0.3); }
.nl-mock-eyebrow { font-size: 0.44rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: #1a56db; margin-bottom: 5px; font-weight: 700; }
.nl-mock-title { font-size: 0.65rem; font-weight: 800; color: #0f172a;
  line-height: 1.35; margin-bottom: 10px; }
.nl-mock-sections { display: flex; flex-direction: column; gap: 4px; margin-bottom: 10px; }
.nl-mock-sec { font-size: 0.48rem; padding: 3px 6px; border-radius: 3px;
  display: flex; align-items: center; gap: 4px; font-weight: 600; }
.s-cb { background: rgba(26,86,219,0.1); color: #1a56db; }
.s-wl { background: rgba(21,128,61,0.1); color: #15803d; }
.s-ss { background: rgba(220,38,38,0.1); color: #b91c1c; }
.nl-mock-dot { width: 5px; height: 5px; border-radius: 50%; background: currentColor; flex-shrink: 0; }
.nl-mock-cta { font-size: 0.46rem; text-align: center;
  background: #1a56db; color: #fff; padding: 5px 8px;
  border-radius: 4px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
@media (max-width: 900px) { .nl-mock-wrap { display: none !important; } }

/* ══ Newsletter band — white text on blue background ══ */
.newsletter-inner h2,
.newsletter-inner h3,
.newsletter-inner h4,
.newsletter-inner p {
  color: #ffffff !important;
}
/* Restore mock card natural colours */
.nl-mock, .nl-mock * { color: inherit !important; }


/* ══ Mobile drawer menu — fix dark text on dark background ══ */
.popup-content, .drawer-inner {
  background: rgb(9, 12, 16) !important;
}
.mobile-navigation a,
.drawer-navigation a,
.mobile-navigation .menu-item > a,
.popup-drawer a {
  color: rgba(255,255,255,0.92) !important;
}
.mobile-navigation a:hover,
.drawer-navigation a:hover,
.popup-drawer a:hover {
  color: #ffffff !important;
  opacity: 1;
}
.mobile-navigation .sub-menu a,
.drawer-navigation .sub-menu a {
  color: rgba(255,255,255,0.72) !important;
}
.menu-toggle-open.drawer-toggle {
  background: rgba(255,255,255,0.12) !important;
  border: 1.5px solid rgba(255,255,255,0.35) !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  padding: 6px 14px !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}
.menu-toggle-open.drawer-toggle:hover {
  background: rgba(255,255,255,0.2) !important;
}
.menu-toggle-close {
  color: #ffffff !important;
}
.mobile-navigation .dropdown-nav-toggle,
.drawer-navigation .dropdown-nav-toggle {
  color: rgba(255,255,255,0.7) !important;
}


/* ══ Blog page — .br-featured dark navy section: fix invisible headings + subtitle ══ */
.br-featured h2,
.br-featured h3,
.br-featured h4 {
  color: #ffffff !important;
}
.br-featured-sub {
  color: rgba(255, 255, 255, 0.85) !important;
}
/* Boost topic pill contrast slightly */
.br-topic {
  color: rgba(255, 255, 255, 0.88) !important;
}


/* ══ Blog pagination — white text on dark .briefing-posts-wrap background ══ */
.briefing-posts-wrap .wp-block-query-pagination a,
.briefing-posts-wrap .wp-block-query-pagination-next,
.briefing-posts-wrap .wp-block-query-pagination-previous {
  color: rgba(255,255,255,0.85) !important;
  text-decoration: none !important;
}
.briefing-posts-wrap .wp-block-query-pagination a:hover,
.briefing-posts-wrap .wp-block-query-pagination-next:hover,
.briefing-posts-wrap .wp-block-query-pagination-previous:hover {
  color: #ffffff !important;
}
/* Current page number */
.briefing-posts-wrap .wp-block-query-pagination-numbers .page-numbers {
  color: rgba(255,255,255,0.85) !important;
}
.briefing-posts-wrap .wp-block-query-pagination-numbers .page-numbers.current {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}
/* Remove duplicate auto-arrow (we use text arrows in labels) */
.briefing-posts-wrap .wp-block-query-pagination-next .wp-block-query-pagination-next-arrow,
.briefing-posts-wrap .wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow {
  display: none !important;
}
/* Center and space the pagination */
.briefing-posts-wrap .wp-block-query-pagination {
  margin-top: 2rem !important;
  padding-bottom: 2rem !important;
  gap: 0.75rem !important;
}


/* Newsletter sub-section (blog page) — fix bare paragraph colour on dark background */
.br-newsletter p,
.br-featured .br-newsletter p {
  color: rgba(255, 255, 255, 0.88) !important;
}

/* Greyed-out / inactive nav items — ensure full opacity */
.main-navigation .menu-item a[style*="opacity"],
.nav-drop-link[aria-disabled],
.menu-item.inactive > a,
nav .menu-item > a {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* ============================================================
   CLASSROOM PAGE — Course card icons + scroll-reveal + hover
   ============================================================ */
.cl-course-icon {
  width: 44px;
  height: 44px;
  background: rgba(26, 86, 219, 0.09);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  flex-shrink: 0;
  transition: background 0.2s;
}
.cl-course-card:hover .cl-course-icon {
  background: rgba(26, 86, 219, 0.16);
}
.cl-course-icon svg {
  width: 22px;
  height: 22px;
}

/* Scroll-reveal: start hidden */
.cl-course-card,
.cl-download-item {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.48s ease, transform 0.48s ease;
}
.cl-course-card.cl-revealed,
.cl-download-item.cl-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Hover lift on course cards */
.cl-course-card {
  cursor: default;
  transition: opacity 0.48s ease, transform 0.48s ease, box-shadow 0.22s ease;
}
.cl-course-card.cl-revealed:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
}

/* ============================================================
   WORK WITH ME — upgraded SVG service icons
   ============================================================ */
.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 0 !important;  /* hide emoji text fallback */
}
/* hide any img emoji inside service-icon */
.service-icon img.emoji {
  display: none !important;
}
.service-icon svg {
  width: 28px;
  height: 28px;
}
.sc-orange .service-icon { background: rgba(234, 88, 12, 0.10); }
.sc-orange .service-icon svg { stroke: #ea580c; }
.sc-blue   .service-icon { background: rgba(26, 86, 219, 0.10); }
.sc-blue   .service-icon svg { stroke: #1a56db; }
.sc-green  .service-icon { background: rgba(5, 150, 105, 0.10); }
.sc-green  .service-icon svg { stroke: #059669; }
.sc-purple .service-icon { background: rgba(109, 40, 217, 0.10); }
.sc-purple .service-icon svg { stroke: #6d28d9; }

/* Scroll-reveal for service cards */
.service-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.45s ease, transform 0.45s ease, box-shadow 0.2s ease;
}
.service-card.cl-revealed {
  opacity: 1;
  transform: translateY(0);
}
.service-card.cl-revealed:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.10);
}

/* ============================================================
   GLOBAL SPACING REDUCTION — tighten section padding sitewide
   ============================================================ */

/* ── Classroom page ── */
.cl-hero        { padding-top: 64px !important;  padding-bottom: 52px !important; }
.cl-courses     { padding-top: 48px !important;  padding-bottom: 52px !important; }
.cl-downloads   { padding-top: 48px !important;  padding-bottom: 52px !important; }
.cl-cta         { padding-top: 48px !important;  padding-bottom: 52px !important; }

/* Section inner headings — tighten gap between heading and cards */
.cl-section-head { margin-bottom: 32px !important; }

/* ── Work With Me ── */
.hero-light          { padding-top: 60px !important;  padding-bottom: 52px !important; }
.section-mid         { padding-top: 48px !important;  padding-bottom: 48px !important; }
.pricing-section     { padding-top: 48px !important;  padding-bottom: 48px !important; }
.credentials-section { padding-top: 48px !important;  padding-bottom: 48px !important; }
.section             { padding-top: 48px !important;  padding-bottom: 48px !important; }

/* ── Homepage / shared ── */
.hp-hero   { padding-top: 64px !important; padding-bottom: 52px !important; }
.hp-tools  { padding-top: 48px !important; padding-bottom: 48px !important; }
.hp-about  { padding-top: 48px !important; padding-bottom: 48px !important; }
.hp-brief  { padding-top: 48px !important; padding-bottom: 48px !important; }

/* ── Blog / Briefing page ── */
.br-featured  { padding-top: 56px !important; padding-bottom: 52px !important; }
.br-posts     { padding-top: 40px !important; padding-bottom: 48px !important; }

/* ── Kadence/WordPress block editor default spacers ── */
.wp-block-spacer { height: 32px !important; }

/* ── Entry hero (page title banner at top of most pages) ── */
.entry-hero.page-hero-section { 
  padding-top: 28px !important;
  padding-bottom: 28px !important;
  min-height: 0 !important;
}

/* ── Generic WP block groups with excessive padding ── */
.wp-block-group.alignfull { 
  padding-top: 48px !important; 
  padding-bottom: 48px !important; 
}

/* ============================================================
   ABOUT PAGE — tighten hero + photo block whitespace
   ============================================================ */
.about-hero {
  padding-top: 32px !important;
  padding-bottom: 28px !important;
  margin-bottom: 24px !important;
}

/* Standalone WP image blocks — kill excessive vertical whitespace */
.wp-block-image,
.wp-block-image figure {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Kadence/WP block groups that wrap single images */
.wp-block-group:has(> .wp-block-image):not([class*="section"]) {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

/* Credentials section — reduce internal column spacing */
.credentials-section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* Tighten the entry-content-wrap padding on standard pages */
.entry-content-wrap {
  padding-top: 0 !important;
  padding-bottom: 16px !important;
}

/* About page specific ac/aw wrapper top margin from page title */
.ac { padding-top: 0 !important; margin-top: 0 !important; }

/* ── About page profile photo ── */
.about-photo {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}
.about-photo img {
  width: 280px !important;
  height: 340px !important;
  object-fit: cover !important;
  object-position: 78% 8% !important;
  border-radius: 10px;
  display: block;
}

/* ══════════════════════════════════════════
   BLOG CATEGORY PAGES – Icons & Animations
═══════════════════════════════════════════ */

/* Category hero icon bubble */
.cat-hero-icon {
  display: inline-flex;
  width: 52px; height: 52px;
  border-radius: 14px;
  align-items: center; justify-content: center;
  margin-bottom: 0.9rem;
  animation: cat-icon-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) both;
}
@keyframes cat-icon-pop {
  from { opacity:0; transform:scale(0.6) translateY(8px); }
  to   { opacity:1; transform:scale(1) translateY(0); }
}
.cat-hero-icon svg { width: 26px; height: 26px; }

/* Per-category icon colours */
.category-career-briefing .cat-hero-icon  { background: rgba(26,86,219,0.13); }
.category-career-briefing .cat-hero-icon svg { stroke: #1a56db; }
.category-the-writing-lab .cat-hero-icon  { background: rgba(5,150,105,0.13); }
.category-the-writing-lab .cat-hero-icon svg { stroke: #059669; }
.category-seoul-side .cat-hero-icon       { background: rgba(220,38,38,0.13); }
.category-seoul-side .cat-hero-icon svg   { stroke: #dc2626; }
.category-the-pitch-room .cat-hero-icon   { background: rgba(124,58,237,0.13); }
.category-the-pitch-room .cat-hero-icon svg { stroke: #7c3aed; }

/* Animated title underline */
.cat-hero-icon + * + .archive-title::after,
.entry-hero .archive-title::after {
  content: '';
  display: block;
  width: 0; height: 3px;
  border-radius: 2px;
  margin-top: 6px;
  animation: cat-underline 0.6s 0.3s ease forwards;
}
@keyframes cat-underline { to { width: 56px; } }
.category-career-briefing .archive-title::after { background: #1a56db; }
.category-the-writing-lab .archive-title::after { background: #059669; }
.category-seoul-side .archive-title::after      { background: #dc2626; }
.category-the-pitch-room .archive-title::after  { background: #7c3aed; }

/* Article card scroll reveal + hover */
.loop-entry {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.45s ease, transform 0.45s ease, box-shadow 0.2s ease;
}
.loop-entry.cat-revealed {
  opacity: 1;
  transform: translateY(0);
}
.loop-entry.cat-revealed:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.09);
}

/* ══════════════════════════════════════════
   CLASSROOM ↔ MY COURSES CROSS-LINK BANNER
═══════════════════════════════════════════ */
.cl-crosslink {
  background: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 100%);
  border: 1px solid rgba(26,86,219,0.15);
  border-left: 4px solid #1a56db;
  border-radius: 10px;
  max-width: 860px;
  margin: 0 auto 2.5rem;
}
.cl-crosslink--alt {
  background: linear-gradient(135deg, #f0fdf4 0%, #eff6ff 100%);
  border-left-color: #059669;
  max-width: 100%;
  margin: 0 0 2rem;
}
.cl-crosslink-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 1.25rem;
  flex-wrap: wrap;
}
.cl-crosslink-tag {
  background: #1a56db;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.22rem 0.55rem;
  border-radius: 4px;
  flex-shrink: 0;
}
.cl-crosslink--alt .cl-crosslink-tag { background: #059669; }
.cl-crosslink-inner p {
  margin: 0;
  font-size: 0.88rem;
  color: #374151;
}
.cl-crosslink-link {
  color: #1a56db;
  font-weight: 600;
  text-decoration: none;
}
.cl-crosslink--alt .cl-crosslink-link { color: #059669; }
.cl-crosslink-link:hover { text-decoration: underline; }

/* ══════════════════════════════════════════
   TOOLS PAGE – Share CTA
═══════════════════════════════════════════ */
.tool-share-row {
  border-top: 1px solid rgba(0,0,0,0.07);
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  display: flex;
  justify-content: flex-end;
}
.tool-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  background: none;
  border: 1px solid rgba(0,0,0,0.13);
  border-radius: 6px;
  color: #6b7280;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 500;
  padding: 0.28rem 0.6rem;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
  font-family: inherit;
}
.tool-share-btn:hover {
  background: #f3f4f6;
  border-color: rgba(0,0,0,0.22);
  color: #374151;
}
.tool-share-btn.tool-share-copied {
  background: #ecfdf5;
  border-color: #059669;
  color: #059669;
}

/* ══════════════════════════════════════════
   BLOG HERO – word animation + contrast fixes
═══════════════════════════════════════════ */

/* Word-by-word title reveal */
.entry-hero .archive-title .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(28px);
  animation: hero-word-up 0.52s cubic-bezier(0.22,1,0.36,1) both;
}
@keyframes hero-word-up {
  to { opacity: 1; transform: translateY(0); }
}

/* Description slides in after words finish */
.entry-hero .archive-description {
  opacity: 0;
  animation: hero-desc-in 0.55s ease 0.5s both;
}
@keyframes hero-desc-in {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* FIX: description was 70% white — bump to 90% for legibility */
.entry-hero .archive-description,
.entry-hero .archive-description p {
  color: rgba(255,255,255,0.90) !important;
}

/* FIX: icon colours were dark-tinted (barely visible on dark navy) — use white */
.entry-hero .cat-hero-icon {
  background: rgba(255,255,255,0.13) !important;
  animation: cat-icon-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) 0.05s both;
}
.entry-hero .cat-hero-icon svg {
  stroke: rgba(255,255,255,0.92) !important;
}

/* ══════════════════════════════════════════
   MY COURSES – hub-hdr + card animations
═══════════════════════════════════════════ */

/* Staggered header entrance */
.hub-hero-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(26,86,219,0.1);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 0.9rem;
  opacity: 0;
  animation: cc-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) 0.05s both;
}
.hub-hero-icon svg { width: 24px; height: 24px; stroke: #1a56db; }
@keyframes cc-pop {
  from { opacity: 0; transform: scale(0.55); }
  to   { opacity: 1; transform: scale(1); }
}

.hub-kicker {
  opacity: 0;
  animation: cc-fade-up 0.48s ease 0.12s both;
}
.hub-hdr h1 {
  opacity: 0;
  animation: cc-fade-up 0.52s cubic-bezier(0.22,1,0.36,1) 0.22s both;
}
.hub-hdr > p {
  opacity: 0;
  animation: cc-fade-up 0.48s ease 0.38s both;
}
.hub-stats {
  opacity: 0;
  animation: cc-fade-up 0.48s ease 0.5s both;
}
@keyframes cc-fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Animated rule under heading */
.hub-rule {
  width: 0 !important;
  animation: cc-rule 0.55s ease 0.32s forwards;
}
@keyframes cc-rule { to { width: 48px !important; } }

/* Course cards scroll-reveal + hover */
.ccard {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.42s ease, transform 0.42s ease, box-shadow 0.2s ease;
}
.ccard.cc-revealed { opacity: 1; transform: translateY(0); }
.ccard.cc-revealed:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.10); }

/* Section dividers reveal */
.sec-div {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.sec-div.cc-revealed { opacity: 1; transform: translateY(0); }

/* =============================================
   TOOL CARDS — FREE badge centred below button
   ============================================= */
.tool-card-footer {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.55rem !important;
}
.tool-btn {
  width: 100%;
  text-align: center;
}
.tool-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
  background: #f3f4f6;
  border: 1px solid rgba(0,0,0,0.09);
  border-radius: 20px;
  padding: 0.22rem 0.75rem;
  text-align: center;
}
.tool-share-row {
  width: 100%;
}

/* =============================================
   HOMEPAGE / WORK WITH ME — section icon styles
   ============================================= */
.section-icon {
  display: inline-flex;
  width: 44px; height: 44px;
  border-radius: 12px;
  align-items: center; justify-content: center;
  margin-bottom: 0.75rem;
  opacity: 0;
  animation: si-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) both;
}
@keyframes si-pop {
  from { opacity:0; transform:scale(0.55); }
  to   { opacity:1; transform:scale(1); }
}
.section-icon svg { width:22px; height:22px; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; fill:none; }

/* Colour variants */
.section-icon--blue   { background:rgba(26,86,219,0.10); }
.section-icon--blue   svg { stroke:#1a56db; }
.section-icon--green  { background:rgba(5,150,105,0.10); }
.section-icon--green  svg { stroke:#059669; }
.section-icon--red    { background:rgba(220,38,38,0.10); }
.section-icon--red    svg { stroke:#dc2626; }
.section-icon--purple { background:rgba(124,58,237,0.10); }
.section-icon--purple svg { stroke:#7c3aed; }
.section-icon--amber  { background:rgba(217,119,6,0.10); }
.section-icon--amber  svg { stroke:#d97706; }

/* Stat-card icon */
.stat-icon {
  display:block;
  margin:0 auto 0.5rem;
  width:32px; height:32px;
  opacity:0;
  animation:si-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) both;
}
.stat-icon svg { width:32px; height:32px; stroke:#1a56db; stroke-width:1.6; fill:none; stroke-linecap:round; stroke-linejoin:round; }

/* =====================================================
   MOBILE MENU — Sub-menu tap targets + visual clarity
   ===================================================== */

/* Ensure drawer-nav-drop-wrap lays out as flex row */
.mobile-navigation .drawer-nav-drop-wrap {
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
}

/* Parent link takes up most of the row */
.mobile-navigation .drawer-nav-drop-wrap > a {
  flex: 1 1 auto !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  padding-right: 0.5rem !important;
}

/* Expand toggle button — always visible, good tap size */
.mobile-navigation .drawer-sub-toggle {
  flex: 0 0 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-left: 1px solid rgba(0,0,0,0.08) !important;
  background: transparent !important;
  cursor: pointer !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Sub-menu items: indent + smaller text */
.mobile-navigation .sub-menu {
  padding-left: 1rem !important;
  border-left: 3px solid rgba(26,86,219,0.15) !important;
  margin-left: 0.5rem !important;
}

.mobile-navigation .sub-menu a {
  font-size: 0.92em !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}

/* Nested sub-sub-menu (e.g. Seoul Nightlife Report under Seoul Side) */
.mobile-navigation .sub-menu .sub-menu {
  padding-left: 0.75rem !important;
  border-left: 3px solid rgba(26,86,219,0.08) !important;
  margin-left: 0.25rem !important;
}

.mobile-navigation .sub-menu .sub-menu a {
  font-size: 0.86em !important;
}


/* =====================================================
   TOOLS PAGE HERO — Tool name chip strip
   ===================================================== */
.tool-hero-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 1.4rem auto 0;
  max-width: 680px;
  padding: 0 1rem;
}

.thc {
  display: inline-flex;
  align-items: center;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.28rem 0.8rem;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.88);
  background: rgba(255,255,255,0.07);
  transition: background 0.2s, border-color 0.2s;
  cursor: default;
  white-space: nowrap;
}

.thc--blue   { border-color: rgba(96,165,250,0.45); background: rgba(96,165,250,0.13); }
.thc--purple { border-color: rgba(167,139,250,0.45); background: rgba(167,139,250,0.13); }
.thc--green  { border-color: rgba(52,211,153,0.45);  background: rgba(52,211,153,0.12); }
.thc--amber  { border-color: rgba(251,191,36,0.45);   background: rgba(251,191,36,0.11); }
.thc--red    { border-color: rgba(248,113,113,0.45);  background: rgba(248,113,113,0.11); }

@media (max-width: 640px) {
  .thc { font-size: 0.68rem; padding: 0.24rem 0.65rem; }
  .tool-hero-chips { gap: 0.35rem; }
}

/* =====================================================
   GAUGE ARC — improved visibility
   ===================================================== */
.tp-gauge-arc {
  border-color: #60a5fa !important;
  border-width: 6px !important;
}
.tp-gauge-arc::after {
  height: 22px !important;
  background: #1d4ed8 !important;
  box-shadow: 0 0 4px rgba(29,78,216,0.5) !important;
}


/* ===== Seoul Nightlife Report ===== */
/* Transition on bars — JS handles 0→target width via inline style */


/* Scroll-reveal base state for cards/callouts */
.persona, .callout, .future-card {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.persona.snr-visible, .callout.snr-visible, .future-card.snr-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Chart containers injected by JS */
.snr-chart-wrap {
  margin: 1.8rem auto;
  max-width: 640px;
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
  padding: 1.4rem 1.4rem 1rem;
  border: 1px solid rgba(255,255,255,0.08);
}
.snr-chart-title {
  font-size: 0.79rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255,255,255,0.45);
  margin-bottom: 0.9rem;
}

/* ===== SNR Extended Enhancements ===== */
.snr-section-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.2rem; height: 2.2rem; border-radius: 9px;
  margin-right: 0.65rem; flex-shrink: 0; vertical-align: middle;
}
.snr-section-icon svg { width: 1.25rem; height: 1.25rem; }
@keyframes snr-glow {
  0%,100% { text-shadow: none; filter: brightness(1); }
  50% { text-shadow: 0 0 14px rgba(96,165,250,0.65); filter: brightness(1.25); }
}
.snr-stat-highlight {
  color: #93c5fd; font-weight: 800;
  animation: snr-glow 3.5s ease infinite;
}
/* Polararea / doughnut chart centering */
.snr-chart-wrap canvas { display: block; margin: 0 auto; }

/* ============================================================
   SNR PAGE FIXES — spacing, mobile, readability
   .page-id-367 = Seoul Nightlife Report
   ============================================================ */

/* 1. Remove Kadence content-area top margin (white gap above hero) */
.page-id-367 .content-area {
  margin-top: 0 !important;
}

/* 2. Kill empty hero overlay div (56px dead space) */
.page-id-367 .hero-section-overlay {
  display: none !important;
}

/* 3. Tighten section padding — desktop 48px (was 64px) */
.page-id-367 .dark-section {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

/* 4. Typography tightening */
.page-id-367 .dark-section p {
  line-height: 1.6 !important;
  margin-bottom: 12px !important;
}
.page-id-367 .dark-section h3 {
  margin-top: 24px !important;
  margin-bottom: 8px !important;
}
.page-id-367 .snr-section-icon + h2,
.page-id-367 .snr-section-icon + h3 {
  margin-top: 8px !important;
}

/* ============================================================
   MOBILE (max-width: 767px)
   ============================================================ */
@media (max-width: 767px) {
  .page-id-367 .hero-section {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .page-id-367 .dark-section {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .page-id-367 .hs .v {
    font-size: clamp(2.2rem, 9vw, 3.5rem) !important;
    line-height: 1.1 !important;
  }
  .page-id-367 .hs .l {
    font-size: 0.75rem !important;
    letter-spacing: 0.04em !important;
  }
  .page-id-367 .hero-stats {
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
  }
  .page-id-367 .snr-section-icon svg {
    width: 28px !important;
    height: 28px !important;
  }
  .page-id-367 .dark-section h2 {
    font-size: clamp(1.4rem, 5vw, 2rem) !important;
    margin-bottom: 12px !important;
  }
  .page-id-367 .cdon-row,
  .page-id-367 .cvbar-track {
    max-width: 100% !important;
    overflow: hidden !important;
  }
  .page-id-367 .snr-ring-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }
  .page-id-367 .snr-ring-svg {
    width: 90px !important;
    height: 90px !important;
  }
  .page-id-367 .snr-district-row {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .page-id-367 .cl {
    padding: 16px !important;
    font-size: 0.9rem !important;
  }
  .page-id-367 .persona {
    flex-direction: column !important;
  }
  .page-id-367 .future-card {
    width: 100% !important;
    min-width: unset !important;
  }
}

/* ============================================================
   TABLET (768px - 1023px)
   ============================================================ */
@media (min-width: 768px) and (max-width: 1023px) {
  .page-id-367 .dark-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .page-id-367 .snr-ring-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .page-id-367 .future-card {
    width: calc(50% - 12px) !important;
  }
}

/* SNR — hide Kadence page-title bar (redundant with custom hero) */
.page-id-367 .entry-hero.page-hero-section {
  display: none !important;
}

/* SNR — cap Chart.js canvas height on all viewports (prevents 3000px tall charts) */
.snr-chart-wrap {
  position: relative !important;
  height: 420px !important;
  max-height: 420px !important;
  overflow: hidden !important;
}
.snr-chart-wrap canvas {
  max-height: 420px !important;
}
@media (max-width: 767px) {
  .snr-chart-wrap {
    height: 340px !important;
    max-height: 340px !important;
  }
  .snr-chart-wrap canvas {
    max-height: 340px !important;
  }
}

/* ============================================================
   SNR — Content Polish & UX Enhancements
   Sticky TOC, persona cards, callouts, progress bar, BTT
   ============================================================ */

/* 1. Sticky TOC — essential for 46k px report */
.page-id-367 .toc {
  position: sticky !important;
  top: 76px !important;
  z-index: 99 !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25) !important;
}
.admin-bar .page-id-367 .toc {
  top: 108px !important;
}
.page-id-367 .toc a {
  padding: 3px 8px !important;
  border-radius: 4px !important;
  transition: background 0.15s !important;
  text-decoration: none !important;
}
.page-id-367 .toc a:hover {
  background: rgba(255,255,255,0.18) !important;
}
.page-id-367 .toc a.toc-active {
  background: rgba(255,255,255,0.22) !important;
  font-weight: 700 !important;
}

/* 2. Callout blocks — rounded corners + bold left accent only */
.page-id-367 .callout {
  border-radius: 10px !important;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-left-width: 5px !important;
  margin-bottom: 24px !important;
}
.page-id-367 .callout .cl {
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  margin-bottom: 6px !important;
  display: block !important;
}
.page-id-367 .callout.dark .cl,
.page-id-367 .callout.dark p,
.page-id-367 .callout.dark li {
  color: rgba(255,255,255,0.92) !important;
}

/* 3. Persona cards — card feel with radius + shadow */
.page-id-367 .persona {
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 6px 24px rgba(0,0,0,0.15) !important;
  margin-bottom: 20px !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
}
.page-id-367 .ph {
  border-radius: 0 !important;
}
.page-id-367 .ph h3 {
  font-size: 1.05rem !important;
  letter-spacing: 0.01em !important;
}
.page-id-367 .pb {
  background: rgba(255,255,255,0.04) !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
}

/* 4. Future cards — rounded + accent border */
.page-id-367 .future-card {
  border-radius: 10px !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
}
.page-id-367 .future-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 28px rgba(0,0,0,0.25) !important;
}

/* 5. Section header breathing room */
.page-id-367 .sh-row {
  margin-bottom: 28px !important;
}
.page-id-367 .snr-section-icon {
  margin-bottom: 10px !important;
}

/* 6. Reading progress bar (populated by JS) */
.snr-progress-bar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 0% !important;
  height: 3px !important;
  background: linear-gradient(90deg, #1a56db, #60a5fa) !important;
  z-index: 99999 !important;
  transition: width 0.08s linear !important;
  pointer-events: none !important;
}

/* 7. Back-to-top button */
.snr-btt {
  position: fixed !important;
  bottom: 28px !important;
  right: 24px !important;
  width: 44px !important;
  height: 44px !important;
  background: #1a56db !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 18px rgba(26,86,219,0.45) !important;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.25s, transform 0.25s, background 0.15s !important;
  z-index: 9998 !important;
}
.snr-btt.snr-btt-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.snr-btt:hover {
  background: #1e40af !important;
  transform: translateY(-2px) !important;
}

/* 8. Section quote text — inline pull quotes */
.page-id-367 section .sq {
  display: block !important;
  font-style: italic !important;
  color: #93c5fd !important;
  border-left: 3px solid #1a56db !important;
  padding: 8px 16px !important;
  margin: 20px 0 !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

/* 9. KPI bar numbers — bigger and bolder */
.page-id-367 .kv {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}
.page-id-367 .kpi {
  padding: 20px 24px !important;
}

@media (max-width: 767px) {
  .page-id-367 .toc {
    top: 56px !important;
    z-index: 9 !important;
  }
  .admin-bar .page-id-367 .toc {
    top: 88px !important;
  }
  .snr-btt {
    bottom: 20px !important;
    right: 16px !important;
    width: 40px !important;
    height: 40px !important;
  }
  /* Ensure Kadence mobile nav drawer sits above everything on SNR page */
  .page-id-367 .mobile-navigation.drawer-navigation,
  .page-id-367 .site-mobile-header-wrap {
    z-index: 100000 !important;
  }
}

/* ══ SNR BRAND RETHEME ══════════════════════════════════════════════════ */

/* 1. Hide the zero-counter "Seoul by the Numbers" stats cards */
.page-id-367 .sn-grid { display: none !important; }

/* 2. Brand-blue section icons (use currentColor via CSS) */
.page-id-367 .snr-section-icon { color: #1a56db !important; }

/* 3. Ring gauge progress arc colours — nth-child cycling through brand palette */
.page-id-367 .snr-ring-card:nth-child(1) svg circle:nth-child(2) { stroke: #1a56db !important; }
.page-id-367 .snr-ring-card:nth-child(2) svg circle:nth-child(2) { stroke: #0d9488 !important; }
.page-id-367 .snr-ring-card:nth-child(3) svg circle:nth-child(2) { stroke: #f59e0b !important; }
.page-id-367 .snr-ring-card:nth-child(4) svg circle:nth-child(2) { stroke: #6366f1 !important; }
.page-id-367 .snr-ring-card:nth-child(5) svg circle:nth-child(2) { stroke: #f43f5e !important; }

/* 4. Ring card text contrast */
.page-id-367 .snr-ring-card text,
.page-id-367 .snr-ring-card tspan { fill: #1e293b !important; }
.page-id-367 .snr-ring-label,
.page-id-367 .snr-ring-sublabel,
.page-id-367 .snr-ring-card > div { color: #1e293b !important; }

/* 5. Chart.js canvas wrapper — force dark text context for light-bg sections */
.page-id-367 .hero-section .snr-chart-wrap,
.page-id-367 .light-section .snr-chart-wrap,
.page-id-367 .snr-section:not(.dark-section) .snr-chart-wrap { background: transparent; }

/* 6. KPI bar values — ensure strong contrast */
.page-id-367 .kpi .v { color: #ffffff !important; }
.page-id-367 .kpi .l,
.page-id-367 .kpi .s { color: rgba(255,255,255,0.80) !important; }

/* ══ END SNR BRAND RETHEME ══════════════════════════════════════════════ */

/* ══ SNR RING CARDS — COMPACT SINGLE ROW ═══════════════════════════════ */
/* Force ring cards into one nowrap row, smaller size */
.page-id-367 div:has(> .snr-ring-card) {
  flex-wrap: nowrap !important;
  gap: 10px 16px !important;
  overflow-x: auto;
  padding-bottom: 4px;
}
.page-id-367 .snr-ring-card {
  width: 96px !important;
  flex-shrink: 1 !important;
  min-width: 72px !important;
}
.page-id-367 .snr-ring-card svg {
  width: 68px !important;
  height: 68px !important;
  display: block !important;
  margin: 0 auto !important;
}
@media (max-width: 480px) {
  .page-id-367 .snr-ring-card {
    width: 80px !important;
    min-width: 60px !important;
  }
  .page-id-367 .snr-ring-card svg {
    width: 56px !important;
    height: 56px !important;
  }
}

/* ══ SNR CHART TITLE & SPEND CONTRAST ══════════════════════════════════ */
/* Ensure all chart titles are bold and readable */
.page-id-367 .snr-chart-title {
  color: #1e293b !important;
  font-weight: 600 !important;
}
/* Spending section: ensure chart wrapper text always dark and readable */
.page-id-367 #s10 .snr-chart-title,
.page-id-367 #s10 .snr-chart-wrap { color: #1e293b !important; }
/* ══ END SNR COMPACT RINGS & CHART FIXES ═══════════════════════════════ */

/* ══ SNR DARK CALLOUT — WHITE TEXT ════════════════════════════════════ */
.page-id-367 .callout.dark h4,
.page-id-367 .callout.dark .cdon-lbl,
.page-id-367 .callout.dark .cdon-val {
  color: #ffffff !important;
}
.page-id-367 .callout.dark .cdon-fill {
  background: rgba(99,150,255,0.85) !important;
}
/* ══ END SNR DARK CALLOUT ══════════════════════════════════════════════ */

/* cc-nl-mobile-fix-v2 — force newsletter band to single column on mobile (overrides later 3-col desktop grid) */
@media (max-width: 767px){
  .newsletter-inner.has-mock,
  .newsletter-inner { grid-template-columns: 1fr !important; gap: 1.25rem !important; }
  .newsletter-inner.has-mock > * { min-width: 0 !important; max-width: 100% !important; }
  .newsletter-title, .newsletter-note, .newsletter-cta { max-width: 100% !important; }
}


/* ===== Hide page-title hero on audience landing pages (match Home, also resolves duplicate H1) ===== */
.page-id-1611 .entry-hero,
.page-id-1616 .entry-hero,
.page-id-1610 .entry-hero,
.page-id-1611 .entry-hero-container,
.page-id-1616 .entry-hero-container,
.page-id-1610 .entry-hero-container { display: none !important; }

/* ===== Audience pages: motion + hover polish ===== */
@media (prefers-reduced-motion: no-preference){
  /* Scroll-reveal of sections (progressive enhancement; unsupported browsers show content normally) */
  @supports (animation-timeline: view()){
    @keyframes ccReveal{from{opacity:0;transform:translateY(14px);}to{opacity:1;transform:translateY(0);}}
    body.page-id-1611 .content-area section:not(.s2-hero),
  body.page-id-1616 .content-area section:not(.s2-hero),
  body.page-id-1610 .content-area section:not(.s2-hero){
      animation:ccReveal both linear;animation-timeline:view();animation-range:entry 0% entry 35%;
    }
  }
  /* Button hover lift (social share buttons excluded) */
  body.page-id-1611 .btn,
  body.page-id-1616 .btn,
  body.page-id-1610 .btn,
  body.page-id-1611 .tool-btn,
  body.page-id-1616 .tool-btn,
  body.page-id-1610 .tool-btn{transition:transform .25s cubic-bezier(.2,.7,.2,1),box-shadow .25s ease;}
  body.page-id-1611 .btn:hover,
  body.page-id-1616 .btn:hover,
  body.page-id-1610 .btn:hover,
  body.page-id-1611 .tool-btn:hover,
  body.page-id-1616 .tool-btn:hover,
  body.page-id-1610 .tool-btn:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(15,23,42,.20);}
  /* Card hover lift */
  body.page-id-1611 .tool-card,
  body.page-id-1616 .tool-card,
  body.page-id-1610 .tool-card{transition:transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s ease;}
  body.page-id-1611 .tool-card:hover,
  body.page-id-1616 .tool-card:hover,
  body.page-id-1610 .tool-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(15,23,42,.12);}
}

/* ===== Readability + audience fixes v4 (high specificity) ===== */
.s2-hero.s2-hero,
.brief-box.brief-box,
.section-dark.section-dark,
.cta-block.cta-block { color:#f4f5f7; }
.s2-hero.s2-hero h1,
.s2-hero.s2-hero h2,
.s2-hero.s2-hero h3,
.s2-hero.s2-hero h4,
.s2-hero.s2-hero h5,
.s2-hero.s2-hero h6,
.s2-hero.s2-hero p,
.s2-hero.s2-hero li,
.s2-hero.s2-hero blockquote,
.brief-box.brief-box h1,
.brief-box.brief-box h2,
.brief-box.brief-box h3,
.brief-box.brief-box h4,
.brief-box.brief-box h5,
.brief-box.brief-box h6,
.brief-box.brief-box p,
.brief-box.brief-box li,
.brief-box.brief-box blockquote,
.section-dark.section-dark h1,
.section-dark.section-dark h2,
.section-dark.section-dark h3,
.section-dark.section-dark h4,
.section-dark.section-dark h5,
.section-dark.section-dark h6,
.section-dark.section-dark p,
.section-dark.section-dark li,
.section-dark.section-dark blockquote,
.cta-block.cta-block h1,
.cta-block.cta-block h2,
.cta-block.cta-block h3,
.cta-block.cta-block h4,
.cta-block.cta-block h5,
.cta-block.cta-block h6,
.cta-block.cta-block p,
.cta-block.cta-block li,
.cta-block.cta-block blockquote { color:#f4f5f7 !important; }

/* Home: "For Organisations" card -> brand blue, white text */
body.home [style*="var(--dark)"]{ background:#1a56db !important; border-color:#1a56db !important; }
body.home [style*="var(--dark)"] *{ color:#ffffff !important; }

/* ===== Compact home testimonials/ambition (v2, tighter) ===== */
body.home .section-dark{ padding-top:6px !important; padding-bottom:10px !important; }
body.home .section-dark > .container, body.home .section-dark > .statement{ padding-top:8px !important; padding-bottom:8px !important; }
body.home .section-dark .hp-reveal, body.home .section-dark .section-title{ margin-top:6px !important; margin-bottom:10px !important; }
body.home .section-dark .statement-sub{ margin-top:4px !important; margin-bottom:6px !important; }
body.home .section-dark .section-label{ margin-bottom:4px !important; padding-bottom:0 !important; }
body.home .section-dark .container > div:first-child{ margin-bottom:14px !important; }
body.home .testimonials-grid{ margin-top:4px !important; }


/* ===== Global section tightening (all pages) ===== */
.section, .section-mid, .section-dark, .brief-box, .cta-block{ padding-top:28px !important; padding-bottom:28px !important; }
.s2-hero, .js-hero, .corp-hero, .content-area section[class*="hero"]{ padding-top:60px !important; padding-bottom:44px !important; }
.section-title, .section-title-lg, h2.section-title{ margin-top:10px !important; margin-bottom:12px !important; }
.section-label, .section-eyebrow, .eyebrow{ margin-bottom:6px !important; }
.section .container > *:first-child, .section-mid .container > *:first-child, .section-dark .container > *:first-child{ margin-top:0 !important; }


/* ===== Home flagship hero tighten (overrides .post-100 section.hero !important) ===== */
.post-100 section.hero.hero{ padding-top:64px !important; padding-bottom:48px !important; }


/* ===== Mobile menu button visibility fix (force-show Kadence drawer toggle) ===== */
@media (max-width:1024px){
  #mobile-header .site-header-main-section-right{ display:flex !important; align-items:center !important; overflow:visible !important; }
  #mobile-header .site-header-item{ overflow:visible !important; }
  #mobile-header .mobile-toggle-open-container{ display:flex !important; align-items:center !important; }
  #mobile-header .menu-toggle-open, #mobile-header .menu-toggle-open.drawer-toggle{ display:inline-flex !important; visibility:visible !important; opacity:1 !important; width:auto !important; height:auto !important; min-width:44px !important; min-height:44px !important; padding:8px !important; color:#ffffff !important; position:relative !important; z-index:5 !important; }
  #mobile-header .menu-toggle-open .menu-toggle-icon{ display:inline-flex !important; }
  #mobile-header .menu-toggle-open svg{ display:inline-block !important; width:30px !important; height:30px !important; fill:#ffffff !important; color:#ffffff !important; opacity:1 !important; }
}


/* ===== Mobile: stack audience cards (Who are you here for) ===== */
@media (max-width:768px){
  body.home div:has(> [style*="var(--dark)"]){ grid-template-columns:1fr !important; gap:14px !important; }
}

/* ===== Mobile menu (custom header) v2 ===== */
.cc-mm-btn, .cc-mm-panel{ display:none !important; }
@media (max-width:768px){
  .cc-mm-btn{ display:flex !important; flex-direction:column !important; justify-content:center !important; align-items:stretch !important; gap:5px !important; position:fixed !important; top:20px !important; right:18px !important; left:auto !important; width:46px !important; height:46px !important; padding:11px !important; margin:0 !important; background:rgba(18,20,26,.95) !important; border:1px solid rgba(255,255,255,.18) !important; border-radius:12px !important; box-shadow:none !important; cursor:pointer !important; z-index:100000 !important; -webkit-tap-highlight-color:transparent !important; }
  .cc-mm-btn span{ display:block !important; height:2px !important; width:100% !important; background:#fff !important; border-radius:2px !important; transition:transform .25s ease, opacity .2s ease !important; }
  .cc-mm-btn.open span:nth-child(1){ transform:translateY(7px) rotate(45deg) !important; }
  .cc-mm-btn.open span:nth-child(2){ opacity:0 !important; }
  .cc-mm-btn.open span:nth-child(3){ transform:translateY(-7px) rotate(-45deg) !important; }
  .cc-mm-panel{ display:none !important; position:fixed !important; top:0 !important; left:0 !important; right:0 !important; bottom:0 !important; width:100% !important; height:100% !important; margin:0 !important; max-width:none !important; transform:none !important; background:#0b0e13 !important; z-index:99990 !important; flex-direction:column !important; align-items:center !important; justify-content:center !important; gap:4px !important; padding:88px 24px 40px !important; overflow-y:auto !important; }
  .cc-mm-panel.open{ display:flex !important; }
  .cc-mm-panel a{ display:block !important; box-sizing:border-box !important; width:100% !important; max-width:420px !important; color:#fff !important; -webkit-text-fill-color:#fff !important; background:transparent !important; font-size:22px !important; font-weight:600 !important; text-align:center !important; text-decoration:none !important; padding:16px 18px !important; margin:0 auto !important; border-radius:12px !important; border:0 !important; border-bottom:1px solid rgba(255,255,255,.08) !important; }
  html.cc-menu-open, html.cc-menu-open body{ overflow:hidden !important; }
}


/* === Fix: white-on-white brand cards on International Courses page (added 2026-06-19, Cowork) === */
#hyu-courses-page #bg .bc .bmark[style*="#fff" i] span,
#hyu-courses-page #bg .bc .bmark[style*="#f8f8f8" i] span { color:#1a1a1a !important; }


/* ============================================================
   2026-07-16 · THE BRIEFING SUB-BRAND SYSTEM
   Unified post cards (blog + category archives), section
   coloured heroes (Seoul Side = Korean flag red/blue),
   lead story, more-sections row, single post section pill.
   ============================================================ */
/* section colour variables */
body.archive.category{--sec:#6ea8fe;--sec2:var(--sec);--sect:rgba(110,168,254,.12)}
body.category.category-career-briefing{--sec:#1a56db;--sec2:#1a56db;--sect:rgba(26,86,219,.14)}
body.category.category-strategy-desk{--sec:#0d9488;--sec2:#0d9488;--sect:rgba(13,148,136,.14)}
body.category.category-ai-at-work{--sec:#7c3aed;--sec2:#7c3aed;--sect:rgba(124,58,237,.14)}
body.category.category-the-writing-lab{--sec:#059669;--sec2:#059669;--sect:rgba(5,150,105,.14)}
body.category.category-seoul-side{--sec:#CD2E3A;--sec2:#0047A0;--sect:rgba(205,46,58,.14)}
body.category.category-student-writing{--sec:#d97706;--sec2:#d97706;--sect:rgba(217,119,6,.14)}
/* hero: glow, gradient underline, icon tile */
body.category .entry-hero{position:relative;overflow:hidden}
body.category .entry-hero::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(620px 340px at 15% 0%,var(--sect),transparent 70%),radial-gradient(620px 340px at 88% 100%,var(--sect),transparent 72%)}
body.category.category-seoul-side .entry-hero::before{background:radial-gradient(620px 340px at 15% 0%,rgba(205,46,58,.18),transparent 70%),radial-gradient(620px 340px at 88% 100%,rgba(0,71,160,.20),transparent 72%)}
body.category .archive-title::after,body.category .entry-hero .archive-title::after{background:linear-gradient(90deg,var(--sec),var(--sec2)) !important}
body.category .cat-hero-icon{width:46px !important;height:46px !important;border-radius:12px !important;display:flex !important;align-items:center;justify-content:center;background:var(--sect) !important;margin:0 auto 14px}
body.category .cat-hero-icon svg{width:22px;height:22px;stroke:var(--sec) !important}
body.category.category-seoul-side .cat-hero-icon svg{stroke:#CD2E3A !important}
body.category .cc-sec-switch a.cur{background:linear-gradient(90deg,var(--sec),var(--sec2)) !important}
/* unified post cards on category archives (match /blog/ master grid) */
body.category .loop-entry.entry{background:#16181e;border:1px solid rgba(255,255,255,.09);border-radius:14px;overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
body.category .loop-entry.entry:hover{transform:translateY(-3px);border-color:var(--sec);box-shadow:0 12px 30px rgba(0,0,0,.35)}
body.category .loop-entry .post-thumbnail .post-thumbnail-inner{position:relative;padding-bottom:56.25% !important;height:auto !important}
body.category .loop-entry .post-thumbnail img{position:absolute;inset:0;object-fit:cover;width:100% !important;height:100% !important}
body.category .loop-entry .entry-content-wrap{padding:20px 22px 22px}
body.category .loop-entry .entry-title,body.category .loop-entry .entry-title a{color:#ffffff !important;font-weight:800}
body.category .loop-entry .entry-title a:hover{color:var(--sec) !important}
body.category .loop-entry .entry-summary,body.category .loop-entry .entry-summary p{color:rgba(255,255,255,.78) !important;font-size:.9rem;line-height:1.6}
body.category .loop-entry .entry-meta,body.category .loop-entry .entry-date{font-family:'DM Mono','Courier New',monospace;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.55) !important}
body.category .loop-entry .entry-taxonomies a{color:var(--sec) !important;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none}
body.category .loop-entry .entry-actions a{color:var(--sec) !important}
/* lead story: first post on page one becomes a wide feature */
body.category .cc-lead{grid-column:1 / -1}
@media(min-width:768px){
body.category .cc-lead{display:grid;grid-template-columns:46% 1fr;align-items:stretch}
body.category .cc-lead .post-thumbnail{height:100%}
body.category .cc-lead .post-thumbnail{max-height:420px;overflow:hidden}
body.category .cc-lead .post-thumbnail .post-thumbnail-inner{padding-bottom:0 !important;height:100% !important;min-height:280px}
body.category .cc-lead .entry-content-wrap{padding:30px 34px;display:flex;flex-direction:column;justify-content:center}
body.category .cc-lead .entry-title{font-size:1.6rem;line-height:1.25}
}
/* more sections row (reuses explorer card component) */
.cc-more-secs{max-width:1160px;margin:8px auto 56px;padding:0 24px}
.cc-more-secs .cc-ms-kick{font-family:'DM Mono','Courier New',monospace;font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:14px}
.cc-more-secs .cc-ms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media(max-width:800px){.cc-more-secs .cc-ms-grid{grid-template-columns:1fr}}
.cc-expl-card{display:flex;flex-direction:column;gap:8px;background:#ffffff;border:1px solid #e4e7ee;border-radius:12px;padding:20px 22px;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s}
.cc-expl-card:hover{border-color:var(--sc);transform:translateY(-3px);box-shadow:0 10px 26px rgba(8,16,34,.2)}
.cc-expl-ic{width:40px;height:40px;border-radius:10px;background:var(--st);color:var(--sc);display:flex;align-items:center;justify-content:center}
.cc-expl-ic svg{width:20px;height:20px}
.cc-expl-name{font-weight:800;font-size:1rem;color:#0f1117}
.cc-expl-desc{font-size:.82rem;line-height:1.55;color:#5c6270}
.cc-expl-go{font-family:'DM Mono','Courier New',monospace;font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;color:var(--sc);margin-top:auto}
/* single post: section pill above the title + coloured underline */
.cc-sec-pill{display:inline-flex;align-items:center;gap:7px;font-family:'DM Mono','Courier New',monospace;font-size:.64rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffff !important;padding:6px 14px;border-radius:100px;margin:0 0 16px;text-decoration:none !important}
.cc-sec-pill:hover{filter:brightness(1.12)}
body.single-post .entry-title.cc-sec-titled::after{content:'';display:block;width:56px;height:3px;border-radius:2px;margin-top:10px;background:var(--pillbg,#1a56db)}


/* ── [2026-07-18] PBD FAMILY: green preview accents on the four Personal Branding Lab tool pages ── */
body.page-id-1686 .cc-prev, body.page-id-1687 .cc-prev, body.page-id-1688 .cc-prev, body.page-id-1689 .cc-prev { background: radial-gradient(120% 130% at 85% -10%, rgba(84,196,124,.16), transparent 55%), linear-gradient(160deg,#12351e,#0c2414) !important; border-color: rgba(143,206,159,.3) !important; }
body.page-id-1686 .cc-prev-tag, body.page-id-1687 .cc-prev-tag, body.page-id-1688 .cc-prev-tag, body.page-id-1689 .cc-prev-tag { color: #8fce9f !important; }
body.page-id-1686 .cc-prev .bt, body.page-id-1687 .cc-prev .bt, body.page-id-1688 .cc-prev .bt, body.page-id-1689 .cc-prev .bt { border-color: rgba(143,206,159,.35) !important; color: #cfe8d4 !important; background: rgba(143,206,159,.1) !important; }
body.page-id-1686 .cc-prev .bx, body.page-id-1687 .cc-prev .bx, body.page-id-1688 .cc-prev .bx, body.page-id-1689 .cc-prev .bx { border-color: rgba(143,206,159,.3) !important; background: rgba(143,206,159,.06) !important; }
body.page-id-1686 .cc-prev .rail, body.page-id-1687 .cc-prev .rail, body.page-id-1688 .cc-prev .rail, body.page-id-1689 .cc-prev .rail { background: linear-gradient(180deg, rgba(143,206,159,.55), rgba(143,206,159,0)) !important; }
body.page-id-1686 .cc-prev .beat, body.page-id-1687 .cc-prev .beat, body.page-id-1688 .cc-prev .beat, body.page-id-1689 .cc-prev .beat { border-color: rgba(143,206,159,.25) !important; }

