:root {
  --navy: #0a0a16;
  --navy-soft: #111524;
  --navy-raised: #151a2b;
  --teal: #3bbccb;
  --teal-deep: #239dae;
  --blue: #35518a;
  --off-white: #f6f5f1;
  --white: #ffffff;
  --ink: #11131a;
  --grey: #767c88;
  --light-grey: #cbd0d8;
  --line-light: rgba(10,10,22,.14);
  --line-dark: rgba(255,255,255,.14);
  --radius: 12px;
  --shell: min(1280px, calc(100vw - 40px));
  --shadow-glow: 0 0 10px rgba(59,188,203,.65), 0 0 28px rgba(59,188,203,.26);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--off-white);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; background: var(--white); color: var(--navy); padding: 10px 14px; border-radius: 6px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; transition: background .25s ease, border-color .25s ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: rgba(10,10,22,.94); backdrop-filter: blur(14px); border-color: rgba(255,255,255,.08); }
.header-inner { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-weight: 700; font-size: 1.18rem; letter-spacing: .01em; }
.brand img { width: 40px; height: 40px; border-radius: 8px; }
.site-nav { justify-self: center; display: flex; gap: 28px; align-items: center; }
.site-nav a { color: rgba(255,255,255,.8); font-size: .94rem; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border-radius: 8px; font-weight: 700; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, .text-link:focus-visible, .site-nav a:focus-visible, .solution-row:focus-visible { outline: 3px solid rgba(59,188,203,.5); outline-offset: 4px; }
.button-primary { background: var(--teal); color: var(--navy); }
.button-primary:hover { background: #55c6d3; }
.button-ghost { border-color: rgba(255,255,255,.28); color: var(--white); background: transparent; }
.button-ghost:hover { border-color: var(--teal); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 700; color: var(--teal-deep); margin-top: 20px; }
.section-dark .text-link { color: var(--teal); }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(3px); }

.eyebrow { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; font-weight: 800; color: var(--teal-deep); }
.section-dark .eyebrow { color: var(--teal); }
.eyebrow.centre { text-align: center; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(3.1rem, 6.2vw, 5.6rem); margin-bottom: 24px; max-width: 860px; }
h1 span { color: var(--teal); }
h2 { font-size: clamp(2.4rem, 4.4vw, 4.2rem); margin-bottom: 24px; max-width: 900px; }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); margin-bottom: 14px; }
p { font-size: 1.06rem; }
.section-dark { background: var(--navy); color: var(--white); }
.section-light { background: var(--off-white); color: var(--ink); }

/* v0.10.7: safe, user-built Gutenberg pages. Section classes own both their
   background and text colour, so removing or reordering blocks cannot leave
   white copy on the default light canvas. */
.ee-page-builder-root { background: var(--off-white); color: var(--ink); }
.ee-page-builder-root > .wp-block-group { margin-block: 0; }
.ee-page-builder-root > .wp-block-group:not(.section-dark) { color: var(--ink); }
.ee-page-builder-root > .wp-block-group:not(.section-dark) .has-white-color { color: inherit !important; }
.ee-page-builder-root .section-dark,
.ee-page-builder-root .section-dark h1,
.ee-page-builder-root .section-dark h2,
.ee-page-builder-root .section-dark h3 { color: var(--white); }
.ee-page-builder-root .section-light,
.ee-page-builder-root .section-light h1,
.ee-page-builder-root .section-light h2,
.ee-page-builder-root .section-light h3 { color: var(--ink); }

.hero { min-height: 790px; display: grid; align-items: center; padding: 130px 0 90px; overflow: hidden; position: relative; }
.hero::after { content: ""; position: absolute; width: 540px; height: 540px; border-radius: 50%; right: -250px; top: 90px; border: 1px solid rgba(59,188,203,.12); box-shadow: inset 0 0 0 70px rgba(59,188,203,.015), inset 0 0 0 140px rgba(59,188,203,.015), inset 0 0 0 210px rgba(59,188,203,.015); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(380px,.65fr); gap: 90px; align-items: center; position: relative; z-index: 2; }
.hero-intro { font-size: clamp(1.16rem, 1.7vw, 1.35rem); max-width: 700px; color: rgba(255,255,255,.88); }
.hero-sub { max-width: 680px; color: rgba(255,255,255,.65); }
.hero-note { color: rgba(255,255,255,.55); font-size: .9rem; margin-top: 24px; max-width: 620px; }
.hero-journey { position: relative; padding-left: 34px; }
.hero-journey ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 24px; position: relative; z-index: 2; }
.hero-journey li { display: grid; grid-template-columns: 18px 1fr; gap: 18px; align-items: start; color: rgba(255,255,255,.6); }
.hero-journey strong { display: block; font-size: .84rem; letter-spacing: .08em; color: rgba(255,255,255,.75); }
.hero-journey small { display: block; margin-top: 5px; color: rgba(255,255,255,.48); }
.hero-journey .node { width: 12px; height: 12px; border-radius: 50%; border: 1px solid rgba(255,255,255,.45); margin-top: 3px; background: var(--navy); }
.hero-journey li.is-active .node { background: var(--teal); border-color: var(--teal); box-shadow: var(--shadow-glow); }
.hero-journey li.is-active strong { color: var(--teal); }
.hero-rail { position: absolute; left: 39px; top: 8px; bottom: 8px; width: 2px; }
.hero-rail-line { position: absolute; inset: 0; width: 1px; background: linear-gradient(to bottom, var(--teal), rgba(255,255,255,.12)); }
.hero-signal { position: absolute; left: -5px; top: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--teal); box-shadow: var(--shadow-glow); animation: heroPulse 3.5s ease-in-out infinite; }
@keyframes heroPulse { 0%,100% { transform: translateY(0); opacity: 1; } 50% { transform: translateY(160px); opacity: .65; } }

