/*
Theme Name: beyond-scale-webpages (WPConvert)
Theme URI: https://wpconvert.ai
Author: WPConvert.ai
Author URI: https://wpconvert.ai
Description: This theme was automatically generated from your original site design using WPConvert.ai. It preserves your layout, colors, typography, header, footer, and page content, and makes it editable in WordPress.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpconvert
Tags: landing page, responsive, custom header, custom footer
*/

/* External Stylesheets - @import statements MUST come before any CSS rules */

/* CSS Variables */
:root {
}

/* Inline Styles */

/* Extracted CSS from page */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --cream: #fafaf7;
  --white: #ffffff;
  --ink: #1a1a18;
  --ink-soft: #3d3d3a;
  --ink-muted: #7a7a75;
  --accent: #2d6a4f;
  --accent-light: #eaf2ed;
  --accent-mid: #52976e;
  --accent-glow: #a8d5bc;
  --rule: #e4e4df;
  --serif: 'Georgia', 'Times New Roman', serif;
  --sans: 'Helvetica Neue', 'Arial', sans-serif;
}
html {
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink-soft);
  line-height: 1.78;
}

/* ─── NAV ─── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.nav.scrolled {
  border-bottom-color: var(--rule);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
.nav-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: normal;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
}
.nav-links li {
  position: relative;
}
.nav-links a {
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--ink-soft);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.15s;
  white-space: nowrap;
}
.nav-links a:hover {
  color: var(--accent);
}
.nav-links .nav-kit a {
  color: var(--accent);
  font-weight: 700;
  padding: 6px 12px;
  border: 1.5px solid var(--accent);
  border-radius: 3px;
  margin-left: 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.15s,
    color 0.15s;
}
.nav-links .nav-kit a:hover {
  background: var(--accent);
  color: var(--white);
}
.nav-links .has-dropdown > a::after {
  content: ' ▾';
  font-size: 10px;
  opacity: 0.6;
}
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
  min-width: 200px;
  padding: 6px 0;
  z-index: 200;
}
.has-dropdown:hover .dropdown {
  display: block;
}
.dropdown a {
  padding: 9px 18px;
  font-size: 13px;
  color: var(--ink-soft);
  display: block;
}
.dropdown a:hover {
  color: var(--accent);
  background: var(--cream);
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--ink-soft);
}
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--white);
  z-index: 300;
  flex-direction: column;
  padding: 24px 28px 40px;
  overflow-y: auto;
}
.mobile-nav.open {
  display: flex;
}
.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.mobile-nav-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--ink-muted);
  line-height: 1;
}
.mobile-nav a {
  display: block;
  font-size: 18px;
  font-family: var(--serif);
  color: var(--ink);
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
}
.mobile-nav a:hover {
  color: var(--accent);
}
.mobile-kit {
  margin-top: 24px;
  display: block;
  background: var(--accent);
  color: var(--white);
  padding: 14px 24px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/* ─── HERO ─── */
.mc-hero {
  background: #1a1a18;
  padding: 80px 40px 72px;
  text-align: center;
}
.mc-hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #52976e;
  margin-bottom: 20px;
}
.mc-hero h1 {
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: normal;
  line-height: 1.2;
  color: #ffffff;
  max-width: 720px;
  margin: 0 auto 24px;
}
.mc-hero h1 em {
  font-style: italic;
  color: #a8d5bc;
}
.mc-hero-sub {
  font-size: 18px;
  color: #b0b0aa;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ─── PAGE WRAP ─── */
.mc-page-wrap {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── INTRO ─── */
.mc-intro {
  padding: 72px 0 56px;
}
.mc-intro p {
  font-size: 18px;
  color: #3d3d3a;
  line-height: 1.85;
  margin-bottom: 22px;
}
.mc-intro p:last-child {
  margin-bottom: 0;
}
.mc-intro strong {
  color: #1a1a18;
  font-weight: 700;
}

/* ─── SECTION BLOCKS ─── */
.mc-section {
  padding: 56px 0;
  border-top: 1px solid #e4e4df;
}
.mc-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2d6a4f;
  margin-bottom: 14px;
  display: block;
}
.mc-section h2 {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 30px);
  font-weight: normal;
  color: #1a1a18;
  line-height: 1.3;
  margin-bottom: 24px;
}
.mc-section p {
  color: #3d3d3a;
  margin-bottom: 18px;
  line-height: 1.8;
}
.mc-section p:last-child {
  margin-bottom: 0;
}

/* ─── PULL QUOTE ─── */
.mc-pull-quote {
  border-left: 3px solid #2d6a4f;
  padding: 8px 0 8px 28px;
  margin: 36px 0;
}
.mc-pull-quote p {
  font-family: var(--serif);
  font-size: 22px;
  color: #1a1a18;
  line-height: 1.55;
  font-style: italic;
  margin: 0;
}

/* ─── FOUNDER CARDS ─── */
.mc-founder {
  background: #ffffff;
  border: 1px solid #e4e4df;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.mc-founder:last-child {
  margin-bottom: 0;
}
.mc-founder-header {
  background: #eaf2ed;
  border-bottom: 1px solid #c2dfd0;
  padding: 28px 36px;
}
.mc-founder-name {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: normal;
  color: #1a1a18;
  margin-bottom: 6px;
}
.mc-founder-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2d6a4f;
}
.mc-founder-body {
  padding: 32px 36px;
}
.mc-founder-body p {
  font-size: 16px;
  color: #3d3d3a;
  line-height: 1.85;
  margin-bottom: 18px;
}
.mc-founder-body p:last-child {
  margin-bottom: 0;
}

/* ─── EXPERTISE TAGS ─── */
.mc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.mc-tag {
  background: #f5f5f2;
  border: 1px solid #e4e4df;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  color: #3d3d3a;
  padding: 5px 14px;
  letter-spacing: 0.03em;
}

/* ─── ORIGIN STORY BLOCK ─── */
.mc-origin {
  background: #1a1a18;
  border-radius: 8px;
  padding: 48px 52px;
  margin: 48px 0 0;
}
.mc-origin-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #52976e;
  margin-bottom: 20px;
  display: block;
}
.mc-origin h3 {
  font-family: var(--serif);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: normal;
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: 24px;
}
.mc-origin p {
  font-size: 16px;
  color: #b0b0aa;
  line-height: 1.85;
  margin-bottom: 18px;
}
.mc-origin p:last-child {
  margin-bottom: 0;
}
.mc-origin strong {
  color: #ffffff;
  font-weight: 600;
}

/* ─── WHAT THIS IS NOT ─── */
.mc-signal-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.mc-signal-item {
  background: #ffffff;
  border: 1px solid #e4e4df;
  border-left: 3px solid #2d6a4f;
  border-radius: 4px;
  padding: 20px 24px;
}
.mc-signal-item p {
  font-size: 15.5px;
  color: #3d3d3a;
  margin: 0;
  line-height: 1.65;
}
.mc-signal-item p strong {
  color: #1a1a18;
}

/* ─── TOOLKIT CTA ─── */
.mc-toolkit {
  background: #2d6a4f;
  border-radius: 8px;
  padding: 48px 44px;
  margin: 56px 0 72px;
  color: #ffffff;
}
.mc-tk-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a8d5bc;
  margin-bottom: 16px;
  display: block;
}
.mc-toolkit h2 {
  font-family: var(--serif);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #ffffff;
}
.mc-toolkit p {
  font-size: 16px;
  color: #d4ede0;
  line-height: 1.75;
  margin-bottom: 28px;
}
.mc-tk-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.mc-tk-input {
  flex: 1;
  min-width: 200px;
  padding: 14px 18px;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-family: inherit;
  color: #1a1a18;
  background: #ffffff;
  outline: none;
}
.mc-tk-input::placeholder {
  color: #7a7a75;
}
.mc-tk-btn {
  background: #1a1a18;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  transition: background 0.15s;
}
.mc-tk-btn:hover {
  background: #333330;
}
.mc-tk-fine {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 12px;
  line-height: 1.5;
  display: block;
}

/* ─── FOOTER ─── */
.site-footer {
  background: var(--ink);
  border-top: 1px solid #2a2a28;
  padding: 40px 24px;
}
.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-logo {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--accent-mid);
  text-decoration: none;
}
.footer-links {
  display: flex;
  gap: 24px;
  list-style: none;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 12px;
  color: #6a6a65;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}
.footer-links a:hover {
  color: var(--accent-mid);
}
.footer-copy {
  font-size: 12px;
  color: #4a4a46;
  text-align: right;
}

/* ─── MOBILE ─── */
@media (max-width: 640px) {
  .nav-links {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
  .mc-hero {
    padding: 56px 24px 48px;
  }
  .mc-founder-header {
    padding: 22px 24px;
  }
  .mc-founder-body {
    padding: 24px;
  }
  .mc-origin {
    padding: 32px 24px;
  }
  .mc-toolkit {
    padding: 32px 24px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-copy {
    text-align: left;
  }
}

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
:root {
  --cream: #fafaf7;
  --white: #ffffff;
  --ink: #1a1a18;
  --ink-soft: #3d3d3a;
  --ink-muted: #7a7a75;
  --accent: #2d6a4f;
  --accent-light: #eaf2ed;
  --accent-mid: #52976e;
  --accent-glow: #a8d5bc;
  --rule: #e4e4df;
  --serif: 'Georgia', 'Times New Roman', serif;
  --sans: 'Helvetica Neue', 'Arial', sans-serif;
}
html {
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink-soft);
  line-height: 1.78;
}
.nav {
  position: sticky;
  top: 0px;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.nav.scrolled {
  border-bottom-color: var(--rule);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 8px;
}
.nav-inner {
  max-width: 980px;
  margin: 0px auto;
  padding: 0px 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: normal;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
}
.nav-links li {
  position: relative;
}
.nav-links a {
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--ink-soft);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.15s;
  white-space: nowrap;
}
.nav-links a:hover {
  color: var(--accent);
}
.nav-links .nav-kit a {
  color: var(--accent);
  font-weight: 700;
  padding: 6px 12px;
  border: 1.5px solid var(--accent);
  border-radius: 3px;
  margin-left: 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.15s,
    color 0.15s;
}
.nav-links .nav-kit a:hover {
  background: var(--accent);
  color: var(--white);
}
.nav-links .has-dropdown > a::after {
  content: ' ▾';
  font-size: 10px;
  opacity: 0.6;
}
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0px;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 16px;
  min-width: 200px;
  padding: 6px 0px;
  z-index: 200;
}
.has-dropdown:hover .dropdown {
  display: block;
}
.dropdown a {
  padding: 9px 18px;
  font-size: 13px;
  color: var(--ink-soft);
  display: block;
}
.dropdown a:hover {
  color: var(--accent);
  background: var(--cream);
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: none;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--ink-soft);
}
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0px;
  background: var(--white);
  z-index: 300;
  flex-direction: column;
  padding: 24px 28px 40px;
  overflow-y: auto;
}
.mobile-nav.open {
  display: flex;
}
.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.mobile-nav-close {
  background: none;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  font-size: 24px;
  cursor: pointer;
  color: var(--ink-muted);
  line-height: 1;
}
.mobile-nav a {
  display: block;
  font-size: 18px;
  font-family: var(--serif);
  color: var(--ink);
  text-decoration: none;
  padding: 12px 0px;
  border-bottom: 1px solid var(--rule);
}
.mobile-nav a:hover {
  color: var(--accent);
}
.mobile-kit {
  margin-top: 24px;
  display: block;
  background: var(--accent);
  color: var(--white);
  padding: 14px 24px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.mc-hero {
  background: rgb(26, 26, 24);
  padding: 80px 40px 72px;
  text-align: center;
}
.mc-hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(82, 151, 110);
  margin-bottom: 20px;
}
.mc-hero h1 {
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: normal;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  max-width: 720px;
  margin: 0px auto 24px;
}
.mc-hero h1 em {
  font-style: italic;
  color: rgb(168, 213, 188);
}
.mc-hero-sub {
  font-size: 18px;
  color: rgb(176, 176, 170);
  max-width: 600px;
  margin: 0px auto;
  line-height: 1.7;
}
.mc-page-wrap {
  max-width: 740px;
  margin: 0px auto;
  padding: 0px 24px;
}
.mc-intro {
  padding: 72px 0px 56px;
}
.mc-intro p {
  font-size: 18px;
  color: rgb(61, 61, 58);
  line-height: 1.85;
  margin-bottom: 22px;
}
.mc-intro p:last-child {
  margin-bottom: 0px;
}
.mc-intro strong {
  color: rgb(26, 26, 24);
  font-weight: 700;
}
.mc-section {
  padding: 56px 0px;
  border-top: 1px solid rgb(228, 228, 223);
}
.mc-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(45, 106, 79);
  margin-bottom: 14px;
  display: block;
}
.mc-section h2 {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 30px);
  font-weight: normal;
  color: rgb(26, 26, 24);
  line-height: 1.3;
  margin-bottom: 24px;
}
.mc-section p {
  color: rgb(61, 61, 58);
  margin-bottom: 18px;
  line-height: 1.8;
}
.mc-section p:last-child {
  margin-bottom: 0px;
}
.mc-pull-quote {
  border-left: 3px solid rgb(45, 106, 79);
  padding: 8px 0px 8px 28px;
  margin: 36px 0px;
}
.mc-pull-quote p {
  font-family: var(--serif);
  font-size: 22px;
  color: rgb(26, 26, 24);
  line-height: 1.55;
  font-style: italic;
  margin: 0px;
}
.mc-founder {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(228, 228, 223);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.mc-founder:last-child {
  margin-bottom: 0px;
}
.mc-founder-header {
  background: rgb(234, 242, 237);
  border-bottom: 1px solid rgb(194, 223, 208);
  padding: 28px 36px;
}
.mc-founder-name {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: normal;
  color: rgb(26, 26, 24);
  margin-bottom: 6px;
}
.mc-founder-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(45, 106, 79);
}
.mc-founder-body {
  padding: 32px 36px;
}
.mc-founder-body p {
  font-size: 16px;
  color: rgb(61, 61, 58);
  line-height: 1.85;
  margin-bottom: 18px;
}
.mc-founder-body p:last-child {
  margin-bottom: 0px;
}
.mc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.mc-tag {
  background: rgb(245, 245, 242);
  border: 1px solid rgb(228, 228, 223);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  color: rgb(61, 61, 58);
  padding: 5px 14px;
  letter-spacing: 0.03em;
}
.mc-origin {
  background: rgb(26, 26, 24);
  border-radius: 8px;
  padding: 48px 52px;
  margin: 48px 0px 0px;
}
.mc-origin-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(82, 151, 110);
  margin-bottom: 20px;
  display: block;
}
.mc-origin h3 {
  font-family: var(--serif);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: normal;
  color: rgb(255, 255, 255);
  line-height: 1.35;
  margin-bottom: 24px;
}
.mc-origin p {
  font-size: 16px;
  color: rgb(176, 176, 170);
  line-height: 1.85;
  margin-bottom: 18px;
}
.mc-origin p:last-child {
  margin-bottom: 0px;
}
.mc-origin strong {
  color: rgb(255, 255, 255);
  font-weight: 600;
}
.mc-signal-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.mc-signal-item {
  background: rgb(255, 255, 255);
  border-width: 1px 1px 1px 3px;
  border-style: solid;
  border-color: rgb(228, 228, 223) rgb(228, 228, 223) rgb(228, 228, 223)
    rgb(45, 106, 79);
  border-image: initial;
  border-radius: 4px;
  padding: 20px 24px;
}
.mc-signal-item p {
  font-size: 15.5px;
  color: rgb(61, 61, 58);
  margin: 0px;
  line-height: 1.65;
}
.mc-signal-item p strong {
  color: rgb(26, 26, 24);
}
.mc-toolkit {
  background: rgb(45, 106, 79);
  border-radius: 8px;
  padding: 48px 44px;
  margin: 56px 0px 72px;
  color: rgb(255, 255, 255);
}
.mc-tk-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(168, 213, 188);
  margin-bottom: 16px;
  display: block;
}
.mc-toolkit h2 {
  font-family: var(--serif);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 16px;
  color: rgb(255, 255, 255);
}
.mc-toolkit p {
  font-size: 16px;
  color: rgb(212, 237, 224);
  line-height: 1.75;
  margin-bottom: 28px;
}
.mc-tk-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.mc-tk-input {
  flex: 1 1 0%;
  min-width: 200px;
  padding: 14px 18px;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  border-radius: 4px;
  font-size: 15px;
  font-family: inherit;
  color: rgb(26, 26, 24);
  background: rgb(255, 255, 255);
  outline: none;
}
.mc-tk-input::placeholder {
  color: rgb(122, 122, 117);
}
.mc-tk-btn {
  background: rgb(26, 26, 24);
  color: rgb(255, 255, 255);
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  border-radius: 4px;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  transition: background 0.15s;
}
.mc-tk-btn:hover {
  background: rgb(51, 51, 48);
}
.mc-tk-fine {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 12px;
  line-height: 1.5;
  display: block;
}
.site-footer {
  background: var(--ink);
  border-top: 1px solid rgb(42, 42, 40);
  padding: 40px 24px;
}
.footer-inner {
  max-width: 900px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-logo {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--accent-mid);
  text-decoration: none;
}
.footer-links {
  display: flex;
  gap: 24px;
  list-style: none;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 12px;
  color: rgb(106, 106, 101);
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}
.footer-links a:hover {
  color: var(--accent-mid);
}
.footer-copy {
  font-size: 12px;
  color: rgb(74, 74, 70);
  text-align: right;
}
@media (max-width: 640px) {
  .nav-links {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
  .mc-hero {
    padding: 56px 24px 48px;
  }
  .mc-founder-header {
    padding: 22px 24px;
  }
  .mc-founder-body {
    padding: 24px;
  }
  .mc-origin {
    padding: 32px 24px;
  }
  .mc-toolkit {
    padding: 32px 24px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-copy {
    text-align: left;
  }
}

/* EC-NCE-005: Per-page CSS for /beyond-scale-blog */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --cream: #fafaf7;
  --white: #ffffff;
  --ink: #1a1a18;
  --ink-soft: #3d3d3a;
  --ink-muted: #7a7a75;
  --accent: #2d6a4f;
  --accent-light: #eaf2ed;
  --accent-mid: #52976e;
  --accent-glow: #a8d5bc;
  --rule: #e4e4df;
  --serif: 'Georgia', 'Times New Roman', serif;
  --sans: 'Helvetica Neue', 'Arial', sans-serif;
}
html {
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink-soft);
  line-height: 1.78;
}

