
/* WordPress isolation for the public Runcible How It Works hub route. */
body.runcible-public-how-it-works {
  margin: 0 !important;
  font-family: var(--sans) !important;
}

body.runcible-public-how-it-works > .wp-site-blocks > header.wp-block-template-part,
body.runcible-public-how-it-works > .wp-site-blocks > footer.wp-block-template-part,
body.runcible-public-how-it-works .wp-block-post-title {
  display: none !important;
}

body.runcible-public-how-it-works .wp-site-blocks,
body.runcible-public-how-it-works .wp-block-post-content {
  margin: 0 !important;
  padding: 0 !important;
}

body.runcible-public-how-it-works #wp--skip-link--target > .wp-block-group {
  padding: 0 !important;
}

html body.runcible-public-how-it-works #wp--skip-link--target .entry-content.alignfull.wp-block-post-content {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-inline: calc(50% - 50vw) !important;
}

body.runcible-public-how-it-works.admin-bar .site-head {
  top: 32px;
}

body.runcible-public-how-it-works.admin-bar .context-bar {
  top: 106px;
}

@media (max-width: 782px) {
  body.runcible-public-how-it-works.admin-bar .site-head {
    top: 46px;
  }

  body.runcible-public-how-it-works.admin-bar .context-bar {
    top: 112px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Roboto+Slab:wght@400;500;600;700;800&family=Source+Sans+3:wght@400;500;600;700&display=swap');

    :root {
      --ink: #101918;
      --ink-2: #192523;
      --teal: #1d5551;
      --teal-dark: #123b38;
      --cream: #f2eddf;
      --paper: #fbf9f2;
      --white: #fffdf7;
      --gold: #d3aa48;
      --red: #9e4b43;
      --line: rgba(16,25,24,.16);
      --muted: #69716c;
      --slab: "Roboto Slab", Georgia, serif;
      --sans: "Source Sans 3", sans-serif;
      --mono: "IBM Plex Mono", monospace;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
    a { color: inherit; }
    code { font-family: var(--mono); }

    .site-head {
      position: sticky;
      top: 0;
      z-index: 30;
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 74px;
      padding: 0 4.5vw;
      color: var(--white);
      background: rgba(15,24,23,.98);
      border-bottom: 1px solid rgba(255,255,255,.12);
    }
    .brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); font: 700 1.55rem/1 var(--slab); text-decoration: none; }
    .brand img { width: 17px; height: 38px; object-fit: contain; }
    .main-nav { display: flex; align-items: center; gap: clamp(14px,2.1vw,34px); font: 600 .64rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
    .main-nav a { color: #e7e9e5; text-decoration: none; }
    .main-nav .active { color: var(--gold); }
    .review-tag { padding: 10px 13px; color: var(--gold); border: 1px solid rgba(211,170,72,.65); }

    .context-bar {
      position: sticky;
      top: 74px;
      z-index: 20;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: stretch;
      min-height: 58px;
      color: #4f5752;
      background: rgba(242,237,223,.97);
      border-bottom: 1px solid rgba(16,25,24,.18);
      font: 600 .61rem/1.3 var(--mono);
      letter-spacing: .05em;
      text-transform: uppercase;
    }
    .context-bar > * { display: flex; align-items: center; padding: 0 4.5vw; }
    .context-bar a { text-decoration: none; border-right: 1px solid rgba(16,25,24,.14); }
    .crumbs { justify-content: center; gap: 10px; padding-inline: 32px; }
    .crumbs span { color: #96988f; }
    .depth { justify-content: flex-end; gap: 12px; color: var(--teal-dark); }
    .depth span { color: var(--red); }

    .section { padding: clamp(84px,9vw,138px) 5vw; }
    .inner { width: min(1180px,100%); margin: 0 auto; }
    .coordinate, .eyebrow { font-family: var(--mono); font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
    .coordinate { display: flex; justify-content: space-between; margin-bottom: 34px; font-size: .65rem; }
    .eyebrow { margin: 0 0 25px; color: var(--red); font-size: .72rem; }
    .frame { max-width: 780px; margin-bottom: 34px; padding-left: 24px; color: #e7d29b; border-left: 4px solid var(--gold); font: 600 clamp(1.2rem,2vw,1.75rem)/1.45 var(--slab); }
    h1, h2, h3 { margin-top: 0; font-family: var(--slab); }
    h1 { max-width: 900px; margin-bottom: 34px; font-size: clamp(3.25rem,6.6vw,5.85rem); line-height: .98; letter-spacing: -.045em; }
    h2 { max-width: 900px; margin-bottom: 40px; font-size: clamp(2.35rem,4.7vw,4.45rem); line-height: 1.02; letter-spacing: -.035em; }
    h3 { font-size: clamp(1.4rem,2.3vw,2.05rem); line-height: 1.14; }
    p { font-size: 1.08rem; line-height: 1.7; }
    .lede { max-width: 760px; font-size: clamp(1.17rem,1.65vw,1.42rem); line-height: 1.62; }
    .seal, .saying, .coda { font-family: var(--slab); }
    .seal { margin-top: 34px; font-size: clamp(1.25rem,2vw,1.8rem); font-weight: 600; line-height: 1.4; }
    .saying { margin-top: 58px; padding: 28px 0 0; border-top: 1px solid currentColor; font-size: clamp(1.35rem,2.2vw,2rem); font-weight: 600; line-height: 1.4; }
    .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
    .button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 21px; border: 1px solid currentColor; font: 600 .67rem/1 var(--mono); letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
    .button.primary { color: var(--ink); background: var(--gold); border-color: var(--gold); }

    .hero { min-height: 780px; color: var(--white); background: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),radial-gradient(circle at 92% 12%,rgba(29,85,81,.42),transparent 36rem),var(--ink); background-size: 48px 48px,48px 48px,auto,auto; }
    .hero .coordinate { color: var(--gold); }
    .hero .eyebrow { color: var(--gold); }
    .hero-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr); gap: clamp(48px,7vw,94px); align-items: start; }
    .hero-copy .lede { color: #d7dfda; }

    .route-map { border: 1px solid rgba(255,255,255,.22); background: rgba(7,14,13,.56); box-shadow: 18px 18px 0 rgba(0,0,0,.18); }
    .map-head { display: flex; justify-content: space-between; gap: 20px; padding: 15px 18px; color: var(--gold); border-bottom: 1px solid rgba(255,255,255,.19); font: 600 .62rem/1.35 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
    .map-link { display: grid; grid-template-columns: 115px 1fr; gap: 18px; padding: 18px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.13); text-decoration: none; }
    .map-link:last-of-type { border-bottom: 0; }
    .map-link > span { color: #a9b5af; font: 600 .59rem/1.35 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
    .map-link strong { display: block; margin-bottom: 6px; font: 600 1rem/1.3 var(--slab); }
    .map-link small { color: #abb6b0; font: .82rem/1.4 var(--sans); }
    .map-link.recommended { color: var(--ink); background: var(--gold); }
    .map-link.recommended > span, .map-link.recommended small { color: #4a422c; }
    .route-map figcaption { padding: 16px 18px; color: #abb6b0; background: rgba(255,255,255,.04); font: .78rem/1.5 var(--sans); }

    .start { background: var(--cream); }
    .start .coordinate { color: var(--red); }
    .claim { max-width: 850px; margin: 8px 0 46px; padding: 28px 34px; color: var(--white); background: var(--teal-dark); font: 600 clamp(1.55rem,3vw,2.7rem)/1.25 var(--slab); }
    .start-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(38px,7vw,90px); margin-bottom: 50px; }
    .start-intro .lede { margin: 0; color: var(--teal-dark); font-family: var(--slab); font-weight: 600; }
    .trace { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); background: var(--paper); }
    .trace-step { min-height: 230px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .trace-step:nth-child(3n) { border-right: 0; }
    .trace-step:nth-child(n+4) { border-bottom: 0; }
    .trace-step > span { display: block; margin-bottom: 22px; color: var(--red); font: 600 .61rem/1.3 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
    .trace-step h3 { margin-bottom: 14px; font-size: 1.2rem; }
    .trace-step p { margin: 0; color: #4f5954; font-size: .96rem; line-height: 1.58; }
    .route-outcome { display: grid; grid-template-columns: .7fr 1.3fr; gap: 35px; margin-top: 38px; padding: 30px; color: var(--white); background: var(--teal); }
    .route-outcome h3 { margin: 0; color: var(--gold); font-size: 1.2rem; }
    .route-outcome ul { margin: 0; padding-left: 20px; columns: 2; column-gap: 36px; }
    .route-outcome li { margin-bottom: 9px; line-height: 1.45; }
    .start-action { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 22px; padding: 25px 28px; border: 1px solid var(--teal); }
    .start-action div span, .start-action a span { display: block; margin-bottom: 6px; color: var(--red); font: 600 .59rem/1.3 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
    .start-action strong { font: 600 1.2rem/1.35 var(--slab); }
    .start-action a { max-width: 370px; color: var(--white); background: var(--teal-dark); padding: 18px 20px; text-decoration: none; }
    .start-action a span { color: var(--gold); }

    .routes { background: var(--paper); }
    .routes .coordinate { color: var(--red); }
    .routes-intro { max-width: 790px; margin: -15px 0 55px; color: #56605b; font-size: 1.2rem; }
    .route-anchor-alias { display: block; height: 0; scroll-margin-top: 150px; }
    .route { display: grid; grid-template-columns: minmax(260px,.75fr) minmax(0,1.25fr); gap: clamp(38px,6vw,82px); padding: 48px 0; border-top: 1px solid var(--line); scroll-margin-top: 150px; }
    .route:last-of-type { border-bottom: 1px solid var(--line); }
    .route-code { display: inline-block; margin-bottom: 18px; color: var(--red); font: 600 .63rem/1.3 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
    .route h3 { margin-bottom: 18px; }
    .route-summary { color: #58615c; }
    .knowledge { margin-top: 22px; padding-left: 17px; border-left: 3px solid var(--gold); color: var(--teal-dark); font-weight: 600; }
    .destinations { border: 1px solid var(--line); }
    .destination { display: grid; grid-template-columns: 125px 1fr; gap: 22px; padding: 20px 22px; border-bottom: 1px solid var(--line); text-decoration: none; }
    .destination:last-child { border-bottom: 0; }
    .destination > span { color: var(--red); font: 600 .57rem/1.35 var(--mono); letter-spacing: .04em; text-transform: uppercase; }
    .destination strong { display: block; margin-bottom: 4px; font: 600 1rem/1.35 var(--slab); }
    .destination small { color: var(--muted); font-size: .82rem; line-height: 1.4; }
    .destination.primary { color: var(--white); background: var(--teal-dark); }
    .destination.primary > span { color: var(--gold); }
    .destination.primary small { color: #c7d1cc; }
    .technical-line { grid-column: 1 / -1; margin: 6px 0 0; padding: 24px 28px; color: var(--white); background: var(--ink-2); font: 600 1.14rem/1.55 var(--slab); }

    .markers { color: var(--white); background: radial-gradient(circle at 88% 12%,rgba(211,170,72,.13),transparent 28rem),var(--teal-dark); }
    .markers .coordinate, .markers .eyebrow { color: var(--gold); }
    .markers h2 { max-width: 800px; }
    .marker-grid { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 52px; border: 1px solid rgba(255,255,255,.22); }
    .marker { min-height: 230px; padding: 24px; border-right: 1px solid rgba(255,255,255,.17); }
    .marker:last-child { border-right: 0; }
    .marker > span { color: var(--gold); font: 600 .59rem/1.3 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
    .marker h3 { margin: 27px 0 15px; font-size: 1.12rem; }
    .marker p { margin: 0; color: #cfdbd5; font-size: .9rem; line-height: 1.55; }
    .reader-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 34px; background: rgba(255,255,255,.18); }
    .reader-pair div { padding: 25px; background: rgba(8,26,24,.72); }
    .reader-pair strong { display: block; margin-bottom: 9px; color: var(--gold); font-family: var(--slab); }
    .reader-pair span { color: #d1dcd7; line-height: 1.5; }

    .close { color: var(--white); background: var(--ink); }
    .close .coordinate, .close .eyebrow { color: var(--gold); }
    .coda { max-width: 980px; margin-bottom: 62px; color: var(--cream); font-size: clamp(1.65rem,3.2vw,3.05rem); font-weight: 600; line-height: 1.28; }
    .deeper { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 52px; border: 1px solid rgba(255,255,255,.2); }
    .deeper a { min-height: 150px; padding: 24px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); text-decoration: none; }
    .deeper a:nth-child(3n) { border-right: 0; }
    .deeper a:nth-child(n+4) { border-bottom: 0; }
    .deeper strong { display: block; margin-bottom: 10px; color: var(--gold); font: 600 1.08rem/1.3 var(--slab); }
    .deeper span { color: #c4cec9; font-size: .9rem; line-height: 1.5; }
    .site-foot { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 23px; color: #96a29c; border-top: 1px solid rgba(255,255,255,.17); font: 500 .59rem/1.3 var(--mono); letter-spacing: .04em; text-transform: uppercase; }

    @media (max-width: 1050px) {
      .main-nav a:nth-of-type(n+5) { display: none; }
      .hero-grid, .start-intro, .route { grid-template-columns: 1fr; }
      .route-map { max-width: 760px; }
      .trace { grid-template-columns: repeat(2,1fr); }
      .trace-step, .trace-step:nth-child(3n), .trace-step:nth-child(n+4) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
      .trace-step:nth-child(2n) { border-right: 0; }
      .trace-step:nth-child(n+5) { border-bottom: 0; }
      .marker-grid { grid-template-columns: repeat(2,1fr); }
      .marker { border-bottom: 1px solid rgba(255,255,255,.17); }
      .marker:nth-child(2n) { border-right: 0; }
      .marker:last-child { grid-column: 1 / -1; border-bottom: 0; }
    }

    @media (max-width: 720px) {
      .site-head { min-height: 66px; padding-inline: 20px; }
      .brand { font-size: 1.25rem; }
      .brand img { width: 14px; height: 31px; }
      .main-nav a { display: none; }
      .main-nav .active { display: block; }
      .review-tag { display: none; }
      .context-bar { top: 66px; grid-template-columns: 1fr 1fr; min-height: 56px; }
      .context-bar > * { padding-inline: 20px; }
      .crumbs { display: none; }
      .depth { justify-content: flex-end; }
      .section { padding: 78px 20px; }
      h1 { font-size: clamp(3rem,15vw,4.55rem); }
      h2 { font-size: clamp(2.25rem,11vw,3.4rem); }
      .coordinate { gap: 20px; }
      .hero { min-height: auto; }
      .hero-grid, .trace, .route-outcome, .marker-grid, .reader-pair, .deeper { grid-template-columns: 1fr; }
      .map-link, .destination { grid-template-columns: 1fr; gap: 9px; }
      .trace-step, .trace-step:nth-child(2n), .trace-step:nth-child(3n), .trace-step:nth-child(n+4), .trace-step:nth-child(n+5) { border-right: 0; border-bottom: 1px solid var(--line); }
      .trace-step:last-child { border-bottom: 0; }
      .route-outcome ul { columns: 1; margin-top: 18px; }
      .start-action { align-items: stretch; flex-direction: column; }
      .start-action a { max-width: none; }
      .marker, .marker:nth-child(2n), .marker:last-child { grid-column: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
      .marker:last-child { border-bottom: 0; }
      .deeper a, .deeper a:nth-child(3n), .deeper a:nth-child(n+4) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
      .deeper a:last-child { border-bottom: 0; }
      .site-foot { flex-direction: column; }
    }


/* Public navigation keeps the current route visible when space becomes constrained. */
@media (max-width: 1050px) {
  body.runcible-public-how-it-works .main-nav a { display: none !important; }
  body.runcible-public-how-it-works .main-nav a.active-nav { display: block !important; color: var(--gold) !important; }
}