.proof-strip { background: #eef1f3; padding: 58px 0 50px; border-bottom: 1px solid var(--line-light); }
.metrics-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 32px; }
.metric { text-align: center; padding: 12px 28px; border-right: 1px solid var(--line-light); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; color: var(--teal-deep); font-size: clamp(2.5rem, 4vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.metric span { display: block; margin: 12px auto 0; max-width: 190px; font-weight: 650; }
.proof-note { text-align: center; color: var(--grey); font-size: .82rem; max-width: 720px; margin: 26px auto 0; }

.problem { padding: 130px 0 110px; }
.two-col { display: grid; grid-template-columns: minmax(0,.85fr) minmax(420px,1.15fr); gap: 90px; align-items: start; }
.section-heading p { max-width: 650px; color: #515763; }
.section-dark .section-heading p { color: rgba(255,255,255,.65); }
.leaks { border-top: 1px solid var(--line-light); }
.leak { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line-light); }
.leak > span { color: var(--teal-deep); font-weight: 800; }
.leak h3 { font-size: 1.35rem; margin-bottom: 7px; }
.leak p { color: #5e6470; margin-bottom: 0; font-size: .98rem; }
.problem-close { margin-top: 74px; border-top: 1px solid var(--line-light); padding-top: 34px; }
.problem-close p { font-size: clamp(1.6rem, 3vw, 2.6rem); font-weight: 750; letter-spacing: -.03em; margin: 0; }

.system { padding: 120px 0 0; --progress: 0; }
.system-intro { padding-bottom: 78px; border-bottom: 1px solid var(--line-dark); }
.system-intro p:last-child { max-width: 720px; color: rgba(255,255,255,.65); }
.system-layout { display: grid; grid-template-columns: 290px minmax(0,1fr); gap: 80px; position: relative; }
.system-nav { height: 100vh; min-height: 650px; position: sticky; top: 0; padding-top: 110px; align-self: start; }
.system-nav ol { list-style: none; margin: 0; padding: 0 0 0 34px; display: grid; gap: 52px; position: relative; z-index: 4; }
.system-nav li { min-height: 18px; display: flex; align-items: center; gap: 17px; color: rgba(255,255,255,.38); }
.system-nav .node { display: block; width: 12px; height: 12px; border-radius: 50%; border: 1px solid rgba(255,255,255,.32); background: var(--navy); transition: background .25s ease, border .25s ease, box-shadow .25s ease; }
.system-nav button { border: 0; padding: 0; color: inherit; background: none; cursor: pointer; font-weight: 800; font-size: .78rem; letter-spacing: .09em; }
.system-nav li.is-active { color: var(--teal); }
.system-nav li.is-active .node { background: var(--teal); border-color: var(--teal); box-shadow: var(--shadow-glow); }
.system-nav li.is-complete { color: rgba(255,255,255,.72); }
.system-nav li.is-complete .node { background: var(--teal-deep); border-color: var(--teal-deep); }
.system-rail { position: absolute; left: 39px; top: 110px; width: 2px; height: 392px; }
.system-line, .system-fill { position: absolute; left: 0; top: 0; width: 1px; height: 100%; }
.system-line { background: rgba(255,255,255,.16); }
.system-fill { background: var(--teal); transform-origin: top; transform: scaleY(var(--progress)); box-shadow: 0 0 18px rgba(59,188,203,.2); }
.system-dot { position: absolute; left: -6px; top: calc(var(--progress) * 100% - 6px); width: 13px; height: 13px; border-radius: 50%; background: var(--teal); box-shadow: var(--shadow-glow); transition: top .06s linear; }
.system-stages { border-left: 1px solid var(--line-dark); }
.system-stage { min-height: 88vh; padding: 110px 0 110px 76px; max-width: 870px; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line-dark); }
.system-stage:last-child { border-bottom: 0; }
.stage-number { color: rgba(255,255,255,.18); font-size: 4.4rem; line-height: 1; font-weight: 800; margin-bottom: 24px; letter-spacing: -.06em; }
.system-stage h3 { font-size: clamp(2rem, 3.4vw, 3.6rem); max-width: 760px; }
.system-stage > p:not(.eyebrow):not(.stage-number):not(.small-copy) { max-width: 730px; color: rgba(255,255,255,.68); }
.small-copy { font-size: .94rem; color: rgba(255,255,255,.5); max-width: 650px; }
.stage-stat { display: flex; align-items: center; gap: 24px; margin: 26px 0; padding: 24px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.stage-stat strong { color: var(--teal); font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1; letter-spacing: -.04em; }
.stage-stat span { max-width: 300px; color: rgba(255,255,255,.7); }
.split-stat { display: grid; grid-template-columns: repeat(2,1fr); }
.split-stat div { display: flex; gap: 18px; align-items: center; }
.stage-visual { margin: 26px 0 10px; padding: 26px; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.simple-flow { display: grid; grid-template-columns: repeat(4,1fr) 1.2fr; gap: 10px; align-items: center; }
.simple-flow span, .event-list span, .capture-flow span, .nurture-flow span, .optimise-flow span { border: 1px solid rgba(255,255,255,.13); border-radius: 7px; padding: 12px 14px; font-size: .86rem; color: rgba(255,255,255,.72); text-align: center; }
.simple-flow b, .capture-flow b, .nurture-flow b, .optimise-flow b { color: var(--navy); background: var(--teal); border-radius: 7px; padding: 12px 14px; text-align: center; }
.event-list { display: flex; flex-wrap: wrap; gap: 10px; }
.capture-flow, .nurture-flow, .optimise-flow { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.stage-visual i { font-style: normal; color: var(--teal); }
.booking-card { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: center; }
.booking-card div { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.booking-card small { width: 100%; color: rgba(255,255,255,.48); }
.booking-card span { padding: 10px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 6px; color: rgba(255,255,255,.72); }
.booking-card span.selected { border-color: var(--teal); color: var(--teal); }
.booking-card b { color: var(--navy); background: var(--teal); padding: 14px 18px; border-radius: 8px; }

.review-bridge { background: var(--teal); padding: 54px 0; }
.review-bridge-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.review-bridge .eyebrow { color: var(--navy); opacity: .72; }
.review-bridge h2 { font-size: clamp(2rem, 3.6vw, 3.6rem); margin-bottom: 12px; }
.review-bridge p:last-child { margin-bottom: 0; max-width: 720px; }
.review-bridge .button-primary { background: var(--navy); color: var(--white); }

.solutions { padding: 130px 0; }
.section-heading.wide { max-width: 980px; margin-bottom: 70px; }
.solution-groups { display: grid; grid-template-columns: repeat(2,1fr); gap: 80px; }
.group-label { font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; color: var(--teal-deep); margin-bottom: 8px; }
.solution-row { display: grid; grid-template-columns: 48px 1fr 26px; gap: 18px; padding: 28px 0; border-top: 1px solid var(--line-light); align-items: start; }
.solution-row:last-child { border-bottom: 1px solid var(--line-light); }
.solution-row > span { color: var(--teal-deep); font-weight: 800; }
.solution-row h3 { font-size: 1.45rem; margin-bottom: 8px; }
.solution-row p { color: #5d6370; margin-bottom: 0; font-size: .96rem; }
.solution-row small { display: block; color: var(--teal-deep); margin-top: 12px; }
.solution-row b { transition: transform .2s ease; }
.solution-row:hover b { transform: translateX(4px); }
.system-link-panel { margin-top: 74px; padding: 34px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.system-link-panel h3 { font-size: 2rem; }
.system-link-panel p:not(.eyebrow) { max-width: 650px; color: #5d6370; }

.approach { padding: 130px 0 100px; }
.approach-grid { align-items: start; }
.process-list { border-top: 1px solid var(--line-dark); }
.process { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line-dark); }
.process > span { color: var(--teal); font-weight: 800; }
.process h3 { font-size: 1.45rem; margin-bottom: 8px; }
.process p { color: rgba(255,255,255,.58); margin-bottom: 0; font-size: .96rem; }
.human-note { margin-top: 90px; padding-top: 42px; border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: .7fr 1fr; gap: 70px; }
.human-note h3 { font-size: clamp(1.8rem, 3vw, 3rem); }
.human-note p { color: rgba(255,255,255,.64); max-width: 700px; }

.results { padding: 130px 0; }
.results-heading { max-width: 800px; margin-bottom: 62px; }
.case-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.case-card { grid-column: span 4; border: 1px solid var(--line-light); border-radius: var(--radius); padding: 30px; background: rgba(255,255,255,.5); min-height: 310px; display: flex; flex-direction: column; }
.case-featured { grid-column: span 8; background: var(--navy); color: var(--white); }
.case-label { text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-size: .76rem; color: var(--teal-deep); }
.case-featured .case-label { color: var(--teal); }
.case-card strong { display: block; font-size: clamp(1.8rem, 3vw, 3.1rem); line-height: 1.06; letter-spacing: -.04em; margin: 18px 0; }
.case-card p:not(.case-label) { color: #626873; }
.case-featured p:not(.case-label) { color: rgba(255,255,255,.62); }
.case-card .text-link { margin-top: auto; }

.fit { padding: 130px 0; border-top: 1px solid var(--line-light); }
.fit-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.fit-list { border-top: 1px solid var(--line-light); }
.fit-list article { display: grid; grid-template-columns: 34px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--line-light); }
.fit-list article > span { color: var(--teal-deep); font-weight: 900; font-size: 1.2rem; }
.fit-list h3 { font-size: 1.35rem; margin-bottom: 7px; }
.fit-list p { color: #5f6571; margin: 0; font-size: .96rem; }
.responsibility { margin-top: 80px; padding-top: 34px; border-top: 1px solid var(--line-light); display: flex; justify-content: space-between; gap: 40px; align-items: baseline; }
.responsibility p, .responsibility strong { font-size: clamp(1.5rem, 2.7vw, 2.6rem); letter-spacing: -.03em; margin: 0; }
.responsibility strong { color: var(--teal-deep); }

.final-cta { padding: 120px 0; }
.final-cta-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: start; }
.final-cta p { color: rgba(255,255,255,.65); }
.final-cta small { display: block; color: rgba(255,255,255,.45); margin-top: 20px; }

.site-footer { background: #07070f; color: var(--white); padding: 70px 0 30px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4,1fr); gap: 42px; }
.footer-brand p { color: rgba(255,255,255,.48); max-width: 360px; margin-top: 18px; font-size: .92rem; }
.footer-grid > div:not(.footer-brand) { display: grid; gap: 10px; align-content: start; }
.footer-grid strong { margin-bottom: 8px; }
.footer-grid a:not(.brand) { color: rgba(255,255,255,.52); font-size: .92rem; }
.footer-grid a:hover { color: var(--teal); }
.footer-bottom { margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.38); font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 34px, 900px); }
  .header-inner { grid-template-columns: auto auto auto; }
  .site-nav { position: fixed; inset: 76px 0 auto 0; background: var(--navy); padding: 28px 24px 36px; flex-direction: column; align-items: flex-start; gap: 18px; border-top: 1px solid rgba(255,255,255,.08); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .menu-toggle { display: inline-flex; justify-self: end; background: transparent; border: 1px solid rgba(255,255,255,.22); color: var(--white); border-radius: 8px; padding: 8px 12px; }
  .header-cta { justify-self: end; }
  .hero-grid { grid-template-columns: 1fr .65fr; gap: 50px; }
  .two-col, .approach-grid, .fit-grid { grid-template-columns: 1fr; gap: 55px; }
  .system-layout { grid-template-columns: 220px 1fr; gap: 40px; }
  .system-stage { padding-left: 50px; }
  .solution-groups { gap: 46px; }
  .case-card { grid-column: span 6; }
  .case-featured { grid-column: span 12; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 680px); }
  .header-inner { grid-template-columns: auto 1fr auto; min-height: 68px; gap: 12px; }
  .brand span { font-size: 1rem; }
  .brand img { width: 34px; height: 34px; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding: 120px 0 78px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-journey { margin-top: 30px; }
  .hero::after { width: 360px; height: 360px; right: -210px; top: 400px; }
  h1 { font-size: clamp(2.65rem, 12vw, 4.3rem); }
  h2 { font-size: clamp(2.1rem, 9vw, 3.4rem); }
  .metrics-grid { grid-template-columns: repeat(2,1fr); }
  .metric { border-right: 0; border-bottom: 1px solid var(--line-light); padding: 28px 12px; }
  .metric:nth-child(odd) { border-right: 1px solid var(--line-light); }
  .metric:nth-last-child(-n+2) { border-bottom: 0; }
  .problem, .solutions, .approach, .results, .fit { padding: 90px 0; }
  .problem-close { margin-top: 50px; }
  .system { padding-top: 88px; }
  .system-intro { padding-bottom: 50px; }
  .system-layout { display: block; }
  .system-nav { position: sticky; top: 68px; height: auto; min-height: 0; padding: 12px 0; margin-inline: -14px; padding-inline: 14px; background: rgba(10,10,22,.96); border-bottom: 1px solid rgba(255,255,255,.08); z-index: 10; overflow-x: auto; }
  .system-nav ol { display: flex; gap: 12px; padding: 0; min-width: max-content; }
  .system-nav li { min-height: 0; gap: 8px; }
  .system-nav .node { width: 9px; height: 9px; }
  .system-nav button { font-size: .7rem; }
  .system-rail { display: none; }
  .system-stages { border-left: 0; }
  .system-stage { min-height: auto; padding: 84px 0; border-bottom: 1px solid var(--line-dark); }
  .stage-number { font-size: 3.2rem; }
  .simple-flow { grid-template-columns: repeat(2,1fr); }
  .simple-flow b { grid-column: span 2; }
  .split-stat { grid-template-columns: 1fr; gap: 20px; }
  .booking-card { grid-template-columns: 1fr; }
  .review-bridge-inner { grid-template-columns: 1fr; gap: 22px; }
  .solution-groups { grid-template-columns: 1fr; }
  .system-link-panel { align-items: flex-start; flex-direction: column; }
  .human-note { grid-template-columns: 1fr; gap: 20px; margin-top: 60px; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card, .case-featured { grid-column: auto; }
  .responsibility { flex-direction: column; align-items: flex-start; }
  .final-cta-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .metrics-grid { grid-template-columns: 1fr; }
  .metric, .metric:nth-child(odd) { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .metric:last-child { border-bottom: 0; }
  .actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .simple-flow { grid-template-columns: 1fr; }
  .simple-flow b { grid-column: auto; }
  .stage-visual { padding: 18px; }
  .capture-flow, .nurture-flow, .optimise-flow { align-items: stretch; flex-direction: column; }
  .capture-flow i, .nurture-flow i, .optimise-flow i { transform: rotate(90deg); text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .system-dot { display: none; }
  .system-fill { transform: scaleY(1); opacity: .45; }
}

/* WordPress integration */
.admin-bar .site-header { top: 32px; }
.site-nav-list { list-style: none; margin: 0; padding: 0; display: flex; gap: 28px; align-items: center; }
.site-nav-list li { margin: 0; }
.site-nav-list a { color: rgba(255,255,255,.8); font-size: .94rem; }
.brand-custom-logo { width: auto !important; max-width: 185px; height: 42px !important; object-fit: contain; }
.content-page { background: var(--off-white); min-height: 70vh; padding: 150px 0 110px; }
.content-shell { max-width: 1080px; }
.content-shell.narrow { max-width: 800px; }
.content-header { max-width: 860px; margin-bottom: 56px; }
.content-header > p:not(.eyebrow) { color: #5d6370; max-width: 720px; }
.content-article .entry-content { max-width: 820px; }
.entry-content > * + * { margin-top: 1.25em; }
.entry-content h2 { font-size: clamp(2rem, 4vw, 3.6rem); margin-top: 1.5em; }
.entry-content h3 { font-size: clamp(1.5rem, 2.4vw, 2.2rem); margin-top: 1.4em; }
.entry-content a { color: var(--teal-deep); text-decoration: underline; text-underline-offset: 3px; }
.post-list { display: grid; gap: 1px; background: var(--line-light); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.post-card { background: var(--off-white); padding: 34px 0; }
.post-card h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); margin-bottom: 12px; }
.archive-grid { margin-top: 40px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (max-width: 1050px) { .site-nav-list { flex-direction: column; align-items: flex-start; gap: 18px; } }
@media (max-width: 760px) { .content-page { padding: 120px 0 80px; } }

/* Echo Eight v0.2 structured pages */
.ee-structured-page { overflow: hidden; }
.ee-page-hero { padding: 154px 0 100px; min-height: 620px; display: flex; align-items: center; }
.ee-page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr); gap: 90px; align-items: center; }
.ee-page-hero h1 { max-width: 900px; }
.ee-lead { font-size: clamp(1.15rem, 1.8vw, 1.36rem); max-width: 760px; color: rgba(255,255,255,.84); }
.ee-page-hero p:not(.eyebrow):not(.ee-hero-proof) { max-width: 760px; color: rgba(255,255,255,.66); }
.ee-hero-proof { margin-top: 26px; padding-left: 18px; border-left: 2px solid var(--teal); color: var(--white); font-weight: 700; max-width: 720px; }
.ee-content-section { padding: 120px 0; }
.ee-narrow { max-width: 980px; }
.ee-section-intro { max-width: 760px; color: rgba(255,255,255,.66); }
.ee-two-col-copy { display: grid; grid-template-columns: minmax(0,.8fr) minmax(400px,1.2fr); gap: 90px; align-items: start; }
.ee-two-col-copy > div:last-child > p { max-width: 760px; }
.ee-two-panel { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.ee-two-panel > article { padding: 36px; border: 1px solid var(--line-light); border-radius: var(--radius); }
.ee-list-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: var(--line-light); margin-top: 48px; }
.ee-list-grid article { background: var(--off-white); padding: 34px; }
.section-dark .ee-list-grid { background: var(--line-dark); }
.section-dark .ee-list-grid article { background: var(--navy-soft); }
.ee-callout { margin-top: 44px; padding: 28px 0 0; border-top: 1px solid var(--line-light); font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 750; letter-spacing: -.03em; }
.ee-callout-dark { padding: 24px 0 24px 24px; border-left: 2px solid var(--teal); font-size: 1.2rem; color: rgba(255,255,255,.86); }
.ee-mini-system, .ee-solution-signal { position: relative; display: grid; gap: 24px; padding-left: 44px; }
.ee-mini-system::before, .ee-solution-signal::before { content: ""; position: absolute; left: 14px; top: 6px; bottom: 6px; width: 1px; background: linear-gradient(var(--teal), rgba(255,255,255,.13)); }
.ee-mini-system span, .ee-solution-signal span { position: relative; color: rgba(255,255,255,.62); font-size: .8rem; font-weight: 800; letter-spacing: .09em; }
.ee-mini-system span::before, .ee-solution-signal span::before { content: ""; position: absolute; left: -36px; top: 3px; width: 10px; height: 10px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: var(--navy); }
.ee-mini-system span:first-child, .ee-solution-signal span:first-child { color: var(--teal); }
.ee-mini-system span:first-child::before, .ee-solution-signal span:first-child::before { background: var(--teal); border-color: var(--teal); box-shadow: var(--shadow-glow); }
.ee-solution-map { display: grid; gap: 18px; }
.ee-solution-map span { padding: 20px 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: rgba(255,255,255,.74); }
.ee-solution-map span:nth-child(2) { border-color: rgba(59,188,203,.5); color: var(--teal); }
.ee-system-deep { display: grid; grid-template-columns: 290px minmax(0,1fr); gap: 80px; position: relative; }
.ee-system-deep .system-nav { top: 76px; }
.ee-check-list { list-style: none; margin: 28px 0; padding: 0; display: grid; gap: 12px; }
.ee-check-list li { position: relative; padding-left: 24px; color: inherit; }
.ee-check-list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 12px rgba(59,188,203,.28); }
.ee-stage-proof { display: flex; gap: 18px; align-items: baseline; margin: 34px 0; padding: 28px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.ee-stage-proof > strong, .ee-stage-proof > div strong { font-size: clamp(2.8rem, 5vw, 4.6rem); color: var(--teal); line-height: 1; letter-spacing: -.05em; }
.ee-stage-proof > span, .ee-stage-proof > div span { color: rgba(255,255,255,.65); max-width: 240px; }
.ee-stage-proof-dual { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.ee-stage-proof-dual > div { display: grid; gap: 8px; }
.ee-inline-links { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.ee-inline-links a { border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: 8px 12px; color: var(--teal); font-size: .82rem; font-weight: 700; }
.ee-process-line { display: flex; flex-wrap: wrap; gap: 8px; margin: 34px 0; align-items: center; }
.ee-process-line span { padding: 10px 14px; border: 1px solid var(--line-dark); border-radius: 999px; color: rgba(255,255,255,.76); }
.ee-process-line span:not(:last-child)::after { content: "→"; margin-left: 18px; color: var(--teal); }
.ee-row-link { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line-light); font-weight: 700; }
.ee-row-link span { color: var(--teal-deep); }
.ee-platform-note { margin-top: 50px; padding: 34px; border: 1px solid var(--line-light); border-radius: var(--radius); max-width: 840px; }
.ee-steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; background: var(--line-light); margin-top: 48px; }
.ee-steps article { padding: 32px; background: var(--off-white); }
.section-dark .ee-steps { background: var(--line-dark); }
.section-dark .ee-steps article { background: var(--navy-soft); }
.ee-steps article > span { display: block; color: var(--teal-deep); font-weight: 800; margin-bottom: 50px; }
.section-dark .ee-steps article > span { color: var(--teal); }
.ee-steps-five { grid-template-columns: repeat(5,minmax(0,1fr)); }
.ee-final-panel { padding: 90px 0; }
.ee-final-panel-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.7fr); gap: 90px; align-items: center; }
.ee-final-panel-grid p { color: rgba(255,255,255,.68); }
.ee-small { font-size: .84rem; color: var(--grey); }
.ee-chip-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); margin-top: 46px; }
.ee-chip-grid span { min-height: 88px; padding: 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: flex; align-items: center; color: rgba(255,255,255,.78); }
.ee-horizontal-system { display: grid; grid-template-columns: repeat(6,1fr); margin: 32px 0; border-top: 1px solid var(--line-dark); }
.ee-horizontal-system span { position: relative; padding: 24px 4px 0; color: rgba(255,255,255,.52); font-size: .68rem; font-weight: 800; letter-spacing: .06em; }
.ee-horizontal-system span::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border: 1px solid var(--teal); border-radius: 50%; background: var(--navy); }
.ee-proof-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; margin-top: 42px; }
.ee-proof-cards article { padding: 34px; border: 1px solid var(--line-light); border-radius: var(--radius); display: flex; flex-direction: column; align-items: flex-start; }
.ee-proof-cards strong { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--teal-deep); }
.ee-proof-cards b { display: block; font-size: clamp(1.6rem, 3vw, 2.7rem); line-height: 1.05; margin: 20px 0 12px; }
.ee-proof-cards a { margin-top: auto; color: var(--teal-deep); font-weight: 700; }
.ee-related-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: var(--line-light); margin-top: 40px; }
.ee-related-links a { display: flex; justify-content: space-between; gap: 18px; padding: 28px; background: var(--off-white); font-weight: 700; }
.ee-related-links span { color: var(--teal-deep); }
.ee-faq-section { padding-top: 20px; }
.ee-faq-list { border-top: 1px solid var(--line-light); margin-top: 40px; }
.ee-faq-list details { border-bottom: 1px solid var(--line-light); padding: 0; }
.ee-faq-list summary { cursor: pointer; list-style: none; padding: 24px 44px 24px 0; font-size: 1.08rem; font-weight: 750; position: relative; }
.ee-faq-list summary::-webkit-details-marker { display: none; }
.ee-faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 20px; color: var(--teal-deep); font-size: 1.5rem; }
.ee-faq-list details[open] summary::after { content: "−"; }
.ee-faq-list details p { max-width: 760px; color: #59606c; padding-bottom: 24px; }
.ee-solution-list { margin-top: 46px; border-top: 1px solid var(--line-light); }
.ee-solution-list > a { display: grid; grid-template-columns: 64px 1fr 40px; align-items: center; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line-light); }
.ee-solution-list > a > span { color: var(--teal-deep); font-weight: 800; }
.ee-solution-list > a b { color: var(--teal-deep); font-size: 1.4rem; }
.ee-solution-list h3 { margin-bottom: 6px; }
.ee-solution-list p { margin-bottom: 0; color: #5e6470; }
.ee-solution-list-dark { border-color: var(--line-dark); }
.ee-solution-list-dark > a { border-color: var(--line-dark); }
.ee-solution-list-dark p { color: rgba(255,255,255,.58); }
.ee-solution-list-dark > a > span, .ee-solution-list-dark > a b { color: var(--teal); }
.ee-topic-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: var(--line-light); margin: 44px 0 26px; }
.ee-topic-grid article { background: var(--off-white); padding: 30px; }
.ee-review-summary { border-left: 1px solid rgba(255,255,255,.18); padding-left: 46px; }
.ee-review-summary strong { display: block; color: var(--teal); margin-bottom: 18px; }
.ee-review-summary ul { margin: 0; padding-left: 18px; color: rgba(255,255,255,.68); display: grid; gap: 9px; }
.ee-booking-grid { display: grid; grid-template-columns: minmax(0,.75fr) minmax(420px,1.25fr); gap: 90px; align-items: start; }
.ee-staging-form { padding: 34px; border: 1px solid var(--line-light); border-radius: var(--radius); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; background: #fff; }
.ee-staging-form label { display: grid; gap: 8px; font-weight: 700; font-size: .9rem; }
.ee-staging-form label:nth-last-of-type(1) { grid-column: span 2; }
.ee-staging-form input, .ee-staging-form select, .ee-staging-form textarea { width: 100%; border: 1px solid #cfd3da; border-radius: 8px; padding: 13px 14px; background: #f8f8f6; color: #68707b; }
.ee-staging-form .button, .ee-staging-form small { grid-column: span 2; }
.ee-staging-form .button:disabled { opacity: .6; cursor: not-allowed; }
.ee-case-study-single { padding-bottom: 0; }
.ee-case-content { max-width: 900px !important; }
.ee-case-content > .eyebrow:first-child { margin-top: 0; }
.ee-case-content > h1 { font-size: clamp(2.8rem, 5.6vw, 5.2rem); margin-bottom: 60px; }
.ee-case-content > h2 { border-top: 1px solid var(--line-light); padding-top: 34px; }
.ee-case-metrics { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; background: var(--line-light); margin: 34px 0; }
.ee-case-metrics > div { background: var(--off-white); padding: 26px; }
.ee-case-metrics strong { display: block; color: var(--teal-deep); font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.05em; }
.ee-case-metrics span { display: block; margin-top: 10px; font-size: .9rem; }
.button-outline { border: 1px solid var(--line-light); color: var(--ink); background: transparent; }

/* Dropdown navigation */
.site-nav-list > li { position: relative; }
.site-nav-list .sub-menu { display: none; position: absolute; left: -18px; top: calc(100% + 16px); min-width: 285px; list-style: none; margin: 0; padding: 10px; background: rgba(10,10,22,.98); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; box-shadow: 0 20px 60px rgba(0,0,0,.28); }
.site-nav-list .sub-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -18px; height: 18px; }
.site-nav-list .sub-menu li { width: 100%; }
.site-nav-list .sub-menu a { display: block; padding: 10px 12px; border-radius: 6px; }
.site-nav-list .sub-menu a:hover { background: rgba(59,188,203,.08); color: var(--teal); }
.site-nav-list > li:hover > .sub-menu, .site-nav-list > li:focus-within > .sub-menu { display: block; }

@media (max-width: 1050px) {
  .ee-page-hero-grid, .ee-two-col-copy, .ee-booking-grid, .ee-final-panel-grid { grid-template-columns: 1fr; gap: 44px; }
  .ee-page-hero { min-height: auto; }
  .ee-mini-system, .ee-solution-signal { max-width: 420px; }
  .ee-system-deep { display: block; }
  .ee-system-deep .system-nav { top: 68px; }
  .ee-steps, .ee-steps-five { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ee-chip-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ee-topic-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-nav-list .sub-menu { position: static; display: grid; min-width: 0; padding: 8px 0 0 14px; border: 0; box-shadow: none; background: transparent; }
  .site-nav-list .sub-menu a { padding: 6px 0; font-size: .84rem; }
}

@media (max-width: 760px) {
  .ee-page-hero { padding: 126px 0 74px; }
  .ee-content-section { padding: 82px 0; }
  .ee-list-grid, .ee-two-panel, .ee-proof-cards, .ee-related-links, .ee-topic-grid { grid-template-columns: 1fr; }
  .ee-steps, .ee-steps-five { grid-template-columns: 1fr; }
  .ee-steps article > span { margin-bottom: 24px; }
  .ee-chip-grid { grid-template-columns: 1fr; }
  .ee-stage-proof-dual { grid-template-columns: 1fr; }
  .ee-horizontal-system { grid-template-columns: repeat(3,1fr); row-gap: 28px; }
  .ee-solution-list > a { grid-template-columns: 42px 1fr 24px; gap: 12px; }
  .ee-staging-form { grid-template-columns: 1fr; padding: 22px; }
  .ee-staging-form label:nth-last-of-type(1), .ee-staging-form .button, .ee-staging-form small { grid-column: auto; }
  .ee-case-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ee-process-line { align-items: stretch; flex-direction: column; }
  .ee-process-line span:not(:last-child)::after { float: right; }
}

@media (max-width: 480px) {
  .ee-case-metrics { grid-template-columns: 1fr; }
}
.ee-topic-grid > a { display: block; background: var(--off-white); padding: 30px; }
.ee-topic-grid > a:hover h3 { color: var(--teal-deep); }

/* ============================================================
   Echo Eight v0.3 editable-block compatibility
   Content lives in Gutenberg; these rules keep the visual system
   consistent without requiring a page builder.
   ============================================================ */
.ee-editable-homepage > .wp-block-group,
.ee-structured-page > .wp-block-group,
.ee-case-content > .wp-block-group { margin-block-start: 0; margin-block-end: 0; }

.wp-block-button__link { text-decoration: none; }
.button-primary .wp-block-button__link,
.button-ghost .wp-block-button__link,
.button-outline .wp-block-button__link {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
  padding: 12px 20px; border-radius: 8px; font-weight: 700; border: 1px solid transparent;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button-primary .wp-block-button__link { background: var(--teal); color: var(--navy); }
.button-primary .wp-block-button__link:hover { background: #55c6d3; transform: translateY(-1px); }
.button-ghost .wp-block-button__link { border-color: rgba(255,255,255,.28); color: var(--white); background: transparent; }
.button-ghost .wp-block-button__link:hover { border-color: var(--teal); transform: translateY(-1px); }
.button-outline .wp-block-button__link { border-color: var(--line-light); color: var(--ink); background: transparent; }
.button-outline .wp-block-button__link:hover { border-color: var(--teal-deep); }
.wp-block-buttons.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* Hero journey now uses an editable WordPress list. */
.hero-journey { position: relative; padding-left: 34px; }
.hero-journey::before {
  content: ""; position: absolute; left: 39px; top: 10px; bottom: 10px; width: 1px;
  background: linear-gradient(to bottom, var(--teal), rgba(255,255,255,.12));
}
.hero-journey::after {
  content: ""; position: absolute; left: 34px; top: 8px; width: 11px; height: 11px;
  border-radius: 50%; background: var(--teal); box-shadow: var(--shadow-glow);
  animation: heroPulseV3 3.5s ease-in-out infinite;
}
@keyframes heroPulseV3 { 0%,100% { transform: translateY(0); opacity: 1; } 50% { transform: translateY(160px); opacity: .65; } }
.hero-journey ol.hero-journey-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 24px; position: relative; z-index: 2; }
.hero-journey-list li { position: relative; padding-left: 36px; min-height: 42px; color: rgba(255,255,255,.6); }
.hero-journey-list li::before {
  content: ""; position: absolute; left: -1px; top: 4px; width: 12px; height: 12px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.45); background: var(--navy);
}
.hero-journey-list li:first-child::before { background: var(--teal); border-color: var(--teal); box-shadow: var(--shadow-glow); }
.hero-journey-list strong { display: block; font-size: .84rem; letter-spacing: .08em; color: rgba(255,255,255,.75); }
.hero-journey-list li:first-child strong { color: var(--teal); }
.hero-journey-list small { display: block; margin-top: 5px; color: rgba(255,255,255,.48); }

.metric h3.metric-number { display: block; margin: 0; color: var(--teal-deep); font-size: clamp(2.5rem, 4vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.metric p.metric-label { display: block; margin: 12px auto 0; max-width: 190px; font-weight: 650; }

.wp-block-group.leak { display: block; padding: 26px 0; border-bottom: 1px solid var(--line-light); }
.wp-block-group.leak h3 { font-size: 1.35rem; margin-bottom: 7px; }
.wp-block-group.leak p { color: #5e6470; margin-bottom: 0; font-size: .98rem; }

/* Scroll system. The rail is drawn with CSS so all stage copy stays editable. */
.ee-scroll-system { --progress-percent: 0%; --dot-y: 0px; }
.ee-scroll-system .system-nav { position: sticky; top: 0; min-height: 650px; height: 100vh; padding-top: 110px; align-self: start; }
.ee-scroll-system .system-nav::before {
  content: ""; position: absolute; left: 39px; top: 110px; width: 1px; height: 392px;
  background: linear-gradient(to bottom, var(--teal) 0 var(--progress-percent), rgba(255,255,255,.16) var(--progress-percent) 100%);
  box-shadow: 0 0 18px rgba(59,188,203,.12);
}
.ee-scroll-system .system-nav::after {
  content: ""; position: absolute; left: 33px; top: calc(110px + var(--dot-y)); width: 13px; height: 13px;
  border-radius: 50%; background: var(--teal); box-shadow: var(--shadow-glow); transform: translateY(-6px);
}
.ee-scroll-system .system-nav ol { list-style: none; margin: 0; padding: 0 0 0 34px; display: grid; gap: 52px; position: relative; z-index: 4; }
.ee-scroll-system .system-nav li {
  position: relative; min-height: 18px; padding-left: 34px; color: rgba(255,255,255,.38); cursor: pointer;
  font-weight: 800; font-size: .78rem; letter-spacing: .09em; transition: color .2s ease;
}
.ee-scroll-system .system-nav li::before {
  content: ""; position: absolute; left: -1px; top: 2px; width: 12px; height: 12px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.32); background: var(--navy); transition: .25s ease;
}
.ee-scroll-system .system-nav li.is-active { color: var(--teal); }
.ee-scroll-system .system-nav li.is-active::before { background: var(--teal); border-color: var(--teal); box-shadow: var(--shadow-glow); }
.ee-scroll-system .system-nav li.is-complete { color: rgba(255,255,255,.72); }
.ee-scroll-system .system-nav li.is-complete::before { background: var(--teal-deep); border-color: var(--teal-deep); }
.ee-scroll-system .system-nav li:focus-visible { outline: 2px solid var(--teal); outline-offset: 5px; }

.system-stage .ee-stage-items { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 28px 0; }
.system-stage .ee-stage-items li { border: 1px solid rgba(255,255,255,.16); border-radius: 999px; padding: 8px 12px; color: rgba(255,255,255,.7); font-size: .86rem; }
.system-stage .stage-stat { margin-top: 28px; padding: 24px; border: 1px solid rgba(59,188,203,.28); border-radius: var(--radius); max-width: 520px; }
.system-stage .stage-stat h3 { margin: 0; color: var(--teal); font-size: clamp(2.2rem,4vw,3.8rem); }
.system-stage .stage-stat p { margin: 8px 0 0; color: rgba(255,255,255,.7); font-size: .9rem; }

.ee-mid-cta { padding: 72px 0; border-top: 1px solid var(--line-dark); }
.ee-mid-cta-inner { max-width: 900px; }

.solutions-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 70px; }
.solution-group .solution-item { padding: 26px 0; border-bottom: 1px solid var(--line-light); }
.solution-group .solution-item h3 { margin-bottom: 8px; }
.solution-group .solution-item p { color: #5e6470; }

.ee-step-card { padding: 28px; background: inherit; }
.ee-step-card .step-number { color: var(--teal-deep); font-weight: 800; margin-bottom: 46px; }
.section-dark .ee-step-card .step-number { color: var(--teal); }
.process-list .ee-step-card { border-bottom: 1px solid var(--line-dark); }
.process-list .ee-step-card p:last-child { color: rgba(255,255,255,.62); }

.case-card h3 { display: block; font-size: clamp(1.55rem, 2.5vw, 2.35rem); line-height: 1.05; margin: 18px 0 14px; }
.fit-list .ee-card { display: grid; grid-template-columns: 28px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line-light); }
.fit-list .ee-card::before { content: "✓"; color: var(--teal-deep); font-weight: 800; }
.fit-list .ee-card h3, .fit-list .ee-card p { grid-column: 2; margin-bottom: 0; }

/* Structured page editable components */
.ee-page-hero-copy { max-width: 820px; }
.ee-mini-system ol, .ee-solution-signal ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.ee-mini-system li, .ee-solution-signal li { position: relative; padding-left: 26px; color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.ee-mini-system li::before, .ee-solution-signal li::before { content: ""; position: absolute; left: 0; top: 4px; width: 9px; height: 9px; border: 1px solid var(--teal); border-radius: 50%; }
.ee-mini-system li:first-child::before, .ee-solution-signal li:first-child::before { background: var(--teal); box-shadow: var(--shadow-glow); }
.ee-list-grid .ee-card { padding: 30px; border: 1px solid var(--line-light); }
.section-dark .ee-list-grid .ee-card { border-color: var(--line-dark); }

.ee-chip-grid .ee-chip { min-height: 88px; padding: 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: flex; align-items: center; }
.ee-chip-grid .ee-chip p { margin: 0; color: rgba(255,255,255,.78); }
.ee-horizontal-system { list-style: none !important; padding-left: 0 !important; }
.ee-horizontal-system li { position: relative; padding: 24px 4px 0; color: rgba(255,255,255,.52); font-size: .68rem; font-weight: 800; letter-spacing: .06em; }
.ee-horizontal-system li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border: 1px solid var(--teal); border-radius: 50%; background: var(--navy); }

.ee-proof-card { padding: 34px; border: 1px solid var(--line-light); border-radius: var(--radius); display: flex; flex-direction: column; align-items: flex-start; }
.ee-proof-card .ee-proof-kicker { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: var(--teal-deep); font-weight: 800; }
.ee-proof-card h3 { font-size: clamp(1.6rem,3vw,2.7rem); line-height: 1.05; margin: 20px 0 12px; }
.ee-related-card { background: var(--off-white); padding: 28px; }
.ee-related-card h3 { font-size: 1.2rem; }

.ee-faq-editable { border-top: 1px solid var(--line-light); margin-top: 40px; }
.ee-faq-item { padding: 24px 0; border-bottom: 1px solid var(--line-light); }
.ee-faq-item h3.ee-faq-question { margin-bottom: 10px; font-size: 1.08rem; }
.ee-faq-item .ee-faq-answer { max-width: 760px; color: #59606c; margin-bottom: 0; }

.ee-solution-index-card { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line-light); }
.ee-solution-list-dark .ee-solution-index-card { border-color: var(--line-dark); }
.ee-solution-index-card .ee-number { color: var(--teal-deep); font-weight: 800; grid-row: 1 / span 3; }
.ee-solution-list-dark .ee-number { color: var(--teal); }
.ee-solution-index-card h3, .ee-solution-index-card p, .ee-solution-index-card .ee-link-wrap { grid-column: 2 / -1; margin-bottom: 0; }
.ee-solution-list-dark .ee-solution-index-card p { color: rgba(255,255,255,.6); }

.ee-topic-grid .ee-card { background: var(--off-white); padding: 30px; }
.ee-choice-panel { padding: 30px; border: 1px solid var(--line-light); }
.ee-review-title { color: var(--teal); font-weight: 800; }
.ee-review-list { color: rgba(255,255,255,.7); }

.ee-case-metric { background: var(--off-white); padding: 26px; }
.ee-case-metric h3 { margin: 0; color: var(--teal-deep); font-size: clamp(2rem,4vw,3.8rem); line-height: 1; letter-spacing: -.05em; }
.ee-case-metric p { margin: 10px 0 0; font-size: .9rem; }

.ee-link-wrap { margin: 0; }
.ee-link-wrap .text-link { margin-top: 14px; }

@media (max-width: 1050px) {
  .solutions-columns { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 760px) {
  .hero-journey { padding-left: 0; }
  .hero-journey::before, .hero-journey::after { display: none; }
  .hero-journey-list li { padding-left: 28px; }
  .ee-scroll-system .system-nav { position: relative; top: auto; height: auto; min-height: 0; padding: 0 0 28px; }
  .ee-scroll-system .system-nav::before, .ee-scroll-system .system-nav::after { display: none; }
  .ee-scroll-system .system-nav ol { grid-template-columns: repeat(3,1fr); gap: 12px; padding-left: 0; }
  .ee-scroll-system .system-nav li { padding: 8px 0 8px 22px; font-size: .66rem; }
  .ee-scroll-system .system-nav li::before { left: 0; top: 10px; width: 9px; height: 9px; }
  .system-stages { border-left: 0; }
  .system-stage { padding-left: 0; min-height: auto; }
  .ee-solution-index-card { grid-template-columns: 42px 1fr; gap: 12px; }
  .ee-solution-index-card .ee-number { grid-row: 1 / span 4; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-journey::after { animation: none; }
  .reveal { opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   Echo Eight v0.4 refinements
   ============================================================ */
:root {
  --orange: #ff7a45;
  --orange-deep: #f2612c;
}

/* Header uses the supplied Echo Eight lock-up rather than a generated mark. */
.header-inner { min-height: 92px; }
.brand { gap: 0; line-height: 0; }
.brand .brand-lockup { width: 190px; height: 62px; object-fit: contain; object-position: left center; border-radius: 0; }

/* Keep every button fixed in place. Orange is the universal hover signal. */
.button,
.button-primary .wp-block-button__link,
.button-ghost .wp-block-button__link,
.button-outline .wp-block-button__link {
  transform: none !important;
  box-shadow: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover,
.button-primary:hover,
.button-primary .wp-block-button__link:hover,
.button-ghost:hover,
.button-ghost .wp-block-button__link:hover,
.button-outline:hover,
.button-outline .wp-block-button__link:hover {
  transform: none !important;
  background: var(--orange) !important;
  border-color: var(--orange) !important;
  color: var(--navy) !important;
  box-shadow: 0 0 0 1px rgba(255,122,69,.16), 0 0 22px rgba(255,122,69,.16);
}
.wp-block-button { border-radius: 8px; overflow: visible; background: transparent !important; }
.wp-block-button:hover { background: transparent !important; }

/* Homepage hero spacing and clearer stage labels. */
.hero { padding-top: 172px; }
.hero-grid { align-items: start; }
.hero-copy { padding-top: 26px; }
.hero-journey { padding-top: 12px; }
.hero-journey-list { gap: 30px !important; }
.hero-journey-list li { min-height: 54px; line-height: 1.35; }
.hero-journey-list strong { font-size: .92rem; line-height: 1.2; }
.hero-journey-list small { font-size: .88rem; line-height: 1.45; max-width: 280px; }
.hero-journey-list li::before { top: 2px; }

/* Make the active stage names in the long homepage journey much more prominent. */
.system-stage > .stage-number,
.system-stage > .wp-block-paragraph.stage-number { font-size: 1.05rem; color: rgba(255,255,255,.42); margin-bottom: 12px; }
.system-stage > .eyebrow,
.system-stage > .wp-block-paragraph.eyebrow {
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  letter-spacing: .09em;
  margin-bottom: 18px;
  color: var(--teal);
}
.system-stage h3 { max-width: 720px; }

/* Solutions index: larger numbering and a cleaner editorial rhythm. */
.ee-solution-list { margin-top: 54px; }
.ee-solution-index-card {
  grid-template-columns: 110px minmax(0,1fr) auto;
  gap: 28px;
  padding: 38px 0;
  position: relative;
  transition: border-color .2s ease, padding-left .2s ease;
}
.ee-solution-index-card .ee-number {
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: .9;
  letter-spacing: -.06em;
  font-weight: 600;
  opacity: .8;
}
.ee-solution-index-card h3 { font-size: clamp(1.55rem, 2.5vw, 2.25rem); }
.ee-solution-index-card:hover { border-color: var(--teal-deep); }
.section-dark .ee-solution-index-card:hover { border-color: var(--teal); }

/* Service-page build list becomes an actual connected flow rather than a tile grid. */
.ee-chip-grid {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-top: 58px;
  border: 0;
  background: transparent;
  overflow-x: auto;
  padding: 14px 2px 18px;
  scrollbar-width: thin;
}
.ee-chip-grid .ee-chip {
  position: relative;
  flex: 1 0 180px;
  min-height: 150px;
  padding: 50px 22px 24px;
  border: 0;
  border-top: 1px solid rgba(59,188,203,.4);
  border-bottom: 1px solid rgba(255,255,255,.09);
  display: flex;
  align-items: flex-start;
}
.ee-chip-grid .ee-chip::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 22px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--navy);
  border: 2px solid var(--teal);
  box-shadow: 0 0 14px rgba(59,188,203,.3);
}
.ee-chip-grid .ee-chip:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 34px;
  right: -8px;
  z-index: 2;
  color: var(--teal);
  font-size: 1.2rem;
}
.ee-chip-grid .ee-chip p { font-size: 1rem; font-weight: 650; line-height: 1.45; }

/* Service-page process reads as a horizontal journey with larger numbers. */
.ee-steps,
.ee-steps-five {
  position: relative;
  gap: 0;
  background: transparent;
  border-top: 1px solid var(--line-light);
}
.ee-steps::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--teal-deep), rgba(35,157,174,.18));
  pointer-events: none;
}
.ee-steps article,
.ee-steps .ee-step-card {
  position: relative;
  padding: 44px 30px 36px;
  background: transparent;
  border-right: 1px solid var(--line-light);
}
.ee-steps article:last-child,
.ee-steps .ee-step-card:last-child { border-right: 0; }
.ee-steps article::before,
.ee-steps .ee-step-card::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 30px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--off-white);
  border: 2px solid var(--teal-deep);
}
.ee-steps article > span,
.ee-step-card .step-number {
  margin: 0 0 24px;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -.06em;
  font-weight: 600;
  color: var(--teal-deep);
}
.section-dark .ee-steps { border-color: var(--line-dark); }
.section-dark .ee-steps::before { background: linear-gradient(90deg, var(--teal), rgba(59,188,203,.15)); }
.section-dark .ee-steps article,
.section-dark .ee-steps .ee-step-card { background: transparent; border-color: var(--line-dark); }
.section-dark .ee-steps article::before,
.section-dark .ee-steps .ee-step-card::before { background: var(--navy); border-color: var(--teal); }
.section-dark .ee-step-card .step-number { color: var(--teal); }