/* ─── NAV ─── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.nav.scrolled {
  border-bottom-color: var(--rule);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
.nav-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: normal;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
}
.nav-links li {
  position: relative;
}
.nav-links a {
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--ink-soft);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.15s;
  white-space: nowrap;
}
.nav-links a:hover {
  color: var(--accent);
}
.nav-links .nav-kit a {
  color: var(--accent);
  font-weight: 700;
  padding: 6px 12px;
  border: 1.5px solid var(--accent);
  border-radius: 3px;
  margin-left: 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.15s,
    color 0.15s;
}
.nav-links .nav-kit a:hover {
  background: var(--accent);
  color: var(--white);
}
.nav-links .has-dropdown > a::after {
  content: ' ▾';
  font-size: 10px;
  opacity: 0.6;
}
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
  min-width: 200px;
  padding: 6px 0;
  z-index: 200;
}
.has-dropdown:hover .dropdown {
  display: block;
}
.dropdown a {
  padding: 9px 18px;
  font-size: 13px;
  color: var(--ink-soft);
  display: block;
}
.dropdown a:hover {
  color: var(--accent);
  background: var(--cream);
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--ink-soft);
}
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--white);
  z-index: 300;
  flex-direction: column;
  padding: 24px 28px 40px;
  overflow-y: auto;
}
.mobile-nav.open {
  display: flex;
}
.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.mobile-nav-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--ink-muted);
  line-height: 1;
}
.mobile-nav a {
  display: block;
  font-size: 18px;
  font-family: var(--serif);
  color: var(--ink);
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
}
.mobile-nav a:hover {
  color: var(--accent);
}
.mobile-kit {
  margin-top: 24px;
  display: block;
  background: var(--accent);
  color: var(--white);
  padding: 14px 24px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/* ─── HERO ─── */
.hero {
  background: var(--ink);
  padding: 96px 24px 80px;
  text-align: center;
}
.hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-mid);
  margin-bottom: 24px;
  display: block;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(34px, 4.8vw, 52px);
  font-weight: normal;
  line-height: 1.18;
  color: var(--white);
  max-width: 660px;
  margin: 0 auto 20px;
  letter-spacing: -0.01em;
}
.hero-sub {
  font-size: 18px;
  color: #a8a8a2;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.68;
}

/* ─── SHARED ─── */
.wrap-text {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  display: block;
}
.section-h2 {
  font-family: var(--serif);
  font-size: clamp(25px, 3.2vw, 33px);
  font-weight: normal;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 18px;
}

/* ─── ARCHIVE ─── */
.section-archive {
  padding: 64px 0;
}

/* Empty state */
.archive-empty {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 56px 36px;
  text-align: center;
  margin-top: 8px;
}
.archive-empty-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent-light);
  border: 1px solid #c2dfd0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.archive-empty h3 {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: normal;
  color: var(--ink);
  margin-bottom: 12px;
}
.archive-empty p {
  font-size: 15px;
  color: var(--ink-muted);
  line-height: 1.72;
  max-width: 420px;
  margin: 0 auto;
}
.archive-empty a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: var(--accent-glow);
}
.archive-empty a:hover {
  text-decoration-color: var(--accent);
}

/* Post list — for when content exists (commented out at launch) */
.archive-list {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.archive-post {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
  text-decoration: none;
  transition: none;
}
.archive-post:first-child {
  border-top: 1px solid var(--rule);
}
.archive-post:last-child {
  border-bottom: none;
}
.post-date {
  font-size: 13px;
  color: var(--ink-muted);
  font-style: italic;
}
.post-content {
}
.post-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-light);
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 8px;
}
.post-title {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: normal;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 8px;
  text-decoration: none;
  display: block;
  transition: color 0.15s;
}
.post-title:hover {
  color: var(--accent);
}
.post-excerpt {
  font-size: 15px;
  color: var(--ink-muted);
  line-height: 1.68;
  margin-bottom: 10px;
}
.post-read {
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: 0.03em;
}

/* ─── HANDOFF ─── */
.section-handoff {
  padding: 48px 0 80px;
  text-align: center;
  border-top: 1px solid var(--rule);
}
.handoff-text {
  font-size: 15px;
  color: var(--ink-muted);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.8;
}
.handoff-text a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: var(--accent-glow);
  transition: text-decoration-color 0.2s;
}
.handoff-text a:hover {
  text-decoration-color: var(--accent);
}

/* ─── FOOTER ─── */
.site-footer {
  background: var(--ink);
  border-top: 1px solid #2a2a28;
  padding: 40px 24px;
}
.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-logo {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--accent-mid);
  text-decoration: none;
}
.footer-links {
  display: flex;
  gap: 24px;
  list-style: none;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 12px;
  color: #6a6a65;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}
.footer-links a:hover {
  color: var(--accent-mid);
}
.footer-copy {
  font-size: 12px;
  color: #4a4a46;
  text-align: right;
}

/* ─── MOBILE ─── */
@media (max-width: 640px) {
  .nav-links {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
  .hero {
    padding: 64px 24px 56px;
  }
  .archive-post {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-copy {
    text-align: left;
  }
}
/* EC-NCE-005: Per-page CSS for /beyond-scale-contact */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --cream: #fafaf7;
  --white: #ffffff;
  --ink: #1a1a18;
  --ink-soft: #3d3d3a;
  --ink-muted: #7a7a75;
  --accent: #2d6a4f;
  --accent-light: #eaf2ed;
  --accent-mid: #52976e;
  --accent-glow: #a8d5bc;
  --rule: #e4e4df;
  --serif: 'Georgia', 'Times New Roman', serif;
  --sans: 'Helvetica Neue', 'Arial', sans-serif;
}
html {
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink-soft);
  line-height: 1.78;
}

/* ─── NAV ─── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.nav.scrolled {
  border-bottom-color: var(--rule);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
.nav-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: normal;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
}
.nav-links li {
  position: relative;
}
.nav-links a {
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--ink-soft);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.15s;
  white-space: nowrap;
}
.nav-links a:hover {
  color: var(--accent);
}
.nav-links .nav-kit a {
  color: var(--accent);
  font-weight: 700;
  padding: 6px 12px;
  border: 1.5px solid var(--accent);
  border-radius: 3px;
  margin-left: 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.15s,
    color 0.15s;
}
.nav-links .nav-kit a:hover {
  background: var(--accent);
  color: var(--white);
}
.nav-links .has-dropdown > a::after {
  content: ' ▾';
  font-size: 10px;
  opacity: 0.6;
}
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
  min-width: 200px;
  padding: 6px 0;
  z-index: 200;
}
.has-dropdown:hover .dropdown {
  display: block;
}
.dropdown a {
  padding: 9px 18px;
  font-size: 13px;
  color: var(--ink-soft);
  display: block;
}
.dropdown a:hover {
  color: var(--accent);
  background: var(--cream);
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--ink-soft);
}
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--white);
  z-index: 300;
  flex-direction: column;
  padding: 24px 28px 40px;
  overflow-y: auto;
}
.mobile-nav.open {
  display: flex;
}
.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.mobile-nav-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--ink-muted);
  line-height: 1;
}
.mobile-nav a {
  display: block;
  font-size: 18px;
  font-family: var(--serif);
  color: var(--ink);
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
}
.mobile-nav a:hover {
  color: var(--accent);
}
.mobile-kit {
  margin-top: 24px;
  display: block;
  background: var(--accent);
  color: var(--white);
  padding: 14px 24px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/* ─── CONTACT CONTENT ─── */
.section-contact {
  padding: 72px 0 40px;
}
.wrap-text {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  display: block;
}
.section-h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.6vw, 38px);
  font-weight: normal;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 16px;
}
.body-p {
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.85;
  margin-bottom: 8px;
}
.email-link {
  font-size: 18px;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.15s;
  display: inline-block;
  margin-bottom: 48px;
}
.email-link:hover {
  color: var(--accent-mid);
}

/* ─── FORM ─── */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-field label {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.03em;
}
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid var(--rule);
  border-radius: 4px;
  font-size: 15px;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  outline: none;
  transition: border-color 0.18s;
  -webkit-appearance: none;
}
.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--accent);
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: var(--ink-muted);
}
.form-field textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.65;
}
.form-submit {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.btn-submit {
  background: var(--accent);
  color: var(--white);
  border: none;
  border-radius: 4px;
  padding: 14px 40px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--sans);
  transition: background 0.15s;
}
.btn-submit:hover {
  background: var(--accent-mid);
}
.form-fine {
  font-size: 13px;
  color: var(--ink-muted);
  line-height: 1.6;
}

/* ─── HANDOFF ─── */
.section-handoff {
  padding: 52px 0 80px;
  text-align: center;
  border-top: 1px solid var(--rule);
  margin-top: 56px;
}
.handoff-text {
  font-size: 15px;
  color: var(--ink-muted);
  max-width: 480px;
  margin: 0 auto 12px;
  line-height: 1.8;
}
.handoff-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}
.handoff-link:hover {
  color: var(--accent-mid);
}

/* ─── FOOTER ─── */
.site-footer {
  background: var(--ink);
  border-top: 1px solid #2a2a28;
  padding: 40px 24px;
}
.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-logo {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--accent-mid);
  text-decoration: none;
}
.footer-links {
  display: flex;
  gap: 24px;
  list-style: none;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 12px;
  color: #6a6a65;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}
.footer-links a:hover {
  color: var(--accent-mid);
}
.footer-copy {
  font-size: 12px;
  color: #4a4a46;
  text-align: right;
}

/* ─── MOBILE ─── */
@media (max-width: 640px) {
  .nav-links {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
  .section-contact {
    padding: 52px 0 32px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-copy {
    text-align: left;
  }
}
/* EC-NCE-005: Per-page CSS for /beyond-scale-foundation-kit */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --cream: #fafaf7;
  --white: #ffffff;
  --ink: #1a1a18;
  --ink-soft: #3d3d3a;
  --ink-muted: #7a7a75;
  --accent: #2d6a4f;
  --accent-light: #eaf2ed;
  --accent-mid: #52976e;
  --accent-glow: #a8d5bc;
  --rule: #e4e4df;
  --serif: 'Georgia', 'Times New Roman', serif;
  --sans: 'Helvetica Neue', 'Arial', sans-serif;
}

html {
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink-soft);
  line-height: 1.78;
}

/* ─── NAV ─── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.nav.scrolled {
  border-bottom-color: var(--rule);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
.nav-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: normal;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
}
.nav-links li {
  position: relative;
}
.nav-links a {
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--ink-soft);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.15s;
  white-space: nowrap;
}
.nav-links a:hover {
  color: var(--accent);
}
.nav-links .nav-kit a {
  color: var(--accent);
  font-weight: 700;
  padding: 6px 12px;
  border: 1.5px solid var(--accent);
  border-radius: 3px;
  margin-left: 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.15s,
    color 0.15s;
}
.nav-links .nav-kit a:hover {
  background: var(--accent);
  color: var(--white);
}
.nav-links .has-dropdown > a::after {
  content: ' ▾';
  font-size: 10px;
  opacity: 0.6;
}
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
  min-width: 200px;
  padding: 6px 0;
  z-index: 200;
}
.has-dropdown:hover .dropdown {
  display: block;
}
.dropdown a {
  padding: 9px 18px;
  font-size: 13px;
  color: var(--ink-soft);
  display: block;
}
.dropdown a:hover {
  color: var(--accent);
  background: var(--cream);
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--ink-soft);
}
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--white);
  z-index: 300;
  flex-direction: column;
  padding: 24px 28px 40px;
  overflow-y: auto;
}
.mobile-nav.open {
  display: flex;
}
.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.mobile-nav-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--ink-muted);
  line-height: 1;
}
.mobile-nav a {
  display: block;
  font-size: 18px;
  font-family: var(--serif);
  color: var(--ink);
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
}
.mobile-nav a:hover {
  color: var(--accent);
}
.mobile-kit {
  margin-top: 24px;
  display: block;
  background: var(--accent);
  color: var(--white);
  padding: 14px 24px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/* ─── HERO ─── */
.hero {
  background: var(--ink);
  padding: 96px 24px 80px;
  text-align: center;
}
.hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-mid);
  margin-bottom: 24px;
  display: block;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 54px);
  font-weight: normal;
  line-height: 1.18;
  color: var(--white);
  max-width: 640px;
  margin: 0 auto 20px;
  letter-spacing: -0.01em;
}
.hero h1 em {
  font-style: italic;
  color: var(--accent-glow);
}
.hero-sub {
  font-size: 18px;
  color: #a8a8a2;
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.68;
}

/* Hero form */
.hero-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 480px;
  margin: 0 auto;
}
.hero-form input[type='email'] {
  flex: 1;
  min-width: 200px;
  padding: 14px 18px;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  outline: none;
}
.hero-form input[type='email']::placeholder {
  color: var(--ink-muted);
}
.hero-form button {
  background: var(--accent);
  color: var(--white);
  border: none;
  border-radius: 4px;
  padding: 14px 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  font-family: var(--sans);
  transition: background 0.15s;
}
.hero-form button:hover {
  background: var(--accent-mid);
}
.hero-fine {
  font-size: 13px;
  color: #5a5a55;
  margin-top: 14px;
}