/* Give the System-position block proper breathing room. */
.ee-system-position { padding: 118px 0 126px; }
.ee-system-position .ee-two-col-copy { gap: 110px; align-items: center; }
.ee-position-heading h2 { margin-bottom: 0; }
.ee-position-copy { padding: 18px 0 18px 54px; border-left: 1px solid rgba(59,188,203,.34); }
.ee-position-copy > p:first-child { font-size: 1.15rem; color: rgba(255,255,255,.78); }
.ee-horizontal-system { margin: 42px 0 34px; }
.ee-horizontal-system li { font-size: .78rem; padding-top: 30px; }

/* Results archive: larger, clearly clickable, more premium case-study cards. */
.case-study-archive .archive-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 24px;
  background: transparent;
}
.case-card-premium {
  padding: 0 !important;
  border: 1px solid rgba(10,10,22,.14);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  min-height: 320px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.case-card-premium:hover {
  transform: translateY(-3px);
  border-color: rgba(35,157,174,.55);
  box-shadow: 0 22px 55px rgba(10,10,22,.1);
}
.case-card-link {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 34px;
  color: var(--ink);
}
.case-card-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 46px; }
.case-card-topline > span:first-child { text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 800; color: var(--teal-deep); }
.case-card-arrow {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid rgba(10,10,22,.16); font-size: 1.15rem; transition: .2s ease;
}
.case-card-premium:hover .case-card-arrow { background: var(--orange); border-color: var(--orange); color: var(--navy); }
.case-card-premium .case-label { font-size: 1rem; font-weight: 750; color: var(--grey); margin-bottom: 14px; }
.case-card-premium strong { display: block; font-size: clamp(1.8rem,3vw,3rem); line-height: 1.05; letter-spacing: -.04em; max-width: 560px; }
.case-card-cta { margin-top: auto; padding-top: 34px; font-weight: 800; color: var(--teal-deep); }

@media (max-width: 1050px) {
  .brand .brand-lockup { width: 160px; height: 56px; }
  .ee-solution-index-card { grid-template-columns: 82px minmax(0,1fr); }
  .ee-solution-index-card .ee-number { font-size: 3rem; }
  .case-study-archive .archive-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .header-inner { min-height: 76px; }
  .brand .brand-lockup { width: 138px; height: 48px; }
  .hero { padding-top: 132px; }
  .hero-copy { padding-top: 0; }
  .hero-journey { padding-top: 16px; }
  .ee-chip-grid { margin-inline: -20px; padding-inline: 20px; }
  .ee-chip-grid .ee-chip { flex-basis: 72vw; }
  .ee-steps, .ee-steps-five { display: block; border-top: 0; }
  .ee-steps::before { left: 17px; top: 0; bottom: 0; right: auto; width: 1px; height: auto; background: linear-gradient(var(--teal-deep), rgba(35,157,174,.16)); }
  .ee-steps article,
  .ee-steps .ee-step-card { padding: 26px 0 40px 54px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .ee-steps article::before,
  .ee-steps .ee-step-card::before { top: 31px; left: 11px; }
  .ee-step-card .step-number { font-size: 2.5rem; margin-bottom: 14px; }
  .ee-system-position { padding: 82px 0 90px; }
  .ee-system-position .ee-two-col-copy { gap: 40px; }
  .ee-position-copy { padding-left: 24px; }
  .case-card-link { padding: 26px; min-height: 290px; }
}

/* ============================================================
   Echo Eight v0.5 approved review round
   ============================================================ */

/* Actual brand lock-up throughout. */
.footer-lockup { width: 176px !important; height: auto !important; object-fit: contain; object-position: left center; border-radius: 0 !important; }
.site-footer .brand { min-height: 52px; }

/* Keep the navigation readable on light case-study heroes. */
.single-case_study .site-header {
  background: rgba(10,10,22,.97);
  border-bottom-color: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}

/* Eight-stage hero signal. Scroll drives the dot and stage reveal. */
.ee-stage-signal {
  --signal-dot-y: 6px;
  --signal-fill: 0px;
  --signal-start: 6px;
  --signal-track-height: 100%;
  position: relative;
  padding-left: 34px;
}
.ee-stage-signal::before {
  content: "";
  position: absolute;
  left: 39px;
  top: var(--signal-start);
  height: var(--signal-track-height);
  width: 1px;
  background: rgba(255,255,255,.16);
}
.ee-stage-signal::after {
  content: "";
  position: absolute;
  left: 34px;
  top: var(--signal-dot-y);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: var(--shadow-glow);
  transform: translateY(-50%);
  animation: none !important;
  transition: top .08s linear;
}
.ee-stage-signal .hero-journey-list::before {
  content: "";
  position: absolute;
  left: 5px;
  top: var(--signal-start);
  width: 1px;
  height: var(--signal-fill);
  background: var(--teal);
  box-shadow: 0 0 14px rgba(59,188,203,.25);
  z-index: -1;
}
.ee-stage-signal ol.hero-journey-list {
  display: grid;
  gap: 16px !important;
  position: relative;
}
.ee-stage-signal .hero-journey-list li {
  min-height: 38px;
  padding-left: 36px;
  transition: color .2s ease, opacity .2s ease;
}
.ee-stage-signal .hero-journey-list li::before {
  top: 4px;
  transition: transform .22s ease, opacity .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.ee-js .ee-stage-signal .hero-journey-list li::before { transform: scale(.25); opacity: 0; }
.ee-js .ee-stage-signal .hero-journey-list li strong,
.ee-js .ee-stage-signal .hero-journey-list li small { opacity: .16; transform: translateX(8px); transition: opacity .25s ease, transform .25s ease, color .25s ease; }
.ee-stage-signal .hero-journey-list li.is-complete::before,
.ee-stage-signal .hero-journey-list li.is-active::before { transform: scale(1); opacity: 1; }
.ee-stage-signal .hero-journey-list li.is-complete::before { background: var(--navy); border-color: var(--teal-deep); }
.ee-stage-signal .hero-journey-list li.is-active::before { background: var(--teal); border-color: var(--teal); box-shadow: var(--shadow-glow); }
.ee-stage-signal .hero-journey-list li.is-complete strong,
.ee-stage-signal .hero-journey-list li.is-complete small,
.ee-stage-signal .hero-journey-list li.is-active strong,
.ee-stage-signal .hero-journey-list li.is-active small { opacity: 1; transform: translateX(0); }
.ee-stage-signal .hero-journey-list li.is-active strong { color: var(--teal); }
.hero-journey-compact .hero-journey-list strong { font-size: .9rem; }
.hero-journey-compact .hero-journey-list li { min-height: 34px; }
.results-journey { max-width: 360px; }

/* Eight stages without endless scrolling. */
.ee-scroll-system .system-nav ol { gap: 34px; }
.system-stage {
  min-height: 62vh;
  padding-top: 70px;
  padding-bottom: 70px;
}
.system-stage > .eyebrow,
.system-stage > .wp-block-paragraph.eyebrow {
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  letter-spacing: .08em;
}
.ee-scroll-system .system-nav::before {
  top: var(--rail-top, 110px);
  height: var(--rail-height, 392px);
  background: linear-gradient(to bottom, var(--teal) 0 var(--progress-percent), rgba(255,255,255,.16) var(--progress-percent) 100%);
}
.ee-scroll-system .system-nav::after {
  top: var(--dot-y-absolute, 110px);
  transform: translateY(-50%);
}

/* System-page problem cards. */
.ee-gap-grid { gap: 18px; background: transparent; }
.ee-gap-grid .ee-gap-card {
  position: relative;
  min-height: 190px;
  padding: 34px;
  border: 1px solid rgba(10,10,22,.14);
  background: #fff;
  overflow: visible;
}
.ee-gap-card .ee-but-copy { margin: 22px 0 0; color: #59606c; }
.ee-gap-card .ee-but-copy strong { color: var(--orange-deep); font-weight: 800; }
.ee-gap-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 2px solid var(--teal-deep);
  pointer-events: none;
  opacity: 0;
}
.ee-gap-card.is-visible::after { animation: eeGapPulse .72s ease-out .08s 1 both; }
@keyframes eeGapPulse {
  0% { opacity: .7; transform: scale(1); }
  70% { opacity: .2; transform: scale(1.045); }
  100% { opacity: 0; transform: scale(1.07); }
}

/* Horizontal process line. Dots are centered on the line. */
.ee-steps,
.ee-steps-five {
  position: relative;
  overflow: visible;
}
.ee-steps article::before,
.ee-steps .ee-step-card::before {
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 4;
}
.ee-flow-steps::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: -7px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--teal-deep);
  box-shadow: 0 0 10px rgba(35,157,174,.55), 0 0 22px rgba(35,157,174,.22);
  opacity: 0;
}
.section-dark .ee-flow-steps::after { background: var(--teal); }
.ee-js .ee-flow-steps .ee-step-card { opacity: .28; transform: translateY(5px); transition: opacity .18s ease, transform .18s ease; }
.ee-flow-steps.is-running::after { animation: eeFlowDot 1.35s cubic-bezier(.2,.72,.25,1) 1 both; }
.ee-flow-steps.is-running .ee-step-card { opacity: 1; transform: translateY(0); }
.ee-flow-steps.is-running .ee-step-card:nth-child(1) { transition-delay: .08s; }
.ee-flow-steps.is-running .ee-step-card:nth-child(2) { transition-delay: .34s; }
.ee-flow-steps.is-running .ee-step-card:nth-child(3) { transition-delay: .62s; }
.ee-flow-steps.is-running .ee-step-card:nth-child(4) { transition-delay: .90s; }
.ee-flow-steps.is-running .ee-step-card:nth-child(5) { transition-delay: 1.12s; }
@keyframes eeFlowDot {
  0% { left: 0; opacity: 1; }
  96% { opacity: 1; }
  100% { left: calc(100% - 13px); opacity: 0; }
}

/* Static connected flow on every service page. */
.ee-build-flow {
  position: relative;
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding: 34px 0 18px;
  margin-top: 48px;
  scrollbar-width: thin;
}
.ee-build-flow::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 34px;
  right: 34px;
  height: 1px;
  background: rgba(59,188,203,.32);
}
.ee-build-node {
  position: relative;
  flex: 1 0 185px;
  min-height: 150px;
  padding: 56px 24px 22px;
  border-right: 1px solid rgba(255,255,255,.09);
}
.ee-build-node:last-child { border-right: 0; }
.ee-build-node::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--navy);
  border: 2px solid var(--teal);
}
.ee-build-node .ee-build-number { color: var(--teal); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.ee-build-node h3 { font-size: 1rem; line-height: 1.35; color: rgba(255,255,255,.88); }

/* Related solutions become proper boxes. */
.ee-related-section { padding-top: 94px; padding-bottom: 94px; }
.ee-related-box-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 38px; }
.ee-related-card-boxed {
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line-light);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.ee-related-card-boxed .ee-link-wrap { margin-top: auto; }
.ee-related-card-boxed:hover { border-color: rgba(35,157,174,.5); }

/* Homepage solution columns share the same top line. */
.ee-solutions-aligned { align-items: start; }
.ee-solutions-aligned .solution-group { display: grid; grid-template-rows: auto repeat(3, minmax(0,1fr)); align-self: stretch; }
.ee-solutions-aligned .solution-item { display: flex; flex-direction: column; justify-content: flex-start; }
.ee-solutions-aligned .solution-item .ee-link-wrap { margin-top: auto; }