/* ─── SHARED ─── */
.wrap-text {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  display: block;
}
.section-h2 {
  font-family: var(--serif);
  font-size: clamp(25px, 3.2vw, 33px);
  font-weight: normal;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 18px;
}
.body-p {
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.85;
  margin-bottom: 20px;
}
.body-strong {
  font-size: 18px;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 20px;
  display: block;
}

/* ─── SECTION 2: POSITIONING ─── */
.section-positioning {
  padding: 72px 0 60px;
}

/* ─── SECTION 3: THE SIX ARTIFACTS ─── */
.section-artifacts {
  padding: 64px 0;
  border-top: 1px solid var(--rule);
}
.section-subtitle {
  font-size: 17px;
  font-style: italic;
  color: var(--ink-muted);
  font-family: var(--serif);
  margin-bottom: 52px;
  line-height: 1.6;
}

/* Artifact block */
.artifact-block {
  display: flex;
  gap: 36px;
  padding: 40px 0;
  border-top: 1px solid var(--rule);
  align-items: flex-start;
}
.artifact-block:first-of-type {
  border-top: none;
  padding-top: 0;
}

.artifact-num {
  font-family: var(--serif);
  font-size: 48px;
  font-weight: normal;
  color: var(--accent-light);
  line-height: 1;
  flex-shrink: 0;
  width: 56px;
  text-align: right;
  padding-top: 4px;
  /* Accent color layered beneath via text-stroke trick — just use the rendered color */
  -webkit-text-stroke: 1px var(--accent-mid);
  color: transparent;
}

.artifact-body {
  flex: 1;
}
.artifact-title {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: normal;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 16px;
}
.artifact-p {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.82;
  margin-bottom: 16px;
}
.artifact-p:last-of-type {
  margin-bottom: 12px;
}
.artifact-format {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.7;
}
.artifact-format strong {
  color: var(--ink);
  font-weight: 700;
}

/* ─── SECTION 4: WHO IT'S FOR ─── */
.section-for {
  padding: 64px 0;
  border-top: 1px solid var(--rule);
}

/* ─── SECTION 5: FINAL CTA ─── */
.section-cta {
  background: var(--ink);
  padding: 88px 24px 76px;
  text-align: center;
}
.cta-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-mid);
  margin-bottom: 20px;
  display: block;
}
.cta-h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: normal;
  font-style: italic;
  color: var(--white);
  line-height: 1.28;
  margin-bottom: 10px;
}
.cta-h2 em {
  color: var(--accent-glow);
  font-style: italic;
}
.cta-subtext {
  font-size: 15px;
  color: #6a6a65;
  margin-bottom: 36px;
}

/* CTA form */
.cta-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 480px;
  margin: 0 auto 20px;
}
.cta-form input[type='email'] {
  flex: 1;
  min-width: 200px;
  padding: 14px 18px;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  outline: none;
}
.cta-form input[type='email']::placeholder {
  color: var(--ink-muted);
}
.cta-form button {
  background: var(--accent);
  color: var(--white);
  border: none;
  border-radius: 4px;
  padding: 14px 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  font-family: var(--sans);
  transition: background 0.15s;
}
.cta-form button:hover {
  background: var(--accent-mid);
}
.cta-fine {
  font-size: 13px;
  color: #5a5a55;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ─── SECTION 6: HANDOFF ─── */
.section-handoff {
  padding: 52px 24px;
  text-align: center;
  border-top: 1px solid var(--rule);
}
.handoff-text {
  font-size: 15px;
  color: var(--ink-muted);
  max-width: 600px;
  margin: 0 auto 16px;
  line-height: 1.8;
}
.handoff-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}
.handoff-link:hover {
  color: var(--accent-mid);
}

/* ─── FOOTER ─── */
.site-footer {
  background: var(--ink);
  border-top: 1px solid #2a2a28;
  padding: 40px 24px;
}
.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-logo {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--accent-mid);
  text-decoration: none;
}
.footer-links {
  display: flex;
  gap: 24px;
  list-style: none;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 12px;
  color: #6a6a65;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}
.footer-links a:hover {
  color: var(--accent-mid);
}
.footer-copy {
  font-size: 12px;
  color: #4a4a46;
  text-align: right;
}

/* ─── MOBILE ─── */
@media (max-width: 640px) {
  .nav-links {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
  .hero {
    padding: 64px 24px 56px;
  }
  .hero-form {
    flex-direction: column;
  }
  .hero-form input[type='email'],
  .hero-form button {
    width: 100%;
  }
  .cta-form {
    flex-direction: column;
  }
  .cta-form input[type='email'],
  .cta-form button {
    width: 100%;
  }
  .artifact-block {
    flex-direction: column;
    gap: 16px;
  }
  .artifact-num {
    width: auto;
    text-align: left;
    font-size: 36px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-copy {
    text-align: left;
  }
}
/* EC-NCE-005: Per-page CSS for /beyond-scale-homepage */
.mc-wrap *,
.mc-wrap *::before,
.mc-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.mc-wrap {
  --cream: #fafaf7;
  --white: #ffffff;
  --ink: #1a1a18;
  --ink-soft: #3d3d3a;
  --ink-muted: #7a7a75;
  --accent: #2d6a4f;
  --accent-light: #eaf2ed;
  --accent-mid: #52976e;
  --accent-glow: #a8d5bc;
  --rule: #e4e4df;
  --serif: 'Georgia', 'Times New Roman', serif;
  --sans: 'Helvetica Neue', 'Arial', sans-serif;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

/* HERO */
.mc-hero {
  background: #1a1a18;
  padding: 104px 40px 92px;
  text-align: center;
}
.mc-hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #52976e;
  margin-bottom: 26px;
}
.mc-hero h1 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: clamp(38px, 5.4vw, 60px);
  font-weight: normal;
  line-height: 1.14;
  color: #ffffff;
  max-width: 780px;
  margin: 0 auto 26px;
  letter-spacing: -0.01em;
}
.mc-hero h1 em {
  font-style: italic;
  color: #a8d5bc;
}
.mc-hero-sub {
  font-size: 19px;
  color: #b0b0aa;
  max-width: 600px;
  margin: 0 auto 44px;
  line-height: 1.7;
}
.mc-hero-cta {
  display: inline-block;
  background: #2d6a4f;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 4px;
  transition: background 0.2s;
}
.mc-hero-cta:hover {
  background: #52976e;
}

/* PAGE WRAP */
.mc-page-wrap {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
}

/* PROBLEM SECTION */
.mc-problem {
  padding: 80px 0 64px;
}
.mc-problem p {
  font-size: 18px;
  color: #3d3d3a;
  line-height: 1.85;
  margin-bottom: 22px;
}
.mc-problem p:last-child {
  margin-bottom: 0;
}
.mc-problem strong {
  color: #1a1a18;
  font-weight: 700;
}
.mc-problem .mc-lead {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 21px;
  line-height: 1.6;
  color: #1a1a18;
}

/* Subordinate callout — left-bar accent */
.mc-callout-sub {
  border-left: 2px solid #2d6a4f;
  padding: 4px 0 4px 18px;
  font-weight: 600;
  color: #1a1a18;
  display: block;
  margin: 4px 0 22px;
  font-size: 18px;
  line-height: 1.7;
}

/* Primary callout — dark inset block (timeline statement) */
.mc-callout-primary {
  background: #1a1a18;
  padding: 28px 32px;
  margin: 12px 0 28px;
  border-radius: 6px;
}
.mc-callout-primary .mc-cp-lead {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #52976e;
  margin-bottom: 12px;
}
.mc-callout-primary .mc-cp-text {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.4;
  font-style: italic;
  color: #ffffff;
}
.mc-callout-primary .mc-cp-text em {
  font-style: normal;
  color: #a8d5bc;
}
.mc-callout-primary .mc-cp-setup {
  font-size: 16px;
  color: #b0b0aa;
  line-height: 1.7;
  margin-bottom: 10px;
  font-style: normal;
}

/* SECTION SHELL */
.mc-section {
  padding: 64px 0;
  border-top: 1px solid #e4e4df;
}
.mc-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2d6a4f;
  margin-bottom: 14px;
}
.mc-section h2 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: clamp(25px, 3.2vw, 33px);
  font-weight: normal;
  color: #1a1a18;
  line-height: 1.3;
  margin-bottom: 14px;
}
.mc-section .mc-section-sub {
  font-size: 16px;
  color: #7a7a75;
  margin-bottom: 8px;
  line-height: 1.65;
}
.mc-section > p {
  color: #3d3d3a;
  margin-bottom: 18px;
  line-height: 1.8;
}

/* THE TURN — two doors */
.mc-turn-intro {
  margin-bottom: 36px;
}
.mc-turn-intro p {
  font-size: 17px;
  color: #3d3d3a;
  line-height: 1.8;
  margin-bottom: 16px;
}
.mc-turn-intro p:last-child {
  margin-bottom: 0;
}
.mc-turn-intro strong {
  color: #1a1a18;
  font-weight: 700;
}

.mc-doors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.mc-door {
  background: #ffffff;
  border: 1px solid #e4e4df;
  border-radius: 6px;
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s;
}
.mc-door:hover {
  border-color: #2d6a4f;
}
.mc-door-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2d6a4f;
  margin-bottom: 14px;
}
.mc-door h3 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 23px;
  font-weight: normal;
  color: #1a1a18;
  line-height: 1.3;
  margin-bottom: 12px;
}
.mc-door p {
  font-size: 15px;
  color: #3d3d3a;
  line-height: 1.7;
  margin-bottom: 14px;
}
.mc-door p:last-of-type {
  margin-bottom: 22px;
}
.mc-door-foot {
  margin-top: auto;
}
.mc-door-link {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #2d6a4f;
  text-decoration: none;
  border-bottom: 1.5px solid #a8d5bc;
  padding-bottom: 2px;
  transition: border-color 0.2s;
}
.mc-door-link:hover {
  border-color: #2d6a4f;
}
.mc-door-meta {
  font-size: 13px;
  color: #7a7a75;
  font-style: italic;
  margin-top: 14px;
  line-height: 1.55;
}

.mc-turn-foot {
  font-size: 15px;
  color: #7a7a75;
  font-style: italic;
  line-height: 1.7;
  margin-top: 28px;
  text-align: center;
}

/* CREDIBILITY GESTURE */
.mc-cred {
  background: #eaf2ed;
  border: 1px solid #c2dfd0;
  border-radius: 8px;
  padding: 44px 44px;
}
.mc-cred-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2d6a4f;
  margin-bottom: 16px;
}
.mc-cred h2 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: normal;
  color: #1a1a18;
  line-height: 1.32;
  margin-bottom: 16px;
}
.mc-cred p {
  font-size: 16px;
  color: #3d3d3a;
  line-height: 1.8;
  margin-bottom: 16px;
}
.mc-cred p:last-of-type {
  margin-bottom: 24px;
}
.mc-cred strong {
  color: #1a1a18;
  font-weight: 700;
}
.mc-cred-link {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #2d6a4f;
  text-decoration: none;
  border-bottom: 1.5px solid #2d6a4f;
  padding-bottom: 2px;
}
.mc-cred-link:hover {
  color: #1a1a18;
  border-color: #1a1a18;
}

/* CLOSING */
.mc-closing {
  background: #1a1a18;
  padding: 88px 40px;
  text-align: center;
  margin-top: 64px;
  border-radius: 8px;
}
.mc-closing-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #52976e;
  margin-bottom: 22px;
}
.mc-closing h2 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: clamp(27px, 3.8vw, 37px);
  font-weight: normal;
  color: #ffffff;
  line-height: 1.28;
  margin-bottom: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}
.mc-closing h2 em {
  font-style: normal;
  color: #a8d5bc;
}
.mc-closing p {
  font-size: 17px;
  color: #b0b0aa;
  max-width: 540px;
  margin: 0 auto 38px;
  line-height: 1.7;
}
.mc-closing-cta {
  display: inline-block;
  background: #2d6a4f;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 17px 44px;
  border-radius: 4px;
  transition: background 0.2s;
}
.mc-closing-cta:hover {
  background: #52976e;
}
.mc-closing-fine {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 18px;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .mc-hero {
    padding: 68px 24px 60px;
  }
  .mc-problem {
    padding: 56px 0 48px;
  }
  .mc-section {
    padding: 52px 0;
  }
  .mc-doors {
    grid-template-columns: 1fr;
  }
  .mc-door {
    padding: 28px 24px;
  }
  .mc-cred {
    padding: 32px 26px;
  }
  .mc-closing {
    padding: 60px 28px;
  }
}
/* EC-NCE-005: Per-page CSS for /beyond-scale-library */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --cream: #fafaf7;
  --white: #ffffff;
  --ink: #1a1a18;
  --ink-soft: #3d3d3a;
  --ink-muted: #7a7a75;
  --accent: #2d6a4f;
  --accent-light: #eaf2ed;
  --accent-mid: #52976e;
  --accent-glow: #a8d5bc;
  --rule: #e4e4df;
  --s01: #4a6fa5;
  --s02: #8b6914;
  --s03: #2b6b6b;
  --s04: #6b3d6b;
  --s05: #8b4a3a;
  --s06: #d4732a;
  --serif: 'Georgia', 'Times New Roman', serif;
  --sans: 'Helvetica Neue', 'Arial', sans-serif;
}

html {
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink-soft);
  line-height: 1.78;
}

/* ─── NAV ─── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.nav.scrolled {
  border-bottom-color: var(--rule);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
.nav-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: normal;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
}
.nav-links li {
  position: relative;
}
.nav-links a {
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--ink-soft);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.15s;
  white-space: nowrap;
}
.nav-links a:hover {
  color: var(--accent);
}
.nav-links .nav-kit a {
  color: var(--accent);
  font-weight: 700;
  padding: 6px 12px;
  border: 1.5px solid var(--accent);
  border-radius: 3px;
  margin-left: 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.15s,
    color 0.15s;
}
.nav-links .nav-kit a:hover {
  background: var(--accent);
  color: var(--white);
}
.nav-links .has-dropdown > a::after {
  content: ' ▾';
  font-size: 10px;
  opacity: 0.6;
}
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
  min-width: 200px;
  padding: 6px 0;
  z-index: 200;
}
.has-dropdown:hover .dropdown {
  display: block;
}
.dropdown a {
  padding: 9px 18px;
  font-size: 13px;
  color: var(--ink-soft);
  display: block;
}
.dropdown a:hover {
  color: var(--accent);
  background: var(--cream);
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--ink-soft);
}
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--white);
  z-index: 300;
  flex-direction: column;
  padding: 24px 28px 40px;
  overflow-y: auto;
}
.mobile-nav.open {
  display: flex;
}
.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.mobile-nav-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--ink-muted);
  line-height: 1;
}
.mobile-nav a {
  display: block;
  font-size: 18px;
  font-family: var(--serif);
  color: var(--ink);
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
}
.mobile-nav a:hover {
  color: var(--accent);
}
.mobile-kit {
  margin-top: 24px;
  display: block;
  background: var(--accent);
  color: var(--white);
  padding: 14px 24px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/* ─── HERO ─── */
.hero {
  background: var(--ink);
  padding: 96px 24px 80px;
  text-align: center;
}
.hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-mid);
  margin-bottom: 24px;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: normal;
  line-height: 1.16;
  color: var(--white);
  max-width: 680px;
  margin: 0 auto 20px;
  letter-spacing: -0.01em;
}
.hero h1 em {
  font-style: italic;
  color: var(--accent-glow);
}
.hero-sub {
  font-size: 18px;
  color: #a8a8a2;
  max-width: 580px;
  margin: 0 auto 52px;
  line-height: 1.68;
}
.stats-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 40px;
}
.stat-item {
  text-align: center;
  padding: 0 48px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.stat-item:last-child {
  border-right: none;
}
.stat-num {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: normal;
  color: var(--white);
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}
.stat-label {
  font-size: 12px;
  color: #6a6a65;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ─── SHARED ─── */
.wrap-text {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
}
.wrap-wide {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  display: block;
}
.section-h2 {
  font-family: var(--serif);
  font-size: clamp(25px, 3.2vw, 33px);
  font-weight: normal;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 18px;
}
.body-p {
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.85;
  margin-bottom: 20px;
}

/* ─── SECTION 2: WHAT IT IS ─── */
.section-what {
  padding: 72px 0 60px;
}
.pull-quote {
  border-left: 3px solid var(--accent);
  padding: 6px 0 6px 24px;
  margin: 32px 0;
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  color: var(--ink);
  line-height: 1.55;
}

/* ─── SECTION 3: WHO IT'S FOR ─── */
.section-for {
  padding: 60px 0;
  border-top: 1px solid var(--rule);
}
.callout-bar {
  border-left: 2px solid var(--accent);
  padding-left: 20px;
  margin: 28px 0 0;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.68;
}

/* What this is not */
.not-block {
  border: 1px solid var(--rule);
  border-radius: 5px;
  padding: 28px 32px;
  background: var(--white);
  margin-top: 32px;
}
.not-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 16px;
  display: block;
}
.not-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.not-list li {
  display: flex;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid var(--rule);
}
.not-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.not-dash {
  font-size: 14px;
  color: var(--ink-muted);
  flex-shrink: 0;
  margin-top: 1px;
  line-height: 1.65;
}
.not-text {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.65;
}
.not-text strong {
  color: var(--ink);
  font-weight: 700;
}

/* ─── SECTION 4: LIBRARY MAP ─── */
.section-map {
  padding: 64px 0 72px;
  border-top: 1px solid var(--rule);
}
.section-intro {
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.85;
  margin-bottom: 44px;
}

/* Section cards grid */
.map-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.section-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 5px;
  border-left-width: 4px;
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.18s;
}
.section-card:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
.card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  color: var(--white);
  font-family: var(--sans);
  flex-shrink: 0;
  letter-spacing: 0.04em;
}
.card-title {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: normal;
  color: var(--ink);
  line-height: 1.25;
}
.card-question {
  font-size: 14px;
  font-style: italic;
  color: var(--ink-muted);
  margin-bottom: 10px;
  font-family: var(--serif);
  line-height: 1.5;
}
.card-count {
  font-size: 12px;
  color: var(--ink-muted);
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.card-desc {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.72;
  margin-bottom: 16px;
}

/* Sub-section bullets */
.card-subsections {
  margin-bottom: 18px;
}
.card-subsections-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 9px;
  display: block;
}
.card-subsections ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.card-subsections li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.card-subsections li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
  margin-top: 6px;
  opacity: 0.5;
}
.card-subsections li strong {
  color: var(--ink);
  font-weight: 700;
}

/* Excerpt block */
.card-excerpt {
  border-radius: 3px;
  border-left-width: 2px;
  border-left-style: solid;
  padding: 14px 16px;
  margin-bottom: 20px;
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
  color: var(--ink);
  line-height: 1.6;
  flex: 1;
}

.card-free-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-light);
  padding: 4px 10px;
  border-radius: 3px;
  margin-bottom: 18px;
  border: 1px solid #c2dfd0;
}

.card-link {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: opacity 0.15s;
  margin-top: auto;
  display: inline-block;
}
.card-link:hover {
  opacity: 0.72;
}

/* ─── SECTION 5: HOW IT WORKS ─── */
.section-how {
  padding: 64px 0;
  border-top: 1px solid var(--rule);
}
.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 36px;
}
.feature-rule {
  width: 24px;
  height: 2px;
  background: var(--accent);
  margin-bottom: 14px;
}
.feature-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}
.feature-desc {
  font-size: 15px;
  color: var(--ink-muted);
  line-height: 1.68;
}

/* ─── SECTION 6: RELATED ─── */
.section-related {
  padding: 60px 0;
  border-top: 1px solid var(--rule);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.related-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 5px;
  padding: 22px 20px 18px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.18s;
}
.related-card:hover {
  border-color: var(--accent);
}
.related-title {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: normal;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.3;
}
.related-desc {
  font-size: 14px;
  color: var(--ink-muted);
  line-height: 1.68;
  margin-bottom: 18px;
  flex: 1;
}
.related-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}
.related-link:hover {
  color: var(--accent-mid);
}

/* ─── PURCHASE CTA ─── */
.section-purchase {
  background: var(--accent);
  padding: 80px 24px 72px;
  text-align: center;
}
.purchase-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 18px;
  display: block;
}
.purchase-h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: normal;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 18px;
}
.purchase-body {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.78);
  max-width: 520px;
  margin: 0 auto 40px;
  line-height: 1.72;
}
.price-num {
  font-family: var(--serif);
  font-size: 54px;
  font-weight: normal;
  color: var(--white);
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
.price-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 28px;
}
.btn-white {
  display: inline-block;
  background: var(--white);
  color: var(--accent);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 16px 44px;
  border-radius: 4px;
  transition: opacity 0.18s;
}
.btn-white:hover {
  opacity: 0.9;
}
.purchase-fine {
  margin-top: 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  display: block;
}
.purchase-divider {
  margin: 36px auto 24px;
  max-width: 320px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.purchase-divider::before,
.purchase-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.purchase-divider span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}
.btn-ghost {
  display: inline-block;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 4px;
  transition:
    border-color 0.18s,
    background 0.18s;
}
.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.06);
}

/* ─── FOOTER ─── */
.site-footer {
  background: var(--ink);
  border-top: 1px solid #2a2a28;
  padding: 40px 24px;
}
.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-logo {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--accent-mid);
  text-decoration: none;
}
.footer-links {
  display: flex;
  gap: 24px;
  list-style: none;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 12px;
  color: #6a6a65;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}
.footer-links a:hover {
  color: var(--accent-mid);
}
.footer-copy {
  font-size: 12px;
  color: #4a4a46;
  text-align: right;
}

/* ─── MOBILE ─── */
@media (max-width: 640px) {
  .nav-links {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
  .hero {
    padding: 64px 24px 52px;
  }
  .stats-bar {
    gap: 24px;
    padding-top: 32px;
  }
  .stat-item {
    padding: 0 20px;
    border-right: none;
  }
  .map-grid {
    grid-template-columns: 1fr;
  }
  .feature-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .related-grid {
    grid-template-columns: 1fr;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-copy {
    text-align: left;
  }
  .price-num {
    font-size: 44px;
  }
}
@media (min-width: 641px) and (max-width: 860px) {
  .related-grid {
    grid-template-columns: 1fr 1fr;
  }
}
/* EC-NCE-005: Per-page CSS for /beyond-scale-reports */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --cream: #fafaf7;
  --white: #ffffff;
  --ink: #1a1a18;
  --ink-soft: #3d3d3a;
  --ink-muted: #7a7a75;
  --accent: #2d6a4f;
  --accent-light: #eaf2ed;
  --accent-mid: #52976e;
  --accent-glow: #a8d5bc;
  --rule: #e4e4df;
  --terra: #8b4a3a;
  --terra-light: #f5eeec;
  --serif: 'Georgia', 'Times New Roman', serif;
  --sans: 'Helvetica Neue', 'Arial', sans-serif;
}

html {
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink-soft);
  line-height: 1.78;
}

/* ─── NAV ─── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.nav.scrolled {
  border-bottom-color: var(--rule);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
.nav-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: normal;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
}
.nav-links li {
  position: relative;
}
.nav-links a {
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--ink-soft);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.15s;
  white-space: nowrap;
}
.nav-links a:hover {
  color: var(--accent);
}
.nav-links .nav-kit a {
  color: var(--accent);
  font-weight: 700;
  padding: 6px 12px;
  border: 1.5px solid var(--accent);
  border-radius: 3px;
  margin-left: 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.15s,
    color 0.15s;
}
.nav-links .nav-kit a:hover {
  background: var(--accent);
  color: var(--white);
}
.nav-links .has-dropdown > a::after {
  content: ' ▾';
  font-size: 10px;
  opacity: 0.6;
}
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
  min-width: 200px;
  padding: 6px 0;
  z-index: 200;
}
.has-dropdown:hover .dropdown {
  display: block;
}
.dropdown a {
  padding: 9px 18px;
  font-size: 13px;
  color: var(--ink-soft);
  display: block;
}
.dropdown a:hover {
  color: var(--accent);
  background: var(--cream);
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--ink-soft);
}
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--white);
  z-index: 300;
  flex-direction: column;
  padding: 24px 28px 40px;
  overflow-y: auto;
}
.mobile-nav.open {
  display: flex;
}
.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.mobile-nav-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--ink-muted);
  line-height: 1;
}
.mobile-nav a {
  display: block;
  font-size: 18px;
  font-family: var(--serif);
  color: var(--ink);
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
}
.mobile-nav a:hover {
  color: var(--accent);
}
.mobile-kit {
  margin-top: 24px;
  display: block;
  background: var(--accent);
  color: var(--white);
  padding: 14px 24px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/* ─── HERO ─── */
.hero {
  background: var(--ink);
  padding: 96px 24px 80px;
  text-align: center;
}
.hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-mid);
  margin-bottom: 24px;
  display: block;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(34px, 4.8vw, 54px);
  font-weight: normal;
  line-height: 1.18;
  color: var(--white);
  max-width: 680px;
  margin: 0 auto 20px;
  letter-spacing: -0.01em;
}
.hero h1 em {
  font-style: italic;
  color: var(--accent-glow);
}
.hero-sub {
  font-size: 18px;
  color: #a8a8a2;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.68;
}

/* ─── SHARED ─── */
.wrap-text {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
}
.wrap-wide {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  display: block;
}
.section-h2 {
  font-family: var(--serif);
  font-size: clamp(25px, 3.2vw, 33px);
  font-weight: normal;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 18px;
}
.body-p {
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.85;
  margin-bottom: 20px;
}
.callout-bar {
  border-left: 2px solid var(--accent);
  padding-left: 20px;
  margin: 28px 0 0;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.68;
}

/* ─── SECTION 2: WHAT A REPORT IS ─── */
.section-what {
  padding: 72px 0 60px;
}

/* ─── SECTION 3: TWO CARDS ─── */
.section-choose {
  padding: 64px 0;
  border-top: 1px solid var(--rule);
}
.routing-q {
  font-size: 18px;
  font-style: italic;
  color: var(--ink-soft);
  font-family: var(--serif);
  margin-bottom: 36px;
  line-height: 1.6;
  max-width: 680px;
}
.report-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.report-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-left: 4px solid var(--terra);
  border-radius: 5px;
  padding: 32px 30px 28px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.18s;
}
.report-card:hover {
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}
.card-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--terra);
  padding: 5px 12px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 14px;
  align-self: flex-start;
}
.card-situation {
  font-size: 14px;
  color: var(--ink-muted);
  margin-bottom: 12px;
  line-height: 1.55;
  font-style: italic;
  font-family: var(--serif);
}
.card-h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: normal;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 8px;
}
.card-price {
  font-size: 13px;
  font-weight: 700;
  color: var(--terra);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.card-desc {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.72;
  margin-bottom: 24px;
  flex: 1;
}
.btn-terra {
  display: inline-block;
  background: var(--terra);
  color: var(--white);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 13px 24px;
  border-radius: 4px;
  transition: opacity 0.15s;
  align-self: flex-start;
}
.btn-terra:hover {
  opacity: 0.85;
}

/* ─── SECTION 4: HOW IT WORKS ─── */
.section-how {
  padding: 64px 0;
  border-top: 1px solid var(--rule);
}
.steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 36px;
}
.step {
  display: flex;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
  align-items: flex-start;
}
.step:last-child {
  border-bottom: none;
}
.step-num {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: normal;
  color: var(--rule);
  line-height: 1;
  flex-shrink: 0;
  width: 36px;
  -webkit-text-stroke: 1px var(--terra);
  color: transparent;
}
.step-body {
  flex: 1;
}
.step-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}
.step-desc {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.72;
}

/* ─── SECTION 5: CREDIBILITY ─── */
.section-credibility {
  padding: 64px 24px;
  border-top: 1px solid var(--rule);
}
.credibility-block {
  background: var(--accent-light);
  border-radius: 8px;
  padding: 52px 56px;
  max-width: 740px;
  margin: 0 auto;
}
.credibility-block .section-label {
  margin-bottom: 16px;
}
.credibility-block .section-h2 {
  margin-bottom: 20px;
}
.credibility-block .body-p {
  margin-bottom: 18px;
}
.credibility-strong {
  font-size: 17px;
  font-style: italic;
  color: var(--ink);
  font-family: var(--serif);
  margin-bottom: 20px;
  display: block;
}
.credibility-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.15s;
}
.credibility-link:hover {
  color: var(--accent-mid);
}

/* ─── SECTION 6: CLOSING ─── */
.section-closing {
  background: var(--ink);
  padding: 88px 24px 76px;
  text-align: center;
}
.closing-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-mid);
  margin-bottom: 20px;
  display: block;
}
.closing-h2 {
  font-family: var(--serif);
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: normal;
  font-style: italic;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 24px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.closing-h2 em {
  font-style: italic;
  color: var(--accent-glow);
}
.closing-body {
  font-size: 17px;
  color: #a8a8a2;
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.72;
}
.closing-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-ghost-terra {
  display: inline-block;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 4px;
  transition:
    border-color 0.18s,
    background 0.18s;
  white-space: nowrap;
}
.btn-ghost-terra:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.06);
}
.closing-fine {
  margin-top: 20px;
  font-size: 13px;
  color: #5a5a55;
}
.closing-fine a {
  color: var(--accent-mid);
  text-decoration: none;
}
.closing-fine a:hover {
  text-decoration: underline;
}