/* Visual case-study cards use the exact supplied artwork. */
.ee-home-case-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
  margin-top: 44px;
}
.ee-visual-case-card {
  min-height: 290px;
  display: grid;
  grid-template-columns: 42% 58%;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 14px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.ee-visual-case-card:hover { border-color: rgba(35,157,174,.55); box-shadow: 0 18px 42px rgba(10,10,22,.08); }
.ee-case-image-wrap { overflow: hidden; min-height: 100%; }
.ee-case-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.ee-visual-case-card:hover .ee-case-image-wrap img { transform: scale(1.025); }
.ee-case-card-body { padding: 30px; display: flex; flex-direction: column; align-items: flex-start; }
.ee-case-card-body small { text-transform: uppercase; letter-spacing: .1em; color: var(--teal-deep); font-weight: 800; }
.ee-case-card-body strong { margin-top: 18px; font-size: clamp(1.45rem,2.5vw,2.35rem); line-height: 1.08; letter-spacing: -.04em; }
.ee-case-card-link { margin-top: auto; padding-top: 28px; color: var(--teal-deep); font-weight: 800; }
.ee-case-system-cta {
  display: flex;
  background: var(--navy);
  color: var(--white);
  border-color: rgba(255,255,255,.12);
}
.ee-case-system-cta .ee-case-card-body { width: 100%; justify-content: center; }
.ee-case-system-cta .ee-case-card-body small,
.ee-case-system-cta .ee-case-card-link { color: var(--teal); }

/* Solutions landing page: seven services plus CTA = eight boxes. */
.ee-solutions-box-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 42px; }
.ee-solution-box {
  min-height: 290px;
  padding: 32px;
  border: 1px solid var(--line-light);
  border-radius: 14px;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.ee-solution-box:hover { border-color: rgba(35,157,174,.5); box-shadow: 0 16px 40px rgba(10,10,22,.07); }
.ee-solution-box .ee-card-number { font-size: 2.6rem; line-height: 1; color: var(--teal-deep); font-weight: 650; margin-bottom: 26px; }
.ee-solution-box .ee-link-wrap,
.ee-solution-box .wp-block-buttons { margin-top: auto; }
.ee-solution-box-cta { background: var(--orange); color: var(--navy); border-color: var(--orange); }
.ee-solution-box-cta .eyebrow { color: rgba(10,10,22,.62); }
.ee-solution-box-cta .wp-block-button__link { background: var(--navy) !important; color: var(--white) !important; border-color: var(--navy) !important; }
.ee-existing-section { padding-top: 84px; padding-bottom: 84px; }

/* Insights: boxed content hub with a smaller System connection. */
.ee-topic-grid-boxed { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; background: transparent; }
.ee-topic-grid-boxed .ee-topic-card { min-height: 220px; border: 1px solid var(--line-light); border-radius: 12px; display: flex; flex-direction: column; }
.ee-topic-grid-boxed .ee-topic-card .ee-link-wrap { margin-top: auto; }
.ee-horizontal-system-light { margin-top: 36px; border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: repeat(8,minmax(0,1fr)); }

/* Results archive: exactly eight boxes. */
.ee-results-case-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 42px; }
.ee-results-case-card,
.ee-results-proof-card,
.ee-results-case-cta {
  min-height: 300px;
  border-radius: 14px;
  overflow: hidden;
}
.ee-results-case-card { display: grid; grid-template-columns: 45% 55%; background: #fff; border: 1px solid var(--line-light); transition: border-color .2s ease, box-shadow .2s ease; }
.ee-results-case-card:hover { border-color: rgba(35,157,174,.55); box-shadow: 0 18px 44px rgba(10,10,22,.08); }
.ee-results-case-image { overflow: hidden; }
.ee-results-case-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.ee-results-case-card:hover img { transform: scale(1.025); }
.ee-results-case-body { padding: 28px; display: flex; flex-direction: column; align-items: flex-start; }
.ee-results-case-body small,
.ee-results-proof-card small,
.ee-results-case-cta small { color: var(--teal-deep); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; font-weight: 800; }
.ee-results-case-body strong { margin-top: 18px; font-size: clamp(1.4rem,2.3vw,2.25rem); line-height: 1.08; }
.ee-results-case-body > span:last-child { margin-top: auto; padding-top: 28px; color: var(--teal-deep); font-weight: 800; }
.ee-results-proof-card { padding: 32px; background: var(--navy); color: var(--white); display: flex; flex-direction: column; }
.ee-results-proof-card small { color: var(--teal); }
.ee-results-proof-card > strong { margin-top: 26px; color: var(--teal); font-size: clamp(3rem,5vw,5rem); line-height: .9; }
.ee-results-proof-card h3 { margin-top: 20px; }
.ee-results-proof-card p { color: rgba(255,255,255,.62); margin-top: auto; }
.ee-results-case-cta { padding: 34px; background: var(--orange); color: var(--navy); display: flex; flex-direction: column; }
.ee-results-case-cta small { color: rgba(10,10,22,.62); }
.ee-results-case-cta strong { margin-top: 28px; font-size: clamp(2rem,3.5vw,3.5rem); line-height: 1; }
.ee-results-case-cta > span { margin-top: auto; font-weight: 750; }

/* Individual case studies: richer, colourful and easier to scan. */
.ee-case-hero { padding: 160px 0 86px; }
.ee-case-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.72fr); gap: 70px; align-items: center; }
.ee-case-hero-copy h1 { font-size: clamp(3rem,5.5vw,5.4rem); }
.ee-case-client { color: var(--grey); font-weight: 700; }
.ee-case-hero-media,
.ee-case-feature-media { border-radius: 16px; overflow: hidden; background: #e9ecef; }
.ee-case-hero-image img,
.ee-case-feature-image img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.ee-case-proof-strip { padding: 54px 0; }
.ee-case-proof-strip .ee-case-metrics { background: transparent; gap: 18px; }
.ee-case-proof-strip .ee-case-metric { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.11); border-radius: 12px; }
.ee-case-proof-strip .ee-case-metric h3 { color: var(--teal); }
.ee-case-proof-strip .ee-case-metric p { color: rgba(255,255,255,.66); }
.ee-case-built-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; list-style: none; padding: 0; margin-top: 36px; }
.ee-case-built-list li { padding: 22px; border: 1px solid var(--line-light); border-radius: 10px; background: #fff; }
.ee-case-flow { margin-top: 44px; }
.ee-case-feature-grid { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1fr); gap: 70px; align-items: center; }
.ee-case-feature-copy h2 { max-width: 680px; }
.ee-case-system-line { margin: 42px 0 30px; display: grid; grid-template-columns: repeat(8,minmax(0,1fr)); border-top: 1px solid var(--line-light); }
.ee-case-system-line li { color: #626976; }
.ee-case-system-line li::before { background: var(--off-white); border-color: var(--teal-deep); }
.ee-confidential-note { padding: 24px 0; border-top: 1px solid var(--line-light); }

/* Contact placeholder. */
.ee-contact-placeholder { padding: 32px; border: 1px solid var(--line-light); border-radius: 14px; background: #fff; }
.ee-contact-placeholder .ee-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.ee-contact-placeholder label { display: grid; gap: 8px; font-weight: 700; margin-bottom: 18px; }
.ee-contact-placeholder input,
.ee-contact-placeholder textarea { width: 100%; border: 1px solid var(--line-light); background: #f8f8f6; border-radius: 8px; padding: 14px 16px; color: #7b8089; }
.ee-contact-placeholder small { display: block; margin-top: 14px; color: var(--grey); }

/* Equalise proof-card heights where paired. */
.ee-proof-cards-visual { align-items: stretch; }
.ee-proof-cards-visual .ee-proof-card { height: 100%; overflow: hidden; }
.ee-proof-image { margin: -34px -34px 26px; width: calc(100% + 68px); }
.ee-proof-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

@media (max-width: 1050px) {
  .ee-related-box-grid { grid-template-columns: 1fr; }
  .ee-case-hero-grid, .ee-case-feature-grid { grid-template-columns: 1fr; }
  .ee-case-hero-media { max-width: 620px; }
  .ee-case-built-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ee-horizontal-system-light, .ee-case-system-line { grid-template-columns: repeat(4,minmax(0,1fr)); row-gap: 26px; }
}

@media (max-width: 760px) {
  .ee-stage-signal { padding-left: 0; }
  .ee-stage-signal::before,
  .ee-stage-signal::after,
  .ee-stage-signal .hero-journey-list::before { display: none; }
  .ee-stage-signal ol.hero-journey-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px !important; }
  .ee-stage-signal .hero-journey-list li { padding: 9px 0 9px 22px; min-height: 0; }
  .ee-js .ee-stage-signal .hero-journey-list li strong,
  .ee-js .ee-stage-signal .hero-journey-list li small { opacity: 1; transform: none; }
  .ee-js .ee-stage-signal .hero-journey-list li::before { transform: scale(1); opacity: 1; }

  .system-stage { min-height: auto; padding: 64px 0; }
  .ee-scroll-system .system-nav ol { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; }

  .ee-flow-steps::after { display: none; }
  .ee-js .ee-flow-steps .ee-step-card { opacity: 1; transform: none; }
  .ee-steps article::before,
  .ee-steps .ee-step-card::before { left: 11px !important; transform: none; }

  .ee-build-flow { margin-inline: -20px; padding-inline: 20px; }
  .ee-build-node { flex-basis: 70vw; }

  .ee-home-case-grid,
  .ee-solutions-box-grid,
  .ee-topic-grid-boxed,
  .ee-results-case-grid { grid-template-columns: 1fr; }
  .ee-visual-case-card,
  .ee-results-case-card { grid-template-columns: 38% 62%; min-height: 250px; }

  .ee-case-built-list,
  .ee-contact-placeholder .ee-form-grid { grid-template-columns: 1fr; }
  .ee-case-hero { padding-top: 128px; }
  .ee-case-system-line,
  .ee-horizontal-system-light { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  .ee-gap-card.is-visible::after,
  .ee-flow-steps.is-running::after { animation: none !important; }
  .ee-js .ee-flow-steps .ee-step-card,
  .ee-js .ee-stage-signal .hero-journey-list li strong,
  .ee-js .ee-stage-signal .hero-journey-list li small { opacity: 1 !important; transform: none !important; }
}

/* ============================================================
   Echo Eight v0.5.1 homepage-only correction
   ============================================================ */

/* Keep the approved global brand/button behaviour explicit. */
.echo-eight-front-page .brand-lockup,
.site-footer .footer-lockup {
  object-fit: contain;
  object-position: left center;
}
.echo-eight-front-page .button,
.echo-eight-front-page .wp-block-button__link {
  transform: none !important;
}

/*
 * Hero: stable two-column layout with a genuine top-to-bottom journey.
 * The list item must be block layout. Earlier grid rules put ATTRACT in an
 * 18px column, which is what caused the stage copy to overlap.
 */
.echo-eight-front-page .hero {
  min-height: 820px;
  padding: 146px 0 86px;
}
.echo-eight-front-page .hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: clamp(52px, 6vw, 92px);
  align-items: center;
}
.echo-eight-front-page .hero-copy {
  padding-top: 0;
}
.echo-eight-front-page .ee-home-hero-signal {
  width: 100%;
  max-width: 430px;
  justify-self: end;
  padding: 4px 0 4px 34px;
}
.echo-eight-front-page .ee-home-hero-signal ol.hero-journey-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px !important;
  margin: 0;
  padding: 0;
}
.echo-eight-front-page .ee-home-hero-signal .hero-journey-list li {
  display: block !important;
  grid-template-columns: none !important;
  position: relative;
  min-height: 47px;
  padding: 3px 0 3px 38px;
  color: rgba(255,255,255,.58);
}
.echo-eight-front-page .ee-home-hero-signal .hero-journey-list strong {
  display: block;
  font-size: .92rem;
  line-height: 1.2;
  letter-spacing: .085em;
  color: rgba(255,255,255,.72);
  white-space: normal;
}
.echo-eight-front-page .ee-home-hero-signal .hero-journey-list small {
  display: block;
  max-width: 320px;
  margin-top: 5px;
  font-size: .9rem;
  line-height: 1.38;
  color: rgba(255,255,255,.48);
  white-space: normal;
}
.echo-eight-front-page .ee-home-hero-signal .hero-journey-list li::before {
  left: -1px;
  top: 6px;
  width: 13px;
  height: 13px;
  border-width: 1px;
}
.echo-eight-front-page .ee-home-hero-signal::before {
  left: 39px;
}
.echo-eight-front-page .ee-home-hero-signal::after {
  left: 34px;
  width: 11px;
  height: 11px;
}
.echo-eight-front-page .ee-home-hero-signal .hero-journey-list::before {
  left: 5px;
  top: var(--signal-list-start, var(--signal-start));
}
.echo-eight-front-page.ee-js .ee-home-hero-signal .hero-journey-list li::before,
.ee-js .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li::before {
  opacity: 0;
  transform: scale(.05);
}
.echo-eight-front-page.ee-js .ee-home-hero-signal .hero-journey-list li strong,
.echo-eight-front-page.ee-js .ee-home-hero-signal .hero-journey-list li small,
.ee-js .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li strong,
.ee-js .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li small {
  opacity: 0;
  transform: translateX(10px);
}
.echo-eight-front-page .ee-home-hero-signal .hero-journey-list li.is-complete::before,
.echo-eight-front-page .ee-home-hero-signal .hero-journey-list li.is-active::before {
  opacity: 1;
  transform: scale(1);
}
.echo-eight-front-page .ee-home-hero-signal .hero-journey-list li.is-complete strong,
.echo-eight-front-page .ee-home-hero-signal .hero-journey-list li.is-complete small,
.echo-eight-front-page .ee-home-hero-signal .hero-journey-list li.is-active strong,
.echo-eight-front-page .ee-home-hero-signal .hero-journey-list li.is-active small {
  opacity: 1;
  transform: translateX(0);
}
.echo-eight-front-page .ee-home-hero-signal .hero-journey-list li.is-active strong {
  color: var(--teal);
}

/* Homepage long-form System: eight stages, but substantially less dead space. */
.echo-eight-front-page .system-layout {
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 58px;
}
.echo-eight-front-page .ee-scroll-system .system-nav ol {
  gap: 27px;
}
.echo-eight-front-page .system-stage {
  min-height: clamp(430px, 48vh, 520px);
  padding: 52px 0 52px 62px;
  justify-content: center;
}
.echo-eight-front-page .system-stage > .stage-number,
.echo-eight-front-page .system-stage > .wp-block-paragraph.stage-number {
  margin-bottom: 9px;
  font-size: 1rem;
}
.echo-eight-front-page .system-stage > .eyebrow,
.echo-eight-front-page .system-stage > .wp-block-paragraph.eyebrow {
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
  line-height: 1.05;
  letter-spacing: .07em;
}
.echo-eight-front-page .system-stage h3 {
  margin-bottom: 16px;
}
.echo-eight-front-page .system-stage .ee-stage-items {
  margin: 20px 0;
}
.echo-eight-front-page .system-stage .stage-stat {
  margin-top: 20px;
  padding: 20px 22px;
}

/* Solutions: both columns use the same row geometry so the services align. */
.echo-eight-front-page .solutions-columns.ee-solutions-aligned {
  align-items: stretch;
  gap: clamp(46px, 6vw, 78px);
}
.echo-eight-front-page .ee-solutions-aligned .solution-group {
  display: grid;
  grid-template-rows: 32px repeat(3, minmax(188px, 1fr));
  align-self: stretch;
}
.echo-eight-front-page .ee-solutions-aligned .group-label {
  height: 32px;
  margin: 0;
  align-self: start;
}
.echo-eight-front-page .ee-solutions-aligned .solution-item {
  min-height: 188px;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
}
.echo-eight-front-page .ee-solutions-aligned .solution-item .ee-link-wrap {
  margin-top: auto;
}

/*
 * Homepage case studies: five compact visual cards plus one System CTA card.
 * Artwork is supplied by the user and is intentionally contained, not cropped.
 */
.echo-eight-front-page .ee-home-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 42px;
}
.echo-eight-front-page .ee-visual-case-card {
  display: grid;
  grid-template-columns: 1fr !important;
  grid-template-rows: 220px 1fr;
  min-height: 430px;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.echo-eight-front-page .ee-visual-case-card:hover {
  border-color: rgba(35,157,174,.58);
  box-shadow: 0 14px 34px rgba(10,10,22,.07);
  transform: none;
}
.echo-eight-front-page .ee-case-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 18px;
  overflow: hidden;
  background: #eef1f3;
  border-bottom: 1px solid var(--line-light);
}
.echo-eight-front-page .ee-case-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .28s ease;
}
.echo-eight-front-page .ee-visual-case-card:hover .ee-case-image-wrap img {
  transform: scale(1.018);
}
.echo-eight-front-page .ee-case-card-body {
  min-height: 208px;
  padding: 26px 28px;
}
.echo-eight-front-page .ee-case-card-body strong {
  margin-top: 14px;
  font-size: clamp(1.45rem, 2.15vw, 2.05rem);
  line-height: 1.08;
}
.echo-eight-front-page .ee-case-card-link {
  padding-top: 22px;
}
.echo-eight-front-page .ee-case-system-cta {
  display: flex !important;
  min-height: 430px;
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
.echo-eight-front-page .ee-case-system-cta .ee-case-card-body {
  min-height: 430px;
  padding: 42px;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(59,188,203,.09), transparent 42%),
    var(--navy);
}
.echo-eight-front-page .ee-case-system-cta .ee-case-card-body::before {
  content: "";
  width: 58px;
  height: 2px;
  margin-bottom: 34px;
  background: var(--teal);
  box-shadow: 0 0 14px rgba(59,188,203,.3);
}
.echo-eight-front-page .ee-case-system-cta .ee-case-card-body small,
.echo-eight-front-page .ee-case-system-cta .ee-case-card-link {
  color: var(--teal);
}
.echo-eight-front-page .ee-case-system-cta .ee-case-card-body strong {
  max-width: 430px;
  color: var(--white);
}

/* Equal-height evidence cards in each row, including the dark CTA card. */
.echo-eight-front-page .results .ee-home-case-grid {
  align-items: stretch;
}
.echo-eight-front-page .results .ee-home-case-grid > * {
  align-self: stretch;
}

@media (max-width: 1050px) {
  .echo-eight-front-page .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
    gap: 44px;
  }
  .echo-eight-front-page .system-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 38px;
  }
  .echo-eight-front-page .system-stage {
    padding-left: 42px;
  }
}

@media (max-width: 760px) {
  .echo-eight-front-page .hero {
    min-height: auto;
    padding: 122px 0 70px;
  }
  .echo-eight-front-page .hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .echo-eight-front-page .ee-home-hero-signal {
    max-width: none;
    margin-top: 6px;
    padding-left: 30px;
  }
  .echo-eight-front-page .ee-home-hero-signal::before,
  .echo-eight-front-page .ee-home-hero-signal::after,
  .echo-eight-front-page .ee-home-hero-signal .hero-journey-list::before {
    display: block;
  }
  .echo-eight-front-page .ee-home-hero-signal::before { left: 35px; }
  .echo-eight-front-page .ee-home-hero-signal::after { left: 30px; }
  .echo-eight-front-page .ee-home-hero-signal .hero-journey-list::before { left: 5px; }
  .echo-eight-front-page .ee-home-hero-signal ol.hero-journey-list {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li {
    min-height: 42px;
    padding: 2px 0 2px 34px;
  }
  .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li strong,
  .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li small {
    opacity: inherit;
  }
  .echo-eight-front-page .system-layout {
    display: block;
  }
  .echo-eight-front-page .system-stage {
    min-height: auto;
    padding: 50px 0;
  }
  .echo-eight-front-page .ee-scroll-system .system-nav ol {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }
  .echo-eight-front-page .solutions-columns.ee-solutions-aligned {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .echo-eight-front-page .ee-solutions-aligned .solution-group {
    display: block;
  }
  .echo-eight-front-page .ee-solutions-aligned .group-label {
    height: auto;
    margin-bottom: 8px;
  }
  .echo-eight-front-page .ee-solutions-aligned .solution-item {
    min-height: 0;
  }
  .echo-eight-front-page .ee-home-case-grid {
    grid-template-columns: 1fr;
  }
  .echo-eight-front-page .ee-visual-case-card {
    grid-template-rows: 190px auto;
    min-height: 0;
  }
  .echo-eight-front-page .ee-case-image-wrap {
    min-height: 190px;
  }
  .echo-eight-front-page .ee-case-system-cta,
  .echo-eight-front-page .ee-case-system-cta .ee-case-card-body {
    min-height: 330px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li::before,
  .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li strong,
  .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li small {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Preserve the homepage hero reveal on mobile; older generic mobile rules show all stages. */
@media (max-width: 760px) {
  .ee-js .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li::before {
    opacity: 0;
    transform: scale(.05);
  }
  .ee-js .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li strong,
  .ee-js .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li small {
    opacity: 0;
    transform: translateX(10px);
  }
  .ee-js .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li.is-complete::before,
  .ee-js .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li.is-active::before {
    opacity: 1;
    transform: scale(1);
  }
  .ee-js .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li.is-complete strong,
  .ee-js .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li.is-complete small,
  .ee-js .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li.is-active strong,
  .ee-js .echo-eight-front-page .ee-home-hero-signal .hero-journey-list li.is-active small {
    opacity: 1;
    transform: translateX(0);
  }
}


/* ============================================================
   Echo Eight v0.5.2 homepage-only refinements
   ============================================================ */

/* Hero signal is now a one-time entrance animation driven by JS, not scroll. */
.echo-eight-front-page .ee-home-hero-signal::after {
  transition: none;
}
.echo-eight-front-page .ee-home-hero-signal .hero-journey-list li strong,
.echo-eight-front-page .ee-home-hero-signal .hero-journey-list li small,
.echo-eight-front-page .ee-home-hero-signal .hero-journey-list li::before {
  transition-duration: .18s;
}

/* Keep the sticky stage navigation comfortably below the fixed site header. */
@media (min-width: 761px) {
  .echo-eight-front-page .ee-scroll-system .system-nav {
    top: 86px;
    height: calc(100vh - 86px);
    min-height: 570px;
    padding-top: 82px;
  }
}

/* Home solution columns: identical geometry and no vertical reveal shift. */
@media (min-width: 761px) {
  .echo-eight-front-page .solutions-columns.ee-solutions-aligned {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: clamp(48px, 6vw, 82px);
  }
  .echo-eight-front-page .ee-solutions-aligned .solution-group,
  .echo-eight-front-page .ee-solutions-aligned .solution-group.reveal,
  .echo-eight-front-page .ee-solutions-aligned .solution-group.reveal.is-visible {
    display: grid;
    grid-template-rows: 38px repeat(3, 210px);
    align-self: start;
    margin: 0;
    opacity: 1;
    transform: none;
  }
  .echo-eight-front-page .ee-solutions-aligned .group-label {
    height: 38px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
  }
  .echo-eight-front-page .ee-solutions-aligned .solution-item {
    min-height: 210px;
    height: 210px;
    padding: 26px 0;
    display: flex;
    flex-direction: column;
  }
  .echo-eight-front-page .ee-solutions-aligned .solution-item .ee-link-wrap {
    margin-top: auto;
  }
}

/* Homepage case studies: styled after Echo Eight's existing case-study cards. */
.echo-eight-front-page .ee-home-case-grid-current {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}
.echo-eight-front-page .ee-current-style-case-card {
  min-width: 0;
  min-height: 590px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 310px 1fr;
  border: 1px solid rgba(10,10,22,.22);
  border-radius: 28px;
  background: #171719;
  color: #fff;
  box-shadow: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.echo-eight-front-page .ee-current-style-case-card:hover {
  border-color: rgba(255,105,62,.72);
  box-shadow: 0 18px 48px rgba(10,10,22,.12);
  color: #fff;
}
.echo-eight-front-page .ee-current-case-media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #08090d;
}
.echo-eight-front-page .ee-current-case-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .25s ease;
}
.echo-eight-front-page .ee-current-style-case-card:hover .ee-current-case-media img {
  transform: scale(1.015);
}
.echo-eight-front-page .ee-current-case-body {
  min-width: 0;
  padding: 30px 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #1b1b1d;
}
.echo-eight-front-page .ee-current-case-pill {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 6px 12px;
  margin-bottom: 22px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #b9e8ed;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .09em;
}
.echo-eight-front-page .ee-current-case-body strong {
  display: block;
  margin: 0 0 9px;
  color: #fff;
  font-size: clamp(1.55rem, 2.25vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.echo-eight-front-page .ee-current-case-client {
  display: block;
  margin-bottom: 16px;
  color: var(--teal);
  font-size: .86rem;
  font-weight: 800;
}
.echo-eight-front-page .ee-current-case-result {
  display: block;
  max-width: 95%;
  color: rgba(255,255,255,.72);
  font-size: .96rem;
  line-height: 1.55;
}
.echo-eight-front-page .ee-current-case-footer {
  width: 100%;
  margin-top: auto;
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.echo-eight-front-page .ee-current-case-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: #ff8a67;
  font-weight: 800;
  transition: background .2s ease, color .2s ease;
}
.echo-eight-front-page .ee-current-case-arrow {
  color: var(--teal);
  font-size: 1.4rem;
}
.echo-eight-front-page .ee-current-style-case-card:hover .ee-current-case-button {
  background: var(--orange);
  color: #fff;
}
.echo-eight-front-page .ee-current-case-cta {
  display: flex;
  min-height: 590px;
  border-color: rgba(255,255,255,.16);
  background: linear-gradient(145deg, #ff6538 0%, #df431f 100%);
}
.echo-eight-front-page .ee-current-case-cta .ee-current-case-body {
  width: 100%;
  min-height: 590px;
  padding: 48px;
  justify-content: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.16), transparent 28%),
    linear-gradient(145deg, #ff6538 0%, #df431f 100%);
}
.echo-eight-front-page .ee-current-case-cta .ee-current-case-pill {
  border-color: rgba(255,255,255,.45);
  color: #fff;
}
.echo-eight-front-page .ee-current-case-cta .ee-current-case-body strong {
  max-width: 470px;
  font-size: clamp(2rem, 3.5vw, 3.35rem);
}
.echo-eight-front-page .ee-current-case-cta .ee-current-case-result {
  color: rgba(255,255,255,.86);
}
.echo-eight-front-page .ee-current-case-cta .ee-current-case-button {
  border-color: #fff;
  background: #fff;
  color: #171719;
}
.echo-eight-front-page .ee-current-case-cta .ee-current-case-arrow {
  color: #fff;
}
.echo-eight-front-page .ee-current-case-cta:hover .ee-current-case-button {
  background: #171719;
  border-color: #171719;
  color: #fff;
}

@media (max-width: 760px) {
  .echo-eight-front-page .ee-home-case-grid-current {
    grid-template-columns: 1fr;
  }
  .echo-eight-front-page .ee-current-style-case-card {
    min-height: 0;
    grid-template-rows: 250px auto;
    border-radius: 22px;
  }
  .echo-eight-front-page .ee-current-case-body {
    min-height: 300px;
    padding: 26px 24px;
  }
  .echo-eight-front-page .ee-current-case-cta,
  .echo-eight-front-page .ee-current-case-cta .ee-current-case-body {
    min-height: 380px;
  }
  .echo-eight-front-page .ee-current-case-cta .ee-current-case-body {
    padding: 34px 26px;
  }
}


/* v0.5.4: System page only refinements. Homepage remains untouched. */
.ee-system-page .ee-page-hero .hero-journey { align-self: center; }
.ee-system-page .ee-page-hero .hero-journey-list li { min-height: 38px; }

.ee-system-page .ee-gap-grid {
  gap: 18px;
  background: transparent;
  align-items: stretch;
}
.ee-system-page .ee-gap-grid .ee-gap-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 220px;
  padding: 32px;
  border: 1px solid rgba(10,10,22,.14);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(10,10,22,.035);
}
.ee-system-page .ee-gap-grid .ee-gap-card h3 { min-height: 3.1em; }
.ee-system-page .ee-gap-card .ee-but-copy { margin-top: auto; padding-top: 24px; }

.ee-system-page .ee-scroll-system {
  --system-header-offset: 96px;
}
.ee-system-page .ee-scroll-system .system-nav {
  top: var(--system-header-offset);
  min-height: calc(100vh - var(--system-header-offset));
  height: calc(100vh - var(--system-header-offset));
  padding-top: 44px;
}
.ee-system-page .ee-scroll-system .system-nav ol { gap: 30px; }
.ee-system-page .system-stage {
  min-height: 56vh;
  padding-top: 56px;
  padding-bottom: 56px;
  border-top: 1px solid var(--line-dark);
  opacity: 1;
  transform: none;
}
.ee-system-page .system-stage:first-child { border-top: 0; }
html.ee-js .ee-system-page .system-stage {
  opacity: .34;
  transform: translateY(12px);
  transition: opacity .24s ease, transform .24s ease;
}
html.ee-js .ee-system-page .system-stage.is-active,
html.ee-js .ee-system-page .system-stage.is-past {
  opacity: 1;
  transform: translateY(0);
}
html.ee-js .ee-system-page .system-stage.is-active h3 { color: #fff; }

.ee-system-page .ee-system-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
  margin-top: 42px;
}
.ee-system-page .ee-system-choice-card {
  min-height: 280px;
  padding: 32px;
  border: 1px solid var(--line-light);
  border-radius: 14px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.ee-system-page .ee-system-choice-card .eyebrow { margin-bottom: 14px; }
.ee-system-page .ee-system-choice-card .ee-link-wrap:first-of-type { margin-top: 26px; }
.ee-system-page .ee-choice-link {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-light);
  font-weight: 700;
  color: var(--ink);
}
.ee-system-page .ee-choice-link span { color: var(--teal-deep); }
.ee-system-page .ee-system-choice-card .ee-link-wrap:last-of-type .ee-choice-link { border-bottom: 0; }
.ee-system-page .ee-system-choice-card-cta {
  background: linear-gradient(180deg, #3bbccb 0%, #239dae 100%);
  border-color: rgba(35,157,174,.6);
  color: var(--navy);
}
.ee-system-page .ee-system-choice-card-cta .eyebrow,
.ee-system-page .ee-system-choice-card-cta h3,
.ee-system-page .ee-system-choice-card-cta p { color: var(--navy); }
.ee-system-page .ee-system-choice-card-cta .actions { margin-top: auto; }
.ee-system-page .ee-system-choice-card-cta .button-primary .wp-block-button__link {
  background: var(--navy) !important;
  border-color: var(--navy) !important;
  color: var(--white) !important;
}

.ee-system-page .ee-flow-steps article::before,
.ee-system-page .ee-flow-steps .ee-step-card::before {
  top: -6px;
}

@media (max-width: 919px) {
  .ee-system-page .ee-gap-grid,
  .ee-system-page .ee-system-choice-grid { grid-template-columns: 1fr; }
  .ee-system-page .ee-scroll-system .system-nav {
    top: auto;
    min-height: 0;
    height: auto;
    padding-top: 0;
  }
  .ee-system-page .system-stage {
    min-height: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


/* v0.5.5: System page correction pass. Homepage styles are intentionally untouched. */

/* Hero: keep one continuous rail and position the animated fill relative to the list. */
.ee-system-page .ee-page-hero .ee-stage-signal .hero-journey-list::before {
  top: var(--signal-list-start, 12px);
}
.ee-system-page .ee-page-hero .ee-stage-signal::before {
  top: var(--signal-start, 12px);
  height: var(--signal-track-height, 100%);
}
.ee-system-page .ee-page-hero .ee-stage-signal::after {
  z-index: 5;
}

/* Gaps: exact same dimensions, no staggered vertical offset. */
.ee-system-page .ee-gap-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 232px;
  align-items: stretch;
}
.ee-system-page .ee-gap-grid .ee-gap-card,
.ee-system-page .ee-gap-grid .ee-gap-card.reveal,
.ee-system-page .ee-gap-grid .ee-gap-card.reveal.is-visible {
  height: 232px;
  min-height: 232px;
  opacity: 1;
  transform: none;
}
.ee-system-page .ee-gap-grid .ee-gap-card h3 {
  min-height: 0;
  margin-bottom: 18px;
}
.ee-system-page .ee-gap-card .ee-but-copy {
  margin-top: auto;
  padding-top: 18px;
}

/* System journey: compact sticky navigation so all eight labels remain visible. */
.ee-system-page .ee-scroll-system .system-nav {
  position: sticky;
  top: 118px;
  min-height: 0;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  align-self: start;
}
.ee-system-page .ee-scroll-system .system-nav ol {
  gap: 25px;
}
.ee-system-page .ee-scroll-system .system-nav::before {
  top: var(--rail-top, 10px);
  height: var(--rail-height, 330px);
}
.ee-system-page .ee-scroll-system .system-nav::after {
  top: var(--dot-y-absolute, 10px);
  transform: translateY(-50%);
}
.ee-system-page .system-stage {
  min-height: 48vh;
  padding-top: 48px;
  padding-bottom: 48px;
}
html.ee-js .ee-system-page .system-stage {
  opacity: .26;
  transform: translateY(10px);
}
html.ee-js .ee-system-page .system-stage.is-active,
html.ee-js .ee-system-page .system-stage.is-past {
  opacity: 1;
  transform: translateY(0);
}

/* Four choice cards: two by two and exactly the same height. */
.ee-system-page .ee-system-choice-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
}
.ee-system-page .ee-system-choice-card {
  height: 100%;
  min-height: 330px;
}

/* Bottleneck timeline: node centres and travelling dot sit exactly on the line. */
@media (min-width: 920px) {
  .ee-system-page .ee-flow-steps,
  .ee-system-page .ee-steps {
    border-top: 0;
  }
  .ee-system-page .ee-flow-steps::before,
  .ee-system-page .ee-steps::before {
    top: 0;
  }
  .ee-system-page .ee-flow-steps article::before,
  .ee-system-page .ee-flow-steps .ee-step-card::before,
  .ee-system-page .ee-steps article::before,
  .ee-system-page .ee-steps .ee-step-card::before {
    top: 0 !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .ee-system-page .ee-flow-steps::after {
    top: 0;
    transform: translateY(-50%);
  }
}

@media (max-width: 919px) {
  .ee-system-page .ee-gap-grid,
  .ee-system-page .ee-system-choice-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .ee-system-page .ee-gap-grid .ee-gap-card,
  .ee-system-page .ee-gap-grid .ee-gap-card.reveal,
  .ee-system-page .ee-gap-grid .ee-gap-card.reveal.is-visible,
  .ee-system-page .ee-system-choice-card {
    height: auto;
    min-height: 0;
  }
}


/* v0.5.6: exact System-page alignment + homepage-matched long journey. */

/* Gap cards: one strict 2 x 2 grid. No Gutenberg margins can offset a card. */
.ee-system-page .ee-gap-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, 224px) !important;
  grid-auto-rows: 224px !important;
  gap: 18px !important;
  align-items: stretch !important;
  justify-items: stretch !important;
}
.ee-system-page .ee-gap-grid > .ee-gap-card,
.ee-system-page .ee-gap-grid > .wp-block-group.ee-gap-card,
.ee-system-page .ee-gap-grid > .ee-gap-card.reveal,
.ee-system-page .ee-gap-grid > .ee-gap-card.reveal.is-visible {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 224px !important;
  min-height: 224px !important;
  max-height: 224px !important;
  margin: 0 !important;
  padding: 30px 32px !important;
  align-self: stretch !important;
  justify-self: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  opacity: 1 !important;
  transform: none !important;
}
.ee-system-page .ee-gap-grid > .ee-gap-card h3 {
  margin: 0 !important;
  min-height: 0 !important;
}
.ee-system-page .ee-gap-grid > .ee-gap-card .ee-but-copy {
  margin: auto 0 0 !important;
  padding-top: 20px !important;
}

/* Long System journey: mirror the signed-off homepage mechanics and geometry. */
.ee-system-page .ee-system-deep {
  display: grid !important;
  grid-template-columns: 260px minmax(0, 1fr) !important;
  gap: 58px !important;
  position: relative !important;
}
.ee-system-page .ee-scroll-system .system-nav {
  position: sticky !important;
  top: 96px !important;
  height: calc(100vh - 96px) !important;
  min-height: 560px !important;
  padding-top: 54px !important;
  padding-bottom: 40px !important;
  align-self: start !important;
  overflow: visible !important;
}
.ee-system-page .ee-scroll-system .system-nav ol {
  gap: 27px !important;
  padding-left: 34px !important;
}
.ee-system-page .ee-scroll-system .system-nav::before {
  left: 39px !important;
  top: var(--rail-top, 54px) !important;
  height: var(--rail-height, 350px) !important;
  background: linear-gradient(to bottom, var(--teal) 0 var(--progress-percent), rgba(255,255,255,.16) var(--progress-percent) 100%) !important;
}
.ee-system-page .ee-scroll-system .system-nav::after {
  left: 33px !important;
  top: var(--dot-y-absolute, 54px) !important;
  width: 13px !important;
  height: 13px !important;
  transform: translateY(-50%) !important;
  opacity: 1 !important;
  z-index: 6 !important;
}
.ee-system-page .ee-scroll-system .system-nav li {
  min-height: 18px !important;
  padding-left: 34px !important;
}
.ee-system-page .ee-scroll-system .system-nav li::before {
  left: -1px !important;
  top: 2px !important;
}
.ee-system-page .system-stage {
  min-height: clamp(430px, 48vh, 520px) !important;
  padding: 52px 0 52px 62px !important;
  margin: 0 !important;
  justify-content: center !important;
  opacity: 1 !important;
  transform: none !important;
}
.ee-system-page .system-stage > .stage-number,
.ee-system-page .system-stage > .wp-block-paragraph.stage-number {
  margin-bottom: 9px !important;
  font-size: 1rem !important;
}
.ee-system-page .system-stage > .eyebrow,
.ee-system-page .system-stage > .wp-block-paragraph.eyebrow {
  margin-bottom: 14px !important;
  font-size: clamp(1.45rem, 2.1vw, 1.9rem) !important;
  line-height: 1.05 !important;
  letter-spacing: .07em !important;
}
.ee-system-page .system-stage .ee-stage-items { margin: 20px 0 !important; }
.ee-system-page .system-stage .ee-stage-proof { margin-top: 20px !important; }

/* Choice cards: strict equal 2 x 2 geometry, independent of content length. */
.ee-system-page .ee-system-choice-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, 340px) !important;
  grid-auto-rows: 340px !important;
  gap: 18px !important;
  align-items: stretch !important;
  justify-items: stretch !important;
}
.ee-system-page .ee-system-choice-grid > .ee-system-choice-card,
.ee-system-page .ee-system-choice-grid > .wp-block-group.ee-system-choice-card {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 340px !important;
  min-height: 340px !important;
  max-height: 340px !important;
  margin: 0 !important;
  padding: 30px 32px !important;
  align-self: stretch !important;
  justify-self: stretch !important;
  overflow: hidden !important;
}
.ee-system-page .ee-system-choice-card h3 { margin-top: 0 !important; }
.ee-system-page .ee-system-choice-card .actions { margin-top: auto !important; }

/* Bottleneck timeline: use one explicit axis for line, nodes and moving dot. */
@media (min-width: 920px) {
  .ee-system-page .ee-flow-steps {
    --flow-axis: 8px;
    position: relative !important;
    overflow: visible !important;
    border-top: 0 !important;
    padding-top: 0 !important;
  }
  .ee-system-page .ee-flow-steps::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: var(--flow-axis) !important;
    width: auto !important;
    height: 1px !important;
    background: linear-gradient(90deg, var(--teal-deep), rgba(35,157,174,.18)) !important;
    transform: none !important;
    z-index: 1 !important;
  }
  .ee-system-page .ee-flow-steps > .ee-step-card,
  .ee-system-page .ee-flow-steps > article {
    position: relative !important;
    padding-top: 44px !important;
    margin: 0 !important;
  }
  .ee-system-page .ee-flow-steps > .ee-step-card::before,
  .ee-system-page .ee-flow-steps > article::before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: var(--flow-axis) !important;
    width: 13px !important;
    height: 13px !important;
    box-sizing: border-box !important;
    border-radius: 50% !important;
    border: 2px solid var(--teal-deep) !important;
    background: var(--off-white) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 4 !important;
  }
  .ee-system-page .ee-flow-steps::after {
    top: var(--flow-axis) !important;
    transform: translateY(-50%) !important;
    z-index: 7 !important;
  }
}

@media (max-width: 919px) {
  .ee-system-page .ee-gap-grid,
  .ee-system-page .ee-system-choice-grid {
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    grid-auto-rows: auto !important;
  }
  .ee-system-page .ee-gap-grid > .ee-gap-card,
  .ee-system-page .ee-system-choice-grid > .ee-system-choice-card {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
  .ee-system-page .ee-system-deep { grid-template-columns: 1fr !important; gap: 28px !important; }
  .ee-system-page .ee-scroll-system .system-nav {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 0 28px !important;
  }
  .ee-system-page .ee-scroll-system .system-nav::before,
  .ee-system-page .ee-scroll-system .system-nav::after { display: none !important; }
  .ee-system-page .system-stage {
    min-height: 0 !important;
    padding: 40px 0 !important;
  }
}


/* v0.5.7 System page: fix sticky journey + gap the bottleneck rail around nodes. */
/* The structured-page overflow rule was preventing position:sticky from behaving like the homepage. */
.ee-structured-page.ee-system-page {
  overflow: visible !important;
}

/* Keep the long-form System rail sticky for the full height of the 8-stage journey. */
@media (min-width: 920px) {
  .ee-system-page .ee-scroll-system,
  .ee-system-page .ee-system-deep,
  .ee-system-page .ee-scroll-system .shell {
    overflow: visible !important;
  }
  .ee-system-page .ee-scroll-system .system-nav {
    position: sticky !important;
    top: 96px !important;
    align-self: start !important;
    z-index: 8 !important;
  }
}

/* Bottleneck timeline: create a clean break in the rail around every node. */
@media (min-width: 920px) {
  .ee-system-page .ee-flow-steps > .ee-step-card::before,
  .ee-system-page .ee-flow-steps > article::before {
    background: var(--off-white) !important;
    box-shadow: 0 0 0 7px var(--off-white) !important;
    z-index: 8 !important;
  }
  .ee-system-page .ee-flow-steps::before {
    z-index: 1 !important;
  }
  .ee-system-page .ee-flow-steps::after {
    z-index: 10 !important;
  }
}


/* v0.5.8: Solutions landing page only. */
.ee-solutions-page .ee-page-hero .hero-journey {
  align-self: center;
}
.ee-solutions-page .ee-page-hero .hero-journey-list li {
  min-height: 38px;
}

/* Gutenberg block spacing was offsetting later cards. Lock the grid to equal rows. */
.ee-solutions-page .ee-solutions-box-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: 320px !important;
  gap: 18px !important;
  align-items: stretch !important;
  justify-items: stretch !important;
}
.ee-solutions-page .ee-solutions-box-grid > .ee-solution-box,
.ee-solutions-page .ee-solutions-box-grid > .wp-block-group.ee-solution-box {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 320px !important;
  min-height: 320px !important;
  max-height: 320px !important;
  margin: 0 !important;
  padding: 32px !important;
  align-self: stretch !important;
  justify-self: stretch !important;
}
.ee-solutions-page .ee-solution-box > * {
  margin-block-start: 0;
}
.ee-solutions-page .ee-solution-box .eyebrow { margin-bottom: 26px !important; }
.ee-solutions-page .ee-solution-box .ee-card-number { margin-bottom: 24px !important; }
.ee-solutions-page .ee-solution-box h3 { margin: 0 0 16px !important; }
.ee-solutions-page .ee-solution-box > p:not(.eyebrow):not(.ee-card-number):not(.ee-link-wrap) { margin: 0 !important; }
.ee-solutions-page .ee-solution-box .ee-link-wrap,
.ee-solutions-page .ee-solution-box .wp-block-buttons { margin-top: auto !important; }

@media (max-width: 919px) {
  .ee-solutions-page .ee-solutions-box-grid {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
  }
  .ee-solutions-page .ee-solutions-box-grid > .ee-solution-box,
  .ee-solutions-page .ee-solutions-box-grid > .wp-block-group.ee-solution-box {
    height: auto !important;
    min-height: 280px !important;
    max-height: none !important;
  }
}


/* ============================================================
   Echo Eight v0.5.9 — Solutions hero only
   Keep the full route visible while the signal dot moves.
   Do not animate/grow a line behind the dot.
   ============================================================ */
.ee-solutions-page .ee-page-hero .ee-home-hero-signal .hero-journey-list::before {
  display: none !important;
}
.ee-solutions-page .ee-page-hero .ee-home-hero-signal::before {
  display: block !important;
  top: var(--signal-start, 12px) !important;
  height: var(--signal-track-height, 100%) !important;
  background: rgba(59,188,203,.32) !important;
  box-shadow: none !important;
}
.ee-solutions-page .ee-page-hero .ee-home-hero-signal::after {
  z-index: 6 !important;
}


/* ============================================================
   Echo Eight v0.6.0 — System hero only
   Match the approved Solutions hero exactly: full route visible
   from the start; only the glowing dot travels down the rail.
   ============================================================ */
.ee-system-page .ee-page-hero .ee-home-hero-signal .hero-journey-list::before {
  display: none !important;
}
.ee-system-page .ee-page-hero .ee-home-hero-signal::before {
  display: block !important;
  top: var(--signal-start, 12px) !important;
  height: var(--signal-track-height, 100%) !important;
  background: rgba(59,188,203,.32) !important;
  box-shadow: none !important;
}
.ee-system-page .ee-page-hero .ee-home-hero-signal::after {
  z-index: 6 !important;
}


/* ============================================================
   Echo Eight v0.6.1 — shared service-page template
   Signed-off Home, System and Solutions landing pages untouched.
   ============================================================ */

/* Match the approved System/Solutions hero signal exactly. */
.ee-solution-page .ee-page-hero .hero-journey { align-self: center; }
.ee-solution-page .ee-page-hero .hero-journey-list li { min-height: 38px; }
.ee-solution-page .ee-page-hero .ee-home-hero-signal .hero-journey-list::before {
  display: none !important;
}
.ee-solution-page .ee-page-hero .ee-home-hero-signal::before {
  display: block !important;
  top: var(--signal-start, 12px) !important;
  height: var(--signal-track-height, 100%) !important;
  background: rgba(59,188,203,.32) !important;
  box-shadow: none !important;
}
.ee-solution-page .ee-page-hero .ee-home-hero-signal::after {
  z-index: 6 !important;
}

/* What we build: a clear static connected flow, not loose labels. */
.ee-solution-page .ee-build-flow {
  --build-axis: 25px;
  position: relative !important;
  display: flex !important;
  gap: 0 !important;
  overflow: visible !important;
  padding: 0 0 14px !important;
  margin-top: 48px !important;
  background: transparent !important;
}
.ee-solution-page .ee-build-flow::before {
  content: "" !important;
  position: absolute !important;
  left: 5% !important;
  right: 5% !important;
  top: var(--build-axis) !important;
  height: 1px !important;
  background: rgba(59,188,203,.42) !important;
  z-index: 1 !important;
}
.ee-solution-page .ee-build-node {
  position: relative !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  min-height: 150px !important;
  padding: 58px 16px 20px !important;
  border-right: 1px solid rgba(255,255,255,.08) !important;
  text-align: left;
  background: transparent !important;
}
.ee-solution-page .ee-build-node:last-child { border-right: 0 !important; }
.ee-solution-page .ee-build-node::before {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  top: var(--build-axis) !important;
  width: 13px !important;
  height: 13px !important;
  box-sizing: border-box !important;
  border-radius: 50% !important;
  border: 2px solid var(--teal) !important;
  background: var(--navy) !important;
  box-shadow: 0 0 0 6px var(--navy) !important;
  transform: translate(-50%, -50%) !important;
  z-index: 4 !important;
}
.ee-solution-page .ee-build-node .ee-build-number {
  margin: 0 0 12px !important;
  color: var(--teal) !important;
  font-size: .78rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: .12em !important;
}
.ee-solution-page .ee-build-node h3 {
  margin: 0 !important;
  color: rgba(255,255,255,.92) !important;
  font-size: 1rem !important;
  line-height: 1.35 !important;
}

/* Related solutions: three proper equal-height boxes. */
.ee-solution-page .ee-related-box-grid,
.ee-solution-page .ee-related-links.ee-related-box-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  gap: 18px !important;
  margin-top: 38px !important;
  background: transparent !important;
  border: 0 !important;
}
.ee-solution-page .ee-related-box-grid > .ee-related-card-boxed,
.ee-solution-page .ee-related-box-grid > .wp-block-group.ee-related-card-boxed {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 240px !important;
  height: 240px !important;
  margin: 0 !important;
  padding: 30px !important;
  border: 1px solid var(--line-light) !important;
  border-radius: 14px !important;
  background: #fff !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  transition: border-color .2s ease, box-shadow .2s ease !important;
}
.ee-solution-page .ee-related-box-grid > .ee-related-card-boxed:hover {
  border-color: rgba(35,157,174,.52) !important;
  box-shadow: 0 16px 38px rgba(10,10,22,.07) !important;
}
.ee-solution-page .ee-related-card-boxed .eyebrow { margin: 0 0 18px !important; }
.ee-solution-page .ee-related-card-boxed h3 { margin: 0 !important; }
.ee-solution-page .ee-related-card-boxed .ee-link-wrap { margin-top: auto !important; }

@media (max-width: 919px) {
  .ee-solution-page .ee-build-flow {
    display: flex !important;
    overflow-x: auto !important;
    padding-bottom: 20px !important;
  }
  .ee-solution-page .ee-build-node {
    flex: 0 0 190px !important;
    min-width: 190px !important;
  }
  .ee-solution-page .ee-related-box-grid,
  .ee-solution-page .ee-related-links.ee-related-box-grid {
    grid-template-columns: 1fr !important;
  }
  .ee-solution-page .ee-related-box-grid > .ee-related-card-boxed,
  .ee-solution-page .ee-related-box-grid > .wp-block-group.ee-related-card-boxed {
    height: auto !important;
    min-height: 210px !important;
  }
}


/* v0.6.3 shared service-page visual language. */
.ee-solution-page .ee-build-arrow-section { overflow: hidden; }
.ee-solution-page .ee-build-arrow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 42px;
  margin-top: 42px;
}
.ee-solution-page .ee-build-arrow-node {
  position: relative;
  min-height: 150px;
  padding: 24px 52px 24px 24px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.ee-solution-page .ee-build-arrow-node .ee-build-number {
  margin: 0 0 22px;
  color: var(--teal);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.ee-solution-page .ee-build-arrow-node h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.3;
}
.ee-solution-page .ee-build-arrow {
  position: absolute;
  right: -32px;
  top: 50%;
  z-index: 5;
  width: 38px;
  height: 38px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--teal);
  font-size: 1.55rem;
  line-height: 1;
}
.ee-solution-page .ee-build-arrow-node:nth-child(3n) .ee-build-arrow {
  right: 18px;
  top: auto;
  bottom: -30px;
  transform: rotate(90deg);
}
.ee-solution-page .ee-build-arrow-node.is-last .ee-build-arrow { display: none; }

/* One process timeline only. Reset WordPress block margins so every node shares one axis. */
.ee-solution-page .ee-flow-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 52px;
  border-top: 1px solid var(--teal-deep);
  background: transparent;
  overflow: visible;
}
.ee-solution-page .ee-flow-steps::before { display: none !important; }
.ee-solution-page .ee-flow-steps > .ee-step-card,
.ee-solution-page .ee-flow-steps > .wp-block-group.ee-step-card {
  margin: 0 !important;
  padding: 50px 30px 34px;
  align-self: stretch;
  position: relative;
  border-right: 1px solid var(--line-light);
  background: transparent;
}
.ee-solution-page .ee-flow-steps > .ee-step-card:last-child,
.ee-solution-page .ee-flow-steps > .wp-block-group.ee-step-card:last-child { border-right: 0; }
.ee-solution-page .ee-flow-steps > .ee-step-card::before,
.ee-solution-page .ee-flow-steps > .wp-block-group.ee-step-card::before {
  content: "";
  position: absolute;
  top: 0 !important;
  left: 50% !important;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%) !important;
  border-radius: 50%;
  background: var(--off-white) !important;
  border: 2px solid var(--teal-deep) !important;
  box-shadow: 0 0 0 7px var(--off-white);
  z-index: 8;
}
.ee-solution-page .ee-flow-steps::after {
  top: -7px;
}