/* ─── FOOTER ─── */
.site-footer {
  background: var(--ink);
  border-top: 1px solid #2a2a28;
  padding: 40px 24px;
}
.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-logo {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--accent-mid);
  text-decoration: none;
}
.footer-links {
  display: flex;
  gap: 24px;
  list-style: none;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 12px;
  color: #6a6a65;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}
.footer-links a:hover {
  color: var(--accent-mid);
}
.footer-copy {
  font-size: 12px;
  color: #4a4a46;
  text-align: right;
}

/* ─── MOBILE ─── */
@media (max-width: 640px) {
  .nav-links {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
  .hero {
    padding: 64px 24px 56px;
  }
  .report-cards {
    grid-template-columns: 1fr;
  }
  .credibility-block {
    padding: 36px 28px;
  }
  .closing-buttons {
    flex-direction: column;
    align-items: center;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-copy {
    text-align: left;
  }
}
/* EC-NCE-005: Per-page CSS for /beyond-scale-strategic-assessment */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --cream: #fafaf7;
  --white: #ffffff;
  --ink: #1a1a18;
  --ink-soft: #3d3d3a;
  --ink-muted: #7a7a75;
  --accent: #2d6a4f;
  --accent-light: #eaf2ed;
  --accent-mid: #52976e;
  --accent-glow: #a8d5bc;
  --rule: #e4e4df;
  --terra: #8b4a3a;
  --terra-light: #f7efed;
  --serif: 'Georgia', 'Times New Roman', serif;
  --sans: 'Helvetica Neue', 'Arial', sans-serif;
}

html {
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink-soft);
  line-height: 1.78;
}

/* ─── NAV ─── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.nav.scrolled {
  border-bottom-color: var(--rule);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
.nav-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: normal;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
}
.nav-links li {
  position: relative;
}
.nav-links a {
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--ink-soft);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.15s;
  white-space: nowrap;
}
.nav-links a:hover {
  color: var(--accent);
}
.nav-links .nav-kit a {
  color: var(--accent);
  font-weight: 700;
  padding: 6px 12px;
  border: 1.5px solid var(--accent);
  border-radius: 3px;
  margin-left: 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.15s,
    color 0.15s;
}
.nav-links .nav-kit a:hover {
  background: var(--accent);
  color: var(--white);
}
.nav-links .has-dropdown > a::after {
  content: ' ▾';
  font-size: 10px;
  opacity: 0.6;
}
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
  min-width: 200px;
  padding: 6px 0;
  z-index: 200;
}
.has-dropdown:hover .dropdown {
  display: block;
}
.dropdown a {
  padding: 9px 18px;
  font-size: 13px;
  color: var(--ink-soft);
  display: block;
}
.dropdown a:hover {
  color: var(--accent);
  background: var(--cream);
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--ink-soft);
}
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--white);
  z-index: 300;
  flex-direction: column;
  padding: 24px 28px 40px;
  overflow-y: auto;
}
.mobile-nav.open {
  display: flex;
}
.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.mobile-nav-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--ink-muted);
  line-height: 1;
}
.mobile-nav a {
  display: block;
  font-size: 18px;
  font-family: var(--serif);
  color: var(--ink);
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
}
.mobile-nav a:hover {
  color: var(--accent);
}
.mobile-kit {
  margin-top: 24px;
  display: block;
  background: var(--accent);
  color: var(--white);
  padding: 14px 24px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/* ─── HERO ─── */
.hero {
  background: var(--ink);
  padding: 96px 24px 80px;
  text-align: center;
}
.hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 24px;
  display: block;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(34px, 4.8vw, 54px);
  font-weight: normal;
  line-height: 1.18;
  color: var(--white);
  max-width: 640px;
  margin: 0 auto 20px;
  letter-spacing: -0.01em;
}
.hero h1 em {
  font-style: italic;
  color: var(--accent-glow);
}
.hero-sub {
  font-size: 18px;
  color: #a8a8a2;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.68;
}

/* ─── SHARED ─── */
.wrap-text {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 14px;
  display: block;
}
.section-h2 {
  font-family: var(--serif);
  font-size: clamp(25px, 3.2vw, 33px);
  font-weight: normal;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 18px;
}
.section-subtitle {
  font-size: 17px;
  color: var(--ink-muted);
  font-style: italic;
  font-family: var(--serif);
  margin-bottom: 40px;
  line-height: 1.6;
}
.body-p {
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.85;
  margin-bottom: 20px;
}
.body-strong {
  font-size: 18px;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.75;
  display: block;
}
.callout-bar-terra {
  border-left: 2px solid var(--terra);
  padding-left: 20px;
  margin: 28px 0 0;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.68;
}

/* ─── SECTION 2: INTRO ─── */
.section-intro {
  padding: 72px 0 60px;
}

/* ─── SECTION 3: REPORT OUTLINE ─── */
.section-outline {
  padding: 64px 0;
  border-top: 1px solid var(--rule);
}
.outline-item {
  display: flex;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
  align-items: flex-start;
}
.outline-item:first-of-type {
  padding-top: 0;
}
.outline-item:last-of-type {
  border-bottom: none;
}
.outline-num {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: normal;
  -webkit-text-stroke: 1px var(--terra);
  color: transparent;
  line-height: 1;
  flex-shrink: 0;
  width: 32px;
  padding-top: 3px;
}
.outline-body {
  flex: 1;
}
.outline-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 3px;
}
.outline-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 8px;
  display: block;
  opacity: 0.8;
}
.outline-desc {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.7;
}

/* ─── SECTION 4: SCOPE ─── */
.section-scope {
  padding: 64px 0;
  border-top: 1px solid var(--rule);
}
.scope-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.scope-list li {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--rule);
  align-items: flex-start;
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.72;
}
.scope-list li:last-child {
  border-bottom: none;
}
.scope-list li::before {
  content: '—';
  color: var(--terra);
  flex-shrink: 0;
  font-weight: 700;
  margin-top: 1px;
}
.scope-list strong {
  color: var(--ink);
  font-weight: 700;
}

/* ─── SECTION 5: PRICING ─── */
.section-pricing {
  padding: 64px 0;
  border-top: 1px solid var(--rule);
}
.price-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-top: 3px solid var(--terra);
  border-radius: 5px;
  padding: 40px 44px;
}
.price-card-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 10px;
  display: block;
}
.price-card-h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: normal;
  color: var(--ink);
  margin-bottom: 6px;
}
.price-card-tagline {
  font-size: 15px;
  font-style: italic;
  color: var(--ink-muted);
  font-family: var(--serif);
  margin-bottom: 24px;
}
.price-num {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: normal;
  color: var(--ink);
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.price-meta {
  font-size: 13px;
  color: var(--ink-muted);
  letter-spacing: 0.05em;
  margin-bottom: 28px;
  display: block;
}
.price-includes {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  border-top: 1px solid var(--rule);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price-includes li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.6;
}
.price-includes li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--terra);
  flex-shrink: 0;
  margin-top: 7px;
}
.btn-terra {
  display: inline-block;
  background: var(--terra);
  color: var(--white);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 15px 36px;
  border-radius: 4px;
  transition: opacity 0.15s;
}
.btn-terra:hover {
  opacity: 0.85;
}

/* ─── SECTION 6: FAQ ─── */
.section-faq {
  padding: 64px 0;
  border-top: 1px solid var(--rule);
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 36px;
}
.faq-item {
  border-bottom: 1px solid var(--rule);
}
.faq-item:first-child {
  border-top: 1px solid var(--rule);
}
.faq-trigger {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  text-align: left;
}
.faq-trigger:hover .faq-q {
  color: var(--terra);
}
.faq-q {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: normal;
  color: var(--ink);
  line-height: 1.35;
  transition: color 0.15s;
}
.faq-icon {
  font-size: 20px;
  color: var(--terra);
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.2s;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
}
.faq-body {
  display: none;
  padding-bottom: 24px;
}
.faq-item.open .faq-body {
  display: block;
}
.faq-a {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.82;
}

/* ─── SECTION 7: CLOSING CTA ─── */
.section-cta {
  background: var(--ink);
  padding: 88px 24px 76px;
  text-align: center;
}
.cta-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 20px;
  display: block;
}
.cta-h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: normal;
  font-style: italic;
  color: var(--white);
  line-height: 1.28;
  margin-bottom: 20px;
}
.cta-h2 em {
  font-style: italic;
  color: var(--accent-glow);
}
.cta-body {
  font-size: 17px;
  color: #a8a8a2;
  max-width: 480px;
  margin: 0 auto 36px;
  line-height: 1.72;
}
.cta-fine {
  margin-top: 14px;
  font-size: 13px;
  color: #5a5a55;
  display: block;
}

/* ─── REDIRECT CALLOUT ─── */
.redirect-callout {
  background: var(--white);
  border: 1px solid var(--rule);
  border-left: 3px solid var(--terra);
  border-radius: 4px;
  padding: 20px 24px;
  margin-top: 32px;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.65;
}
.redirect-callout a {
  color: var(--terra);
  font-weight: 700;
  text-decoration: none;
}
.redirect-callout a:hover {
  text-decoration: underline;
}

/* ─── FOOTER ─── */
.site-footer {
  background: var(--ink);
  border-top: 1px solid #2a2a28;
  padding: 40px 24px;
}
.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-logo {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--accent-mid);
  text-decoration: none;
}
.footer-links {
  display: flex;
  gap: 24px;
  list-style: none;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 12px;
  color: #6a6a65;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}
.footer-links a:hover {
  color: var(--accent-mid);
}
.footer-copy {
  font-size: 12px;
  color: #4a4a46;
  text-align: right;
}

/* ─── MOBILE ─── */
@media (max-width: 640px) {
  .nav-links {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
  .hero {
    padding: 64px 24px 56px;
  }
  .outline-item {
    flex-direction: column;
    gap: 10px;
  }
  .outline-num {
    width: auto;
  }
  .price-card {
    padding: 28px 24px;
  }
  .price-num {
    font-size: 42px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-copy {
    text-align: left;
  }
}
/* EC-NCE-005: Per-page CSS for /beyond-scale-the-brief */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --cream: #fafaf7;
  --white: #ffffff;
  --ink: #1a1a18;
  --ink-soft: #3d3d3a;
  --ink-muted: #7a7a75;
  --accent: #2d6a4f;
  --accent-light: #eaf2ed;
  --accent-mid: #52976e;
  --accent-glow: #a8d5bc;
  --rule: #e4e4df;
  --serif: 'Georgia', 'Times New Roman', serif;
  --sans: 'Helvetica Neue', 'Arial', sans-serif;
}
html {
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink-soft);
  line-height: 1.78;
}

/* ─── NAV ─── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.nav.scrolled {
  border-bottom-color: var(--rule);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
.nav-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: normal;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
}
.nav-links li {
  position: relative;
}
.nav-links a {
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--ink-soft);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.15s;
  white-space: nowrap;
}
.nav-links a:hover {
  color: var(--accent);
}
.nav-links .nav-kit a {
  color: var(--accent);
  font-weight: 700;
  padding: 6px 12px;
  border: 1.5px solid var(--accent);
  border-radius: 3px;
  margin-left: 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.15s,
    color 0.15s;
}
.nav-links .nav-kit a:hover {
  background: var(--accent);
  color: var(--white);
}
.nav-links .has-dropdown > a::after {
  content: ' ▾';
  font-size: 10px;
  opacity: 0.6;
}
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
  min-width: 200px;
  padding: 6px 0;
  z-index: 200;
}
.has-dropdown:hover .dropdown {
  display: block;
}
.dropdown a {
  padding: 9px 18px;
  font-size: 13px;
  color: var(--ink-soft);
  display: block;
}
.dropdown a:hover {
  color: var(--accent);
  background: var(--cream);
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--ink-soft);
}
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--white);
  z-index: 300;
  flex-direction: column;
  padding: 24px 28px 40px;
  overflow-y: auto;
}
.mobile-nav.open {
  display: flex;
}
.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.mobile-nav-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--ink-muted);
  line-height: 1;
}
.mobile-nav a {
  display: block;
  font-size: 18px;
  font-family: var(--serif);
  color: var(--ink);
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
}
.mobile-nav a:hover {
  color: var(--accent);
}
.mobile-kit {
  margin-top: 24px;
  display: block;
  background: var(--accent);
  color: var(--white);
  padding: 14px 24px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/* ─── HERO ─── */
.mc-hero {
  background: #1a1a18;
  padding: 80px 40px 64px;
  text-align: center;
}
.mc-hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #52976e;
  margin-bottom: 20px;
  display: block;
}
.mc-hero h1 {
  font-family: var(--serif);
  font-size: clamp(38px, 5.4vw, 56px);
  font-weight: normal;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 auto 22px;
  letter-spacing: -0.01em;
  max-width: 600px;
}
.mc-hero h1 em {
  font-style: italic;
  color: #a8d5bc;
}
.mc-hero-sub {
  font-size: 18px;
  color: #b0b0aa;
  max-width: 560px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

/* ─── SUBSCRIBE FORM ─── */
.mc-form-wrap {
  max-width: 460px;
  margin: 0 auto;
}
.mc-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.mc-input {
  flex: 1;
  min-width: 220px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  outline: none;
  transition: border-color 0.2s;
}
.mc-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.mc-input:focus {
  border-color: #52976e;
  background: rgba(255, 255, 255, 0.09);
}
.mc-btn {
  background: #2d6a4f;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 15px 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  transition: background 0.2s;
}
.mc-btn:hover {
  background: #52976e;
}
.mc-form-fine {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 14px;
  line-height: 1.5;
  display: block;
}

/* ─── PAGE WRAP ─── */
.mc-page-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── WHAT IT IS ─── */
.mc-intro {
  padding: 64px 0 56px;
}
.mc-intro p {
  font-size: 18px;
  color: #3d3d3a;
  line-height: 1.85;
  margin-bottom: 22px;
}
.mc-intro p:last-child {
  margin-bottom: 0;
}
.mc-intro strong {
  color: #1a1a18;
  font-weight: 700;
}

/* ─── THREE-POINT FRAMING ─── */
.mc-frame {
  padding: 8px 0 40px;
}
.mc-frame-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid #e4e4df;
}
.mc-frame-item {
  padding: 24px 0;
  border-bottom: 1px solid #e4e4df;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  align-items: baseline;
}
.mc-frame-key {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2d6a4f;
}
.mc-frame-val {
  font-size: 16px;
  color: #3d3d3a;
  line-height: 1.7;
}
.mc-frame-val strong {
  color: #1a1a18;
  font-weight: 700;
}

/* ─── ARCHIVE ─── */
.mc-archive {
  padding: 56px 0 32px;
  border-top: 1px solid #e4e4df;
}
.mc-archive-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2d6a4f;
  margin-bottom: 14px;
  display: block;
}
.mc-archive h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 32px);
  font-weight: normal;
  color: #1a1a18;
  line-height: 1.3;
  margin-bottom: 12px;
}
.mc-archive-sub {
  font-size: 15px;
  color: #7a7a75;
  line-height: 1.65;
  margin-bottom: 36px;
  font-style: italic;
}
.mc-archive-empty {
  background: #ffffff;
  border: 1px solid #e4e4df;
  border-radius: 6px;
  padding: 44px 36px;
  text-align: center;
}
.mc-archive-empty-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #eaf2ed;
  border: 1px solid #c2dfd0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.mc-archive-empty h3 {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: normal;
  color: #1a1a18;
  margin-bottom: 10px;
}
.mc-archive-empty p {
  font-size: 15px;
  color: #7a7a75;
  line-height: 1.7;
  max-width: 440px;
  margin: 0 auto;
}
.mc-archive-list {
  display: flex;
  flex-direction: column;
}
.mc-archive-item {
  padding: 24px 0;
  border-bottom: 1px solid #e4e4df;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  align-items: baseline;
}
.mc-archive-item:last-child {
  border-bottom: none;
}
.mc-archive-date {
  font-size: 13px;
  color: #7a7a75;
  font-style: italic;
  letter-spacing: 0.02em;
}
.mc-archive-title {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: normal;
  color: #1a1a18;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.15s;
}
.mc-archive-title:hover {
  color: #2d6a4f;
}

/* ─── HANDOFF ─── */
.mc-handoff {
  padding: 48px 0 88px;
  text-align: center;
  border-top: 1px solid #e4e4df;
  margin-top: 16px;
}
.mc-handoff p {
  font-size: 15px;
  color: #7a7a75;
  line-height: 1.7;
  max-width: 540px;
  margin: 0 auto;
}
.mc-handoff a {
  color: #2d6a4f;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: #a8d5bc;
  transition: text-decoration-color 0.2s;
}
.mc-handoff a:hover {
  text-decoration-color: #2d6a4f;
}

/* ─── FOOTER ─── */
.site-footer {
  background: var(--ink);
  border-top: 1px solid #2a2a28;
  padding: 40px 24px;
}
.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-logo {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--accent-mid);
  text-decoration: none;
}
.footer-links {
  display: flex;
  gap: 24px;
  list-style: none;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 12px;
  color: #6a6a65;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}
.footer-links a:hover {
  color: var(--accent-mid);
}
.footer-copy {
  font-size: 12px;
  color: #4a4a46;
  text-align: right;
}

/* ─── MOBILE ─── */
@media (max-width: 640px) {
  .nav-links {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
  .mc-hero {
    padding: 56px 24px 48px;
  }
  .mc-frame-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .mc-archive-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .mc-archive-empty {
    padding: 32px 22px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-copy {
    text-align: left;
  }
}
/* EC-NCE-005: Per-page CSS for /beyond-scale-transition-strategy */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --cream: #fafaf7;
  --white: #ffffff;
  --ink: #1a1a18;
  --ink-soft: #3d3d3a;
  --ink-muted: #7a7a75;
  --accent: #2d6a4f;
  --accent-light: #eaf2ed;
  --accent-mid: #52976e;
  --accent-glow: #a8d5bc;
  --rule: #e4e4df;
  --terra: #8b4a3a;
  --terra-light: #f7efed;
  --amber: #8b6914;
  --amber-light: #fbf8f0;
  --serif: 'Georgia', 'Times New Roman', serif;
  --sans: 'Helvetica Neue', 'Arial', sans-serif;
}

html {
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink-soft);
  line-height: 1.78;
}

/* ─── NAV ─── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.nav.scrolled {
  border-bottom-color: var(--rule);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
.nav-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: normal;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}
.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
}
.nav-links li {
  position: relative;
}
.nav-links a {
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--ink-soft);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.15s;
  white-space: nowrap;
}
.nav-links a:hover {
  color: var(--accent);
}
.nav-links .nav-kit a {
  color: var(--accent);
  font-weight: 700;
  padding: 6px 12px;
  border: 1.5px solid var(--accent);
  border-radius: 3px;
  margin-left: 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.15s,
    color 0.15s;
}
.nav-links .nav-kit a:hover {
  background: var(--accent);
  color: var(--white);
}
.nav-links .has-dropdown > a::after {
  content: ' ▾';
  font-size: 10px;
  opacity: 0.6;
}
.dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.09);
  min-width: 200px;
  padding: 6px 0;
  z-index: 200;
}
.has-dropdown:hover .dropdown {
  display: block;
}
.dropdown a {
  padding: 9px 18px;
  font-size: 13px;
  color: var(--ink-soft);
  display: block;
}
.dropdown a:hover {
  color: var(--accent);
  background: var(--cream);
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--ink-soft);
}
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--white);
  z-index: 300;
  flex-direction: column;
  padding: 24px 28px 40px;
  overflow-y: auto;
}
.mobile-nav.open {
  display: flex;
}
.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
.mobile-nav-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--ink-muted);
  line-height: 1;
}
.mobile-nav a {
  display: block;
  font-size: 18px;
  font-family: var(--serif);
  color: var(--ink);
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
}
.mobile-nav a:hover {
  color: var(--accent);
}
.mobile-kit {
  margin-top: 24px;
  display: block;
  background: var(--accent);
  color: var(--white);
  padding: 14px 24px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/* ─── HERO ─── */
.hero {
  background: var(--ink);
  padding: 96px 24px 80px;
  text-align: center;
}
.hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 24px;
  display: block;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(34px, 4.8vw, 54px);
  font-weight: normal;
  line-height: 1.18;
  color: var(--white);
  max-width: 640px;
  margin: 0 auto 20px;
  letter-spacing: -0.01em;
}
.hero h1 em {
  font-style: italic;
  color: var(--accent-glow);
}
.hero-sub {
  font-size: 18px;
  color: #a8a8a2;
  max-width: 540px;
  margin: 0 auto 40px;
  line-height: 1.68;
}
.btn-terra {
  display: inline-block;
  background: var(--terra);
  color: var(--white);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 15px 36px;
  border-radius: 4px;
  transition: opacity 0.15s;
}
.btn-terra:hover {
  opacity: 0.85;
}

/* ─── SHARED ─── */
.wrap-text {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 14px;
  display: block;
}
.section-h2 {
  font-family: var(--serif);
  font-size: clamp(25px, 3.2vw, 33px);
  font-weight: normal;
  color: var(--ink);
  line-height: 1.25;
  margin-bottom: 18px;
}
.section-subtitle {
  font-size: 17px;
  color: var(--ink-muted);
  font-style: italic;
  font-family: var(--serif);
  margin-bottom: 40px;
  line-height: 1.6;
}
.body-p {
  font-size: 18px;
  color: var(--ink-soft);
  line-height: 1.85;
  margin-bottom: 20px;
}
.body-strong {
  font-size: 18px;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 20px;
  display: block;
}

.callout-bar-terra {
  border-left: 2px solid var(--terra);
  padding-left: 20px;
  margin: 28px 0 0;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.68;
}
.section-intro {
  padding: 72px 0 60px;
}

/* ─── SECTION 3: REPORT OUTLINE ─── */
.section-outline {
  padding: 64px 0;
  border-top: 1px solid var(--rule);
}
.outline-item {
  display: flex;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
  align-items: flex-start;
}
.outline-item:first-of-type {
  padding-top: 0;
}
.outline-item:last-of-type {
  border-bottom: none;
}
.outline-num {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: normal;
  -webkit-text-stroke: 1px var(--terra);
  color: transparent;
  line-height: 1;
  flex-shrink: 0;
  width: 32px;
  padding-top: 3px;
}
.outline-body {
  flex: 1;
}
.outline-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 3px;
}
.outline-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 8px;
  display: block;
  opacity: 0.8;
}
.outline-desc {
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.7;
}

/* ─── SECTION 4: PRICING ─── */
.section-pricing {
  padding: 64px 0;
  border-top: 1px solid var(--rule);
}
.section-pricing .section-subtitle {
  margin-bottom: 32px;
}
.price-card {
  background: var(--white);
  border: 1px solid var(--rule);
  border-top: 3px solid var(--terra);
  border-radius: 5px;
  padding: 40px 44px;
  margin-bottom: 28px;
}
.price-card-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 10px;
  display: block;
}
.price-card-h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: normal;
  color: var(--ink);
  margin-bottom: 6px;
}
.price-card-tagline {
  font-size: 15px;
  font-style: italic;
  color: var(--ink-muted);
  font-family: var(--serif);
  margin-bottom: 24px;
}
.price-num {
  font-family: var(--serif);
  font-size: 52px;
  font-weight: normal;
  color: var(--ink);
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.price-meta {
  font-size: 13px;
  color: var(--ink-muted);
  letter-spacing: 0.05em;
  margin-bottom: 28px;
  display: block;
}
.price-includes {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  border-top: 1px solid var(--rule);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price-includes li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.6;
}
.price-includes li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--terra);
  flex-shrink: 0;
  margin-top: 7px;
}
.pricing-rationale {
  border-left: 2px solid var(--terra);
  padding-left: 20px;
  margin-top: 4px;
}
.pricing-rationale p {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.8;
  margin-bottom: 16px;
}
.pricing-rationale p:last-child {
  margin-bottom: 0;
}
.rationale-link {
  font-size: 15px;
  font-weight: 700;
  color: var(--terra);
  text-decoration: none;
  font-style: italic;
  transition: opacity 0.15s;
}
.rationale-link:hover {
  opacity: 0.75;
}

/* ─── SECTION 5: SCOPE ─── */
.section-scope {
  padding: 64px 0;
  border-top: 1px solid var(--rule);
}
.scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 32px;
}
.scope-block {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 5px;
  padding: 28px 28px 24px;
}
.scope-block-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}
.scope-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.scope-list li {
  display: flex;
  gap: 14px;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.65;
  align-items: flex-start;
}
.scope-list li::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 7px;
}
.scope-receive .scope-list li::before {
  background: var(--accent);
}
.scope-not .scope-list li::before {
  background: var(--amber);
}
.scope-receive {
  border-left: 3px solid var(--accent);
}
.scope-not {
  border-left: 3px solid var(--amber);
}
.scope-receive .scope-block-label {
  color: var(--accent);
}
.scope-not .scope-block-label {
  color: var(--amber);
}

/* ─── SECTION 6: WHO IT'S FOR ─── */
.section-who {
  padding: 64px 0;
  border-top: 1px solid var(--rule);
}
.situations {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 28px 0;
}
.situation-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--rule);
}
.situation-item:last-of-type {
  border-bottom: none;
}
.situation-lead {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}
.situation-body {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.75;
}
.redirect-callout {
  background: var(--white);
  border: 1px solid var(--rule);
  border-left: 3px solid var(--terra);
  border-radius: 4px;
  padding: 20px 24px;
  margin-top: 32px;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.65;
}
.redirect-callout a {
  color: var(--terra);
  font-weight: 700;
  text-decoration: none;
}
.redirect-callout a:hover {
  text-decoration: underline;
}

/* ─── SECTION 7: HOW IT WORKS ─── */
.section-how {
  padding: 64px 0;
  border-top: 1px solid var(--rule);
}
.steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 36px;
}
.step {
  display: flex;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
  align-items: flex-start;
}
.step:last-child {
  border-bottom: none;
}
.step-num {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: normal;
  -webkit-text-stroke: 1px var(--terra);
  color: transparent;
  line-height: 1;
  flex-shrink: 0;
  width: 32px;
  padding-top: 3px;
}
.step-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}
.step-desc {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.72;
}

/* ─── SECTION 8: FAQ ─── */
.section-faq {
  padding: 64px 0;
  border-top: 1px solid var(--rule);
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 36px;
}
.faq-item {
  border-bottom: 1px solid var(--rule);
}
.faq-item:first-child {
  border-top: 1px solid var(--rule);
}
.faq-trigger {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  text-align: left;
}
.faq-trigger:hover .faq-q {
  color: var(--terra);
}
.faq-q {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: normal;
  color: var(--ink);
  line-height: 1.35;
  transition: color 0.15s;
}
.faq-icon {
  font-size: 20px;
  color: var(--terra);
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.2s;
  font-style: normal;
}
.faq-item.open .faq-icon {
  transform: rotate(45deg);
}
.faq-body {
  display: none;
  padding-bottom: 24px;
}
.faq-item.open .faq-body {
  display: block;
}
.faq-a {
  font-size: 16px;
  color: var(--ink-soft);
  line-height: 1.82;
}

/* ─── SECTION 9: CLOSING CTA ─── */
.section-cta {
  background: var(--ink);
  padding: 88px 24px 76px;
  text-align: center;
}
.cta-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 20px;
  display: block;
}
.cta-h2 {
  font-family: var(--serif);
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: normal;
  font-style: italic;
  color: var(--white);
  line-height: 1.28;
  margin-bottom: 20px;
}
.cta-h2 em {
  font-style: italic;
  color: var(--accent-glow);
}
.cta-body {
  font-size: 17px;
  color: #a8a8a2;
  max-width: 480px;
  margin: 0 auto 36px;
  line-height: 1.72;
}
.cta-fine {
  margin-top: 14px;
  font-size: 13px;
  color: #5a5a55;
  display: block;
}

/* ─── FOOTER ─── */
.site-footer {
  background: var(--ink);
  border-top: 1px solid #2a2a28;
  padding: 40px 24px;
}
.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-logo {
  font-family: var(--serif);
  font-size: 16px;
  color: var(--accent-mid);
  text-decoration: none;
}
.footer-links {
  display: flex;
  gap: 24px;
  list-style: none;
  flex-wrap: wrap;
}
.footer-links a {
  font-size: 12px;
  color: #6a6a65;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.15s;
}
.footer-links a:hover {
  color: var(--accent-mid);
}
.footer-copy {
  font-size: 12px;
  color: #4a4a46;
  text-align: right;
}

/* ─── MOBILE ─── */
@media (max-width: 640px) {
  .nav-links {
    display: none;
  }
  .nav-hamburger {
    display: flex;
  }
  .hero {
    padding: 64px 24px 56px;
  }
  .outline-item {
    flex-direction: column;
    gap: 10px;
  }
  .outline-num {
    width: auto;
  }
  .scope-grid {
    grid-template-columns: 1fr;
  }
  .price-card {
    padding: 28px 24px;
  }
  .price-num {
    font-size: 42px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-copy {
    text-align: left;
  }
}
/* EC-NCE-005: Per-page CSS for /career-defense-kit-page */
.mc-wrap *,
.mc-wrap *::before,
.mc-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.mc-wrap {
  --cream: #fafaf7;
  --white: #ffffff;
  --ink: #1a1a18;
  --ink-soft: #3d3d3a;
  --ink-muted: #7a7a75;
  --accent: #2d6a4f;
  --accent-light: #eaf2ed;
  --accent-mid: #52976e;
  --accent-glow: #a8d5bc;
  --accent-pale: #c2dfd0;
  --rule: #e4e4df;
  --serif: 'Georgia', 'Times New Roman', serif;
  --sans: 'Helvetica Neue', 'Arial', sans-serif;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

/* HERO */
.mc-hero {
  background: #1a1a18;
  padding: 88px 40px 80px;
  text-align: center;
}
.mc-hero-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #52976e;
  margin-bottom: 22px;
}
.mc-hero h1 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: clamp(36px, 5.2vw, 56px);
  font-weight: normal;
  line-height: 1.16;
  color: #ffffff;
  max-width: 720px;
  margin: 0 auto 22px;
  letter-spacing: -0.01em;
}
.mc-hero h1 em {
  font-style: italic;
  color: #a8d5bc;
}
.mc-hero-sub {
  font-size: 18px;
  color: #b0b0aa;
  max-width: 580px;
  margin: 0 auto 44px;
  line-height: 1.7;
}

/* HERO FORM */
.mc-form-wrap {
  max-width: 460px;
  margin: 0 auto;
}
.mc-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.mc-input {
  flex: 1;
  min-width: 220px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  outline: none;
  transition: border-color 0.2s;
}
.mc-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.mc-input:focus {
  border-color: #52976e;
  background: rgba(255, 255, 255, 0.09);
}
.mc-btn {
  background: #2d6a4f;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 15px 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  transition: background 0.2s;
}
.mc-btn:hover {
  background: #52976e;
}
.mc-form-fine {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 14px;
  line-height: 1.5;
}

/* PAGE WRAP */
.mc-page-wrap {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 24px;
}

/* INTRO */
.mc-intro {
  padding: 72px 0 48px;
}
.mc-intro p {
  font-size: 18px;
  color: #3d3d3a;
  line-height: 1.85;
  margin-bottom: 20px;
}
.mc-intro p:last-child {
  margin-bottom: 0;
}
.mc-intro strong {
  color: #1a1a18;
  font-weight: 700;
}

/* ARTIFACTS SECTION */
.mc-section {
  padding: 56px 0;
  border-top: 1px solid #e4e4df;
}
.mc-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2d6a4f;
  margin-bottom: 14px;
}
.mc-section h2 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: clamp(26px, 3vw, 32px);
  font-weight: normal;
  color: #1a1a18;
  line-height: 1.28;
  margin-bottom: 14px;
}
.mc-section-sub {
  font-size: 16px;
  color: #7a7a75;
  line-height: 1.65;
  margin-bottom: 40px;
  font-style: italic;
}

/* ARTIFACT BLOCK */
.mc-artifact {
  padding: 32px 0;
  border-bottom: 1px solid #e4e4df;
}
.mc-artifact:first-of-type {
  border-top: 1px solid #e4e4df;
}
.mc-artifact-head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 14px;
}
.mc-artifact-num {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-style: italic;
  font-size: 22px;
  color: #2d6a4f;
  line-height: 1;
  flex-shrink: 0;
  min-width: 34px;
}
.mc-artifact-title {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 22px;
  font-weight: normal;
  color: #1a1a18;
  line-height: 1.3;
}
.mc-artifact-body {
  padding-left: 52px;
}
.mc-artifact-body p {
  font-size: 16px;
  color: #3d3d3a;
  line-height: 1.75;
  margin-bottom: 14px;
}
.mc-artifact-body p:last-child {
  margin-bottom: 0;
}
.mc-artifact-body strong {
  color: #1a1a18;
  font-weight: 700;
}
.mc-artifact-format {
  font-size: 13px;
  color: #7a7a75;
  font-style: italic;
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px dashed #e4e4df;
}
.mc-artifact-format strong {
  color: #3d3d3a;
  font-style: normal;
  font-weight: 700;
}