/* System fit is now a compact stage map, not another timeline. */
.ee-solution-page .ee-system-position-pills .ee-position-copy { min-width: 0; }
.ee-solution-page .ee-system-pill-grid {
  list-style: none;
  margin: 34px 0 6px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.ee-solution-page .ee-system-pill-grid li { margin: 0; }
.ee-solution-page .ee-system-pill {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: rgba(255,255,255,.36);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-align: center;
}
.ee-solution-page .ee-system-pill.is-active {
  border-color: rgba(59,188,203,.62);
  background: rgba(59,188,203,.08);
  color: var(--teal);
}

/* Service-page case studies now use the same card language as the signed-off homepage cards. */
.ee-solution-page .ee-proof-cards-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.ee-solution-page .ee-service-case-card {
  min-width: 0;
  min-height: 560px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 290px 1fr;
  border: 1px solid rgba(10,10,22,.22);
  border-radius: 28px;
  background: #171719;
  color: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.ee-solution-page .ee-service-case-card:hover {
  border-color: rgba(255,105,62,.72);
  box-shadow: 0 18px 48px rgba(10,10,22,.12);
  color: #fff;
}
.ee-solution-page .ee-service-case-card .ee-current-case-media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #08090d;
}
.ee-solution-page .ee-service-case-card .ee-current-case-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .25s ease;
}
.ee-solution-page .ee-service-case-card:hover .ee-current-case-media img { transform: scale(1.015); }
.ee-solution-page .ee-service-case-card .ee-current-case-body {
  min-width: 0;
  padding: 30px 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #1b1b1d;
}
.ee-solution-page .ee-service-case-card .ee-current-case-pill {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 6px 12px;
  margin-bottom: 22px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #b9e8ed;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .09em;
}
.ee-solution-page .ee-service-case-card .ee-current-case-body strong {
  display: block;
  margin: 0 0 9px;
  color: #fff;
  font-size: clamp(1.55rem, 2.25vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.ee-solution-page .ee-service-case-card .ee-current-case-client {
  display: block;
  margin-bottom: 16px;
  color: var(--teal);
  font-size: .86rem;
  font-weight: 800;
}
.ee-solution-page .ee-service-case-card .ee-current-case-result {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: .96rem;
  line-height: 1.55;
}
.ee-solution-page .ee-service-case-card .ee-current-case-footer {
  width: 100%;
  margin-top: auto;
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.ee-solution-page .ee-service-case-card .ee-current-case-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: #ff8a67;
  font-weight: 800;
  transition: background .2s ease, color .2s ease;
}
.ee-solution-page .ee-service-case-card .ee-current-case-arrow { color: var(--teal); font-size: 1.4rem; }
.ee-solution-page .ee-service-case-card:hover .ee-current-case-button { background: var(--orange); color: #fff; }
.ee-solution-page .ee-proof-card-generic {
  min-height: 300px;
  padding: 34px;
  border-radius: 22px;
  background: #171719;
  color: #fff;
  border-color: rgba(10,10,22,.22);
}
.ee-solution-page .ee-proof-card-generic h3 { color: #fff; }
.ee-solution-page .ee-proof-card-generic p { color: rgba(255,255,255,.68); }

/* Related solutions are one composed dark panel with three segments. */
.ee-solution-page .ee-related-section-band { padding-top: 86px; padding-bottom: 92px; }
.ee-solution-page .ee-related-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  overflow: hidden;
  background: var(--navy);
}
.ee-solution-page .ee-related-segment {
  min-height: 250px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: var(--navy);
  border-right: 1px solid var(--line-dark);
}
.ee-solution-page .ee-related-segment:last-child { border-right: 0; }
.ee-solution-page .ee-related-segment .eyebrow { color: var(--teal); }
.ee-solution-page .ee-related-segment h3 { color: #fff; }
.ee-solution-page .ee-related-segment p:not(.eyebrow):not(.ee-link-wrap) { color: rgba(255,255,255,.62); }
.ee-solution-page .ee-related-segment .ee-link-wrap { margin-top: auto; }
.ee-solution-page .ee-related-band-link { color: var(--teal); font-weight: 800; }

@media (max-width: 920px) {
  .ee-solution-page .ee-build-arrow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ee-solution-page .ee-build-arrow-node:nth-child(3n) .ee-build-arrow { right: -32px; top: 50%; bottom: auto; transform: translateY(-50%); }
  .ee-solution-page .ee-build-arrow-node:nth-child(2n) .ee-build-arrow { right: 18px; top: auto; bottom: -30px; transform: rotate(90deg); }
  .ee-solution-page .ee-related-band { grid-template-columns: 1fr; }
  .ee-solution-page .ee-related-segment { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .ee-solution-page .ee-related-segment:last-child { border-bottom: 0; }
  .ee-solution-page .ee-system-pill-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .ee-solution-page .ee-build-arrow-grid { grid-template-columns: 1fr; gap: 34px; }
  .ee-solution-page .ee-build-arrow-node .ee-build-arrow,
  .ee-solution-page .ee-build-arrow-node:nth-child(3n) .ee-build-arrow,
  .ee-solution-page .ee-build-arrow-node:nth-child(2n) .ee-build-arrow {
    right: 50%;
    top: auto;
    bottom: -31px;
    transform: translateX(50%) rotate(90deg);
  }
  .ee-solution-page .ee-flow-steps { display: block; border-top: 0; }
  .ee-solution-page .ee-flow-steps > .ee-step-card,
  .ee-solution-page .ee-flow-steps > .wp-block-group.ee-step-card {
    padding: 28px 0 34px 54px;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }
  .ee-solution-page .ee-flow-steps > .ee-step-card::before,
  .ee-solution-page .ee-flow-steps > .wp-block-group.ee-step-card::before {
    left: 17px !important;
    top: 36px !important;
    transform: translate(-50%, -50%) !important;
  }
  .ee-solution-page .ee-flow-steps::after { display: none; }
  .ee-solution-page .ee-proof-cards-visual { grid-template-columns: 1fr; }
  .ee-solution-page .ee-service-case-card { min-height: 0; grid-template-rows: 250px auto; }
}


/* v0.6.4 Podcast Lead Generation: simplified infographic-style system map. */
.ee-solution-page .ee-podcast-map-section { overflow: hidden; }
.ee-podcast-system-map {
  margin-top: 46px;
  border: 1px solid rgba(59,188,203,.34);
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.012));
}
.ee-podcast-map-zone { padding: 28px 30px; }
.ee-podcast-map-zone + .ee-podcast-map-zone { border-top: 1px solid rgba(255,255,255,.08); }
.ee-podcast-map-zone-label {
  margin-bottom: 18px;
  color: var(--teal);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.ee-podcast-map-input-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
  max-width: 780px;
  margin: 0 auto;
}
.ee-podcast-map-input {
  min-height: 108px;
  padding: 20px 22px;
  border: 1px solid rgba(59,188,203,.34);
  border-radius: 14px;
  background: rgba(59,188,203,.045);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ee-podcast-map-kicker,
.ee-podcast-map-number {
  color: var(--teal);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ee-podcast-map-input strong {
  margin-top: 7px;
  color: #fff;
  font-size: 1rem;
}
.ee-podcast-map-input small {
  margin-top: 5px;
  color: rgba(255,255,255,.55);
  font-size: .78rem;
}
.ee-podcast-map-bridge {
  height: 34px;
  position: relative;
  display: grid;
  place-items: center;
  color: var(--teal);
  font-size: 1.25rem;
}
.ee-podcast-map-bridge::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(59,188,203,.28);
  transform: translateX(-50%);
}
.ee-podcast-map-bridge span {
  position: relative;
  z-index: 2;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
}
.ee-podcast-map-core { padding-top: 24px; padding-bottom: 24px; }
.ee-podcast-map-stage-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 20px;
  align-items: stretch;
}
.ee-podcast-map-stage {
  position: relative;
  min-width: 0;
  min-height: 176px;
  padding: 20px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-top-color: rgba(59,188,203,.62);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
  display: flex;
  flex-direction: column;
}
.ee-podcast-map-stage strong {
  margin-top: 14px;
  color: #fff;
  font-size: .96rem;
  line-height: 1.25;
}
.ee-podcast-map-stage small {
  margin-top: 9px;
  color: rgba(255,255,255,.55);
  font-size: .76rem;
  line-height: 1.45;
}
.ee-podcast-map-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: -21px;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  background: var(--navy);
  color: var(--teal);
  font-size: 1.25rem;
  line-height: 1;
}
.ee-podcast-map-outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
}
.ee-podcast-map-outcome {
  min-height: 74px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(59,188,203,.07);
  color: #fff;
  font-size: .86rem;
  font-weight: 750;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1180px) {
  .ee-podcast-map-stage-row {
    overflow-x: auto;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(180px, 1fr);
    padding-bottom: 8px;
    scrollbar-width: thin;
  }
}
@media (max-width: 760px) {
  .ee-podcast-map-zone { padding: 24px 20px; }
  .ee-podcast-map-input-grid,
  .ee-podcast-map-outcome-grid { grid-template-columns: 1fr; }
  .ee-podcast-map-stage-row {
    display: flex;
    flex-direction: column;
    overflow: visible;
    gap: 28px;
  }
  .ee-podcast-map-stage { min-height: 0; }
  .ee-podcast-map-arrow {
    top: auto;
    right: 50%;
    bottom: -26px;
    transform: translateX(50%) rotate(90deg);
  }
}


/* v0.6.5 Podcast page: simplify system map and compact FAQ accordion. */
.ee-podcast-system-map .ee-podcast-map-bridge,
.ee-podcast-system-map .ee-podcast-map-arrow { display: none !important; }
.ee-podcast-system-map .ee-podcast-map-zone + .ee-podcast-map-zone {
  border-top: 1px solid rgba(255,255,255,.09);
}
.ee-podcast-system-map .ee-podcast-map-stage-row { gap: 16px; }
.ee-podcast-system-map .ee-podcast-map-stage {
  min-height: 168px;
}
.ee-podcast-system-map .ee-podcast-map-core,
.ee-podcast-system-map .ee-podcast-map-outcomes { padding-top: 30px; }

.ee-solution-page .ee-faq-accordion {
  margin-top: 34px;
  border-top: 1px solid var(--line-light);
}
.ee-solution-page .ee-faq-accordion details {
  margin: 0;
  border-bottom: 1px solid var(--line-light);
}
.ee-solution-page .ee-faq-accordion summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 22px 52px 22px 0;
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--ink);
}
.ee-solution-page .ee-faq-accordion summary::-webkit-details-marker { display: none; }
.ee-solution-page .ee-faq-accordion summary::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--teal-deep);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
}
.ee-solution-page .ee-faq-accordion details[open] summary::after { content: "−"; }
.ee-solution-page .ee-faq-accordion details > p {
  max-width: 780px;
  margin: 0;
  padding: 0 52px 22px 0;
  color: #59606c;
}


/* v0.6.6 Podcast map: two consistent funnel arrows between the three major layers. */
.ee-podcast-system-map .ee-podcast-map-funnel-arrow {
  position: relative;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--teal);
}
.ee-podcast-system-map .ee-podcast-map-funnel-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 24px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgba(59,188,203,.18), rgba(59,188,203,.72));
}
.ee-podcast-system-map .ee-podcast-map-funnel-arrow span {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--teal);
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 500;
}
.ee-podcast-system-map .ee-podcast-map-zone + .ee-podcast-map-funnel-arrow,
.ee-podcast-system-map .ee-podcast-map-funnel-arrow + .ee-podcast-map-zone {
  border-top: 0;
}
@media (max-width: 760px) {
  .ee-podcast-system-map .ee-podcast-map-funnel-arrow { height: 38px; }
  .ee-podcast-system-map .ee-podcast-map-funnel-arrow::before { height: 20px; }
}


/* v0.6.7 Podcast funnel arrows: attach arrows to the existing three-layer layout
   so they render even if the page is serving the previously stored shortcode markup. */
.ee-podcast-system-map .ee-podcast-map-funnel-arrow {
  display: none !important;
}
.ee-podcast-system-map .ee-podcast-map-inputs,
.ee-podcast-system-map .ee-podcast-map-core {
  position: relative;
  margin-bottom: 54px;
}
.ee-podcast-system-map .ee-podcast-map-inputs::after,
.ee-podcast-system-map .ee-podcast-map-core::after {
  content: "↓";
  position: absolute;
  left: 50%;
  bottom: -43px;
  transform: translateX(-50%);
  color: var(--teal);
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  text-shadow: 0 0 14px rgba(59,188,203,.28);
  z-index: 4;
  pointer-events: none;
}
@media (max-width: 760px) {
  .ee-podcast-system-map .ee-podcast-map-inputs,
  .ee-podcast-system-map .ee-podcast-map-core { margin-bottom: 46px; }
  .ee-podcast-system-map .ee-podcast-map-inputs::after,
  .ee-podcast-system-map .ee-podcast-map-core::after {
    bottom: -37px;
    font-size: 1.75rem;
  }
}


/* v0.6.8: align all related-solution segments to the same internal baseline. */
.ee-solution-page .ee-related-band > .ee-related-segment,
.ee-solution-page .ee-related-band > .wp-block-group.ee-related-segment {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  align-self: stretch;
  display: grid;
  grid-template-rows: auto minmax(3.2em, auto) minmax(3.4em, auto) 1fr;
  align-content: start;
}
.ee-solution-page .ee-related-segment > .eyebrow,
.ee-solution-page .ee-related-segment > h3,
.ee-solution-page .ee-related-segment > p,
.ee-solution-page .ee-related-segment > .ee-link-wrap {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.ee-solution-page .ee-related-segment > .eyebrow {
  align-self: start;
  margin-bottom: 18px !important;
}
.ee-solution-page .ee-related-segment > h3 {
  align-self: start;
  line-height: 1.15;
  margin-bottom: 20px !important;
}
.ee-solution-page .ee-related-segment > p:not(.eyebrow):not(.ee-link-wrap) {
  align-self: start;
  margin-bottom: 18px !important;
}
.ee-solution-page .ee-related-segment > .ee-link-wrap {
  align-self: end;
  margin-top: auto !important;
}

@media (max-width: 920px) {
  .ee-solution-page .ee-related-band > .ee-related-segment,
  .ee-solution-page .ee-related-band > .wp-block-group.ee-related-segment {
    display: flex;
  }
}


/* v0.7.0: equalise generic proof/result cards on service pages. */
.ee-solution-page .ee-proof-cards.ee-proof-cards-visual {
  grid-auto-rows: 1fr;
  align-items: stretch;
}
.ee-solution-page .ee-proof-cards.ee-proof-cards-visual > *,
.ee-solution-page .ee-proof-cards.ee-proof-cards-visual > .wp-block-group {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  align-self: stretch !important;
  height: 100%;
}
.ee-solution-page .ee-proof-cards.ee-proof-cards-visual .ee-proof-card-generic {
  min-height: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.ee-solution-page .ee-proof-cards.ee-proof-cards-visual .ee-proof-card-generic > * {
  margin-block-start: 0;
}
.ee-solution-page .ee-proof-cards.ee-proof-cards-visual .ee-proof-card-generic > p:last-child {
  margin-top: 18px;
}


/* ============================================================
   Echo Eight v0.7.1 — Results landing page only
   Approved hero signal + signed-off current-style case cards.
   ============================================================ */
.case-study-archive .results-hero .hero-journey { align-self: center; }
.case-study-archive .results-hero .hero-journey-list li { min-height: 38px; }
.case-study-archive .results-hero .ee-home-hero-signal .hero-journey-list::before {
  display: none !important;
}
.case-study-archive .results-hero .ee-home-hero-signal::before {
  display: block !important;
  top: var(--signal-start, 12px) !important;
  height: var(--signal-track-height, 100%) !important;
  background: rgba(59,188,203,.32) !important;
  box-shadow: none !important;
}
.case-study-archive .results-hero .ee-home-hero-signal::after {
  z-index: 6 !important;
}

.case-study-archive .ee-results-case-grid-current {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
  align-items: stretch;
}
.case-study-archive .ee-results-current-case-card {
  min-width: 0;
  min-height: 590px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 310px 1fr;
  border: 1px solid rgba(10,10,22,.22);
  border-radius: 28px;
  background: #171719;
  color: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.case-study-archive .ee-results-current-case-card:hover {
  border-color: rgba(255,105,62,.72);
  box-shadow: 0 18px 48px rgba(10,10,22,.12);
  color: #fff;
}
.case-study-archive .ee-results-current-case-card .ee-current-case-media {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #08090d;
}
.case-study-archive .ee-results-current-case-card .ee-current-case-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform .25s ease;
}
.case-study-archive .ee-results-current-case-card:hover .ee-current-case-media img { transform: scale(1.015); }
.case-study-archive .ee-results-current-case-card .ee-current-case-body {
  min-width: 0;
  padding: 30px 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #1b1b1d;
}
.case-study-archive .ee-results-current-case-card .ee-current-case-pill {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 6px 12px;
  margin-bottom: 22px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #b9e8ed;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .09em;
}
.case-study-archive .ee-results-current-case-card .ee-current-case-body strong {
  display: block;
  margin: 0 0 9px;
  color: #fff;
  font-size: clamp(1.55rem, 2.25vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.case-study-archive .ee-results-current-case-card .ee-current-case-client {
  display: block;
  margin-bottom: 16px;
  color: var(--teal);
  font-size: .86rem;
  font-weight: 800;
}
.case-study-archive .ee-results-current-case-card .ee-current-case-result {
  display: block;
  max-width: 95%;
  color: rgba(255,255,255,.72);
  font-size: .96rem;
  line-height: 1.55;
}
.case-study-archive .ee-results-current-case-card .ee-current-case-footer {
  width: 100%;
  margin-top: auto;
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.case-study-archive .ee-results-current-case-card .ee-current-case-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--orange);
  border-radius: 999px;
  color: #ff8a67;
  font-weight: 800;
  transition: background .2s ease, color .2s ease;
}
.case-study-archive .ee-results-current-case-card .ee-current-case-arrow {
  color: var(--teal);
  font-size: 1.4rem;
}
.case-study-archive .ee-results-current-case-card:hover .ee-current-case-button {
  background: var(--orange);
  color: #fff;
}

/* Keep the full eight-box Results grid aligned with the new case-card height. */
.case-study-archive .ee-results-proof-card-current,
.case-study-archive .ee-results-case-cta-current {
  min-height: 590px;
  height: 590px;
  border-radius: 28px;
  box-sizing: border-box;
}
.case-study-archive .ee-results-proof-card-current {
  padding: 38px;
  display: flex;
  flex-direction: column;
  background: #171719;
  color: #fff;
  border: 1px solid rgba(255,255,255,.10);
}
.case-study-archive .ee-results-proof-card-current small {
  color: #b9e8ed;
}
.case-study-archive .ee-results-proof-card-current > strong {
  margin-top: 46px;
  color: var(--teal);
  font-size: clamp(4rem, 7vw, 7rem);
  line-height: .9;
  letter-spacing: -.06em;
}
.case-study-archive .ee-results-proof-card-current h3 {
  margin-top: 26px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.05;
}
.case-study-archive .ee-results-proof-card-current p {
  margin-top: auto;
  color: rgba(255,255,255,.64);
}
.case-study-archive .ee-results-case-cta-current {
  padding: 38px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(145deg, #ff6538 0%, #df431f 100%);
  color: var(--navy);
  border: 1px solid rgba(10,10,22,.14);
}
.case-study-archive .ee-results-case-cta-current small { color: rgba(10,10,22,.62); }
.case-study-archive .ee-results-case-cta-current > strong {
  margin-top: 46px;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  line-height: .95;
  letter-spacing: -.055em;
}
.case-study-archive .ee-results-case-cta-current > span {
  margin-top: auto;
  font-weight: 800;
}

@media (max-width: 919px) {
  .case-study-archive .ee-results-case-grid-current { grid-template-columns: 1fr; }
  .case-study-archive .ee-results-current-case-card {
    min-height: 0;
    grid-template-rows: 260px auto;
  }
  .case-study-archive .ee-results-proof-card-current,
  .case-study-archive .ee-results-case-cta-current {
    min-height: 420px;
    height: auto;
  }
}


/* ============================================================
   Echo Eight v0.7.2 — Individual case-study template only
   ============================================================ */

/* Reduce oversized case-study hero headlines without changing other heroes. */
.single-case_study .ee-case-hero-copy h1 {
  font-size: clamp(2.65rem, 4.25vw, 4.45rem);
  line-height: 1.02;
  max-width: 860px;
}
.single-case_study .ee-case-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .68fr);
}

/* All proof cards use the same dimensions and number size. */
.single-case_study .ee-case-proof-strip .ee-case-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 18px;
  margin: 34px 0 0;
}
.single-case_study .ee-case-proof-strip .ee-case-metric,
.single-case_study .ee-case-proof-strip .wp-block-group.ee-case-metric {
  min-height: 156px;
  height: 100%;
  padding: 28px;
  margin-block: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.single-case_study .ee-case-proof-strip .ee-case-metric h3 {
  margin: 0;
  font-size: clamp(2.45rem, 3.2vw, 3.15rem);
  line-height: .95;
  letter-spacing: -.045em;
}
.single-case_study .ee-case-proof-strip .ee-case-metric p {
  margin-top: auto;
  padding-top: 18px;
  line-height: 1.35;
}
/* One- or two-metric studies should not stretch the metric itself larger. */
.single-case_study .ee-case-proof-strip .ee-case-metrics:has(> :only-child) {
  grid-template-columns: minmax(0, 1fr);
  max-width: 320px;
}

/* Replace the old checklist with a structured capability-card grid. */
.single-case_study .ee-case-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  margin-top: 42px;
}
.single-case_study .ee-case-capability-card,
.single-case_study .wp-block-group.ee-case-capability-card {
  min-height: 190px;
  padding: 28px;
  margin-block: 0 !important;
  border: 1px solid var(--line-light);
  border-radius: 14px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-case_study .ee-case-capability-number {
  margin: 0 0 42px;
  color: var(--teal-deep);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.single-case_study .ee-case-capability-card h3 {
  margin: 0;
  font-size: clamp(1.2rem, 1.75vw, 1.65rem);
  line-height: 1.18;
}

/* Case-study campaign route: one line, every node centred exactly on it. */
.single-case_study .ee-case-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 0;
  margin-top: 50px;
  border-top: 0 !important;
  background: transparent !important;
  overflow: visible;
}
.single-case_study .ee-case-flow::before {
  content: "";
  display: block !important;
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  width: auto;
  height: 1px;
  background: rgba(59,188,203,.38);
  pointer-events: none;
  z-index: 1;
}
.single-case_study .ee-case-flow > .ee-step-card,
.single-case_study .ee-case-flow > .wp-block-group.ee-step-card {
  position: relative;
  min-width: 0;
  padding: 44px 26px 30px;
  margin-block: 0 !important;
  border-right: 1px solid var(--line-dark);
  background: rgba(255,255,255,.035);
  z-index: 2;
}
.single-case_study .ee-case-flow > .ee-step-card:last-child,
.single-case_study .ee-case-flow > .wp-block-group.ee-step-card:last-child {
  border-right: 0;
}
.single-case_study .ee-case-flow > .ee-step-card::before,
.single-case_study .ee-case-flow > .wp-block-group.ee-step-card::before {
  content: "";
  position: absolute;
  top: 0 !important;
  left: 50% !important;
  width: 13px;
  height: 13px;
  transform: translate(-50%, -50%) !important;
  border-radius: 50%;
  background: var(--navy);
  border: 2px solid var(--teal);
  z-index: 5;
}
.single-case_study .ee-case-flow::after {
  top: -6.5px !important;
}
.single-case_study .ee-case-flow .step-number {
  margin-bottom: 18px;
}

@media (max-width: 1050px) {
  .single-case_study .ee-case-proof-strip .ee-case-metrics {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .single-case_study .ee-case-capability-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .single-case_study .ee-case-flow {
    grid-template-columns: 1fr;
    border-left: 1px solid rgba(59,188,203,.38);
    margin-left: 7px;
  }
  .single-case_study .ee-case-flow::before,
  .single-case_study .ee-case-flow::after {
    display: none !important;
  }
  .single-case_study .ee-case-flow > .ee-step-card,
  .single-case_study .ee-case-flow > .wp-block-group.ee-step-card {
    padding: 28px 24px 32px 42px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }
  .single-case_study .ee-case-flow > .ee-step-card::before,
  .single-case_study .ee-case-flow > .wp-block-group.ee-step-card::before {
    top: 34px !important;
    left: -1px !important;
    transform: translate(-50%, -50%) !important;
  }
}

@media (max-width: 680px) {
  .single-case_study .ee-case-hero-copy h1 {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }
  .single-case_study .ee-case-proof-strip .ee-case-metrics,
  .single-case_study .ee-case-capability-grid {
    grid-template-columns: 1fr;
  }
  .single-case_study .ee-case-proof-strip .ee-case-metrics:has(> :only-child) {
    max-width: none;
  }
}


/* ============================================================
   Echo Eight v0.7.3 — Results hero animation correction only.
   Match the approved hero behaviour: one active signal at a time,
   full route visible from the start, and no permanently lit first node.
   ============================================================ */
.case-study-archive .results-hero .hero-journey-list li:first-child::before {
  background: var(--navy) !important;
  border-color: rgba(59,188,203,.8) !important;
  box-shadow: none !important;
}
.case-study-archive .results-hero .hero-journey-list li:first-child strong {
  color: rgba(255,255,255,.72) !important;
}
.case-study-archive .results-hero .hero-journey-list li::before {
  background: var(--navy) !important;
  border-color: rgba(59,188,203,.8) !important;
  box-shadow: none !important;
}
.case-study-archive .results-hero .hero-journey-list li strong {
  color: rgba(255,255,255,.62) !important;
}
.case-study-archive .results-hero .hero-journey-list li.is-complete::before {
  background: var(--navy) !important;
  border-color: var(--teal) !important;
  box-shadow: none !important;
}
.case-study-archive .results-hero .hero-journey-list li.is-complete strong {
  color: rgba(255,255,255,.9) !important;
}
.case-study-archive .results-hero .hero-journey-list li.is-active::before {
  background: var(--teal) !important;
  border-color: var(--teal) !important;
  box-shadow: var(--shadow-glow) !important;
}
.case-study-archive .results-hero .hero-journey-list li.is-active strong {
  color: var(--teal) !important;
}


/* ============================================================
   Echo Eight v0.7.5 — Insights landing page only.
   Bring Insights into the signed-off System / Solutions / service
   visual language without changing any other page.
   ============================================================ */
.ee-insights-page .ee-page-hero .hero-journey {
  align-self: center;
}
.ee-insights-page .ee-page-hero .hero-journey-list li {
  min-height: 38px;
}
/* Approved hero behaviour: full route visible from the start; only the dot moves. */
.ee-insights-page .ee-page-hero .ee-home-hero-signal .hero-journey-list::before {
  display: none !important;
}
.ee-insights-page .ee-page-hero .ee-home-hero-signal::before {
  display: block !important;
  top: var(--signal-start, 12px) !important;
  height: var(--signal-track-height, 100%) !important;
  background: rgba(59,188,203,.32) !important;
  box-shadow: none !important;
}
.ee-insights-page .ee-page-hero .ee-home-hero-signal::after {
  z-index: 6 !important;
}

.ee-insights-page .ee-insights-topics {
  padding-top: 112px;
  padding-bottom: 112px;
}
.ee-insights-page .ee-insights-topic-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  grid-auto-rows: 260px;
  gap: 18px;
  margin-top: 44px;
}
.ee-insights-page .ee-insights-topic-card,
.ee-insights-page .wp-block-group.ee-insights-topic-card {
  box-sizing: border-box;
  width: 100%;
  height: 260px;
  min-height: 260px;
  margin: 0 !important;
  padding: 32px;
  border: 1px solid var(--line-light);
  border-radius: 14px;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.ee-insights-page .ee-insights-topic-card:hover {
  border-color: rgba(35,157,174,.5);
  box-shadow: 0 16px 40px rgba(10,10,22,.07);
}
.ee-insights-page .ee-insights-topic-card > * {
  margin-block-start: 0;
}
.ee-insights-page .ee-insights-card-number {
  margin: 0 0 28px !important;
  color: var(--teal-deep);
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.04em;
}
.ee-insights-page .ee-insights-topic-card h3 {
  margin: 0 0 14px !important;
}
.ee-insights-page .ee-insights-topic-card > p:not(.ee-insights-card-number):not(.ee-link-wrap) {
  margin: 0 !important;
  color: #666d78;
}
.ee-insights-page .ee-insights-topic-card .ee-link-wrap {
  margin-top: auto !important;
  margin-bottom: 0 !important;
}
.ee-insights-page .ee-insights-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal-deep);
  font-weight: 800;
}

.ee-insights-page .ee-insights-system {
  padding-top: 104px;
  padding-bottom: 104px;
}
.ee-insights-page .ee-insights-system-grid {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(520px,1.2fr);
  gap: 100px;
  align-items: start;
}
.ee-insights-page .ee-insights-system-heading h2 {
  max-width: 620px;
}
.ee-insights-page .ee-insights-system-copy > p:first-child {
  max-width: 720px;
  color: rgba(255,255,255,.68);
  margin-top: 0;
}
.ee-insights-page .ee-insights-stage-pills {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 10px;
  margin-top: 34px;
}
.ee-insights-page .ee-insights-stage-pill,
.ee-insights-page .wp-block-group.ee-insights-stage-pill {
  margin: 0 !important;
  padding: 14px 16px;
  border: 1px solid rgba(59,188,203,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.02);
  text-align: center;
}
.ee-insights-page .ee-insights-stage-pill p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .07em;
}
.ee-insights-page .ee-insights-system-copy .ee-link-wrap {
  margin-top: 34px;
}
.ee-insights-page .ee-insights-system-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal);
  font-weight: 800;
}