/* WHO IT'S FOR */
.mc-who {
  padding: 56px 0;
  border-top: 1px solid #e4e4df;
}
.mc-who h2 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: normal;
  color: #1a1a18;
  line-height: 1.3;
  margin-bottom: 18px;
}
.mc-who p {
  font-size: 17px;
  color: #3d3d3a;
  line-height: 1.8;
  margin-bottom: 16px;
}
.mc-who p:last-child {
  margin-bottom: 0;
}
.mc-who strong {
  color: #1a1a18;
  font-weight: 700;
}

/* FINAL CTA */
.mc-final {
  background: #1a1a18;
  padding: 72px 40px;
  text-align: center;
  margin-top: 56px;
  border-radius: 8px;
}
.mc-final-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #52976e;
  margin-bottom: 18px;
}
.mc-final h2 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: normal;
  color: #ffffff;
  line-height: 1.28;
  margin-bottom: 16px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.mc-final h2 em {
  font-style: italic;
  color: #a8d5bc;
}
.mc-final-desc {
  font-size: 16px;
  color: #b0b0aa;
  max-width: 460px;
  margin: 0 auto 36px;
  line-height: 1.7;
}

/* HANDOFF */
.mc-handoff {
  padding: 48px 0 80px;
  text-align: center;
}
.mc-handoff p {
  font-size: 15px;
  color: #7a7a75;
  line-height: 1.7;
  max-width: 540px;
  margin: 0 auto;
}
.mc-handoff a {
  color: #2d6a4f;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: #a8d5bc;
  transition: text-decoration-color 0.2s;
}
.mc-handoff a:hover {
  text-decoration-color: #2d6a4f;
}

@media (max-width: 640px) {
  .mc-hero {
    padding: 60px 24px 56px;
  }
  .mc-artifact-body {
    padding-left: 0;
  }
  .mc-artifact-head {
    flex-wrap: wrap;
    gap: 10px;
  }
  .mc-final {
    padding: 52px 28px;
  }
}

/* WordPress-specific styles */
.wp-block-group {
  margin-bottom: 1rem;
}

.wp-block-image {
  margin-bottom: 1rem;
}

.wp-block-button {
  margin-bottom: 1rem;
}

/* CRITICAL: Reset WordPress default constraints that break layouts */
/* WordPress adds default max-width to containers which breaks original layouts */
.entry-content,
.site-content,
.content-area {
  max-width: none !important;
  width: 100% !important;
}

/* EC-CONTAIN-001: Only override .container / section max-width when the site's
   own CSS does NOT define them. Tailwind and Bootstrap sites intentionally set
   .container { max-width: … } — blasting it with !important breaks every section. */
section,
.section {
  max-width: none !important;
}

.container {
  max-width: none !important;
}

/* EC-ANIM-008 / EC-ANIM-009: Scroll-reveal utilities (.scroll-fade-up etc.) start at opacity:0
   and transition to visible when an IntersectionObserver adds .visible (injected in functions.php).
   Carousels inside scroll-reveal wrappers must be forced visible immediately so Embla can measure. */
.scroll-fade-up:has([aria-roledescription='carousel']),
.scroll-fade-up:has([data-wpconvert-blog-filter-bar]),
.scroll-fade-left:has([aria-roledescription='carousel']),
.scroll-fade-right:has([aria-roledescription='carousel']),
.scroll-scale-in:has([aria-roledescription='carousel']) {
  opacity: 1 !important;
  transform: none !important;
}

/* EC-SCROLL-001: Auto-scroll marquee CSS (always included - lightweight, no-op if no marquee elements) */

/* EC-SCROLL-001: Auto-scroll gallery marquee animation */
/* Replaces React requestAnimationFrame/scrollLeft with pure CSS animation */
.wpconvert-marquee-container {
  overflow: hidden !important;
}
.wpconvert-marquee-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: wpconvert-marquee 30s linear infinite;
}
@keyframes wpconvert-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Pause on hover for accessibility */
.wpconvert-marquee-container:hover .wpconvert-marquee-track {
  animation-play-state: paused;
}
/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .wpconvert-marquee-track {
    animation: none;
    overflow-x: auto;
  }
}

/* EC-ANIM-011: Frozen Framer Motion infinite float/pulse animations replaced with CSS keyframes.
   4 float variants with staggered durations and amplitudes, plus a pulse variant. */
@keyframes wpconvert-float-1 {
  0%,
  100% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes wpconvert-float-2 {
  0%,
  100% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes wpconvert-float-3 {
  0%,
  100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(12px);
  }
}
@keyframes wpconvert-float-4 {
  0%,
  100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes wpconvert-pulse {
  0%,
  100% {
    scale: 1;
  }
  50% {
    scale: 1.05;
  }
}
@keyframes wpconvert-float-tilt {
  0%,
  100% {
    transform: translateY(0%) rotate(0deg);
  }
  50% {
    transform: translateY(4%) rotate(-2deg);
  }
}
.wpconvert-float-1 {
  animation: wpconvert-float-1 5s ease-in-out infinite;
}
.wpconvert-float-2 {
  animation: wpconvert-float-2 6s ease-in-out infinite 0.5s;
}
.wpconvert-float-3 {
  animation: wpconvert-float-3 5.5s ease-in-out infinite 1s;
}
.wpconvert-float-4 {
  animation: wpconvert-float-4 6.5s ease-in-out infinite 1.5s;
}
.wpconvert-pulse {
  animation: wpconvert-pulse 4s ease-in-out infinite;
}
.wpconvert-float-tilt {
  animation: wpconvert-float-tilt 6s ease-in-out infinite;
}
/* EC-ANIM-011c: z-0 override for centered pulse cards whose z-10 was demoted */
.wpconvert-pulse.z-0 {
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .wpconvert-float-1,
  .wpconvert-float-2,
  .wpconvert-float-3,
  .wpconvert-float-4,
  .wpconvert-pulse,
  .wpconvert-float-tilt {
    animation: none;
  }
}

/* WPConvert Tabs Component CSS */

/* WPConvert Tabs Component */
.wpconvert-tabs {
  max-width: 64rem;
  margin: 0 auto;
}

.wpconvert-tab-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .wpconvert-tab-nav {
    grid-template-columns: repeat(6, 1fr);
  }
}

.wpconvert-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid hsl(var(--border));
  background: hsl(var(--card));
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-btn:hover {
  border-color: hsl(var(--primary) / 0.5);
  color: hsl(var(--foreground));
}

.wpconvert-tab-btn.active {
  background: hsl(var(--primary) / 0.1);
  border-color: hsl(var(--primary));
  color: hsl(var(--primary));
}

.wpconvert-tab-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}

.wpconvert-tab-icon svg {
  width: 100%;
  height: 100%;
}