@media (max-width: 919px) {
  .ee-insights-page .ee-insights-topic-grid {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto;
  }
  .ee-insights-page .ee-insights-topic-card,
  .ee-insights-page .wp-block-group.ee-insights-topic-card {
    height: auto;
    min-height: 240px;
  }
  .ee-insights-page .ee-insights-system-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .ee-insights-page .ee-insights-stage-pills {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 560px) {
  .ee-insights-page .ee-insights-stage-pills {
    grid-template-columns: 1fr 1fr;
  }
}


/* ============================================================
   Echo Eight v0.7.6 — About page only.
   Personal company evolution, founder-led story and principles.
   ============================================================ */
.ee-about-page .ee-about-hero {
  padding-top: 86px;
  padding-bottom: 96px;
}
.ee-about-page .ee-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(360px,.72fr);
  gap: 86px;
  align-items: center;
}
.ee-about-page .ee-about-hero-copy h1 {
  max-width: 860px;
  font-size: clamp(3.5rem, 6.2vw, 6.6rem);
}
.ee-about-page .ee-about-hero-copy > p:not(.eyebrow) {
  max-width: 780px;
}
.ee-about-page .ee-about-hero-history {
  border: 1px solid rgba(59,188,203,.24);
  border-radius: 16px;
  background: rgba(255,255,255,.02);
  padding: 30px;
}
.ee-about-page .ee-about-hero-history > .eyebrow {
  margin-bottom: 20px;
}
.ee-about-page .ee-about-hero-chapter,
.ee-about-page .wp-block-group.ee-about-hero-chapter {
  margin: 0 !important;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.ee-about-page .ee-about-hero-chapter:first-of-type {
  border-top: 0;
}
.ee-about-page .ee-about-hero-chapter h3 {
  margin: 4px 0 7px;
  color: rgba(255,255,255,.92);
  font-size: 1.45rem;
}
.ee-about-page .ee-about-hero-chapter p {
  margin: 0;
  color: rgba(255,255,255,.56);
}
.ee-about-page .ee-about-hero-chapter .ee-about-hero-year {
  color: var(--teal);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ee-about-page .ee-about-hero-chapter.is-current {
  padding: 22px 20px;
  margin: 0 -20px -4px !important;
  border: 1px solid rgba(59,188,203,.42);
  border-radius: 12px;
  background: rgba(59,188,203,.07);
}
.ee-about-page .ee-about-hero-chapter.is-current h3 {
  color: var(--teal);
}

.ee-about-page .ee-about-history {
  padding-top: 110px;
  padding-bottom: 118px;
}
.ee-about-page .ee-about-history .ee-section-intro {
  max-width: 790px;
  margin-top: 18px;
}
.ee-about-page .ee-about-history-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
  margin-top: 46px;
}
.ee-about-page .ee-about-history-card,
.ee-about-page .wp-block-group.ee-about-history-card {
  margin: 0 !important;
  min-height: 380px;
  padding: 32px;
  border: 1px solid var(--line-light);
  border-radius: 14px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.ee-about-page .ee-about-history-card > * {
  margin-block-start: 0;
}
.ee-about-page .ee-about-history-year {
  margin: 0 0 48px !important;
  color: var(--teal-deep);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.ee-about-page .ee-about-history-card h3 {
  margin: 0 0 20px !important;
  font-size: clamp(1.75rem,2.4vw,2.4rem);
}
.ee-about-page .ee-about-history-card p:not(.ee-about-history-year) {
  color: #626a75;
}
.ee-about-page .ee-about-history-card.is-current {
  border-color: rgba(35,157,174,.46);
  background: linear-gradient(180deg, rgba(59,188,203,.06), #fff 46%);
}

.ee-about-page .ee-about-thinking {
  padding-top: 112px;
  padding-bottom: 116px;
}
.ee-about-page .ee-about-thinking-grid {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr);
  gap: 100px;
  align-items: start;
}
.ee-about-page .ee-about-thinking-heading h2 {
  max-width: 700px;
}
.ee-about-page .ee-about-thinking-copy > p {
  max-width: 760px;
  color: rgba(255,255,255,.7);
  font-size: 1.05rem;
}
.ee-about-page .ee-about-thinking-callout {
  margin-top: 32px !important;
  padding: 24px 0 0;
  border-top: 1px solid rgba(59,188,203,.28);
  color: var(--white) !important;
  font-weight: 700;
}

.ee-about-page .ee-about-founder {
  padding-top: 112px;
  padding-bottom: 118px;
}
.ee-about-page .ee-about-founder-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(390px,.78fr);
  gap: 86px;
  align-items: start;
}
.ee-about-page .ee-about-founder-copy h2 {
  max-width: 760px;
}
.ee-about-page .ee-about-founder-copy > p {
  max-width: 760px;
  color: #555e6a;
}
.ee-about-page .ee-about-operating-card,
.ee-about-page .wp-block-group.ee-about-operating-card {
  margin: 0 !important;
  padding: 34px;
  border: 1px solid var(--line-light);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(10,10,22,.045);
}
.ee-about-page .ee-about-operating-card h3 {
  margin-top: 10px;
}
.ee-about-page .ee-about-operating-card > p:not(.eyebrow) {
  color: #5f6772;
}
.ee-about-page .ee-about-operating-tags {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}
.ee-about-page .ee-about-operating-tags p {
  margin: 0;
  padding: 13px 15px;
  border: 1px solid rgba(35,157,174,.18);
  border-radius: 9px;
  background: rgba(35,157,174,.035);
  color: var(--ink);
  font-weight: 700;
}

.ee-about-page .ee-about-principles {
  padding-top: 110px;
  padding-bottom: 116px;
}
.ee-about-page .ee-about-principles-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
  margin-top: 44px;
}
.ee-about-page .ee-about-principle-card,
.ee-about-page .wp-block-group.ee-about-principle-card {
  margin: 0 !important;
  min-height: 250px;
  padding: 30px;
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
}
.ee-about-page .ee-about-principle-number {
  margin: 0 0 36px !important;
  color: var(--teal);
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.04em;
}
.ee-about-page .ee-about-principle-card h3 {
  color: var(--white);
  margin: 0 0 13px !important;
}
.ee-about-page .ee-about-principle-card > p:not(.ee-about-principle-number) {
  color: rgba(255,255,255,.63);
}

.ee-about-page .ee-about-today {
  padding-top: 106px;
  padding-bottom: 112px;
}
.ee-about-page .ee-about-today-grid {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(480px,1.2fr);
  gap: 96px;
  align-items: start;
}
.ee-about-page .ee-about-today-heading h2 {
  max-width: 640px;
}
.ee-about-page .ee-about-today-copy > p {
  max-width: 760px;
  color: #555e6a;
}
.ee-about-page .ee-about-today-copy .actions {
  margin-top: 30px;
}

@media (max-width: 1050px) {
  .ee-about-page .ee-about-hero-grid,
  .ee-about-page .ee-about-thinking-grid,
  .ee-about-page .ee-about-founder-grid,
  .ee-about-page .ee-about-today-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .ee-about-page .ee-about-history-grid {
    grid-template-columns: 1fr;
  }
  .ee-about-page .ee-about-history-card,
  .ee-about-page .wp-block-group.ee-about-history-card {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .ee-about-page .ee-about-hero-copy h1 {
    font-size: clamp(2.7rem,12vw,4.2rem);
  }
  .ee-about-page .ee-about-principles-grid {
    grid-template-columns: 1fr;
  }
  .ee-about-page .ee-about-principle-card,
  .ee-about-page .wp-block-group.ee-about-principle-card {
    min-height: 0;
  }
}


/* v0.7.7 About page: company-led operating model; team profiles reserved for V2. */
.ee-about-page .ee-about-operating {
  padding-top: 112px;
  padding-bottom: 118px;
}
.ee-about-page .ee-about-operating-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(390px,.78fr);
  gap: 86px;
  align-items: start;
}
.ee-about-page .ee-about-operating-copy h2 { max-width: 760px; }
.ee-about-page .ee-about-operating-copy > p {
  max-width: 760px;
  color: #555e6a;
}
@media (max-width: 1050px) {
  .ee-about-page .ee-about-operating-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}


/* ================================================================
   v0.7.8 - Homepage client logo carousel
   ================================================================ */
.echo-eight-front-page .hero {
  grid-template-rows: auto auto;
  align-content: center;
  row-gap: clamp(42px, 5vw, 64px);
}
.echo-eight-front-page .ee-client-logo-trust {
  width: 100%;
  min-width: 0;
  position: relative;
  z-index: 3;
}
.echo-eight-front-page .ee-client-logo-trust-inner {
  min-width: 0;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.echo-eight-front-page .ee-client-logo-heading,
.echo-eight-front-page h2.ee-client-logo-heading {
  margin: 0 0 22px;
  color: #fff;
  text-align: center;
  font-size: clamp(1.12rem, 1.55vw, 1.38rem);
  line-height: 1.25;
  letter-spacing: -.018em;
  font-weight: 700;
}
.ee-client-logo-carousel {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
  cursor: grab;
}
.ee-client-logo-carousel::-webkit-scrollbar { display: none; }
.ee-client-logo-carousel.is-dragging { cursor: grabbing; }
.ee-client-logo-track {
  display: flex;
  width: max-content;
  align-items: center;
}
.ee-client-logo-set {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(40px, 5vw, 72px);
  padding-right: clamp(40px, 5vw, 72px);
}
.ee-client-logo-item {
  width: clamp(132px, 12vw, 164px);
  height: 72px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.ee-client-logo-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: .96;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 760px) {
  .echo-eight-front-page .hero {
    row-gap: 34px;
  }
  .echo-eight-front-page .ee-client-logo-trust-inner {
    padding-bottom: 22px;
  }
  .echo-eight-front-page .ee-client-logo-heading,
  .echo-eight-front-page h2.ee-client-logo-heading {
    margin-bottom: 16px;
    font-size: 1.02rem;
  }
  .ee-client-logo-set {
    gap: 28px;
    padding-right: 28px;
  }
  .ee-client-logo-item {
    width: 126px;
    height: 62px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ee-client-logo-carousel { scroll-behavior: auto; }
}

/* ================================================================
   v0.8.4 - Homepage client testimonials carousel
   ================================================================ */
.echo-eight-front-page .ee-home-testimonials {
  padding: 124px 0 118px;
  overflow: hidden;
  position: relative;
}
.echo-eight-front-page .ee-home-testimonials::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -245px;
  bottom: -250px;
  border-radius: 50%;
  border: 1px solid rgba(59,188,203,.1);
  box-shadow: inset 0 0 0 70px rgba(59,188,203,.018), inset 0 0 0 140px rgba(59,188,203,.014);
  pointer-events: none;
}
.echo-eight-front-page .ee-home-testimonials .shell {
  position: relative;
  z-index: 1;
}
.echo-eight-front-page .ee-home-testimonials-intro {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .7fr);
  gap: 86px;
  align-items: end;
  margin-bottom: 50px;
}
.echo-eight-front-page .ee-home-testimonials-intro h2 {
  margin-bottom: 0;
  max-width: 760px;
}
.echo-eight-front-page .ee-home-testimonials-intro > p {
  margin: 0 0 5px;
  max-width: 560px;
  color: rgba(255,255,255,.62);
}
.echo-eight-front-page .ee-home-testimonials-carousel {
  position: relative;
}
.echo-eight-front-page .ee-home-testimonials-viewport {
  overflow: hidden;
  border-radius: 14px;
  touch-action: pan-y;
}
.echo-eight-front-page .ee-home-testimonials-track {
  display: flex;
  transition: transform .48s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.echo-eight-front-page .ee-home-testimonial-card {
  flex: 0 0 100%;
  min-width: 0;
  min-height: 342px;
  padding: 42px 44px 34px;
  display: flex;
  flex-direction: column;
  background: var(--navy-soft);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
}
.echo-eight-front-page .ee-home-testimonial-mark {
  display: block;
  height: 42px;
  margin-bottom: 22px;
  color: var(--teal);
  font-size: 4.8rem;
  line-height: .8;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
}
.echo-eight-front-page .ee-home-testimonial-card blockquote {
  margin: 0;
  padding: 0;
  max-width: 980px;
}
.echo-eight-front-page .ee-home-testimonial-card blockquote p {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  line-height: 1.6;
}
.echo-eight-front-page .ee-home-testimonial-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 28px;
  align-items: end;
  margin-top: auto;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.echo-eight-front-page .ee-home-testimonial-person strong,
.echo-eight-front-page .ee-home-testimonial-person span {
  display: block;
}
.echo-eight-front-page .ee-home-testimonial-person strong {
  margin-bottom: 5px;
  color: var(--white);
  font-size: 1rem;
}
.echo-eight-front-page .ee-home-testimonial-person span {
  color: rgba(255,255,255,.5);
  font-size: .8rem;
  line-height: 1.45;
}
.echo-eight-front-page .ee-home-testimonial-footer img {
  width: 150px;
  height: 48px;
  object-fit: contain;
  object-position: right center;
  opacity: .9;
}
.echo-eight-front-page .ee-home-testimonial-company-name {
  max-width: 180px;
  justify-self: end;
  color: rgba(255,255,255,.68);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .04em;
  text-align: right;
  text-transform: uppercase;
}
.echo-eight-front-page .ee-home-testimonials-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 22px;
}
.echo-eight-front-page .ee-home-testimonials-carousel:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 8px;
  border-radius: 14px;
}
.echo-eight-front-page .ee-home-testimonial-arrow {
  width: 44px;
  height: 44px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.echo-eight-front-page .ee-home-testimonial-arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.echo-eight-front-page .ee-home-testimonial-arrow:hover:not(:disabled),
.echo-eight-front-page .ee-home-testimonial-arrow:focus-visible:not(:disabled) {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--navy);
}
.echo-eight-front-page .ee-home-testimonial-arrow:disabled {
  opacity: .3;
  cursor: default;
}
.echo-eight-front-page .ee-home-testimonial-count {
  min-width: 46px;
  color: rgba(255,255,255,.5);
  font-size: .78rem;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 980px) {
  .echo-eight-front-page .ee-home-testimonials-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .echo-eight-front-page .ee-home-testimonials-intro > p {
    max-width: 700px;
  }
  .echo-eight-front-page .ee-home-testimonial-card {
    min-height: 370px;
    padding-inline: 34px;
  }
}

@media (max-width: 760px) {
  .echo-eight-front-page .ee-home-testimonials {
    padding: 90px 0 86px;
  }
  .echo-eight-front-page .ee-home-testimonial-card {
    min-height: 0;
    padding: 30px 26px 26px;
  }
  .echo-eight-front-page .ee-home-testimonial-card blockquote p {
    font-size: 1rem;
  }
  .echo-eight-front-page .ee-home-testimonial-footer {
    grid-template-columns: minmax(0, 1fr) 108px;
    gap: 18px;
  }
  .echo-eight-front-page .ee-home-testimonial-footer img {
    width: 108px;
    height: 38px;
  }
  .echo-eight-front-page .ee-home-testimonial-company-name {
    max-width: 120px;
    font-size: .7rem;
  }
  .echo-eight-front-page .ee-home-testimonials-controls {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .echo-eight-front-page .ee-home-testimonials-track {
    transition: none;
  }
}

/* ================================================================
   v0.8.6 - Restrained trust proof on About, System, Solutions, Contact
   ================================================================ */
.ee-page-trust {
  padding: 116px 0 112px;
  overflow: hidden;
  position: relative;
}
.ee-page-trust .shell,
.ee-contact-trust .shell {
  position: relative;
  z-index: 1;
}
.ee-page-trust-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
  gap: 78px;
  align-items: end;
  margin-bottom: 48px;
}
.ee-page-trust-intro h2 {
  margin-bottom: 0;
  max-width: 820px;
}
.ee-page-trust-intro > p {
  margin: 0 0 5px;
  max-width: 570px;
  color: rgba(255,255,255,.64);
}
.ee-trust-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px 34px;
  align-items: center;
}
.ee-trust-logo {
  min-width: 0;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ee-trust-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: .92;
}
.ee-about-trust-testimonials {
  margin-top: 54px;
  padding-top: 50px;
  border-top: 1px solid rgba(255,255,255,.13);
}
.ee-about-trust-testimonials > .eyebrow {
  margin-bottom: 24px;
}
.ee-trust-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.ee-trust-testimonial {
  min-width: 0;
  padding: 30px 30px 26px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.035);
}
.ee-trust-quote-mark {
  display: block;
  height: 34px;
  margin-bottom: 16px;
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: .8;
}
.ee-trust-testimonial blockquote {
  margin: 0;
  padding: 0;
}
.ee-trust-testimonial blockquote p {
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: .98rem;
  line-height: 1.65;
}
.ee-trust-testimonial footer {
  margin-top: auto;
  padding-top: 24px;
}
.ee-trust-testimonial footer strong,
.ee-trust-testimonial footer span {
  display: block;
}
.ee-trust-testimonial footer strong {
  margin-bottom: 5px;
  color: var(--white);
  font-size: .95rem;
}
.ee-trust-testimonial footer span {
  color: rgba(255,255,255,.5);
  font-size: .76rem;
  line-height: 1.45;
}

/* Single proof quote used on the System and Solutions pages. */
.ee-page-proof-quote {
  padding: 94px 0;
  border-top: 1px solid var(--line-light);
}
.ee-page-proof-quote-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(480px, 1.05fr);
  gap: 86px;
  align-items: center;
}
.ee-page-proof-quote-grid h2 {
  margin-bottom: 0;
  max-width: 650px;
}
.ee-page-proof-quote .ee-trust-testimonial-featured {
  min-height: 0;
  padding: 34px 36px 30px;
  background: var(--navy-soft);
  border-color: rgba(10,10,22,.08);
  box-shadow: 0 18px 44px rgba(10,10,22,.08);
}
.ee-page-proof-quote .ee-trust-testimonial-featured blockquote p {
  color: rgba(255,255,255,.88);
  font-size: 1.03rem;
}

/* Contact reassurance: compact logos plus one concise client experience. */
.ee-contact-trust {
  padding: 90px 0 86px;
}
.ee-contact-trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr);
  gap: 82px;
  align-items: center;
}
.ee-contact-trust-grid h2 {
  margin-bottom: 34px;
  max-width: 620px;
}
.ee-contact-trust .ee-trust-logo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 700px;
  gap: 18px 30px;
}
.ee-contact-trust .ee-trust-logo {
  height: 52px;
}
.ee-contact-trust .ee-trust-testimonial-contact {
  min-height: 290px;
  padding: 34px 34px 30px;
  background: var(--navy-soft);
}
.ee-contact-trust .ee-trust-testimonial-contact blockquote p {
  font-size: 1.03rem;
}

@media (max-width: 1050px) {
  .ee-page-trust-intro,
  .ee-page-proof-quote-grid,
  .ee-contact-trust-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .ee-page-trust-intro > p {
    max-width: 760px;
  }
  .ee-trust-testimonial-grid {
    grid-template-columns: 1fr;
  }
  .ee-trust-testimonial {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .ee-page-trust {
    padding: 86px 0 82px;
  }
  .ee-page-proof-quote {
    padding: 76px 0;
  }
  .ee-contact-trust {
    padding: 78px 0 74px;
  }
  .ee-trust-logo-grid,
  .ee-contact-trust .ee-trust-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
  }
  .ee-trust-logo,
  .ee-contact-trust .ee-trust-logo {
    height: 48px;
  }
  .ee-about-trust-testimonials {
    margin-top: 42px;
    padding-top: 40px;
  }
  .ee-trust-testimonial,
  .ee-page-proof-quote .ee-trust-testimonial-featured,
  .ee-contact-trust .ee-trust-testimonial-contact {
    padding: 28px 26px 25px;
  }
}