.wpconvert-tab-label {
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

.wpconvert-tab-viewport {
  position: relative;
  display: flex;
  align-items: center;
}

.wpconvert-tab-content {
  flex: 1;
  position: relative;
}

.wpconvert-tab-panel {
  display: none;
  padding: 2rem;
  border-radius: 0.75rem;
  background: linear-gradient(
    135deg,
    hsl(var(--card)) 0%,
    hsl(var(--muted) / 0.3) 100%
  );
  border: 1px solid hsl(var(--border));
  text-align: center;
  animation: wpconvert-tab-fade-in 0.3s ease;
}

.wpconvert-tab-panel.active {
  display: block;
}

@keyframes wpconvert-tab-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wpconvert-tab-icon-large {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem;
  padding: 1rem;
  border-radius: 1rem;
  background: hsl(var(--primary) / 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpconvert-tab-icon-large svg {
  width: 100%;
  height: 100%;
  color: hsl(var(--primary));
}

.wpconvert-tab-title {
  font-family: var(--font-display, inherit);
  font-size: 1.5rem;
  font-weight: 600;
  color: hsl(var(--foreground));
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-title {
    font-size: 1.875rem;
  }
}

.wpconvert-tab-description {
  color: hsl(var(--muted-foreground));
  line-height: 1.75;
  max-width: 42rem;
  margin: 0 auto 1.5rem;
}

.wpconvert-tab-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.wpconvert-tab-arrow:hover {
  color: hsl(var(--primary));
  border-color: hsl(var(--primary));
}

.wpconvert-tab-prev {
  left: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-prev {
    left: -1.5rem;
  }
}

.wpconvert-tab-next {
  right: -1rem;
}

@media (min-width: 640px) {
  .wpconvert-tab-next {
    right: -1.5rem;
  }
}

.wpconvert-tab-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.wpconvert-tab-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: hsl(var(--muted-foreground) / 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpconvert-tab-dot:hover {
  background: hsl(var(--muted-foreground) / 0.5);
}

.wpconvert-tab-dot.active {
  background: hsl(var(--primary));
  width: 2rem;
  border-radius: 0.375rem;
}

/* EC-MSTEP-001: Multi-step form wizard CSS */

/* EC-MSTEP-001: Multi-step form wizard */
.wpconvert-multistep-form {
  width: 100%;
}
.wpconvert-step-panel {
  display: none;
}
.wpconvert-step-panel.active {
  display: block;
  animation: wpconvert-step-fade-in 0.25s ease;
}
@keyframes wpconvert-step-fade-in {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.wpconvert-step-progress-fill {
  transition: width 0.4s ease-out;
}
/* Signature canvas */
canvas[data-wpc-sig-init] {
  width: 100%;
  min-height: 150px;
  border: 2px solid var(--border, #e5e7eb);
  border-radius: 1rem;
  background: #fff;
  cursor: crosshair;
  touch-action: none;
}

/* EC-CALC-001: Interactive calculator CSS */

/* EC-CALC-001: Interactive calculator */
[data-wpc-calc] input[type='range'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
[data-wpc-calc] input[type='range']:focus {
  outline: none;
}
[data-wpc-calc] [data-wpc-calc-toggle].wpc-calc-toggle-active {
  opacity: 1;
}
[data-wpc-calc] [data-wpc-calc-toggle]:not(.wpc-calc-toggle-active) {
  opacity: 0.6;
}

/* CRITICAL FIX: Ensure gradient overlays respect their default hidden state */
/* NOTE: The main fix is in cleanHtmlContent() which corrects captured hover states */
/* These CSS rules are a FALLBACK to ensure overlays stay hidden if any slip through */

/* Keep gradient overlays hidden - they're decorative hover effects */
.group [class*='absolute'][class*='inset-0'][class*='bg-gradient'].opacity-0 {
  opacity: 0 !important;
}

/* Keep bottom accent bars hidden by default */
.group [class*='absolute'][class*='bottom-0'][class*='bg-gradient'].scale-x-0 {
  transform: scaleX(0) !important;
}

/* Reset WordPress default margins that break spacing */
.entry-content > *:first-child,
.site-content > *:first-child {
  margin-top: 0 !important;
}

/* EC-DARK-001: In dark-themed sites (html.dark), containers with explicit bg-white
   backgrounds need dark text. The .dark scope sets --foreground to a light color,
   making text invisible on white cards. Reset to :root-scope (light) variable values. */
.dark .bg-white,
.dark [class*='bg-white'] {
  --foreground: 222.2 84% 4.9%;
  --muted-foreground: 215.4 16.3% 46.9%;
  color: hsl(222.2 84% 4.9%);
}
.dark .bg-white .text-foreground,
.dark [class*='bg-white'] .text-foreground,
.dark .bg-white [class*='text-foreground'],
.dark [class*='bg-white'] [class*='text-foreground'] {
  color: hsl(222.2 84% 4.9%);
}

/* Navigation Menu Styling - Universal for all dropdown patterns */
/* Reset ALL menu items */
.menu-item,
li.menu-item,
li.menu-item-type-post_type,
li.menu-item-type-custom,
li.menu-item-object-page,
li.menu-item-has-children {
  position: relative;
  list-style: none !important;
  margin: 0;
}

/* CRITICAL: Top-level menu MUST be horizontal - Maximum specificity */
/* NOTE: nav ul#wpconvert-primary-ul is NOT included here to avoid conflicting with .main-nav styling */
/* EC-NAV-095: Do NOT set gap here. A fixed gap with !important (previously 0.25rem, briefly 2rem) overrides
   menus.json ulClasses / Tailwind (e.g. gap-8) and breaks diverse nav densities. Spacing comes from ulClasses. */
header ul#wpconvert-primary-ul,
#wpconvert-primary-ul,
#wpconvert-primary-ul.menu,
ul#wpconvert-primary-ul.menu,
ul.menu:not(.submenu):not(.sub-menu) {
  display: flex !important;
  flex-direction: row !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

/* CRITICAL: Preserve original .main-nav styling for static sites - MUST come AFTER generic rules */
/* MAXIMUM specificity with header prefix ensures this overrides ALL other rules */
header nav.main-nav ul#wpconvert-primary-ul,
header .main-nav ul#wpconvert-primary-ul,
nav.main-nav ul#wpconvert-primary-ul,
.main-nav #wpconvert-primary-ul,
.main-nav ul#wpconvert-primary-ul {
  /* Inherit the original .main-nav ul styles */
  display: flex !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

/* Preserve original .main-nav link styling */
header nav.main-nav ul#wpconvert-primary-ul a,
header .main-nav ul#wpconvert-primary-ul a,
nav.main-nav ul#wpconvert-primary-ul a,
.main-nav #wpconvert-primary-ul a,
.main-nav ul#wpconvert-primary-ul a {
  text-decoration: none;
  font-weight: 500;
}

/* CRITICAL: Top-level items MUST be inline - Maximum specificity for ALL WordPress classes */
/* NOTE: nav ul#wpconvert-primary-ul > li is NOT included to avoid conflicting with .main-nav */
header ul#wpconvert-primary-ul > li,
#wpconvert-primary-ul > li,
#wpconvert-primary-ul > li.menu-item,
#wpconvert-primary-ul > li.menu-item-type-post_type,
#wpconvert-primary-ul > li.menu-item-type-custom,
#wpconvert-primary-ul > li.menu-item-object-page,
#wpconvert-primary-ul > li.menu-item-object-custom,
#wpconvert-primary-ul > li.menu-item-has-children,
#wpconvert-primary-ul > li.current-menu-item,
#wpconvert-primary-ul > li.current_page_item,
#wpconvert-primary-ul > li.current-menu-ancestor,
#wpconvert-primary-ul.menu > li,
ul.menu:not(.submenu):not(.sub-menu) > li,
body #wpconvert-primary-ul > li {
  display: inline-block !important;
  position: relative !important;
  flex-shrink: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  vertical-align: middle !important;
  float: none !important;
  width: auto !important;
  clear: none !important;
}

/* Top-level links maintain their button appearance */
#wpconvert-primary-ul > .menu-item > a {
  /* Keep original classes for styling */
}

/* Hide submenus by default with high z-index - CRITICAL for all sites */
/* EC-NAV-220: Layout & visibility properties stay !important so the
   hover-to-show behaviour overrides Tailwind's display:none / opacity:0
   defaults on sites without their own dropdown CSS. */
.menu-item.menu-item-has-children > .submenu,
.menu-item.menu-item-has-children > .sub-menu,
.menu-item-has-children > ul,
li.menu-item-has-children > ul {
  display: none !important; /* Important to override inline-flex and other display classes */
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 9999 !important; /* Higher than content */
  list-style: none !important;
  margin: 0 !important;
}
/* EC-NAV-220: Visual surface properties (background / border / shadow /
   padding / sizing) are emitted via :where(...) so the selector collapses
   to specificity (0,0,0). Any captured custom-submenu CSS rule with
   non-zero specificity (e.g. aura-lace .dropdown-menu with background
   var(--emerald)) automatically wins via the cascade so the author's
   luxury / dark-themed dropdown panel renders correctly.
   For sites WITHOUT captured dropdown CSS, these white-card defaults
   still apply because nothing else competes. */
:where(.menu-item.menu-item-has-children) > :where(.submenu),
:where(.menu-item.menu-item-has-children) > :where(.sub-menu),
:where(.menu-item-has-children) > :where(ul),
:where(li.menu-item-has-children) > :where(ul) {
  background: white;
  min-width: 200px;
  max-width: 500px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
}

/* Show on hover/focus - Maximum specificity to override everything */
.menu-item.menu-item-has-children:hover > .submenu,
.menu-item.menu-item-has-children:hover > .sub-menu,
.menu-item.menu-item-has-children:hover > ul,
.menu-item.menu-item-has-children:focus-within > .submenu,
.menu-item.menu-item-has-children:focus-within > .sub-menu,
.menu-item.menu-item-has-children:focus-within > ul,
li.menu-item-has-children:hover > ul,
li.menu-item-has-children:focus-within > ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Force submenu items to display as block - Override ALL WordPress and utility classes */
.submenu li,
.submenu .menu-item,
.submenu .menu-item-type-post_type,
.submenu .menu-item-type-custom,
.submenu .menu-item-object-page,
.submenu .menu-item-object-custom,
.submenu .current-menu-item,
.submenu .current_page_item,
ul.sub-menu li,
ul.sub-menu .menu-item,
body .submenu li {
  display: block !important;
  width: 100% !important;
  position: relative !important;
  flex-direction: column !important;
  list-style: none !important;
  float: none !important;
  clear: both !important;
}

.submenu .menu-item a,
.submenu a,
ul.sub-menu a {
  display: block !important;
  width: 100% !important;
  padding: 0.5rem 1rem !important;
  white-space: nowrap !important;
  text-align: left !important;
}

/* Override ANY utility classes that could break submenu layout */
.submenu .menu-item.inline-flex,
.submenu .menu-item.flex,
.submenu .menu-item.grid,
.submenu li.inline-flex,
.submenu li.flex,
.submenu li.grid,
.submenu .inline-flex,
.submenu .flex,
.submenu .grid {
  display: block !important;
  flex-direction: column !important;
}

.submenu .menu-item a.inline-flex,
.submenu .menu-item a.flex,
.submenu .menu-item a.grid,
.submenu a.inline-flex,
.submenu a.flex,
.submenu a.grid {
  display: block !important;
}

/* Ensure submenu container is vertical */
.submenu,
ul.sub-menu {
  flex-direction: column !important;
  display: block !important;
}

/* FLAT NAV ACTIVE STATE - For React/Vite sites converted to wp_nav_menu() */
/* EC-NAV-010: Dynamic current page highlighting */
/* The .wpconvert-active-link class is added by WPConvert_Flat_Menu_Walker to current page links */
.wpconvert-active-link {
  /* Default active styling - will be enhanced by extracted classes if available */
  font-weight: 600;
}

/* EC-NAV-010: When active link has text-primary class, override any text-foreground from base */
/* This ensures the active item shows the highlighted color (text-primary = green/brand color) */
a.wpconvert-active-link.text-primary,
.current-menu-item > a.text-primary,
.current_page_item > a.text-primary {
  color: hsl(var(--primary)) !important;
}

/* EC-NAV-010: Ensure inactive items don't get active color */
/* Links WITHOUT wpconvert-active-link should use text-foreground */
nav a.text-foreground:not(.wpconvert-active-link):not(.text-primary) {
  color: hsl(var(--foreground)) !important;
}

/* Also style current-menu-item for flat navs */
.current-menu-item > a,
.current_page_item > a,
a.current-menu-item,
a.wpconvert-active-link {
  /* The actual active styling comes from extracted activeLinkClasses */
  /* These are fallback styles if extraction doesn't provide specific classes */
}

/* Flat nav submenu styling */
.wpconvert-flat-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  padding: 0.5rem 0;
  display: none;
  z-index: 9999;
}

.wpconvert-flat-submenu a {
  display: block;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

/* EC-NAV-140: Large flat dropdowns flow into two columns (mega-style) without extra walker markup */
.wpconvert-flat-submenu--mega-cols-2 {
  min-width: min(640px, 92vw);
  column-count: 2;
  column-gap: 2.5rem;
  padding: 0.75rem 1.25rem !important;
}
.wpconvert-flat-submenu--mega-cols-2 > a {
  white-space: normal !important;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
/* Show flat submenu when parent <li> hovers (wp_nav_menu wraps items in li.menu-item-has-children) */
li.menu-item-has-children:hover > .wpconvert-flat-submenu,
li.menu-item-has-children:focus-within > .wpconvert-flat-submenu {
  display: block !important;
}

/* Hide Radix UI viewport containers and similar dropdown containers - Universal */
[data-radix-navigation-menu-viewport],
[class*='viewport'][data-state='open'],
[class*='popover'][data-state='open'],
.radix-navigation-menu-viewport,
nav > div[class*='absolute'][class*='top-full'] {
  display: none !important;
  visibility: hidden !important;
}

/* EC-DIALOG-001: Hide Radix Sheet/Dialog overlays and panels that survive into converted themes */
/* These are interactive React components captured in open state during snapshot */
[role='dialog'][class*='fixed'],
[data-radix-dialog-content][class*='fixed'],
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='bg-black'],
div[data-state='open'][class*='fixed'][class*='inset-0'][class*='backdrop'] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Responsive design */
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }

  .menu-item.menu-item-has-children > .submenu {
    position: static;
    box-shadow: none;
  }
}

/* CRITICAL: Ensure header and navigation are above hero/content sections */
/* Only apply relative positioning if nav is NOT sticky/fixed/absolute */
/* Exclude #wpconvert-mobile-nav — it must stay position:fixed as an overlay */
/* EC-NAV-190: Also exclude position:absolute overlay headers (Tailwind
   "absolute" utility class) — common in hero-overlay navbars (e.g.
   svg-to-site-magic-main: <header class="absolute inset-x-0 top-6 z-30 ...">).
   Without this exclusion, the !important rule below forces the absolute
   overlay header into normal flow, taking up its full height and pushing
   the hero section down by ~80px (visible as a white band above the navbar). */
header:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']),
.site-header:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
nav:not([class*='sticky']):not([class*='fixed']):not([class*='absolute']):not(
    #wpconvert-mobile-nav
  ),
[role='banner']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ),
[role='navigation']:not([class*='sticky']):not([class*='fixed']):not(
    [class*='absolute']
  ):not(#wpconvert-mobile-nav) {
  position: relative !important;
  z-index: 1000 !important;
}

/* Preserve sticky/fixed positioning for navs that have it */
/* CRITICAL: Ensure sticky/fixed actually works - add explicit CSS for common patterns */
nav[class*='sticky'],
nav[class*='fixed'],
header nav[class*='sticky'],
header nav[class*='fixed'],
header[class*='sticky'],
header[class*='fixed'],
.site-header[class*='sticky'],
.site-header[class*='fixed'] {
  z-index: 1000 !important; /* Keep z-index for visibility */
}

/* Explicit sticky positioning support - ensures it works even without Tailwind CSS loaded */
/* Only apply if sticky class is present and no explicit position override */
nav.sticky,
nav[class*='sticky']:not([style*='position']),
header nav.sticky,
header nav[class*='sticky']:not([style*='position']),
header.sticky,
header[class*='sticky']:not([style*='position']) {
  position: sticky !important;
}

/* Explicit fixed positioning support - ensures it works even without Tailwind CSS loaded */
nav.fixed,
nav[class*='fixed']:not([style*='position']),
header nav.fixed,
header nav[class*='fixed']:not([style*='position']),
header.fixed,
header[class*='fixed']:not([style*='position']) {
  position: fixed !important;
}

/* Common Tailwind patterns: sticky top-0, fixed top-0 */
nav[class*='sticky'][class*='top-0'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='sticky'][class*='top-0'],
header nav[class*='fixed'][class*='top-0'],
header[class*='sticky'][class*='top-0'],
header[class*='fixed'][class*='top-0'] {
  top: 0 !important;
}

/* Fixed navs typically need full width */
nav[class*='fixed'][class*='w-full'],
nav[class*='fixed'][class*='top-0'],
header nav[class*='fixed'][class*='w-full'],
header nav[class*='fixed'][class*='top-0'],
header[class*='fixed'][class*='w-full'],
header[class*='fixed'][class*='top-0'] {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

/* Ensure hero and main content respect header z-index */
section[class*='hero'],
.hero,
main,
.site-main {
  position: relative;
  z-index: 1;
}

/* Theme-specific overrides */
/* Only apply relative if not sticky/fixed */
.site-header:not([class*='sticky']):not([class*='fixed']) {
  position: relative;
}

.site-main {
  margin-top: 0;
  padding-top: 0;
  min-height: 60vh;
}

/* Remove gap between fixed navbar and first content (white band under header).
 * Use :first-of-type (not :first-child): WP templates often have a whitespace text node
 * between <div id="primary"> and <section>, so section is never :first-child and rules
 * would silently fail (EC-NAV-086 follow-up). */
.site-main > section:first-of-type,
.site-main > div:first-of-type > section:first-of-type {
  margin-top: 0;
}

/* EC-NAV-086: Fixed nav + full-viewport hero (Tailwind min-h-screen) — React/Vite SPAs
 * stack the hero at document top with fixed nav overlaid; body/main background shows through
 * any empty band under the bar. Pull the first min-h-screen hero up by the header bar height
 * (--wpconvert-header-bar-height from header.php EC-NAV-100; fallback 4rem) so background layers
 * align with the original SPA.
 * Only on front-page template (body.front-page); skip sections with explicit pt-* / mt-* utilities.
 * :first-of-type required: newline/whitespace between #primary and hero <section> breaks :first-child. */
body.front-page
  .site-main
  #primary
  > section.min-h-screen:first-of-type:not([class*='pt-']):not([class*='mt-']),
body.front-page
  .site-main
  > div:first-of-type
  > section.min-h-screen:first-of-type:not([class*='pt-']):not([class*='mt-']) {
  /* Logged out: --wp-admin--admin-bar--height is unset → 0px. Logged in: WP sets 32px / 46px (782px). */
  margin-top: calc(
    -1 * var(--wpconvert-header-bar-height, 4rem) -
      var(--wp-admin--admin-bar--height, 0px)
  );
}

/* EC-NAV-089: Admin bar is fixed at top:0; in-flow content gets html { margin-top } but fixed nav does not,
 * so the site navbar sits under #wpadminbar. Offset primary fixed nav; exclude full-screen mobile drawer. */
body.admin-bar nav.fixed.top-0:not(#wpconvert-mobile-nav),
body.admin-bar nav.fixed[class*='top-0']:not(#wpconvert-mobile-nav) {
  top: var(--wp-admin--admin-bar--height, 32px) !important;
}

/* EC-NAV-087: Merged / blog / legacy CSS often sets body { padding-top: 5rem+ } as “clearance”
 * for fixed headers. With a fixed overlay nav, that padding does NOT move the bar — it only
 * pushes <main> down while body background shows through → white/cream band (~nav height) under
 * the bar. Stay Boost ships this in bundled style.css; EC-NAV-086 margin alone cannot cancel it. */
body.front-page {
  padding-top: 0 !important;
}

.site-footer {
  margin-top: auto;
}

/* EC-TW4-001: WordPress default style overrides */

body {
  line-height: 1.6;
}
body.wp-admin {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
}
/* EC-BTN-104: :where() = 0 specificity so Tailwind text-* utilities always win over these resets.
   Plain "a:hover { color: inherit }" can outrank .text-white on links (0,2,0 vs 0,1,0) and wash out hero CTAs. */
:where(a) {
  color: inherit;
  text-decoration: none;
}
:where(a:hover) {
  color: inherit;
}
/* EC-CSS-001: Long-hand padding-left/right (NOT shorthand 'padding: 0 20px') so
 * compound selectors like .container.hero-grid (which sets padding-top: 74px)
 * keep their vertical padding. The shorthand resets ALL four sides at the same
 * specificity, which on Dabster Labs caused the hero badge to slide under the
 * fixed 74px nav. Horizontal gutter (20px each side) unchanged; vertical
 * defaults to the browser's 0 — same effective behavior for sites that do not
 * set padding-top via another selector. */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
:where(button, .btn) {
  cursor: pointer;
  border: none;
  transition: all 0.3s;
}
input,
textarea,
select {
  font-family: inherit;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

/* Grid Layout & Sidebar Preservation - Ensures Bootstrap and other grid systems work properly */
.grid-layout-container {
  width: 100%;
  max-width: 100%;
}

/* Preserve Bootstrap row structure */
.grid-layout-container .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* Ensure Bootstrap columns work */
.grid-layout-container [class*='col-'] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Bootstrap column widths - responsive */
@media (min-width: 768px) {
  .grid-layout-container .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-layout-container .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .grid-layout-container .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid-layout-container .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .grid-layout-container .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .grid-layout-container .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Mobile stacking for sidebars */
@media (max-width: 767px) {
  .grid-layout-container [class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Sidebar styling */
.grid-layout-container aside,
.grid-layout-container [class*='sidebar'] {
  padding: 20px;
}

/* CRITICAL: Disable popups marked by WPConvert - Universal for ALL popup libraries */
/* This targets ONLY popups we've marked, regardless of the library used */
/* Users can re-enable by overriding this CSS in Customizer → Additional CSS */
[data-wpconvert-popup-disabled='true'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -9999 !important;
  position: absolute !important;
  left: -99999px !important;
  transform: scale(0) !important;
}

/* Also hide child elements of disabled popups (for nested structures) */
[data-wpconvert-popup-disabled='true'] * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Disable popup overlay backgrounds (universal) */
[data-wpconvert-popup-disabled='true'].overlay,
[data-wpconvert-popup-disabled='true'][class*='overlay'],
[data-wpconvert-popup-disabled='true'][class*='backdrop'],
[data-wpconvert-popup-disabled='true'][class*='bg'] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* EC-FORM-004: Native <select> option list styling.
 *
 * Why: EC-FORMS-004 / EC-MSTEP-001C converts Radix shadcn comboboxes to
 * native <select> elements so the form submits as a real HTML form. Native
 * select-popups inherit the trigger element background, so on shadcn forms
 * with translucent inputs (e.g. bg-white slash 10), the option list paints
 * as a translucent panel that bleeds the parent form background and makes
 * options nearly unreadable.
 *
 * The rule below paints each option on a solid surface using the same
 * shadcn --card design tokens the rest of the theme already uses, so
 * dropdowns visually match the original SelectContent / bg-popover render.
 *
 * Safety:
 *   - Scoped strictly to select option / select optgroup — never leaks
 *     to custom popover divs.
 *   - hsl(var(--card, ...)) with fallbacks degrades cleanly on themes
 *     that do not define the variable.
 *   - Safari ignores option styling entirely (no DOM hook into the native
 *     popup) so this is a no-op there. Chrome/Edge/Firefox/Brave honour it.
 */
/* EC-FORM-004 / EC-FORM-004b: solid option surfaces — card tokens by default,
   popover tokens on dark booking sections (bg-secondary / needs-wiring forms). */
select option,
select optgroup,
.bg-secondary select option,
.bg-secondary select optgroup,
form[data-wpconvert-form] select option,
form[data-wpconvert-form] select optgroup {
  background-color: hsl(var(--popover, var(--card, 0 0% 100%)));
  color: hsl(var(--popover-foreground, var(--card-foreground, 222.2 84% 4.9%)));
}

/* CRITICAL: Tailwind Font Override - ensure custom fonts take precedence over Tailwind CDN */
/* Tailwind CDN generates CSS dynamically that can override static CSS, so we use !important */
/* No custom font classes detected */