/* v0.8.8 Contact page and live GoHighLevel form. */
.ee-contact-hero {
  padding-bottom: 96px;
}
.ee-contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .72fr);
  gap: 92px;
  align-items: center;
}
.ee-contact-hero-copy {
  max-width: 760px;
}
.ee-contact-hero-copy h1 {
  max-width: 700px;
}
.ee-contact-hero-copy .ee-lead {
  max-width: 720px;
}
.ee-contact-route-card {
  padding: 34px 36px 32px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
}
.ee-contact-route-card h2 {
  margin-bottom: 16px;
  font-size: clamp(1.7rem,2.5vw,2.35rem);
}
.ee-contact-route-card > p:not(.eyebrow) {
  color: rgba(255,255,255,.72);
}
.ee-contact-route-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 0;
}
.ee-contact-route-list li {
  position: relative;
  padding: 13px 0 13px 24px;
  border-top: 1px solid rgba(255,255,255,.09);
  color: rgba(255,255,255,.86);
}
.ee-contact-route-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 21px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 12px rgba(52,207,221,.42);
}
.ee-contact-form-section {
  padding-top: 112px;
  padding-bottom: 112px;
}
.ee-contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(520px, 1fr);
  gap: 88px;
  align-items: start;
}
.ee-contact-form-intro {
  position: sticky;
  top: 126px;
}
.ee-contact-form-intro h2 {
  max-width: 560px;
}
.ee-contact-form-intro > p:not(.eyebrow) {
  max-width: 540px;
}
.ee-contact-review-note {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--line-light);
  max-width: 540px;
}
.ee-contact-review-note h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}
.ee-contact-review-note p {
  margin-bottom: 14px;
}
.ee-contact-form-panel {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line-light);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(10,10,22,.07);
}
.ee-ghl-contact-form {
  width: 100%;
  min-height: 676px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.ee-ghl-contact-form iframe {
  display: block;
  width: 100%;
  min-height: 676px;
  border: 0;
}

@media (max-width: 1050px) {
  .ee-contact-hero-grid,
  .ee-contact-form-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .ee-contact-route-card {
    max-width: 720px;
  }
  .ee-contact-form-intro {
    position: static;
  }
  .ee-contact-form-panel {
    max-width: 760px;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .ee-contact-hero {
    padding-bottom: 72px;
  }
  .ee-contact-route-card {
    padding: 28px 26px 25px;
  }
  .ee-contact-form-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .ee-contact-form-grid {
    gap: 34px;
  }
  .ee-contact-form-panel {
    padding: 8px;
    border-radius: 12px;
  }
  .ee-ghl-contact-form,
  .ee-ghl-contact-form iframe {
    min-height: 676px;
  }
}

/* v0.9.1 Contact thank-you page. */
.ee-thank-you-hero {
  min-height: 590px;
}
.ee-thank-you-hero-grid {
  max-width: 980px;
}
.ee-thank-you-hero-copy {
  max-width: 840px;
}
.ee-thank-you-hero-copy h1 {
  max-width: 800px;
}
.ee-thank-you-hero-copy .ee-lead,
.ee-thank-you-hero-copy .hero-sub {
  max-width: 760px;
}
.ee-thank-you-next {
  padding-top: 108px;
  padding-bottom: 108px;
}
.ee-thank-you-next > .shell > h2 {
  max-width: 760px;
  margin-bottom: 42px;
}
.ee-thank-you-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.ee-thank-you-step {
  padding: 32px 30px 30px;
  border: 1px solid var(--line-light);
  border-radius: 14px;
  background: #fff;
}
.ee-thank-you-step-number {
  margin-bottom: 24px;
  color: var(--teal);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
}
.ee-thank-you-step h3 {
  margin-bottom: 12px;
}
.ee-thank-you-step p:last-child {
  margin-bottom: 0;
}
.ee-thank-you-review {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ee-thank-you-review-inner {
  max-width: 880px;
}
.ee-thank-you-review-copy h2 {
  max-width: 720px;
}
.ee-thank-you-review-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255,255,255,.72);
}

@media (max-width: 900px) {
  .ee-thank-you-next-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ee-thank-you-hero {
    min-height: auto;
  }
  .ee-thank-you-next,
  .ee-thank-you-review {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .ee-thank-you-next > .shell > h2 {
    margin-bottom: 30px;
  }
  .ee-thank-you-step {
    padding: 27px 25px 25px;
  }
}

/* v0.9.3 Restore the homepage proof metrics to a shared top baseline. */
.echo-eight-front-page .proof-strip .metrics-grid {
  align-items: stretch;
}
.echo-eight-front-page .proof-strip .metric {
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  justify-items: center;
}
.echo-eight-front-page .proof-strip .metric h3.metric-number,
.echo-eight-front-page .proof-strip .metric strong {
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.echo-eight-front-page .proof-strip .metric p.metric-label,
.echo-eight-front-page .proof-strip .metric span {
  width: 100%;
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

/* v0.9.3 Finished V1 Insights hub pages. */
.ee-insight-hub-overview .ee-library-heading {
  max-width: 820px;
}
.ee-insight-hub-overview .ee-library-copy {
  max-width: 820px;
  margin-top: 24px;
}
.ee-insight-hub-overview .ee-list-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 46px;
}
.ee-insight-hub-overview .ee-list-grid .ee-card {
  min-height: 190px;
}

@media (max-width: 900px) {
  .ee-insight-hub-overview .ee-list-grid {
    grid-template-columns: 1fr;
  }
  .ee-insight-hub-overview .ee-list-grid .ee-card {
    min-height: 0;
  }
}

/* v0.9.4 - Homepage proof metrics: lock every metric to the same top baseline.
   The metrics previously inherited the generic reveal translate, which could
   leave individual columns visually offset while/after the section entered
   the viewport. This strip is static so all four metrics remain fixed. */
.echo-eight-front-page .proof-strip .metrics-grid {
  align-items: stretch !important;
}
.echo-eight-front-page .proof-strip .metric,
.echo-eight-front-page .proof-strip .metric.reveal,
.echo-eight-front-page .proof-strip .metric.reveal.is-visible {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: center;
  align-self: stretch !important;
  height: 100%;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.echo-eight-front-page .proof-strip .metric h3.metric-number,
.echo-eight-front-page .proof-strip .metric strong {
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.echo-eight-front-page .proof-strip .metric p.metric-label,
.echo-eight-front-page .proof-strip .metric span {
  width: 100%;
  margin: 12px auto 0 !important;
  padding: 0 !important;
}

/* =========================================================
   v0.10.1 Native podcast guest profiles
   LinkedIn-inspired information architecture in Echo Eight styling.
   ========================================================= */
.ee-profile-native {
  --profile-card: #fff;
  --profile-muted: #111318;
  background: #eef1f3;
}
.ee-profile-native .button:hover {
  transform: none;
}
.ee-profile-banner {
  padding: 104px 0 0;
}
.ee-profile-cover {
  position: relative;
  min-height: 265px;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  background:
    radial-gradient(circle at 18% 30%, rgba(59,188,203,.24), transparent 32%),
    radial-gradient(circle at 78% 20%, rgba(239,112,89,.17), transparent 30%),
    linear-gradient(135deg, #10172b, #0a0a16 68%);
  background-size: cover;
  background-position: center;
}
.ee-profile-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,10,22,.22), rgba(10,10,22,.04));
}
.ee-profile-cover.has-image::after {
  background: linear-gradient(90deg, rgba(10,10,22,.25), rgba(10,10,22,.04));
}
.ee-profile-cover-pattern {
  position: absolute;
  right: 5%;
  top: 50%;
  z-index: 1;
  width: 360px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59,188,203,.5), transparent);
  transform: rotate(-18deg);
}
.ee-profile-cover-pattern::before,
.ee-profile-cover-pattern::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 360px;
  height: 1px;
  background: inherit;
  transform: translateX(-50%);
}
.ee-profile-cover-pattern::before { top: -70px; }
.ee-profile-cover-pattern::after { top: 70px; }
.ee-profile-overview {
  padding: 0 0 26px;
}
.ee-profile-identity-card {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0,1fr) minmax(130px,210px);
  gap: 30px;
  align-items: start;
  padding: 32px 38px 0;
  border: 1px solid var(--line-light);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: var(--profile-card);
  box-shadow: 0 18px 48px rgba(10,10,22,.06);
}
.ee-profile-avatar-wrap {
  margin-top: -118px;
  position: relative;
  z-index: 2;
}
.ee-profile-avatar {
  width: 176px;
  height: 176px;
  object-fit: cover;
  object-position: center top;
  border: 5px solid #fff;
  border-radius: 20px;
  background: var(--navy-soft);
  box-shadow: 0 14px 36px rgba(10,10,22,.16);
}
.ee-profile-avatar-placeholder {
  display: grid;
  place-items: center;
  color: var(--teal);
  font-size: 4rem;
  font-weight: 800;
}
.ee-profile-identity-main {
  padding-bottom: 28px;
}
.ee-profile-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
  color: var(--teal-deep);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ee-profile-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(59,188,203,.12);
}
.ee-profile-identity-card h1 {
  margin-bottom: 7px;
  color: var(--navy);
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}
.ee-profile-role {
  margin-bottom: 18px;
  color: var(--teal-deep);
  font-size: 1.08rem;
  font-weight: 750;
}
.ee-profile-headline {
  max-width: 760px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: -.015em;
}
.ee-profile-summary {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--profile-muted);
  font-size: .98rem;
}
.ee-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.ee-profile-button-secondary {
  border-color: rgba(10,10,22,.18);
  background: #fff;
  color: var(--navy);
}
.ee-profile-button-secondary:hover {
  border-color: #ef7059;
  background: #ef7059;
  color: #fff;
}
.ee-profile-native .button-primary:hover {
  background: #ef7059;
  color: #fff;
}
.ee-profile-company-mark {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 28px;
}
.ee-profile-company-mark img {
  width: auto;
  max-width: 190px;
  max-height: 62px;
  object-fit: contain;
  object-position: right center;
}
.ee-profile-quick-facts {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
}
.ee-profile-quick-facts > div {
  min-height: 86px;
  padding: 18px 22px 18px 0;
}
.ee-profile-quick-facts > div + div {
  padding-left: 22px;
  border-left: 1px solid var(--line-light);
}
.ee-profile-quick-facts strong,
.ee-profile-quick-facts span {
  display: block;
}
.ee-profile-quick-facts strong {
  margin-bottom: 4px;
  color: var(--navy);
  font-size: .92rem;
}
.ee-profile-quick-facts span {
  color: var(--profile-muted);
  font-size: .82rem;
  line-height: 1.45;
}
.ee-profile-content {
  padding: 18px 0 110px;
  background: #eef1f3;
}
.ee-profile-layout {
  display: block;
  width: min(100%, 1040px);
  margin: 0 auto;
}
.ee-profile-main-column {
  display: grid;
  gap: 20px;
}
.ee-profile-card {
  border: 1px solid var(--line-light);
  border-radius: 14px;
  background: var(--profile-card);
  box-shadow: 0 12px 34px rgba(10,10,22,.04);
}
.ee-profile-card {
  padding: 34px 38px 36px;
}
.ee-profile-card-kicker {
  margin-bottom: 9px;
  color: var(--teal-deep);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.ee-profile-card h2 {
  margin-bottom: 21px;
  color: var(--navy);
  font-size: clamp(1.85rem, 3vw, 2.8rem);
}
.ee-profile-rich-copy > *:last-child {
  margin-bottom: 0;
}
.ee-profile-rich-copy p,
.ee-profile-company-card p,
.ee-profile-starters p,
.ee-profile-expertise-grid p {
  color: var(--profile-muted);
}
.ee-profile-native .ee-profile-summary,
.ee-profile-native .ee-profile-rich-copy,
.ee-profile-native .ee-profile-rich-copy p,
.ee-profile-native .ee-profile-quick-facts span,
.ee-profile-native .ee-profile-starters p,
.ee-profile-native .ee-profile-expertise-grid p,
.ee-profile-native .ee-profile-company-card p {
  color: #111318;
}
.ee-profile-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}
.ee-profile-highlights article {
  min-height: 128px;
  padding: 24px 21px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.ee-profile-highlights strong,
.ee-profile-highlights span {
  display: block;
}
.ee-profile-highlights strong {
  margin-bottom: 8px;
  color: var(--teal-deep);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.ee-profile-highlights span {
  color: var(--navy);
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.ee-profile-featured {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line-light);
  border-radius: 12px;
  background: var(--navy);
}
.ee-profile-featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ee-profile-featured-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--navy-soft), var(--navy));
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.ee-profile-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #ef7059;
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
}
.ee-profile-play::after {
  content: "";
  position: absolute;
  left: 29px;
  top: 22px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}
.ee-profile-featured:hover .ee-profile-play {
  background: var(--teal);
}
.ee-profile-starters {
  border-top: 1px solid var(--line-light);
}
.ee-profile-starters article {
  display: grid;
  grid-template-columns: 44px minmax(0,1fr);
  gap: 16px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line-light);
}
.ee-profile-starters article > span {
  color: #ef7059;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .08em;
}
.ee-profile-starters h3 {
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 1.18rem;
}
.ee-profile-starters p {
  margin-bottom: 0;
  font-size: .94rem;
}
.ee-profile-expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.ee-profile-expertise-grid article {
  padding: 22px;
  border: 1px solid var(--line-light);
  border-radius: 10px;
  background: #fafafa;
}
.ee-profile-expertise-grid h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 1.08rem;
}
.ee-profile-expertise-grid p {
  margin-bottom: 0;
  font-size: .9rem;
}
.ee-profile-reasons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}
.ee-profile-reasons > div {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 11px;
  align-items: start;
  padding: 17px 18px;
  border: 1px solid rgba(59,188,203,.25);
  border-radius: 10px;
  background: rgba(59,188,203,.045);
}
.ee-profile-reasons span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--navy);
  font-size: .7rem;
  font-weight: 900;
}
.ee-profile-reasons p {
  margin: 0;
  color: var(--navy);
  font-size: .92rem;
  font-weight: 650;
}
.ee-profile-company-card {
  display: grid;
  grid-template-columns: minmax(130px, 210px) minmax(0,1fr);
  gap: 32px;
  align-items: center;
}
.ee-profile-company-logo-large img {
  width: auto;
  max-width: 100%;
  max-height: 86px;
  object-fit: contain;
  object-position: left center;
}
.ee-profile-company-card h2 {
  margin-bottom: 10px;
}
.ee-profile-company-card p {
  margin-bottom: 0;
}
@media (max-width: 1050px) {
  .ee-profile-identity-card {
    grid-template-columns: 170px minmax(0,1fr);
  }
  .ee-profile-company-mark {
    grid-column: 2;
    justify-content: flex-start;
    padding-top: 0;
    margin-top: -12px;
  }
  .ee-profile-quick-facts {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .ee-profile-quick-facts > div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line-light);
  }
  .ee-profile-quick-facts > div:nth-child(4) {
    border-top: 1px solid var(--line-light);
  }
}

@media (max-width: 850px) {
}

@media (max-width: 700px) {
  .ee-profile-banner {
    padding-top: 82px;
  }
  .ee-profile-cover {
    min-height: 190px;
    border-radius: 12px 12px 0 0;
  }
  .ee-profile-identity-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px 0;
  }
  .ee-profile-avatar-wrap {
    margin-top: -88px;
  }
  .ee-profile-avatar {
    width: 136px;
    height: 136px;
    border-radius: 16px;
  }
  .ee-profile-company-mark {
    grid-column: auto;
    margin-top: 0;
    justify-content: flex-start;
  }
  .ee-profile-company-mark img {
    max-width: 170px;
    max-height: 52px;
  }
  .ee-profile-quick-facts {
    grid-template-columns: 1fr;
  }
  .ee-profile-quick-facts > div,
  .ee-profile-quick-facts > div + div,
  .ee-profile-quick-facts > div:nth-child(3),
  .ee-profile-quick-facts > div:nth-child(4) {
    padding: 15px 0;
    border-left: 0;
    border-top: 1px solid var(--line-light);
  }
  .ee-profile-card {
    padding: 27px 23px 29px;
  }
  .ee-profile-highlights,
  .ee-profile-expertise-grid,
  .ee-profile-reasons,
  .ee-profile-company-card {
    grid-template-columns: 1fr;
  }
  .ee-profile-highlights article {
    min-height: 108px;
  }
  .ee-profile-company-card {
    gap: 22px;
  }
  .ee-profile-actions {
    display: grid;
  }
  .ee-profile-actions .button {
    width: 100%;
  }
}


/* ============================================================
   Echo Eight v0.10.4 HTML-managed Profile site-chrome fix
   Profiles start below the fixed site header and always use the solid
   dark navigation treatment. This prevents the global nav from floating
   over the pasted profile cover artwork.
   ============================================================ */
.echo-eight-html-profile .site-header {
  background: rgba(10,10,22,.98);
  border-bottom-color: rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
}

.echo-eight-html-profile .ee-profile-html-render {
  padding-top: 76px;
}

@media (max-width: 1050px) {
  .echo-eight-html-profile .ee-profile-html-render {
    padding-top: 76px;
  }
}

/* v11.0 Podcast Guest Booking */
.ee-podcast-guest-hero-note {
  align-self: end;
  padding: 30px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255,255,255,.04);
}
.ee-podcast-guest-hero-note h3 { margin-top: 10px; }

/* Use the same connected-flow language as the shared service pages. */
.ee-solution-page .ee-podcast-guest-outcome-flow {
  align-items: stretch;
}
.ee-solution-page .ee-podcast-guest-outcome-flow > .ee-podcast-guest-outcome-node,
.ee-solution-page .ee-podcast-guest-outcome-flow > .wp-block-group.ee-podcast-guest-outcome-node {
  height: 230px;
  min-height: 230px;
  margin-block-start: 0 !important;
  margin-top: 0 !important;
  box-sizing: border-box;
}
.ee-solution-page .ee-podcast-guest-outcome-node .ee-podcast-guest-outcome-copy {
  margin: 14px 0 0;
  color: rgba(255,255,255,.62);
  font-size: .91rem;
  line-height: 1.55;
}

/* Lead-magnet callout directly below the outcome flow. */
.ee-podcast-guest-lead-magnet {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr);
  gap: 64px;
  margin-top: 58px;
  padding: 38px 40px;
  border: 1px solid rgba(59,188,203,.38);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}
.ee-podcast-guest-lead-magnet h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(1.65rem,2.8vw,2.35rem);
}
.ee-podcast-guest-lead-magnet-copy > p:not(.ee-podcast-guest-lead-magnet-note) {
  color: rgba(255,255,255,.72);
}
.ee-podcast-guest-lead-magnet-copy .wp-block-buttons { margin-top: 24px; }
.ee-podcast-guest-lead-magnet-note {
  margin: 12px 0 0;
  color: rgba(255,255,255,.5);
  font-size: .78rem;
}

/* Same composed segmented panel used by related solutions, adapted to four audience groups. */
.ee-solution-page .ee-podcast-guest-audience-band {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ee-solution-page .ee-podcast-guest-audience-band .ee-related-segment {
  min-height: 220px;
}
.ee-solution-page .ee-podcast-guest-audience-band .ee-related-segment:nth-child(4) {
  border-right: 0;
}

/* Correct light-section intro contrast. */
.section-light .ee-podcast-guest-intro,
.ee-podcast-guest-pricing .ee-podcast-guest-intro {
  color: rgba(10,10,22,.68);
}

/* Compact, equal-height pricing cards. */
.ee-podcast-guest-pricing { padding-top: 78px; padding-bottom: 82px; }
.ee-podcast-guest-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px;
  margin-top: 30px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}
.ee-podcast-guest-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  margin-block-start: 0 !important;
  margin-top: 0 !important;
  padding: 24px 26px;
  border: 1px solid var(--line-light);
  border-radius: 14px;
  background: #fff;
  box-sizing: border-box;
}
.ee-podcast-guest-plan.is-featured {
  border: 2px solid var(--orange);
  box-shadow: 0 16px 40px rgba(10,10,22,.08);
}
.ee-podcast-guest-plan.is-featured > .eyebrow { padding-right: 112px; }
.ee-podcast-guest-badge {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--orange);
  color: var(--navy);
  font-size: .7rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(242,97,44,.18);
}
.ee-podcast-guest-price {
  font-size: clamp(2rem,3vw,2.8rem);
  line-height: 1;
  margin: 8px 0 7px;
}
.ee-podcast-guest-plan-meta {
  margin: 0 0 12px;
  color: rgba(10,10,22,.70);
  font-size: .88rem;
  font-weight: 750;
}
.ee-podcast-guest-feature-list {
  margin: 14px 0 16px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.ee-podcast-guest-feature-list li {
  position: relative;
  margin: 0;
  padding-left: 20px;
  font-size: .86rem;
  line-height: 1.35;
}
.ee-podcast-guest-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
}
.ee-podcast-guest-plan-term {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--line-light);
}
.ee-podcast-guest-plan .wp-block-buttons { margin-top: 12px; }
.ee-podcast-guest-plan .wp-block-button,
.ee-podcast-guest-plan .wp-block-button__link { width: 100%; }
.ee-solution-box-new { border-color: var(--teal-deep); }

@media (max-width: 920px) {
  .ee-solution-page .ee-podcast-guest-outcome-flow > .ee-podcast-guest-outcome-node,
  .ee-solution-page .ee-podcast-guest-outcome-flow > .wp-block-group.ee-podcast-guest-outcome-node { height: 245px; min-height: 245px; }
  .ee-podcast-guest-lead-magnet { grid-template-columns: 1fr; gap: 24px; padding: 32px; }
  .ee-solution-page .ee-podcast-guest-audience-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ee-solution-page .ee-podcast-guest-audience-band .ee-related-segment { border-bottom: 1px solid var(--line-dark); }
  .ee-solution-page .ee-podcast-guest-audience-band .ee-related-segment:nth-child(2n) { border-right: 0; }
  .ee-solution-page .ee-podcast-guest-audience-band .ee-related-segment:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 760px) {
  .ee-solution-page .ee-podcast-guest-outcome-flow > .ee-podcast-guest-outcome-node,
  .ee-solution-page .ee-podcast-guest-outcome-flow > .wp-block-group.ee-podcast-guest-outcome-node { height: auto; min-height: 190px; }
  .ee-podcast-guest-lead-magnet { margin-top: 44px; padding: 26px; }
  .ee-solution-page .ee-podcast-guest-audience-band { grid-template-columns: 1fr; }
  .ee-solution-page .ee-podcast-guest-audience-band .ee-related-segment {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark) !important;
  }
  .ee-solution-page .ee-podcast-guest-audience-band .ee-related-segment:last-child { border-bottom: 0 !important; }
  .ee-podcast-guest-pricing-grid { grid-template-columns: 1fr; }
  .ee-podcast-guest-plan { padding: 26px; }
}


/* v11.0: shared four-panel service treatment for audience and Why Echo Eight sections. */
.ee-solution-page .ee-podcast-guest-four-band {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ee-solution-page .ee-podcast-guest-four-band .ee-related-segment {
  min-height: 220px;
}
.ee-solution-page .ee-podcast-guest-four-band .ee-related-segment:nth-child(4) {
  border-right: 0;
}
@media (max-width: 920px) {
  .ee-solution-page .ee-podcast-guest-four-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ee-solution-page .ee-podcast-guest-four-band .ee-related-segment {
    border-bottom: 1px solid var(--line-dark);
  }
  .ee-solution-page .ee-podcast-guest-four-band .ee-related-segment:nth-child(2n) {
    border-right: 0;
  }
  .ee-solution-page .ee-podcast-guest-four-band .ee-related-segment:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}
@media (max-width: 760px) {
  .ee-solution-page .ee-podcast-guest-four-band {
    grid-template-columns: 1fr;
  }
  .ee-solution-page .ee-podcast-guest-four-band .ee-related-segment {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark) !important;
  }
  .ee-solution-page .ee-podcast-guest-four-band .ee-related-segment:last-child {
    border-bottom: 0 !important;
  }
}
